body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

/*************************** TITULOS Y TEXTOS ********************************/

h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 18px;
  color: #f3a0a2;
}

@media (min-width: 768px) {
  h4 {
    font-size: 23px;
  }
}

h5 {
  font-size: 23px;
}

i,
span {
  color: rgb(243 147 147);
}

.bg-lineamientos span {
  color: #000000;
}

.bg-mision h2 {
  font-weight: 900;
  color: #f8f6f4;
  font-size: 25px;
}

.bg-subcatego p,
.bg-catego p,
.bg-mision p,
.bg-resena p,
.bg-puntaje li,
.bg-premios p,
h4 {
  font-family: "Lato", sans-serif;
}

.bg-generos h2,
.bg-generos h3,
.bg-catego h3,
.bg-costos h3,
.bg-costos h2,
.bg-puntaje h2,
.bg-costos h3,
.bg-catego h2,
.bg-subcatego h2,
.bg-subcatego h3,
.bg-premios h3,
.bg-premios h2,
.bg-premios li,
.bg-convocatoria h2,
.bg-tiempos h2,
.bg-talleres h2,
.bg-escenario h2,
.bg-acceso h2,
.bg-foto h2 {
  font-family: "Murecho", sans-serif;
}

.bg-mision p {
  font-weight: 300;
  color: #f8f6f4;
  font-size: 15px;
  padding: 5px 5px;
}

.bg-generos p,
.bg-subcatego p,
.bg-catego p,
.bg-puntaje li,
.bg-premios p,
.bg-costos p {
  font-weight: 300;
  color: #f8f6f4;
  font-size: 18px;
}

.bg-resena p {
  font-weight: 100;
  color: #f71e54;
  font-size: 16px;
}

@media (min-width: 768px) {
  .bg-resena p {
    font-size: 16px;
    padding: 10px 90px;
  }
}

.bg-generos h2 {
  font-weight: 900;
  color: #f8f6f4;
  font-size: 35px;
  letter-spacing: 1rem;
}

.bg-subcatego h2,
.bg-catego h2,
.bg-costos h2,
.bg-puntaje h2,
.bg-premios h2,
.bg-convocatoria h2,
.bg-tiempos h2,
.bg-talleres h2,
.bg-escenario h2,
.bg-foto h2,
.bg-acceso h2 {
  font-weight: 900;
  color: #f8f6f4;
  font-size: 25px;
  letter-spacing: 0.5rem;
}

.bg-jueces p,
li {
  color: #fff;
  font-size: 14px;
}

.bg-generos h3,
.bg-subcatego h3,
.bg-catego h3,
.bg-puntaje h3,
.bg-tiempos h3 {
  color: #f8f6f4;
  font-weight: 900;
  font-size: 18px;
}

@media (min-width: 768px) {
  .bg-generos h2,
  .bg-subcatego h2,
  .bg-catego h2,
  .bg-costos h2,
  .bg-puntaje h2,
  .bg-premios h2,
  .bg-convocatoria h2,
  .bg-tiempos h2,
  .bg-talleres h2,
  .bg-escenario h2,
  .bg-foto h2,
  .bg-acceso h2 {
    font-size: 70px;
  }

  .bg-generos h3,
  .bg-subcatego h3,
  .bg-catego h3,
  .bg-puntaje h3,
  .bg-premios h3,
  .bg-tiempos h3 {
    font-size: 30px;
  }
}

.bg-fechas h2 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .bg-fechas h2 {
    font-size: 35px;
  }
}

.bg-premios.bg-lineas li {
  font-family: "Lato", sans-serif;
}

.bg-costos h4 {
  font-size: 18px;
}

.bg-costos span {
  font-size: 25px;
  color: #fff;
}

.bg-acceso h1 {
  color: #f3a0a2;
  font-size: 26px;
}

.tiempoadicional {
  font-size: 18px;
  color: #fff;
}

/********************** BOTONES ********************************/
.btn-full,
.btn-full:link,
.btn-full:visited {
  display: inline-block;
  text-decoration: none;
  border: 2px solid rgb(10, 10, 10);
  background-color: rgb(10, 10, 10);
  color: #d9d9d9;
  font-weight: 600;
  border-radius: 0px;
  padding: 40px 50px;
}

.btn-full:hover,
.btn-full:active {
  border: 2px solid #ffffff;
  color: #fff;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-whatsapp:link,
.btn-whatsapp:visited {
  font-weight: 600;
  border-radius: 0px;
  padding: 10px 20px;
  border: 2px solid#03CC02;
  background-color: #03cc02;
  color: #fff;
}

.btn-whatsapp:hover,
.btn-whatsapp:active {
  border: 2px solid #078d07;
  color: #fff;
  background-color: #078d07;
}

/********************************** BARRA MENU ********************************/

.barra {
  background-color: #000;
  font-family: "Oswald", sans-serif;
}

.header {
  position: relative;
}

.altura {
  height: 1500px;
}

.header .barra.inicio {
  position: absolute;
  z-index: 100;
  width: 100%;
}

@media (min-width: 1200px) {
  .barra {
    background-color: transparent;
  }

  .header {
    position: relative;
  }
  .header .barra.inicio {
    position: absolute;
    z-index: 100;
    width: 100%;
  }
}

.navbar-nav a {
  text-transform: uppercase;
}

/*.navbar-dark .navbar-nav .nav-link {
    color: red;
    font-size: 14px;
    font-weight:normal;   
        
}*/

.navbar-dark .navbar-nav .nav-enlace {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 2.5px;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s, color 0.3s;
}

.dropdown-enlace {
  color: #9b4244;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 2.5px;
  transition: all 0.3s, color 0.3s;
  text-align: center;
}

.dropdown-menu {
  background-color: #000;
}

@media (min-width: 1200px) {
  .dropdown-enlace {
    text-align: start;
    color: #fff;
  }

  .dropdown-menu {
    background-color: #444141;
  }
}

.navbar-dark .navbar-nav .nav-enlace:hover {
  color: white;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 2px solid #ff9999;
}

.nav-item {
  padding: 20px;
}

.nav-item:first-of-type {
  padding-top: 45px;
}

@media (min-width: 1200px) {
  .nav-item:first-of-type {
    padding-top: 5px;
  }

  .nav-item {
    padding: 5px;
  }
}

.logo {
  order: -1;
}

.logo img {
  height: 3.5rem;
}

@media (min-width: 768px) {
  .logo img {
    height: 5rem;
  }
}

.btn-rgto:link,
.btn-rgto:visited {
  padding: 1rem 1rem;
  border-radius: 4px;
  color: #fff;
  background-color: #cc0033;
  transition: all 0.3s;
}

.navbar-toggler > .close {
  display: inline;
}
.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  display: none;
}

.barra .close i {
  color: #fff;
}

/*********************************** SCROLL *******************************************/

.header-scroll {
  opacity: 0;
  margin-top: -300px;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: rgb(0, 0, 0);
  transition: all 0.5s ease;
  border-bottom: 1px solid #444141;
}

.header-scroll.activo {
  margin-top: 0;
  opacity: 1;
}

.header-scroll-up {
  opacity: 0;
  margin-top: -700px;
  position: fixed;
  z-index: 100;
  transition: all 0.5s ease;
}

.header-scroll-whatsapp-up {
  opacity: 0;
  margin-top: -700px;
  position: fixed;
  z-index: 100;
  transition: all 0.5s ease;
}

.header-scroll-up.activo {
  margin-top: 0;
  opacity: 1;
}

.header-scroll-whatsapp-up.activo {
  margin-top: 0;
  opacity: 1;
}
/*************************** SOCIALES ****************************/

.sociales a {
  text-decoration: none;
}

.sociales span {
  display: none;
}

.sociales a:before {
  font-family: "Font Awesome 5 Brands";
  color: white;
  font-size: 20px;
}

.sociales a[href*="facebook.com"]::before {
  content: "\f39e";
  margin-right: 20px;
}

.sociales a[href*="instagram.com"]::before {
  content: "\f16d";
  margin-right: 20px;
}

.sociales a[href*="tiktok.com"]::before {
  content: "\e07b";
}

/****************************** CARRUSEL HERO *******************************/

.imagen-slide-container {
  height: 100vh;
}

.hero.carousel-item {
  height: 100vh;
  background-image: url("../img/slide1.jpg");

  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;

  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}

@supports (-webkit-touch-callout: none) {
  .hero.carousel-item {
    background: url("../img/slide1.jpg") no-repeat scroll;
  }
}

.carousel-item h2 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .carousel-item h2 {
    font-size: 30px;
  }
}

.bg-generos {
  background-position: center center;
}

.carousel-item.logo-slide1 {
  background-position: center left;
}

.carousel-item.logo-slide2 {
  background-position: center center;
}

.carousel-item.logo-slide3 {
  background-position: center right;
}

/********************************** CONVOCATORIA ************************************/

.bg-convocatoria {
  background-image: url(../img/bg-convocatoria.jpg);
  margin-top: 3px;
  background-size: cover;

  margin-bottom: 3px;
  background-position: right top;
}

@supports (-webkit-touch-callout: none) {
  .bg-convocatoria {
    background: url("../img/bg-convocatoria.jpg") right top no-repeat scroll;
  }
}

.cuadros-convoca {
  background-color: #cc0033;
  min-height: 100px;
  border-radius: 5px;
  color: #979797;
}

.cuadros-convoca.descarga-conv {
  background-color: transparent;
}

.cuadros-convoca-des {
  background-color: rgb(162, 138, 138);
  min-height: 100px;
  border-radius: 5px;
  color: #979797;
}

.container-convoca {
  max-width: 750px;
  width: 95%;
  margin: 0 auto;
  line-height: 35px;
}

.cuadros-convoca,
.cuadros-convoca-des {
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.cuadros-convoca:hover,
.btn-full:active {
  background-color: #000;
}

.descarga-conv.cuadros-convoca:hover,
.btn-full:active {
  background-color: transparent;
  color: #979797;
}

.cuadros-convoca-des:hover,
.btn-full:active {
  background-color: #cc0033;
}

.cuadros-convoca i,
.cuadros-convoca-des i {
  color: #ece3e3;
  font-size: 25px;
}

.cuadros-convoca p,
.cuadros-convoca-des p {
  color: #ece3e3;
  font-size: 12px;
}

.cuadros-convoca img,
.cuadros-convoca-des img {
  width: 20px;
}

.centro-convoca {
  width: 80px;
}

@media (min-width: 768px) {
  .cuadros-convoca {
    min-height: 150px;
    border-radius: 5px;
  }

  .cuadros-convoca-des {
    min-height: 150px;
    border-radius: 5px;
  }

  .cuadros-convoca i,
  .cuadros-convoca-des i {
    color: #ece3e3;
    font-size: 35px;
  }

  .cuadros-convoca p,
  .cuadros-convoca-des p {
    color: #ece3e3;
    font-size: 20px;
  }

  .cuadros-convoca img,
  .cuadros-convoca-des img {
    width: 30px;
  }

  .centro-convoca {
    width: 140px;
  }
}

.container-convoca a {
  text-decoration: none;
}

/********************************** BACKGROUNDS ************************************/

.bg-acceso {
  background-image: url(../img/bg-escenario2.jpg);
  background-position: center center;
  background-size: cover;

  background-repeat: no-repeat;
}

@supports (-webkit-touch-callout: none) {
  .bg-acceso {
    background: url("../img/bg-escenario2.jpg") center center no-repeat scroll;
  }
}

.bg-foto {
  background-image: url(../img/bg-foto.jpg);
  background-size: cover;
  background-position: center center;
}

@supports (-webkit-touch-callout: none) {
  .bg-foto {
    background: url("../img/bg-foto.jpg") center center no-repeat scroll;
  }
}

.bg-mision {
  background-image: url(../img/bg-mision.jpg);
  background-size: cover;
  background-position: center center;
}

.bg-generos {
  background-image: url(../img/bg-generos.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 850px;
  margin-bottom: 3px;
  background-position: right top;
}

@media (min-width: 768px) {
  .bg-generos {
    height: 950px;
  }
}

@supports (-webkit-touch-callout: none) {
  .bg-generos {
    background: url("../img/bg-generos.jpg") right top no-repeat scroll;
  }
}

.bg-subcatego {
  background-image: url(../img/bg-subcatego.jpg);
  background-size: cover;
  height: 650px;
  margin-bottom: 3px;
  background-position: center center;
}

@supports (-webkit-touch-callout: none) {
  .bg-subcatego {
    background: url("../img/bg-subcatego.jpg") right bottom no-repeat scroll;
    background-size: auto 100vh;
  }
}

@media (min-width: 768px) {
  .bg-subcatego {
    background-position: center top;
  }
}

.bg-tiempos {
  background-image: url(../img/bg-tiempos.jpg);
  background-size: cover;
  height: 1150px;

  margin-bottom: 3px;
  background-position: center top;
}

@supports (-webkit-touch-callout: none) {
  .bg-tiempos {
    background: url("../img/bg-tiempos.jpg") center top no-repeat scroll;
    background-size: auto 150vh;
  }
}

@media (min-width: 768px) {
  .bg-tiempos {
    background-position: center top;
    height: 1200px;
  }
}

.bg-catego {
  background-image: url(../img/bg-catego.jpg);
  background-size: cover;
  height: 650px;

  margin-bottom: 3px;
  background-position: center center;
}

@supports (-webkit-touch-callout: none) {
  .bg-catego {
    background: url("../img/bg-catego.jpg") center center no-repeat scroll;
  }
}

@media (min-width: 768px) {
  .bg-catego {
    background-position: center top;
    height: 650px;
  }
}

.bg-costos {
  background: #444141;
  background-image: linear-gradient(45deg, rgb(218, 89, 89), rgb(14, 14, 15));
  margin-bottom: 3px;
  background-position: center center;
}

.bg-puntaje {
  background-image: url(../img/bg-puntaje.jpg);
  background-size: cover;

  margin-bottom: 3px;
  background-position: left center;
}

@supports (-webkit-touch-callout: none) {
  .bg-puntaje {
    background: url("../img/bg-puntaje.jpg") left center no-repeat scroll;
  }
}

.bg-premios {
  background-image: url(../img/bg-premios.jpg);
  background-size: cover;
  margin-bottom: 3px;
  background-position: center top;
}

@supports (-webkit-touch-callout: none) {
  .bg-premios {
    background: url("../img/bg-premios.jpg") center center no-repeat scroll;
    background-size: auto 200vh;
  }
}

.bg-black {
  background-color: #000;
  color: #d9d9d9;
  font-size: 18px;
}

.bg-primary {
  background-color: #444141 !important;
  padding-right: 0;
}

.bg-fechas {
  background-image: url(../img/fechas.jpg);
  background-size: cover;
  background-position: center center;
}

.bg-premios.bg-lineas {
  background-image: url(../img/fechas.jpg);
  background-size: cover;

  margin-bottom: 3px;
  background-position: center center;
}

.bg-escenario {
  background-color: #000;
}

/**************************RESENA - MISION***********************************/

.contenido span,
.contenido h2 {
  font-weight: 600;
  color: #fff;
}

.imagen-fluida {
  max-width: 90%;
  height: auto;
}

@media (min-width: 768px) {
  .imagen-fluida {
    max-width: 70%;
    height: auto;
  }
}

.imagen .contenido p {
  font-size: 18px;
  line-height: 145%;
  font-weight: 100;
  text-align: justify;
}

.bg-resena h3 {
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .bg-resena h3 {
    font-size: 25px;
  }
}

/***********************REGLAMENTO *************************************************/

.bg-lineamientos {
  background-image: url(../img/registro-fondo.jpg);
  background-size: cover;
  color: #fff;
  height: 450px;

  background-position: top center;
}

@supports (-webkit-touch-callout: none) {
  .bg-lineamientos {
    background: url("../img/registro-fondo.jpg") top center no-repeat scroll;
    background-size: auto 100vh;
  }
}

.bg-lineamientos h1 {
  font-size: 22px;
}

.bg-lineamientos i {
  font-size: 27px;
}

.lineamientos-contenido {
  width: 100%;
}

@media (min-width: 768px) {
  .bg-lineamientos h1 {
    font-size: 35px;
  }
  .lineamientos-contenido {
    width: 70%;
  }
}

/********************** VIDEO ****************************/

.fondo-video {
  background-image: url(../img/fondo-video.jpg);
  background-size: cover;
  height: 400px;
  background-position: center center;
}

@supports (-webkit-touch-callout: none) {
  .fondo-video {
    background: url("../img/fondo-video.jpg") center center no-repeat scroll;
    background-size: auto 100vh;
  }
}

.contenido-video i {
  color: #fff;
  font-size: 80px;
  z-index: 100;
  transform: scale(1.15);
  transition: transform 0.5s;
}

.contenido-video i:hover {
  transform: scale(1.35);
}

/********************** PREMIOS ****************************/

.container-premios {
  max-width: 750px;
  width: 95%;
  margin: 0 auto;
  line-height: 35px;
}

.container-premios li {
  font-weight: 500;
  font-size: 18px;
}

.container-premios p {
  color: #f3a0a2;
  font-size: 22px;
}

.container-premios span {
  color: #f3a0a2;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.bg-premios i {
  font-size: 45px;
  color: #b35c5c;
}

/*************************************COSTOS*****************************/

.plan-box {
  background-color: rgb(169, 101, 101);
  border-radius: 25px;
  max-width: 350px;
  min-width: 290px;
  color: #fff;
}

.plan-box div {
  padding: 15px;
  border-bottom: 2px solid #e8e8e8;
}

.plan-box div:first-child {
  background-color: #000;
  border-top-left-radius: 1px;
  border-top-right-radius: 25px;
  color: #979797;
}

.plan-box div:last-child {
  background-color: #0f0104;
  color: #979797;
  border: 0;
}

.bg-costos .plan-price {
  font-size: 300%;
  margin-bottom: 10px;
  font-weight: 400;
  color: #e90e45;
}

.bg-costos .plan-price span {
  font-size: 30%;
  font-weight: 300;
}

.plan-box ul {
  list-style: none;
}

.plan-box ul li {
  padding: 5px 0;
}

.plan-box ul li span {
  font-size: 35px;
}

.plan-box h3 {
  font-size: 200%;
  font-weight: 400;
}

/* @media (min-width: 1440px) {
  .plan-box {
    width: 80%;
  }
} */

/*************************************PUNTOS*****************************/

.puntaje .bg-warning {
  background-color: #9b4244 !important;
}

.puntaje h2 span {
  color: #000;
}

.puntaje .table thead {
  background-color: #050003;
}

.puntaje .table thead th {
  border: none;
  color: #e90e45;
  font-size: 16px;
}

.puntaje .table td {
  border: 0.5px solid;
  border-color: #e48a8a;
}

.puntaje .table tbody tr td {
  padding: 0.75rem 2rem;
}

@media (min-width: 768px) {
  .puntaje .table tbody tr td {
    padding: 0.9rem 8rem;
  }
}

.bg-puntaje i {
  font-size: 45px;
  color: #b35c5c;
}

tr:nth-child(even) {
  background-color: #b35c5c;
}
tbody tr:hover {
  background-color: rgb(150, 35, 35) !important;
}

/******************************* FALTAN *******************************************/

.fecha {
  font-size: 20px;
}
.fecha span {
  font-weight: 700;
}
.fecha span:first-child::before {
  display: none;
}
.fecha span::before {
  content: "-";
  clear: both;
}

.falta tbody,
.falta thead {
  font-size: 18px;
}

.falta .table tr {
  background-color: #050003 !important;
}

@media (min-width: 768px) {
  .falta tbody,
  .falta thead {
    font-size: 22px;
  }

  .fecha {
    font-size: 2.8rem;
  }

  .falta .tabla-fecha span {
    font-size: 28px;
  }
  .display-3 {
    font-size: 100px;
  }
}

/******************************* HOTEL *******************************************/

.hotel-sede-fotos {
  margin-top: 25px;
}

.hotel-sede-datos,
.hotel-mapa p {
  color: #979797;
  font-size: 16px;
}

.hotel-sede-datos h3 {
  color: #fff;
}

.wrapper-hotel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 2px;
}

.one {
  grid-column: 1;
  grid-row: 1 / 3;
  grid-column: 1 / 3;
}

.one img {
  height: 100%;
}

.hotel-mapa {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 55px;
  justify-content: flex-end;
}

.hotel-mapa iframe {
  width: 100%;
  height: 250px;
}

@media (min-width: 768px) {
  .hotel-sede-datos {
    padding-left: 25px;
  }

  .hotel-sede-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hotel-mapa iframe {
    width: 70%;
    height: 70%;
  }
}

.hotel-sede-fotos tr:nth-child(even) {
  background-color: #000;
}

/********************* JUECES ********************/

.bg-jueces {
  background-image: url(../img/bg-jueces.jpg);
  background-size: cover;

  background-position: center center;
}

.img-jueces {
  border-radius: 50%;
  max-width: 85%;
  height: auto;
}

.card-jueces h2 {
  font-size: 20px;
  letter-spacing: 1px;
}

.card-jueces p {
  font-size: 20px;
  letter-spacing: 1px;
  color: #cc0033;
}

.parrafo-jueces {
}

.parrafo-jueces p {
  color: #fff !important;
  font-size: 14px !important;
}

.collapse-jueces {
  display: flex;
  justify-content: center;
}

.card-jueces .btn-leyendo {
  text-decoration: none;
}

.card-jueces i {
  font-size: 20px;
}

/*******************************ESCENARIO***************************************/

.bg-escenario {
  min-height: 100vh;
  padding-bottom: 100px;
}

.container-escenario {
  min-height: 50vh;
}

.bg-black {
  background-color: #000;
}

.right-escenario {
  width: 550px;
}

.right-escenario a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}

.crokis {
  width: 300px;
}

.right-escenario h2 {
  font-size: 18px;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .bg-escenario {
    background-image: url(../img/bg-escenario2.jpg);
    background-position: center center;
    background-size: cover;

    background-repeat: no-repeat;
  }
  .right-escenario h2 {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

@supports (-webkit-touch-callout: none) {
  .bg-escenario {
    background: url("../img/bg-escenario2.jpg") center center no-repeat scroll;
  }
}

@media (max-width: 1200px) {
  .container-escenario {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/******************************************** TALLERES ******************************/

.container-talleres {
  max-width: 950px;
  width: 95%;
  margin: 0 auto;
  line-height: 35px;
}

.bg-talleres {
  background-image: url(../img/bg-talleres.jpg);
  margin-top: 3px;
  background-size: cover;

  margin-bottom: 3px;
  background-position: center center;
}

.about {
  max-width: 1200px;
  margin: 0 auto;
}
.about-container {
  min-height: 100vh;
  padding-top: var(--header-height);
}
.title-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.section-title {
  color: var(--main-color);
  font-size: var(--h2-font-size);
  margin-bottom: 1rem;
  text-transform: uppercase;
  padding-top: 3rem;
  font-weight: 400;
}
.main-title {
  font-family: var(--font-title);
  font-size: var(--big-font-size);
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: capitalize;
}
.heart {
  position: relative;
  color: var(--text-color);
  font-size: var(--h1-font-size);
  margin-bottom: 4rem;
  margin-top: 1rem;
}
.heart::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100px;
  bottom: 20px;
  right: 40px;
  background-color: var(--main-color);
}
.heart::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100px;
  bottom: 20px;
  left: 40px;
  background-color: var(--main-color);
}
.about-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0;
}
.about-box .left {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-box .left h1 {
  margin-top: 2rem;
  font-size: var(--h1-font-size);
  text-transform: capitalize;
}
.about-box .left p {
  padding: 25px 20px 0 20px;
  font-size: var(--h3-font-size);
  font-weight: 300;
  line-height: 30px;
  text-align: left;
}
.about-box .left span {
  font-family: var(--font-title);
  margin-right: 1.5rem;
  font-size: var(--h1-font-size);
  text-transform: capitalize;
  font-weight: 400;
}
.about-box .left span i {
  font-size: 3rem;
  color: var(--main-color);
}
.social-media {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.social-media i {
  font-size: var(--h2-font-size);
  color: var(--main-color);
  padding: 10px;
  border: 1px solid var(--main-color);
  border-radius: 3px;
  margin-left: 0.5rem;
  cursor: pointer;
  transition: all 0.4s linear;
}
.social-media i:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}
.about-box .right img {
  width: 100%;
  height: 100%;
}

/************************************************* FOTO ***************************************/

.bg-foto i {
  font-size: 25px;
  color: #fff;
}

/****************************** FOOTER ****************************************/

.footer {
  min-height: 350px;
  background-position: center center;
  position: relative;
}

.footer i {
  color: #d9d9d9;
}

.footer a {
  color: #979797;
}

.contenido-footer {
  color: #979797;
  /*position:absolute;*/
  z-index: 2;
  line-height: 1.5;
  font-size: 17px;
}

.contenido-footer h4 {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 28px;
  letter-spacing: 3px;
  margin-bottom: 30px;
  margin-top: 15px;
}

.copyright {
  background-color: rgb(194, 16, 16);
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 14px;
}

.aviso-terminos {
  background-color: #000;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 14px;
}

.copyright a,
.aviso-terminos a {
  font-size: 15px;
  color: #000;
  text-decoration: underline;
}

.copyright p,
.aviso-terminos p {
  color: #fff;
  font-family: "Lato", sans-serif;
}

.copyright span {
  color: #fff;
  font-weight: 900;
}

.aviso-terminos span {
  color: #e90e45;
  font-weight: 900;
}

.dnzre-footer {
  display: none;
}

.tel-sin-link {
  display: none;
}

@media (min-width: 768px) {
  .dnzre-footer {
    display: block;
  }
  .tel-sin-link {
    display: block;
  }
  .tel-con-link {
    display: none;
  }
}

.mail-list .error {
  background-color: #bd0707;
}

/****************************** AVISO PRIVACIDAD *************************************/
.btn-leyendo {
  background-color: transparent;
  color: #fcfcfc;
  font-size: 14px;
  font-weight: 400;

  text-align: center;
  border: none;
  text-decoration: underline;
}

.btn-leyendo:hover {
  cursor: pointer;
}

.btn-leyendo:focus {
  outline: none;
}

/************************************** BOTON FLOTANTE ****************************************/

.btn-flotante {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 32px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 32px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 32px -10px rgba(0, 0, 0, 0.75);
  text-decoration: none;
  border-radius: 50px;
}

.btn-flotante-whatsapp {
  position: fixed;
  bottom: 5rem;
  right: 1rem;
  padding: 0.6rem 1rem;
  background-color: #03cc02;
  -webkit-box-shadow: 0px 6px 32px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 32px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 32px -10px rgba(0, 0, 0, 0.75);
  text-decoration: none;
  border-radius: 50px;
}

.btn-flotante i {
  color: rgb(0, 0, 0);
}

.btn-flotante-whatsapp i {
  color: #fff;
  font-size: 20px;
}

/********************* MAIL LIST ********************/

.mail-list form {
  position: relative;
  width: 90%;
}

@media (min-width: 768px) {
  .mail-list form {
    width: 50%;
  }
}

.mail-list form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0.1rem;
  text-decoration: none;
  border: none;
  text-indent: -9999px;
  display: block;
  background-color: #f71e54;
  background-image: url(../img/paper-plane-solid.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: calc(5rem - 10px);
  height: calc(3rem - 10px);
}

.mail-list form input[type="email"] {
  width: 100%;
  height: 40px;
}
