/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

/* Resets */
.img-fluid {
  width: 100%;
}

.noPadding {
  padding: 0;
}

.row {
  padding: 0 !important;
  margin: 0 !important;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

section.noPadding {
  padding: 0em 0;
}

/* Fonts */
/* Fonts */
body,
input,
textarea,
select {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-display: swap;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

p,
li,
label {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.smallTxt {
  font-size: 0.7em;
  text-align: center;
}

/* Color */
/* Color */
.bg-rojo {
  background: red;
}

.bg-verde {
  background: green;
}

.bg-amarillo {
  background: yellow;
}

.bg-blanco {
  background: white;
}

/* links */
/* links */
a {
  color: #F73939;
  text-decoration: underline;
  transition: color 0.3s;
}

a:hover,
a:active,
a:focus {
  color: #690C09;
}

.linkMain {
  color: #fff;
  transition: color 0.3s;
}

.linkMain:hover {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
/* Buttons */
.btn {
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    padding: 0.8em 1.3em !important;
    text-decoration: none;
    font-weight: 300;
    border: 1px solid #fff;
    transition: color 0.4s, border 0.3s;
    position: relative;
    transition: color 0.3s, background-color 0.3s;
    text-transform: none !important;
    -webkit-border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    -o-border-radius: 0.4em;
    border-radius: 0.4em;
  }
  .btnMain {
    background: #a3162a;
    color: #fff !important;
    border: 1px solid #a3162a;
    width: 100%;
    margin-bottom: 4em;
  }
  .btnMain:hover {
    background: #790b1b !important;
    color: #fff !important;
    border: 1px solid #790b1b !important;
  }

/* FORM */
/* FORM */
button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  background: #F9F8FF;
  padding: 1em;
  margin-bottom: 1em;
  min-width: 6.4em;
}

.input {
  width: 100%;
  background: #EAEAEA;
  border: 0;
  border-bottom: 1px solid #000 !important;
  padding: 0.46em 0.46em 0.46em 0.8em !important;
  height: auto !important;
  margin-bottom: 1.6em;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  -o-border-radius: 0.6em;
  border-radius: 0.6em;
  -webkit-appearance: none;
  appearance: none;
}

.inputSelect {
  width: 100%;
  background-color: #EAEAEA;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  -o-border-radius: 0.6em;
  border-radius: 0.6em;
  border: 0;
  border-bottom: 1px solid #000 !important;
  padding: 0.46em 0.46em 0.46em 0.8em !important;
  height: auto !important;
  margin-bottom: 1.6em;
}




/*::::::::::::::::::::::::::::
        LANDING PAGE
::::::::::::::::::::::::::::*/

/*Seccion Hero*/



.header{
  border-bottom: 3px solid #FF6700;
}

.header .logoHeader{
  max-width: 150px;
  width: 100%;
  
}

.contentHero .iconOxxo {
  max-width: 180px;
  width: 100%;
  display: block;
  margin: 0 auto;
}


.contentHero h1 {
  color: #00B7C6;
  font-weight: 700;

}

/*Form*/

.contenForm{
  background-color: #fff;
  box-shadow: 0 0 10px #ababab;
  border-radius: 2em;
}

.contenForm .form-check{
  position: relative;
}

.contenForm .form-check .form-check-label p{
  font-weight: 900;
  font-size: .9em;
  margin-top: 1em;
  position: relative;
  left: .2em;
}


.contenForm .form-check .form-check-label img{
  width: 100%;
  height: 100%;
  max-width: 40px;
  position: relative;
  left: .2em;
}

img.imgLogo{
  max-width: 80px !important;
  height: 100%;
  width: 100%;
  position: relative;
  left: .5em !important;
}



.contenForm input[type="checkbox"]:checked{
  background-color: #00B7C6;
  border: 2px solid #00B7C6;
}


.contenForm .tittleLabel{
  margin-bottom: .2em;
  font-size: 1.2em;
  font-weight: 900;
}

.contenForm .labelText{
  font-weight: 700;
}

.contenForm .labelText a{
  color: #ff9800;
  transition: .3s ease;
}

.contenForm .labelText a:hover{
  color: #00B7C6;
  transition: .3s ease;
}

.contenForm button, a.button{
  background-color: #ff9800;
  color: #fff;
  border-radius: 1em;
  font-size: .9em;
  font-weight: 600;
  transition: .3s ease;
}

.contenForm button:hover{
  background-color: #00B7C6;
  transition: .3s ease;
  
}

a.button{
  text-decoration: none;
  text-align: center;
  padding: 1em;
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 1em auto;
  background-color: #ff9800;
  color: #fff;
  border-radius: 1em;
  font-size: .9em;
  font-weight: 600;
  transition: .3s ease;
}

a.button:hover{
  background-color: #00B7C6;
  transition: .3s ease;
}

.qr{
  display: block;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

h2.orange{
  color: #ff9800;
  font-weight: 900;
  font-size: 1.5em;
}

h3.subTitle{
  font-weight: 700;
}

.text{
  font-weight: 600;
  font-size: .9em;
}




.thankyou{
  min-height: 75vh;
}



/*FOOTER*/

footer{
  border-top: 3px solid #FF6700;
  background-color: #00434F;
}


footer .social {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

footer .social li{
  margin: 0 1em;
  
}

footer .social li a i{
  font-size: 1.5em;
  color: #fff;
  transition: .3s ease;
}

footer .social li a i:hover{
  color: #FF6700;
  transition: .3s ease;
}

footer p,footer p a{
  color: #fff;
}

footer p a {
  text-decoration: none;
}

footer p a:hover{
  color: #FF6700;
}



footer h5 {
  color: #ffffff;
  font-weight: 700;
  font-size: 3.5em;

}

 .success,
.untested {
  display: none;
}  


/*::::::::::::::::::::::::::::
:::::::::MEDIA QUERIES:::::::
::::::::::::::::::::::::::::*/
@media only screen and (max-width: 1199px) {
  .contentOxxoSpin .moneda{
    max-width: 100px;
  }

  .contentOxxoSpin .moneda.monedaIzq {
    left: 3em;
  }
  
  .contentOxxoSpin .moneda.monedaDer {
    right: 3em;
  }
}


@media only screen and (max-width: 1024px) {
  h1{
    font-size: 3.5em;
  }

  h2{
    font-size: 3em;
  }

  
}



/* Tablet */

@media only screen and (max-width: 991px) {

 
}

@media only screen and (max-width: 767px) {
  .contentOxxoSpin .OxxoSpin{
    max-width: 450px;
  }

  .contentOxxoSpin .moneda{
    display: none;
  }


}

/* Mobile */

@media only screen and (max-width: 575px) {
  .contenForm .form-check .form-check-label img{
    max-width: 60px;
  }

  .contentHero h1{
    font-size: 2em;
  }


}

/* Media queries for navbar */
@media only screen and (min-width: 992px) {}



@media only screen and (max-width: 1200px) and (min-width: 0px) {}