.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .form-control-dark {
    border-color: var(--bs-gray);
  }
  .form-control-dark:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
  }
  
  .text-small {
    font-size: 85%;
  }
  
  .dropdown-toggle {
    outline: 0;
  }

  /* ------------- 
  
    verde: #009540
    verde oscuro: #006633

    azul: #0D7CC0
    azul oscuro: #1d70b7

    gris1: #2b3239
    gris2: #333a43
  
  */

  @media only screen and (min-width: 1000px) {

    .dato {
        margin-left: 25px;
        max-width: 220px;
    }

    .subTituloNegro {
        padding-bottom: 150px;
    }

    .subTituloNegroCaracteristica {
        padding-bottom: 80px;
    }


    #caracteristicas {
         min-height: 700px; }

    .caracteristica {
        padding: 25px;
        max-width: 170px;
    }

    #footer {
        background-size:50%;
    }

    #divisor {
        width: 80px;
    }
}

/* Para tablets */
@media only screen and (max-width: 1000px) {

    .subTituloNegro {
        padding-bottom: 300px;
    }
    
    #ventajas {
        background-position-x: center !important;
        background-position-y: 120px !important;
        background-size: 80%;
    }

    #caracteristicas {
        background-position-x: center !important;
        background-position-y: 120px !important;
        background-size: 80%;
    }

    #portada {
        max-height: 300px;
    }
    
    .dato {
        margin-left: 5px;
    }

    .caracteristica {
        font-size: 20px !important;
        min-height: 250px;
        margin-bottom: 15px;

    }

    .imgCaracteristica {
        bottom: -60px !important;
    }

    #footer {
        background-size:50%;
    }

    #divisor {
        width: 80px;
    }

    #rwBotonLogin {
        height: 35px;
        /*        background-color: aliceblue;*/
        margin-top: 15px;
        position: initial;
        text-align: center !important;
    }

    #btnLogin {
        position: initial !important;
    }

    .modal-dialog {
        max-width: 50% !important;
    }

    #textoSloganHeader {
        font-size: 35px !important;
        width: 100% !important;
        padding-right: 15px;
    }

    #subTextoSloganHeader {

    }

    #imgLogo {
        width: 250px !important;
        position: initial !important;
        margin-left: 15px !important;
        right: initial !important;
        bottom: 0px;
        border-radius: 0px 32px 0 0;
    }

    #divLogo {
        top: -120px !important;
    }

    #divSlogan {
        top: -120px !important;
    }

    #btnSolicitelo {
    }

    #mision {
        height: 300px;
        margin-top: -110px !important;
        display: inline-table;
    }

    #contenedorMision {
        padding-right: 15px !important;
        padding-left: 15px !important;
        font-size: 17px !important;
        height: 260px;
    }

    #imgMision {
        max-height: 80px !important;
    }

    #textMision {
        margin-top: 35px;
        padding-left: 75px !important;
        padding-right: 25px !important;
    }

}

/* Para celulares */
@media only screen and (max-width: 500px) {

    .modal-dialog {
        max-width: 100% !important;
    }

    .subTituloNegro {
        padding-bottom: 300px;
    }

    .subTituloNegroCaracteristica {
        padding-bottom: 300px;
    }

    #ventajas {
        background-position-x: left !important;
        background-position-y: 200px !important;
        background-size:100%;

    }

    .caracteristica {
        font-size: 15px !important;
        min-height: 250px;
        padding-bottom: 15px;
        min-width: 150px !important;
        margin-left: 0px !important; 
    }

    .numero {
        font-size: 50px !important;
        left: 0px !important;
        top: 10px;
    }

    .imgCaracteristica {
        bottom: -60px !important;
    }

    .subTituloAzul {
        margin-top: 15px !important;
    }

    #footer {
        background-size:50% !important;
    }

    #divisor {
        width: 100px !important;
    }

    #formaSearch {
        padding-top: 25px;
        padding-left: 25px;
    }

    #formaSearch input {
        margin-bottom: 25px;
        width:250px;
    }

    #rwBotonLogin {
        height: 35px;
/*        background-color: aliceblue;*/
        margin-top: 15px;
        
        position:initial;
        text-align: center !important;
    }

    #bgHeader {
        border-radius:initial !important;
    }

    #textoSloganHeader {
        font-size: 35px !important;
        width: 100% !important;
        text-align: center !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    #subTextoSloganHeader {
        text-align: center !important;
    }

    #imgLogo {
        width: 150px !important;
        position: initial !important;
        text-align: center !important;
        right: initial !important;
        bottom: 0px;
        border-radius: 0px 32px 0 0;
    }

    #divLogo {
        top: -150px !important;
        text-align: center !important;
    }

    #divSlogan {
        top: -120px !important;
    }

    #btnSolicitelo {
        text-align: center !important;
    }

    #mision {
        height: 300px;
        margin-top: -110px !important;
        display: inline-table;
        margin-bottom: 25px;
    }

    #contenedorMision {
        padding-right: 15px !important;
        padding-left: 15px !important;
        font-size: 17px !important;
        height: 400px;

    }

    #imgMision {
       max-height: 50px !important;
    }

    #textMision {
        margin-top: 15px;
        font-size: 15.5px;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    #btnLogin {
        position: initial !important;
    }
}

#textMision {
    display: flex;
    justify-content: center;
    align-items: center;
}

#imgMision {
    max-height: 200px !important;
}

#contenedorMision {
    padding-top: 15px;
    padding-right: 100px;
    background-color: #faf8f8;
    border-radius: 12px;
    padding-bottom: 25px;
    padding-left: 100px;
    font-size: 20px;
}

#rwBotonLogin {
    position: relative;
}

#mision {
    height: 300px;
    margin-top: 55px;
}

#bgHeader {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url('../../img/headerimg.png');
    background-position: bottom;
    border-radius: 16px;
    height: 300px;
    z-index: -1;
    width: 100%;
}

#divLogo {
    position: relative;
    top: -50px;
}

#divSlogan {
    position: relative;
    top: -50px;
}


#btnLogin {
    width: 150px;
    position: absolute;
    right: 0px;
}

#imgLogo {
    width: 300px;
    position: absolute;
    right: 25px;
    bottom: 0px;
    border-radius: 0px 32px 0 0;
}

#textoSloganHeader {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 100%;
    width: 80%;
}

#subTextoSloganHeader {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
}

.custom-btn-azul {
    color: #FFFFFF;
    background-color: #0D7CC0 !important;
    border-color: #0D7CC0 !important;
}

.custom-btn-azul:hover {
    color: #FFFFFF;
    background-color: #1d70b7 !important;
    border-color:  #1d70b7 !important;
}

.custom-btn-azulSecundario {
    color: #2b3239;
    border-color:  #2b3239 !important;
}

.custom-btn-azulSecundario:hover {
    color: #FFFFFF;
    background-color: #0D7CC0 !important;
    border-color:  #0D7CC0 !important;
}

#portada {
    background-image: url("../img/portada.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-position-x: center;
    height: 500px;
    background-size:100%;
}

#lblTitulo.h1 {
    font-weight: bolder !important;
}

.backg {
    background-image: url("../img/bgimg.png");
    background-repeat: no-repeat;
    
}

.pt-5 {
    padding-top: 5px;
}

#ventajas {
    background-image: url("../img/datos.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    height: auto;
}

.dato {

    background-color: #faf8f8;
    border-radius: 7px;
    padding: 25px;
    font-size: 14px;
    margin-bottom: 15px;
}

.subTitulo {
    padding-top: 35px;
    padding-bottom: 15px;
}

.subTituloAzul {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0D7CC0 ;
    margin-top: 55px;
}

.subTituloNegro {
    font-size: 45px;
    font-weight: bold;
    color: #2b3239;
}

.subTituloNegroCaracteristica {
    font-size: 45px;
    font-weight: bold;
    color: #2b3239;
}

#caracteristicas {
    background-image: url("../img/beneficios.png");
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
}

.caracteristica {

    background-color: #faf8f8;
    margin-left: 25px;
    border-radius: 7px;
    font-size: 14px;    

    position:relative;
}   

.numero {
    font-size: 70px;
    font-weight: bolder;
    left: -20px;
    top: -55px;
    position: absolute;
}

.contenidoCara {
    margin-top: 45px;
}

.imgCaracteristica {
    position: absolute;
    bottom: -150px;
    left: 50%;

    /* translate(<x value>, <y value>) */
    transform: translate(-50%, -50%);
}

#quienessomos {
    margin-top: 15px;
    margin-left: 15px;
    text-align: left;
}

#contacto {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

#divisor {
    width: 250px;
}

#footer {
    background-image: url("../img/contacto.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size:contain;
    height: 400px;
}

.hidden {
    opacity: 0;
    transform: translateX(-5%);
    transition: all 1s;
}

.show {
    opacity: 1;
    transform: translateX(0);
}

.d1{transition-delay:100ms}
.d2{transition-delay:200ms}
.d3{transition-delay:300ms}
.d4{transition-delay:400ms}
.d5{transition-delay:500ms}
.d6{transition-delay:600ms}
.d7{transition-delay:700ms}
.d8{transition-delay:800ms}
.d9{transition-delay:900ms}

/* Heredados */


.modal-dialog {
    max-width: 30%;
}

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-dialog-slideout .modal-content {
    border: 0;
}

.modal-dialog-slideout .modal-header,
.modal-dialog-slideout .modal-footer {
    height: 4rem;
    display: block;
}

#divLogin, #recupera {
    padding: 25px;
    display:block;
}

.lblLogin {
    padding: 25px 25px 0px 25px;
    text-transform: uppercase;
    font-size: 15px;
}

.lblRegister {
    padding: 15px 0px 15px 0px;
    text-transform: uppercase;
    font-size: 15px;
}


.centrar {
    display:block;
    text-align:center;
    padding-bottom:5px;
    padding-top: 5px;
}

.underline {
    text-decoration:none;
}

.underline:hover {
    text-decoration: underline;
}

.dn {
    display: none !important;
}

.registrarme:hover {
    cursor: pointer;
    color: #0D7CC0;
}

.registrarme {

}

.p2 {
    padding: 2px;
}

.p5 {
    padding: 5px;
}

.p8 {
    padding: 8px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.mb2 {
    margin-bottom: 2px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb25 {
    margin-bottom: 25px;
}

.m50 {
    margin: 50px 0;
}

.m25 {
    margin: 25px 0;
}

.mt50 {
    margin: 50px 0;
}

.m100 {
    margin: 100px 0;
}

.mt25 {
    margin: 25px 0;
}



#logoPrincipal {
    max-height: 25px !important;
}

.navColor {
    background-color: #FFFFFF !important;
    font-size: 18px;
    color: #999999 !important;
}

.nav-item {
    margin-right: 25px;
}

.nav-item:hover {
    text-shadow: 0 0 0.01px #2b3239;
}

.pr55 {
    padding-right: 55px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

#userOptions {
    padding-right: 15px;
}

.divisorline {
    margin-left: 15px;
    margin-right: 15px;
    color: #d9d9d9;
}

.iconMenu:hover {
    color: #1c143b !important;
    cursor: pointer;
}

.iconMenu {
    text-decoration: none;
    color: #999999 !important;
}

@media (min-width: 992px) {
    .modal-xl {
        max-width: 1140px !important;
    }
}

.headerModal {
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 0px !important;
    font-weight: bold;
    color: #1c143b !important;
}

.btnPlus {
    padding: 3px;
    height: 33px;
}

.md-18 {
    font-size: 18px !important;
    vertical-align: middle;
    line-height: 0 !important;
    position: relative;
    top: -1px;
}

.popover-header {
    font-size: 14px;
    font-weight: lighter;
    margin-top: 0px;
    color: #FFFFFF !important;
    background-color: #1c143b !important;
}

.popover-body {
    font-size: 14px;
}

alink {
    text-decoration: none;
    color: #0074D9;
    margin-bottom: 10px !important;
}

.linkEditar {
    position: relative;
    font-size: 14px !important;

}

    .linkEditar::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 2px;
        background-color: #459dbf;
        transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }

@media (hover: hover) and (pointer: fine) {
    .linkEditar:hover::before {
        left: 0;
        right: auto;
        width: 100%;
    }
}

.hoverButtons:hover {
    --bs-btn-hover-bg: #459dbf !important;
}

.headerStyle {
    background-color: #1c143b !important;
    color:white !important;
}

.footerGrid {
    margin-bottom: 15px;
    margin-top: 15px;
}

.pagination {
    
}

.pagination li {
    color: #000000;
    float: left;
    padding: 8px 16px !important;
    text-decoration: none;
}

.pagination li:hover {
    background-color: whitesmoke !important;
    color: #000000;
}

.pagination li:hover > a{
    color: #000000 !important;
}

.pagination li.active > a {
    color: #FFFFFF !important;
}

.pagination li.active {
    background-color: #1c143b;
    color: #FFFFFF !important;
}

.itemMenu {
    text-decoration: none;
    color: #36304A !important;
    font-weight: 700;
    position: relative;
    transition: color 0.3s ease; /* Agregamos una transición para el cambio de color */
}

    .itemMenu::before {
        content: '';
        background-color: #0D7CC0 !important;
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 2px;
        z-index: -1;
        transition: all .3s ease-in-out;
    }

    .itemMenu:hover::before {
        bottom: 0;
        height: 100%;
    }

    .itemMenu:hover {
        color: #ffffff !important; /* Cambiamos el color del texto al pasar el mouse */
    }
