@charset "UTF-8";

@font-face {
    font-family: Hello-Headline;
    src: url("../fonts/Hello-Headline.otf");
}

@font-face {
    font-family: Asap-MediumFont;
    src: url("../fonts/Asap-Medium.ttf");
}

@font-face {
    font-family: Asap-SemiBold;
    src: url("../fonts/Asap-SemiBold.ttf");
}

@font-face {
    font-family: Asap-Regular;
    src: url("../fonts/Asap-Regular.ttf");
}

img {
    pointer-events: none;
}

/* div {
    border-width: 1px;
    border-color: red;
    border-style: solid
}
 */
.navbar {
    text-transform: uppercase;
    font-family: "Asap-MediumFont";
}

.navbar a {
    transition: transform 0.2s;
    /* Animation */
}

.menuComic a:hover {
    transform: scale(1.2);
}


.menuComic a {
    transition: transform 0.2s;
}



a {
    font-family: "Asap-SemiBold";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    align-items: center;
    color: white;
}

h1 {
    font-family: "Hello-Headline";
    font-size: 40px;
    line-height: 33px;
    text-transform: uppercase;
    color: #192D55;
}

.head {
    font-family: "Hello-Headline";
    font-size: 40px;
    line-height: 110%;
    text-transform: uppercase;
    /* Azul 2 */
    color: #192D55;
}

h1.blanco {
    color: white;
}

h2 {
    font-family: "Hello-Headline";
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #192D55;
}

h2.blanco {
    color: white;
}

h2.rojo {
    color: #D0222A;
}

h2.rosado {
    color: #F970C1;
}

h2.amarillo {
    color: #FF9A15;
}

h2.verde {
    color: #36B23B;
}

h2.celeste {
    color: #01A5FF;
}

h3 {
    font-family: "Hello-Headline";
    font-size: 15px;
    line-height: 110%;
    /* Azul 2 */
    color: #192D55;
}

h3.blanco {
    color: white;
}

h4 {
    font-family: "Asap-SemiBold";
    font-size: 12px;
    line-height: 33px;
    /* Azul 2 */
    color: #192D55;
}

h4.blanco {
    color: white;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

span {
    font-family: "Asap-SemiBold";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    align-items: center;
    color: white;
}

.body-bold {
    font-family: "Asap-SemiBold";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    align-items: center;
    color: #192D55;
}

.body-bold.blanco {
    color: white;
}

.body-big-bold {
    font-family: "Asap-SemiBold";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #192D55;
}

.body-big-bold.blanco {
    color: white;
}

.body-regular {
    font-family: "Asap-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #192D55;
}

.body-regular.blanco {
    color: white;
}

.subtitle2 {
    font-family: "Asap-Regular";
    font-style: italic;
    font-weight: 600;
    font-size: 10px;
    line-height: 8px;
    letter-spacing: -0.01em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #192D55;
}

.subtitle {
    font-family: "Asap-Regular";
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 8px;
    letter-spacing: -0.01em;
    /* text-decoration-line: underline; */
    color: #192D55;
}

#button {
    font-family: Heebo;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    /* or 120% */
    display: flex;
    align-items: center;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    /* Azul 2 */
    color: #192D55;
}

#button-small {
    font-family: OTS-derived-font;
    font-size: 19px;
    line-height: 21px;
    /* or 111% */
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    /* Azul 2 */
    color: #192D55;
}

#button-big {
    font-family: OTS-derived-font;
    font-size: 25px;
    line-height: 28px;
    /* or 112% */
    display: flex;
    align-items: center;
    /* Azul 2 */
    color: #192D55;
}

.navbar-brand {
    transition: all 0.6s;
}

@media screen and (max-width: 770px) {
    .navbar-brand {
        width: 50%;
    }
}

.navbar-brand img {
    width: 80%;
}

.row {
    display: flex;
}

@media screen and (max-width: 770px) {
    .row {
        flex-direction: column-reverse;
    }
}

a.btn:hover {
    transform: scale(1.2);
}

button:hover {
    transform: scale(1.2);
}

.seccion1 {
    /*     margin-top: -80px; */
    text-align: center;
    background-image: url(../img/seccion1/wave-bottom.svg), url(../img/seccion1/background_seccion1.png);
    background-color: #ECF1FB;
    background-repeat: no-repeat;
    background-attachment: local, scroll;
    background-position: center bottom, center top;
    background-size: cover, cover;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
    height: 100vh;
    max-height: 100%;
}

@media screen and (max-width: 1368px) {
    .seccion1 {
        background-image: url(../img/seccion1/wave-bottom-md.svg), url(../img/seccion1/background_seccion1.png);
    }
}

.seccion1 #texto1 {
    margin-top: 30%;
    background-color: #ECF1FB;
    border-radius: 50px;
    padding: 20px 20px 20px;
    /* box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.35); */
    z-index: 1;
}

@media screen and (max-width: 1368px) {
    .seccion1 #texto1 {
        margin-top: 0%;
    }
}

.seccion1 #coquito {
    /*    width: 800px;
    height: 800px;
  margin-top: -100%;
    margin-left: -90%; */
    transform: scale(1.7);
}

@media screen and (max-width: 770px) {
    .seccion1 #coquito {
        transform: scale(0.9);
    }
}

@media screen and (max-width: 1368px) {
    .seccion1 #coquito {
        margin-top: -30%;
        z-index: 2;
    }
}

.seccion1 #coquito2 {
    display: none;
    /*  @media screen and (max-width: 770px) {
      display: flex;
      width: 350px;
      height: 350px;
  } */
}

.seccion1 #logo_interactivo {
    /*  width: 550px;
  height: 550px; */
    max-height: 300px;
    /*         @media screen and (max-width: 770px) {
      width: 300px;
      height: 300px;
      max-height: 200px;
  }

  overflow: visible; */
}

.seccion1 #btnIngresar {
    padding-left: 25%;
    font-family: "Hello-Headline";
    background-color: #D0222A;
    font-size: 28px;
    box-shadow: 4px 4px 0px #AA171E;
    border-radius: 22px;
    color: white;
    padding: 10px 50px;
    z-index: 2;
    position: relative;
    transition: transform 0.2s;
    /* @media screen and (max-width: 770px) {
      font-size: 18px;
      padding-left: 10%;
      padding-right: 10%;
  } */
}

.seccion2 {
    background-color: #ECF1FB;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    background-size: auto;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    display: flex;
    align-items: center top;
    justify-content: center;
    height: 90vh;
    max-height: 100%;
    position: relative;
}

@media screen and (max-width: 1368px) {
    .seccion2 {
        height: 100vh;
    }
}

.seccion2 #denguiv {
    margin-top: -5%;
}

.seccion2 #superior {
    display: table;
    overflow: hidden;
}

.seccion2 #superior #Rosquita {
    width: 300px;
    z-index: 0;
    display: table-cell;
}

@media screen and (max-width: 770px) {
    .seccion2 #superior #Rosquita {
        width: 200px;
    }
}

.seccion2 #inferior {
    display: block;
    position: absolute;
    bottom: 0px;
    max-width: 280px;
}

@media screen and (max-width: 1368px) {
    .seccion2 #inferior {
        display: none;
    }
}

@media screen and (max-width: 770px) {
    .seccion2 #inferior {
        display: block;
    }
}

.seccion2 #inferior #Ray {
    width: 300px;
    z-index: 0;
    /*  display: table-cell; */
}

@media screen and (max-width: 770px) {
    .seccion2 #inferior #Ray {
        width: 200px;
    }
}

.seccion2 #inferior2 {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 65vw;
    max-width: 280px;
}

@media screen and (max-width: 1368px) {
    .seccion2 #inferior2 {
        left: 70vw;
    }
}

@media screen and (max-width: 1368px) {
    .seccion2 #inferior2 {
        display: block;
    }
}

@media screen and (max-width: 770px) {
    .seccion2 #inferior2 {
        display: none;
    }
}

.seccion2 #inferior2 #Ray {
    width: 300px;
    z-index: 0;
    /*  display: table-cell; */
}

@media screen and (max-width: 770px) {
    .seccion2 #inferior2 #Ray {
        width: 200px;
    }
}

.seccion2 #video1 {
    width: 100%;
    height: 300px;
    background-color: #305187;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 770px) {
    .seccion2 #video1 {
        height: 200px;
    }
}

.seccion2 #Ray1 {
    width: 300px;
    z-index: 0;
    margin-top: -5%;
}

@media screen and (max-width: 1368px) {
    .seccion2 #Ray1 {
        width: 200px;
        justify-content: end;
    }
}

.seccion3 {
    text-align: center;
    background-image: url(../img/seccion3/medio_circulo.svg), linear-gradient(180deg, #305187 0%, #192D55 100%);
    background-repeat: no-repeat;
    background-attachment: fixed, scroll;
    background-position: center bottom, center top;
    background-size: auto, cover;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    height: 100vh;
    max-height: 100%;
}

.seccion3 #texto1 {
    margin: auto;
}

.seccion3 #texto2 {
    margin: 0;
}

.seccion3 .card {
    border-radius: 50px;
    transition: transform 0.2s;
    width: 100%;
}

@media screen and (max-width: 1368px) {
    .seccion3 .card {
        width: 80%;
    }
}

@media screen and (max-width: 770px) {
    .seccion3 .card {
        width: 70%;
    }
}

.seccion3 .card .card-img-top {
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.seccion3 .card:hover {
    /*   transform: scale(1.05);
  transition: transform .2s; */
    -webkit-animation: headShake;
    animation: headShake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    /* don't forget to set a duration! */
}

.seccion3 .carousel-nav-icon {
    height: 48px;
    width: 48px;
    color: #171717;
}

.seccion3 a.btn.azul-grande {
    margin: auto;
    font-family: "Hello-Headline";
    background-color: #756BF2;
    font-size: 28px;
    box-shadow: 4px 4px 0px #5B48E0;
    border-radius: 22px;
    color: white;
    padding: 10px 50px;
    z-index: 2;
    position: relative;
    transition: transform 0.2s;
    /* Animation */
}

@media screen and (max-width: 770px) {
    .seccion3 a.btn.azul-grande {
        top: 0%;
        right: 0%;
    }
}

.seccion4 {
    text-align: center;
    background-color: white;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom, center top;
    background-size: auto, cover;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
    display: flex;
    align-items: center top;
    justify-content: center;
    height: 80vh;
    max-height: 100%;
    padding: 30px;
}

@media screen and (max-width: 1368px) {
    .seccion4 {
        height: 100vh;
    }
}

.seccion4 #marcador_gratuito {
    height: 150px;
    max-width: 200px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0% 100%);
    background: linear-gradient(180deg, #FFB422 -30.17%, #F38028 120.31%), #FF9A15;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 100%;
    display: table;
}

.seccion4 #marcador_gratuito h2 {
    display: table;
    color: white;
    text-align: center;
    width: 100%;
}

.seccion4 #marcador_gratuito #top {
    display: table-cell;
    position: relative;
    width: 100%;
    height: 100px;
    vertical-align: middle;
}

.seccion4 #marcador_gratuito #top h2 {
    text-align: center;
}

.seccion4 #pinki {
    width: 25%;
    margin-top: -10%;
    margin-left: 5%;
    z-index: 1;
}

@media screen and (max-width: 770px) {
    .seccion4 #pinki {
        display: none;
    }
}

.seccion4 .card {
    width: 55%;
    background-color: transparent;
    transition: transform 0.2s;
    /* Animation */
    overflow: visible;
    padding-top: 10%;
    padding-bottom: 5%;
    padding-left: 2%;
    padding-right: 2%;
    z-index: 0;
    position: relative;
}

@media screen and (max-width: 770px) {
    .seccion4 .card {
        width: 50%;
    }
}

.seccion4 .card .card-title {
    min-height: 100px;
    margin-top: 10%;
}

.seccion4 .card .card-img-top {
    transform: rotate(-10deg);
    margin-top: 10%;
    box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.35);
}

.seccion4 .card #btnLeer {
    transform: rotate(-10deg);
    opacity: 0;
    margin: auto;
    font-family: "Hello-Headline";
    background-color: #D0222A;
    font-size: 22px;
    box-shadow: 4px 4px 0px #AA171E;
    border-radius: 22px;
    color: white;
    padding: 10px 40px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 25%;
    transition: transform 0.2s;
}

.seccion4 .card:hover {
    transform: scale(1.1);
    transition: transform 0.2s;
}

.seccion4 .card:hover #btnLeer {
    opacity: 1;
    transition: 0.5s;
}

.seccion4 .carousel-nav-icon {
    height: 48px;
    width: 48px;
    color: #171717;
}

.seccion5 {
    text-align: center;
    background-image: url(../img/seccion5/curva_fondo.svg), linear-gradient(34.47deg, #9FBAE2 0.42%, #D7E4FF 42.9%);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top, center top;
    background-size: auto, cover;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
    height: 110vh;
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: center;
}

.seccion5 a.btn.amarillo-med {
    margin: auto;
    font-family: "Hello-Headline";
    background-color: #F38028;
    font-size: 28px;
    box-shadow: 4px 4px 0px #be641f;
    border-radius: 22px;
    color: white;
    padding: 10px 50px;
    z-index: 2;
    position: relative;
    transition: transform 0.2s;
    /* Animation */
}

@media screen and (max-width: 770px) {
    .seccion5 a.btn.amarillo-med {
        top: 0%;
        right: 0%;
    }
}

.seccion6 {
    text-align: center;
    background-image: linear-gradient(180deg, #756BF2 0%, #5B48E0 80.73%);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100vh;
    min-height: 100%;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
    display: flex;
    padding: 30px;
}

@media screen and (max-width: 1368px) {
    .seccion6 {
        height: 120vh;
    }
}

@media screen and (max-width: 992px) {
    .seccion6 {
        height: 100vh;
    }
}

.seccion6 h3,
.seccion6 h2,
.seccion6 p {
    color: white;
}

.seccion6 .card {
    border-radius: 22px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.2s;
    /* Animation */
    overflow: visible;
}

.seccion6 .card .card-title {
    color: #192D55;
    position: absolute;
    bottom: 0em;
}

.seccion6 .card .card-img-top {
    border-radius: 22px;
}

@media screen and (max-width: 1368px) {
    .seccion6 .card {
        width: 80%;
    }
}

@media screen and (max-width: 770px) {
    .seccion6 .card {
        width: 60%;
    }
}

.seccion6 .card:hover {
    transform: scale(1.05);
    transition: transform 0.2s;
}

.seccion6 a.btn {
    margin: auto;
    font-family: "Hello-Headline";
    font-size: 28px;
    border-radius: 22px;
    color: white;
    padding: 10px 50px;
    z-index: 2;
    position: relative;
    transition: transform 0.2s;
    /* Animation */
}

@media screen and (max-width: 1200px) {
    .seccion6 a.btn {
        font-size: 22px;
    }
}

@media screen and (max-width: 990px) {
    .seccion6 a.btn {
        font-size: 15px;
    }
}

@media screen and (max-width: 770px) {
    .seccion6 a.btn {
        top: 0%;
        right: 0%;
    }
}

.seccion6 .celeste-mediano {
    background-color: #66DBFF;
    box-shadow: 6px 6px 0px #01A5FF;
}

.seccion6 .rosado-mediano {
    background-color: #F970C1;
    box-shadow: 6px 6px 0px #FF647E;
}

.seccion6 .verde-mediano {
    background-color: #69CE57;
    box-shadow: 6px 6px 0px #36B23B;
}

.seccion6 .amarillo-mediano {
    background-color: #FF9A15;
    box-shadow: 6px 6px 0px #cc8903;
}

.seccion7 {
    height: 115vh;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    background-image: url(../img/seccion7/curva_fondo.svg), linear-gradient(180deg, #ECF1FB 100%, #ECF1FB 100%);
    background-repeat: no-repeat;
    background-attachment: scroll, scroll;
    background-position: center top, center top;
    background-size: auto, cover;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
}

@media screen and (max-width: 1368px) {
    .seccion7 {
        height: auto;
        padding-top: 15%;
    }
}

.seccion7 #trailer {
    margin-right: 20%;
    width: 100%;
    height: 280px;
    /* celeste fondo */
    background: #192D55;
}

.seccion7 #nav-icon {
    height: 48px;
    width: 48px;
    fill: #192D55;
    float: left;
}

.seccion7 #carrusel_proximos .card {
    width: 60%;
    background-color: transparent;
    transition: transform 0.2s;
    /* Animation */
    overflow: visible;
    padding-top: 10%;
    padding-bottom: 5%;
    padding-left: 2%;
    padding-right: 10%;
}

@media screen and (max-width: 770px) {
    .seccion7 #carrusel_proximos .card {
        width: 70%;
    }
}

.seccion7 #carrusel_proximos .card .card-title {
    min-height: 100px;
    margin-top: 5%;
}

.seccion7 #carrusel_proximos .card .card-img-top {
    transform: rotate(-10deg);
    margin-top: 5%;
    box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.35);
}

.seccion7 #carrusel_digital .card {
    width: 80%;
    background-color: transparent;
    transition: transform 0.2s;
}

@media screen and (max-width: 770px) {
    .seccion7 #carrusel_digital .card {
        width: 70%;
    }
}

.seccion7 #carrusel_digital .card .card-title {
    min-height: 100px;
    margin-top: 5%;
}

.seccion7 #carrusel_digital .card .card-img-top {
    border-radius: 22px;
}

.seccion7 .card:hover {
    transform: scale(1.05);
    transition: transform 0.2s;
}

.seccion7 #btnDonar {
    margin: auto;
    font-family: "Hello-Headline";
    background-color: #756BF2;
    font-size: 28px;
    box-shadow: 4px 4px 0px #5B48E0;
    border-radius: 22px;
    color: white;
    padding: 10px 50px;
    z-index: 2;
    position: relative;
    transition: transform 0.2s;
    /* Animation */
}

@media screen and (max-width: 770px) {
    .seccion7 #btnDonar {
        top: 0%;
        right: 0%;
    }
}

.seccion8 {
    text-align: center;
    background-image: linear-gradient(180deg, #FFB422 -30.17%, #F38028 120.31%);
    box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.35);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    align-items: center;
    justify-content: center;
}

.seccion8 #equipo {
    background-color: white;
    border-radius: 22px;
    box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 770px) {
    .seccion8 #equipo {
        display: none;
    }
}

.seccion8 #equipo-sm {
    display: none;
    background-color: white;
    border-radius: 22px;
    box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 770px) {
    .seccion8 #equipo-sm {
        display: table;
    }
}

.seccion8 .h-divider {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    width: 90%;
    border-top: 2px solid #F38028;
}

.seccion8 #auspiciantes {
    width: 60%;
}

@media screen and (max-width: 770px) {
    .seccion8 #auspiciantes {
        width: 90%;
    }
}

#pie {
    background: linear-gradient(90deg, #02C6B3 11.29%, #66DBFF 92.52%);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#pie #icono_rs {
    width: 28px;
    height: auto;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.disable-select {
    user-select: none;
    /* supported by Chrome and Opera */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
}

#pop_coquito .modal1 {
    background-image: url(../img/seccion3/popups/fondo-coquito.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: none;
}

#pop_coquito .modal1 span {
    color: white;
    font-size: 30px;
}

@media screen and (max-width: 770px) {
    #pop_coquito .modal1 {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #pop_coquito .modal1 {
        background-image: url(../img/seccion3/popups/fondo-coquito-v.svg);
    }
}

#pop_coquito .modal1 #coquito {
    min-height: 300px;
    transform: scale(2.5);
    padding-top: 15%;
}

@media screen and (max-width: 991px) {
    #pop_coquito .modal1 #coquito {
        transform: scale(1.5);
        padding-top: 5%;
    }
}

#pop_coquito .modal2 {
    display: none;
}

#pop_coquito .modal2 span {
    color: white;
    font-size: 30px;
}

@media screen and (max-width: 770px) {
    #pop_coquito .modal2 {
        display: flex;
        background-image: unset;
        background-color: #D0222A;
    }
}

#pop_coquito .modal2 #perfil {
    background-color: white;
}

#pop_coquito .modal2 #coquito {
    min-height: 300px;
    transform: scale(1.5);
}

#pop_coquito .modal-content {
    border-radius: 50px;
}

#pop_coquito .modal-content h1 {
    font-size: 40px;
}

#pop_coquito .modal-content h2 {
    font-size: 28px;
    line-height: 33px;
}

#pop_coquito .modal-content h3 {
    font-size: 20px;
}

#pop_coquito .modal-content h4 {
    font-size: 20px;
    line-height: 33px;
}

#pop_ray .modal1 {
    background-image: url(../img/seccion3/popups/fondo-ray.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: none;
}

#pop_ray .modal1 span {
    color: white;
    font-size: 30px;
}

@media screen and (max-width: 770px) {
    #pop_ray .modal1 {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #pop_ray .modal1 {
        background-image: url(../img/seccion3/popups/fondo-ray-v.svg);
    }
}

#pop_ray .modal1 #ray {
    min-height: 300px;
    transform: scale(2.5);
    padding-top: 15%;
}

@media screen and (max-width: 991px) {
    #pop_ray .modal1 #ray {
        transform: scale(1.5);
        padding-top: 5%;
    }
}

#pop_ray .modal2 {
    display: none;
}

#pop_ray .modal2 span {
    color: white;
    font-size: 30px;
}

@media screen and (max-width: 770px) {
    #pop_ray .modal2 {
        display: flex;
        background-image: unset;
        background-color: #FF9A15;
    }
}

#pop_ray .modal2 #perfil {
    background-color: white;
}

#pop_ray .modal2 #ray {
    min-height: 300px;
    transform: scale(1.5);
}

#pop_ray .modal-content {
    border-radius: 50px;
}

#pop_ray .modal-content h1 {
    font-size: 40px;
}

#pop_ray .modal-content h2 {
    font-size: 28px;
    line-height: 33px;
}

#pop_ray .modal-content h3 {
    font-size: 20px;
}

#pop_ray .modal-content h4 {
    font-size: 20px;
    line-height: 33px;
}

#pop_mosquito .modal1 {
    background-image: url(../img/seccion3/popups/fondo-mosquito.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: none;
}

#pop_mosquito .modal1 span {
    color: white;
    font-size: 30px;
}

@media screen and (max-width: 770px) {
    #pop_mosquito .modal1 {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #pop_mosquito .modal1 {
        background-image: url(../img/seccion3/popups/fondo-mosquito-v.svg);
    }
}

#pop_mosquito .modal1 #mosquito {
    min-height: 300px;
    transform: scale(2.5);
    padding-top: 15%;
}

@media screen and (max-width: 991px) {
    #pop_mosquito .modal1 #mosquito {
        transform: scale(1.5);
        padding-top: 5%;
    }
}

#pop_mosquito .modal2 {
    display: none;
}

#pop_mosquito .modal2 span {
    color: white;
    font-size: 30px;
}

@media screen and (max-width: 770px) {
    #pop_mosquito .modal2 {
        display: flex;
        background-image: unset;
        background-color: #5B48E0;
    }
}

#pop_mosquito .modal2 #perfil {
    background-color: white;
}

#pop_mosquito .modal2 #mosquito {
    min-height: 300px;
    transform: scale(1.5);
}

#pop_mosquito .modal-content {
    border-radius: 50px;
}

#pop_mosquito .modal-content h1 {
    font-size: 40px;
}

#pop_mosquito .modal-content h2 {
    font-size: 28px;
    line-height: 33px;
}

#pop_mosquito .modal-content h3 {
    font-size: 20px;
}

#pop_mosquito .modal-content h4 {
    font-size: 20px;
    line-height: 33px;
}

#pop_pinki .modal1 {
    background-image: url(../img/seccion3/popups/fondo-pinki.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: none;
}

#pop_pinki .modal1 span {
    color: white;
    font-size: 30px;
}

@media screen and (max-width: 770px) {
    #pop_pinki .modal1 {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #pop_pinki .modal1 {
        background-image: url(../img/seccion3/popups/fondo-pinki-v.svg);
    }
}

#pop_pinki .modal1 #pinki {
    min-height: 300px;
    transform: scale(2.5);
    padding-top: 15%;
}

@media screen and (max-width: 991px) {
    #pop_pinki .modal1 #pinki {
        transform: scale(1.5);
        padding-top: 5%;
    }
}

#pop_pinki .modal2 {
    display: none;
}

#pop_pinki .modal2 span {
    color: white;
    font-size: 30px;
}

@media screen and (max-width: 770px) {
    #pop_pinki .modal2 {
        display: flex;
        background-image: unset;
        background-color: #01A5FF;
    }
}

#pop_pinki .modal2 #perfil {
    background-color: white;
}

#pop_pinki .modal2 #pinki {
    min-height: 300px;
    transform: scale(1.5);
}

#pop_pinki .modal-content {
    border-radius: 50px;
}

#pop_pinki .modal-content h1 {
    font-size: 40px;
}

#pop_pinki .modal-content h2 {
    font-size: 28px;
    line-height: 33px;
}

#pop_pinki .modal-content h3 {
    font-size: 20px;
}

#pop_pinki .modal-content h4 {
    font-size: 20px;
    line-height: 33px;
}

#pop_rosquita .modal1 {
    background-image: url(../img/seccion3/popups/fondo-rosquita.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: none;
}

#pop_rosquita .modal1 span {
    color: white;
    font-size: 30px;
}

@media screen and (max-width: 770px) {
    #pop_rosquita .modal1 {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #pop_rosquita .modal1 {
        background-image: url(../img/seccion3/popups/fondo-rosquita-v.svg);
    }
}

#pop_rosquita .modal1 #rosquita {
    min-height: 300px;
    transform: scale(2);
    padding-top: 15%;
    overflow: visible;
}

@media screen and (max-width: 991px) {
    #pop_rosquita .modal1 #rosquita {
        transform: scale(1.5);
        padding-top: 5%;
    }
}

#pop_rosquita .modal2 {
    display: none;
}

#pop_rosquita .modal2 span {
    color: white;
    font-size: 30px;
}

@media screen and (max-width: 770px) {
    #pop_rosquita .modal2 {
        display: flex;
        background-image: unset;
        background-color: #36B23B;
    }
}

#pop_rosquita .modal2 #perfil {
    background-color: white;
}

#pop_rosquita .modal2 #rosquita {
    min-height: 300px;
    transform: scale(1.3);
}

#pop_rosquita .modal-content {
    border-radius: 50px;
}

#pop_rosquita .modal-content h1 {
    font-size: 40px;
}

#pop_rosquita .modal-content h2 {
    font-size: 28px;
    line-height: 33px;
}

#pop_rosquita .modal-content h3 {
    font-size: 20px;
}

#pop_rosquita .modal-content h4 {
    font-size: 20px;
    line-height: 33px;
}

#pop_vaca .modal1 {
    background-image: url(../img/seccion3/popups/fondo-vaca.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: none;
}

#pop_vaca .modal1 span {
    color: white;
    font-size: 30px;
}

@media screen and (max-width: 770px) {
    #pop_vaca .modal1 {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #pop_vaca .modal1 {
        background-image: url(../img/seccion3/popups/fondo-vaca-v.svg);
    }
}

#pop_vaca .modal1 #vaca {
    min-height: 300px;
    transform: scale(2.5);
    padding-top: 15%;
}

@media screen and (max-width: 991px) {
    #pop_vaca .modal1 #vaca {
        transform: scale(1.5);
        padding-top: 5%;
    }
}

#pop_vaca .modal2 {
    display: none;
}

#pop_vaca .modal2 span {
    color: white;
    font-size: 30px;
}

@media screen and (max-width: 770px) {
    #pop_vaca .modal2 {
        display: flex;
        background-image: unset;
        background-color: #F970C1;
    }
}

#pop_vaca .modal2 #perfil {
    background-color: white;
}

#pop_vaca .modal2 #vaca_s {
    min-height: 300px;
    transform: scale(1.4);
}

#pop_vaca .modal-content {
    border-radius: 50px;
}

#pop_vaca .modal-content h1 {
    font-size: 40px;
}

#pop_vaca .modal-content h2 {
    font-size: 28px;
    line-height: 33px;
}

#pop_vaca .modal-content h3 {
    font-size: 20px;
}

#pop_vaca .modal-content h4 {
    font-size: 20px;
    line-height: 33px;
}

#popLogin {
    background-color: #305187;
    /* border-radius: 50px; */
    padding-top: 20vh;
    height: 100vh;
}

#popLogin .card {
    margin: 5% 5%;
    border-radius: 50px;
}

#popLogin .blanco {
    background-color: white;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border: 0;
}

#popLogin #btnIniciar {
    margin: auto;
    font-family: "Hello-Headline";
    background-color: #756BF2;
    font-size: 20px;
    box-shadow: 4px 4px 0px #5B48E0;
    border-radius: 22px;
    color: white;
    padding: 10px 50px;
    z-index: 2;
    position: relative;
    border: 0;
    transition: transform 0.2s;
    /* Animation */
}

@media screen and (max-width: 770px) {
    #popLogin #btnIniciar {
        top: 0%;
        right: 0%;
    }
}

#popLogin #btnFacebook {
    background-image: url(../img/pop_up_registro/icon_facebook.svg);
    background-repeat: no-repeat;
    background-position: 35px 7px;
    background-size: 30px;
    padding: 10px 50px;
    background-color: #305187;
    position: relative;
    border: 0;
    border-radius: 8px;
    color: white;
    transition: transform 0.2s;
    /* Animation */
}

@media screen and (max-width: 770px) {
    #popLogin #btnFacebook {
        top: 0%;
        right: 0%;
    }
}

#popLogin #btnGoogle {
    background-image: url(../img/pop_up_registro/icon_gmail.svg);
    background-repeat: no-repeat;
    background-position: 30px 10px;
    background-size: 38px;
    vertical-align: middle;
    padding: 10px 50px;
    background-color: #D0222A;
    position: relative;
    border: 0;
    border-radius: 8px;
    color: white;
    transition: transform 0.2s;
    /* Animation */
}

@media screen and (max-width: 770px) {
    #popLogin #btnGoogle {
        top: 0%;
        right: 0%;
    }
}

#popVerificar {
    background-color: #305187;
    /* border-radius: 50px; */
    padding-top: 20vh;
    height: 100vh;
}

#popVerificar .card {
    margin: 5% 5%;
    border-radius: 50px;
}

#popVerificar .blanco {
    background-color: white;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border: 0;
}

#popReset {
    background-color: #305187;
    /* border-radius: 50px; */
    padding-top: 20vh;
    height: 100vh;
}

#popReset .card {
    margin: 5% 5%;
    border-radius: 50px;
}

#popReset .blanco {
    background-color: white;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border: 0;
}

#popReset #btnEnviar {
    margin: auto;
    font-family: "Hello-Headline";
    background-color: #756BF2;
    font-size: 20px;
    box-shadow: 4px 4px 0px #5B48E0;
    border-radius: 22px;
    color: white;
    padding: 10px 50px;
    z-index: 2;
    position: relative;
    border: 0;
    transition: transform 0.2s;
    /* Animation */
}

#forgot {
    background-color: #305187;
    padding-top: 30vh;
    height: 100vh;
}

#forgot .card {
    border-radius: 50px;
}

#forgot .blanco {
    background-color: white;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border: 0;
}

#forgot #btnEnviar {
    margin: auto;
    font-family: "Hello-Headline";
    background-color: #756BF2;
    font-size: 20px;
    box-shadow: 4px 4px 0px #5B48E0;
    border-radius: 22px;
    color: white;
    padding: 10px 50px;
    z-index: 2;
    position: relative;
    border: 0;
    transition: transform 0.2s;
    /* Animation */
}

@media screen and (max-width: 770px) {
    #forgot #btnEnviar {
        top: 0%;
        right: 0%;
    }
}

#register {
    background-color: #305187;
    padding-top: 30vh;
    height: 100vh;
}

#register .card {
    border-radius: 50px;
}

#register .blanco {
    background-color: white;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border: 0;
}

#register #btnEnviar {
    margin: auto;
    font-family: "Hello-Headline";
    background-color: #756BF2;
    font-size: 20px;
    box-shadow: 4px 4px 0px #5B48E0;
    border-radius: 22px;
    color: white;
    padding: 10px 50px;
    z-index: 2;
    position: relative;
    border: 0;
    transition: transform 0.2s;
    /* Animation */
}

@media screen and (max-width: 770px) {
    #register #btnEnviar {
        top: 0%;
        right: 0%;
    }
}

#popImprimibles .modal1 {
    background-color: #ECF1FB;
    border-radius: 50px;
}

#popDonar .modal1 {
    background-color: #305187;
    border-radius: 50px;
}

#popDonar .card {
    margin: 10%;
    background-color: white;
    border-radius: 50px;
}

#popDonar #datos {
    background-color: #D0222A;
    border-radius: 28px;
    padding: 30px;
}

#popDonar #coquito {
    margin-top: -100px;
    max-height: 250px;
    overflow: hidden;
}

#popDonar #coquito img {
    z-index: 2;
    margin-top: 50px;
    width: 50%;
}

/*   apartamos esta parte    */



/* base   */

#base .marco .atras {
    top: 30vh;
    min-width: 70px;
    position: absolute;
    left: -20px;
    z-index: 91;
    transition: transform 0.2s;
}

#base .marco .adelante {
    top: 30vh;
    min-width: 70px;
    position: absolute;
    right: -20px;
    z-index: 91;
    transition: transform 0.2s;
}

#popProvisorio .modal1 {
    background-color: #305187;
    border-radius: 50px;
    padding: 50px;
}

#popProvisorio #btnIngresar {
    padding-left: 25%;
    font-family: "Hello-Headline";
    background-color: #D0222A;
    font-size: 28px;
    box-shadow: 4px 4px 0px #AA171E;
    border-radius: 22px;
    color: white;
    padding: 10px 50px;
    z-index: 2;
    position: relative;
    transition: transform 0.2s;
}

#popProvisorio .modal1 #btnCerrar {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 2;
}

#popProvisorio #personajes {
    width: 90%;
    height: auto;
}

#popProvisorio #icono_rs {
  width: 50%;
  height: auto;
}

@media screen and (max-width: 992px) {
    #popProvisorio .modal1 {
        padding: 10px;
    }

    .modal1 h1 {
        font-size: 18px;
    }

    .modal1 p {
        font-size: 12px;
    }

    #popProvisorio #personajes {
        width: 70%;
    }
}





@media screen and (max-width: 768px) {
    #popProvisorio #titulo {
        text-align: center;
    }

    #popProvisorio #ficha {
        text-align: center;
    }

    #popProvisorio #seguinos {
        text-align: center;
    }

    #popProvisorio #iconos {
        text-align: center;
    }

}

@media screen and (max-width: 576px) {
    #popProvisorio .modal1 {
        padding: 5px;
    }

    #popProvisorio #titulo {
        text-align: center;
    }

    #popProvisorio #ficha {
        text-align: center;
    }

    #popProvisorio #seguinos {
        text-align: center;
    }

    #popProvisorio #iconos {
        text-align: center;
    }

    #popProvisorio #personajes {
        width: 50%;
    }

}
