/*----------------FAQ----------------*/
.contenedor__generico{
    padding: 40px 0;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .9s ease;
}
.contenedor__generico hr{
	border: none;
	border-bottom: 3px solid #FF7900;
    border-radius: 2px;
    width: 62%;
	margin: 10px 0;
    transition: all .9s ease;
}
.contenido-FAQ{
    width: 100%;
    padding: 20px 30px;
    transition: all .9s ease;
}
.contenido-FAQ h3{
    margin-bottom: 15px;
    font-size: 15px !important;
    text-align: left !important;
    color: #111F2D !important;
}
.contenido-FAQ h3 span{
    background: #07615b;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 21px;
    height: 21px;
    padding: 0px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    margin-right: 5px;
    user-select: none !important;
}
.contenido-FAQ p{
    padding: 0px 0px 0px 15px;
    font-weight: 300;
    text-align: justify;
    color: #111F2D;
}
.mostrarOcultarFAQ{
	cursor: pointer;
}
.mostrarOcultarOJO{
    z-index: 0;
}
.textoFAQ{
    text-align: justify;
    padding-bottom: 25px;
    display: none;
}
@media screen and (max-width:1000px){
    .contenido-FAQ{
        width: 100%;
        padding: 20px;
        transition: all .9s ease;
    }
}
@media screen and (max-width:800px){
    .contenido-FAQ{
        width: 100%;
        padding: 20px 15px;
        transition: all .9s ease;
    }
}
@media screen and (max-width:400px){
    .contenido-FAQ{
        width: 100%;
        padding: 20px 15px;
        transition: all .9s ease;
    }
}
/*---------------------Mision/Vision INICIO------------------*/
.contenedorMV{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 30px 30px 30px 30px;
    text-align: justify;
    text-decoration: none;
    background: #007777;
    color: white;
    transition: all .9s ease;
}
.contenedorMVcontenido{
    width: 49%;
    padding: 20px 30px;
    transition: all .9s ease;
}
.contenedorMVcontenido h1{
    font-size: 32px !important;
    width: 100%;
    margin-bottom: .5em;
    text-align: center;
    color: white !important;
    transition: all .9s ease;
}
.vl{
    border-left: 3px solid white;
    border-radius: 2px;
    height: 275px;
    transition: all .9s ease;
}
@media screen and (max-width:1000px){
    .contenedorMV{
        display: flex;
        flex-direction: column;
        padding: 30px 30px;
        transition: all .9s ease;
    }
    .contenedorMVcontenido{
        width: 100%;
        padding: 20px 30px;
        transition: all .9s ease;
    }
    .vl{
        border-left: none;
        border-bottom: 3px dashed #fff;
        border-radius: 2px;
        width: 80%;
        height: 0px;
        transition: all .9s ease;
    }
}
@media screen and (max-width:800px){
    .contenedorMV{
        padding: 30px 15px;
        transition: all .9s ease;
    }
    .contenedorMVcontenido{
        width: 100%;
        padding: 20px 15px;
        transition: all .9s ease;
    }
}
@media screen and (max-width:400px){
    .contenedorMV{
        padding: 30px 5px;
        transition: all .9s ease;
    }
    .contenedorMVcontenido{
        width: 100%;
        padding: 20px 5px;
        transition: all .9s ease;
    }
}
/*----------------------Pasos---------------------*/
.contenedor__generico__pasos{
    padding: 40px 0;
    width: 100%;
    margin: auto;
    overflow: hidden;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.9s ease;
    background: rgb(17,31,45);
    background: linear-gradient(180deg, rgba(17,31,45,1) 0%, rgba(17,31,45,0.9) 100%);
}
.contenedor-sobre-nosotros{
    display: flex;
    justify-content: space-evenly;
    padding: 30px 5% 30px 5%;
    width: 100%;
    margin: auto;
    overflow: hidden;
    transition: all 0.9s ease;
}
.imagen-about-us{
    width: 45%;
    display: flex;
    justify-content: center;
    transition: all 0.9s ease;
}
.imagen-about-us img{
    width: 60%;
    height: auto;
    transition: all .9s ease;
}
.contenido-textos{
    width: 48%;
    transition: all 0.9s ease;
}
.contenido-textos h3{
    margin-bottom: 15px;
    text-align: left;
    transition: all .9s ease;
    color: white !important;
}
.contenido-textos h3 span{
    background: #9E3C40;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    padding: 0px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    margin-right: 5px;
    user-select: none !important;
    font-size: 15px;
    transition: all 0.9s ease;
}
.contenido-textos p{
    padding: 0px 0px 0px 25px;
    font-weight: 300;
    text-align: justify;
    transition: all 0.9s ease;
    color: #d1d1d1 !important;
}
@media screen and (max-width:1000px){
    .contenedor-sobre-nosotros{
        padding: 30px 20px 30px 20px;
        transition: all 0.9s ease;
    }
    .contenido-textos{
        width: 100%;
        transition: all 0.9s ease;
    }
    .imagen-about-us{
        width: 100%;
        transition: all 0.9s ease;
    }
    .imagen-about-us img{
        width: 65%;
        transition: all 0.9s ease;
    }
}
@media screen and (max-width:800px){
    .contenedor-sobre-nosotros{
        display: flex;
        flex-direction: column;
        transition: all 0.9s ease;
    }
    .contenido-textos{
        width: 100%;
        transition: all 0.9s ease;
    }
    .imagen-about-us{
        width: 100%;
        transition: all 0.9s ease;
    }
    .imagen-about-us img{
        width: 50%;
        margin-bottom: 30px;
        transition: all 0.9s ease;
    }
}
@media screen and (max-width:400px){
    .contenedor-sobre-nosotros{
        display: flex;
        flex-direction: column;
        transition: all 0.9s ease;
    }
    .contenido-textos{
        width: 100%;
        transition: all 0.9s ease;
    }
    .imagen-about-us{
        width: 100%;
        transition: all 0.9s ease;
    }
    .imagen-about-us img{
        width: 80%;
        margin-bottom: 30px;
        transition: all 0.9s ease;
    }
}
/*--------------------textos informativos---------------------*/
.contenedor__textos__informativos{
    width: 100%;
    padding: 150px 385px;
    transition: all .9s ease;
}
.contenedor__textos__informativos p{
    font-size: 19px;
    margin-top: 25px;
    text-align: justify;
    color: #111F2D;
    transition: all .9s ease;
}
.easter{
    margin-bottom: 15px;
    user-select: none;
    height: 160px;
}
@media screen and (max-width:1668px){
    .contenedor__textos__informativos{
        width: 100%;
        padding: 150px 200px;
        transition: all .9s ease;
    }
}
@media screen and (max-width:1400px){
    .contenedor__textos__informativos{
        width: 100%;
        padding: 150px 130px;
        transition: all .9s ease;
    }
}
@media screen and (max-width:1200px){
    .contenedor__textos__informativos{
        width: 100%;
        padding: 130px 90px;
        transition: all .9s ease;
    }
    .easter{
        height: 130px;
    }
}
@media screen and (max-width:1000px){
    .contenedor__textos__informativos{
        width: 100%;
        padding: 100px 75px;
        transition: all .9s ease;
    }
    .easter{
        height: 120px;
    }
}
@media screen and (max-width:800px){
    .contenedor__textos__informativos{
        width: 100%;
        padding: 50px 35px;
        transition: all .9s ease;
    }
    .contenedor__textos__informativos h1{
        font-size: 25px !important;
        transition: all .9s ease;
    }
    .easter{
        height: 110px;
    }
}
@media screen and (max-width:400px){
    .contenedor__textos__informativos{
        width: 100%;
        padding: 50px 10px;
        transition: all .9s ease;
    }
    .contenedor__textos__informativos h1{
        font-size: 20px !important;
        transition: all .9s ease;
    }
    .easter{
        height: 90px;
    }
}
/*----------------GALERIA----------------*/
/*Slidebar*/
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}
.swiper-slide {
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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;
}
.swiper-slide img{
    width: 100%
}