@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');
* {
    font-family: 'Montserrat', sans-serif;
}

body {
    background: url('../resources/img/back-capt.jpg') center no-repeat;
    background-size: 100%;
}

.logos {
    width: 15%; 
    margin-right: 1em;
}

.logo-evento {
    width: 80%;
    margin-top: -6rem;
    margin-bottom: 2rem;
    filter: drop-shadow(0px 0px 4px #000000c6);
}

#logo-app {
    width: 7%;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #7300ff;
}

.hidden {
    overflow: hidden;
}

.hidden2 {
    display: none;
}

/* Remove border from toggler */
.navbar-toggler {
    border: 0;
}

.navbar-toggler-icon:focus,
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

/* Lines of the Toggler */
.toggler-icon {
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: #ffffff;
}

.navbar {
    background: #ffffff;
}

.shadow-4{
    box-shadow: 0px 5px 5px #00000040;
}

#logo {
    width: 45%;
    margin: 0;
}

/* Preloader */
.hidden {
    overflow: hidden;
}

#onload2 {
    position: absolute;
    z-index: 100;
}

.centrado {
    background-color: #1D1D1B;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centrado2 {
    /* background-color: #1D1D1B; */
    background: rgba(255, 255, 255, 0.734);
    background-blend-mode: darken;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logoPreloader {
    width: 12%;
}

#logoPreloader2 {
    width: 7%;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
  .lds-ripple div {
    position: absolute;
    border: 4px solid #ffffff; /*Color de preloader*/
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
}

.swal-title {
    font-size: 1.25rem;
}

.swal-text {
    font-size: 0.85rem;
    text-align: center;
}

.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #4962B3;
    font-size: 12px;
    border: 1px solid #3e549a;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.txt-bienvenida {
    font-size: 60px;
    color: #ffffff;
    text-shadow: 0px 4px 10px #00000050;
    margin-top: 0.5em;
}

.txt-bienvenida2 {
    font-size: 40px;
}

.progress {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 0;
    height: 5px;
    background-image: linear-gradient(to right,#ffffff, #969696);
    border-radius: 4px;
    animation: progress 3s .25s linear forwards;
}

@keyframes progress {
    to {
        width: calc(100% - 10px);
    }
}

#nombreHelp, #apellidoHelp, #telefonolHelp, #emailHelp, #fechaNacimHelp {
    color: #af0000;
}

#btn-registrarse {
    color: #ffffff;
    background-color: #333f48;
    padding: 0.75rem 2rem;
    margin: 0.5rem 0rem;
    font-weight: 500;
}

/**
 *
 * Icobox
 *
 */
 .icobox {
    text-align: center;
    margin-bottom: 2rem;
}

.icobox__icon-wrapper {
position: relative;
padding-top: 1rem;
padding-bottom: 1rem;
margin-bottom: 1rem;
}

@media (min-width: 768px) {
.icobox__icon-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 0rem;
}
}

@media (min-width: 992px) {
.icobox__icon-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0rem;
}
}

.icobox__icon-wrapper::before {
content: "";
display: block;
position: absolute;
left: 50%;
top: 15%;
bottom: 0;
width: 2px;
height: 70%;
margin-left: -1px;
background-color: #A967AB;
-webkit-transform: rotate(-330deg);
        transform: rotate(-330deg);
}

.icobox__icon {
border: 1.5px solid #A967AB;
border-radius: 50%;
margin: 0 auto;
color: #fff;
position: relative;
background-color: #89548b;
width: 72px;
height: 72px;
line-height: 66px;
font-size: 32px;
}

.section-content--secondary .icobox__icon {
background-color: #222;
}

.section-content--tertiary .icobox__icon {
background-color: #fefefe;
}

@media (min-width: 768px) {
.icobox__icon {
    width: 100px;
    height: 100px;
    line-height: 96px;
    font-size: 42px;
}
}

@media (min-width: 992px) {
.icobox__icon {
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 0px;
}
}

.icobox__icon i {
display: inline-block;
vertical-align: middle;
}

@media (max-width: 767.98px) {
.icobox__title {
    font-size: 1.25rem;
}
}

@media (min-width: 992px) {
.icobox__desc {
    padding-left: 20px;
    padding-right: 20px;
}
}

.title, .subtitle, .txt-beneficio {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

.txt-beneficio {
    color: #78BF00;
    font-size: 1.5rem;
    font-weight: 600;
}

.beneficio1 {
    color: #ffffff; font-size: 1rem; font-weight: 600; margin-top: 0rem;
}

.beneficio2 {
    color: #ffffff; font-size: 3rem; font-weight: 700; margin-top: 2rem;
}

.beneficio3 {
    color: #ffffff; font-size: 2.5rem; font-weight: 500; margin-top: 2rem;
}

.title-pasos {
    font-size: 1rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

.txt-pasos {
    font-size: 0.65rem;
    color: #ffffff;
}

#divBeneficio {
    background: #A967AB; 
}

.formulario, #divBeneficio {
    margin: 0.25rem; margin-top: 2rem; z-index: 3; border-radius: 10px;
}

.swiper {
    width: 100%;
    height: 100%;
}

#slide1 {
    background: rgba(0, 0, 0, 0.5) url('../resources/img/banner11.jpg') center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    height: 15rem;
}

#slide2 {
    background: rgba(0, 0, 0, 0.5) url('../resources/img/banner22.jpg') center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    height: 15rem;
}

#slide3 {
    background: rgba(0, 0, 0, 0.5) url('../resources/img/banner33.jpg') center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    height: 15rem;
}

.txt-1 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-top: 0rem;
}

.txt-2 {
    color: #ffffff;
    font-size: 0.85rem;
    margin-top: 1rem;
}

.txt-3 {
    color: #A967AB;
    font-size: 0.75rem;
    font-weight: 400;
    margin-top: 1rem;
}

.subtexto {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 1rem;
}


.form-check-label {
    font-size: 14px;
    color: #8b8b8b;
}

/* ***** Footer ***** */

footer {
    background-color: #ffffff;
    color: #333F48;
    /* position: fixed; bottom: 0rem;  */
    width: 100%;
}

#social li {
    display:inline;
}

a {
    text-decoration: none;
}

.social-icon {
    color: #ffffff;
}

.social-icon:hover {
    color: #78BF00;
}

#derechos {
    font-size: 14px;
    color: #a7a7a7 /* Mismo color que #avisoPriv */
}

#avisoPriv {
    
    color: #a7a7a7; /* Mismo color que #derechos */
}

#avisoPriv:hover {
    color: #fff;
}

#txt-siguenos {
    font-size: 24px;
}

#logoYak {
    width: 50%;
    margin-top: 1rem;
}

#logoCCodere {
    width: 70%;
    margin-top: 1rem;
}

#logoRYak {
    width: 60%;
    margin-top: 1rem;
}

#logoJackPot {
    width: 70%;
    margin-top: 1rem;
}

#imgResponsable {
    width: 40%;
}

#parrafoLegal {
    font-size: 8px;
    color: #ffffff;
    margin-top: 2em;
}

#pleca {
    width: 100%; margin-bottom: 1rem; margin-top: 1rem
}

#imgStar {
    width: 35%; margin-top: -4rem; margin-bottom: 2rem;
}

/* Estilos pagina de error */
.bodyError {
    background: url('../resources/img/main_img_error.png') no-repeat;
    background-size: 100%;
}

.logos {
    width: 15%; 
    margin-right: 1em;
}

#imgError {
    width: 40%; margin-top: 15%;
}

.txt-error-empty{
    font-size: 1.25rem;
    margin-top: -1rem;
    margin-bottom: 8rem;
}

#plecaError {
    width: 50%;
}

@media (max-width: 992px){
    .formulario, #divBeneficio {
        margin-top: -5em; z-index: 3;
        border-radius: 15px;
    }
}

@media (max-width: 576px) {
    
    /* Estilos pagina de error */
    .logos {
        width: 35%; 
        margin-right: 1em;
    }

    #imgError {
    width: 70%; margin-top: 15%;
    }

    .txt-error-empty{
    font-size: 0.85rem;
    margin-top: -1rem;
    margin-bottom: 8rem;
    }

    #plecaError {
    width: 95%;
    }

    body {
        background: url('../resources/img/back-capt.jpg') center no-repeat;
        background-size: cover;
    }

    #logoPreloader {
        width: 40%;
    }

    .navbar-brand {
        width: 65%;
    }

    .logos {
        width: 40%; 
        margin-right: 1em;
    }

    #slide1 {
        height: 8rem;
    }
    
    #slide2 {
        height: 8rem;
    }
    
    #slide3 {
        height: 8rem;
    }

    .form-label {
        font-size: 14px;
    }

    .form-check-label {
        font-size: 14px;
    }

    #imgLogoCodere {
        width: 40%;
    }
    
    .formulario, #divBeneficio {
        margin-top: 1em; z-index: 3;
    }

    .title-pasos {
        font-size: 1.5rem;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .txt-pasos {
        font-size: 0.9rem;
        color: #ffffff;
    }

    .txt-beneficio {
        color: #78BF00;
        font-size: 1.2rem;
        font-weight: 600;
    }

    .beneficio1 {
        color: #ffffff; font-size: 1rem; font-weight: 600; margin-top: 0rem;
    }
    
    .beneficio2 {
        color: #ffffff; font-size: 2.5rem; font-weight: 700; margin-top: -1rem;
    }
    
    .beneficio3 {
        color: #ffffff; font-size: 2rem; font-weight: 500; margin-top: -1rem;
    }

    .icobox__icon {
        width: 52px;
        height: 52px;
        line-height: 46px;
        font-size: 32px;
    }
    
    .redSociales {
        font-size: 12px;
    }

    #derechos {
        font-size: 12px;
    }

    #txt-siguenos {
        font-size: 14px;
    }

    #logoYak {
        width: 90%;
    }
    
    #logoCCodere {
        width: 100%;
    }
    
    #logoRYak {
        width: 100%;
    }
    
    #logoJackPot {
        width: 100%;
    }

    #imgResponsable {
        width: 60%;
    }
    
    #parrafoLegal {
        font-size: 2px;
        color: #ffffff;
        margin-top: 2em;
    }

    #pleca {
        width: 100%; 
        margin-bottom: 1rem;
    }

    footer {
        position: relative;
    }

}