/* General */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  /** Reset para REMS - 62.5% = 10px de 16px **/
}

:root {
  --grey: #dddddd;
  --blue: #669acc;
  --gold: #a17b44;
  --red: #E32E29;
  --red-black: #460E0D;
}

body {
  font-family: 'Mont', Helvetica, Arial, sans-serif;
  color: black;
}

* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'Mont';
  font-style: normal;
  src: url("../fonts/Mont-Regular.ttf");
}


@font-face {
  font-family: 'Mont-bold';
  font-style: normal;
  src: url("../fonts//Mont-Bold.ttf");
}

/* Clases para Esconder contenido */

/* Agregar esta clases a la sección para esconder el contenido */

.hidden {
  visibility: visible;
}

/* Texto */
h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem !important;
}

h4 {
  font-size: 2.6rem !important;
  z-index: 1;
}

h5 {
  font-size: 2.1rem !important;
}

h6 {
  font-size: 1.8rem !important;
}

p {
  font-size: 1.6rem !important;
  margin: 0;
}

li {
  font-size: 1.5rem !important;
  margin-bottom: 0;
}

a {
  font-size: 1.5rem;
  text-decoration: none;
  color: white;
  cursor: pointer;
}

a:hover {
  color: white;
}


.font-bold {
  font-family: 'Mont-bold';
}

.font-semi {
  font-weight: 500;
}


sup{
  font-size:1.6rem;
}


.mega-text {
  text-transform: uppercase;
  font-size: 7rem !important;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 60px;
}

.special-text {
  letter-spacing: -1px;
}

.text-section {
  text-transform: uppercase;
  font-size: 5rem !important;
  font-weight: 600;
  letter-spacing: -4px;
  line-height: 48px;
}

.error-text {
  text-transform: uppercase;
  font-size: 7rem !important;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 60px;
}

/* Colores */
.c-white {
  color: white;
}

.c-blue{
  color: var(--blue);
}

.c-special{
  color: #000638;
}

.c-gold{
  color: var(--gold);
}

.c-black {
  color: black !important;
}

.c-black:hover {
  color: black;
}

.b-white {
  background-color: white;
}

.b-black {
  background-color: #0B0B0B;
}

.b-grey {
  background-color: var(--grey);
}

.b-red{
  background-color: var(--red);
}

.b-black-red{
  background-color: var(--red-black);
}

/* Texto */
.mayus {
  text-transform: uppercase;
}

.letter-cap {
  text-transform: capitalize;
}

.shadow-letter {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  ;
}

.mini-space{
  margin-right: 20px;
}


.f-height {
  height: 100%;
}


.full-width {
  width: 30%;
}

.mini-width {
  width: 30%;
}

.half-width {
  width: 50%;
}

.flex {
  display: flex;
}

/* Border */
.border-white {
  border: 1px solid white;
  border-radius: 5px;
  padding: 0 1.9rem 1.9rem 1.9rem;
}


/* logo */
.logo {
  width: 100%;
}

.logo-type-two {
  width: 100%;
}



/* legales */

.legales {
  font-family: Helvetica, Arial, sans-serif !important;
  margin: 2rem auto;
  font-size: 1rem !important;
  letter-spacing: 0.8px;
  text-align: justify;
}

.bases {
  color: white;
  text-transform: uppercase;
  text-decoration: underline !important;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.link {
  text-decoration: underline !important;
}

/* Botones */
.btn-prm {
  text-decoration: none;
  background-color: white;
  color: black;
  text-transform: uppercase;
  font-size: 2rem;
  width: 30rem;
  padding: 1rem 5rem;
  border: 1px solid black;
  transition: .3s ease;
}

.btn-prm:hover {
  color: white;
  background-color: black;
  border: 1px solid white;
}

.btn-snd {
  text-align: center;
  text-decoration: none;
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 1rem 5rem;
  border: 1px solid black;
  transition: .3s ease;
}

.btn-prm:hover {
  color: white;
  background-color: black;
  border: 1px solid white;
}


/* carousel */


/* secciones */

.back-section{
  background-image: url('../img/serie-expert.png');
  background-position:center;
  background-repeat: no-repeat;
  background-size:cover;
}

.block-error {
  background-image: url('../img/serie-expert.png');
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}


.row {
  --bs-gutter-x: 0;
}

.box-border {
  border: 1px solid black;
}

/* image special */

.img-concurso{
  margin: -20px 0px;
  z-index: 0;
}

/* form */

label{
  padding-top: 2rem;
  font-size: 1.2rem;

}

form input[type=text], form input[type=date], form input[type="email"],form input[type="tel"], form option{
  font-size: 1.5rem;
  background-color: white;
  color: black !important;
  border: 1px solid white;
  padding: 1rem 2rem;
  border-radius: 3px;
  margin: 0.8rem 0;
  height: 4rem;
}

form select{
  font-size: 1.5rem !important;
  background-color: white;
  color: black !important;
  border: 1px solid white;
  padding: 1rem 1.5rem !important;
  border-radius: 3px;
  margin: 0.8rem 0 !important;
  height: 4rem;
}

form input[type="checkbox"] {
  border: 1px solid white;
  background-color: black;
  appearance: none;
  -webkit-appearance: none;
  height: 2rem;
  width: 2rem;
  transition: .3s ease;
}

form input[type="checkbox"]:checked {
  background-color: white;
  border: 1px solid black;
}

/* footer */


.face {
  width: 30px;
  height: 30px;
  background: url('../img/face.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: ease .2s;
}

.face:hover {
  background: url('../img/face-hover.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.1);
}

.insta {
  width: 30px;
  height: 30px;
  background: url('../img/insta.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: ease .2s;
}

.insta:hover {
  background: url('../img/insta-hover.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.1);
}

.you {
  width: 30px;
  height: 30px;
  background: url('../img/you.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: ease .2s;
}

.you:hover {
  background: url('../img/you-hover.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.1);
}

.icon img:hover {
  transform: scale(1.2, 1.2);
}


/* Responsive */

.display-movil{
  display:block;
}


/* animación */

.fade{
  animation: fade-in-left 1s ease-in-out forwards;
  visibility: hidden;
}




@keyframes fade-in-left{

  from{
    opacity: 0;
    transform: translateX(-20px);
    visibility: hidden;
  }

  to{
    opacity: 1;
    transform: translateX(0px); 
    visibility: visible;
}

}

@media (max-width: 1400px) {

  label{
    font-size: 1.3rem;
  }
  p{
    font-size: 1.3rem !important;
  }
}

@media (max-width: 1200px) {

  label{

    font-size: 1.5rem;

  }

}


@media (max-width: 992px) {

  .display-movil{
    display:none;
  }




}

@media (max-width: 772px) {
  
  .center-movil {
    text-align: center !important;
    flex-direction: column !important;
  }

  .hidden{
    visibility: hidden;
  }




  label{

    font-size: 1.3rem;

  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  h3 {
    font-size: 2.2rem !important;
  }

  h4 {
    font-size: 1.8rem !important;
  }

  h5 {
    font-size: 1.6rem !important;
  }

  h6 {
    font-size: 1.4rem !important;
  }

  p {
    font-size: 1.2rem !important;
    margin: 0;
  }


}

@media (max-width: 554px) {


  

  li {
    font-size: 1.2rem !important;
    margin-bottom: 0;
  }

  a {
    font-size: 1.2rem;
    text-decoration: none;
    color: white;
    cursor: pointer;
  }

  a:hover {
    color: white;
  }

    form input[type="radio"] {
      height: 1.5rem;
      width: 1.5rem;

    }

    .btn-prm {
      width: 100%;
    }


}

@media (max-width: 395px) {




    p {
      font-size: 1rem !important;
      margin: 0;
    }


}
