.inabil-for-construction{ opacity: 0.8; }
.mnu-selected{ font-weight: bold; color: #5e75d0 !important; }

        #datos-contacto tr td{
            line-height: 25px;
        }
        .link_pie,.text-banner a{ color: #222221; }
        .social a:hover{
            text-decoration: none !important;
        }
        #heightScreen{
            position: fixed;
            width: 1px;
            height: 100%;
            top: 0px;
            left: 0px;
            z-index: 9000;
        }
        .mnu_sup li:hover{
            text-decoration: underline;
        }
        /*------ Barra Redes Sociales y menus superiores ---------*/
        .nav-reduc{ max-width: 130px; }

        .carousel-inner p{
            height: 150px;
            overflow: auto;
        }

        .sombraBarr{ box-shadow: 2px 2px 5px #424242; }
        #barr_sociales img{
            width: 38px;
            opacity: 0.95;
        }
        #barr_sociales img:hover{
            opacity: 1;
            cursor: pointer;
        }
        #cont_mnuse{
            width: auto;
            text-align: center;
        }
        .op_mnu_nav{
            display: inline-block;
            margin-right: 20px;
        }
        .op_mnu_nav-padding{    
            padding: 15px 10px 0px 0px;
            margin-right: 0px !important;
        }
        .op_mnu_nav a{
            color: white;
        }
        .op_mnu_nav a:hover{
            text-decoration: underline;
            cursor: pointer;
        }        
        
        #cont-testimonials{ 
            padding: 0px;
            padding-top: 30px; 
        }
        
.nav-top{
    background-color: #000000
}

.icon-rounded{
    border-radius: 50px;
    padding: 10px;
}

.arrow-nav{
    width: 13px;
}
.nav-li{
    margin-left: 1.5rem!important;
}
.nav-item{
    display: flex;
    align-items: center; 
    gap: 4px;
}
.nav-li,#navbarDropdown{    
    font-size: 18px;
}
 .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .4rem;
    padding-left: .4rem;
}

 .nav-fixed{
    position: fixed;
    top:0%;
    right: 0;
    left: 0;
    z-index: 1030;
     background-color: #ffffff;
}
 .mt-custom{
    margin-top: 9rem!important;
 }

.icon-custom{
    width: 35px;
    height: 35px;
}

.navbar-expand-md .navbar-nav .nav-link{
    padding: 0px;
}
.dropdown:hover>.dropdown-menu {
 display: block;
}
#prueba-gratis{ opacity: 0.9; }
#prueba-gratis:hover{ opacity: 1; cursor: pointer; }

#navbarTogglerDemo01 .dropdown-item:active {
  background-color: #522773;
}

#contOpIzq{
    display: table-cell;
    vertical-align: middle;
    background-color: #212F3D;
    border-radius: 6px !important;
    padding: 7px 10px;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}
#contOpIzq img{ background-color: white;  }
#contOpIzq:hover{ cursor: pointer; }

.iconSyServ span{
    font-family: FontAwesome;
    color: #5d2276;
    font-size: 39px;
 }
 .iconSyServ .icon-agenda:before{ content: "\f073"; }
 .iconSyServ .icon-clientes:before{ content: "\f0c0"; }
 .iconSyServ .icon-inventario:before{ content: "\f01c"; }
 .iconSyServ .icon-pos:before{ content: "\f07a"; }
 .iconSyServ .icon-admin:before{ content: "\f200"; }
 .iconSyServ .icon-informes:before{ content: "\f201"; }
 .iconSyServ .icon-factura:before{ content: "\f15c"; }
 .iconSyServ .icon-finanzas:before{ content: "\f1ec"; }
 .iconSyServ .icon-login:before{ content: "\f007"; }


 #menu_login{
    display: none;
    position: fixed;
    z-index: 90000000;
    background-color: white;
    width: 290px;
    height: auto;
    box-shadow: 2px 2px 5px #212F3D;
    left: 100%;
    top: 115px;
    margin-left: -317px;
    padding: 10px;
}

#barra_head.sombraBarr #opLogin{ padding-top: 6px; }

#barra_head #opLogin{ 
    font-size: 0.7em !important;
    float: right !important;
    background-color: #FDFEFE;
    position: absolute;
    right: 20px;
    z-index: 100000;  
    padding: 0px;
    padding-top: 15px;
}

#barra_head #sectionMnus{
    width: 90%;
    max-width: 90%;  
    float: right;   
    margin-right: 80px;   
}


.cuadroLogin{
    width: 85px;
    height: 95px;
    padding: 8px;
    display: inline-grid;
    text-align: center;
    font-size: 0.75em;
    border: 1px solid white;
	color: black;
}
.cuadroLogin:hover{
    cursor: pointer;
    text-decoration: none;
	background-color: #ddcae2;
	border-radius: 10px;
	color: black !important;
}

  /* --- Overlay translúcido full‑screen --- */
  #preloader {
    position: fixed;
    inset: 0;                        /* equivale a top:0; right:0; bottom:0; left:0 */
    background-color: rgba(0, 0, 0, 0.5);
    display: none;                   /* oculto por defecto */
    opacity: 0;
    pointer-events: none;            /* no bloquea interacciones cuando está oculto */
    transition: opacity 0.3s ease;
    z-index: 9999;

    /* centra el spinner */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* --- Spinner de 4 anillos --- */
  .spinner {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .spinner div {
    box-sizing: border-box;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;           /* borde blanco para resaltar */
    border-radius: 50%;
    animation: spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .spinner div:nth-child(1) { animation-delay: -0.45s; }
  .spinner div:nth-child(2) { animation-delay: -0.30s; }
  .spinner div:nth-child(3) { animation-delay: -0.15s; }

  /* --- Animación de giro --- */
  @keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
@media only screen and (max-width: 1670px) {
    #barra_head.sombraBarr #opLogin{ padding-top: 2px; }
    #barra_head.sombraBarr #contOpIzq{ padding: 4px 10px; }     
}

@media only screen and (max-width: 1055px) {

    #barra_head #opLogin{ 
        padding-top: 9px;
    }    
    
}
@media only screen and (max-width: 837px) {

    #barra_head #opLogin{ 
        padding-top: 4px;
    }    
    #barra_head #contOpIzq{
        padding: 4px 10px;
    }  
    #barra_head.sombraBarr #opLogin{ padding-top: 4px; }

}
@media only screen and (max-width: 766px) {
    #barra_head #sectionMnus{
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
    }
    #barra_head #opLogin{ right: 80px; }
    #navbarTogglerDemo01 .dropdown-item{
        font-size: 1.4em;
     } 
     .nav-item{
        display: list-item;
    }          
}    
