.modulo-amplia {

}

.modulo-amplia .boxy {
margin-bottom: 25px;
    border-radius: 7px;
    display: inline-block;
    width: 100%;
    background-color: white;
    border: solid 1px #dddddd;
    padding: 22px;
    box-shadow: 0 4px 8px #54596226;
    padding-bottom: 10px;
}	
	
.modulo-amplia .titulo-producto {
	color: #292836;
	font-weight: 700;
	font-size: 34px;
	text-transform: lowercase;
}


.modulo-amplia .titulo-producto:first-letter {
	text-transform: uppercase;
}	
	
.modulo-amplia .titulo-caracteristica {
	color: #292836;
	font-weight: 700;
	font-size: 24px;
}	
.modulo-amplia .boton-descargas {
    text-align: center;
    background-color: #fff;
    color: #000;
    border: solid 2px #4CAF50;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 16px 20px;
	margin-right: 15px;
    display: inline-block;
	text-transform: lowercase;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;	
}
	
.modulo-amplia .boton-descargas span {
	text-transform: lowercase;
}	
	
.modulo-amplia .boton-descargas span::first-letter {
	text-transform: uppercase;
}
	
.modulo-amplia .boton-consultar {
    text-align: center;
background-color: #209546;
    color: #ffffff;
    border: solid 2px #209546;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 16px 20px;
	margin-right: 15px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;	
}
	
.modulo-amplia .boton-video {
    text-align: center;
    background-color: #fff;
    color: #000;
    border: solid 2px #dbdbdb;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 16px 20px;
	margin-right: 15px;
    display: inline-block;
	text-transform: lowercase;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;	
}	
	
.modulo-amplia .boton-video i {
	margin-bottom: -4px;
	margin-right: 4px;
	color: #ff0033;
}	
	
.modulo-amplia .swiper-backface-hidden .swiper-slide {
    background-color: #f9f9f9;
	padding: 0px 0px;
}
	
.modulo-amplia .swiper-backface-hidden .swiper-slide img {
    mix-blend-mode: darken;
}	
	
.modulo-amplia .compartir {
    /* display: inline-flex; */
    /* align-items: center; */
    /* float: right; */
    /* color: #121212; */
    font-size: 16px;
    /* padding-right: 3px; */
    /* padding-bottom: 18px; */
    text-align: center;
    background-color: #fff;
    color: #000;
    border: solid 2px #e7e7e7;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 16px 20px;
    margin-right: 15px;
    display: block;
    text-transform: lowercase;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}	