@font-face {
    font-family: 'ArquitectaBlack-Italic';
    src: url('../fonts/ArquitectaBlack-Italic.woff2') format('woff2'),
        url('../fonts/ArquitectaBlack-Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ArquitectaBlack';
    src: url('../fonts/ArquitectaBlack.woff2') format('woff2'),
        url('../fonts/ArquitectaBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arquitecta';
    src: url('../fonts/Arquitecta.woff2') format('woff2'),
        url('../fonts/Arquitecta.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArquitectaBold';
    src: url('../fonts/ArquitectaBold.woff2') format('woff2'),
        url('../fonts/ArquitectaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArquitectaHeavy';
    src: url('../fonts/ArquitectaHeavy.woff2') format('woff2'),
        url('../fonts/ArquitectaHeavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArquitectaHeavy-Italic';
    src: url('../fonts/ArquitectaHeavy-Italic.woff2') format('woff2'),
        url('../fonts/ArquitectaHeavy-Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arquitecta-Italic';
    src: url('../fonts/Arquitecta-Italic.woff2') format('woff2'),
        url('../fonts/Arquitecta-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ArquitectaBold-Italic';
    src: url('../fonts/ArquitectaBold-Italic.woff2') format('woff2'),
        url('../fonts/ArquitectaBold-Italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ArquitectaBook';
    src: url('../fonts/ArquitectaBook.woff2') format('woff2'),
        url('../fonts/ArquitectaBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArquitectaBook-Italic';
    src: url('../fonts/ArquitectaBook-Italic.woff2') format('woff2'),
        url('../fonts/ArquitectaBook-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ArquitectaThin-Italic';
    src: url('../fonts/ArquitectaThin-Italic.woff2') format('woff2'),
        url('../fonts/ArquitectaThin-Italic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ArquitectaMedium-Italic';
    src: url('../fonts/ArquitectaMedium-Italic.woff2') format('woff2'),
        url('../fonts/ArquitectaMedium-Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ArquitectaMedium';
    src: url('../fonts/ArquitectaMedium.woff2') format('woff2'),
        url('../fonts/ArquitectaMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArquitectaThin';
    src: url('../fonts/ArquitectaThin.woff2') format('woff2'),
        url('../fonts/ArquitectaThin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArquitectaLight-Italic';
    src: url('../fonts/ArquitectaLight-Italic.woff2') format('woff2'),
        url('../fonts/ArquitectaLight-Italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ArquitectaLight';
    src: url('../fonts/ArquitectaLight.woff2') format('woff2'),
        url('../fonts/ArquitectaLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SuperRichExpandedPersonalUseOnlyStretch';
    src: url('../fonts/SuperRichExpandedPersonalUseOnly-Stretch.woff2') format('woff2'),
        url('../fonts/SuperRichExpandedPersonalUseOnly-Stretch.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AzonixRegular';
    src: url('../fonts/AzonixRegular.woff2') format('woff2'),
        url('../fonts/AzonixRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body{
    overflow-x: hidden;
    font-family: 'Arquitecta';
}

a{
    text-decoration: none;
}
/* Fade up */
.animate-fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.animate-fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Desde la izquierda */
.animate-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.6s ease-out;
}
.animate-left.in-view {
  opacity: 1;
  transform: translateX(0);
}

/* Desde la derecha */
.animate-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s ease-out;
}
.animate-right.in-view {
  opacity: 1;
  transform: translateX(0);
}

/* Zoom in */
.animate-zoom {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.6s ease-out;
}
.animate-zoom.in-view {
  opacity: 1;
  transform: scale(1);
}

/*
///* SECCIÓN contenedora (entra una vez) 
.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}

.animate-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}

.scroll-child {
  opacity: 0;
  transition: all 0.6s ease;
}

.scroll-left {
  transform: translateX(-40px);
}

.scroll-right {
  transform: translateX(40px);
}

.scroll-up {
  transform: translateY(40px);
}

.scroll-zoom {
  transform: scale(0.9);
}

.scroll-child.in-view {
  transform: none;
  opacity: 1;
}*/


.scroll-child {
  opacity: 0;
  transition: all 0.6s ease;
}

.scroll-left { transform: translateX(-40px); }
.scroll-right { transform: translateX(40px); }
.scroll-up { transform: translateY(40px); }
.scroll-zoom { transform: scale(0.9); }

.scroll-child.in-view {
  opacity: 1;
  transform: none;
}


header{
    background: url('../img/menu/fondo.png');
    width: 100%;
    background-size:cover;
    padding: 1rem 0;
    transition: all 0.3s ease;
}

header nav{
    padding: 0!important;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 99999;
  animation: fadeInDown 0.3s ease;
}

@keyframes fadeInDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-family: 'ArquitectaMedium';
  font-size: 18px;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
  padding: .5rem 2rem;
}

.navbar-nav .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  transition: right 0.4s ease-in-out;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link:active::before {
  right: 0;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:visited {
  color: #fff;
}

.slider{
    background: #000;
}

 #countdown {
    font-family: 'AzonixRegular';
    font-size: 2rem;
    color: #000;
    width: 100%;
    padding: 20px;
    display: inline-block;
    text-align: center;
    padding: 6rem 0 ;
}

.countdown-item {
  margin: 0 10px;
  display: inline-block;
}

.countdown-number {
    font-size: 90px;
    font-weight: bold;
    display: block;
    line-height: 90px;
    border-right: 3px solid #bed5d4;
}

/* Quitar el borde del último item */
.countdown-item:last-child .countdown-number {
  border-right: none;
}

.countdown-label {
  font-size: 18px;
  color: #000;
  font-family: 'Arquitecta';
  text-transform: uppercase;
  margin-top:1rem;
}

.trail{
    width: 100%;
    background: #000;
    padding: 6rem 0;
    position: relative;
}

.trail::before{
    content: "";
    display: block;
    background: url(../img/inicio/cuadros-dorados.png)no-repeat;
    width: 420px;
    height: 130px;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -63px;
}

.trail::after{
    content: "";
    display: block;
    background: url(../img/inicio/triangulos-rosas.png)no-repeat;
    width: 385px;
    height: 98px;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom:0;
}

.trail h2 {
    font-size: 40px;
    color: #fff;
    font-family: 'SuperRichExpandedPersonalUseOnlyStretch';
    text-align: center;
    letter-spacing: 7px;
    margin-bottom: 2rem;
}


.trail a {
    font-size: 25px;
     color: #fff;
     font-family: 'ArquitectaHeavy';
     text-align: center;
     text-transform: uppercase;
     width: 100%;
     display: block;
     border: 1px solid #fff;
     border-radius: 30px;
     position: relative;
     overflow: hidden;
     transition: background-color 0.3s ease, color 0.3s ease;
}

.trail a::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(25deg);
  transition: left 0.6s ease;
  pointer-events: none;
}

/* Activar destello en hover */
.trail a:hover::before {
  left: 130%;
}

.kit{
    background: #A5C1BD;
    padding: 8rem 0 5rem;
    position: relative;
}

.kit::before{
    content: "";
    display: block;
    background: url(../img/inicio/puntos-verdes.png)no-repeat;
    width: 440px;
    height: 160px;
    background-size: 100%;
    position: absolute;
    right: -55px;
    top: 15%;
}

.kit::after{
    content: "";
    display: block;
    background: url(../img/inicio/circulos-naranjas.png)no-repeat;
    width: 285px;
    height: 182px;
    background-size: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    bottom: 10%;
}

.kit h4{
    text-transform: uppercase;
    font-family: 'ArquitectaHeavy';
    margin-bottom: 1.5rem;
    position:relative;
    z-index:2;
}

.kit ul {
    padding: 0 15px;
    margin: 0 0 2rem;
    list-style-type: "- ";
}

.kit ul li p{
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'ArquitectaBold';
}

.kit ul li p span{
    font-family: 'Arquitecta';
}

.kit h2{
    font-size: 50px;
    font-family: 'SuperRichExpandedPersonalUseOnlyStretch';
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 45px;
    text-align: right;
    position: relative;
    z-index: 1;
}

.kit h2 span {
    text-align: right;
  color: transparent;
  -webkit-text-stroke: 1px #000; /* grosor y color del contorno */
  text-transform: uppercase;
  text-align: center;;
}

.kit .rayas{
    background: url(../img/inicio/diagonales-verdes.png)no-repeat;
    width: 100%;
    padding: 4rem 0;
    background-size: 100%;
    margin-top: 70%;
}


.kit .rayas h2{
    text-align: center;
}

.kit a.btn-naranja{
    background: #DB6935;
    padding: 7px 0;
    display: block;
    text-align: center;
    color: #000;
    font-size: 25px;
    font-family: 'AzonixRegular';   
    border-radius: 30px;
    border: 1px solid #DB6935;
    width: 160px;
    float: right;
    position: relative;
    z-index: 9999;
}


.kit a.btn-naranja:hover{
    background: transparent;
}

.kit .playera1{
    position: absolute;
    width: 50%;
    left: 24%;
    top: 0;
}

.kit .playera2{
    position: absolute;
    width: 50%;
    left: 48%;
    top: 7%;
}

.kit .medalla{
    position: absolute;
    width: 20%;
    right: 4%;
    top: 0;
}


.kit .playera3{
    position: absolute;
    width: 50%;
    left: -5%;
    top: 50%;
    z-index: 1;
}

.kit .playera4{
    position: absolute;
    width: 50%;
    left: 20%;
    top: 52%;
    z-index: 1;
}

.kit .cachucha1{
    width: 20%;
    position: absolute;
    right: 17%;
    top: 64%;
}

.kit .cachucha2{
    width: 20%;
    position: absolute;
    right: 13%;
    top: 55%;
}


.convocatoria{
    background: #000;
    padding: 8rem 0;
    background-size: cover;
}

.convocatoria h2{
    font-family: 'SuperRichExpandedPersonalUseOnlyStretch';
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    line-height: 100px;
    font-size: 90px;
    position: relative;
    z-index: 3;
    margin-left: 40px;

}

.convocatoria p{
    color: #fff;
    font-family: 'Arquitecta';
    font-size: 18px;
    margin-left: 40px;
}
    
.convocatoria a{
    width: 100%;
    background: transparent;
    border: 2px solid #fff;
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Arquitecta';
    text-transform: uppercase;
    border-radius: 30px;
    display: block;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 15px 30px;
    background-color: transparent;
    transition: background-color 0.4s ease, color 0.4s ease;
}

.convocatoria a:hover{
    background: #e2865d;
    border-color: #e2865d;

}

.convocatoria .puntos-naranja{
    position: relative;
}

.convocatoria .puntos-naranja img{
    position: relative;
    z-index: 1;
}

.convocatoria .puntos-naranja::after{
    content: "";
    display: block;
    background: url(../img/inicio/circulos-naranja.png) no-repeat;
    width: 233px;
    height: 230px;
    background-size: 100%;
    position: absolute;
    left: -80px;
    bottom: -80px;
    z-index: 0;
}

.parallax-section {
    width: 100%;
    background: url(../img/inicio/10.jpg);
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.parallax-section h2 {
    font-family: 'ArquitectaBlack';
    text-transform: uppercase;
    font-size: 90px;
    line-height: 0;
    z-index: 1;
    position: relative;
    margin-bottom: .5rem;
    text-align: center;
}

.premiacion {
    background: url(../img/inicio/bg-premiacion.jpg)no-repeat;
    padding: 4rem 0;
    position: relative;
    width: 100%;
    font-family: 'Arquitecta';
}

.premiacion h2{
    font-family: 'SuperRichExpandedPersonalUseOnlyStretch';
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    line-height: 100px;
    font-size: 50px;
    position: relative;
    z-index: 3;
    text-align: center;
}

.premiacion h3{
    text-transform: uppercase;
    color: #EDE8CC;
    margin-bottom: 0;
    font-size: 22px;
    position: relative;
    z-index: 3;
    text-align: center;
} 

.premiacion a.btn{
    width:100%;
    display: block;
    border-radius: 30px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ArquitectaBold';
    padding: 10px ;
    font-size: 21px;
    text-align: center ;
    border:2px solid #fff;
}


.premiacion a:hover{
    background: transparent;
}

.premiacion p{
    color: #fff;
    text-transform: uppercase;
    margin: 1rem 0 2rem;
    width: 100%;
    font-size: 18px;
}

.premiacion  p a{
    color: #fff;
}

.premiacion p.numero{
    font-size: 120px;
    font-family: 'AzonixRegular';
    text-align: right;
}

.premios p{
    margin: 0;
    font-family: 'AzonixRegular';
    font-size: 30px;
}

.premios p span{
    margin: 0;
    font-family: 'AzonixRegular';
    font-size: 16px;
}

.premios p span sub {
    font-weight: normal;
    font-size: 12px;
    bottom: 0;
    font-weight: normal;
}


.premios .contenido{
    padding-top: 2.5rem;
    margin-bottom: 4rem;
}

.inscripcion{
    background: #000;
    padding: 6rem 0;
    position: relative;
}

.inscripcion::before{
    content: "";
    display: block;
    background: url(../img/inicio/recuadros-rosas.png)no-repeat;
    width: 440px;
    height: 160px;
    background-size: 100%;
    position: absolute;
    right: -55px;
    top: 10%;
}

.inscripcion::after{
    content: "";
    display: block;
    background: url(../img/inicio/circulos.png)no-repeat;
    width: 285px;
    height: 285px;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom:-35px;
}

.inscripcion h2{
    font-family: 'SuperRichExpandedPersonalUseOnlyStretch';
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    line-height: 100px;
    font-size: 50px;
    position: relative;
    z-index: 3;
    text-align: center;
}

.inscripcion iframe,
.galeria iframe{
    width: 100%!important;
}

.inscripcion .card{
    width: 100%;
    border: 0;
    position: relative;
    z-index: 1;
    border-radius: 0;
    text-align: center;
    margin-top: 2rem;
    text-transform: uppercase;
    font-family: 'ArquitectaMedium';

    display: flex;
    flex-direction: column; /* o row si quieres que estén lado a lado */
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.card:hover{
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.card::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.1) 100%);
  transform: rotate(25deg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.card:hover::before {
  opacity: 1;
  animation: shine 1s forwards;
}

@keyframes shine {
  from {
    transform: translateX(-100%) rotate(25deg);
  }
  to {
    transform: translateX(100%) rotate(25deg);
  }
}

.card p{
    margin-bottom: 0;
    font-size: 22px;
}

.card p strong{
    font-family: 'ArquitectaBlack';
}

.card p span{
    font-size: 18px;
    font-family: 'ArquitectaBlack';
}

.card .rosa{
    background: #CE96B0;
    padding: 3rem 2rem;
    min-height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card .naranja{
    background: #E9A586;
    padding: 3rem 2rem;
    min-height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card .amarillo{
    background: #DCD199;
    padding: 3rem 2rem;
    min-height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card .azul{
    background: #BBD0CE;
    padding: 3rem 2rem;
    min-height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card h4{
    font-family: 'AzonixRegular';
    font-size: 30px;
}

.azul, 
.medio {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card .medio{
    padding: 2rem 0;
    min-height: 206px;
}

.inscripcion  a.btn {
    width: 100%;
    display: block;
    border-radius: 30px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ArquitectaBold';
    padding: 10px;
    font-size: 21px;
    text-align: center;
    border: 2px solid #fff;
    margin-top: 4rem;
}

.inscripcion a.btn:hover {
    background: #fff;
    color: #000;
}

.bg-naranja{
    background: url('../img/inicio/Banner-08-sin-texto.png')no-repeat;
    width: 100%;
    background-size: 100%;
    padding: 4rem 0;
    color: #fff;
    text-align: center;
}

.bg-naranja a{
    margin: 0 10%;
    border-radius: 30px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ArquitectaBold';
    padding: 10px 20px;
    font-size: 20px;
    text-align: center ;
    border:2px solid #fff;
}


.bg-naranja a:hover{
    background: transparent;
}

.bg-naranja h2{
    text-transform: uppercase;
    font-size: 45px;
}

.bg-naranja p{
    margin: 2rem 0;
    font-size: 18px;
    text-transform: uppercase;
}

.bg-naranja iframe{
    width: 100%!important;
}

.como-llegar{
    background: #000 url('../img/inicio/Banner-01-Fondo-1400px.png');
    background-size: 100%;
    padding: 4rem 0;
    text-align: center;
    position: relative;
}

.como-llegar .bg-blanco{
    background: #fff;
    text-align: left;
    padding: 0 0 0 2rem;
    position: relative;
}

.como-llegar .bg-blanco .info{
    margin-top: 100%;
}

.como-llegar iframe{
    width: 100%!important;
}

.como-llegar h2{
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'SuperRichExpandedPersonalUseOnlyStretch';
}

.como-llegar h3{
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 4rem;
}

.como-llegar .bg-blanco h4{
    color: #000;
    font-size: 30px;
    font-family: 'ArquitectaBold';
}

.como-llegar .bg-blanco a{
    color: #000;
    font-size: 24px;
    line-height: 25px;
    font-family: 'ArquitectaMedium';
}

.como-llegar .bg-blanco a.negro{
    color: #000;
    font-size: 20px;
    display: block;
    font-family: 'Arquitecta';
    width: 60%;
    background: #000;
    border-radius:3px;
    color: #fff;
    text-align: center;
    margin-top: 1rem;
    text-transform: uppercase;
    padding: 5px;
}

.como-llegar a strong{
    display: block;
    font-family: 'ArquitectaBold';
}


.programa{
    width: 100%;   
    background: #DCD199;
    padding: 6rem 0 ; 
    position: relative;
}

.programa::before{
    content: "";
    display: block;
    background: url(../img/inicio/triangulos-rosas.png) no-repeat;
    width: 240px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    left: 55px;
    top: 10%;
}

.programa::after{
    content: "";
    display: block;
    background: url(../img/inicio/circulos-naranja.svg) no-repeat;
    width: 160px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    left: 30%;
    bottom: 5%;
}


.programa h2{
    margin-bottom: 2rem;
    font-size: 70px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-family: 'SuperRichExpandedPersonalUseOnlyStretch';
}

.programa h4{
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-family: 'ArquitectaMedium';
    margin-bottom: 3rem;
}

.programa h5{
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    font-family: 'AzonixRegular';

}

.programa p{
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    margin-bottom: 3rem;
}

.programa p.zona{
    font-size: 20px;    
    font-family: 'ArquitectaHeavy';
    text-align: center;
    width: 50%;
    margin: 2rem 25%;

}


.programa h3{
    margin-bottom: 2rem;
    font-size: 35px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-family: 'SuperRichExpandedPersonalUseOnlyStretch';
}

.programa h3 span{
    font-family: 'AzonixRegular';
}

.programa .lineas-amarillas{
    width: 100%;
    background: url("../img/inicio/triangulos-amarillos.svg")no-repeat;
    background-size: 100%;
    background-position: center;
}

.programa .border{
    border: 1px solid #000 !important;    padding: 2rem;
}


.programa .border p{
    font-size: 19px;
    text-transform: initial;
    margin-bottom: 0;
}

.programa .border h4{
    margin-bottom: 1rem;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    font-family: 'ArquitectaHeavy';
}

.programa .border .linea {
    border-right: 1px solid #db692f;

}

footer{
    background: #000;
    color: #fff;
    padding: 2rem 0;
}

footer p{
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a svg {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 7px;
}

svg:hover {
    transform: scale(1.05) rotate(1.5deg);
}

footer ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    margin: 0 5px;
}

footer svg path{
    fill:#fff;
}

footer hr{
    opacity: 1; 
}

.inscripciones{
    background: url(../img/inicio/bg-negro.jpg)no-repeat;
    padding: 10rem 0 10rem;
    background-size: cover;
    background-position: center;
}

.inscripciones h1 {
    font-family: 'SuperRichExpandedPersonalUseOnlyStretch';
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    line-height: 100px;
    font-size: 50px;
    position: relative;
    z-index: 3;
    text-align: center;
}

.inscripciones iframe{
    width: 100%!important;
}

.inscripciones h2 {
    font-family: 'AzonixRegular';
    font-size: 60px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    margin-top: 2rem;
}

.inscripciones h4 {
    font-family: 'Arquitecta';
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    letter-spacing: 9px;
}

@media (min-width: 1920px){
    
    .kit .playera1 {
        width: 45%;
        top: -5%;
    }

    .kit .playera2 {
        width: 45%;
        top: 0;
    }

    .kit .playera3{
        top: 41%;
        width: 50%;
    }

    .kit .playera4{
        width: 50%;
        top: 42%
    }

    .kit .cachucha1,
    .kit .cachucha2 {
        width: 17%;
    }

    .kit .medalla {
        width: 15%;
        right: 2%;
    }
}

/* iPad Mini Vertical (Portrait) */
@media (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
  /* estilos específicos */

  header ul{
      text-align: center;
  }

  .countdown-number {
      font-size: 50px;
      border: 0;
  }

  .trail::before {
      width: 220px;
      height: 80px;
      top: -33px;
  }

  .trail::after {
      width: 285px;
      height: 74px;
  }

  .kit::before {
      width: 240px;
      height: 80px;
      top: 5%;
  }

  .kit .medalla {
    position: absolute;
    width: 34%;
    right: 0;
    top: 0;
  }

  .kit .playera1 {
      top: 30%;
  }

  .kit .playera2 {
      top: 32%;
  }

  .kit .cachucha2 {
      width: 20%;
      position: absolute;
      right: 13%;
      top: 59%;
  }

  .kit::after {
      content: "";
      display: block;
      background: url(../img/inicio/circulos-naranjas.png) no-repeat;
      width: 185px;
      height: 174px;
      background-size: 100%;
      position: absolute;
      left: 0;
      z-index: 0;
      bottom: 0;
  }

  .kit .playera3 {
    top: 56%;
    width: 45%;
  }

  .kit .playera4 {
    width: 45%;
    top: 60%;
  }

  .convocatoria h2 {
      font-size: 50px;
      text-align: center;
  }

  .convocatoria p{
    text-align: center;
  }
  
  .convocatoria {
    padding: 2rem 0 5rem;
  }

  .convocatoria .puntos-naranja::after{
    display: none;
  }

  .convocatoria a {
    margin: 3rem 55%;

  }

  .premiacion{
    text-align: center;
    background-repeat: repeat;
    background-size: cover;
  }

  .premiacion a{
    margin: 0 auto;
  }

  .premiacion p.numero {
      font-size: 120px;
      font-family: 'AzonixRegular';
      text-align: center;
  }

  .premios .contenido {
      padding-top: 0;
      margin-bottom: 1rem;
  }

  .bg-naranja {
    background-repeat: repeat;
    background-size: cover;
  }

  .bg-naranja a {
      margin: 0 10% 3rem;
      display: block;
  }

  .como-llegar .bg-blanco .info {
      margin-top: 0;
      margin-bottom: 3rem;
  }

  .como-llegar .bg-blanco {
    padding: 2rem;
  }

  .programa::before {
    left: 0;
    top: 1rem;
  }

  .programa p {
    text-align: center;
  }

  .programa h5,
  .programa .border h4 {
      text-align: center;
  }

  .programa::after{
    display: none;
  }

  .como-llegar h2,
  .programa h2 {
      font-size: 50px;
  }

}

/* iPad Mini Horizontal (Landscape) */
@media (min-width: 1024px) and (max-width: 1366px) {
  /* estilos específicos */

   header ul{
       text-align: center;
   }

   .countdown-number {
       font-size: 50px;
       border: 0;
   }

   .trail::before {
       width: 220px;
       height: 80px;
       top: -33px;
   }

   .trail::after {
       width: 285px;
       height: 74px;
   }

   .kit::before {
       width: 240px;
       height: 80px;
       top: 5%;
   }

   .kit .medalla {
     position: absolute;
     width: 34%;
     right: 0;
     top: 0;
   }

   .kit .playera1 {
       top: 30%;
   }

   .kit .playera2 {
       top: 32%;
   }

   .kit .cachucha2 {
       width: 20%;
       position: absolute;
       right: 13%;
       top: 59%;
   }

   .kit::after {
       content: "";
       display: block;
       background: url(../img/inicio/circulos-naranjas.png) no-repeat;
       width: 185px;
       height: 174px;
       background-size: 100%;
       position: absolute;
       left: 0;
       z-index: 0;
       bottom: 0;
   }

   .kit .playera3 {
     top: 56%;
     width: 45%;
   }

   .kit .playera4 {
     width: 45%;
     top: 60%;
   }

   .convocatoria h2 {
       font-size: 50px;
       text-align: center;
   }

   .convocatoria p{
     text-align: center;
   }
   
   .convocatoria {
     padding: 2rem 0 5rem;
   }

   .convocatoria .puntos-naranja::after{
     display: none;
   }

   .convocatoria a {
     margin: 3rem 55%;

   }

   .premiacion{
     text-align: center;
     background-repeat: repeat;
     background-size: cover;
   }

   .premiacion a{
     margin: 0 auto;
   }

   .premiacion p.numero {
       font-size: 120px;
       font-family: 'AzonixRegular';
       text-align: center;
   }

   .premios .contenido {
       padding-top: 0;
       margin-bottom: 1rem;
   }

   .bg-naranja {
     background-repeat: repeat;
     background-size: cover;
   }

   .bg-naranja a {
       margin: 0 10% 3rem;
       display: block;
   }

   .como-llegar .bg-blanco .info {
       margin-top: 0;
       margin-bottom: 3rem;
   }

   .como-llegar .bg-blanco {
     padding: 2rem;
   }

   .programa::before {
     left: 0;
     top: 1rem;
   }

   .programa p {
     text-align: center;
   }

   .programa h5,
   .programa .border h4 {
       text-align: center;
   }

   .programa::after{
     display: none;
   }

   .como-llegar h2,
   .programa h2 {
       font-size: 50px;
   }

}



/* iPad Mini Horizontal (Landscape) */
@media (max-width: 767px) {
  /* estilos específicos */

   header ul{
       text-align: center;
   }

   #countdown {
       padding: 1rem 0 4rem;
   }

   .countdown-number {
       font-size: 35px;
       border: 0;
   }

   .trail::before {
       width: 220px;
       height: 80px;
       top: -33px;
   }

   .trail::after {
       width: 285px;
       height: 74px;
   }

   .kit h2 {
        font-size: 23px;
        line-height: 19px;
        z-index: 1;
        text-align: left;
    }

    .kit a.btn-naranja {
        float: left;
        position: relative;
        z-index: 9999;
    }

   .kit::before {
       width: 180px;
       height: 80px;
       top: 5%;
   }

   .kit .medalla {
     position: absolute;
     width: 34%;
     right: 0;
     top: 0;
   }

   .kit .playera1 {
       top: 30%;
   }

   .kit .playera2 {
       top: 32%;
        left: 58%;
   }

   .kit .playera1 {
       left: 38%;
   }

   .kit .cachucha2 {
       width: 20%;
       position: absolute;
       right: 13%;
       top: 59%;
   }

   .kit::after {
       content: "";
       display: block;
       background: url(../img/inicio/circulos-naranjas.png) no-repeat;
       width: 185px;
       height: 174px;
       background-size: 100%;
       position: absolute;
       left: 0;
       z-index: 0;
       bottom: 0;
   }

   .kit .playera3 {
     top: 50%;
   }

   .kit .playera4 {
     top: 54%;
   }

   .kit .rayas h2{
    text-align: left;
     margin-bottom: .5rem;
   }

   .inscripcion::before {
       width: 240px;
       height: 80;
       top: 0;
       right: -155px;
   }

   .inscripcion {
       padding: 2rem 0;
   }

   .convocatoria h2 {
       font-size: 25px;
       text-align: center;
       margin-left: 0;
   }

   .convocatoria p {
    text-align: center;
       font-size: 15px;
       margin: 0 2rem 2rem;
   }
   
   .convocatoria {
     padding: 2rem 0 5rem;
   }

   .convocatoria .puntos-naranja::after{
     display: none;
   }

   .convocatoria a {
    margin: 0 1rem;
    width: auto;

   }

   .premiacion{
     text-align: center;
     background-repeat: repeat;
     background-size: cover;
   }

   .parallax-section h2{
    font-size: 50px;
   }

   .premiacion h2,
   .inscripcion h2,
   .bg-naranja h2{
    font-size: 25px;
   }

   .premiacion a{
     margin: 0 auto;
   }

   .premiacion p.numero {
       font-size: 120px;
       font-family: 'AzonixRegular';
       text-align: center;
   }

   .premios .contenido {
       padding-top: 0;
       margin-bottom: 1rem;
   }

   .parallax-section {
       height: 250px;
   }

   .bg-naranja {
     background-repeat: repeat;
     background-size: cover;
   }

   .bg-naranja a {
       margin: 0 10% 3rem;
       display: block;
   }

   .como-llegar .bg-blanco .info {
       margin-top: 0;
       margin-bottom: 3rem;
   }

   .como-llegar .bg-blanco {
     padding: 2rem;
   }

   .programa::before {
     left: 0;
     top: 1rem;
   }

   .programa p {
     text-align: center;
   }

   .programa h5,
   .programa .border h4 {
       text-align: center;
   }

   .programa::after{
     display: none;
   }

   .como-llegar h2,
   .programa h2 {
       font-size: 30px;
   }

   .como-llegar h3 {
       font-size: 16px;
   }

   .programa .border .linea{
    border:1px solid #DCD199;
   }

   footer p {
       font-size: 12px;
   }

   .programa h3 {
       font-size: 22px;
   }

   footer ul {
       margin: 0 30% 1rem;
   }

   .inscripciones h1 {
       line-height: 25px;
       font-size: 25px;
   }

   .inscripciones h2 {
       font-size: 40px;
   }
   .inscripciones h4 {
       font-size: 10px;
   }

   .inscripciones {
       padding: 2rem 0 2rem;
   }

   .kit ul li p {
       font-size: 16px;
   }

   .kit {
       padding: 4rem 0 5rem;
   }

   .convocatoria .puntos-naranja {
       position: relative;
       margin-bottom: 2rem;
   }

}
