#presentacion {
    position: absolute !important;
    top: 24% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    background-color: rgba(0,0,0,0.3);
    width: 69%;
    height: 48vh;
    padding: 0% 0% 0% 0%;
    display: flex;
    align-items: center;
}

#pancarta-1 {
    position: absolute !important;
    top: 29.8% !important;
    left: 7.7% !important;
    transform: translate(-50%,-50%) !important;
    background-color: rgba(0,0,0,0.3);
    width: 11.2%;
    height: 36.8vh;
    padding: 0% 0% 0% 0%;
    display: flex;
    align-items: center;
}

#pancarta-2 {
    position: absolute !important;
    top: 29.8% !important;
    left: 92.4% !important;
    transform: translate(-50%,-50%) !important;
    background-color: rgba(0,0,0,0.3);
    width: 11%;
    height: 36.8vh;
    padding: 0% 0% 0% 0%;
    display: flex;
    align-items: center;
}

#barra-logos {
    position: absolute !important;
    top: 52.6% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    width: 69%;
    height: 7.8vh;
    padding: 0% 0% 0% 0%;
    display: flex;
    align-items: center;
}





/* ------------------------------------------------------------------------------------------ */

:root {
    --color-verde: #2eb843;
    --azul: #005377;
    }

    body, td{

    margin: 0px!important;
    padding: 0px!important;
    }

    .text-azul {
    color: var(--azul);
    }

    .bg-azul {
    background-color: var(--azul) !important;
    }

    .card-personalizada {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 15px
    }

    td,
    th {
    vertical-align: middle !important;
    }


    .borde-table-start {
    border-radius: 5px 0px 0px 0px;
    }

    .borde-table-end {
    border-radius: 0px 5px 0px 0px;
    }

    .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 3px solid var(--azul);
    border-radius: 20px;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5);
    /* outline: 0; */
    overflow: hidden;
    }

    .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid var(--azul);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    }

    .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid var(--azul);
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    }


    [type=checkbox] {
    width: 1.8em;
    height: 1.8em !important;
    }

    [type=checkbox]:disabled {
    background-color: #999;
    }

    :checked[type=checkbox] {
    background-color: var(--azul);
    }



    .form-check-input[type=radio] {
    width: 1.8em;
    height: 1.8em !important;
    }

    .form-check-input:checked[type=radio] {
    background-color: var(--azul);
    background-image: none;
    }



    .content-login, .content-register, .content-reset {
    min-height: 100vh;
    /* background: url('../img/Ingreso_blanco.jpg') no-repeat ; */
    /* background: url('../img/fondo_sin_honda.png') no-repeat ; */
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .content-general {
    /* background: url('../img/Ingreso_blanco.jpg') no-repeat ; */
    /* background: url('../img/fondo_sin_honda.png') no-repeat ; */
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 93.9vh;
    }

    .content-basico {
    background: url('../img/Ingreso_blanco.jpg') no-repeat ;
    /* background: url('../img/fondo_sin_honda.png') no-repeat ; */
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;

    min-height: 93.9vh;
    }

    .content-home {
    min-height: 100vh;
    /* background: url('../img/fondo-1920x1080.jpg') no-repeat ; */
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    /* BOTONES */

    /*BOTON WPP*/

    .wpp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 20px;
    background-color: var(--color-verde);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    box-shadow: 0px 0px 25px 10px rgb(124 184 40 / 30%);
    }

    .wpp:hover {
    text-decoration: none;
    color: var(--color-verde);
    background-color: #fff;
    }

    .my-wpp {
    margin-top: 14px;
    }

    .cursor-pointer{
    cursor: pointer;
    }
    /* --------------------------------------------- */

    /* BOTONES */
    .float{
    /* position:fixed; */
    width:60px;
    height:60px;
    background-color: #ffffff;
    color: var(--azul);
    border-radius:50px;
    display: flex;
    }

    .float:hover {
    text-decoration: none;
    color: #25d366;
    /* background-color:#fff; */
    }


    /* boton general */

    .boton {
    background-color: var(--azul);
    color: white;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    }

    .boton:hover {
    background-color: var(--azul);
    color: white;
    }

    /* boton Volver Atrás */

    .atras {
    position:fixed;
    width:60px;
    height:60px;
    bottom:10px;
    right: 44px;
    /* background-color:#25d366; */
    color: var(--azul);
    border-radius:50px;
    text-align:center;
    font-size:30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index:100;
    }

    .atras:hover {
    position:fixed;
    width:60px;
    height:60px;
    bottom:10px;
    right: 44px;
    /* background-color:#25d366; */
    color: var(--azul);
    border-radius:50px;
    text-align:center;
    font-size:30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index:100;
    text-decoration: none;
    }

    /* paginación tablas */

    .pagination {
    justify-content: center;
    }

    .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--azul);
    border-color: var(--azul);
    }

    .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--azul);
    background-color: #fff;
    border: 1px solid #dee2e6;
    }

    /* ------------------------------------------------------------------------------------------------------------------ */

    /* para barra de los scrooll en ventanas modales */

    .modal-body {
    /* margin: 2rem auto;
    border: 1px solid #aaa;
    height: 300px;
    width:90%;
    max-width: 400px; */
    /* background: #f1f2f3; */
    overflow:auto;
    box-sizing: border-box;
    /* padding:0 1rem; */
    }

    /* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

    .modal-body::-webkit-scrollbar {
    -webkit-appearance: none;
    }

    .modal-body::-webkit-scrollbar:vertical {
    width:10px;
    }

    .modal-body::-webkit-scrollbar-button:increment,.modal-body::-webkit-scrollbar-button {
    display: none;
    }

    .modal-body::-webkit-scrollbar:horizontal {
    height: 10px;
    }

    .modal-body::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
    }

    .modal-body::-webkit-scrollbar-track {
    border-radius: 10px;
    }

    /* para barra de los scrooll en todas las paginas */

    body {
    /* margin: 2rem auto;
    border: 1px solid #aaa;
    height: 300px;
    width:90%;
    max-width: 400px; */
    /* background: #f1f2f3; */
    overflow:auto;
    box-sizing: border-box;
    /* padding:0 1rem; */
    }

    /* Estilos home */


    .intro-principal {
    position: absolute !important;
    top: 45% !important;
    left: 20% !important;
    transform: translate(-43%,-50%) !important;
    color: white !important;
    width: 38%;
    display: flex;
    flex-direction: column;
    }

    .caja-evento {
    background: white;
    transition: all 0.4s ease-out;
    /* margin: 16px 21px 43px 26px; */
    border-radius: 21px;
    padding: 0px;
    width: 320px;
    margin: 2% 2%;
    border: solid 1px lightgray;
    /* box-shadow: 2px 8px 16px 0px rgb(50 50 50 / 45%);padding: 0px; */
    }

    .caja-evento:hover {
    transform: translateY(-15px);
    box-shadow: 2px 8px 16px 0px rgb(50 50 50 / 45%);padding: 0px;
    }

    /*
    ----------------------------------------------------------------------------------------------------------------------------
    */

    /* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

    ::-webkit-scrollbar {
    -webkit-appearance: none;
    }

    ::-webkit-scrollbar:vertical {
    width:10px;
    }

    ::-webkit-scrollbar-button:increment, ::-webkit-scrollbar-button {
    display: none;
    }

    ::-webkit-scrollbar:horizontal {
    height: 10px;
    }

    ::-webkit-scrollbar-thumb {
    background-color: var(--azul);
    border-radius: 20px;
    border: 2px solid #f1f2f3;
    }

    ::-webkit-scrollbar-track {
    border-radius: 10px;
    }

    /*
    ------------------------------------------------------------------------------------------------------------------------------------
    */



    /* CONTENIDO PROYECTOS CETIIA - PGNA PRINCIPAL */
    .albunes-niveles {
    width: 100%;
    height: auto;
    }

    .albunes .list-albunes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
    text-align: center;
    }

    .albunes .list-albunes li {
    margin: 10px;
    list-style: none;
    }

    .albunes .list-albunes li .container-albun {
    width: 150px;
    height: 160px;
    transition: all 0.4s ease-out;
    border-radius: 15px;
    }

    /*para niveles - inicio principal */
    .albunes .list-albunes li .container-albun-niveles {
    position: relative;
    width: 300px;
    height: 350px;
    }

    /*...................................... */
    .albunes .list-albunes li .container-albun:hover {
    transform: translateY(-10px);
    box-shadow: 4px 30px 16px 0px rgba(50, 50, 50, 0.45)
    }

    .albunes .list-albunes li .container-albun img {
    /* border-radius: 15px; */
    position: relative;
    /* width: 150px; */
    /* height: 160px; */
    }

    .albunes .list-albunes li .container-albun .info-albun {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .albunes .list-albunes li .container-albun .info-albun .nombre-albun {
    color: rgb(0, 0, 0);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    float: left;
    }
