* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.preloader {
  background: #3c9ccc;
}

nav {
  background-color: white;
  padding: 30px 60px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.inscripcion {
  background-image: url(../images/2025/banner_hero_desk.webp);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-around;
  padding: 60px;
  padding-bottom: 0;
  height: auto;
}

.agenteMapei {
  width: 28%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.agenteMapei img {
  width: 100%;
  max-width: 300px;
}

.columnaMedio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4%;
}

h1 {
  display: none;
}

.eventoExclusivo {
  width: 25vw;
  color: #f1f1f1;
  font-size: 1.5rem;
  text-align: center;
}

.eventoExclusivo span {
  font-weight: bold;
}

.proximoEvento {
  width: 20rem;
  background-color: #FF8200;
  border-radius: 18px;
  border: #f1f1f1 1px solid;
  padding: 1vw;
  text-align: center;
  color: #f1f1f1;
}

.proximoEvento p {
  margin: 0;
}

.proximoEvento p:first-of-type {
  font-size: 1.5rem;
  font-weight: bold;
}

.proximoEvento p {
  font-size: 1rem;
}

.contenedorForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f1f1f1;
  width: 30%;
  height: 100%;
  border-radius: 20px;
  padding: 2vw;
  margin-bottom: 2rem;
}

.contenedorForm h2 {
  color: #FF8200;
  margin: 0;
}

.contenedorForm p {
  width: 20vw;
  color: #FF8200;
  text-align: center;
}

.form-inner input,
.form-inner select,
.form-inner button {
  width: 100%;
  height: 40px;
  margin: 0.5vw 0;
  padding: 1% 2%;
  border: #FF8200 2px solid;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 0.875rem;
}

.basesYcondiciones {
  display: flex;
  align-items: center;
}

.basesYcondiciones input {
  width: 20px;
  margin-right: 3%;
}

.basesYcondiciones a {
  font-size: 0.75rem;
  color: #FF8200;
}

label {
  margin-bottom: 0;
}

.contenedorForm button {
  background-color: #FF8200;
  color: #f1f1f1;
  font-weight: 600;
}

.infoDesafio {
  display: flex;
  border-bottom: #FF8200 20px solid;
}

.video {
  width: 50%;
  display: flex;
  align-items: flex-end;
}

.video video {
  width: 100%;
  object-fit: cover;
}

.desafioMapei {
  width: 50%;
  padding: 30px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

h3 {
  color: #FF8200;
  font-size: 2rem;
  margin: 0 0 3% 0;
}

h3 span {
  font-weight: normal;
}

.participa {
  color: #3F485D;
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 3%;
}

.participa span {
  font-weight: bold;
}

.caracteristicasDesafio div {
  display: flex;
  align-items: center;
  margin-bottom: 3%;
}

.caracteristicasDesafio img {
  width: 3vw;
  margin-right: 5%;
}

.caracteristicasDesafio p {
  color: #363636;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0;
}

.evento {
  background-color: #FF8200;
  border-radius: 15px 15px 0 0;
  padding: 5% 10%;
  color: #f1f1f1;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.evento p {
  margin: 0 0 0.5% 0;
  font-size: 1rem;
  text-align: center;
}

.teEsperamos {
  font-weight: bold;
  margin-bottom: 1vw !important;
}

.evento div:first-of-type {
  margin-bottom: 1vw;
}

.sectionMapa {
  background-image: url(../images/2025/banner_mapa.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 5% 60px;
}

.datosProxEvento {
  background-color: #FF8200;
  padding: 2%;
  border-radius: 18px;
  width: 90%;
}

.datosProxEvento p {
  font-size: 1.75rem;
  color: #f1f1f1;
  margin: 0;
  text-align: center;
}

.datosProxEvento div {
  margin-bottom: 3%;
}

.datosProxEvento div p:first-of-type,
.datosProxEvento p span {
  font-weight: bold;
}

.columnaMedio img, .sectionMapa img{
    width: 300px;
    margin: 0 auto;
  }

.sectionMapa .direccionEvento {
  margin-top: 2%;
  padding: 1%;
  background-color: #f1f1f1;
  border-radius: 9px;
  color: #3F485D;
  font-size: 1.5rem;
}

.contenedorIframe {
  width: 90%;
  height: 50vh;
  border: #f1f1f1 7px solid;
  border-radius: 18px;
}

iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.irALaWeb {
  text-align: center;
  padding: 20px 0 40px 0;
  background-color: #f1f1f1;
}

.triangulo {
  position: relative;
  top: -45px;
}

.irALaWeb a p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2%;
  color: #3F485D;
}

.irALaWeb a,
.footer p a {
  text-decoration: none;
  font-weight: bold;
}

.footer {
  padding: 30px 60px 20px 60px;
  display: flex;
  justify-content: space-between;
  background-color: #3F485D;
  color: #f1f1f1;
}

.footer p a {
  color: #f1f1f1;
}

.footerSocial {
  width: 10vw;

}

.footerSocial ul {
  list-style-type: none;
}

.socialMedia {
  display: flex;
  gap: 10%;
}

.socialMedia li i {
  color: #f1f1f1;
}

.footerSocial .socialMedia li a {
  font-size: 1.25rem;
}

.footerSocial .socialMedia li a:hover {
  color: #FF8200;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  align-items: flex-end;
}

.close {
  color: #FF8200;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #3F485D;
  text-decoration: none;
  cursor: pointer;
}

.modal-content p {
  align-self: center;
  font-weight: bold;
}

#modalCloseBtn {
  padding: 0.5rem 1rem;
  background-color: #FF8200;
  border: none;
  border-radius: 30px;
  color: white;
}

/* DESKTOP */
@media only screen and (min-width: 1500px) {
  .agenteMapei img{
    max-width: 400px;
  }

  .contenedorForm h2,
  .contenedorForm p {
    margin-bottom: 2%;
  }

  .contenedorForm h2 {
    font-size: 1.7rem;
  }

  .contenedorForm p {
    font-size: 1.25rem;
  }

  .form-inner input,
  .form-inner select,
  .form-inner button {
    height: 50px;
    font-size: 1rem;
  }

  .form-inner button {
    font-size: 1.2rem;
  }

  .desafioMapei {
    padding: 40px 60px 0 60px;
  }

  .participa {
    margin-bottom: 3%;
  }

  .caracteristicasDesafio div {
    margin-bottom: 3%;
  }

  .caracteristicasDesafio img {
    margin-right: 3%;
  }

  .evento {
    padding: 3% 5%;
  }

  .evento p {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .contenedorForm {
    margin-bottom: 4%;
  }

  .caracteristicasDesafio div {
    margin-bottom: 5%;
  }

  .proximoEvento {
    padding: 1vw 2vw;
  }

  h3 {
    font-size: 2.25rem;
    width: 50vw;
  }
}

@media only screen and (min-width: 1630px) {
  .evento {
    padding: 3%;
  }

  .video {
    width: 45%;
  }

  .video video{
    height: 100%;
  }
}

@media only screen and (min-width: 1680px) {
  .proximoEvento img{
    width: 400px;
  }

  .proximoEvento{
    width: 28rem;
  }

  .proximoEvento p:first-of-type {
    font-size: 1.75rem;
  }

  .proximoEvento p {
    font-size: 1.25rem;
  }

  .contenedorForm {
    margin-bottom: 2%;
  }
}

@media only screen and (min-width: 1800px) {
  .columnaMedio img {
    width: 90%;
  }

  .eventoExclusivo {
    font-size: 1.75rem;
  }

  h3 {
    width: auto;
  }

  .participa {
    width: auto;
    font-size: 1.75rem;
  }

  .sectionMapa img {
    width: 25%;
  }
}

@media only screen and (min-width: 1900px) {
  body {
    display: flex;
    justify-content: center;
  }

  #content {
    max-width: 1900px;
    display: flex;
    flex-direction: column;
  }

  .inscripcion {
    align-items: flex-end;
  }

  .columnaMedio {
    margin-bottom: 10%;
    gap: 30px;
  }

  .proximoEvento {
    padding: 20px 40px;
  }

  .contenedorForm {
    margin-bottom: 3%;
    padding: 40px;
  }

  .caracteristicasDesafio img {
    width: 50px;
    height: 50px;
  }

  .teEsperamos,
  .evento div:first-of-type {
    margin-bottom: 20px !important;
  }

  .footerSocial {
    width: 200px;
  }
}


/* TABLET */
@media only screen and (max-width: 1160px) {

  .columnaMedio,
  .contenedorForm {
    margin-bottom: 60px;
  }

  .contenedorForm h2,
  .contenedorForm p {
    margin-bottom: 3%;
  }

  .contenedorForm p {
    width: 100%;

  }

  h3 {
    font-size: 1.75rem;
  }

  .participa {
    font-size: 1.25rem;
  }

  .evento p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1100px) {
  .desafioMapei {
    padding: 40px;
    padding-bottom: 0;
  }

  .basesYcondiciones a{
    font-size: 0.875rem;
  }

  .participa {
    margin-bottom: 3%;
  }

  .caracteristicasDesafio div {
    margin-bottom: 4%;
  }

  .caracteristicasDesafio img {
    margin-right: 2%;
    width: 2.5vw;
  }

  .evento {
    padding: 3% 5%;
  }

  .datosProxEvento p {
    font-size: 1.5rem;
  }

  .sectionMapa .direccionEvento {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 1000px) {
  .agenteMapei {
    display: none;
  }

  .columnaMedio img{
    width: 100%;
  }

  .eventoExclusivo {
    width: 35vw;
  }

  .proximoEvento {
    width: 35vw;
  }

  .contenedorForm {
    width: 40%;
  }

  .video {
    width: 100%;
  }

  .desafioMapei {
    width: 100%;
  }

  h3 {
    font-size: 1.5rem;
    margin: 0 0 1% 0;
  }

  .caracteristicasDesafio div {
    margin-bottom: 2%;
  }

  .datosProxEvento p {
    font-size: 1.2rem;
  }

  .infoDesafio {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 800px) {
  .video {
    width: 100%;
  }

  .desafioMapei {
    width: 100%;
  }

  .evento {
    margin-top: 2%;
  }

  .sectionMapa {
    padding: 7% 60px;
  }
}

@media only screen and (max-width: 640px) {
  nav {
    padding: 20px 16px;
  }

  .inscripcion {
    background-image: url(../images/2025/banner_hero_mob.webp);
    flex-direction: column;
    align-items: center;
    padding: 30px;
  }

  .columnaMedio,
  .contenedorForm {
    margin-bottom: 20px;
  }

  .eventoExclusivo {
    width: 60%;
  }

  .proximoEvento {
    width: 90%;
    padding: 2vw;
    margin-top: 5%;
  }

  .contenedorForm {
    margin-top: 5%;
    padding: 3vw;
    width: 100%;
  }

  .contenedorForm p {
    width: 80%;
    margin: 3% auto;
  }

  .form-inner input,
  .form-inner select,
  .form-inner button {
    height: 50px;
    margin: 1vw 0;
    margin-right: 3%;
    font-size: 0.75rem;
  }

  .infoDesafio {
    flex-direction: column;
  }

  .video {
    width: 100%;
    justify-content: center;
  }

  .desafioMapei,
  .sectionMapa,
  .footer {
    padding: 0 16px;
  }

  h3 {
    margin-top: 6%;
    font-size: 2rem;
  }

  .participa {
    margin-bottom: 5%;
    font-size: 1.5rem;
  }

  .caracteristicasDesafio {
    margin-bottom: 5%;
  }

  .caracteristicasDesafio img {
    width: 7.5vw;
    margin-right: 3%;
  }

  .caracteristicasDesafio p {
    font-size: 1.5rem;
  }

  .evento p {
    font-size: 1.25rem;
  }

  .sectionMapa {
    padding-bottom: 12%;
  }

  .datosProxEvento {
    width: 100%;
    padding: 4%;
  }

  .datosProxEvento p,
  .sectionMapa .direccionEvento {
    font-size: 1.25rem;
  }

  .sectionMapa .direccionEvento {
    padding: 2% 3%;
  }

  .contenedorIframe {
    width: 100%;
  }

  .footer {
    padding-top: 3%;
    padding-bottom: 3%;
    flex-direction: column;
    align-items: center;
  }

  .footerSocial {
    width: 20vw;
  }

  .socialMedia {
    gap: 15%;
  }
}

@media only screen and (max-width: 500px) {
  .eventoExclusivo {
    width: 90%;
  }

  .contenedorForm p {
    width: 90%;
  }

  h3 {
    font-size: 1.75rem;
  }

  .caracteristicasDesafio p {
    font-size: 1.25rem;
  }

  .evento p {
    font-size: 1rem;
  }



}

@media only screen and (max-width: 400px) {
  .proximoEvento {
    width: 100%;
  }

  .contenedorForm {
    width: 100%;
  }

  .participa {
    font-size: 1.25rem;
  }

  .caracteristicasDesafio div {
    margin-bottom: 5%;
  }

  .caracteristicasDesafio p {
    font-size: 1rem;
  }

  .evento div:first-of-type {
    margin-bottom: 3vw;
  }

  .columnaMedio img, .sectionMapa img{
    width: 280px;
    margin: 0 auto;
  }
}


/* POP UP */

#popupBYC {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
}

.popupBYC__cuerpo {
  position: relative;
  background-color: #edecec;
  border: 5px solid #3c9ccc;
  border-radius: 3px;
  width: 85%;
  margin: 6rem auto;
  padding: 3rem;
  color: #363636;
}

#popupBYC__cerrar {
  background-color: #3c9ccc;
  color: #fff;
  font-size: 1.5rem;
  line-height: 28px;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.popupBYC__cuerpo ul {
  list-style: none;
}

.popupBYC__cuerpo ul li {
  margin: 0;
  padding: 0;
}

/* PRELOADER */

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background: #FF8200;
}

.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}

.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes price-ani {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.1;
  }
}

.wow {
  animation-name: none !important;
  visibility: visible !important;
}