/*Tablet 700 / 768*/
@media screen and (min-width:700px){
    /* Submenú */
    .dropdown-menu{
    width: 250px;
    margin-left: auto;    
    background-color: var(--colorPrincipal);
    border: 1px solid rgba(255, 255, 255, 0.3);
    outline: none;
    padding: 0;
    }

    .dropdown-item{
    color: #fff;
    padding: 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }   

    .dropdown-menu > li:last-child > .dropdown-item{border-bottom: none;}

    main{padding: 20px 80px}

    /* Equipo */
    #avatares{
    width: 100%;
    margin: 30px 0 50px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    #avatares .placa{
    width: 40%;
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid var(--colorAmarillo);}


    #service a{
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    display: block;
    margin: 8px auto 0 auto;
    width: 460px;
    text-align: center;
    text-decoration: none;
    background-color: var(--colorPrincipal);} 

    /* Contáctenos */
    #contact form{
    width: 75%;
    margin: 35px auto 0 auto;
    }   

    #infoForm{width: 100%;}
    #infoForm p{font-size: var(--sizeTextoTablet);}
    #infoForm img{width: 100%;  object-fit: cover; border-radius: 8px;}

    #contactoWs{width: 75%;}  

    #datosDireccion{
    width: 500px;
    height: 350px;
    margin: 20px auto 10px auto;
    } 
}

/*////////////////////////////////////////////////////*/  
@media screen and (min-width:992px){
    #loguito{width: 140px; margin-left: 16px;}

    .navbar-nav{
    width: auto;
    border-bottom: none;
    position: absolute !important;
    right: 16px;}
    
    .nav-link{
    width: auto;
    border-bottom: none !important;}

    .navbar .nav-link, .navbar .active{
    color: rgba(255, 255, 255, 1) !important;
    text-align: center;
    margin-right: 0;
    font-weight: 500;
    line-height: 85px;
    height: 97px;}
    
    .navbar-nav .nav-item{
    padding: 0px 10px;
    border-bottom: none !important;
    border-right: 1px solid rgba(255, 255, 255, 0.3);}

    .navbar-nav .nav-item:last-child{margin-bottom: 0; border-right: none;}
    /* .navbar-nav .nav-item:hover{background-color: rgba(121, 131, 68, 0.3);} */

    /* Submenú */
    .dropdown-menu{
    min-width:152px;
    width: 152px;
    margin: 0 0 0 -1px !important;
    border-radius: 0 0 8px 8px;
    background-color: var(--colorPrincipal);
    border: 1px solid rgba(255, 255, 255, 0.3);
    outline: none;
    padding: 0;}

    .dropdown-item{
    color: #fff;
    padding: 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);}   

    .dropdown-item:hover{
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-radius: 0 0 8px 8px;}

    .dropdown-menu > li:last-child > .dropdown-item{border-bottom: none;}    

    main{padding: 20px 90px}

    #contactoWs{width: 50%;}  
}    
    
/*////////////////////////////////////////////////////*/
 @media screen and (min-width:1024px){
    #service a{
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    display: block;
    margin: 8px 0;
    width: 200px;
    text-align: center;
    text-decoration: none;
    background-color: var(--colorPrincipal);} 

    /* Equipo */
    #avatares{
    width: 100%;
    margin: 30px 0 50px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    #avatares .placa{
    width: 18.5%;
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid var(--colorAmarillo);}    

    #contact{
    width: 100%;
    margin: 20px auto 75px auto;
    }
    #contact form{
    width: 80%;
    margin: 35px auto 0 auto;}

    #infoForm{width: 80%; margin: auto;}
    #infoForm p{font-size: var(--sizeTextoDesktop);}
    #infoForm img{width: 100%; object-fit: cover; border-radius: 8px;}

    #contact form #botonEnviar{
    width: 200px;
    background-color: var(--colorPrincipal);
    color: #ccc;
    font-size:1.1rem;
    font-weight: 500;   
    margin-left: auto; 
    }
}
    
/*////////////////////////////////////////////////////*/
@media screen and (min-width:1200px){   
    /*WhatsApp*/
    #ws{
    width: 65px;        
    z-index: 200;
    cursor: pointer;
    right: 100px;
    bottom: 100px;
    }

    /*Flecha Arriba*/
    #flecha{
    width: 55px;
    position: absolute;
    right: 175px;
    bottom: 110px;
    z-index: 200;
    position: fixed;
    cursor: pointer;
    display: none;
    z-index: 100;
    }
    
    #loguito{width: 150px; margin-left: 100px;} 

    .navbar{
    max-width: 1920px !important;
    width: 100%;
    height: 100px;
    background-color: var(--colorPrincipal)!important;    
    position: fixed !important;
    padding: 0 !important;
    z-index: 1000 !important;
    top:0;
    box-shadow: none;
    }   
    
    .navbar-nav{right: 120px;}
    
    .navbar .nav-link, .navbar .active{
    color: rgba(255, 255, 255, 1) !important;
    text-align: center;
    font-weight: 500;
    line-height: 85px; 
    }
    
    .navbar-nav .nav-item{
    padding: 0 20px;
    border-bottom: none !important;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .nav-link{padding: auto !important;}
    
    .nav-item:hover{
    background-color: rgba(255, 255, 255, 0.06);} 
    
    .primero{border-left:none;}     
    
    h1{
    font-size: 3.2rem;
    margin-top: 0;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    text-shadow: 0 5px 8px rgba(0, 0, 0, 0.7);
    }

    #headerTexto{
    width: 340px;
    position: absolute;
    top: 255px;
    left: 50%;
    transform: translate(-50%, -50%);   
    }

    #headerTexto p{
    color: #fff;
    font-size: var(--sizeTextoDesktop);
    text-align: center;
    font-weight: 500;
    }

    #btn{
    width: 200px;
    height: 40px;
    background-color: var(--colorSecundario);
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.5);
    }
    
    #btn p{
    color: white;
    font-size: var(--sizeTextoDesktop);
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    margin: 0;
    }
     
    header{
    height: 900px !important;
    padding: 50px 10px;
    position: relative;
    background:rgba(0,0,0,0.7) url(../imagenes/banner.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-blend-mode: darken;
    }

    main{
    width: 80%;
    margin: auto;
    }

    /* Nosotros */
    #start{position: absolute; top: 900px;}
    
    .subtitulo{
    font-size: 1.8rem;
    text-align: left;
    margin-top: 20px;
    font-weight: 800;}
    
    /* Equipo */
    #nosotros{
    height: auto;
    margin: 50px 0 70px 0;
    display: flex;
    justify-content: space-between;}

    #nosTexto{
    width: 48%;
    height: 480px;
    overflow: auto;
    padding-right: 15px;}

    /* Scroll del Sector Nosotros */
    #nosTexto::-webkit-scrollbar {
    width: 15px; /* Ancho del scroll vertical */
    /* height: 12px;  Ancho del scroll horizontal */}

    #nosTexto::-webkit-scrollbar-track{
    background: #ccc;
    border-radius: 6px;}
  
    /* Color y diseño del thumb (la barra que se mueve) */
    #nosTexto::-webkit-scrollbar-thumb {
    background: var(--colorPrincipal);
    border-radius: 6px;}
  
    /* Hover en el thumb */
    #nosTexto::-webkit-scrollbar-thumb:hover {
    background: var(--colorSecundario);}

    #nosTexto p{font-size: var(--sizeTextoDesktop); color: #ccc; margin-bottom: 20px;}
    
    #equipo{width:48%; height: 100%;}    
    #equipo img{width: 100%; height: 460px; border-radius: 8px; object-fit: cover;}

    /* Equipo */
    #avatares{
    width: 100%;
    margin: 30px 0 50px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    #avatares .placa{
    width: 18.5%;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 2px solid var(--colorAmarillo);
    transition: 0.5s;}

    #avatares .placa:hover #infoExtra{top: 0;}

    #avatares .placa:hover{
    transform:translateY(-25px);
    box-shadow: 0 25px 20px rgba(255, 255, 255, 0.3);}    

    /* Servicios */
    #sub1{scroll-margin-top: 120px; text-align: left;}

    #service{
    width: 100%;
    margin: 20px 0 50px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    }

    #service p{
    font-size: var(--sizeTextoDesktop);
    color: #ccc;
    width: 60%;}

    #service a{
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    display: block;
    margin: 14px 0 0;
    width: 200px;
    text-align: center;
    text-decoration: none;
    background-color: var(--colorPrincipal);} 

    #service a:hover{background-color: #b53058;}

    #servicio1{
    width: 38%;
    height: 100%;
    }

    #servicio1 img{
    width: 100%;
    height: 360px;
    border-radius: 8px;
    object-fit: cover;
    }

    /* Videos */
    /* #containerVideo{
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    #containerVideo h3{font-size: 1.8rem; text-align: left;}

    #containerVideo iframe{
    width: 100%;
    height: 500px;
    margin-top: 15px;
    border: 3px solid var(--colorPrincipal);
    } */  

    /* Formulario */
    #contact{
    width: 100%;
    margin: 20px auto 75px auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    }

    #infoForm{width: 48%; margin-left: 0;}
    #infoForm p{font-size: var(--sizeTextoDesktop);}
    #infoForm img{width: 100%; height: 470px; object-fit: cover; border-radius: 8px;}

    #contact form{width: 45%; margin:0;}    
    #contact form #botonEnviar{
    width: 200px;
    background-color: var(--colorPrincipal);
    color: #ccc;
    font-size:1.1rem;
    font-weight: 500;   
    margin-left: 0; 
    margin-bottom: 0 !important;
    }

    #contact form #botonEnviar:hover{background-color: #b53058;}

    #formok{
    width: 300px;    
    height: 50px;
    outline: none;
    border: 0;
    display: block; 
    position: absolute;
    overflow: hidden;
    right: 0;
    bottom: -8px;}

    #contactoWs{width: 350px;}  

    #banner{
    width: 100%;
    height: 400px;
    background:rgba(0,0,0,0.6) url(../imagenes/banner.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-blend-mode: darken;
    background-attachment: fixed;
    margin-bottom: 75px;}

    /* Footer */
    footer{height: 1200px;}
    
    #datosDireccion{
    width: 700px;
    height: 400px;
    margin: 20px auto 10px auto;
    } 

    #down{
    width: 100%;
    height: 105px;
    padding: 25px 6px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(104, 63, 104, 0.7);
    }
    
}