﻿/*:root {
    --color-institucional: #3ab3c8;
}
*/
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Estilo base para la barra */
::-webkit-scrollbar {
    width: 12px; /* ancho vertical */
    height: 12px; /* alto horizontal */
}

/* Fondo de la barra */
::-webkit-scrollbar-track {
    background: #8cc0da;
    border-radius: 0px;
}

/* La parte que se desplaza (thumb) */
::-webkit-scrollbar-thumb {
    background-color: #afd3e5;
    border-radius: 10px;
    border: 1px solid whitesmoke;
}

    /* Hover sobre el thumb */
    ::-webkit-scrollbar-thumb:hover {
        background-color: whitesmoke;
    }

/* Set padding to keep content from hitting the edges */
.header-content {
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px;
    margin-left: 5px;
}
.footer-content {
}


div {
    font-family: 'Fuente Intitucional' !important;
    font-size:15px;
}

h1, h2, h3, h4, h5, h6 {
    
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column f
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
/*    max-width: 280px;*/
}

.bg {
    background-image: url("../images/FondoLogin.jpeg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer {
    margin-top: 50px;
    text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
    /*Set the fixed height of the footer here*/
    color: whitesmoke;
    background: #617289; /*#23426a;*/
    height: 100% !important;
    z-index: 5;
    /*    text-align: right;
    height: 40px;
    width: 100%;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background: #928a8a;
    opacity: 0.8;
    height: 50px;
    color: white;*/
}

.footerFlotante {
    position: relative!important;
    padding-top:1px;
}

.myDiv {
    position: relative;
    float: right;
    z-index: 5;
    height: 100%;
    width: 700px;
    -webkit-box-shadow: -15px 2px 51px -26px rgba(0,0,0,0.68);
    -moz-box-shadow: -15px 2px 51px -26px rgba(0,0,0,0.68);
    box-shadow: -15px 2px 51px -26px rgba(0,0,0,0.68);
}

    .myDiv::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--color-institucional) center center;
        opacity: .9;
    }

@media (max-width: 700px) {
    .myDiv {
        width: 100%;
    }
}

.FormLogin {
    background-color: white;
    margin-top: 0px;
    position: absolute;
    width: 100%;
    height: 480px;
    top: 0px;
    padding-top: 25px;
}

.myDiv #formulario {
    position: relative;
    background: white;
}

.login-container {
    margin: 60px 5px 5px 5px;
}

.center-div {
    margin: auto;
    float: none;
}

#headerwrap {
    /*background-color: #e5e9ec;*/
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
}

/* caja de imagen*/
.FondoFoto {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 450px;
    height: 300px;
    background: rgba(255,255,255,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(247,244,247,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(247,244,247,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(247,244,247,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(247,244,247,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(247,244,247,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(247,244,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f4f7', GradientType=1 );
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 10;
}

    .FondoFoto:hover {
        border: 1px solid var(--color-institucional-font2);
        -webkit-box-shadow: 0px 10px 14px -9px rgba(0,0,0,0.23);
        -moz-box-shadow: 0px 10px 14px -9px rgba(0,0,0,0.23);
        -ms-box-shadow: 0px 10px 14px -9px rgba(0,0,0,0.23);
        -o-box-shadow: 0px 10px 14px -9px rgba(0,0,0,0.23);
        box-shadow: 0px 10px 14px -9px rgba(0,0,0,0.23);
    }

    .FondoFoto img {
        /* position: absolute; */
        top: -100%;
        bottom: -100%;
        left: -100%;
        right: -100%;
        margin: auto;
        height: 80%;
        width: 100%;
        object-fit: cover;
    }

    .FondoFoto embed {
        /* position: absolute; */
        top: -110%;
        bottom: -100%;
        left: -100%;
        right: -100%;
        margin: auto;
        height: 80%;
        width: 100%;
        z-index: 100;
        display: none;
    }

    .FondoFoto h1 {
        width: 100%;
        position: absolute;
        top: 238px; /* Esto coloca el h2 justo debajo del .FondoFoto */
        background: #2e3e51; /*var(--color-institucional);*/
        margin-bottom: 0px;
        padding-top: 2px;
        font-family: 'Fuente Intitucional';
        text-align: center;
        font-size: 16px;
        color: white;
        margin-top: 0px;
        opacity: 0.9;
        min-height: 25px;
        -webkit-box-shadow: 0px -16px 36px -23px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -16px 36px -23px rgba(0,0,0,0.75);
        box-shadow: 0px -16px 36px -23px rgba(0,0,0,0.75);
        z-index: 100;
    }

    .FondoFoto h2 {
        position: absolute;
        top: 263px; /* Esto coloca el h2 justo debajo del .FondoFoto */
        /* margin-top: 233px; */
        margin-bottom: 0px;
        height: 25px;
        width: 100%;
    }

.botonAdjuntar {
    content: "";
    display: inline-block;
    font-family: "remixicon" !important;
    font-size: inherit;
    line-height: 1;
    font-style: normal;
    font-size: x-large;
    text-align: center;
    vertical-align: middle;
    color: rgb(24 163 254);
    border: 0px;
    width: 50%;
    height: 35px;
    margin-left: 0px;
    padding-top: 6px;
    background-color: rgba(213,215,217,1);
    background-color: -moz-radial-gradient(center, ellipse cover, rgba(213,215,217,1) 0%, rgba(206,215,219,1) 100%);
    background-color: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(213,215,217,1)), color-stop(100%, rgba(206,215,219,1)));
    background-color: -webkit-radial-gradient(center, ellipse cover, rgba(213,215,217,1) 0%, rgba(206,215,219,1) 100%);
    background-color: -o-radial-gradient(center, ellipse cover, rgba(213,215,217,1) 0%, rgba(206,215,219,1) 100%);
    background-color: -ms-radial-gradient(center, ellipse cover, rgba(213,215,217,1) 0%, rgba(206,215,219,1) 100%);
    background-color: radial-gradient(ellipse at center, rgba(213,215,217,1) 0%, rgba(206,215,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d7d9', endColorstr='#ced7db', GradientType=1 );
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
    border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    -ms-border-radius: 0 0 0 4px;
    -o-border-radius: 0 0 0 4px;
    -webkit-border-radius: 0 0 0 4px;
    transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
}

    .botonAdjuntar::before {
        content: "\ea0d"; /* Código del icono que deseas mostrar en lugar de background-image */
    }

    .botonAdjuntar:hover {
        color: white;
        background-color: var(--color-institucional-font2);
        background-color: -moz-linear-gradient(-45deg, rgba(52,159,247,1) 0%, rgba(39,160,230,1) 100%);
        background-color: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(52,159,247,1)), color-stop(100%, rgba(39,160,230,1)));
        background-color: -webkit-linear-gradient(-45deg, rgba(52,159,247,1) 0%, rgba(39,160,230,1) 100%);
        background-color: -o-linear-gradient(-45deg, rgba(52,159,247,1) 0%, rgba(39,160,230,1) 100%);
        background-color: -ms-linear-gradient(-45deg, rgba(52,159,247,1) 0%, rgba(39,160,230,1) 100%);
        background-color: linear-gradient(135deg, rgba(52,159,247,1) 0%, rgba(39,160,230,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#349ff7', endColorstr='#27a0e6', GradientType=1 );
        opacity: 1;
        filter: alpha(opacity=100);
    }

/*    .botonAdjuntar .input-file {
        visibility: hidden;
        border: 10000px solid transparent;
        cursor: pointer;
        font-size: 10000px;
        margin: 0;
        opacity: 0;
        outline: 0 none;
        padding: 0;
        position: absolute;
        right: -1000px;
        top: -1000px;
    }*/

.input-file {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.input-file-label {
    display: inline-block;
    cursor: pointer;
    background-color: transparent; /* Ajusta el color según tu diseño */
    padding: 10px 20px;
    border-radius: 5px;
    border: 0px; /* Ajusta el estilo del borde según tu diseño */
}


.botonQuitar {
    content: "";
    display: inline-block;
    font-family: "remixicon" !important;
    font-size: inherit;
    line-height: 1;
    font-style: normal;
    font-size: x-large;
    text-align: center;
    vertical-align: middle;
    color: rgb(24 163 254);
    border: 0px;
    width: 50%;
    height: 35px;
    margin-left: 0px;
    padding-top: 6px;
    background-color: rgba(213,215,217,1);
    background-color: -moz-radial-gradient(center, ellipse cover, rgba(213,215,217,1) 0%, rgba(206,215,219,1) 100%);
    background-color: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(213,215,217,1)), color-stop(100%, rgba(206,215,219,1)));
    background-color: -webkit-radial-gradient(center, ellipse cover, rgba(213,215,217,1) 0%, rgba(206,215,219,1) 100%);
    background-color: -o-radial-gradient(center, ellipse cover, rgba(213,215,217,1) 0%, rgba(206,215,219,1) 100%);
    background-color: -ms-radial-gradient(center, ellipse cover, rgba(213,215,217,1) 0%, rgba(206,215,219,1) 100%);
    background-color: radial-gradient(ellipse at center, rgba(213,215,217,1) 0%, rgba(206,215,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d7d9', endColorstr='#ced7db', GradientType=1 );
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
    border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    -ms-border-radius: 0 0 4px 0;
    -o-border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0;
    transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
}

    .botonQuitar::before {
        content: "\ede7"; /* Código del icono que deseas mostrar en lugar de background-image */
    }

    .botonQuitar:hover {
        color: white;
        background-color: var(--color-institucional-font2);
        background-color: -moz-linear-gradient(-45deg, rgba(52,159,247,1) 0%, rgba(39,160,230,1) 100%);
        background-color: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(52,159,247,1)), color-stop(100%, rgba(39,160,230,1)));
        background-color: -webkit-linear-gradient(-45deg, rgba(52,159,247,1) 0%, rgba(39,160,230,1) 100%);
        background-color: -o-linear-gradient(-45deg, rgba(52,159,247,1) 0%, rgba(39,160,230,1) 100%);
        background-color: -ms-linear-gradient(-45deg, rgba(52,159,247,1) 0%, rgba(39,160,230,1) 100%);
        background-color: linear-gradient(135deg, rgba(52,159,247,1) 0%, rgba(39,160,230,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#349ff7', endColorstr='#27a0e6', GradientType=1 );
        opacity: 1;
        filter: alpha(opacity=100);
    }


.ventana {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 2000;
}

.form {
    width: 400px;
    height: 130px;
    padding: 25px;
    background-color: #FFF;
    color: #666;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -175px;
    margin-top: -175px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    /*    box-shadow: 0 0 5px;
    -moz-box-shadow: 0 0 5px;
    -ms-box-shadow: 0 0 5px;
    -o-box-shadow: 0 0 5px;
    -webkit-box-shadow: 0 0 5px;*/
    -webkit-box-shadow: 15px 25px 110px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 15px 25px 110px -20px rgba(0,0,0,0.75);
    box-shadow: 15px 25px 110px -20px rgba(0,0,0,0.75);
}
.preloader {
    width: 70px;
    height: 70px;
    border: 10px solid #eee;
    border-top: 10px solid #666;
    border-radius: 50%;
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin-left:15px;
    margin-right:15px;
}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#divResultado {
    padding: 5px 30px 0px 10px !important
}

/* defino el estilo de los textarea que muestran texto enriquecido*/
.cajas-texto {
    border-radius: 4px;
    /*margin: 10px;*/
    overflow: hidden;
    resize: none;
    width: 100%;
    /*min-height: 150px;*/
    border: 0px;
    background: none;
    display: block;
    height: auto;
}
    .cajas-texto:focus {
        border: 0px;
        outline: none;
    }

/* simular textare en un div que crece cuando vas escribiendo*/
.fake-textarea {
    border: 1px solid black;
    width: 100%;
    padding: .5rem;
    min-height: 3rem;
}
    .fake-textarea:empty::before {
        position: absolute;
        /*content: "Write here...";*/
    }

.table td {
    padding-top: 0.46rem !important;
    padding-bottom: 0.46rem !important;
}

/* estilo para el semáforo de alertas*/
.Alertas {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.Alerta6 {
    background-color: #e51827!important;
}
.Alerta5 {
    background-color: #ee6926!important;
}
.Alerta4 {
    background-color: #f9ab25!important;
}
.Alerta3 {
    background-color: #f5e925!important;
}
.Alerta2 {
    background-color: #97c23d!important;
}
.Alerta1 {
    background-color: #208f42!important;
}
.CartelAlerta {
    font-family: 'Fuente Intitucional' !important;
    background: #dc3545;
    color: white !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 130px;
    height: 30px;
    width: 96%;
    margin: 2px 39px;
    padding: 5px 20px 0px 20px;
    -webkit-box-shadow: 0px 10px 14px -9px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 10px 14px -9px rgba(0,0,0,0.23);
    box-shadow: 0px 10px 14px -9px rgba(0,0,0,0.23);
    z-index:1000!important;
}

.menubar {
    width: 100%;
    height: 70px;
    margin-left: 20px;
    margin-right: 20px;
    width: 98%;
    padding: 0px 20px !important;
    /*margin: 0px 15px 0px 15px;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: -10px 34px 14px -30px rgba(0,0,0,0.32);
    -moz-box-shadow: -10px 34px 14px -30px rgba(0,0,0,0.32);
    -ms-box-shadow: -10px 34px 14px -30px rgba(0,0,0,0.32);
    -o-box-shadow: -10px 34px 14px -30px rgba(0,0,0,0.32);
    box-shadow: -10px 34px 14px -30px rgba(0,0,0,0.32);
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    opacity: .7;
}
/* --- Clase que agregaremos cuando el usuario haga scroll --- */
.menubar-fixed {
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin: 0px;
    top: 0;
    left: 0;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    opacity: .8;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

    .menubar-fixed:hover {
        opacity: 1;
        -webkit-box-shadow: -10px 34px 14px -30px rgba(0,0,0,0.32);
        -moz-box-shadow: -10px 34px 14px -30px rgba(0,0,0,0.32);
        -ms-box-shadow: -10px 34px 14px -30px rgba(0,0,0,0.32);
        -o-box-shadow: -10px 34px 14px -30px rgba(0,0,0,0.32);
        box-shadow: -10px 34px 14px -30px rgba(0,0,0,0.32);
    }

@media only screen and (max-width: 576px) {
    .menubar-fixed {
        opacity: 1;
    }
}

/* estilo de los botones de la pagina create*/
#divBotones {
    margin-top: 110px;
    padding-right: 35px;
}
/* Media query para pantallas pequeñas (extra small) a medianas (medium) */
@media (max-width: 991.98px) {
    #divBotones {
        margin-top: 0px;
    }
}
/* pone fijo los botones de la pagina create*/
.menuBotones-fixed {
    position: fixed;
    top: 20px; /* Ajusta la distancia desde la parte superior de la pantalla */
    right: 0px; /* Puedes ajustar según tu diseño, por ejemplo, si está alineado a la derecha */
    z-index: 1000; /* Asegura que el div esté encima de otros elementos */
    padding-right: 25px !important;
    padding-left: 18px !important;
}

.Texto {
    color: #333;
    /*font-family: Tahoma, Geneva, sans-serif;*/
    font-family: 'Fuente Intitucional', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.TextoAzul {
    color: #0066CC; /*font-family: Tahoma, Geneva, sans-serif;*/
    font-family: 'Fuente Intitucional', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.TextoAzulSmall {
    color: #0066CC; /*font-family: Tahoma, Geneva, sans-serif;*/
    font-family: 'Fuente Intitucional', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.TextoBlanco {
    color: #FFFFFF;
    /*font-family: Tahoma, Geneva, sans-serif;*/
    font-family: 'Fuente Intitucional', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.TextoNaranja {
    color: Orange;
    /*font-family: Tahoma, Geneva, sans-serif;*/
    font-family: 'Fuente Intitucional', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.TextoInOut {
    color: #666;
    font-family: 'Fuente Intitucional', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.Titulo_Grande {
    font-family: 'Fuente Intitucional', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FF490A;
    font-style: normal;
    font-weight: normal;
}

.Titulo_Grande {
    font-family: 'Fuente Intitucional', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FF490A;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
}

.Titulo_GrandeInOut {
    font-family: 'Fuente Intitucional', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333;
    font-style: normal;
    font-weight: normal;
}

.Titulo_Extra_Grande {
    color: #FE490A;
    font-family: 'Fuente Intitucional', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
    /*text-shadow:1px 1px 1px 1px ;*/
}
.Titulo_Extra_Grande_Blanco {
    color: #FFFFFF;
    font-family: 'Fuente Intitucional', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
}

.Titulo_Extra_Grande_Azul {
    color: #006699;
    font-family: 'Fuente Intitucional', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
}

#encabezado{
    margin-top: 35px;
}
#DivContenedor {
    margin-top: 0px;
}

.EstadoSolicitud {
    background: #ffa500;
    color: white !important;
    font-family: 'Fuente Intitucional', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    float: left;
    padding: 15px 20px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 100%;
    max-height: 150px;
    min-height: 80px;
    width: 100%;
    display: block;
    border-radius: 20px;
    vertical-align: middle;
    -webkit-box-shadow: 0px 10px 14px -9px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 10px 14px -9px rgba(0,0,0,0.23);
    box-shadow: 0px 10px 14px -9px rgba(0,0,0,0.23);
    z-index: 1000 !important;
}

/*.EstadoSolicitud {
    font-family: 'Fuente Intitucional' !important;
    background: #ffa500;
    color: white !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 20px;
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 15px 20px;
    -webkit-box-shadow: 0px 10px 14px -9px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 10px 14px -9px rgba(0,0,0,0.23);
    box-shadow: 0px 10px 14px -9px rgba(0,0,0,0.23);
    z-index: 1000 !important;
}*/

.botonRedes {
    content: "";
    display: inline-block;
    font-family: "remixicon" !important;
    font-size: 54px;
    line-height: 1;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
    color: var(--color-institucional);
    border: 0px;
    width: 60px;
    height: 60px;
    margin-left: 10px;
    padding-top: 6px;
    background-color: transparent;
    cursor: pointer;
    transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
}

    .botonRedes:hover {
        color: var(--color-institucional-font2);
        opacity: 1;
        filter: alpha(opacity=100);
    }

#Facebook::before {
    content: "\ecba"; /* Código del icono que deseas mostrar en lugar de background-image */
}

#Intagram::before {
    content: "\ee65"; /* Código del icono que deseas mostrar en lugar de background-image */
}

#Whatsapp::before {
    content: "\f2bb"; /* Código del icono que deseas mostrar en lugar de background-image */
}

#X::before {
    content: "\f3e7"; /* Código del icono que deseas mostrar en lugar de background-image */
}

#Mail::before {
    content: "\eefb"; /* Código del icono que deseas mostrar en lugar de background-image */
}


.redes-flotantes {    
    position: fixed;
    right: 0px;
    top: 85%;
    z-index: 20;
}

    .redes-flotantes a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1em;
        margin-right: 1em;
    }

    .redes-flotantes img {
        width: 90px; /* Ajusta el ancho del icono */
        height: auto;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        opacity: 0.6;
    }

        .redes-flotantes img:hover {
            transform: scale(1.25) rotate(6deg); /* Ajusta el tamaño al hacer hover */
            -moz-transform: scale(1.25) rotate(6deg);
            -webkit-transform: scale(1.25) rotate(6deg);
            -o-transform: scale(1.25) rotate(6deg);
            -ms-transform: scale(1.25) rotate(6deg);
            opacity: 1;
        }

.informacion {
    padding: 80px 5%;
    background: white;
    margin: 10px 0px 0px 0px;
    /*margin: 10px 20px 0px 20px;*/
    /*border-radius: 10px;*/
}

/* estilos comunes de las vistas*/
.tab-pane iframe {
    border: 0;
    width: 100%;
    height: 450px;
    display: block;
}

button.nav-link {
    width: 160px !important;
}

.tab-content {
    width: 100%;
}

.nav-pills .nav-link {
    background: #dddddd;
    color: #1d76b3;
    min-height: 80px;
    min-width: 200px;
    margin: 5px 0px;
    transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background: var(--color-institucional);
        font-weight: bold;
    }

.tab-pane div {
    padding: 0px 50px;
}

.especialidades div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.especialidades strong {
    width: 180px; /* Fijá el ancho que necesites */
    display: inline-block;
}

/***********************************************************************************************/
.elementor-heading-title {
    font-size: 40px;
    font-weight: 300;
    line-height: 54px;
    color: #00244D;
}

.elementor-conteiner {
    font-size: 0.4em;
}

b, strong {
    font-weight: 700;
}

#policonsultorio {
    background: white;
}

.elementor-icon-list-items {
    list-style: none; /* Elimina el punto de los <li> */
    padding: 0; /* Ajusta el padding interno si es necesario */
    margin: 0; /* Ajusta el margen si es necesario */
    font-size: 1.4em;
}

.elementor-icon-list-icon i {
    font-size: 1.2em; /* Ajusta el tamaño del ícono */
    font-weight: bold; /* Aplica negrita al ícono */
    color: var(--color-institucional); /* Opcional: define un color para los íconos */
}

.elementor-Contactos {
    font-family: 'Fuente Intitucional' !important;
    background: #38D1C3;
    color: white;
    padding: 50px;
}

#farmacia {
    background-color: #FFFFFF00;
    background-image: url(../../images/Farmacia.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
}

#mapaFarmacia {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.elementor-icon-box {
    display: flex;
    align-items: center; /* Asegura la alineación vertical */
    gap: 10px; /* Espaciado entre el ícono y el contenido */
}

.elementor-icon-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* Evita que el ícono se deforme */
    height: 100%; /* Asegura que ocupe la altura completa */
}

    .elementor-icon-box-icon i {
        font-size: 2.5em; /* Tamaño del ícono */
        color: #00244D; /* Color del ícono */
    }

.elementor-icon-box-content {
    display: flex;
    flex-direction: column; /* Apila el título y la descripción */
    justify-content: center;
}