html{
    /*min-height: 100%;*/
    box-sizing: border-box;
    font-size: 65.5%;
}
*, *:before, *:after{
    box-sizing: inherit;
}
img{
    max-width: 100%;
}
p{
    font-size: 1.6rem;
    margin: 0;
    line-height: 2;
}
h1,h2,h3,h4{
    margin: 0;
}
a{
    color: #000;
    text-decoration: none;
}
.w-100{
    display: flex;
    width: 100%;
}
body{
	font-family: 'Roboto', sans-serif;
    background-color: #fff;
}
/*-----------------------------*/
/*-----------------------------*/
/*-----------------------------*/
/*MENU HEADER*/
.site-header{
    background-color: #fff;
    display: flex;
    flex-direction: row;
}
.logo-menuGEN img{
    display: none;
}

nav.navegacion{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 7.3rem;
    width: 100%;
    transition: all ease-in-out 0.3s;
}
@media (min-width:350px) {
    nav.navegacion{
        margin-top:9.9rem;
        }
}
@media (min-width:550px) {
    nav.navegacion{
        margin-top:12.4rem;
        }
}
@media (min-width:768px) {
    nav.navegacion{
    flex-direction: row;
    margin-top:0;
    }
    .rec-menu{
        width: 100%;
        padding: 1.15rem 1.15rem;
    }
}
@media (min-width:768px){
    .logo-menuGEN img{
        width: 20rem;
        display: block;
        margin-left: 3rem;
        transition: all ease-in-out 0.3s;
    }   
}
@media (min-width:1200px){
    .logo-menuGEN img{
        width: 30rem;
    }    
}
@media (min-width:1400px){
    .logo-menuGEN img{
        width: 35rem;
    }    
}
nav.navegacion a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    font-size: 1.8rem;
    color: #FFA20E;
}
nav.navegacion a:hover{
    background-color: #FFA20E;;
    color: #fff;
    transition: all ease-in 0.2s;
}
nav a:hover i{
    color: #fff;
}
@media (min-width:768px) {
    nav.navegacion a{
        padding: 1rem;
        font-size: 1.5rem;
        font-weight: 300;
        transition: all ease-in-out 0.3s;
    }
    nav.navegacion{
        justify-content: space-between;
        flex-direction: row;
        transition: all ease-in-out 0.3s;
    }
    nav.navegacion a:hover{
        background-color: unset !important;
        color: #000;
    }
}
@media (min-width:1400px) {
    nav.navegacion a{
        justify-content: center;
    }
    nav.navegacion{
        justify-content: space-evenly;
    }
}
@media (min-width:1600px) {
    nav.navegacion a{
        justify-content: center;
    }
}

/*-----------------------------*/
/*-----------------------------*/
/*-----------------------------*/
/*SEGUNDO MENU*/
.menu-bar{
    border-bottom: solid 0.1px #000;
    padding: 0 0 0 0;
}
@media (min-width:768px) {
    body{
        padding-top: 0;
    }
}
.menu-bar{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 4000;
    background-color: #fff;
}
.site-header{
    position: fixed;
    width: 100%;
    bottom: 100%;
    margin: 0;
    overflow: auto;
    height: 100%;
    z-index: 3500;
}
@media (min-width:768px) {
    .site-header{
        position: unset;
        overflow: unset;
    }
}
.contenido-menuRD{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}
.contenido-menuRD a{
    position: relative;
    left: 3rem;
    text-decoration: none;
    margin-right: 3rem;
}
.contenido-menuRD img{
    width: 10rem;
    transition: all ease-in-out 0.3s;
}
@media (min-width:350px) {
    .contenido-menuRD img{
        width: 15rem;
    }
}
@media (min-width:550px) {
    .contenido-menuRD img{
        width: 20rem;
    }
}
.contenido-menuRD i{
    font-size: 3rem;
    font-weight: bold;
    margin-right: 3rem;
    cursor: pointer;
}
@media (min-width:768px) {
    .menu-bar{
        display: none;
    }
}

/*TERMINA EL MENU*/

/*++++++++++++++++++++++++++++++++++++++++++*/

/*EMPIEZA EL MAIN, CONTENIDO*/
.contenido{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
}
.contenido h1{
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1.9rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}
@media (min-width:768px){
    .contenido h1{
        font-size: 2.1rem;
    } 
}
.contenido .contenido_ques_es{
    margin-top: 4rem;
    flex-direction: column;
    transition: all ease-in-out 0.3s;    
}
@media (min-width:768px){
    .contenido .contenido_ques_es{
        flex-direction: row; 
    } 
}
.contenido .contenido_ques_es .imagen_que_es{
    padding: 1rem;
}
.contenido .contenido_ques_es .imagen_que_es img{
    border-radius: 0.5rem;
    margin: 0 auto;
    width: 80%;
}
@media (min-width:768px){
    .contenido .contenido_ques_es .imagen_que_es img{
        width: 100%;
    } 
}

.contenido .contenido_ques_es .contenido_concreta{
    padding: 1rem;
    text-align: justify;
    align-items: center;
    transition: all ease-in-out 0.3s;
}
.contenido .contenido_ques_es .contenido_concreta article p{
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: 1rem;
    line-height: 1.4;
    transition: all ease-in-out 0.3s;
}
@media (min-width:768px){
    .contenido .contenido_ques_es .contenido_concreta article p{
        font-size: 1.9rem;
        line-height: 1.8;
    } 
}
.contenido .contenido_ques_es .contenido_concreta article p strong{
    font-size: 1.9rem;
    font-weight: 500;
    transition: all ease-in-out 0.3s;
}
@media (min-width:768px){
    .contenido .contenido_ques_es .contenido_concreta article p strong{
        font-size: 2.2rem;
    } 
}
/*EMPIEZA BANNER*/
.banner_experiencia{
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30rem;
    background-color: #FAA608;
    margin: 4rem 0;
    transition: all ease-in-out 0.3s;
}
@media (min-width:768px){
    .banner_experiencia{
        height: 40rem;
    } 
}
@media (min-width:1400px){
    .banner_experiencia{
        height: 60rem;
    }
} 
.banner_experiencia > h2{
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    width: 70%;
    text-align: center;
    transition: all ease-in-out 0.3s;
}
@media (min-width:768px){
    .banner_experiencia h2{
        font-size: 4rem;
    } 
}
@media (min-width:1400px){
    .banner_experiencia h2{
        font-size: 6rem;
    }
} 
/* .banner_experiencia:hover{
    background-color: #FFE806;
} */

/*TERMINA BANNER*/
/******************************************/
/*EMPIEZA EXPERIENCIA*/

section.experiencia_index{
    height: auto;
    margin-bottom: 2rem;
}
@media (min-width:768px){
    section.experiencia_index{
        margin-bottom: 3rem;
    } 
}
section.experiencia_index .contenido_experiencia{
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
@media (min-width:768px){
    section.experiencia_index .contenido_experiencia{
        flex-direction: row;
    } 
}
section.experiencia_index .contenido_experiencia_dos{
    padding: 1rem;
    
}
@media (min-width:768px){
    section.experiencia_index .contenido_experiencia_dos{
        width: 50%;
    } 
}

section.experiencia_index .contenido_experiencia_dos h2{
    font-weight: 500;
    font-size: 1.9rem;
    padding: 2rem;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width:768px){
    section.experiencia_index .contenido_experiencia_dos h2{
        font-size: 1.9rem;
        text-align: justify;
    } 
}
section.experiencia_index .contenido_experiencia_dos p{
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: justify;
}
@media (min-width:768px){
    section.experiencia_index .contenido_experiencia_dos p{
        font-size: 1.9rem;
        text-align: justify;
    } 
}
section.experiencia_index .contenido_experiencia_dos ul{
    padding: 2rem;
    list-style: none;
    flex-direction: column;
    justify-content: center;    
}
section.experiencia_index .contenido_experiencia_dos ul .lii{
    flex-direction: row;
    align-items: center;
    padding: 0.5rem 0;
    width: 100%;
}
section.experiencia_index .contenido_experiencia_dos ul .lii i{
    font-size: 3rem;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
@media (min-width:768px){
    section.experiencia_index .contenido_experiencia_dos ul .lii i{
        font-size: 4rem;
    } 
}
section.experiencia_index .contenido_experiencia_dos ul .lii li{
    display: block;
    padding: 0.5rem;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: justify;
    transition: all ease-in-out 0.3s;    
}
@media (min-width:768px){
    section.experiencia_index .contenido_experiencia_dos ul .lii li{
        font-size: 1.2rem;
    } 
}

@media (min-width:768px){
    section.experiencia_index .contenido_experiencia_dos ul .lii:hover > i{
        color: #FAA70B;
    }
}
section.experiencia_index .imagen_experiencia{
    padding: 1rem;
}
@media (min-width:768px){
    section.experiencia_index .imagen_experiencia{
        width: 50%;
    } 
}
section.experiencia_index .imagen_experiencia img{
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
}
section.experiencia_index .imagen_experiencia img.img2{
    display: none;
}
@media (min-width:768px){
    section.experiencia_index .imagen_experiencia img.img2{
        display: block;
    } 
}
/*TERMINA EXPERIENCIA*/
/******************************************/
/*EMPIEZA FINAL INDEX*/

section.hero{
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    transition: all ease-in-out 0.3s;

}
@media (min-width:768px){
    section.hero{
        height: 50rem;
    } 
}
section.final_index{
    background-image: url(../img/inicio/bg_large_datos2.png);/*Deben de ser Imagenes Grandes*/
}
section.services{
    background-image: url(../img/equipamiento/hero.jpg);/*Deben de ser Imagenes Grandes*/
}
.hero::after{
    content: '';
    background-color: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.contenedor-hero{
    color:#fff;
    position: relative;
    z-index: 1;
    text-align: center;   
}
.contenedor-hero h2{
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0.5rem;
    transition: all ease-in-out 0.3s;
}
@media (min-width:768px){
    .contenedor-hero h2{
        font-size: 4.5rem;
        font-weight: 400;
    } 
}
.contenedor-hero div.btn-comunicate a{
    display: inline-block;
    padding: 1rem;
    background-color: #fff;
    font-weight: 400;
    font-size: 1.2rem;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
    transition: all ease-in-out 0.3s;
    
    -webkit-box-shadow: 3px 3px 6px -2px rgba(255,255,255,1);
-moz-box-shadow: 3px 3px 6px -2px rgba(255,255,255,1);
box-shadow: 3px 3px 6px -2px rgba(255,255,255,1);
}
@media (min-width:768px){
    .contenedor-hero div.btn-comunicate a{
        font-size: 1.8rem;
    } 
}
.contenedor-hero div.btn-comunicate a:active{
    -webkit-box-shadow: inset -4px -4px 6px -2px rgba(0,0,0,1);
    -moz-box-shadow: inset -4px -4px 6px -2px rgba(0,0,0,1);
    box-shadow: inset -4px -4px 6px -2px rgba(0,0,0,1);

}

/*TERMINA FINAL INDEX*/
/******************************************/

/*EMPIEZA SERVICIOS */
.titulo_services{
    display: block;
    text-align: center;
    margin-bottom: 4rem;
    text-transform: uppercase;
}
.img_mobile-services{
    width: 100%;
}
.img-desktop{
    display: none;

}
.img-mobile{
    display: block;
    
}
@media (min-width:768px){
    .img-desktop{
        display: block;
    }
    .img-mobile{
        display: none;
        
    }
}
div.contenido .que_es .services-contenido article h2{
    position: relative;
    top: 0;
    padding: 1.5rem;
    text-align: center;
    font-size: 2.1rem;
    font-weight: 400;
    text-transform: uppercase;
}
div.contenido .que_es .services-contenido article img{
    padding: 2rem;
    margin: 0 auto;
}
div.contenido .que_es .services-contenido article ul{
    list-style: none;
    padding: 1rem;
    flex-direction: column;
    line-height: 2;
    font-size: 2.1rem;
}
div.contenido .que_es .services-contenido article ul div.lii{
    align-items: center;
    flex-direction: column;
}
div.contenido .que_es .services-contenido article ul div.lii i{
    margin-right: 1rem;
}
/*TERMINA SERVICIOS*/
/******************************************/
/*EMPIEZA CATALOGOS*/
.recu-info-catalogos{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin: 2rem 0 1rem 0;
    transition: all ease-in-out 0.3s;
}
@media (min-width:650px){
    .recu-info-catalogos{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width:1100px){
    .recu-info-catalogos{
        grid-template-columns: repeat(3, 1fr);
    }
}
.rec-info-catalogos{
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-radius: 0.5rem;


    -webkit-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.75);
}
.title-info{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 1rem 0;
}
.logo-title{
    padding-right: 0.5rem;
    transition: all ease-in-out 0.3s;
}
@media (min-width:300px){
    .logo-title{
        padding-right: 2rem;
    }
}
.logo-title i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    color: #fff;
    border-radius: 50%;
    background-color: rgb(171, 171, 171);
    font-size: 1.6rem;
    color: #fff;
    transition: all ease-in-out 0.3s;
}
@media (min-width:300px){
    .logo-title i{
        width: 4rem;
        height: 4rem;
        font-size: 2rem;
    }
}
.title-logo h2{
    color:#FAA70B ;
    font-size: 1.3rem;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
}
.title-logo p.titulo-titulo{
    color:rgb(171, 171, 171);
    font-size: 0.9rem;
    transition: all ease-in-out 0.3s;
}
@media (min-width:300px){
    .title-logo h2{
        font-size: 1.4rem;
    }
    .title-logo p.titulo-titulo{
        font-size: 1rem;
    }
}
@media (min-width:500px){
    .title-logo h2{
        font-size: 1.5rem;
    }
    .title-logo p.titulo-titulo{
        font-size: 1.1rem;
    }
}
@media (min-width:650px){
    .title-logo h2{
        font-size: 1.3rem;
    }
}
@media (min-width:998px){
    .title-logo h2{
        font-size: 1.5rem;
    }
}
@media (min-width:1400px){
    .title-logo h2{
        font-size: 1.8rem;
        font-weight: 300;
    }
}
.img-info{
    margin: 0 auto;
}
.img-info img{
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 18rem;
    transition: all ease-in-out 0.3s;
}
@media (min-width:350px){
    .img-info img{
        width: 23rem;
    }
}
@media (min-width:450px){
    .img-info img{
        width: 28rem;
    }
}
@media (min-width:650px){
    .img-info img{
        width: 20rem;
    }
}
@media (min-width:768px){
    .img-info img{
        width: 23rem;
    }
}
@media (min-width:1100px){
    .img-info img{
        width: 20rem;
    }
}
@media (min-width:1400px){
    .img-info img{
        width: 28rem;
    }
}
.descripcion-info{
    padding: 1rem 0;
}
.desc-info p{
    font-size: 1.1rem;
    line-height: 1.3;
    transition: all ease-in-out 0.3s;
}
@media (min-width:350px){
    .desc-info p{
        font-size: 1.4rem;
    }
}
@media (min-width:650px){
    .desc-info p{
        font-size: 1.2rem;
    }
}
@media (min-width:1400px){
    .desc-info p{
        font-size: 1.5rem;
    }
}
.desc-info p.desc-desc{
    color: rgb(171, 171, 171);
    font-size: 1rem;
    transition: all ease-in-out 0.3s;
}
@media (min-width:768px){
    .desc-info p.desc-desc{
        font-size: 1.1rem;
    }
}
.bts-info{
    padding: 1rem 0;
}
.bt-info-cat{
    text-align: right;
}
.bt-info-cat a{
    padding: 0.7rem;
    font-size: 1.3rem;
    color: #fff;
    background-color:#FAA70B;
    border-radius: 1rem;
    cursor: pointer;
    transition: all ease-in-out 0.3s;

    -webkit-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.75);
}
@media (min-width:350px){
    .bt-info-cat a{
        padding: 0.7rem;
        font-size: 1.5rem
    }
}

@media (min-width:650px){
    .bt-info-cat a{
        padding: 0.7rem;
        font-size: 1.3rem;
    }
}

@media (min-width:768px){
    .bt-info-cat a{
        padding: 0.5rem 0.5rem 0.2rem 0.5rem;
        border-bottom: 0.1rem solid #FAA70B;
        border-radius: 0;
        font-size: 1.5rem;
        color: #FAA70B;
        background-color: transparent;
        cursor: pointer;

        box-shadow: none;
    }
}
/*TERMINA CATALOGOS*/
/******************************************/
/*EMPIEZA CONTACTO*/
main .hero-subtitulo{
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem 1rem 1rem;
    transition: all ease-in-out 0.3s;
    /* margin-top: -3rem; */
}
.hero-contacto{
    background-image: url(../img/inicio/hero_contacto.png);
}
@media (min-width:350px) {
    main .hero-subtitulo{
        padding-top:3rem;
        }
}
@media (min-width:550px) {
    main .hero-subtitulo{
        padding-top: 6rem;
    }
}
@media (min-width:768px) {
    main .hero-subtitulo{
        padding-top: 0;
        padding-bottom: 6rem;
    }
}
.cont-hero-subtitulo{
    width: 100%;
    padding: 2rem 0;
    margin: 0 auto;
    transition: all ease-in-out 0.3s;
}
.cont-hero-subtitulo .izquierdo h2{
    text-align: center;
}
.cont-hero-subtitulo h2{
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    transition: all ease-in-out 0.3s;
}
@media (min-width:400px){
    .cont-hero-subtitulo{
        padding: 2rem 1rem;

    }
    .cont-hero-subtitulo h2{
        font-size: 2.5rem;
        text-align: right;
    }
    .izquierdo h2{
        text-align: left !important;
    }
}
@media (min-width:768px){
    .cont-hero-subtitulo{
        padding: 2rem 2rem;
    }
    .cont-hero-subtitulo h2{
        font-size: 3.5rem;
        text-align: right;
    }
}
@media (min-width:1400px){
    .cont-hero-subtitulo{
        padding: 0 10rem;
    }
    .cont-hero-subtitulo h2{
        font-size: 4rem;
        text-align: right;
    }
}
@media (min-width:1920px){
    .cont-hero-subtitulo{
        padding: 0 10rem;
    }
    .cont-hero-subtitulo h2{
        font-size: 4.5rem;
        text-align: right;
    }
}

.info-contacto{
    margin-top: -2rem;
    padding: 0 1rem 1rem 1rem;
    margin: 0 auto;
    transition: all ease-in-out 0.3s;
}
@media (min-width:550px){
    .info-contacto{
        width: 80%;
    }
}
@media (min-width:768px){
    .info-contacto{
        width: 90%;
    }
}
@media (min-width:998px){
    .info-contacto{
        width: 80%;
    }
}
@media (min-width:1400px){
    .info-contacto{
        width: 70%;
    }
}
.info-contacto > h1{
    width: 10rem;
    color: rgb(171, 171, 171);
    font-size: 2.5rem;
    border-bottom: 1px solid rgb(171, 171, 171);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    transition: all ease-in-out 0.3s;
}
@media (min-width:550px){
    .info-contacto > h1{
        font-size: 2.8rem;
    }
}
@media (min-width:768px){
    .info-contacto > h1{
        font-size: 3.3rem;       
    }
}
@media (min-width:998px){
    .info-contacto > h1{
       font-size: 3.6rem;
    }
}
@media (min-width:1400px){
    .info-contacto > h1{
        font-size: 4rem;
    }
}
.info-contacto > h2{
    color: #FAA70B;
    font-size: 3rem;
    transition: all ease-in-out 0.3s;
}
@media (min-width:550px){
    .info-contacto > h2{
        font-size: 3.3rem;
    }
}
@media (min-width:768px){
    .info-contacto > h2{
        font-size: 3.6rem;       
    }
}
@media (min-width:998px){
    .info-contacto > h2{
       font-size: 4rem;
    }
}
@media (min-width:1400px){
    .info-contacto > h2{
        font-size: 4.3rem;
    }
}
.info-contacto > p{
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.2;
    transition: all ease-in-out 0.3s;
}
@media (min-width:550px){
    .info-contacto > p{
        font-size: 2.3rem;
    }
}
@media (min-width:998px){
    .info-contacto > p{
       font-size: 2.6rem;
    }
}

.recu-info{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin: 2rem 0 1rem 0;
    transition: all ease-in-out 0.3s;
}
@media (min-width:650px){
    .recu-info{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width:1100px){
    .recu-info{
        grid-template-columns: repeat(3, 1fr);
    }
}
.rec-info-direccion{
    padding: 3rem;
    border-radius: 0.5rem;


    -webkit-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.75);
}
.rec-info-direccion > h2{
    color: rgb(171, 171, 171);
    text-align: center;
    font-size: 2.2rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    transition: all ease-in-out 0.3s;
}
@media (min-width:1100px){
    .rec-info-direccion > h2{
        font-size: 2.5rem;
    }
}
@media (min-width:1400px){
    .rec-info-direccion > h2{
        font-size: 2.8rem;
    }
}
.rec-info-direccion > i{
    display: block;
    padding: 1rem 0;
    text-align: center;
    font-size: 4rem;
    color: #FAA70B;
    transition: all ease-in-out 0.3s;
}
@media (min-width:1100px){
    .rec-info-direccion > i{
        font-size: 4.5rem;
    }
}
@media (min-width:1400px){
    .rec-info-direccion > i{
        font-size: 5rem;
    }
}
.rec-info-direccion > p{
    line-height: 1.5;
    text-align: center;
    font-size: 1.3rem;
    transition: all ease-in-out 0.3s;
}
@media (min-width:400px){
    .rec-info-direccion > p{
        font-size: 1.6rem;
    }
}
@media (min-width:650px){
    .rec-info-direccion > p{
        font-size: 1.3rem;
    }
}
@media (min-width:768px){
    .rec-info-direccion > p{
        font-size: 1.5rem;
    }
}
@media (min-width:1100px){
    .rec-info-direccion > p{
        font-size: 1.3rem;
    }
}
@media (min-width:1300px){
    .rec-info-direccion > p{
        font-size: 1.5rem;
    }
}
@media (min-width:1400px){
    .rec-info-direccion > p{
        font-size: 1.8rem;
    }
}
/*TERMINA CONTACTO*/
/******************************************/
/*EMPIEZA FOOTER*/
footer.pie{
    padding: 1rem;
    color: #fff;
    background-color: #FAA70B;
    transition: all ease-in-out 0.3s;
}
@media (min-width:450px){
    footer.pie{
        padding: 2rem;
    } 
}
.footer-datos-generales{
    display: flex;
    flex-direction: column;
    transition: all ease-in-out 0.3s;
}
@media (min-width:768px){
    .footer-datos-generales{
        padding: 3rem 1rem;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    } 
}
.footer-datos-generales .caja{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1rem;
    border-bottom: 0.1rem solid #fff; 
    transition: all ease-in-out 0.3s;   
}
.footer-datos-generales .caja:last-child{
    border-bottom: none;    
}
@media (min-width:768px){
    .footer-datos-generales .caja:last-child, .footer-datos-generales .caja{
        height: 35rem; 
    }
    .footer-datos-generales .caja{
        border-bottom: none; 
        width: 100%;  
        text-align: center;
        border-right: 0.1rem solid #fff; 
    }
    .footer-datos-generales .caja:last-child{
        border-right: none; 
    }
}
@media (min-width:1400px){
    .footer-datos-generales .caja:last-child, .footer-datos-generales .caja{
        height: 38.5rem; 
    }
}
.footer-datos-generales .caja h2{
    font-size: 1.8rem;
    padding: 1rem 0;
    font-weight: 300;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}
@media (min-width:450px){
    .footer-datos-generales .caja h2{
        font-size: 2.1rem;
    }
}
@media (min-width:650px){
    .footer-datos-generales .caja h2{
        font-size: 2.3rem;
    }
}
@media (min-width:768px){
    .footer-datos-generales .caja h2{
        font-size: 2.2rem;
    } 
}
@media (min-width:1400px){
    .footer-datos-generales .caja h2{
        font-weight: 400;
        font-size: 2.5rem;
    } 
}
.footer-datos-generales .caja ul{
    margin: 0;
    padding: 1rem;
    transition: all ease-in-out 0.3s;
}
@media (min-width:768px){
    .footer-datos-generales .caja ul{
        margin: 0 auto;
    }
}
.footer-datos-generales .caja ul li{
    list-style: none;
    display: block;
    padding: 0.5rem;
    font-size: 1.3rem;
    font-weight: 300;
    transition: all ease-in-out 0.3s;
}
@media (min-width:450px){
    .footer-datos-generales .caja ul li{
        font-size: 1.6rem;
    }
}
@media (min-width:768px){
    .footer-datos-generales .caja ul li{
        text-align: left;
    }
}
@media (min-width:1400px){
    .footer-datos-generales .caja ul li{
        font-size: 1.9rem;
    }
}

.copyright{
    padding-top: 1rem;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    transition: all ease-in-out 0.3s;
}
@media (min-width:768px){
    .copyright{
        border-top: 0.1rem solid #fff;
        padding-top: 2.5rem;
        padding-bottom: 1rem;
    }
}
.copyright p{
    font-size: 1rem;
    line-height: 1.2;
    transition: all ease-in-out 0.3s;
}
@media (min-width:768px){
    .copyright p{
        font-size: 1.3rem;
    }
}
@media (min-width:1400px){
    .copyright p{
        font-size: 1.5rem;
    }
}
/*TERMINA FOTTER*/
/*TERMINA EL MAIN, CONTENIDO*/