*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;

    background-image: url('media/fondoblanco.png');
}



.menu-lateral{
    position: fixed;
    top: 50%;
    transform: translate(0%,-50%);
    background-color: rgba(244, 128, 47, 0.9);
    height: 70vh;
    width: 60px;
    overflow: hidden;
    transition: width 0.2s linear;
    box-shadow:  0 20px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    z-index: 50;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.menu-lateral ul {
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.menu-lateral li{
    width: 100%;
    height: 10%;

    
}

.logo-lateral{
    display: flex;
    transition: all 0.5s ease;
    margin: 10px 0 0 0px;
    
}

.menu-lateral  a{
    position: relative;
    color: rgb(85, 83, 83);
    font-size: 14px;
    display: table;
    width: 300px;
    padding: 10px;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;    
}

.activate-lateral{
    letter-spacing: 5px;
   
}

.menu-lateral  a .fas{
    position: relative;
    width: 70px;
    height: 40px;
    font-size: 20px;
    margin-left: 10px;
    top:14px;
} 

.logo-lateral img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.logo-lateral .nav-lateral-item{
    position: relative; 
    margin-left: 12%;
    top: 3px;
}


.menu-lateral  a:hover{
    background-color: white;
    color: #212121;
    
}

.menu-lateral:hover{
    width: 280px;
    transition: all 0.5s ease;
}
/*

.menu-lateral  a{
    position: relative;
    color: rgb(85, 83, 83);
    font-size: 14px;
    display: table;
    width: 300px;
    padding: 10px;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;    
}

.menu-lateral  a .fas{
    position: relative;
    width: 70px;
    height: 40px;

    font-size: 20px;
    text-align: center;
} 



.nav-lateral-item{
    position: relative; 
    margin-left: 10px;
}

.logo-out{
    position: absolute;
    bottom: 0;

}*/

.menu-responsive,.menu-burger{
    display: none;
}

#whatsapp-help{
    position: fixed;
    right: 0%;
    bottom: 5%;
    width: 30vw;
    height: 70px;
    z-index: 50;

}

#whatsapp-help .wrap-whats{
    width: 100%;
    
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.cont-whats{
    
    height: 100%;
    width: 100%;
  
    display: flex;
    justify-content: flex-end;
    border-radius: 5px;
    align-items: center;
    padding-right: 5px;

}



.cont-whats img{
    height: 90%;  
    object-fit: cover;
}

#whatsapp-help img:hover{
    cursor: pointer;
}

.btn-ayuda{
    width: 35%;
    height: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.btn-ayuda a {
    height: 100%;
    width: 100%;
    background-color: white;
    text-align: center;
    font-weight: 600;
    font-size: 10pt;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212121;
    text-decoration: none;
}


.home{
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: white;
    display: flex;
    
}

.navbar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15%;
    
    display: flex;
    z-index: 2;
}

.navbar .logo, .navbar .menu{
    height: 100%;
    width: 50%;
}

.navbar .logo img{
    padding: 5px 15px;
    height: 100%;
}

.navbar .menu ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}

.navbar .menu ul li{
    list-style: none;
    
    font-weight: 400;
    font-size: 10pt;
    color: white;
}

.navbar .menu ul li a{
    color: white;
    text-decoration: none;
    transition: all 0.4s ease-in;
}

.navbar .menu ul li a:hover{
    color: #252525;
}


.left-home,.right-home{
    height: 100%;
    width: 50%;
}

 .left-home{
    
    background-image: url('media/fondoblanco.png');
    display: flex;
    justify-content: flex-start;
    position: relative;
    align-items: flex-end;
}

.home-img-desk{
    height: 100%;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.home-img-desk img{
    width: 100%;
   object-fit: cover;
}


.right-home{
    position: relative;
    background-color: #f4802f;
    background-image: url('media/fondo-grad-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    overflow: hidden;
}

.home-text-container{
    width: 85%;
    height: 75%;
    display: flex;
    flex-direction: column;
    text-align: right;
    justify-content: flex-end;
    overflow: hidden;
}

.home-text-container h1{
    font-size: 30pt;
    font-weight: 800;
    margin-bottom: 5%;
    line-height: 1.2;
    z-index: 2;
}

.home-text-container p{
    font-size: 13pt;
    font-weight: 300;
    margin-bottom: 5%;
    line-height: 1.2;
    letter-spacing: 2px;
    z-index: 2;
}

.circulo{
    position: absolute;
    z-index: 1;
}

.circulo1{
    top: 40%;
    left: 40%;
}

 .circulo1 img{
    width: 20vw;
}

.circulo2{
    top: 0%;
    left: 20%;
}

 .circulo2 img{
    width: 10vw;
}

.circulo3{
    bottom: 0%;
    left: 0%;
}

 .circulo3 img{
    width: 5vw;
}

.wrapper2{
    background-color: #f4802f;
    background-color: #f4802f;
    background-image: url('media/fondo-grad-4.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left:0;
    z-index: 5;
    border: none !important;
}




@media only screen and (max-width: 1365px ) and (min-width: 1025px ) {
    .wrapper2{
        background-color:  #f4802f;
        background-image: url('media/fondo-grad-4.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .home{
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 1024px ) and (min-width: 835px ) {
    .home{
        overflow-x: hidden;
    }
    .wrapper2{
        background-color: #f4802f;
        background-image: url('media/fondo-grad-4.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .navbar .menu ul li{
        font-size: 8pt;
    }
    

    .home-text-container h1{
        font-size: 24pt;
    }

    .home-text-container p{
        font-size: 11pt;
      
    }
}

@media only screen and (max-width: 834px)  and (min-width: 668px ){
    .wrapper2{
        background-color: #f4802f;
        background-image: url('media/fondo-grad-4.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .home{
        overflow-x: hidden;
    }
    .home-text-container h1{
        font-size: 20pt;
    }

    .home-text-container p{
        font-size: 9pt;
    }

    
}



@media only screen and (max-width: 668px) {

    #ml{
        display: none;
    }

    
    .menu-burger{
        display: flex;
        position: fixed;
        width: 50px;
        height: 50px;
        right: 0;
        top: 0;
        z-index: 55 !important;
        color: #f4802f;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 1s all ease-in-out;
    }

    .menu-burger i{
        font-size: 18pt;
    }

    .menu-burger i:hover{
        cursor: pointer;
    }

    .menu-responsive{
        display: flex;
        position: absolute;
        width: 100%;
        height: 100vh;
        background-image: linear-gradient(to top, #212121, #292929, #313131, #393939, #424242);
        right: 0;
        top: 0;
        z-index: 30;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
    }

    .menu-responsive .menu-items{
        width: 90%;
        height: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .menu-items .item-menu-responsive{
        width: 100%;
        
        height: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .item-menu-responsive a{
        color: white;
        text-decoration: none;
        letter-spacing: 8px;
        font-weight: 600;
        font-size: 12pt;
        text-align: center;
    }

    .item-menu-responsive a:hover{
        color: white;
    }


    .wrap-whats img{
        height: 80%;  
        object-fit: cover;
    }

    .home{
        height: 100vh;
        overflow-x: hidden;
    }

    .navbar .logo{
        display: flex;
        justify-content: center;
        width: 100%;
    
    }
    .navbar .logo img{
        padding: 0%;
        padding-top: 5%;
        height: 90%;
    }

    .menu,.circulo{
        display: none;
    }

     .left-home{
        display: none;
    }

    .wrapper2-mob{
        background-color: #f4802f;
        background-image: url('media/fondo-grad-4.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left:0;
        z-index: 5;
    }

    .right-home{
      
        background-image: url('media/banner_nuevo_mobile.png');
        background-size: 140%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw !important;
        color: #f4802f;
        height: 100vh !important;
        background-color: #fbfbfb !important;
    }

    .home-text-container{
    
        justify-content: flex-end;
        align-items: center;
        width: 90%;
        height: 90%;
        text-align: center;
        margin-bottom: 10px;
    }

    .home-text-container h1{
        font-size: 26pt;
        text-align: left;
    }

    .home-text-container p{
        font-size: 12pt;
    }

   
}

@media only screen and (min-height: 1000px ) and (orientation: portrait){
    /*
    .wrapper2{
        background-color: gray;
    }

    .home{
        height: 50vh;
    }

    .navbar .menu ul li{
        font-size: 6pt;
    }*/
    



    .home{
        height: 100vh;
        overflow-x: hidden;
    }

    .navbar .logo{
        display: flex;
        justify-content: center;
        width: 100%;
    
    }
    .navbar .logo img{
        padding: 0%;
        padding-top: 5%;
        height: 90%;
    }

    .menu,.circulo{
        display: none;
    }

     .left-home{
        display: none;
    }

    .wrapper2-mob{
        background-color: #f4802f;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left:0;
        z-index: 5;
    }

    .right-home{
        background-image: url('media/home1.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw !important;
        color: #f4802f;
        height: 90vh !important;
        background-color: #fbfbfb !important;
    }

    .home-text-container{
    
        justify-content: flex-end;
        align-items: center;
        width: 90%;
        height: 90%;
        text-align: center;
    }

    .home-text-container h1{
        font-size: 29pt;
        text-align: left;
    }

    .home-text-container p{
        font-size: 16pt;
    }
}



/*QUIENES SOMOS INICIO*/

.somos{
    position: relative;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    margin-bottom: 5%;
 
}

.somos .somos-title{
    width: 85vw;
    height: 20vh;
    
    display: flex;
    align-items: center;
    
    overflow: hidden;
}

.somos-title h1{
    font-size: 30pt;
    font-weight: 300;
    text-transform: uppercase;
    color: #252525;
}

.somos .somos-content{
    width: 65vw;
    height: 80vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;

    overflow: hidden;
}

.somos-content .card{
   
    width: 47%;
    height: 47%;
    gap: 2;
    color: white;
    padding: 3%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
    
}

.glass{
    height: 95%;
    width: 95%;
    border-radius: 10px;
    padding-bottom: 5%;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
}


.card-1{
    background-image: url('media/s-11.png');
    background-size: cover;
    position: relative;
    z-index: 3;
}

.card-1 .bg-opacity{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(244, 118, 32, 0.6);
    z-index: -1;
    border-radius: 15px;
}

.card-2{
    background-image: url('media/s-22.png');
    background-size: cover;
    position: relative;
    z-index: 3;
}

.card-2 .bg-opacity2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 159, 213, 0.6);
    z-index: -1;
    border-radius: 15px;
}


.card-3{
    background-image: url('media/s-33.png');
    background-size: cover;
    position: relative;
    z-index: 3;
}

.card-3 .bg-opacity3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(168, 206, 60, 0.6);
    z-index: -1;
    border-radius: 15px;
}

.card-4{
    background-image: url('media/s-44.png');
    background-size: cover;
    position: relative;
    z-index: 3;
}

.card-4 .bg-opacity4{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
    border-radius: 15px;
}

.card-title{
    margin-bottom: 3%;
   
    border-radius: 5px;
    overflow: hidden;
}

.card-title span{
    font-size: 16pt;
    font-weight: 600;
}

.card-text{
    width: 85%;
    
}

.card-text p{
    font-size:10pt;
    font-weight: 300;
}



@media only screen and (max-width: 1365px ) and (min-width: 1025px ) {
    .somos .somos-content{
        width: 78vw;
    }

    .card-title span{
        font-size: 17pt;
        font-weight: 600;
    }

    .card-text p{
        font-size:11pt;
    }
}

@media only screen and (max-width: 1024px ) and (min-width: 835px ) {
    .somos .somos-content{
        width: 78vw;
    }

    .card-title span{
        font-size: 15pt;
        font-weight: 600;
    }

    .card-text p{
        font-size:10pt;
    }

}

@media only screen and (max-width: 834px)  and (min-width: 668px ){
    .somos .somos-content{
        width: 90vw;
    }

    .card-title span{
        font-size: 12pt;
        font-weight: 600;
    }

    .card-text p{
        font-size:8pt;
    }
}


@media only screen and (max-width: 668px) {

    .somos{
        height: 150vh;
        
        justify-content: flex-start;
    }

    .somos .somos-title{
        width: 90vw;
        height: 10vh;
        justify-content: center;
    }

    .somos-title h1{
        text-align: left;
        font-size: 4.2vh;
    }

    .somos .somos-content{
        width: 100%;
        height: 90%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .somos-content .card{
        width: 100%;
        height: 25%;
        border-radius: 0px;
    }

    .card-title span{
        font-weight: 20pt;
        font-size: 16pt;
    }

    .card-text p{
        font-size:1.8vh;
        font-weight: 300;
    }
    

    .card-1 .bg-opacity, .card-2 .bg-opacity2, .card-3 .bg-opacity3,.card-4 .bg-opacity4{
        border-radius: 0px;
    }

    .glass{
        width: 100%;
        height: 100%;
        border-radius:0px;
        backdrop-filter: blur(5px);
    }

    .somos-content .card{
        padding: 0;
        box-shadow:none;
    }

    
}

@media only screen and (min-height: 1000px ) and (orientation: portrait){
    .somos{
        height: 50vh;
    }

    .somos .somos-title{
        height: 10%;
    }

    .somos .somos-content{
        height: 90%;
    }

    .card-title span{
        font-size: 14pt;
    }

    .card-text p{
        font-size:9pt;
    }
}



/*QUIENES SOMOS FIN*/



/*VALORES INICIO*/
.valores{  
    width: 100vw;
    height: 50vh;
    background-image: url('media/valores1.png');
    background-size: cover;
   
    display: flex;

    justify-content: center;
    align-items: center;
}

.valores .valores-title{
    width: 15%;
    height: 60%;
    display: flex;
    align-items: center;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(50px);
    
}

.valores-title h1{
    font-size: 4.2vh;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.valores .valores-content{
    width: 80%;
    height: 60%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(50px);
   

}

.valores-content .valores-text-1{
    display: flex;
    width: 100%;
    height: 50%;
    align-items: center;
    justify-content: space-between;
    
}

.valores-text-1 .v-card{
    display: flex;
    flex-wrap: wrap;
    height: 80%;
    width: 20%; 
    color: white;
    
}

.v-card-icon{

    height: 100%;
    width: 15%;
    display: flex;
    align-items: center;
    
}

.v-card-icon img{
    width: 45%;
    margin-top: 15%;
}



.v-card-content{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    overflow: hidden;
}

.v-card-content img{
    width: 8%;
    margin-right: 10px;
}

.v-card-title{
   
    font-size: 2.3vh;
    font-weight: 200;
    text-align: left;
    
    display: flex;
    align-items: center;
}

.v-card-text{
    height: 80%;
    width: 100%;
    
    font-size: 8pt;
    font-weight: 300;
}

.valores-content .valores-text-2{
    display: flex;
    width: 100%;
    height: 50%;
    
    align-items: center;
    justify-content: space-between;
}

.valores-text-2 .v-card{
    display: flex;
    flex-wrap: wrap;
    height: 80%;
    width: 20%; 
    align-items: flex-start;
    color: white;
    
}

@media only screen and (max-width: 1365px ) and (min-width: 1025px ) {
    .valores .valores-content{
        width: 90%;
    }
       
}


@media only screen and (max-width: 834px)  and (min-width: 668px ){
    .valores .valores-content{
        width: 1000%;
       
    }
}


@media only screen and (max-width: 668px) {
    .valores{  
        height: 90vh;
        flex-direction: column;
    }

    .valores .valores-title{
        width: 90%;
        height: 20%;
        border-right: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.5);

    }


    .valores .valores-content{
        width: 90%;
        height: 60%;
        flex-direction: row;
    }

    .valores-content .valores-text-1,.valores-content .valores-text-2{
      
        flex-direction: column;
        width: 50%;
        height: 80%;
    }

    .valores-text-1 .v-card,  .valores-text-2 .v-card{
        width: 100%;

    }

    .v-card-title{
        font-size: 1.9vh;
    }

    .v-card-content{
       justify-content: start;
       margin-left: 5%;
       margin-right: 5%;
    }

    .v-card-content img{
        width: 8%;
    }
}

@media only screen and (min-height: 1000px ) and (orientation: portrait){
    .valores{  
        height: 40vh;
        flex-direction: column;
    }

    .valores .valores-title{
        width: 90%;
        height: 20%;
        border-right: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.5);

    }
    .valores-title h1{
        font-size: 26pt;
    }

    .valores .valores-content{
        width: 90%;
        height: 60%;
        flex-direction: row;
    }

    .valores-content .valores-text-1,.valores-content .valores-text-2{
      
        flex-direction: column;
        width: 50%;
        height: 80%;
    }

    .valores-text-1 .v-card,  .valores-text-2 .v-card{
        width: 100%;
       
    }

    .v-card-title{
        font-size: 12pt;
    }

    .v-card-content{
       justify-content: start;
       margin-left: 5%;
       margin-right: 5%;
    }

    .v-card-content img{
        width: 6%;
    }
}


/*VALORES FIN*/



/*EXPERIENCIA INICIO*/

.exp{
    width: 100vw;
    height: 120vh;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    position: relative;
    overflow: hidden;
    
    background-image: url('media/exp-8-1.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.exp-bg1{
    position: absolute;
    z-index: -1;
    bottom: -25%;
}


.exp-bg1 img{
    height: 100%;
    width: 100%;
}

.exp .exp-container{
    z-index: 3;
    height: 75%;
    width: 85%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(244, 128, 47, 0.6);
    
}

.exp-container-1{
    width: 95%;
    height: 70%;
    display: flex;
}


.exp-content-1,.exp-content-2{
width: 33.3%;
height: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: flex-start;

}

.exp-content-2{
    height: 100%;
   
}

.exp-content-img-1{
    width: 33%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}

.exp-img-respo{
    display: none;
}

.exp-content-img-1 img{
    height: 100%;
    object-fit: cover;
}

.exp-content-1 .exp-title,.exp-content-2 .exp-title{
    height: 20%;
    width: 90%;
    /*font-size: 24pt;*/
    font-size: 4.2vh;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: start;
}



.exp-container-1 .exp-text, .exp2-section-content{
    width: 90%;
    height: 10%;
    display: flex;
    justify-content: start;
    align-items: center;
    font-weight: 300;
   font-size: 1.6vh;
    color: #fff;
    
}

.exp-container-1 .exp-text p{
    width: 90%;
    color: #fff;
}

.exp-container-1 .exp-servicios{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-around;
   
    height: 80%;
}

.exp-container-2 .exp-servicios-2{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-around;
    
}

.exp-servicios ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.exp-servicios ul li, .exp2-section-title{
    list-style: none;
    width: 100%;
    color: white;
    font-weight: 500;
    /*font-size: 12pt;*/
    font-size: 2.1vh;

}

@media only screen and (max-width: 1365px ) and (min-width: 1025px ) {
    .exp-content-1 .exp-title,.exp-content-2 .exp-title{
        font-size: 20pt;
   }

   .exp-content-2 .exp-title{
       height: 40%;
   }

   .exp{
       height: 110vh;
   }

   .exp .exp-container{
       width: 90%;
   }

   .exp-container-1 .exp-text{
       font-size: 10pt;
       margin-bottom: 20px;
   }

   .exp-servicios ul li, .exp2-section-title{
    font-size: 13pt;
   }
}

@media only screen and (max-width: 1024px ) and (min-width: 835px ) {

    .exp-content-1 .exp-title,.exp-content-2 .exp-title{
         font-size: 20pt;
    }

    .exp-content-2 .exp-title{
        height: 40%;
    }

    .exp{
        height: 110vh;
    }

    .exp .exp-container{
        width: 90%;
    }

    .exp-container-1 .exp-text{
        font-size: 8pt;
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 834px)  and (min-width: 668px ){
    .exp-content-1 .exp-title,.exp-content-2 .exp-title{
        font-size: 20pt;
   }

   .exp-content-2 .exp-title{
       height: 40%;
   }

   .exp{
       height: 110vh;
   }

   .exp .exp-container{
       width: 100%;
   }

   .exp-container-1 .exp-text{
       font-size: 8pt;
       margin-bottom: 20px;
   }
}

@media only screen and (max-width: 668px) {
    .exp{
        min-height: 150vh;
    }

    .exp .exp-container{
        height: 130vh;
        width: 100%;
        border-radius: 0px;
        border-top: 2px solid rgba(255, 255, 255, 0.8);
        border-left: none;
        border-right: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.8);

    }

    .exp-container-1{
        
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    .exp-content-1{
      
        width: 90%;
        height: 60vh;
        
    }

    .exp-content-2{
        width: 90%;
        height: 40vh;
       
    }

    .exp-content-1 .exp-title, .exp-content-2 .exp-title{
        padding-top: 20px;
        width: 100%;
        height: 20%;
    }

    .exp-container-1 .exp-text{
        
        height: 40%;
        width: 100%;
        align-items: center;
        /*font-size: 10pt;*/
        font-size: 1.8vh;
    }

    .exp-container-1 .exp-servicios{
        
        width: 100%;
        height: 40%;
    }

    .exp-content-2 .exp-servicios-2{
        
    
        width: 100%;
    }

    .exp-servicios ul li{
        font-size: 10pt;
    }

    .exp-content-img-1{
        width: 90%;
        height: 30vh;
       
    }

    .exp-img-desk{
        display: none;
    }

    .exp-img-respo{
        display: block;
    }
    .exp-content-img-1 img{
       height: 85%;
       object-fit: cover;
    }

}

@media only screen and (min-height: 1000px  ) and (orientation: portrait){
    .exp{
        min-height: 100vh;
    }

    .exp .exp-container{
        height: 80vh;
        width: 100%;
        border-radius: 0px;
        border-top: 2px solid rgba(255, 255, 255, 0.8);
        border-left: none;
        border-right: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    }

    .somos-title h1{
        font-size: 26pt;
    }

    .exp-container-1{
        
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    .exp-content-1{
      
        width: 90%;
        height: 60vh;
        
    }

    .exp-content-2{
        width: 90%;
        height: 40vh;
       
    }

    .exp-content-1 .exp-title, .exp-content-2 .exp-title{
        padding-top: 20px;
        width: 100%;
        height: 20%;
    }

    .exp-container-1 .exp-text{
        
        height: 40%;
        width: 100%;
        align-items: center;
        /*font-size: 10pt;*/
        font-size: 11pt;
    }

    .exp-container-1 .exp-servicios{
        
        width: 100%;
        height: 40%;
    }

    .exp-content-2 .exp-servicios-2{
        
    
        width: 100%;
    }

    .exp-servicios ul li{
        font-size: 12pt;
    }

    .exp-content-img-1{
        width: 90%;
        height: 30vh;
       
    }

    .exp-img-desk{
        display: none;
    }

    .exp-img-respo{
        display: block;
    }
    .exp-content-img-1 img{
       height: 75%;
       object-fit: cover;
    }

    .exp-servicios ul li, .exp2-section-title {
        font-size: 12pt;
    }

    .exp-content-1 .exp-title,.exp-content-2 .exp-title{
        font-size: 26pt;
    }
}


/*EXPERIENCIA FIN*/

/*PROMO INICIA*/

.promo{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10%;
    
}

.promo-bg-att{
    background-image: linear-gradient(to top, #bbdefb ,#fff   );
}

.promo-bg-valor{
    background-image: linear-gradient(to top, #e1bee7  ,#fff   );
}

.promo-bg-une{
    background-image: linear-gradient(to top, #fff9c4   ,#fff   );
}

.promo-bg-telcel{
    background-image: linear-gradient(to top, #b3e5fc    ,#fff   );
}

.promo-bg-movi{
    background-image: linear-gradient(to top, #c8e6c9     ,#fff   );
}

.promo-bg-bait{
    background-image: linear-gradient(to top, #fff59d      ,#fff   );
}

.promo .promo-btns{
    width: 90%;
    height: 20vh;
    margin-bottom: 5%;
    
    box-shadow: -1px 15px 15px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    justify-content: center;
}

.promo-btns .promo-btn{
    width: 16%;
    height: 100%;
    border:1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    background-color: white;
}

.promo-btn:hover{
    cursor: pointer;
    transform: scale(1.2);
    border:1px solid rgba(0, 0, 0, 0);
}

.promo-btn img{
    width: 65%;
    object-fit: cover;
}

.unefon img{
    width: 45%;
    object-fit: cover;
}

.bait img{
    width: 45%;
    object-fit: cover;
}

.promo-cards{
    min-height: 50vh;
    width: 100vw;
    
    position: relative;
    display: flex;
    justify-content: center;
}

.promo-cards-container{
    width: 80%;
    height: 100%;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    
}

.promo-card{
    width: 26%;
    height: 55vh;
    
    margin-bottom: 5%;
    border-radius: 8px;
}

.promo-card-title-container{
    width: 100%;
    height: 16%;
    display: flex;
    justify-content: flex-start;
    margin-top: 15%;
}

.promo-card-title-content{
    width: 75%;
    height: 100%;
    background-color: white;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.promo-card-title2-text{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.promo-card-title2-text span{
    
    font-weight: 600;
    font-size: 2rem;
    margin-left: 10%;
}

.promo-card-title2-text2{
    position: absolute;
    bottom: 0;
    right: 10%;
    
    font-weight: 600;
    font-size: 0.65rem;
}

.att-text-color{
    color: #00a8e0;
}

.valor-text-color{
    color: #a174af;
}

.unefon-text-color{
    color: #ffc600;
}

.telcel-text-color{
    color: #254aa5;
}

.movistar-text-color{
    color: #a3c516;
}

.bait-text-color{
    color: #212121 !important;
}

.promo-card-text-container{

    width: 100;  
    height: 60%;
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.promos-redes{
    width: 50%;
    height: 10%;
   
    display: flex;
    justify-content: space-around;
}

.promos-redes img{
   height: 100%;
}

.p-img {
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-img img{
    margin-left: 6px;
    margin-right: 6px;
    height: 85%;
}

.promo-card-text-container p{
    width: 100%;
    color: white;
    font-size: 10pt;
    font-weight: 500;
    text-align: center;
}

.promo-btn-solicita{
    width: 60%;
    height: 20%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.promo-btn-solicita a {
    height: 100%;
    width: 90%;
    background-color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-promo{
    font-weight: 600;
    font-size: 10pt;
    
}

#att {
    transition: 2s all ease-in-out;
}


#valor {
    display: none;
    transition: 2s all ease-in-out;
}

#unefon {
    display: none;
    transition: 2s all ease-in-out;
}

#telcel {
    display: none;
    transition: 2s all ease-in-out;
}

#movistar {
    display: none;
    transition: 2s all ease-in-out;
}

#bait {
    display: none;
    transition: 2s all ease-in-out;
}

.att{
    background-image: linear-gradient(to right, #00a8e0, #0093d0, #007fbf, #006bae, #01579b);
}

.valor{
    background-image: linear-gradient(to right, #a174af,#c174ad);
}

.unefon-bg{
    background-image: linear-gradient(to right, #ffc600,#f9a825);
}

.telcel{
    background-image: linear-gradient(to right, #254aa5,#1976d2);
}

.movistar{
    background-image: linear-gradient(to right, #a3c516,#9ccc65);
}

.bait2{
    background-image: linear-gradient(to right, #FFD107,#ffd54f        );
}

@media only screen and (max-width: 1365px ) and (min-width: 1025px ) {
    .promo-card{
        width: 30%;
    }

    .promo-card-title2-text span{
        font-size: 22pt;
    }
    .promo-card-title2-text2{
        font-size: 7pt;
    }

    .promo-card-text-container p{
        font-size: 8.5pt;
    }

    .promo-btn-solicita{
        width: 80%;
        margin-top: 10px;
    }

    .promo-btn-solicita .btn-promo{
        font-size: 11pt;
    }
}


@media only screen and (max-width: 1024px ) and (min-width: 835px ) {
    
    .promo-card{
        width: 30%;
    }

    .promo-card-title2-text span{
        font-size: 22pt;
    }
    .promo-card-title2-text2{
        font-size: 7pt;
    }

    .promo-card-text-container p{
        font-size: 8.5pt;
    }

    .promo-btn-solicita{
        width: 80%;
        margin-top: 10px;
    }

    .promo-btn-solicita .btn-promo{
        font-size: 11pt;
    }
}

@media only screen and (max-width: 834px)  and (min-width: 668px ){

    .promo-cards-container{
        width: 90%;
    }

    .promo-card{
        width: 30%;
    }

    .promo-card-title2-text span{
        font-size: 22pt;
    }
    .promo-card-title2-text2{
        font-size: 7pt;
    }

    .promo-card-text-container p{
        font-size: 8.5pt;
    }

    .promo-btn-solicita{
        width: 80%;
        margin-top: 10px;
    }

    .promo-btn-solicita .btn-promo{
        font-size: 11pt;
    }
}

@media only screen and (max-width: 668px) {
   
    .promo .promo-btns{
     
        height: 10vh;
        width: 90%;
    }

    .promo-card{
        width: 45%;
        height: 32vh;
        margin-bottom: 2%;
    }

    .promo-cards-container{
        width: 90%;
        margin-left: 0;
        margin-right: 0;
    }

    .promo-card-title2-text span{
        font-size: 2vh;
    }

    .promo-card-title2-text2{
        font-size: 7px;
    }

    .promo-card-text-container p{
        font-size: 8.5pt;
    }

    .promo-btn-solicita{
        height: 15%;
    }

    .promo-btn-solicita .btn-promo{
        font-size: 1vh;
    }
}

@media only screen and (max-width: 512px) {
    .promo-card-text-container p{
        font-size: 8pt;
      
    }
}

@media only screen and (max-width: 450px) {
    .promo-card-text-container p{
        font-size: 7.5pt;
      
    }
}

@media only screen and (max-width: 415px) {
    .promo-card-text-container p{
        font-size: 7pt;
      
    }
}

@media only screen and (max-width: 376px) {
    .promo-card-text-container p{
        font-size: 6pt;
        
    }
}

@media only screen and (max-width: 323px) {
    .promo-card-text-container p{
        font-size: 5.5pt;
        
    }
}

@media only screen and (min-height: 1000px  ) and (orientation: portrait){
    .promo .promo-btns{
     
        height: 10vh;
        width: 90%;
    }

    .promo-card{
        width: 28%;
        height: 28vh;
        margin-bottom: 2%;
    }

    .promo-cards-container{
        width: 90%;
        margin-left: 0;
        margin-right: 0;
    }

    .promo-card-title2-text span{
        font-size: 2vh;
    }

    .promo-card-title2-text2{
        font-size: 7px;
    }

    .promo-card-text-container p{
        font-size: 9px;
    }

    .promo-btn-solicita{
        height: 15%;
    }

    .promo-btn-solicita .btn-promo{
        font-size: 1vh;
    }
}

/*PROMO FIN*/

/*CAPACITATE INICIO*/

.capacitate{
    width: 100vw;
    height: 90vh;
    background-image: linear-gradient(to right, #ffa726, #fd9d28, #fb932a, #f78a2c, #f4802f);
    display: flex;
    overflow: hidden;
    position: relative;
    
}

.capacitate-text-container{
    width: 48%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;   

}

.capacitate-text-title{
    height: 10%;

}

.capacitate-text-container h1{
    font-size: 4.2vh;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    margin-bottom: 10%;
}

.capacitate-text-container .capacitate-text-content{
    font-size: 1.8vh;
    font-weight: 300;
    color: #fff;
    width: 60%;
    margin-bottom: 5%;
    height: 80%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.capacitate-text-content p{
    margin-bottom: 5%;

}

.capacitate-img-container{
    width: 52%;
    height: 100%;
    background-image: url('media/exp-8-1.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.capacitate-btn-solicita{
    width: 40%;
    height: 10%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.capacitate-btn-solicita .btn-capacitate{
    height: 90%;
    width: 70%;
    background-color: #32afe1;
    color: white;
    font-weight: 400;
    font-size: 12pt;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}



.container-form-contact{
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.container-form-contact .form-contact{
    position: relative;
    width: 100%;
    height: 100%;
   
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(0, 0, 0, 0.1);

    transition: 0.3s border ease-in-out;
}



.form{
    
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.form .content-fields{
    margin-top: 5px;
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  
}

.content-fields .form-input{
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.content-fields .form-button{
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.form-input input{
    width: 100%;
    height: 100%;
    font-size: 12pt;
    color: rgba(0,0,0,0.85);
    padding-top: 20px;
    letter-spacing: 2px;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0.1); 
}

.form-button button{

    position: relative;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    color:#de7b34;
    border-radius: 20px;
    box-shadow: -2px -2px 8px rgba(255, 255, 255, 1),-2px -2px 12px rgba(255, 255, 255, 0.5),inset 2px 2px 4px rgba(255, 255, 255, 0.1),inset 2px 2px 8px rgba(0, 0, 0, 0.15);
}


.form-button button:hover span{
    display: inline-block;
    transform: scale(0.98);
}

.form-input select{
    width: 100%;
    height: 100%;
    color: rgba(0,0,0,0.85);
    padding-top: 10px;
    border: none;
    outline: none;
    appearance: none;
    box-shadow: none;
    border: 0 !important;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    font-size: 10pt;
    color:#de7b34;
    letter-spacing: 4px;
}

.v0{
    color: black !important;
}


.form-input label{
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    letter-spacing: 4px;
    font-size:10pt;
}

.form-input label::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-bottom: 3px solid #de7b34;
    left: 0px;
    bottom: -1px;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
}

.content-fields button{
    border: 1px solid #de7b34;
    color: #de7b34;
    
} 

@media only screen and (max-width: 834px)  and (min-width: 668px ){
    .capacitate-btn-solicita .btn-capacitate{
        font-size: 10pt;
    }
}

@media only screen and (max-width: 668px) {

    .capacitate{
        justify-content: center;
    }
    .capacitate-img-container{
        position: absolute;
        top: 0%;
        right:  0%;
        width: 100%;
        height: 100%;
        background-image: url('media/contacto-img-5.png');
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    }

    .capacitate-text-container{
        width: 90%;
        z-index: 3;
    }

    .capacitate-text-title{

        text-align: center;
    }

    .capacitate-text-container .capacitate-text-content{
        
        width: 90%;
    }

    .capacitate-btn-solicita{
        width: 60%;
    }

    .capacitate-btn-solicita .btn-capacitate{
        font-size: 2.1vh;
    }

    .form .content-fields{
        width: 100%;
    }

    .form-input label{
        font-size: 9pt;
    }
}

@media only screen and (min-height: 1000px  ) and (orientation: portrait){
    .capacitate{
        height: 50vh;
    }

    .capacitate-text-container{
        width: 60%;
    }
    .capacitate-text-container h1{
        font-size: 26pt;
        text-align: center;
    }

    .capacitate-text-container .capacitate-text-content{
        width: 90%;
        font-size: 10pt;
    }
}

/*CAPACITATE FIN*/

/*CONTACTO INICIO*/
.contacto{
    width: 100vw;
    height: 60vh;
    background-image: linear-gradient(to right, #32afe1, #0ea2df, #0094dd, #0085d8, #1976d2);
    display: flex;
    overflow: hidden;
   position: relative;
}

.contacto-text-container{
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  
}

.contacto-text-container h1{
    font-size: 4.2vh;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    margin-bottom: 10%;
    overflow: hidden;
}

.contacto-text-container .contacto-text-content{
    font-size: 1.8vh;
    font-weight: 300;
    color: #fff;
    width: 50%;
    margin-bottom: 5%;
}

.contacto-btn-solicita{
    width: 30%;
    height: 12%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.contacto-btn-solicita a{
    height: 100%;
    width: 90%;
    background-color: #00e947;
    color: white;
    font-weight: 300;
    font-size: 14pt;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.contacto-img-container{
    width: 35%;
    height: 100%;
}

.contacto-img-container img{
    width:  100%;
    object-fit: cover;
}

@media only screen and (max-width: 1365px ) and (min-width: 1025px ) {
    .contacto-img-container img{
        height: 100%;
    }
}

@media only screen and (max-width: 1024px ) and (min-width: 835px ) {
    .contacto-img-container img{
        height: 100%;
    }
}

@media only screen and (max-width: 834px)  and (min-width: 668px ){
    .contacto-img-container img{
        height: 100%;
    }

    .contacto-btn-solicita .btn-contacto{
        font-size: 10pt;
    }
}


@media only screen and (max-width: 668px) {
    .contacto{
        justify-content: center;
        height: 50vh;
        
    }

    .contacto-img-container{
        position: absolute;
        top: 0%;
        right: 0%;
        width: 100%;
        height: 100%;
        background-image: url('media/contacto-img-5.png');
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    }


    

    .contacto-text-container{
        width: 90%;
        z-index: 3;
    }

    .contacto-text-container .contacto-text-content{
        
        width: 90%;
    }

    .contacto-btn-solicita{
        width: 60%;
    }

    .contacto-btn-solicita .btn-contacto{
        font-size: 2.1vh;
    }
}

@media only screen and (min-height: 1000px  ) and (orientation: portrait){
    .contacto{
        height: 50vh;
    }

    .contacto-text-container h1{
        font-size:26pt;
    }

    .contacto-text-container .contacto-text-content{
        width: 90%;
        font-size: 10pt;
    }

}


/*CONTACTO FIN*/

/*INTERES INICIO*/

.interes{
    width: 100vw;
    /*height: 60vh;*/
    height: 40vh;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    
    padding-bottom: 2%;
    flex-wrap: wrap;
    background-color: #fafafa;
    
}

.interes .interes-title-container{
   height: 15%;
   width: 80%;
}

.interes-title-container h1{
    font-size: 30pt;
    font-weight: 300;
    text-transform: uppercase;
    color: #252525;
    width: 100%;
    margin-bottom: 10%;
    text-align: center;
}

.interes-card-container{
    width: 90%;
    height: 70%;
    background-color: white;
    display: flex;  
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: -1px 15px 15px rgba(0, 0, 0, 0.05);
    
}


.interes-card-container .interes-card{
    width: 16.6%;
    height: 100%;
    border:1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.interes-card:hover{
    cursor: pointer;
    transform: scale(1.2);
    border:1px solid rgba(0, 0, 0, 0);
}

.interes-card a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.interes-card a img{
    width: 55%;
    object-fit: cover;
}

.unefon2 a img, .bait a img{
    width: 40%;
    object-fit: cover;
}


@media only screen and (max-width: 668px) {
    .interes{
        height: 50vh;
    }

    .interes-card-container{
        height: 90%;
        width: 100%;
    }

    .interes-card-container .interes-card{
  
        border-radius: 0px;
        width: 50%;
        height: 33%;
    }

}

@media only screen and (min-height: 1000px ) and (orientation: portrait){
    .interes{
        height: 25vh;
    }
}
/*INTERES FIN*/

/*FOOTER INICIO*/

footer{
    width: 100vw;
    height: 20vh;
    background-color: #252525;
    display: flex;
    justify-content: space-between;
}

.footer-col{
    height: 100%;
    width: 30%;
}

.f-col2, .f-col3, .f-col1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.f-col1 .footer-menu{
    height: 60%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;

}

.footer-menu p{
    width: 50%;
    color: white;
    text-align: center;
    font-weight: 400;
    font-size: 8pt;

}

.footer-menu p .m-f{
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 300;
    font-size: 8pt;
    text-decoration: none;

}

.f-col1 .footer-copy{
    height: 20%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-copy p{
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    font-size: 8pt;
}




.f-col2 .footer-logo{
    height: 60%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.footer-logo img{
    width: 50%;
    object-fit: cover;
}

.f-col2 .footer-direccion{
    height: 20%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-direccion p{
    color: rgba(255, 255, 255, 0.8) ;
    font-weight: 300;
    font-size: 8pt;
    text-align: center;
}



.f-col3 .footer-redes{
    height: 60%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 15%;
    padding-right: 15%;
}

.footer-redes img{
    height: 25%;
    object-fit: cover;
}

.f-col3 .footer-aviso{
    height: 20%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.footer-aviso p{
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    font-size: 8pt;
}

@media only screen and (max-width: 1024px ) and (min-width: 835px ) {

    .f-col1 .footer-copy{
        padding: 10px;
        text-align: center;
    }

    .footer-logo img{
        width: 60%;
    }

    .footer-direccion p,.footer-aviso p,    .footer-menu p,    .footer-copy p{
        font-size: 7pt;
        text-align: center;
    }

    .footer-redes img{
        height: 30%;
    }
}


@media only screen and (max-width: 834px)  {
    footer{
        height: 40vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-col{
        height: 33.3%;
        width: 100%;
        
    }

    .f-col1{
        height: 25%;
        width: 90%;
     
    }

    .f-col2{
        height: 15%;
        width: 90%;
       
    }
    .f-col3{
        height: 60%;
        width: 90%;

    }

    .footer-logo.exp-img-desk,.footer-copy.exp-img-desk{
        display: none;
    }

    .footer-logo.exp-img-respo, .footer-logo.footer-copy{
        display: block;
    }

    .footer-direccion p, .footer-copy p{
        font-size: 7pt;
        text-align: center;
    }

    .footer-menu p{
        font-size: 7pt;
        width: 30%;
    }

    .f-col3 .footer-redes {
        height: 30%;
    }

    .footer-copy.exp-img-respo{
    
        width: 100%;
        text-align: center;
        height: 10%;
        
    }

    .f-col3 .footer-aviso{
        height: 20%;
    }

    .footer-logo.exp-img-respo{
        height: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-logo img{
        width: 30%;
    }

    .footer-redes img{
        height: 40%;
    }
}

@media only screen and (min-height: 1000px  ) and (orientation: portrait){
    .footer-direccion p, .footer-copy p{
        font-size: 10pt;
    }

    .footer-menu p{
        font-size: 10pt;
    }

    .footer-aviso p{
        font-size: 10pt;
    }
    
}


/*FOOTER FIN*/