* {
    padding: 0px;
    margin: 0px;
}
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
.whatsapp{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 150px;
    z-index: 2;
    overflow: hidden;
    display: flex;
    align-items: center;
    
}
.what-link{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
}
.what-link:before,
.what-img:after{
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #25D366;
    opacity: 0;
    border-radius: 50%;
    animation: ondas 1.7s infinite;
}

.what-link:before{
    animation-delay:1s ;
}
.what-img:after{
    animation-delay: 1.3s;
}

.what-img{
    width: 25%;
    position: relative;
    z-index: 2;
}
@keyframes ondas{
    0%{
        transform: scale(1);
    }
    15%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: scale(2.5);
    }
}

.bajar{
    width: 100%;
}
p{
    font-size: 18px;
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
}
h1{
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
}

.h1 {
    color: #144169;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 42px;
}
/*header*/

.header {
    background: #ff5a05;
    position: fixed;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 3px solid #ffb996;

}
.encabezado{
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container{
    overflow: hidden;
}

.logo {
    width: 35%;
    
}
.group-nav-whats{
    width: 75%;
}
.h3-whats{
    width: 100%;
    text-align: right;
    font-family:  Arial;
    color: #E5E5E5;
    padding-bottom: 5px;
    font-size: 16px;
}
.menu{
    width: 100%;
    overflow-y: auto;
}
.nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.logo-link{
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.logo-link>img {
    width: 40%;
    height: 40%;
}
.logo-link>h1{
 color:white;
}

#check, .checkbtn {
    display: none;
}

.nav-item {
    float:left;
}
.section-nav{
    display: flex;
}
#mas,#mas1,#mas2,#mas3,#mas4,#mas5,#mas6,#mas7{
    display: none;
    font-weight: bold;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
}
.nav-link {
    
    color:#fff;
    text-decoration:none;
    padding:5px 0px 5px 20px;
    display:block;
}

.nav-link:hover {
 color: #272829;
}
.nav-item2{
    list-style: none;
    width: 250px;
}

.nav-link2{
    display:block;
    background-color:rgb(43, 36, 36);
     list-style: none;
    text-decoration: none;
    color: white;
    font-size: 12px;
    padding:15px 10px;
    font-family: 'Titillium Web', sans-serif;
    border-bottom: 1px solid rgb(119, 118, 118);
}
.nav-link2:hover{
    background-color: #0076a9;
}
.section-nav>.nav-link2{
    width: 250px;
}
.nav li ul {
    display:none;
    position:absolute;
    min-width:140px;
}

.nav li:hover > ul {
    display:block;
}

.nav li ul li {
    position:relative;
}

.nav li ul li ul {
    right:-250px;
    top:0px;
}


.nav-item {
    list-style: none;
}

.nav-link {
    list-style: none;
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
}


/*fin del header*/
.gg-feed{
    color: white;
}

@media (max-width:2000px) {
    .bajar2{
        margin-top: 100px;
    }
    .bajar{
        padding-top: 80px;
    }
}
@media (max-width:1700px) {
    
}
@media (max-width:1600px) {
    .bajar{
        padding-top: 80px;
    }
    .bajar2{
        margin-top: 90px;
    }
    .nav-link{
        font-size: 15px;
    }
}
@media (max-width:1500px) {
 
}
@media  (max-width:1420px)  {
    .logo {
        width: 30%; 
    }
    
}
@media (max-width:1352px){
    .nav-link{
        font-size: 14px;
    }
    .bajar{
        padding-top: 80px;
    }
    .bajar2{
        padding-top: 80px;
    }
}
@media (max-width:1300px){
    
    .nav-link{
        font-size: 13px;
    }
    .logo {
        width: 30%;
        
    }
   
}
@media (max-width:1250px) {
    .nav-link{
        padding: 5px 10px;
    }

    .logo {
        width: 25%;
        
    }
    .logo-link>h1{
        font-size: 23px;
    }
    
}
@media (max-width:1200px) {
   
    .logo-link>img {
    width: 60%;
    height: 60%;
}
    
}
@media (max-width:1100px) {
   
    .nav-link{
        font-size: 12px;
    }
  
}
@media (max-width:1050px) {
   
    .logo {
        width: 20%;
        
    }
    .logo-link>h1{
        font-size: 20px;
    }
  
}
@media (max-width:1020px) {
   
    .nav-link{
        font-size: 11px;
    }
  
}
@media (max-width:1000px) {
    .bajar{
        padding-top: 65px;
    }
    .bajar2{
        margin-top: 90px;
    }
   .logo{
    width: 80%;
   }
 .logo-link>img {
    width: 30%;
    height: 30%;
}
   .logo-link>h1{
    font-size: 30px;
}
   .group-nav-whats {
    width: auto;
   }
   .h3-whats{
    display: none;
   }
 
    .checkbtn {
        display: block;
    }

    .nav {
        position: absolute;
        display: flex;
        right: -100%;
        top: 100px;
        transition: all .5s;
        width: 300px;
        background-color:#F4F4F4;
        max-height: 500px;
        overflow-y: scroll;
        justify-content: flex-start;
    }

    .nav-link {
        padding:15px 20px;
        color: #272829;
        font-size: 16px;
        
    }
    .nav-item2{
        width: 300px;
    }
    .nav-item2{
        background-color:#F4F4F4;
    }
    .nav-item{
        width: 100%;
    }
    .nav-item2:hover{
        background-color:#E5E5E5;
    }
    .nav-link2:hover{
    background-color: #E5E5E5;
}
    .nav-link2{
        background-color:#f4f4f400;
        color: #272829;
        border-bottom: 0px solid rgb(119, 118, 118);
    }
    #mas,#mas1,#mas2,#mas3,#mas4,#mas5,#mas6,#mas7{
        display: block;
        padding: 20px 40px;
        cursor: pointer;
        height: 100%;
    }
    .section-nav{
        justify-content: space-between;
        align-items: center;
        background-color:#F4F4F4;
    }
    .nav li ul {
        position:relative;
    }
    #flotante{
        transition: all 1s;
        display:none;
    }
    #flotante2,#flotante3,#flotante4,#flotante5,#flotante6,#flotante7,#flotante8{
        display:none;
    }



    .nav li ul li ul {
    right:0px;
    top:0px;
}

    .section-nav:hover{
        background-color: #E5E5E5;
    }
    .nav-item:hover{
        background-color: #E5E5E5;
    }
    #check:checked~ul {
        right: 5%;

    }

    .icono {
        display: flex;
        justify-content: flex-end;
        width: 60%;
    }


   
}



@media (max-width:800px) {
    .bajar2{
        margin-top: 65px;
    }
    .bajar{
        padding-top: 65px;
    }
    .footer-informacion{
        grid-template-columns: repeat(1,1fr);
         
    }
    .logo-info{
       display: flex;
       justify-content: center;

    }
    .logo-info>img{
        width: 40%;
    }
 
   
   
    
    
}
@media (max-width:700px) {
    .nav {
        top:80px;
    }
}
@media (max-width:600px) {
    
.logo{
    width:100%

}
.icono{
    width: 10%;
}
}
@media (max-width:550px) {
   

}

@media (max-width:450px) {
   
}
@media (max-width:400px) {
    .logo-link>h1{
        font-size: 28px;
        font-weight: bold;
       }
    .bajar{
        padding-top: 60px;
    }
    .bajar2{
        margin-top: 60px;
    }
       
    }

    @media (max-width:350px) {
        .logo-link>h1{
            font-size: 24px;
           }
           .logo{
            width:90%
        
        }
        .icono{
            width: 10%;
        }
           
        }

        .parpadea {
  
            animation-name: parpadeo;
            animation-duration: 1s;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
          
            -webkit-animation-name:parpadeo;
            -webkit-animation-duration: 1s;
            -webkit-animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
          }
          
          @-moz-keyframes parpadeo{  
            0% { opacity: 1.0; }
            50% { opacity: 0.0; }
            100% { opacity: 1.0; }
          }
          
          @-webkit-keyframes parpadeo {  
            0% { opacity: 1.0; }
            50% { opacity: 0.0; }
             100% { opacity: 1.0; }
          }
          
          @keyframes parpadeo {  
            0% { opacity: 1.0; }
             50% { opacity: 0.0; }
            100% { opacity: 1.0; }
          }
          