
/*header*/
/* Si el tamaño de la pantalla está ENTRE 480 px y 900 px de ancho  */
@media(min-width:480px){
    .slider img{
        height: 550px;
    }

    .logo{
        margin-left: 0;
    }
    header{
        height: 58vh;
    }

    nav{
        height: 20px;
    }

    .nav-menu{
        position: relative;
        height: 100px;
        top: 5;
        background: none;
        transition: none;
        text-align: none;
        margin-right: 50px;
        justify-content: center;
        margin-right: auto;
    
    }

    .nav-menu li{
        display: inline-block;
        line-height: 100px;
        margin:0 20px;
        transition: none;
        display: flex;
    }

    .nav-menu li a{
        font-size: 18px;
    }

    .container{
        max-width: 1000px;
        margin: 0 auto;
    }

    .banner-text{
        padding-top: 115px;
    }

    .banner-text h1{
        font-size: 50px;
    }

    .banner-text p{
        padding: 30px 150px;
        font-size: 40px;
    }
}



/* Pero si mi pantalla es mayor a 480 px aplica estos estilos siempre y cuando el tamaño sea menor a 900 px */
@media (max-width:768px){
    .slider img{
        height: 250px;
    }
    .logo{
        width: 160px;
        height: 60px;
        padding-left: 90px;

    }
    
    header{
        height: 25vh; 
    }
    nav{
        height: 15px;
    }
    .nav-menu{
        position: relative;
        height: 45px;
        top: 5;
        background: none;
        transition: none;
        text-align: none;
        margin-right: 15px;
        justify-content: center;
        margin-right: auto;
    }
    .nav-menu li{
        display: inline-block;
        line-height: 45px;
        margin:0 4px;
        transition: none;
        display: flex;
    }
    .nav-menu li a{
        font-size: 10px;
    }
    .container{
        max-width: 800px;
        margin: 0 auto;
    }
    .banner-text{
        padding-top: 85px;
    }
    .banner-text h1{
        font-size: 14px;
    }
    .banner-text p{
        padding: 10px 40px;
        font-size: 14px;
    }
    .logo2{
        width: 70px;
        height: 50px;
        padding-left: 25px;
    }
 }

 /*contenido1*/
 /* Si el tamaño de la pantalla está ENTRE 480 px y 900 px de ancho  */
@media(min-width:480px) and (max-width:900px){
    .contenido1{
        display: flex;
        margin-top: 0px;
        align-self: right;
        margin-left: 0px;
        background-color: #f7f7fac5;
        padding: 30px;
        background-image: url(fotos/contenido1.png); 
        opacity: 1;
        background-repeat: no-repeat;
        background-size: cover;
        
    }
    .imagen1{
        width: 450px;
        margin-left: 50px;
        border-top: #23adfd;
        border-radius: 50px;
    }
    
    .texto1{
        padding-left: 50px;
        padding-right: 80px;
        align-self: center;
        background-color: #111fe649;
        background: rgba(0, 103, 123, 0.5);
        border-radius: 25px;
        
    }
    
    .texto1 h1{
        color:#faf9f9;
        font-size: 50px;
    }
    
    .texto1 h3{
        color: #fffdfd;
    }
 }

 /* Pero si mi pantalla es mayor a 480 px aplica estos estilos siempre y cuando el tamaño sea menor a 900 px */
@media (max-width:900px){
    .contenido1{
        display: flex;
        margin-top: 0px;
        align-self: right;
        margin-left: 0px;
        background-color: #f7f7fac5;
        padding: 15px;
        background-image: url(fotos/contenido1.png); 
        opacity: 1;
        background-repeat: no-repeat;
        background-size: cover;
        
    }
    .imagen1{
        width: 150px;
        margin-left: 15px;
        border-top: #23adfd;
        border-radius: 15px;
    }
    .texto1{
        padding-left: 15px;
        padding-right: 30px;
        align-self: center;
        background-color: #111fe649;
        background: rgba(0, 103, 123, 0.5);
        border-radius: 10px;
        
    }
    .texto1 h1{
        color:#faf9f9;
        font-size: 8px;
    }
    .texto1 h3{
        color: #fffdfd;
        font-size: 8px;
    }
 }

 /*contenido 2*/
 /* Si el tamaño de la pantalla está ENTRE 480 px y 900 px de ancho  */
@media(min-width:480px) and (max-width:900px){
    .contenido2{
        display: flex;
        margin-top: 0px;
        align-self: left;
        margin-right: 0px;
        background-color: #f7f7fa;
        padding: 30px;
        background-image: url(fotos/contenido1.1.1.png);
        opacity: 1;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .imagen2{
        width: 750px;
        margin-right: 70px;
        margin-top: 25px;
        border-top: #111fe6;
        border-radius: 25px;
        
    }
    .texto2{
        padding-right: 70px;
        padding-left: 90px;
        align-self: center;
        background-color: #111fe649;
        background: rgba(0, 103, 123, 0.5);
    }
    
    .texto2 h4{
        color: #fdf7f7;;
    }
    
    .texto2 p{
        color: #fbfbfc;
       
    }

 }

 /* Pero si mi pantalla es mayor a 480 px aplica estos estilos siempre y cuando el tamaño sea menor a 900 px */
@media (max-width:900px){
    .contenido2{
        display: flex;
        margin-top: 0px;
        align-self: left;
        margin-right: 0px;
        background-color: #f7f7fa;
        padding: 15px;
        background-image: url(fotos/contenido1.1.1.png);
        opacity: 1;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .imagen2{
        width: 150px;
        margin-right: 15px;
        margin-top: 15px;
        border-top: #111fe6;
        border-radius: 15px;
        
    }
    .texto2{
        padding-right: 35px;
        padding-left: 45px;
        align-self: center;
        background-color: #111fe649;
        background: rgba(0, 103, 123, 0.5);
    }
    .texto2 h4{
        color: #fdf7f7;
        font-size: 6px;
    }
    
 }

 /*footer*/
 /* Si el tamaño de la pantalla está ENTRE 480 px y 900 px de ancho  */
@media(min-width:480px) and (max-width:900px){
    .maps{
        width: 100%;
        height: 200px;
        justify-content: center;
        
     }

 }

 /* Pero si mi pantalla es mayor a 480 px aplica estos estilos siempre y cuando el tamaño sea menor a 900 px */
@media (max-width:900px){
    .maps{
        width: 100%;
        height: 100px;
        justify-content: center;
        
     }

 }

  /*derechos*/
 /* Si el tamaño de la pantalla está ENTRE 480 px y 900 px de ancho  */
@media(min-width:480px) and (max-width:900px){
    .derechos{
        font-size: 10px;
        text-align: center;
    
     }

 }

 /* Pero si mi pantalla es mayor a 480 px aplica estos estilos siempre y cuando el tamaño sea menor a 900 px */
@media (max-width:900px){
    .derechos{
        font-size: 10px;
        text-align: center;
    
     }

 }

 /*whatsapp*/
/* Si el tamaño de la pantalla está ENTRE 480 px y 900 px de ancho  */
@media(min-width:480px) and (max-width:900px){
    .float{
        position:fixed;
        width:80px;
        height:80px;
        bottom:60px;
        right:60px;
        background-color:#25d366;
        color:#FFF;
        border-radius:40px;
        text-align:center;
        justify-items: center;
        justify-content: center;
      font-size:40px;
        box-shadow: 2px 2px 3px #999;
      z-index:100;
      padding-top: 15px;
    }

}

/* Pero si mi pantalla es mayor a 480 px aplica estos estilos siempre y cuando el tamaño sea menor a 900 px */
@media (max-width:900px){
    .float{
        position:fixed;
        width:40px;
        height:40px;
        bottom:30px;
        right:30px;
        background-color:#25d366;
        color:#FFF;
        border-radius:20px;
        text-align:center;
        justify-items: center;
        justify-content: center;
      font-size:20px;
        box-shadow: 2px 2px 3px #999;
      z-index:100;
      padding-top: 7.5px;
    }
    .my-float{
        margin:2.5px;
    }

}