@charset "UTF-8";
/* CSS Document */
.contenedor_general{width: 100%; max-width: 960px; margin: 0 auto;}

/*BLOQUE RIEL*/
.color-riel{color: #01B541;}
.bg-reforma{background-color: #01B541;}
/*.header-riel{padding: 0 1rem;}*/
.header-riel h2{width: 85%; font-family: "Oswald"; font-weight: 400; font-size: 1.5rem;padding: 0.9rem 0 0.5rem 0;text-transform: uppercase; margin-left: 2rem}
.swiper-wrapper{height: auto;}
.riel-container{width: 100%; background: #eee; padding-bottom: 1.25rem; border: solid #dfdfdf; border-width: 0.0625rem 0;}
.elementos-container{margin-left: 2rem; margin-right: 2rem;}
.elemento-riel{text-align: center; font-size: 1.6rem; background: #fff; display: block; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; height: auto;box-sizing: border-box; margin-right: 0.9rem;}
.elemento-riel a{text-decoration: none; color: #000; display: block; height: 100%;}
.cabeza-riel{padding: 0 1rem; border-top: 0.1875rem solid #01B541;/*min-height: 85px; max-height: 85px;*/}
.cabeza-riel h4{font-size: 1.4rem; padding: 0.5rem 0px 1.5rem 0; margin: 0; font-family: "Oswald", sans-serif; font-weight: 300; word-wrap: break-word; text-align: left; line-height: 1.7rem;  color:#0A0A0A; height: 86px;}
.elemento-riel:focus, .elemento-riel a:focus{outline: none;}
.slick-track{display: flex !important;}
.slick-slide{height: inherit !important;}
.elemento-riel img{width: 100%}
/*FIN BLOQUE RIEL*/

@media screen and (max-width: 960px){
.elementos-container, .header-riel h2{margin-left: 4rem}
}
@media screen and (max-width: 780px){
.elementos-container, .header-riel h2{margin-left: 3rem}
.cabeza-riel h4{font-size: 1.3rem;}
}
@media screen and (max-width: 640px){
.elementos-container, .header-riel h2{margin-left: 2rem}
}
@media screen and (max-width: 480px){
.elementos-container, .header-riel h2{margin-left: 1.7rem}
.cabeza-riel h4{font-size: 1.3rem; line-height: 1.6rem}
}
@media screen and (max-width: 420px){
.elementos-container, .header-riel h2{margin-left: 1.7rem;}
}
@media screen and (max-width: 360px){
.header-riel h2{font-size: 1.3rem;} 
.cabeza-riel h4{font-size: 1.15rem; line-height: 1.35rem}
}

@media screen and (max-width: 320px){
.elementos-container{margin-left: 1rem}
.header-riel h2{font-size: 1.2rem;}
.cabeza-riel h4{font-size: 1.1rem; line-height: 1.3rem}
}

@media screen and (max-width: 667px) and (orientation: landscape){
.cabeza-riel h4{font-size: 1.3rem; line-height:1.6rem}
}