/*Default*/
@font-face
{
    font-family: 'Averta-Title';
    src: url('../../fonts/Averta-Title.eot');
    src: url('../../fonts/Averta-Title.eot?#iefix') format('eot'),
        url('../../fonts/Averta-Title.woff') format('woff'),
        url('../../fonts/Averta-Title.ttf') format('truetype'),
        url('../../fonts/Averta-Title.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Averta';
    src: url('../fonts/AvertaRegular.eot');
    src: url('../fonts/AvertaRegular.eot?#iefix') format('eot'), url('../fonts/AvertaRegular.woff') format('woff'), url('../fonts/AvertaRegular.ttf') format('truetype'), url('../fonts/AvertaRegular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    @font-face {
        font-family: 'Averta';
        src: url('../fonts/AvertaRegular.svg') format('svg');
    }
    @font-face {
        font-family: 'Averta-Title';
        src: url('../../fonts/Averta-Title.svg') format('svg');
    }
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-spacing: 0;
    font-family: 'Averta';
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    scroll-behavior: smooth;
}
::-webkit-scrollbar{
    width: 0px;
}
body {
    position: relative;
    background-color: #fff;
    transition: .4s;
    overflow: hidden;
    left: 0px;
    width: 100% !important;
}
main {
    position: relative;
    background-color: #000;
    transition: .4s;
    overflow-x: hidden;
    left: 0px;
    width: 100%;
    padding-right: 150px;
}

.grecaptcha-badge {
    visibility: hidden;
}
@media screen and (max-width:800px){
    body{
        width: 100% !important;
    }
    main{
        width: 100% !important;
        padding-right: 0px !important;
    }
}

body,
html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    display: flex;
    overflow-x: hidden;
    flex-direction: column;
    flex-wrap: nowrap;
}
p{
    margin-top: 0;
    margin-bottom: 1rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}
a {
    color: #008cba;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #00526e;
    text-decoration: underline;
}
.padding-bottom{
    padding-bottom: 80px;
}
.padding-section{
    padding-left: 1.5em;
    padding-right: 1.5em;
}
/* ? ----- PORTADA ----- */
.portada {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 69;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .5s ease-out all;
}
.bg-evento{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*.portada{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .5s ease-out all;
}*/
/*.portada:last-child{
    z-index: 40;
}*/
#bg-regressive{
    position: fixed;
    z-index: -1;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.st0{
    fill:#ffffff;
}
.portada > aside{
    /*background-color: rgba(0,0,0,0.5);*/
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    min-height: 100%;
    z-index: 1;
}
.portada.oculta {
    transform: translateY(110%);
}

.portada > aside .header-conteo {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.portada > aside .header-conteo .logotipo {
    font-family: 'Averta-Title' !important;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 10px;
    color: #f7f7f7;
}

.portada > aside .header-conteo .mensaje {
    font-size: 12px;
    font-weight: 600;
    color: #f7f7f7;
}
/* ? ----- Cuenta Regresiva ----- */
#cuenta {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    transition: all 0.5s;
    /*opacity: 0;*/
}

.btn-evento:link,
.btn-evento:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 35px;
    transition: all .2s;
    position: relative;
}

.btn-evento:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-evento:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-evento {
    font-size: 20px;
    margin-top: 30px;
    font-family: 'Averta-Title' !important;
    cursor: pointer;
    background-color: #ffcc00;
    color: #232323;
    display: flex;
    justify-content: center;
    align-items: center;
    /*    transition: all 0.5s !important;
        opacity: 0 !important;*/
}

.btn-evento::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn-evento::after {
    background-color: #ffcc00;
}

.btn-evento:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}
.btn-evento > span{
    font-size: 30px;
    padding-left: 10px;
}
.btn-evento:hover {
    color: #232323 !important;
}

.simply-section {
    background-color: rgba(255,255,255,0.7);
    width: 120px;
    height: 75px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simply-amount {
    color: #232323;
    display: block;
    font-size: 30px;
    font-weight: 700;
}

.simply-word {
    color: #232323;
    font-weight: 300;
    font-size: 18px;
}


/* ? ---------------------------- */
.tramform_up{
    transform: translateY(20%) !important;
}
.tramform_down{
    transform: translateY(-20%) !important;
}
.tramform_left{
    transform: translateX(20%) !important;
}
.tramform_right{
    transform: translateX(-20%) !important;
}

.aparecer{
    opacity: 1 !important;
    transform: none !important;
}

#img-portada{
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 500px;
    /*position: absolute;*/
    /*top: 250px;*/
    /*transition: all 0.5s;*/
    /*z-index: 900;*/
    /*transform: scale(1) translateY(0px);*/
    /*opacity: 0.3;*/
    /*filter: blur(3px);*/
}


/*#title-portada{
    transition: all 0.5s;
    opacity: 0;
}
#message-portada{
    transition: all 0.5s;
    opacity: 0;
}*/

@keyframes portada {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 204, 0, .6),  0 0 0 0 rgba(255, 204, 0, .6);
    }

    30% {
        box-shadow: 0 0 0 100px rgba(255, 204, 0, 0), 0 0 0 0 rgba(255, 204, 0, .6);
    }

    65% {
        box-shadow: 0 0 0 100px rgba(255, 204, 0, 0), 0 0 0 30px rgba(255, 204, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 204, 0, 0), , 0 0 0 30px rgba(255, 204, 0, 0);
    }

}
@media screen and (max-width:1400px){
    #img-portada{
        max-width: 600px;
        max-height: 375px;
    }
}
@media screen and (max-width:900px){
    .simply-section {
        width: 120px;
        height: 120px;
        margin: 0 10px;
    }

    .simply-amount {
        display: block;
        font-size: 35px;
        font-weight: 700;
    }

    .simply-word {
        font-weight: 300;
        font-size: 20px;
    }
}
@media screen and (max-width:800px){

    /* ? ----- PORTADA ----- */


    .portada > aside .header-conteo {
        margin-bottom: 50px;
        padding: 0px 20px;
    }

    #img-portada {
        max-width: 300px;
        max-height:188px;
    }
    .portada > aside .header-conteo .logotipo {
        font-family: Montserrat, 'sarif' !important;
        font-size: 35px;
        margin-bottom: 20px;
    }

    .portada > aside .header-conteo .mensaje {
        font-size: 12px;
    }
    /* ? ----- Cuenta Regresiva ----- */
    #cuenta {
        margin-bottom: 20px;
    }

    .simply-section {
        width: 80px;
        height: 80px;
        margin: 0 5px;
    }

    .simply-amount {
        display: block;
        font-size: 30px;
        font-weight: 700;
    }

    .simply-word {
        font-weight: 300;
        font-size: 14px;
    }
    .btn-evento{
        font-size: 20px;
    }
    .btn-evento > span{
        font-size: 30px;
    }


}
@media screen and (max-width:670px){

    /* ? ----- PORTADA ----- */



    .portada > aside .header-conteo {
        margin-bottom: 20px;
        padding: 0px 20px;
    }

    .portada > aside .header-conteo .logotipo {
        font-family: Montserrat, 'sarif' !important;
        font-size: 25px;
        margin-bottom: 10px;
    }
    .portada > aside .header-conteo .mensaje {
        font-size: 10px;
    }
    .btn-evento{
        font-size: 15px;
    }
    .btn-evento:link, .btn-evento:visited{
        padding: 10px 25px;
    }
    .btn-evento > span{
        font-size: 30px;
    }

    #cuenta {
        margin-bottom: 0px;
    }

    .simply-section {
        width: 70px;
        height: 60px;
        margin: 0 5px;
    }

    .simply-amount {
        display: block;
        font-size: 20px;
        font-weight: 700;
    }
    .simply-word {
        font-size: 12px;
    }
}

.hr{
    width: 100%;
    border-bottom: 1px solid #cecece;
    margin-top: 40px;
    margin-bottom: 20px;
}
.js-cookie-consent{
    position: fixed;
    top: 0px;
    padding: 10px;
    text-align: center;
    width: 100%;
    z-index: 9999;
    color: #fff;
    background-color: rgba(30,30,30,1);
}
.js-cookie-consent > button{
    cursor: pointer;
    padding: 10px 20px;
    margin-left: 20px;
    background-color: #C4BF66;
    color: #fff;
    border: 3px solid #C4BF66;
    transition: .3s;
}
.js-cookie-consent > button:hover{
    background-color: transparent;
    color: #C4BF66;
    border: 3px solid #C4BF66;
}
.texto-name {
    text-transform: capitalize;
}

.titulo-alert {
    color: #fff !important;
    font-size: 16px !important;
}

.text-s05 {
    font-size: 14px !important;
}

.text-s1 {
    font-size: 16px !important;
}

.text-s2 {
    font-size: 20px !important;
}

.text-s3 {
    font-size: 30px !important;
}

.text-s4 {
    font-size: 40px !important;
}

.text-s5 {
    font-size: 50px !important;
}

.text-s6 {
    font-size: 60px !important;
}

.cita {
    color: #707070 !important;
    font-style: italic;
}

.cita-white {
    color: #fff !important;
    font-style: italic;
}

.text-gray {
    color: #707070 !important;
}

.text-black {
    color: #333333 !important;
}

.text-cultam {
    color: #5D5A1B !important;
}

.text-white {
    color: #fff !important;
}

.text-celeste {
    color: #C4BF66 !important;
}

.title {
    font-family: "Averta-Title";
    text-transform: uppercase;
    font-weight: inherit !important;
    font-size: 1.5rem !important;
}

.title-big {
    font-family: "Averta-Title";
    font-weight: inherit !important;
    font-size: 3.8rem !important;
    width: 100%;
    text-align: center;
    color: #777777;
    text-transform: uppercase;
}
.title-big-white {
    font-family: "Averta-Title";
    font-weight: inherit !important;
    font-size: 3.8rem !important;
    width: 100%;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
}
.center-title{
    margin-top: 200px;
}
.fixed{
    position: fixed !important;
}
.espaciador{
    width: 100%;
    height: 150px;
}
@media screen and (max-width:1600px) {
    .espaciador{
        height: 100px;
    }
    .title-big {
        font-size: 45px !important
    }
    .center-title{
        margin-top: 100px;
    }
}
@media screen and (max-width:800px) {
    .espaciador{
        height: 160px;
    }
    .title {
        font-size: 26px;
    }
    .title-big {
        font-size: 30px !important
    }
    .center-title{
        margin-top: 0px;
    }
}
#contenedor-carga {
    width: 100%;
    margin: 40px 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

#carga {
    width: 100px;
    height: 100px;
}

#carga> img {
    width: 100%;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
}

ul.loading {
    padding: 0;
    margin: 0;
    list-style: none;
}

.loading {
    width: 120px;
    height: 150px;
}

@keyframes loading {
    0%,
    100% {
        height: 10px;
        margin-top: 25px;
    }
    50% {
        height: 80px;
        margin-top: 0px;
    }
}

.loading li {
    background-color: #5D5A1B;
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 5px;
    box-shadow: 0px 100px 20px rgba(0, 0, 0, 0.2);
    animation: loading 1s ease-in-out infinite;
}

.loading li:nth-child(1) {
    animation-delay: 0s;
}

.loading li:nth-child(2) {
    animation-delay: -0.2s;
}

.loading li:nth-child(3) {
    animation-delay: -0.4s;
}

.loading li:nth-child(4) {
    animation-delay: -0.6s;
}

.loading li:nth-child(5) {
    animation-delay: -0.8s;
}

.loading li:nth-child(6) {
    animation-delay: -1s;
}

.loading li:nth-child(7) {
    margin-right: 0;
    animation-delay: -1.2s;
}

/*---VENTANA MODAL------------------------------------------*/

#windows-modal {
    z-index: 9999999;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*transition: all .3s ease;*/
    overflow: hidden;
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, .95);
    display: none;
    justify-content: center;
    align-items: center;
}

#windows-modal> article {
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.menu-modal{
    position: absolute;
    z-index: 20;
    top: 90px;
    display: flex;
    right: 100px;
    height: auto;
    width: 0px;
    transition: all .3s ease;
    background-color: #fff;
    overflow: hidden;
    justify-content: center;
}
.active-menu{
    width: 150px;
}
.menu-modal > a{
    text-decoration: none;
    color: #333333;
    background-color: #fff;
    font-size: 15px;
    transition: all .3s ease;
    width: 150px;
    height: auto;
    padding: 10px 20px;
}
.menu-modal > a:hover{
    background-color: #C4BF66;
    color: #fff;
}
.close-modal {
    position: absolute;
    z-index: 20;
    top: 50px;
    right: 150px;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 25px;
    font-weight: bold;
    overflow: hidden;
}

.close-modal:hover {
    color: #c63838;
}
.btn-menu-modal{
    position: absolute;
    z-index: 20;
    top: 50px;
    right: 100px;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 25px;
    overflow: hidden;
}
.btn-menu-modal:hover {
    color: #C4BF66;
}
.active-menu-btn{
    border-radius: 50px;
    padding: 5px;
    top: 45px;
    right: 95px;
    transition: all .3s ease;
    transform: scale(1.05);
    background-color: rgba(255,255,255,0.3);
}
.embed-pdf {
    width: 90vh;
    height: 90vh;
}

.embed-pdf> embed {
    width: 100%;
    height: 100%;
}
.imagen-modal-page{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60vw;
}
.imagen-page{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-img-width {
    width: 55vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-img-height {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-out-left{
    transform: translate(-250%, -50%) !important;
    transition: all 1s ease !important;
}
.image-out-right{
    transform: translate(200%, -50%) !important;
    transition: all 1s ease !important;
}
.image-in-left{
    transform: translate(-50%, -50%) !important;
    transition: all 1s ease !important;
}
.image-in-right{
    transform: translate(-50%, -50%) !important;
    transition: all 1s ease !important;
}
.image-prev-initial{
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 1s ease !important;
    transform: translate(250%, -50%);
}
.image-next-initial{
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 1s ease !important;
    transform: translate(-200%, -50%);
}
.modal-img-width > div {
    padding: 20px;
    background-color: #fff;
    width: 100%;
    min-width: 100%;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5)
}
.modal-img-width > div > img {
    width: 100%;
    min-width: 100%;
}
.modal-img-height > div{
    background-color: #fff;
    padding: 20px;
    height: 100%;
    min-height: 100%;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5)
}
.modal-img-height > div > img {
    height: 100%;
    min-height: 100%;
}

.page-img{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.prev-img{
    transition: all .3s ease;
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    left: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}
.next-img{
    transition: all .3s ease;
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    right: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}
.next-img:hover, .prev-img:hover{
    color: #C4BF66;
}
.disabled-page{
    color: #333333 !important;
    pointer-events: none !important;
}
.disabled-page:hover{
    color: #333333 !important;
}
@media screen and (max-width:800px){
    .menu-modal{
        top: 60px;
        right: 20px;
    }
    .menu-modal > a:hover{
        background-color: #fff;
        color: #333333;
        ;
    }
    .btn-menu-modal{
        top: 20px;
        right: 20px;
        font-size: 25px;
    }
    .active-menu-btn{
        top: 15px;
        right: 15px;
    }
    .btn-menu-modal:hover {
        color: #fff;
    }
    .close-modal {
        top: 20px;
        right: initial;
        left: 20px;
        font-size: 25px;
    }
    .modal-img-width {
        width: 100vw;
    }
    .modal-img-height {
        height: 100vw;
    }
    .modal-img-width > div {
        padding: 5px;
    }
    .modal-img-height > div{
        padding: 5px;
    }
    .prev-img{
        top: initial;
        bottom: 40px;
        transform: none;
        left: 40px;
        font-size: 40px;
    }
    .next-img{
        top: initial;
        bottom: 40px;
        transform: none;
        right: 40px;
        font-size: 40px;
    }
}

/*//////////////////Boton SUBIR///////////////////*/

#btnSubir {
    position: fixed;
    z-index: 68;
    text-decoration: none;
    border-radius: 45px;
    display: none;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 204, 0 , .6);
    right: 170px;
    bottom: 20px;
    cursor: pointer;
}

#btnSubir:hover {
    background-color: rgba(255, 204, 0 , 1);
    transition: .3s;
}

#btnSubir #Subir {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#btnSubir #Subir span {
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

@media screen and (max-width:1100px) {
    #btnSubir {
        width: 35px;
        height: 35px;
        right: 20px;
    }
    #btnSubir #Subir span {
        font-size: 12px;
    }
}


/*---Alertas Mensajes------------------------------------------*/

.message-alerts {
    bottom: 20px;
    right: 200px;
    position: fixed;
    transition: .3s;
    z-index: 99;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
}

.message-alert {
    position: relative;
    z-index: 55;
    animation-name: flipInY;
    user-select: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    animation-duration: .7s;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row nowrap;
    width: 400px;
    min-height: 120px;
    background-color: rgba(20, 20, 20, 1);
    padding: 20px 40px 20px 20px;
    margin: 10px 0;
}

.message-alert> i {
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: .3s;
}

.message-alert> i:hover {
    color: red;
}

.warning-message {
    text-align: center;
    font-size: 55px;
    width: 30%;
    color: #FFE000;
    padding: 5px;
    animation-name: heartBeat;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

.error-rut {
    display: none;
}

.success-rut {
    display: none;
}

.error-message {
    text-align: center;
    font-size: 55px;
    width: 30%;
    color: #ff0000;
    padding: 5px;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

.success-message {
    text-align: center;
    font-size: 55px;
    width: 30%;
    padding: 5px;
    color: #66ff00;
    animation-name: rubberBand;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: .8s;
}

.message-alert> div {
    padding: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
    width: 75%;
}

.message-alert> div> p {
    font-size: 15px;
    color: #fff;
}

.message-alert> div> span {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.message-alert> div> span> i {
    font-size: 14px;
    padding-right: 5px;
    font-weight: bold;
}

.center-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.center-btn > button {
    margin-left: 20px;
}


/*---------Bubble--------------------------------------*/

.bubble {
    background-color: rgba(0, 0, 0, .7);
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    left: 0px;
    opacity: 0;
    bottom: 32%;
    display: flex;
    flex-flow: column nowrap;
    width: 50%;
    padding: 50px;
}

.bubble-title {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
}

.bubble-text {
    box-sizing: border-box;
    font-size: 1.2rem;
    color: #fff;
}

@media screen and (max-width:1600px) {
    .bubble {
        padding: 20px 50px;
    }
    .bubble-title {
        font-size: 1.6rem;
    }
    .bubble-text {
        font-size: .7rem;
    }
}


/*---------Fin Bubble--------------------------------------*/
/*---------Cabecera menu--------------------------------------*/

#head-menu{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
    padding: 0px 40px;
    /*background-color: #000;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 7.5em;
}
#head-menu > svg{
    height: 6em;
}
#head-menu > div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.5);
    filter: blur(60px);
    width: 100%;
    height: 100%;
}

/*---------Opciones Categorias--------------------------------------*/

.contenedor-links-category {
    box-sizing: border-box;
    position: absolute;
    height: 100vh;
    width: 38%;
    z-index: 2;
    left: 0;
    top: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
}

.contenedor-links-category > a{
    position: relative;
    left: -100%;
    width: 80%;
    background-color: #fff;
    cursor: pointer;
    height: 70px;
    opacity: 0;
    text-align: end;
    transition: all .4s ease;
    font-size: 16px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: none;
}
.contenedor-links-category > a > img{
    transition: all .3s ease;
    position: absolute;
    z-index: 2;
    opacity: .3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contenedor-links-category > a > span{
    font-size: 50px;
    margin-left: 20px;
    margin-right: 30px;
}

.contenedor-links-category > a:hover {
    z-index: 20;
    width: 100%;
    background-color: #C4BF66;
    color: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.contenedor-links-category > a:hover > img {
    opacity: 0;
}

@media screen and (max-width: 1600px){
    .contenedor-links-category{
        width: 35%;
    }
    .contenedor-links-category > a{
        font-size: 12px;
        height: 50px;
    }
    .contenedor-links-category > a > span{
        font-size: 35px;
    }
}
@media screen and (max-width: 800px){
    .contenedor-links-category{
        justify-content: flex-end;
        width: 100%;
    }
    .contenedor-links-category > a{
        background-color: rgba(0,0,0, .6);
        color: #fff;
        width: 100%;
        font-size: 12px;
        height: 40px;
    }
    .contenedor-links-category > a > span{
        font-size: 30px;
    }
    .contenedor-links-category > a:hover {
        z-index: 1;
        background-color: rgba(0,0,0, .6);
        color: #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .contenedor-links-category > a:hover > img {
        opacity: .3;
    }

    .message-alerts {
        right: 0px;
    }

    .message-alert {
        width: 85%;
        min-height: 100px;
        background-color: #232323;
        padding: 20px 30px 20px 20px;
    }

    .message-alert> i {
        font-size: 18px;
        right: 10px;
        top: 10px;
    }
    .message-alert> i:hover {
        color: red;
    }
    .warning-message {
        font-size: 40px;
        width: 30%;
        padding: 5px;
    }
}

.content-links-category {
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
}

.link-docs,
.link-images,
.link-videos,
.link-indice {
    background-color: #fff;
    cursor: pointer;
    padding: 10px 20px 10px 50px;
    margin-bottom: 20px;
    opacity: 0;
    transition: .3s;
    font-size: 20px;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.content-links-category > a:last-child {
    margin-bottom: 20px;
}

.link-docs:hover,
.link-images:hover,
.link-videos:hover,
.link-indice:hover {
    padding: 10px 20px 10px 100px;
    background-color: #C4BF66;
    color: #fff;
}

@media screen and (max-width:1600px){
    .link-docs,
    .link-images,
    .link-videos,
    .link-indice {
        padding: 10px 20px 10px 50px;
        margin-bottom: 10px;
        font-size: 14px;
    }
}
@media screen and (max-width:800px){
    .link-docs,
    .link-images,
    .link-videos,
    .link-indice {
        padding: 10px 20px 10px 50px;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .link-docs:hover,
    .link-images:hover,
    .link-videos:hover,
    .link-indice:hover {
        padding: 10px 20px 10px 50px;
        background-color: #fff;
        color: #333333;
    }
}

/*FLECHAS ABAJO------------------------*/

.content-arrows-down {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}

.content-arrows-down span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(0px);
    font-size: 40px;
    color: #fff;
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(0px) scale(1);
    }
    25% {
        opacity: 0;
        transform: translateX(-50%) translateY(40px) scale(0.9);
    }
    26% {
        opacity: 0;
        transform: translateX(-50%) translateY(-40px) scale(0.9);
    }
    55% {
        opacity: 1;
        transform: translateX(-50%) translateY(0px) scale(1);
    }
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.semi-circle {
    width: 240px;
    height: 240px;
    position: absolute;
    z-index: 2;
    border-radius: 100%;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
}

.semi-circle div {
    position: absolute;
    left: 50%;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    top: 36%;
    font-size: 12px;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width:1600px) {
    .content-arrows-down {
        bottom: 80px;
    }
    .content-arrows-down .arrow {
        font-size: 30px;
    }
    @keyframes bounceAlpha {
        0% {
            opacity: 1;
            transform: translateX(-50%) translateY(0px) scale(1);
        }
        25% {
            opacity: 0;
            transform: translateX(-50%) translateY(20px) scale(0.9);
        }
        26% {
            opacity: 0;
            transform: translateX(-50%) translateY(-20px) scale(0.9);
        }
        55% {
            opacity: 1;
            transform: translateX(-50%) translateY(0px) scale(1);
        }
    }
    .semi-circle {
        width: 200px;
        height: 200px;
        bottom: -100px;
    }
}

/*---------FIN Opciones Categorias--------------------------------------*/


/*---------INDICES--------------------------------------*/

.column-links {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding: 40px 0;
}

.column-links> aside {
    display: flex;
    flex-flow: row nowrap;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
}

.column-links> aside> div {
    width: 30px;
}

.column-links> aside> a {
    width: 100%;
    text-decoration: none;
    color: #333333;
    padding: 0px 10px;
    transition: .3s;
    font-size: 1.2rem;
}

.column-links> aside> a:hover {
    color: #fff;
    background-color: #C4BF66;
}

@media screen and (max-width:1600px){
    .column-links> aside> a {
        font-size: 1rem;
    }
}

@media screen and (max-width:800px){
    .content-arrows-down span {
        font-size: 30px;
    }
    .column-links {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: 40px 0;
    }
    .column-links> aside> a {
        font-size: 1rem;
    }
}
.column-gallery {
    margin-top: 180px;
    transition: all .3s ease;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding: 40px 0;
}

.column-gallery > a{
    position: relative;
    left: -100%;
    margin: 8px 0px;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
    width: 100%;
    opacity: 0;
    overflow: hidden;
    font-weight: lighter;
    display: flex;
    height: 60px;
    transition: all .3s ease .2s;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    background-color: transparent;
    color: #333333;
    text-decoration: none;
}
.column-gallery > a:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all .5s ease;
    width: 60px;
    height: 100%;
    background-color: #908C3B;
}
.column-gallery > a:hover:before{
    transition: all .3s ease;
    width: 100%;
}
.column-gallery> a > span{
    font-weight: lighter;
    width: 60px;
    font-size: 2rem;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.column-gallery> a > div{
    width: calc(100% - 60px);
    padding: 0px 10px;
    font-size: 1.4rem;
}
.column-gallery > a:hover{
    transition: all .3s ease 0s;
    color: #fff;
}
.column-gallery > a:hover > div{
    color: #fff;
}
.title-gallery{
    position: relative;
    left: -100%;
    transition: all .3s ease .2s;
    opacity: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2rem;
    color: #908C3B;
}
.title-gallery:first-child{
    padding-top: 0px;
}
.bg-more-images{
    margin: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-more-images > div{
    display: flex;
    justify-content: center;
    align-items: center;
    outline:none;
    margin: 0 5px;
    padding: 15px 20px;
    font-size: 20px;
    transition: all .3s ease;
    cursor: pointer;
    user-select:none;
    background-color: #5D5A1B;
    color: #fff !important;
    border: 2px solid #5D5A1B;
}
.bg-more-images > div:focus{
    box-shadow: none;
}
.bg-more-images > div:hover{
    background-color: transparent;
    border: 2px solid #5D5A1B;
    color: #5D5A1B !important;
}
.bg-more-images > div > span{
    padding-right: 5px;
}


@media screen and (max-width: 1600px){
    .column-gallery{
        margin-top: 140px;
    }
    .column-gallery > a{
        margin: 8px 0px;
        height: 50px;
    }
    .column-gallery > a:before{
        width: 50px;
    }
    .column-gallery> a > span{
        width: 50px;
        font-size: 1.6rem;
    }
    .column-gallery> a > div{
        width: calc(100% - 50px);
        font-size: 1rem;
    }
    .title-gallery{
        font-size: 1.6rem;
    }
}
@media screen and (max-width:800px){
    .column-gallery {
        margin-top: 120px;
        transition: all .3s ease;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .bg-more-images > div:hover{
        background-color: #5D5A1B;
        border: 2px solid #5D5A1B;
        color: #fff !important;
    }
}
/*////////////// BIBLIOTECA*/
/*////////////// BIBLIOTECA*/
#menu-library{
    width: 360px;
    display: flex;
    height: fit-content;
    flex-flow: column nowrap;
    box-sizing: border-box;
}
#menu-library > aside{
    width: 300px;
    transition: all .3s ease;
    margin-right: 60px;
    display: flex;
    height: fit-content;
    flex-flow: column nowrap;
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
    background-color: #fff;
}
#menu-library > aside > a{
    text-decoration: none;
    transition: all .3s ease;
    color: #333333;
    background-color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#menu-library > aside > a:last-child{
    border-bottom: none;
}
#menu-library > aside > a:hover{
    color: #fff;
    background-color: #C4BF66;
    padding: 10px 0px 10px 40px;
}
.active-menu-library{
    transition: all .3s ease;
    color: #fff !important;
    padding: 10px 20px !important;
    background-color: #333333 !important;
}

.container-library{
    box-sizing: border-box;
    width: calc(100% - 360px);
    transition: all .3s ease;
    display: flex;
    flex-flow: column nowrap;
}
.container-library > article{
    width: 100%;
    margin: 50px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.container-library > article > aside{
    position: relative;
    width: calc((100% - 60px) / 4);
    height: 380px;
    background-color: #fff;
    transition: .3s;
    flex: none;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
    transition: .3s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}
.container-library > article > aside > section{
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
}
.container-library > article > aside > section > p{
    width: 100%;
    text-align: center;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-library{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: calc(100% - 120px);
}
.img-width-library{
    position: relative;
    width: 100%;
    transition: all .3s ease;
    object-fit: cover;
}
.img-width-library:hover{
    transform: scale(1.5);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
    z-index: 100;
}
.info-library {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}
.info-library > span{
    font-size: 35px;
    margin-right: 20px;
}
.info-library > a{
    background-color: #FC0;
    border: 2px solid transparent;
    transition: all .3s ease;
    font-size: 15px !important;
    padding: 5px 10px;
    flex-basis: 100%;
    text-decoration: none;
    color: #232323;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-library > a:hover{
    background-color: transparent;
    border: 2px solid #232323;
    color: #232323;
}

@media screen and (max-width:1600px){
    #menu-library{
        width: 260px;
    }
    #menu-library > aside{
        width: 200px;
    }
    #menu-library > aside > a{
        font-size: 15px;
    }
    .container-library{
        width: calc(100% - 260px);
    }
    .container-library > article > aside{
        height: 310px;
    }
    .container-library > article > aside > section{
        padding: 15px;
    }
    .img-library{
        height: calc(100% - 100px);
    }
    .container-library > article > aside > section > p{
        font-size: 12px !important;
        height: 70px;
    }
    .info-library > span{
        font-size: 25px !important;
        margin-right: 10px;
    }
    .info-library > a{
        border:none;
        padding: 5px;
        font-size: 12px !important;
    }
    .info-library > a:hover{
        background-color: #232323;
        border: none;
        color: #fff;
    }
}
@media screen and (max-width:800px){
    #menu-library-mobil{
        position: fixed;
        z-index: 50;
        background-color: #fff;
        transition: all .3s ease;
        top: 50%;
        left: -100%;
        transform: translateY(-50%);
        width: 80%;
        display: flex;
        height: fit-content;
        flex-flow: column nowrap;
        box-sizing: border-box;
    }
    #menu-library-mobil > a{
        text-decoration: none;
        transition: all .3s ease;
        color: #333333;
        background-color: #fff;
        font-size: 14px;
        padding: 10px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }

    #menu-library{
        width: 100%;
    }
    .container-library{
        margin-top: 100px;
        width: 100%;
    }
    .container-library > article > aside{
        position: relative;
        width: calc((100% - 10px) / 2);
        height: 240px;
        margin-bottom: 10px;
    }
    .container-library > article > aside > section{
        padding: 10px;
    }
    .img-library{
        height: calc(100% - 90px);
    }
    .container-library > article > aside > p{
        font-size: 12px !important;
        height: 60px;
    }
    .info-library > span{
        font-size: 25px  !important;
        margin-right: 10px;
    }
    .info-library > a{
        border:none;
        padding: 5px;
        font-size: 12px !important;
    }
    .info-library > a:hover{
        background-color: #232323;
        border: none;
        color: #fff;
    }
}

/*////////////// LINK*/
/*////////////// LINK*/

#menu-link{
    width: 360px;
    display: flex;
    height: fit-content;
    flex-flow: column nowrap;
    box-sizing: border-box;
}
#menu-link > aside{
    width: 300px;
    transition: all .3s ease;
    margin-right: 60px;
    display: flex;
    height: fit-content;
    flex-flow: column nowrap;
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
    background-color: #fff;
}
#menu-link > aside > a{
    text-decoration: none;
    transition: all .3s ease;
    color: #333333;
    background-color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#menu-link > aside > a:last-child{
    border-bottom: none;
}
#menu-link > aside > a:hover{
    color: #fff;
    background-color: #232323;
    padding: 10px 0px 10px 40px;
}
.active-menu-link{
    transition: all .3s ease;
    color: #fff !important;
    padding: 10px 20px !important;
    background-color: #333333 !important;
}

.container-link{
    box-sizing: border-box;
    width: calc(100% - 360px);
    transition: all .3s ease;
    display: flex;
    flex-flow: column nowrap;
}
.container-link > article{
    width: 100%;
    margin: 50px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.container-link > article > a{
    position: relative;
    width: calc((100% - 60px) / 3);
    min-height: 150px;
    max-height: 350px;
    background-color: #fff;
    transition: all .4s ease;
    text-decoration: none;
    color: #333333;
    flex: none;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
    transition: .3s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}
.container-link > article > a:hover{
    background-color: #FC0;
    color: #232323;
    transform: scale(1.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4) !important;
}
.container-link > article > a > span{
    transition: all .4s ease;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    opacity: 0;
    color: #232323;
}
.container-link > article > a:hover > span{
    opacity: 1;
}
.container-link > article > a > section{
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
}
.info-link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.info-link > p{
    font-size: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.info-link > aside{
    font-size: 15px !important;
    margin-top: 15px;
}

@media screen and (max-width:1600px){
    #menu-link{
        width: 260px;
    }
    #menu-link > aside{
        width: 200px;
    }
    #menu-link > aside > a{
        font-size: 15px;
    }
    .container-link{
        width: calc(100% - 260px);
    }
    /*    .container-link > article > a{
            height: 310px;
        }*/
    .container-link > article > a > section{
        padding: 15px;
    }
    .info-link > p{
        font-size: 18px !important;
    }
    .info-link > aside{
        font-size: 12px !important;
    }
}
@media screen and (max-width:800px){
    #menu-link-mobil{
        position: fixed;
        z-index: 50;
        background-color: #fff;
        transition: all .3s ease;
        top: 50%;
        left: -100%;
        transform: translateY(-50%);
        width: 80%;
        display: flex;
        height: fit-content;
        flex-flow: column nowrap;
        box-sizing: border-box;
    }
    #menu-link-mobil > a{
        text-decoration: none;
        transition: all .3s ease;
        color: #333333;
        background-color: #fff;
        font-size: 14px;
        padding: 10px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }

    #menu-link{
        width: 100%;
    }
    .container-link{
        margin-top: 100px;
        width: 100%;
    }
    .container-link > article > aside{
        position: relative;
        width: calc((100% - 10px) / 2);
        height: 240px;
        margin-bottom: 10px;
    }
    .container-link > article > aside > section{
        padding: 10px;
    }
    .img-link{
        height: calc(100% - 90px);
    }
    .container-link > article > aside > p{
        font-size: 12px !important;
        height: 60px;
    }
    .info-link > span{
        font-size: 25px  !important;
        margin-right: 10px;
    }
    .info-link > a{
        border:none;
        padding: 5px;
        font-size: 12px !important;
    }
    .info-link > a:hover{
        border: none;
    }
}

/*////FONDO------------------------------*/
.fondo-gycchile{
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}
.fondo-gycchile > img{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fondo-gycchile > div{
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    font-size: 4em;
    font-family: 'Averta-Title';
    color: #fff;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 35, 35, 0.3);
}
/*////DONAR------------------------------*/

#donar{
    padding-top: 80px;
}
.donate-pay{
    padding-top: 40px;
    height: 400px;
    display: flex;
    flex-flow: column nowrap;
}
.donate-pay > p{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.donate-pay > p > span{
    padding-left: 10px;
    font-size: 2em;
}
.form-donate{
    margin-top: 40px;
    display: flex;
    flex-flow: row nowrap;
}
.boton-donar{
    cursor:pointer;
    border:none;
    text-decoration: none !important;
    padding: 10px 15px;
    font-size: 20px;
    background-color: #232323;
    color: #fff;
    height: 49px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    text-transform: initial;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.boton-donar:hover{
    background-color: #fc0;
    color: #232323;
}
.boton-donar:hover > span{
    color: #232323;
}
.boton-donar > span{
    padding-right: 10px;
    color: #fc0;
}

/*---------FIN INDICES--------------------------------------*/

.bg-scroll {
    z-index: 10;
    position: absolute;
    height: 100px;
    width: 300px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
}

#scrollDown {
    z-index: 30;
    position: absolute;
    height: 30px;
    width: 150px;
    bottom: 40px;
    left: 40px;
}

.circle-scroll {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

#circle01 {
    background-color: rgba(255, 255, 255, 1);
    bottom: 0px;
    animation-name: ArribaAbajo02;
    animation-iteration-count: infinite;
    animation-duration: 4s;
}

#circle02 {
    background-color: rgba(255, 255, 255, .5);
    bottom: 0px;
    animation-name: ArribaAbajo02;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-delay: .2s;
}

#circle03 {
    background-color: rgba(255, 255, 255, .2);
    bottom: 0px;
    animation-name: ArribaAbajo02;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-delay: .4s;
}

#texto-scroll {
    position: absolute;
    width: 130px;
    right: 0px;
    line-height: 12px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

#texto-scroll> .palabra {
    font-size: 12px;
    width: 130px;
    margin: 0;
    text-align: left;
    font-family: 'Averta';
    color: #cecece;
    letter-spacing: 2px;
    top: 5px;
}

#scrollDown-right {
    z-index: 10;
    position: absolute;
    height: 30px;
    width: 150px;
    bottom: 40px;
    right: 40px;
}

#circle01-right {
    background-color: rgba(51, 51, 51, 1);
    bottom: 0px;
    left: 0;
    animation-name: ArribaAbajo02;
    animation-iteration-count: infinite;
    animation-duration: 4s;
}

#circle02-right {
    background-color: rgba(51, 51, 51, .5);
    bottom: 0px;
    left: 0;
    animation-name: ArribaAbajo02;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-delay: .2s;
}

#circle03-right {
    background-color: rgba(51, 51, 51, .2);
    bottom: 0px;
    left: 0;
    animation-name: ArribaAbajo02;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-delay: .4s;
}

#texto-scroll-right {
    position: absolute;
    width: 130px;
    right: 0px;
    line-height: 12px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

#texto-scroll-right> .palabra {
    font-size: 12px;
    width: 130px;
    font-family: 'Averta';
    color: #333333;
    letter-spacing: 2px;
    top: 5px;
}


/*-----------HEADER------------*/

#boton-menu {
    display: none;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 20px;
    right: 20px;
    color: #ffffff;
}

#boton-menu> span {
    font-size: 35px;
}

#header {
    user-select: none;
    z-index: 11;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    height: 100vh;
    flex-flow: column nowrap;
    align-items: flex-start;
}

#header> article {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-left: 150px;
    margin-top: 100px;
}

#header> article> img {
    width: 480px;
}

#header > .presentan-first{
    position: absolute;
    bottom: 50px;
    left: 150px;
}

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

    #header> article> img {
        width: 350px;
    }
}
@media screen and (max-width: 1600px) {
    #header> article {
        margin-left: 100px;
        margin-top: 80px;
    }
    #header> article> img {
        width: 300px;
    }
    #header > .presentan-first{
        bottom: 40px;
        left: 100px;
    }
}

@media screen and (max-width: 800px) {
    #donar{
        padding: 80px 20px 20px 20px;
    }
    .donate-pay{
        padding-top: 20px;
        height: auto;
    }
    .donate-pay:first-child{
        padding-top: 40px !important;
    }
    #scrollDown{
        bottom: 50px;
        left: 20px;
    }
    #header{
        top: 20px;
        left: 20px;
    }
    #header> article {
        margin-left: 20px;
        margin-top: 20px;
    }
    #header> article> img {
        width: 200px;
    }
    #header > .presentan-first > p{
        font-size: 12px;
    }
    #header > .presentan-first > div {
        padding: 10px 0px;
    }
    #header > .presentan-first > div > div{
        padding: 5px 0px;
    }
    #header > .presentan-first{
        bottom: 180px;
        left: 20px;
        max-width: 60%;
    }
}


.titleFirst{
    width: 600px;
}
#titlePrincipal > span{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
    color: #fff;
    transition: .2s;
    opacity: 0;
    position: relative;
    top: 20px;
}
#titlePrincipal > span:nth-child(5){
    /*color: #C4BF66;*/
    color: #C4BF66;
}
#titlePrincipal > span:nth-child(6){
    color: #C4BF66;
}
#titlePrincipal > span:nth-child(7){
    color: #C4BF66;
}
@media screen and (max-width:1600px){
    .titleFirst{
        width: 400px;
    }
    #titlePrincipal > span{
        font-size: 25px;
    }
}
@media screen and (max-width:800px){
    .titleFirst{
        left: 0px;
        padding: 0px 40px 0px 40px;
        width: 100%;
        margin-top: 250px;
    }
    #titlePrincipal{
        text-align: start;
    }
    #titlePrincipal > span{
        font-size: 20px;
    }
}
.fondo-white{
    background-color: #fff !important;
}
.fondo-yellow{
    background-color: #fc0 !important;
}
.fondo-grey{
    background-color: #232323 !important;
}
#menu-dekstop {
    user-select: none;
    z-index: 70;
    position: fixed;
    top: 0;
    right: 0px;
    display: flex;
    flex-flow: column wrap;
    width: 150px;
    height: 100%;
    transition: .4s;
}
@media screen and (max-width: 800px) {
    #menu-dekstop {
        display: none;
    }
}
#menu-dekstop > img {
    opacity: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 400px;
    object-fit: cover;
    background-color: #fff;
    transition: .2s;
}

#seccionesmenu {
    user-select: none;
    margin: 0;
    padding: 200px 0 100px 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    list-style: none;
    position: relative;
    z-index: 7;
    flex: 1 1 auto;
    transition: all .3s ease;
}
#menu-dekstop:hover #yellow-nav {
    transition: 6s all ease;
    height: 100%;
}
#menu-dekstop:hover #yellow-light-nav {
    transition: .4s all ease;
    height: 100%;
}
#menu-dekstop:hover #seccionesmenu > div > a > .span-menu {
    color:#232323 !important;
}
#menu-dekstop:hover #seccionesmenu > div > a > .evento-span {
    color:#fff;
}
#menu-dekstop:hover #seccionesmenu > div > a > .evento-span::after {
    border: 6px solid #fff;
    color:#fff;
}
#menu-dekstop:hover #seccionesmenu > div > a > .evento-span::before {
    text-shadow: 0px 0px 30px #fff;
}
#seccionesmenu > div {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    flex: 1 1 auto;
    text-decoration: none;
    width: 100%;
}
#seccionesmenu > div > a{
    text-decoration: none;
}

.span-menu {
    width: 150px;
    height: 100%;
    color: #fff;
    overflow: hidden;
    display: flex;
    font-size: 2.5rem;
    transition: .3s;
    justify-content: center;
    align-items: center;
}
.evento-span {
    width: 150px;
    overflow: hidden;
    display: flex;
    font-size: 2.5rem;
    transition: .3s;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fc0;
}

#seccionesmenu > div:hover > a > span {
    color:#fff;
}
#fondo-nav{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    width: 100%;
    height: 100%;
}
#yellow-nav{
    position: relative;
    z-index: 5;
    transition: .4s all ease !important;
    background-color: #fc0;
    width: 100%;
    height: 0px;
}
#yellow-light-nav{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
    transition: .6s all ease !important;
    background-color: #fee8b5;
    width: 100%;
    height: 0px;
}
@media screen and (max-width: 1600px) {

    #seccionesmenu {
        padding: 120px 0 50px 0;
    }
    #seccionesmenu > div> span {
        height: 30px;
        font-size: 1.8rem;
    }
}

#seccionesmenu > div > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(-100% - 80px);
    padding: 10px 20px;
    height: 40px;
    display: flex;
    width: calc(100% + 80px);
    justify-content: center;
    align-items: center;
    font-size: 12px;
    opacity: 0;
    transition: all .3s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333333 !important;
    pointer-events: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

#seccionesmenu > div:hover > div {
    opacity: 1;
}



#press-menu{
    cursor: pointer;
    z-index: 89;
    position: fixed;
    top: 0;
    right: 0;
    height: 200px;
    width: 150px;
}
#press-menu > span{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
}
#press-menu > article{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
}
.menu-open-close{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 25px;
    height: 14px;
}
.before-menu{
    background-color: #fff;
    width: 100%;
    height: 4px;
    transition: .3s;
    position: absolute;
    top: 0;
    z-index: 2;
}
.after-menu{
    background-color: #fff;
    width: 80%;
    height: 4px;
    transition: .3s;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
#press-menu:hover .before-menu{
    top: 50%;
    transform: translateY(-50%);
}
#press-menu:hover .after-menu{
    bottom: 50%;
    width: 100%;
    transform: translateY(50%);
}
.banner-menu-full{
    display: none;
    z-index: 80;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
}
.banner-menu-full > aside{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-menu-full > aside > img{
    width: 50px;
    height: 50px;
}
.close-menu-full{
    z-index: 71;
    position: fixed;
    right: -100%;
    top: 0;
    width: 150px;
    height: 100%;
    background-color: #ffffff;
}
.close-menu-full > aside{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.close-menu-full > aside > img{
    width: 100px;
    height: 100px;
}
.full-link-menu{
    z-index: 70;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background-image: url(../../img/website/young.png);
    background-position: center;
    background-size: cover;
}
.full-link-menu:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}
.full-link-menu:after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/website/young.png);
    background-position: center;
    background-size: cover;
    filter: blur(4px);
}

@media screen and (max-width:1600px){
    #press-menu{
        height: 120px;
    }
    .close-menu-full > aside > img{
        width: 80px;
        height: 80px;
    }
}
@media screen and (max-width:800px){
    #press-menu{
        height: 70px;
    }
    #press-menu:hover .before-menu{
        top: 0;
        transform: none;
    }
    #press-menu:hover .after-menu{
        bottom: 0;
        width: 80%;
        transform: none;
    }
    .banner-menu-full{
        display: flex;
    }
    .close-menu-full{
        right: 0;
        top: -100%;
        width: 100%;
        height: 70px;
    }
    .full-link-menu{
        right: 0;
        top: -100%;
    }
    .close-menu-full > aside{
        right: initial;
        left: 0;
        width: 70px;
        height: 100%;
    }
    .close-menu-full > aside > img{
        width: 50px;
        height: 50px;
    }
}


/*---Cuerpo----------------------------------------------*/
/*---Cuerpo----------------------------------------------*/
/*---Cuerpo----------------------------------------------*/
.divisorMain{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.divisorMain > aside{
    font-family: 'Averta-Title';
    font-size: 40px;
    text-transform: uppercase;
    width: 50%;
    color: #232323;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsMain{
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.newsMain >  a{
    text-decoration: none !important;
    width: 100%;
    height: 100%;
    color: #fff !important;
    position: relative;
    flex-flow: column nowrap;
    transition: .3s all ease;
}
.newsMain > a > img{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsMain >  a:hover > aside{
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(66%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    transition: .3s all ease;
}
.newsMain > a > aside{
    background: rgba(255,93,177,0);
    background: -moz-linear-gradient(top, rgba(255,93,177,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,93,177,0)), color-stop(100%, rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(255,93,177,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(255,93,177,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(255,93,177,0) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,93,177,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    position: relative;
    transition: .3s all ease;
    padding: 20px;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
}
.newsMain > a > aside > div{
    color: #fff !important;
}
.newsSecond{
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
.newsSecond >  a{
    text-decoration: none !important;
    width: 100%;
    height: 48%;
    color: #fff !important;
    position: relative;
    flex-flow: column nowrap;
    transition: .3s all ease;
}
.newsSecond > a > img{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsSecond >  a:hover > aside{
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(66%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    transition: .3s all ease;
}
.newsSecond > a > aside{
    background: rgba(255,93,177,0);
    background: -moz-linear-gradient(top, rgba(255,93,177,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,93,177,0)), color-stop(100%, rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(255,93,177,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(255,93,177,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(255,93,177,0) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,93,177,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    position: relative;
    transition: .3s all ease;
    padding: 20px;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
}
.newsSecond > a > aside > div{
    color: #fff !important;
}
.divisorMain > .videoGYC{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.divisorMain > .videoGYC > video{
    width: 100%;
}
.articulosGYC{
    width: 100%;
    margin: 80px 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.articulosGYC > article{
    margin-bottom: 40px;
    width: 30%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    background-color: #ffffff;
    color: #444;
}
.articulosGYC > article > h3{
    font-size: 24px;
    margin-bottom: 20px;
}
.articulosGYC > article > p{
    font-size: 18px;
    color: #777;
}
@media screen and (max-width:1400px){
    .newsSecond > a > aside > p{
        font-size: 12px;
    }
    .newsSecond > a > aside > div{
        font-size: 12px;
    }
    .newsSecond > a > aside > tag{
        font-size: 12px;
    }
}
@media screen and (max-width:800px){
    .newsMain{
        height: 230px;
        margin-bottom: 20px;
    }
    .newsMain > a > aside > p{
        font-size: 12px;
    }
    .newsMain > a > aside > div{
        font-size: 12px;
    }
    .newsMain > a > aside > tag{
        font-size: 12px;
    }
    .newsSecond{
        justify-content: flex-start;
    }
    .newsSecond > a {
        margin-bottom: 20px;
    }
    .divisorMain > aside{
        font-family: 'Averta-Title';
        font-size: 30px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .divisorMain > .videoGYC{
        width: 100%;
    }
    .articulosGYC > article{
        margin-bottom: 20px;
        width: 100%;
        padding: 20px;
    }
    .articulosGYC > article > h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .articulosGYC > article > p{
        font-size: 18px;
        color: #777;
    }
}
.btn-descargar {
    cursor: pointer;
    flex: none;
    margin: 0px 5px;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    text-decoration: none !important;
    background-color: #FFCC00;
    color: #333 !important;
    border: 2px solid #FFCC00;
    transition: .3s;
}

.btn-descargar:focus {
    box-shadow: none;
}

.btn-descargar:hover {
    background-color: transparent;
    color: #333 !important;
}

.btn-descargar> span {
    margin-right: 10px;
}

.btn-ver {
    flex: none;
    cursor: pointer;
    margin: 0px 5px;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    background-color: #5D5A1B;
    color: #fff !important;
    border: 2px solid #5D5A1B;
    transition: .3s;
}

.btn-ver:focus {
    box-shadow: none;
}

.btn-ver:hover {
    background-color: transparent;
    color: #5D5A1B !important;
}

.btn-ver> span {
    margin-right: 10px;
}

.btn-back-top {
    cursor: pointer;
    z-index: 20;
    transition: .3s;
    position: absolute;
    top: 50px;
    left: -40px;
    padding: 15px 15px 15px 50px;
    background-color: #fff;
    color: #333333 !important;
    text-decoration: none;
    font-size: 20px;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.btn-back-top:hover {
    left: 0px;
}
@media screen and (max-width:1600px){
    .btn-back-top {
        left: -40px;
        padding: 12px 12px 12px 50px;
        font-size: 14px;
    }
}
.btn-back-bottom {
    position: absolute;
    flex: none;
    left: -40px;
    bottom: 50px;
    font-size: 30px;
    cursor: pointer;
    z-index: 20;
    transition: .3s;
    padding: 15px 15px 15px 50px;
    background-color: #333333 !important;
    color: #fff !important;
    text-decoration: none;
    font-size: 20px;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.btn-back-bottom:hover {
    left: 0px;
}

#main-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: calc(100% - 100px);
    height: 100%;
    overflow-y: hidden;
    max-height: 100%;
    flex: 1 1 auto;
}

#body {
    position: relative;
    left: 0px;
    background-color: #707070;
    /*    background-image: url(../../img/website/cerro.jpg);
        background-position: center;
        background-size: cover;*/
    overflow-y: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

#fondo-gradiente{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    background: rgba(0,0,0,0.7);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.7)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
}

#links-container {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 150px);
    height: 100%;
    padding: 50px 100px 50px 100px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

#links-container > aside {
    width: 60%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#links-container > aside > div {
    user-select:none;
    position: relative;
    opacity: 0;
    transform: perspective(600px) rotateY(45deg) scale(1.5);
    flex: none;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all .3s ease-out 0s;
    background-color: #fc0;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
}

/*#links-container > aside > div:nth-child(2n+1) {
    background-color: #C4BF66;
}
#links-container > aside > div:nth-child(3n+2) {
    background-color: #5D5A1B;
}
#links-container > aside > div:nth-child(4n+3) {
    background-color: #66ccff;
}*/

.animateLinks{
    opacity: 1 !important;
    transform: scale(1) perspective(600px) rotateY(0deg) !important;
    transform-origin: 100% 50% !important;
    transform-style: preserve-3d !important;
}
.animateLinks:hover {
    z-index: 99 !important;
    background: rgba(255, 225, 105,1) !important;

    transform: scale(1.2) translateX(10%) !important;
    -moz-transform: scale(1.2) translateX(10%) !important;
    -webkit-transform: scale(1.2) translateX(10%) !important;
    -o-transform: scale(1.2) translateX(10%) !important;
    -ms-transform: scale(1.2) translateX(10%) !important;
    perspective: 600px !important;
    -webkit-perspective: 600px !important;
    transition: all .4s ease 0s !important;
    -webkit-box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.6) !important;
    -moz-box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.6) !important;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.6) !important;
}

#links-container> aside > div > a {
    height: 100%;
    width: 100%;
    padding: 20px;
    backface-visibility: hidden;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}
#links-container> aside > div > a > div{
    text-transform: uppercase;
    text-align: center;
}
#links-container> aside > div > a > span {
    font-size: 50px;
    padding-bottom: 20px;
    min-height: 100%;
    max-height: 50px;
    min-height: 50px;
    width: 100%;
    max-width: 50px;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

@media screen and (max-width:1600px) {
    #links-container> aside > div > a > span {
        font-size: 35px;
    }
    #links-container> aside > div > a > div{
        font-size: 11px;
    }
}
@media screen and (max-width:800px){
    #links-container {
        width: 100%;
        height: 100%;
        padding: 50px 20px 50px 20px;
    }

    #links-container > aside > div {
        background-color: #fc0;
    }
    #links-container > aside {
        width: 100%;
    }
    #links-container> aside > div > a > span {
        font-size: 30px;
    }
    #links-container> aside > div > a > div{
        font-size: 10px;
    }

    .animateLinks{
        opacity: 1 !important;
        transform: scale(1) perspective(600px) rotateY(0deg) !important;
        transform-origin: 100% 50% !important;
        transform-style: preserve-3d !important;
    }
    .animateLinks:hover {
        background: #FFE169 !important;
        filter: none!important;

        transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        perspective: none !important;
        -webkit-perspective: none !important;
        transition: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
}


/*-----------Buscador Indice------------*/

.search-indice {
    position: relative;
    display: flex;
    width: 50%;
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
}

.search-indice> label {
    position: absolute;
    z-index: 1;
    margin: auto 0;
    right: 10px;
    font-size: 35px;
}

.form-input> input[type="text"],
.form-input> input[type="number"] {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    padding: 14px ;
    font-size: 14px;
    height: 49px !important;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: .3s;
    flex: auto;
}

.form-input> input[type="text"]:focus,
.form-input> input[type="number"]:focus {
    border: 1px solid #2b2f5a;
    outline: 0 none;
}

.caja-search-temp {
    position: absolute;
    z-index: 30;
    top: calc(100%+ 30px);
    right: 0;
    width: 100%;
    display: flex;
}

#caja_encontrado {
    transition: .3s;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    border-bottom: 8px solid #66b500;
    -webkit-box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.5);
}


/*-----------Fin Buscador Indice------------*/


/*-----------Cuerpo------------*/
#lema{
    width: 100%;
    background-color: #000;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}
#lema > p {
    color: #fff;
    font-size: 20px;
    padding: 0px 20px;
    width: 100%;
    max-width: 1000px;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    /*font-style: italic;*/
}
@media screen and (max-width:800px){
    #lema > p {
        font-size: 12px;
    }
}
.img-hojas {
    position: absolute;
    z-index: 1;
    opacity: .7;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.img-desierto {
    position: absolute;
    z-index: 1;
    opacity: .7;
    width: 100%;
    bottom: 0;
    left: 0;
    object-fit: cover;
}

.caja-seccion {
    width: 100%;
    position: relative;
    transition: all .3s ease;
    z-index: 2;
}
.caja-seccion-row {
    width: 100%;
    position: relative;
    transition: all .3s ease;
    display: flex;
    flex-flow: row nowrap;
    box-sizing: border-box;
    justify-content: flex-end;
    z-index: 2;
}

.content-gallery {
    width: 100%;
    margin: 50px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.content-gallery > div {
    position: relative;
    width: calc((100% - 60px) / 4);
    height: 250px;
    right: -100%;
    transition: all .3s ease;
    opacity: 0;
    flex: none;
    cursor: pointer;
    margin-bottom: 20px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
}

.content-gallery > div:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
}

.content-gallery > div:before {
    content: 'VER';
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    opacity: 0;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.content-gallery> div:hover:before {
    opacity: 1;
}

.content-gallery> div> img {
    width: 100%;
    height: calc(100% - 30px);
    object-fit: cover;
}
.content-gallery > div> aside {
    background-color: #fff;
    width: 100%;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.content-video {
    width: 100%;
    margin: 50px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.content-video > div {
    position: relative;
    width: calc((100% - 60px) / 4);
    height: 250px;
    right: -100%;
    transition: all .3s ease;
    opacity: 0;
    flex: none;
    cursor: pointer;
    margin-bottom: 20px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
}

.content-video > div:hover {
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
}
.content-video> div> video {
    width: 100%;
    height: calc(100% - 30px);
    object-fit: cover;
}
.content-video > div> aside {
    background-color: #fff;
    width: 100%;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:1600px) {
    .content-gallery > div {
        height: 160px;
    }
    .content-gallery > div> aside {
        font-size: 12px;
    }
    .content-video > div {
        height: 160px;
    }
    .content-video > div> aside {
        font-size: 12px;
    }
}
@media screen and (max-width:800px) {
    .caja-seccion-row {
        display: flex;
        flex-flow: row wrap;
    }
    .img-hojas {
        width: auto;
        height: 50%;
        left: 50%;
        transform: translateX(-50%);
        object-fit: cover;
    }
    .content-gallery {
        margin: 0px 0 50px;
    }
    .content-gallery > div {
        height: 140px;
        width: calc((100% - 10px) / 2);
        margin-bottom: 10px;
        border: 5px solid #fff;
    }
    .content-gallery > div> aside {
        font-size: 11px;
    }
    .content-gallery > div:hover {
        transform: scale(1);
        -webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
    }

    .content-gallery > div:before {
        content: '';
        display: none;
    }

    .content-gallery> div:hover:before {
        opacity: 0;
    }
    .content-video {
        margin: 0px 0 50px;
    }
    .content-video > div {
        height: 200px;
        width: 100%;
        margin-bottom: 10px;
        border: 5px solid #fff;
    }
    .content-video > div> aside {
        font-size: 11px;
    }
    .content-video > div:hover {
        -webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
    }
}


.content-images {
    width: 100%;
    margin: 50px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.content-images> div {
    position: relative;
    width: calc((100% - 60px) / 4);
    height: 220px;
    transition: .3s;
    flex: none;
    cursor: pointer;
    margin-bottom: 20px;
    transition: .3s;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width:1600px) {
    .content-images> div {
        height: 140px;
    }
}


.content-images> div:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
}

.content-images> div:before {
    content: 'VER';
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    opacity: 0;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.content-images> div:hover:before {
    opacity: 1;
}

.content-images> div> img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-images> div> aside {
    width: 100%;
    height: 20px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-videos {
    width: 100%;
    margin: 50px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.content-videos> div {
    position: relative;
    width: calc((100% - 40px) / 3);
    height: 250px;
    transition: .3s;
    flex: none;
    cursor: pointer;
    margin-bottom: 20px;
    transition: .3s;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6);
}

.content-videos> div> video, .content-videos> div> video > source {
    border: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-videos> div> video:active, .content-videos> div> video > source:active {
    border: none;
    border-radius: 0;
}

@media screen and (max-width:1600px) {
    .content-videos> div {
        height: 160px;
    }
}
@media screen and (max-width:800px) {
    #head-menu{
        padding: 0px;
        padding-left: 10px;
        /*background-color: #333;*/
        width: 100%;
        height: 5em;
    }
    #head-menu > svg{
        height: 4em;
    }

    .content-images> div {
        width: calc((100% - 10px) / 2);
        height: 120px;
        margin-bottom: 10px;
        border: 5px solid #fff;
    }
    .content-videos> div {
        width: calc((100% - 10px) / 2);
        height: 120px;
        margin-bottom: 10px;
        border: 5px solid #fff;
    }
}
.content-docs {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    margin: 50px 0;
}

.content-docs> aside {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 20px 0;
}

.content-docs> aside> span {
    font-size: 30px;
    margin-right: 20px;
}

.content-docs> aside> p {
    font-size: 20px;
    margin-right: 20px;
    width: 200px;
    text-decoration: none;
    color: #333333;
}

.container-body {
    width: 100%;
    max-width: 1140px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
#separadorIndex{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    padding-top: 4em;
}
.indexBody{
    width: 68%;
    padding-left: 1.5em;
    display: flex;
    flex-flow: column nowrap;
    background-color: #fff;
}
.indexAside{
    width: 32%;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: flex;
    flex-flow: column nowrap;
    background-color: #fff;
}
.container-body-full {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100vh !important;
    display: flex;
    flex-flow: column nowrap;
}
.container-body-full-auto {
    position: relative;
    z-index: 20;
    width: 100%;
    display: flex;
    background-color: #fff;
    flex-flow: column nowrap;
}
/*EVENTO///////////////////////////////////////////*/

#exhibitors{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 40px 0px 80px 0px;
}
#exhibitors > aside{
    width: calc(100% / 3);
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 15px;
}
#exhibitors > aside > img{
    width: 50%;
    padding-bottom: 40px;
}
#exhibitors > aside > h3{
    font-size: 30px;
    font-family: 'Averta-Title';
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
}
#exhibitors > aside > p{
    font-size: 18px;
    margin-bottom: 0px;
    text-align: center;
}
@media screen and (max-width:1366px){
    #exhibitors > aside > h3{
        font-size: 25px;
    }
}
@media screen and (max-width:1000px){
    #exhibitors > aside{
        width: calc(100% / 2);
    }
}
@media screen and (max-width:800px){
    #exhibitors > aside{
        width: 100%;
    }
    #exhibitors > aside > p{
        font-size: 15px;
    }
}
.title-container-event{
    padding: 80px 0px;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
}
.title-container-event > img{
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
}
.body-event{
    padding: 80px 0;
}
.message-event, .pay-event{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    padding: 80px 0px;
}
.message-event > aside{
    width: 70%;
    color: #777;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-left: 40px;
    font-size: 20px;
    text-transform: uppercase;
}
.message-event > span{
    width: 30%;
    font-size: 200px;
    color: #fc0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    border-right: 10px solid #fc0;
}
.pay-event > aside{
    width: 70%;
    color: #232323;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    padding-right: 40px;
    font-size: 20px;
    text-transform: uppercase;
}
.pay-event > aside > ul {
    padding-left: 60px;
}
.pay-event > span{
    width: 30%;
    font-size: 200px;
    color: #232323;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 10px solid #232323;
}
.evento-title-white{
    font-family: 'Averta-Title';
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0px;
    font-size: 50px;
    color: #fff !important;
}
.evento-title{
    font-family: 'Averta-Title';
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0px;
    font-size: 50px;
    color: #232323 !important;
}
#encabezado-evento{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70vh;
    background-color: #fff;
}
#encabezado-evento > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.title-event{
    position: absolute;
    bottom: 40px;
    left: 0px;
    background-color: #fc0;
    padding: 30px 40px 30px 200px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
}
.title-event > p{
    color: #232323;
    margin: 0px !important;
    font-family: "Averta-Title";
    font-size: 3em;
}
.title-event > span{
    color: #232323;
    font-size: 1em;
    padding: 5px 20px;
    margin-bottom: 10px;
    letter-spacing: 4px;
    background-color: #FFEFB4;
}
@media screen and (max-width:800px){

    .indexBody{
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    .indexBody, .indexAside{
        width: 100%;
    }
    .message-event{
        padding: 40px 10px;
    }
    .pay-event{
        padding: 40px 0px;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }
    .message-event > aside{
        width: 75%;
        padding-left: 20px;
        font-size: 12px;
    }
    .message-event > span{
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 60px;
        border-right: 5px solid #fc0;
    }
    .pay-event > aside{
        order:2;
        width: 100%;
        padding-right: 0px;
        font-size: 12px;
    }
    .pay-event > span{
        order:1;
        padding-bottom: 20px;
        margin-bottom: 40px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 100px;
        border-left: none;
        border-bottom: 5px solid #232323;
    }
    .body-event{
        padding: 20px 0px 40px 0px;
    }
    .title-container-event{
        padding: 40px 10px;
    }
    .evento-title{
        font-family: 'Averta-Title';
        padding: 60px 0px;
        font-size: 30px;
    }
    .evento-title-white{
        font-family: 'Averta-Title';
        padding: 60px 0px;
        font-size: 30px;
    }
    .title-event{
        padding: 20px;
    }
    .title-event > p{
        font-family: "Averta-Title";
        font-size: 1.5em;
    }
    #encabezado-evento {
        height: 500px;
        overflow: hidden;
    }
    #encabezado-evento > img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .title-event > span{
        font-size: 0.8em;
        padding: 5px 20px;
    }
}
/*NOTICIAS///////////////////////////////////////////*/
#headWeb{
    width: 100%;
    height: 130px;
    background-color: #232323;
    padding: 20px 1.5em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#headWeb > svg{
    height: 80px;
}
#headWeb > svg .st0{
    fill: #fff;
}
#headTitle{
    width: 100%;
    background-color: #fc0;
    padding: 60px 1.5em;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
}
#headTitle > p{
    color: #232323;
    margin: 0px !important;
    font-family: "Averta-Title";
    font-size: 3em;
}
#headTitle > span{
    color: #232323;
    font-size: 1em;
    padding: 5px 20px;
    margin-bottom: 10px;
    letter-spacing: 4px;
    background-color: #FFEFB4;
}

#newsAside{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
}
.section-noticias{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
}
.section-noticias-aside{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
}
.section-tags{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.section-tags > a{
    padding: 5px !important;
    font-size: 15px !important;
    margin: 0px 5px 5px 0px;
}
.section-noticias > a{
    text-decoration: none !important;
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    color: #333;
    flex-flow: row nowrap;
    margin-bottom: 40px;
    cursor: pointer;
    transition: .3s ease all;
}
.section-noticias-aside > a{
    text-decoration: none !important;
    position: relative;
    width: 100%;
    height: 150px;
    display: flex;
    color: #333;
    flex-flow: row nowrap;
    margin-bottom: 40px;
    cursor: pointer;
    transition: .3s ease all;
}
.section-noticias > a:hover{
    background-color: #FFF6D3;
}
.section-noticias-aside > a:hover{
    background-color: #FFF6D3;
}
.section-noticias > a > img{
    width: 100%;
    object-fit: cover;
    max-width: 350px;
    min-width: 200px;
    height: 200px;
}
.categoria {
    height: 30px !important;
    width: fit-content;
    padding: 3px 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 3px solid #FFEFB4;
    transition: .3s ease all;
    background: #FFEFB4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #756219;
    font-size: 13px;
    cursor: default;
}
.etiqueta {
    width: fit-content;
    padding: 5px 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: .3s ease all;
    background: #ffcc00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 13px;
    cursor: default;
}
.section-noticias-aside > a > img{
    width: 150px;
    height: 150px;
    max-width: 150px;
    min-width: 150px;
    object-fit: cover;
}
.section-noticias > a > tag{
    position: absolute;
    bottom: 40px;
    left: 0px;
}
.section-noticias-aside > a > tag{
    position: absolute;
    bottom: 40px;
    left: 0px;
}
.section-noticias > a > aside{
    position: relative;
    width: 100%;
    padding: 0px 25px;
    height: 100%;
}
.section-noticias-aside > a > aside{
    position: relative;
    width: 100%;
    padding: 0px 25px;
    height: 100%;
}
.read-post{
    position: absolute;
    color: #756219;
    bottom: 15px;
    right: 15px;
}
.section-noticias-aside > a > aside > h3{
    font-family: "Averta-Title";
    font-size: 1em;
}
.section-noticias > a > aside > h3{
    font-family: "Averta-Title";
    font-size: 1.4em;
    padding-bottom: 10px;
}
.section-noticias-aside > a > aside > p{
    font-size: 12px;
    color: #777;
}
.section-noticias > a > aside > tag{
    display: flex;
    flex-flow: row nowrap;
}
@media screen and (max-width:1400px){
    .section-noticias-aside > a{
        height: 120px;
        margin-bottom: 30px;
    }
    .section-noticias-aside > a > img{
        width: 120px;
        height: 120px;
        max-width: 120px;
        min-width: 120px;
    }
    .section-noticias-aside > a > aside{
        padding: 0px 20px;
    }
    .section-noticias-aside > a > aside > .read-post{
        display: none;
    }
    .section-noticias-aside > a > aside > h3{
        font-size: .8em;
    }
    .categoria {
        height: 25px !important;
        font-size: 12px;
    }
    .section-noticias-aside > a > aside > p{
        font-size: 10px;
    }
}
@media screen and (max-width:800px){
    .read-post{
        display: none;
    }
    .section-noticias > a , .section-noticias-aside > a{
        margin-bottom: 20px;
    }
    .section-noticias > a > aside, .section-noticias-aside > a > aside{
        padding-left: 20px;
        padding-right: 0px;
    }
    .section-noticias > a > aside > h3, .section-noticias-aside > a > aside > h3{
        font-family: "Averta-Title";
        font-size: 1em;
        padding-bottom: 0px;
    }
    .section-noticias > a, .section-noticias-aside > a{
        height: auto;
    }
    .section-noticias > a > aside > p, .section-noticias-aside > a > aside > p{
        display: none;
    }
    .section-noticias > a > img, .section-noticias-aside > a > img{
        width: 150px;
        height: 100px;
        max-width: 200px;
        min-width: 150px;
    }
    .section-noticias > a > tag, .section-noticias-aside > a > tag{
        bottom: 10px;
    }
    .categoria {
        height: 20px !important;
        font-size: 11px;
    }
    .etiqueta {
        width: 100px;
        padding: 3px 5px;
        font-size: 11px;
    }
    #headWeb{
        height: 70px;
        padding: 20px 0px 20px 20px;
    }
    #headWeb > svg{
        height: 50px;
    }
    #headTitle{
        padding: 40px 0px 40px 20px;
    }
    #headTitle > p{
        font-family: "Averta-Title";
        font-size: 1.8em;
    }
    #headTitle > span{
        font-size: .8em;
    }
    #separadorIndex{
        flex-flow: column nowrap;
    }
    #indexBody{
        width: 100%;
    }
    #indexAside{
        width: 100%;
        padding: 50px 40px 50px 40px;
    }
}

/*///////////////////////////////////////////*/
/*----------------------------------------------*/
/*NOTICIA FULL///////////////////////////////////////////*/

.section-post{
    background-color: #fff;
    width: 100%;
    height: auto;
}
.title-container-post{
    display: flex;
    flex-flow: column nowrap;
    padding-bottom: 40px;
}
.title-post{
    font-size: 40px;
    font-family: 'Averta-Title';
    color: #444;
    padding-bottom: 25px;
}
.body-post{
    display: flex;
    flex-flow: column nowrap;
    padding-bottom: 20px;
}
.aside-post{
    display: flex;
    flex-flow: row wrap;
    font-size: 15px;
    padding: 5px 0px;
    color: #777;
}
.autor-modal{
    display: flex;
    flex-flow: row wrap;
    font-size: 15px;
    padding: 5px 0px;
    color: #777;
    border-bottom: 1px solid #e2e2e2;
}
.date-post{
    display: flex;
    flex-flow: row wrap;
    font-size: 15px;
    padding: 5px 0px;
    color: #777;
    border-top: 1px solid #e2e2e2;
    /*border-bottom: 1px solid #e2e2e2;*/
}
.aside-post > span, .autor-modal > span {
    padding-right: 10px;
}
.description-post{
    background-color: #ececec;
    border-left: 4px solid #FFCC00;
    padding: 10px;
    margin-bottom: 30px;
    font-size: 18px;
}
.image-post{
    width: 100%;
    margin-bottom: 30px;
}
.btn-cerrar{
    position: fixed;
    top: 40px;
    right: 0px;
    font-size: 20px;
    background-color: #0099ff;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    padding: 15px 40px 15px 15px;
    transition: .3s ease all;
}
.btn-cerrar:hover{
    background-color: #c63838;
}

/*///////////////////////////////////////////*/
.container-body-full-height-auto {
    position: relative;
    z-index: 20;
    width: 100%;
    height: auto;
    max-height: 100vh;
    display: flex;
    flex-flow: column nowrap;
}
.container-body-half {
    position: relative;
    width: 100%;
    height: 60vh !important;
    display: flex;
    flex-flow: column nowrap;
}

.container-body-full-auto {
    width: 100%;
    display: flex;
    background-color: #efefef;
    flex-flow: column nowrap;
    transition: all .3s ease;
}
.container-info-right {
    justify-content: flex-end;
}
.container-info, .container-info-right {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 auto;
}
.width-100{
    width: 100% !important;
}
.full-width-web{
    margin: 0 auto;
    width: 100%;
    max-width: 1000px !important;
}
.full-width-section{
    margin: 0 auto;
    width: 100%;
    max-width: 1500px !important;
}
.full-width-web-1400{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px !important;
}
.full-width{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1000px !important;
}
.full-width > video{
    width: 100%;
    max-width: 800px !important;
}
.bg-full-grey{
    background-color: #cccccc !important;
    color: #444 !important;
}
.bg-full-white{
    background-color: #ffffff !important;
    color: #444 !important;
}
.bg-full-black{
    width: 100%;
    background-color: #232323 !important;
    color: #fff !important;
}
.bg-full-black > section > h2, .bg-full-black > section > h3{
    color: #fff !important;
}
.bg-full-black > section > h2{
    margin-top: 40px;
    margin-bottom: 80px;
}
.bg-full-black > section > h3{
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 3em !important;
}
.bg-full-black > section > p{
    text-align: justify;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.3em !important;
    margin: 20px 0 !important;
}
.divisorList{
    width: 100%;
    padding: 20px 0px 20px 40px;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.divisorList > p{
    text-align: justify;
    font-family: 'Montserrat', sans-serif !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 1.3em !important;
}
.listador{
    margin-right: 20px;
    width: 100%;
    height: 100%;
    max-width: 30px;
    min-width: 30px;
    min-height: 30px;
    max-height: 30px;
    background-color: #fff;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.enumerador{
    margin-right: 20px;
    width: 100%;
    height: 100%;
    max-width: 40px;
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    font-size: 20px;
    border-radius: 1000px;
    background-color: #fff;
    color: #232323;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:800px){
    .full-width-web-1400{
        padding: 0px 10px;
    }
    .bg-full-black > section > p{
        text-align: initial;
        font-size: 1em !important;
    }
    .divisorList{
        padding: 20px 0px 20px 10px;
    }
    .divisorList > p{
        text-align: initial;
        font-size: 1em !important;
    }
}
.section-full-form {
    /*overflow-x: hidden;*/
    position: relative;
    transition: all .3s ease;
    width: 100%;
    max-width: 100%;
    padding: 50px 200px 50px 200px;
    color: #333333;
}
.section-full-height-auto {
    /*overflow-x: hidden;*/
    position: relative;
    transition: all .3s ease;
    width: 100%;
    max-width: 100%;
    padding: 50px 200px 50px 200px;
    color: #333333;
}
.section-full {
    overflow: hidden;
    position: relative;
    height: auto;
    min-height: 100vh !important;
    transition: all .3s ease;
    width: 100%;
    max-width: 100%;
    padding: 50px 200px;
    color: #333333;
}
.section-full-height {
    overflow: hidden;
    position: relative;
    height: 100%;
    max-height: 100vh !important;
    min-height: 100vh !important;
    width: 100%;
    max-width: 100%;
    padding: 50px 200px;
    color: #333333;
}
.section-skyblue {
    width: 100%;
    max-width: 50%;
    min-width: 50%;
    padding: 50px;
    height: 100vh !important;
    background-color: #C4BF66;
    color: #fff;
}

.section-img-60 {
    width: 100%;
    height: 100vh !important;
    max-width: 60%;
    background-color: #999999;
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-img-60> div {
    padding: 20px;
    background-color: #fff;
    transform: rotate(-5deg);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.6);
}

.recursosGYC {
    width: 100%;
    margin: 70px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.recursosGYC > article{
    width: 48%;
    display: flex;
    flex-flow: column nowrap;
}
.recursosGYC > article > img{
    width: 100%;
    object-fit: cover;
}
.recursosGYC > article > h3{
    width: 100%;
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 2em !important;
    text-align: center;
}
.recursosGYC > article > p{
    text-align: justify;
    font-family: 'Montserrat', sans-serif !important;
    padding: 20px 0px !important;
    margin: 0px !important;
    font-size: 1.2em !important;
}
.recursosGYC > article > a{
    font-family: 'Montserrat', sans-serif !important;
    padding-bottom: 5px !important;
    margin: 0px !important;
    font-size: 1.1em !important;
}
.image-width {
    width: 80%;
}

.image-height {
    height: 80vh;
}

.image-width> img {
    width: 100%;
}

.image-height> img {
    height: 100%;
}

.section-white-40 {
    position: relative;
    overflow-y: auto;
    height: auto;
    min-height: 100vh !important;
    width: 100%;
    max-width: 40%;
    padding: 50px;
    background-color: #fff;
    color: #707070;
}

.section-white {
    width: 100%;
    height: 100vh !important;
    max-width: 50%;
    padding: 50px;
    background-color: #fff;
    color: #707070;
}
.section-white-45 {
    width: 100%;
    height: 100% !important;
    max-width: 45%;
    padding: 50px;
    background-color: #fff;
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-skyblue> p,
.section-white-40> p,
.section-white-45> p,
.section-white> p {
    font-size: 1.2em;
}

.section-skyblue> div,
.section-white-40> div,
.section-white-45> div,
.section-white> div {
    width: 100%;
    padding-top: 40px;
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
}

.section-skyblue> div> img,
.section-white-40> div> img,
.section-white-45> div> img,
.section-white> div> img {
    width: 15em;
}

@media screen and (max-width: 1750px) {
    .section-full-form {
        padding: 50px 50px;
    }
}
@media screen and (max-width: 1600px) {
    .section-skyblue> p,
    .section-white-40> p,
    .section-white-45> p,
    .section-white> p {
        font-size: 0.8em;
    }
    .section-skyblue> div,
    .section-white-40> div,
    .section-white-45> div,
    .section-white> div {
        padding-top: 20px;
    }
    .section-skyblue> div> img,
    .section-white-40> div> img,
    .section-white-45> div> img,
    .section-white> div> img {
        width: 15em;
    }
    .section-full, .section-full-height-auto {
        padding: 50px 110px;
    }
    
}


.container-info-right> .image-50,
.container-info> .image-50 {
    width: 50%;
    height: 100%;
}
.container-info-right> .image-55,
.container-info> .image-55 {
    transition: all .5s ease;
    width: 35%;
    height: 100%;
}

.container-info-right> div> img ,
.container-info> div> img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-bg-color {
    /*    background-image: url(../../img/website/cerro.jpg);
        background-position: center;
        background-size: cover;*/
    background-color: #707070;
    overflow: hidden;
    user-select: none;
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    height: 100vh;
}

.img-bg-color> img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*.img-bg-color > video{

    min-width: 100%;

    max-width: 100%;

    height: 100%;

}*/

.parent-element-to-video {
    position: relative;
    /* or absolute or fixed */
}

.img-bg-color> video {
    position: absolute;
    left: 50%;
    /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%);
    /* % of current element */
}

.text-about{
    opacity: 0;
    position: absolute;
    z-index: 2;
    transition: all 1s ease;
    top: 0;
    left: 150px;
    max-width: 700px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.img-bg {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    height: 100vh;
}

.img-bg> img {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    object-fit: cover;
}
.image-bg-logotipo{
    opacity: 0;
    position: absolute;
    z-index: 2;
    transition: all 1s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-bg-logotipo > div{
    display: flex;
    align-items: center;
    height: 150px;
    color: #fff;
    padding-right: 30px;
    margin-right: 30px;
    overflow: hidden;
    border-right: 5px solid #fff;
}
.image-bg-logotipo > div > span{
    font-size: 45px;
    transition: all .8s ease;
    position: relative;
    right: calc(-100% - 30px);
}
.image-bg-logotipo > img{
    height: 150px;
}
.img-bg-btween {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    height: 50vh;
}

.img-bg-btween> img {
    width: 50%;
    height: 100%;
    filter: grayscale(100%);
    object-fit: cover;
}

.title-container {
    margin: 20px 0px;
}
.title-container > p {
    padding-left: 20px;
    color: #333;
    border-left: 5px solid #333;
    font-size: 40px;
}
.title-container-aside {
    margin: 20px 0px;
}
.title-container-aside > p {
    padding-left: 20px;
    color: #333;
    border-left: 5px solid #333;
    font-size: 25px;
}
.title-upper {
    text-transform: uppercase;
}


@media screen and (max-width: 800px) {
    #scrollDown-right{
        display: none;
    }
    .section-img-60 {
        height: 65vh !important;
        max-width: 100%;
    }
    .section-img-60> div {
        padding: 10px;
    }

    .section-white-40 {
        position: relative;
        overflow-y: auto;
        height: auto;
        min-height: inherit !important;
        width: 100%;
        max-width: 100%;
        padding: 50px 20px;
        background-color: #fff;
        color: #707070;
    }

    .text-about{
        left: 0px;
        max-width: 700px;
        width: 100%;
        height: 100%;
        font-size: 18px;
        padding: 0px 20px;
    }

    .container-body-full{
        height: auto !important;
    }
    .container-body-half {
        height: auto !important;
    }
    .container-info, .container-info-right {
        flex-flow: column nowrap;
        height: auto !important;
    }
    .section-skyblue {
        max-width: 100%;
        min-width: 100%;
        padding: 50px 20px;
        height: auto !important;
    }
    .section-full, .section-full-height-auto {
        padding: 50px 20px;
    }
    .section-white-45{
        max-width: 100%;
        min-width: 100%;
        padding: 50px 20px;
        height: auto !important;
        order: 1;
    }
    .container-info-right> .image-50,
    .container-info> .image-50 {
        width: 100%;
        height: auto !important;
    }
    .container-info-right> .image-55,
    .container-info> .image-55 {
        transition: all .5s ease;
        width: 100%;
        order: 2;
        height: auto !important;
    }
    .image-bg-logotipo > div{
        height: 80px;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 3px solid #fff;
    }
    .image-bg-logotipo > div > span{
        font-size: 22px;
        right: calc(-100% - 20px);
    }
    .image-bg-logotipo > img{
        height: 80px;
    }
    .image-height {
        height: 50vh;
    }
}

.category-video, .category-imagen{
    height: 100vh;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}

.category-video> video, .category-imagen> img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    transition: all .4s ease-out;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    object-fit: cover;
}


/*---Titulo Categoria----------------------------------------------*/

.title-category {
    text-transform: uppercase;
    opacity: 0;
    font-size: 30px;
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
}

.title-category-big {
    text-transform: uppercase;
    opacity: 0;
    font-size: 60px;
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
}

.container-category-left {
    box-sizing: border-box;
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 40%;
    display: flex;
    flex-flow: column nowrap;
    padding: 40px;
}

.container-category-right {
    box-sizing: border-box;
    opacity: 0;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 50px;
    width: 35vw;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.7);
}
.container-category-right-down {
    box-sizing: border-box;
    opacity: 0;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 40vw;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.7);
}

.container-category-left> aside {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    padding-right: 30px;
    border-right: 15px solid #fff;
}

.container-category-left> article {
    display: flex;
    opacity: 0;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    flex: 1 1 auto;
}

.container-category-right> aside, .container-category-right-down> aside {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    padding-left: 30px;
    border-left: 15px solid #fff;
}

.container-title-left{
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    background-color: #096c85;
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.container-title-left > aside{
    position: relative;
    width: 100%;
    padding: 20px 30px 20px 200px;
}
.container-title-left > aside > p{
    position: relative;
    z-index: 10;
    width: 100%;
    color: #fff;
    font-size: 40px;
}
.container-title-left > img{
    position: absolute;
    object-fit: cover;
    right: 0px;
    bottom: 0px;
    width: 100%;
}
.container-title-right{
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.container-title-right > aside{
    color: #fff;
    font-size: 40px;
    padding: 20px 200px 20px 30px;
}

/*@media screen and (max-width:1600px) {
    .wi
}*/

@media screen and (max-width:1600px) {
    .title-category {
        font-size: 20px;
    }
    .title-category-big {
        font-size: 40px;
    }
    .container-category-right-down{
        width: 50%;
    }
    .container-category-left {
        padding: 30px;
    }
    .container-category-right {
        padding: 30px;
    }
    .container-title-left > aside{
        padding: 20px 30px 20px 110px;
    }
    .container-title-right > aside, .container-category-right-down> aside {
        padding: 20px 110px 20px 30px;
    }
}
@media screen and (max-width:800px) {
    .title-category {
        font-size: 14px;
    }
    .title-category-big {
        font-size: 20px;
    }
    .container-category-left {
        padding: 20px;
        top: 100px;
        width: 60%;
    }
    .container-category-right, .container-category-right-down {
        padding: 20px;
        bottom: initial;
        top: 80px;
        width: 60%;
    }
    .container-category-left> aside {
        padding-left: 10px;
        border-left: 5px solid #fff;
    }

    .container-category-right> aside, .container-category-right-down > aside {
        padding-left: 10px;
        border-left: 5px solid #fff;
    }
    .container-title-left{
        align-items: flex-end;
        height: 180px;
    }
    .container-title-right{
        align-items: flex-end;
        height: 180px;
    }
    .container-title-left > aside{
        font-size: 26px;
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    .container-title-right > aside{
        font-size: 22px;
        width: 100%;
        padding: 20px;
        text-align: center;
    }
}


/*---Fin Titulo Categoria----------------------------------------------*/

.container-sections {
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: 50px;
    display: flex;
    background-color: rgba(0, 0, 0, .7);
    justify-content: space-between;
    flex-flow: row wrap;
    width: 40%;
    height: 50vh;
    z-index: 5;
}

.container-sections-column {
    background-color: rgba(0, 0, 0, .7);
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: column wrap;
    width: 50%;
    height: 100vh;
    z-index: 5;
}

.container-sections> a {
    position: relative;
    text-decoration: none;
    color: #fff;
    width: calc(100% / 3);
    transition: .3s;
    cursor: pointer;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.container-sections-column> a {
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    text-decoration: none;
    color: #fff;
    flex: 1 1 auto;
    transition: .3s;
    cursor: pointer;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.container-sections> a:hover,
.container-sections-column> a:hover {
    background-color: rgba(0, 0, 0, 0);
}

.container-sections> a:hover> div,
.container-sections-column> a:hover> div {
    opacity: 0;
}

.container-sections> a:hover> img,
.container-sections-column> a:hover> img {
    opacity: 1;
}

.container-sections> a:hover> span,
.container-sections-column> a:hover> span {
    opacity: 0;
}

.container-sections> a:last-child,
.container-sections-column> a:last-child {
    flex: 1 1 auto;
}

.container-sections> a> div,
.container-sections-column> a> div {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
}

.container-sections> a> span,
.container-sections-column> a> span {
    margin-bottom: 20px;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}

.container-sections> a> img,
.container-sections-column> a> img {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: .3s;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:1600px) {
    .container-sections> a> div,
    .container-sections-column> a> div {
        font-size: 15px;
    }
    .container-sections> a> span,
    .container-sections-column> a> span {
        font-size: 35px;
    }
}


/*---Footer----------------------------------------------*/


/*---Footer----------------------------------------------*/


/*---Footer----------------------------------------------*/

#footer {
    z-index: 30;
    overflow: hidden;
    padding-right: 150px;
    background-color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
}

#cajonFooter {
    box-sizing: border-box;
    overflow: hidden;
    font-family: "Palo-Alto";
    font-size: 15px;
    background-color: #333;
    color: #ffffff;
    width: 75%;
    min-width: 10px;
    width: 100%;
    padding-top: 150px;
    padding-left: 200px;
    padding-right: 200px;
    display: flex;
    padding-bottom: 100px;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row wrap;
}

#cajonFooter> #contacto {
    flex: 1 1 50%;
    align-self: flex-start;
    padding-bottom: 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#copyright {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-self: center;
    font-size: 14px;
    padding: 20px 0;
    background-color: #0b0b0b;
}

#copyright> aside {
    width: 65%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

#copyright> aside> p {
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #777777;
}

#copyright> aside> p> a {
    color: #777777;
    text-decoration: none;
    color: #ffffff;
    padding-right: 8px;
    display: flex;
    align-items: center;
}

#copyright> aside> p> a> span {
    font-size: 45px;
}

#copyright> aside> p> a:hover {
    color: #00ddbd;
}

#copyright> aside> p> a:hover span {
    color: #00ddbd;
}

#datos {
    text-align: end;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    flex: 1 1 40%;
    max-width:40%;
    margin-bottom: 20px;
}
.presentan-first{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    max-width:60%;
    margin-bottom: 20px;
}
.presentan{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    flex: 1 1 60%;
    max-width:60%;
    margin-bottom: 20px;
}
.colaboran{
    display: flex;
    flex: 1 1 100%;
    max-width:100%;
    flex-flow: column nowrap;
}
.cajaDatos {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    width: 100%;
    padding: 20px 0px;
}


.cajaDatos p b {
    color: #ffffff;
}

.cajaDatos p span {
    color: #ffffff;
}
.cajaDatos p a {
    text-decoration: none;
    color: #999999;
}

.cajaDatos p a:hover {
    color: #C4BF66;
}

.cajaDatos p a:hover span {
    color: #C4BF66;
}
.cajaPresentan{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    padding: 20px 0px;
}

.cajaPresentan > div{
    padding: 10px 20px;
}
.cajaPresentan > div:first-child{
    padding: 10px 20px 20px 0px;
}
.cajaColaboran{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    padding: 20px 0px;
}
.cajaColaboran > div{
    padding: 10px 20px;
}
.cajaColaboran > div:first-child{
    padding: 10px 20px 10px 0px;
}
#logo-footer {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-top: 20px;
    align-self: flex-end;
}

#logo-footer> img {
    width: 200px;
    max-width: 200px;
    padding: 10px 0;
}

#logo-footer> img:last-child {
    width: 100%;
}
.titulosCuerpo {
    font-size: 20px;
}
/* ? ----- REDES SOCIALES ----- */
.redes-sociales{
    margin-top: 30px;
}
.redes-sociales .btn-red-social {
    padding: 10px 0;
    display: inline-block;
    min-width: 60px;
    background: #fc0;
    color: #333;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
    transition: .3s ease all;
    text-decoration: none;
}

.redes-sociales .btn-red-social:hover {
    background: #333;
    color: #fc0;
}/* ? ----- FIN REDES SOCIALES ----- */

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

    .cajaPresentan > div > img{
        width: 250px;
    }

}

@media screen and (max-width:800px) {
    #footer {
        padding: 50px 0 0 0;
    }
    #cajonFooter {
        width: 100%;
        padding: 50px 0px;
        flex-flow: column nowrap;
        align-items: center;
    }
    .presentan{
        text-align: center;
        order: 0;
        flex: 1 1 100%;
        width: 100%;
        padding: 0px 20px;
        max-width:100%;
    }

    .colaboran{
        text-align: center;
        order: 1;
        flex: 1 1 100%;
        flex-flow: column nowrap;
        justify-content: flex-start;
        margin-bottom: 20px;
        max-width:60%;
    }
    #datos {
        text-align: center;
        order: 2;
        width: 100%;
        flex: 1 1 100%;
        max-width:80%;
        align-items: center;
        padding-bottom: 100px;
    }
    #datos p {
        font-size: 15px;
        text-align: center;
    }
    #logo-footer {
        align-self: center;
    }
    #logo-footer img {
        width: 100%;
        max-width: 300px;
    }

    #copyright {
        height: auto;
    }
    #copyright> aside {
        padding: 0 40px;
        width: 100%;
        flex-flow: column nowrap;
        align-items: center;
    }
    #copyright> aside> p {
        font-size: 15px;
        text-align: center;
        flex-flow: column nowrap;
        align-items: center;
        margin-bottom: 20px;
    }
    #copyright> aside> p> a> span {
        font-size: 30px;
    }

    .cajaDatos {
        align-items: center;
    }

    .cajaPresentan{
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        width: 100%;
        padding: 20px 0px;
    }
    .cajaPresentan > div{
        padding: 10px 0px;
    }
    .cajaPresentan > div:first-child{
        padding: 10px 0px 20px 0px;
        border-right: none;
    }
    .cajaPresentan > div > img{
        width: 100%;
    }

    .cajaColaboran{
        flex-flow: column nowrap;
        align-items: center;
    }
    .cajaColaboran > div{
        padding: 10px 0px;
    }
    .cajaColaboran > div > img{
        width: 100%;
    }
    .titulosCuerpo {
        font-size: 18px;
    }
}

/*share row buttons*/
.share-buttons-row{
    height: 40px;

    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}

.share-buttons-row > div {
    width: 40px;
    height: 40px;
    cursor: pointer;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    text-align: center;
    float: left;
    margin-right: .3em;
    padding: 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.share-buttons-row{
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    align-items: center;
    height: 50px;
}
.share-buttons-row > div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0px;
}

.share-fb{
    color: #FFCC00;
}
.share-fb:hover > i{
    color: #4267B2;
}

.share-twitter{
    color: #FFCC00;
}
.share-twitter:hover > i{
    color: #1DA1F2;
}

.share-whatsapp{
    color: #FFCC00;
    padding: 10px;
    margin: 0px;
    text-decoration: none !important;
}
.share-whatsapp:hover{
    color: #25D366;
}

.share-google-plus{
    background-color: #eb4026;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjQ3MSAyYzAgMC02LjI4IDAtOC4zNzMgMC0zLjc1NCAwLTcuMjg3IDIuODQ0LTcuMjg3IDYuMTM4IDAgMy4zNjYgMi41NTkgNi4wODMgNi4zNzggNi4wODMgMC4yNjYgMCAwLjUyNC0wLjAwNSAwLjc3Ni0wLjAyNC0wLjI0OCAwLjQ3NS0wLjQyNSAxLjAwOS0wLjQyNSAxLjU2NCAwIDAuOTM2IDAuNTAzIDEuNjk0IDEuMTQgMi4zMTMtMC40ODEgMC0wLjk0NSAwLjAxNC0xLjQ1MiAwLjAxNC00LjY0OS0wLTguMjI4IDIuOTYxLTguMjI4IDYuMDMyIDAgMy4wMjQgMy45MjMgNC45MTYgOC41NzMgNC45MTYgNS4zMDEgMCA4LjIyOC0zLjAwOCA4LjIyOC02LjAzMiAwLTIuNDI1LTAuNzE1LTMuODc3LTIuOTI4LTUuNDQyLTAuNzU3LTAuNTM2LTIuMjA0LTEuODM5LTIuMjA0LTIuNjA0IDAtMC44OTcgMC4yNTYtMS4zNCAxLjYwNy0yLjM5NSAxLjM4NS0xLjA4MiAyLjM2NS0yLjYwMyAyLjM2NS00LjM3MiAwLTIuMTA2LTAuOTM4LTQuMTU5LTIuNjk5LTQuODM3aDIuNjU1bDEuODc0LTEuMzU1ek0xNC41NDYgMjIuNDgzYzAuMDY2IDAuMjggMC4xMDMgMC41NjkgMC4xMDMgMC44NjMgMCAyLjQ0NC0xLjU3NSA0LjM1My02LjA5MyA0LjM1My0zLjIxNCAwLTUuNTM1LTIuMDM1LTUuNTM1LTQuNDc4IDAtMi4zOTUgMi44NzktNC4zODkgNi4wOTMtNC4zNTQgMC43NSAwLjAwOCAxLjQ0OSAwLjEyOSAyLjA4MyAwLjMzNCAxLjc0NSAxLjIxMyAyLjk5NiAxLjg5OSAzLjM0OSAzLjI4MXpNOS40MDEgMTMuMzY4Yy0yLjE1Ny0wLjA2NS00LjIwNy0yLjQxMy00LjU4LTUuMjQ2czEuMDc0LTUuMDAxIDMuMjMxLTQuOTM3YzIuMTU3IDAuMDY1IDQuMjA3IDIuMzM4IDQuNTggNS4xNzFzLTEuMDc1IDUuMDc3LTMuMjMxIDUuMDEyek0yNiA4di02aC0ydjZoLTZ2Mmg2djZoMnYtNmg2di0yeiI+PC9wYXRoPjwvc3ZnPg==);
}

.share-linkedin{
    background-color: #0074a1;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI2LjYyNSAwaC0yMS4yNWMtMi45NTYgMC01LjM3NSAyLjQxOS01LjM3NSA1LjM3NXYyMS4yNWMwIDIuOTU2IDIuNDE5IDUuMzc1IDUuMzc1IDUuMzc1aDIxLjI1YzIuOTU2IDAgNS4zNzUtMi40MTkgNS4zNzUtNS4zNzV2LTIxLjI1YzAtMi45NTYtMi40MTktNS4zNzUtNS4zNzUtNS4zNzV6TTEyIDI2aC00di0xNGg0djE0ek0xMCAxMGMtMS4xMDUgMC0yLTAuODk1LTItMnMwLjg5NS0yIDItMiAyIDAuODk1IDIgMi0wLjg5NSAyLTIgMnpNMjYgMjZoLTR2LThjMC0xLjEwNS0wLjg5NS0yLTItMnMtMiAwLjg5NS0yIDJ2OGgtNHYtMTRoNHYyLjQ4M2MwLjgyNS0xLjEzMyAyLjA4Ni0yLjQ4MyAzLjUtMi40ODMgMi40ODUgMCA0LjUgMi4yMzkgNC41IDV2OXoiPjwvcGF0aD48L3N2Zz4=);
}

.share-pinterest{
    background-color: #ca212a;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE2IDBjLTguODM3IDAtMTYgNy4xNjMtMTYgMTYgMCA2Ljc3OCA0LjIxNyAxMi41NjggMTAuMTY5IDE0Ljg5OS0wLjE0LTEuMjY2LTAuMjY2LTMuMjA4IDAuMDU1LTQuNTkgMC4yOTEtMS4yNDkgMS44NzYtNy45NTMgMS44NzYtNy45NTNzLTAuNDc5LTAuOTU4LTAuNDc5LTIuMzc1YzAtMi4yMjUgMS4yOS0zLjg4NiAyLjg5NS0zLjg4NiAxLjM2NSAwIDIuMDI0IDEuMDI1IDIuMDI0IDIuMjU0IDAgMS4zNzMtMC44NzQgMy40MjUtMS4zMjUgNS4zMjctMC4zNzcgMS41OTMgMC43OTkgMi44OTIgMi4zNjkgMi44OTIgMi44NDQgMCA1LjAzMC0yLjk5OSA1LjAzMC03LjMyNyAwLTMuODMxLTIuNzUzLTYuNTA5LTYuNjgzLTYuNTA5LTQuNTUyIDAtNy4yMjUgMy40MTUtNy4yMjUgNi45NDMgMCAxLjM3NSAwLjUzIDIuODUgMS4xOTEgMy42NTEgMC4xMzEgMC4xNTggMC4xNSAwLjI5NyAwLjExMSAwLjQ1OS0wLjEyMSAwLjUwNi0wLjM5MSAxLjU5My0wLjQ0NCAxLjgxNS0wLjA3MCAwLjI5My0wLjIzMiAwLjM1NS0wLjUzNSAwLjIxNC0xLjk5OC0wLjkzLTMuMjQ4LTMuODUyLTMuMjQ4LTYuMTk4IDAtNS4wNDcgMy42NjctOS42ODIgMTAuNTcyLTkuNjgyIDUuNTUgMCA5Ljg2NCAzLjk1NSA5Ljg2NCA5LjI0MSAwIDUuNTE0LTMuNDc3IDkuOTUyLTguMzAyIDkuOTUyLTEuNjIxIDAtMy4xNDUtMC44NDItMy42NjctMS44MzcgMCAwLTAuODAyIDMuMDU1LTAuOTk3IDMuODAzLTAuMzYxIDEuMzktMS4zMzcgMy4xMzItMS45ODkgNC4xOTUgMS40OTcgMC40NjMgMy4wODggMC43MTMgNC43MzggMC43MTMgOC44MzYtMCAxNi03LjE2MyAxNi0xNnMtNy4xNjMtMTYtMTYtMTZ6Ij48L3BhdGg+PC9zdmc+);
}

.share-tumblr{
    background-color: #36465d;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI2LjY2OCAwaC0yMS4zMzRjLTIuOTM0IDAtNS4zMzQgMi40LTUuMzM0IDUuMzM0djIxLjMzMmMwIDIuOTM2IDIuNCA1LjMzNCA1LjMzNCA1LjMzNGgyMS4zMzRjMi45MzMgMCA1LjMzMi0yLjM5OCA1LjMzMi01LjMzNHYtMjEuMzMyYy0wLTIuOTMzLTIuMzk5LTUuMzM0LTUuMzMyLTUuMzM0ek0yMi44NjYgMjUuNzcxYy0wLjk0MiAwLjQ0My0xLjc5OCAwLjc1Ni0yLjU2MyAwLjkzNi0wLjc2NSAwLjE3OC0xLjU5MyAwLjI2Ny0yLjQ4MSAwLjI2Ny0xLjAxMCAwLTEuNjA1LTAuMTI3LTIuMzgxLTAuMzgxLTAuNzc1LTAuMjU2LTEuNDM4LTAuNjIxLTEuOTg0LTEuMDkwLTAuNTQ5LTAuNDczLTAuOTI4LTAuOTc1LTEuMTQtMS41MDZzLTAuMzE3LTEuMzAzLTAuMzE3LTIuMzEzdi03Ljc0NGgtM3YtMy4xMjdjMC44NjctMC4yODEgMS44NzMtMC42ODUgMi40OS0xLjIxMSAwLjYyLTAuNTI3IDEuMTE2LTEuMTU4IDEuNDktMS44OTYgMC4zNzUtMC43MzYgMC42MzMtMS42NzYgMC43NzQtMi44MTVoMy4xNDF2NS4xMDhoNS4xMDV2My45NDFoLTUuMTA2djUuNjYyYzAgMS4yODEtMC4wMTcgMi4wMjAgMC4xMTkgMi4zODMgMC4xMzUgMC4zNjEgMC40NzMgMC43MzYgMC44NDEgMC45NTMgMC40ODkgMC4yOTMgMS4wNDcgMC40MzkgMS42NzYgMC40MzkgMS4xMTggMCAyLjIzMS0wLjM2MyAzLjMzNi0xLjA5MHYzLjQ4MnoiPjwvcGF0aD48L3N2Zz4=);
}


.btn-special {
    text-transform: uppercase;
    color: #FFCC00;
    border: none;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
}
.btn-special span::before{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0px 0px 30px #fc0;
}


.btn-special span:hover::before, .btn-special span:focus::before {
    opacity: 1;
}

.btn-special span::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #ffcc00;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

.btn-special span:hover::after, .btn-special span:focus::after {
    animation: none;
    display: none;
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%;
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
}
.c-scrollbar:hover {
    transform: scaleX(1.45);
}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1;
}
[data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1);
}
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
    transform: scaleY(1.3);
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    right: auto;
    bottom: 0;
}