@font-face {
    font-family: Brandon_bld_it;
    src: url(../css/Fonts/Brandon_bld_it.otf) format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Brandon_bld;
    src: url(../css/Fonts/Brandon_bld.otf) format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Brandon_blk;
    src: url(../css/Fonts/Brandon_blk.otf) format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Brandon_blk_it;
    src: url(../css/Fonts/Brandon_blk_it.otf) format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Brandon_med;
    src: url(../css/Fonts/Brandon_med.otf) format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Brandon_med_it;
    src: url(../css/Fonts/Brandon_med_it.otf) format('opentype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: Brandon_reg;
    src: url(../css/Fonts/Brandon_reg.otf) format('opentype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: Brandon_reg_it;
    src: url(../css/Fonts/Brandon_reg_it.otf) format('opentype');
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: CondensedBlack;
    src: url(../css/Fonts/PPFormula-CondensedBlack.otf) format('opentype');
    font-weight: bold;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --clr1: #ea516d;
    --clr2: #7b70b0;
    --clr3: #21a6ad;
    --clr4: #666666;
}

/* Preload*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, var(--clr1) 0%, var(--clr2) 50%, var(--clr3) 100%);
    opacity: 1;
    transition: opacity 0.5s ease;
    z-index: 9999;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader::before {
    content: "";
    border: 2px solid #ffffdc;
    animation: girar 2s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 215px;
    border-top: 0;
    border-bottom: 0;
    border-radius: 50%;
}

.preloader::after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/Logo\ expo.png");
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center center;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    transform-origin: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes girar {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader.fadeOut {
    opacity: 0;
}

body {
    font-size: 0.7em;
}

/* header */

.header {
    width: 100%;
}

.header-cont {
    max-width: 100%;
    background-image: linear-gradient(to right, var(--clr1) 0%, var(--clr2) 50%, var(--clr3) 100%);
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 10px;
}

.header .logo-expo {
    max-width: 65%;
    /* width: 535px; */
}

.header .logo-comision {
    max-width: 25%;
    /* width: 160px; */
}

/* Footer*/

.footer {
    width: 100%;
}

.footer-cont {
    min-height: 210px;
    /* background-image: linear-gradient(to right, var(--clr1) 0%, var(--clr2) 50%, var(--clr3) 100%); */
    text-align: center;
    background-color: #fff;
}


.agradecimiento {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Brandon_reg;
    font-size: 1.1em;
    line-height: 1.2;
    padding: 56px 10px 30px 10px;
}

.agradecimiento p {
    margin-bottom: 20px;
}

.agradecimiento a {
    all: unset;
    text-decoration: underline;
    cursor: pointer;

}

.img-logos {
    max-height: 203px;
    padding: 41px 0 41px 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img-logos div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .logo-comision {
    max-width: 80%;
    /* width: 160px; */
}

.footer .logo-cmpr {
    max-width: 27%;
    /* width: 116px; */
}

.footer .logo-giz {
    max-width: 70%;
    /* width: 293px; */
    /* margin-left: 48px; */
}

.TYC {
    font-family: Brandon_reg;
    font-size: 0.9em;
    color: #fff;
    margin: 20px auto;
}

.TYC a:link,
a:visited,
a:active {
    all: unset;
    color: #fff;
}

.TYC a:hover {
    cursor: pointer;
    text-decoration: underline;
}

/* Contenido Sección Home*/

.home-cont {
    width: 100%;
    padding-left: auto;
    padding-right: auto;
}

.home-c1 {
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-c1 .title {
    font-family: CondensedBlack;
    font-size: 2.8em;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}

.home-c1 .text {
    font-size: 1.5em;
    font-family: Brandon_reg;
    line-height: 1.3;
    max-width: 850px;
}

.home-c1 .opcion {
    font-family: Brandon_bld;
    text-align: center;
    font-size: 1.5em;
}

.home-c2 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.opc {
    position: relative;
    text-align: center;
}

.opc img {
    max-width: 100%;
}

.home-c2 p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: CondensedBlack;
    font-size: 2.5em;
    z-index: 200;
}

.pas-color {
    background: var(--clr1);
}

.pres-color {
    background: var(--clr2);
}

.fut-color {
    background: var(--clr3);
}

/* Contenido Sección Preguntas*/

.preg-cont,
.sin-redes-cont,
.medio-cont {
    width: 100%;
    margin-top: -11px;
}
.slider-container {
    width: 100%;
    height: 1551px;
    margin-top: -11px;
}

.preg-c1,
.sin-redes-c1,
.medio-c1,
.slider-c1 {
    margin-top: 10px;
}

.preg-c1 .title,
.sin-redes-c1 .title,
.medio-c1 .title,
.slider-c1 .title {
    font-family: CondensedBlack;
    font-size: 10em;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.preg-c1 .text,
.sin-redes-c1 .text,
.medio-c1 .text,
.slider-c1 .text {
    font-family: Brandon_bld;
    font-size: 4.2em;
    color: #fff;
    margin: 30px 0 20px 0;
    line-height: 1;
    text-align: center;
}

.volver {
    all: unset;
    display: inline-block;
    cursor: pointer;
    font-family: CondensedBlack;
    font-size: 1.2em;
    width: 105px;
    height: 25px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding-top: 4px;
    margin: 10px 10px;
    transition: all 0.5s ease;
}

.volver:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.8);
}

.preg-c2 {
    padding: 25px 20px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.pregunta {
    padding: 0 15px;
    cursor: pointer;
}

.pregunta .num {
    font-family: Brandon_reg;
    font-size: 1em;

}

.pregunta .text {
    font-family: Brandon_bld;
    font-size: 1.35em;
    line-height: 1.667;
}

.pregunta4 {
    margin-bottom: 20px;
}

.preguntas hr {
    margin: 25px 0;
    background: #e0e0e0;
    border: 0;
    height: 1px;
}

/* FORMULARIO */

.formulario {
    display: flex;
    flex-direction: column;
    padding: 10px 50px;
    text-align: center;
}

.formulario p {
    color: #fff;
    font-family: Brandon_bld;
    font-size: 1.1em;
    line-height: 1;
    letter-spacing: 0.05em;
}

.formulario .nombre {
    margin: 10px 0 20px 0;
    padding: 0 5px;
    font-family: Brandon_reg;
}

.formulario .respuesta {
    padding: 2px 5px;
    margin: 20px 0 15px 0;
    min-height: 200px;
    font-family: Brandon_reg;
}

.enviar {
    all: unset;
    cursor: pointer;
    font-family: CondensedBlack;
    font-size: 1.2em;
    width: 115px;
    height: 25px;
    color: #fff;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    padding-top: 4px;
    transition: all 0.5s ease;
}

.enviar:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.8);
}

/* ELEGIR MEDIO */

.elegir-medio {
    text-align: center;
    margin-bottom: 30px;
}

.elegir-medio p {
    font-family: Brandon_bld;
    font-size: 1.15em;
    padding: 20px 80px;
    line-height: 1;
}

.elegir-medio .redes {
    background-color: var(--clr4);
    height: 90px;
    margin: 5px 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
}

.elegir-medio .redes img {
    max-width: 25px;
}

.elegir-medio .redes h3 {
    font-family: CondensedBlack;
    font-size: 2em;
    color: #fff;
}

.elegir-medio .redes h3:hover {
    text-decoration: underline;
}

/* GRACIAS POR PARTICIPAR */

.gracias {
    background-color: rgb(0, 0, 0, 0.8);
    display: none;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 20px 37px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gracias img {
    max-width: 25px;
    position: relative;
    cursor: pointer;
}

.gracias button {
    max-width: fit-content;
    position: relative;
    left: 75vw;
    background-color: transparent;
    border: none;
}

.gracias h1 {
    font-family: CondensedBlack;
    font-size: 4em;
    color: #fff;
    line-height: 1;
}

.gracias p {
    font-family: Brandon_bld;
    font-size: 1.2em;
    color: #fff;
}

/* SLIDER */

.slider-c1 {
    padding: 15% 43px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider-c1 .text {
    margin: 10px 0;
    line-height: 1.2;
}

.slider-resp {
    padding: 85px 100px 130px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slider-qr {
    padding: 105px 100px 130px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slider-resp .persona, .slider-qr .persona {
    text-align: center;
    font-family: Brandon_bld;
    font-size: 4em;
    color: #fff381;
    margin: -175px 0 20px;
    line-height: 1;
}

.slider-resp .text {
    text-align:justify;
    font-family: Brandon_bld;
    font-size: 3em;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.slider-qr > .qr {
    width: 350px;
    height: auto;
}

.content {
    /* display: none; */
}