/*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;}  

    header{
    height: 350px;
    margin-top: -9px;
    background:rgba(0,0,0,0.6) url(../imagenes/banner-visa-tablet.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-blend-mode: darken;
    position: relative;
    }

    h1{
    font-size: 40px;
    margin-top: 0;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 175px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    text-shadow: 0 5px 8px rgba(0, 0, 0, 0.7);}

    main{padding: 20px 80px}

    .left{text-align: left; margin-bottom: 24px;}  
}

/*////////////////////////////////////////////////////*/  
@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}
}    
    
/*////////////////////////////////////////////////////*/
@media screen and (min-width:1024px){}
    
/*////////////////////////////////////////////////////*/
@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;}    

    header{
    height: 350px !important;
    padding: 50px 10px;
    position: relative;
    background:rgba(0,0,0,0.7) url(../imagenes/banner-visa-pc.webp);
    background-repeat: no-repeat;
    background-position: center bottom -130px;
    background-size: cover;
    background-blend-mode: darken;}

    h1{
    width: 700px;    
    font-size: 3.2rem;
    margin-top: 0;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    text-shadow: 0 5px 8px rgba(0, 0, 0, 0.7);
    }

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

    /* Imágenes con ObjectFit */
    .fit{
    height: 300px;
    object-fit: cover;
    object-position: top center;
    border-radius: 8px;
    }    

    #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);
    }
    
}