@charset "UTF-8";

/* HEXAGON CUP CSS Document */

/* FONTS */
@font-face {
    font-family: 'Poppins';
    src:url('../assets/fonts/Poppins-Thin.eot');
    src:url('../assets/fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/Poppins-Thin.woff2') format('woff2'),
       url('../assets/fonts/Poppins-Thin.woff') format('woff'),
       url('../assets/fonts/Poppins-Thin.ttf') format('truetype'),
       url('../assets/fonts/Poppins-Thin.svg#Poppins-Thin') format('svg');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src:url('../assets/fonts/Poppins-Light.eot');
    src:url('../assets/fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/Poppins-Light.woff2') format('woff2'),
       url('../assets/fonts/Poppins-Light.woff') format('woff'),
       url('../assets/fonts/Poppins-Light.ttf') format('truetype'),
       url('../assets/fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src:url('../assets/fonts/Poppins-Regular.eot');
    src:url('../assets/fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/Poppins-Regular.woff2') format('woff2'),
       url('../assets/fonts/Poppins-Regular.woff') format('woff'),
       url('../assets/fonts/Poppins-Regular.ttf') format('truetype'),
       url('../assets/fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src:url('../assets/fonts/Poppins-Medium.eot');
    src:url('../assets/fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/Poppins-Medium.woff2') format('woff2'),
       url('../assets/fonts/Poppins-Medium.woff') format('woff'),
       url('../assets/fonts/Poppins-Medium.ttf') format('truetype'),
       url('../assets/fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src:url('../assets/fonts/Poppins-Bold.eot');
    src:url('../assets/fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/Poppins-Bold.woff2') format('woff2'),
       url('../assets/fonts/Poppins-Bold.woff') format('woff'),
       url('../assets/fonts/Poppins-Bold.ttf') format('truetype'),
       url('../assets/fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: 600;
    font-display: swap;
}

picture > img{
    width: 100%!important;
    height: 100%!important;
}

/* ================
    GENERAL
================ */
html {
    font-size: 18px;
}

body {
    text-align: center;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.4;
    padding-bottom: 0;
}

h1,h2,h3,h4,h5,h6{font-weight:300;}
h1{font-size: 4rem}
h2{font-size: 3.5rem}
h3{font-size: 3rem}
h4{font-size: 2.5rem}
h5{font-size: 2rem}
h6{font-size: 1.5rem}
.normal{font-size: 1rem!important;}
.small{font-size: .8rem!important;}
.smallest{font-size: .6rem!important;}
.xl{font-size: 4.5rem!important;}
.xxl{font-size: 5rem!important;}
.xxxl{font-size: 5.5rem!important;}

.bold,b,strong {font-weight: 600!important;}
.medium{font-weight: 500!important;}
.regular{font-weight: 400!important;}
.light{font-weight: 300!important;}
.thin{font-weight: 100!important;}

.z-index-1{z-index:1!important;}
.z-index-2{z-index:2!important;}
.z-index-3{z-index:3!important;}
.z-index-4{z-index:4!important;}
.z-index-5{z-index:5!important;}

b, strong {
    font-weight: 500;
}

.light-weight {
    font-weight: 300;
}

section:not(.main_container){
    padding-top: 0;
}

.stronger {
    font-weight: 600;
}

big {
    font-size: 1.2rem;
}

small {
    font-size: .7rem;
    font-weight: 300;
}

.text-muted {
    color: #8b8b8b !important;
}

.btn {
    font-weight: 400;
    font-size: .8rem;
    line-height: 1em;
    width: 100%;
    width: 165px;
    border-radius: 2rem;
    padding: .6rem .5rem;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    cursor: pointer;
}

.btn-img {
    padding-left: .5rem;
}

.btn-img figure {
    margin: 0;
}

.btn svg,
.btn img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    margin-top: -.25rem;
    width: auto;
    height: 1.8em;
    transition: all ease .5s;
    transform: translateY(2px);
}

.btn span {
    line-height: 1rem;
}

input:not(.form-check-input),
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
textarea,
textarea.form-control,
select,
select.form-control,
form button:not(.btn,.btn-close) {
    font-weight: 300;
    font-size: 1.1rem;
    font-family: inherit;
    line-height: 2rem;
    height: 2rem;
    color: var(--bs-body-color);
    background: transparent;
    padding: 0 .5rem;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #888;
}

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
textarea:focus,
textarea.form-control:focus,
select:focus,
select.form-control:focus,
form button:focus:not(.btn) {
    outline: 0;
    box-shadow: 0 0 0 0;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 6px #f8b9b7;
}

textarea,
textarea.form-control,
select[multiple],
select[size],
.form-floating>textarea.form-control {
    resize: vertical;
    line-height: 1.25;
    height: 7rem;
}

::-webkit-input-placeholder { color: #888; }
:-ms-input-placeholder { color: #888; }
::placeholder { color: #888; }

[type="checkbox"]:not(.form-check-input)+label:before,
[type="checkbox"]:not(.form-check-input)+label:after,
[type="radio"]+label:before,
[type="radio"]+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin-top: .18rem;
    width: .8rem;
    height: .8rem;
    transition: all .28s ease;
}

[type="radio"]+label:before,
[type="radio"]+label:after {
    border-radius: 50%;
}

[type="checkbox"]:not(.form-check-input):not(:checked)+label:before,
[type="checkbox"]:not(.form-check-input):not(:checked)+label:after,
[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after {
    border: 2px solid #5a5a5a;
}

[type="checkbox"]:not(.form-check-input):not(:checked)+label:after,
[type="radio"]:not(:checked)+label:after {
    -ms-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:not(.form-check-input):checked+label:after,
[type="checkbox"]:not(.form-check-input):checked+label:before,
[type="radio"]:checked+label:after,
[type="radio"]:checked+label:before {
    border: 2px solid var(--bs-primary);
}

[type="checkbox"]:not(.form-check-input):checked+label:after,
[type="radio"]:checked+label:after {
    border: 2px solid var(--bs-primary);
    background-color: var(--bs-primary);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

[type="checkbox"]:disabled+label:before,
[type="checkbox"]:disabled+label:after,
[type="radio"]:disabled+label:before,
[type="radio"]:disabled+label:after {
    opacity: .2;
}

[type="checkbox"]:disabled+label,
[type="radio"]:disabled+label {
    opacity: .5;
}

/* ================
    BOTONES
================ */

.btn-paypal {
background: transparent;
border: solid 1px #808080;
border-radius: 4px;
width: 100%;
padding: .5rem 1rem;
margin-top: .6rem;
}

.btn-paypal svg {
    margin-right: 0;
    height: auto;
    width: 100%;
    max-width: 150px;
}

/* ================
    SPINNER
================ */
.preloader,
.loader {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(var(--bs-secondary-rgb), .1);
    opacity: 0;
    transition: opacity .3s linear;
}

.loading .preloader,
.submitting .preloader,
.loading + .loader,
.loading > .loader {
    z-index: 2;
    opacity: 1;
}

.preloader svg,
.preloader img,
.loader svg,
.loader img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 180px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.loader svg,
.loader img {
    width: 180px;
	-webkit-animation: rotate-center 5s linear infinite both;
	        animation: rotate-center 5s linear infinite both;
    transform-origin: center center;
}

@-webkit-keyframes rotate-center {
    0% {-webkit-transform: translateX(-50%) rotate(0);transform: translateX(-50%) rotate(0);}
    100% {-webkit-transform: translateX(-50%) rotate(360deg);transform: translateX(-50%) rotate(360deg);}
}
@keyframes rotate-center {
    0% {-webkit-transform: translateX(-50%) rotate(0);transform: translateX(-50%) rotate(0);}
    100% {-webkit-transform: translateX(-50%) rotate(360deg);transform: translateX(-50%) rotate(360deg);}
}
  

.card-pago.loading:after,
.card-pago.submitting:after,
.card-datepicker .loading:after {
    content: '';
}

.card-datepicker + .start-compra{
    display: none;
}
.spinner {
    margin: 2rem auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #212529;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/* ================
    HOME
================ */
/* Flechas */
.flecha-collapse {
    cursor: pointer;
    display: inline-flex;
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bs-primary);
    border-radius: 50%;
    padding: .125rem;
}

.flecha-collapse.rotada {
    transform: rotate(180deg);
}

/* Estados de las secciones */
.colapsar, .activar {
    overflow: hidden;
    transition: all 0.4s ease;
}

.colapsar {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}

.activar {
    opacity: 1;
    visibility: visible;
    max-height: 1000px; 
}

#datos-experiencia h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#collapseDatosPersonales,
#collapseHorarios {
    width: 500px;
}


/* ================
    PAGO
================ */



/* ================
    LOGIN
================ */
.login-page {
    height: 100%;
}

.login-page form {
    max-width: 250px;
    margin: 0 auto;
}

.login-page input,
.login-page button {
    width: 100%;
}

.forgot-pass {
    margin-top: 1.5rem;
    font-size: .8rem;
}

.forgot-pass + .forgot-pass {
    margin-top: .3rem;
}


/* MEDIA QUERIES **/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body {padding-bottom: 0;}
    h1{font-size: 4rem;}
    h2{font-size: 2rem;}
    h3{font-size: 2rem;}
    .btn{width: auto;}
    header{padding: 1rem 0;}
    header .logo{width: 150px;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}

/* Extra extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
   
}



/* Desktop first */
@media (max-width: 1200px) {
    header .menu a{font-size:.7rem;padding-left:1rem;margin-left:1rem;}
}

@media (max-width: 992px) {
    header .menu a{padding-left:.8rem;margin-left:.8rem;}
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
    .patrocinadores {bottom: .5rem;left:.5rem;width: 60px;}
}

