/** Desarrollado ISORLE 2022 */
body {
    background-color: #DDD;
}

.txt-white,
.txt-white:link {
    color: #fff;
}

.navbar-brand:hover{
    color: #FFF;
}

.difu {
    box-shadow: 0px 12px 20px #000;
    /*003124*/
}

.size-txt {
    font-size: 18px;
}

.size-txt-sub {
    font-size: 14px;
}

.dropdown-menu{
    padding: 0%;
}

.dropdown-menu li a:hover {
    color: #000;
    background-color: #CCC;
}

.backBarra {
    background-color: #9D2449;
}

.backBarra a:hover {
    color: #fff;
}

.hiper {
    color: #fff;
    padding: 15px 10px;
    text-decoration: none;
    font-size: 16px;
}

.hiper:hover {
    color: #000;
    background-color: #AAA;
}

.tomos {
    display: flex;
    justify-content: right;
}

.mr-10 {
    margin-right: 10px;
}

.mr-70 {
    margin-right: 70px;
}

.ml-15 {
    margin-left: 15px;
}

.borderB {
    border: none;
}

/*.text-green {
    color: #005f46;
}*/


/* ************ TOMO I ************ */
.btn-word {
    background-color: #0D6EFD;
    border: none;
    border-radius: 4px;
    font-size: 15px;
}

.btn-word:hover {
    background-color: #0D6EFD;
}

#ModalTitle,
#ModalTitleFirst,
#ModalTitleSecond {
    color: #fff;
    background-color: #9D2449;
    border-radius: 6px;
}

#btnClose {
    color: #fff;
    background-color: #ff0000a8;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
}

#iconInfo {
    width: 18px;
    height: 18px;
    margin-right: 20px;
    margin-top: 7px;
}

/* ************ FOOTER ************ */
.footer {
    background-color: #a38259;
    color: antiquewhite;
    padding: 50px 80px 20px 80px;
}

.pl-100 {
    padding-left: 100px;
    color: #FFF;
}

#divLogo {
    width: 350px;
    display: flex;
    justify-content: center;
}

#divDatos {
    width: 360px;
    margin-top: 20px;
}

#dtoDev {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    padding: 22px 16px 6px 16px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}



/*****/
.redes-flotantes {
    /*background-color: #0D6EFD;*/
    position: fixed;
    right: 2%;
    top: 16%;
    z-index: 1;
}

.redes-flotantes img {
    float: center;
    clear: center;
    margin: 5px;
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.redes-flotantes img:hover {
    -moz-transform: scale(1.1) rotate(6deg);
    -webkit-transform: scale(1.1) rotate(6deg);
    -o-transform: scale(1.1) rotate(6deg);
    -ms-transform: scale(1.1) rotate(6deg);
    transform: scale(1.1) rotate(6deg);
}

/*************************/
.plus {
    width: 80px;
    cursor: pointer;
    transition: all .3s ease 0s;
    height: 80px;
    background: #D12334;
    border-radius: 50%;
    display: flex;
    position: relative;

}

.plus--active {
    height: 32px;
    border-radius: 30px;
}

.plus--active .plus__line--v {
    height: 54px;
    top: calc(148% - 60px);
    padding: 0 5px;
    box-sizing: border-box;
    width: 430px;
    border-radius: 60px;
    left: calc(-280% - 235px);
}

.plus--active .plus__link {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition-delay: .05s;
}

.plus__link {
    color: #fff;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease 0s;
    transform: scale(.5);
}

.plus__line {
    width: 68px;
    height: 17px;
    padding-bottom: 22px;
    padding-left: 5px;
    background: #005F46;
    border-radius: 12px;
    position: absolute;
    left: calc(10% - 1px);
    top: calc(50% - 11px);
}

.plus__line--v {
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
    transition: all .4s ease 0s;
}

.centered {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

/******** ******** *** BARRA LATERAL *** ******** *******/

.social {
    position: fixed;
    /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
    left: -32px;
    /* Establecemos la barra en la izquierda */
    top: 270px;
    /* Bajamos la barra 200px de arriba a abajo */
    z-index: 2000;
    /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}

.social ul {
    list-style: none;
}

.social ul li .menu {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    /* Establecemos una transición a todas las propiedades */
}

.social ul li .menu {
    background: #005f46;
    width: 118px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1.5px solid #fff;
    border-bottom-right-radius: 9px;
    border-top-right-radius: 9px;
}

/* Establecemos los colores de cada red social, aprovechando su class */

@media (max-width: 1366px) {
    .social ul li .menu {
        font-size: 12px;
        width: 90px;
        padding: 10px 6px;
    }
}

@media (max-width: 1920px) {
    .social ul li .menu {
        font-size: 12px;
        width: 92px;
        padding: 10px 6px;
    }
}

.social ul li .menu:hover {
    background: #ae181f;
    /* Cambiamos el fondo cuando el usuario pase el mouse */
    padding: 10px 30px;
    /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
    width: 170px;
    font-size: 16px;
}


/* **** SUBMENU **** */
.dropdown-li {
    position: relative;
}

.dropdown-li:hover .dropdown {
    display: block;
    opacity: 1;
    margin-left: 100px;
}

.dropdown {
    position: absolute;
    z-index: 3000;
    background-color: slateblue;
    margin: 0;
    padding: 0;
    /*width: 100%;*/
    left: 0;
    top: 100%;
    opacity: 0;
    display: none;
    background: #eee;
}

.dropdown a:hover {
    background-color: #aaa;
}


.t1 {
    font-size: 20px;
}

.t2 {
    font-size: 17px;
}

.t3 {
    font-size: 14px;
}

/** Desarrollado I.O.L. 2022 */





/* ** * MODAL CONTENT DUO PDF * ** */
.modal-content-manu {
    max-height: 600px;
    overflow: hidden
}

.modal-content-manu {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-content-manu {
    height: 600px;
    border: 0;
    border-radius: 0
}

/*.modal-content-manu{height:100%;border:0;border-radius:0}*/

/*.modal-content{height:100%;border:0;border-radius:0}

.modal-content{height:100%;border:0;border-radius:0}

.modal-content{height:100%;border:0;border-radius:0}

.modal-content{height:100%;border:0;border-radius:0}*/


.animation1,
.animation2,
.animation3,
.animation4,
.animation5 {
    background-color: #AE181F;
    color: #FFF;
    border-radius: 8px;
    transition: background-color .5s;
    transition: height .5s;
    transition: font-size .5s;
}

.animation5 {
    margin-right: 14px;
}


.animation1:hover,
.animation2:hover,
.animation3:hover,
.animation4:hover,
.animation5:hover {
    background-color: #f72832;
    height: 40px;
    font-size: 18px;
}

/* ------ --- -- - header.html - -- --- ------ */
#header{
    /*      background-color: violet;*/
          margin: auto;
          width: 38.8%;
          font-family: Arial, Helvetica, sans-serif;
        }
        ul, ol{
          list-style: none;
          border-radius: 2px;
        }
        .nav li a, .nav li div{
          border-radius: 4px;
          margin-left: 4px;
          /*margin-right: .5px;*/
          border: 1.4px solid #000;
          background-color: #ffffff;
          color: #000;
          text-decoration: none;
          padding: 9px 8px;
          display: block;
        }
        .nav li a:hover, .nav li div:hover{
          background-color: #a38259;/*#cabdbe;*/
          color: #fff;
        }
        .nav > li{
          float: left;
        }
        .nav li ul {
          display:none;
          position: absolute;
          min-width: 140PX;
        }
    
        .nav li:hover > ul {
          display: block;
        }
    
        @media (max-width: 1640px) {
          #header{
    /*      background-color: violet;*/
          margin: auto;
          width: 41.8%;
          font-family: Arial, Helvetica, sans-serif;
        }
    
          .nav li a{
            font-size: 10px;
          }
        }


        @media (max-width: 1600px) {
         
      
          #header .nav li a, #header .nav li div{
              font-size: 14.6px;
            }
          }
/* ------ --- -- - FIN: header.html - -- --- ------ */


@media (max-width: 1366px) {
    #objPdfFile {
        height: 83%;
    }

    .modal-body {
        height: 680px;
    }

    /* *********** 2025 - header.html *********** */
    #header {
        margin: auto;
        width: 52%;
        font-family: Arial, Helvetica, sans-serif;
    }

    #header .nav a {
        font-size: 16px;
    }

    #header .nav li a {
        border-radius: 4px;
        margin-left: 1px;
        /*margin-right: .5px;*/
        border: 1.4px solid #000;
        background-color: #ffffff;
        color: #000;
        text-decoration: none;
        padding: 5px 4px;
        display: block;
    }
    #header .nav li a:hover{
        background-color: #a38259;/*#cabdbe;*/
        color: #fff;
      }
      #header .nav li div {
        height: 35px;
        padding: 5px;
    }
/* *********** FIN: 2025 - header.html *********** */
}

/*@media (min-width: 1920px) {
    #objPdfFile{
        height: 100%;
    }

    /*.modal-body{
        height: 980px;
        background-color: #004F32;
    }*_/
}*/

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

/*.poppins-medium-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
  }*/

.center {
    display: flex;
    justify-content: center;
}

.dev {
    color: #a17f55;
    font-size: 8px;
}

.backColor {
    color: #a38259;
}

.titulos {
    background-color: #9D2449;
    color: #FFF;
}

.btn-dorado {
    background-color: #a17f55 !important;
    border-radius: 5px;
    border-color: #a17f55;
}

.btn-dorado-excel {
    background-color: #a17f55 !important;
    border-radius: 5px;
    border-color: #a17f55;
    color: #fff;
    padding: 0px 9px 0px 9px;
}

.btn-dorado-excel:hover {
    color: #e9e9e9;
    border-color: #8b6e4b;
    /*background-color: #a17f55 !important;
    border-radius: 5px;
    border-color: #977852;*/
}


.dropdown-menu button{
    border: .1px solid #8b6e4b;
    background-color: #a38259ea;
    color: #fff;
}

.dropdown-item:hover{
    background-color: #a382597a;
}

.alert-success-dorado{
    background-color: #a38259d2;
    color: #fff;
    text-align: center;
    border: #8b6e4b 3px solid;
}