/* Resets */
/* Resets */

/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {

  border-radius: 10px;
  background-color: #921C19;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #E90024;
  border-radius: 10px;
  transition: all .3s ease;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #BA0C19;
  transition: all .3s ease;
}


.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', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Amino';
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 2em;
}

p,
li,
label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
}

.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;
  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: #9B8143;
  color: #fff !important;
  border: 1px solid #9B8143;
}

.btnMain:hover {
  color: #846825 !important;
  background: #fff;
  border: 1px solid #846825;
}

/* 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, .form-select {
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  -o-border-radius: 0em;
  border-radius: 0em;
  border: 0;
  padding-top: .8em;
  padding-bottom: .8em;
  height: auto !important;
  font-size: .85em;
  color: #6c6c6c;
  font-family: 'Montserrat', sans-serif;
}



/*Gneral Styles*/
.bgWhite {
  background-color: #EC2033;
}

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

.wrap {
  background-color: #ECD13C;
  padding: 1.7em;
}

/*FORM*/
.wrapForm{
  background-color: #0F84D9;
}

.contentForm h1,h4 {
  color: #ECD13C;
  text-align: center;
}

.contentForm h2 {
  color: #fff;
  text-align: center;
}



.contentForm h2 span{
  color: #ECD13C;
}

.contentForm h3{
  color: #ECD13C;
  font-size: 1.2em;
  margin-top: 1em;
  text-transform: uppercase;
}

.contentForm p {
  color: #000;
}



.contentForm .logoPalNorte{
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: block;
}


.contentForm .logoPalNorteHorizontal{
  display: none;
}

.contentForm label {
  font-size: .9em;
  margin-top: .5em;
  margin-bottom: .5em;
  color: #ffffff; 
}

.contentForm label.form-check-label {
  margin: 0;
  font-weight: 400;
  color: #ffffff;
}

.contentForm label.form-check-label a {
  color: #ffffff;
}

.contentForm .form-check-input {
  background-color: #ECD13C;
  border: 0;
  margin-right: .5em;
}

.contentForm .form-control {
  padding: .7em;
  background-color: #fff;
  color: #000;
  border: 0;
  border-radius: 0;
  color: #6c6c6c;
  font-size: .9em;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem #ecd13c9f;;
}

.contentForm .form-control::placeholder {
  color: #6c6c6c;
  font-size: .9em;
  font-weight: 500;
}

.contentForm button {
  margin-top: 1em;
  max-width: 250px;
  width: 100%;
  margin: 2em auto;
  display: block;
  background-color: #E90024;
  border: 2px solid #ECD13C;
  border-radius: 2em;
  color: #ECD13C;
  font-family: 'Montserrat';
  padding: .9em 0;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: .05em;
  transition: .3s ease;
}

.contentForm button:hover {
  background-color: #9c0600;
}

/*LISTA GANADORES*/

.contentListaGanadores{
  background-color: #EC2033;
  padding: .5em .5em 1.2em .5em;
  max-height: 450px;
  overflow-x: hidden;
}

.contentForm h3.listaText {
  color: #fff;
  text-transform: initial !important;
  
}

p.text{
  color: #fff;
  font-weight: 600;
  font-style: italic;
  font-family: 'Amino';
}

.bgBlack{
  background-color: #000;
}

.bgBlack p{
  color: #fff;
  font-family: 'Amino';
  font-weight: 600;
font-style: italic;
font-size: .9em;
margin: 0;
}

.bgBlack p a{
  color: #fff;
  transition: .3s ease;
}

.bgBlack p a:hover{
  color: #ECD13C;
}

table.table th{
  border-bottom: 0;
}


table.table th p{
  background-color: #ECD13C;
  color: #E90024;
  font-family: 'Amino';
  font-size: 1.2em;
  font-style: italic;
  text-transform: uppercase;
  border-radius: .5em;
  padding: .5em;
  margin: 0;

}

table.table tr td{
  border-bottom: 0px;
  padding:  .1em;

}

table.table tr:nth-child(even){
  background-color: #e60527;
}

table.table tr td p{
  padding: .1em .7em;
  color: #ffffff;
  font-family: 'Amino';
  margin: 0;
  font-weight: 600;
  font-size: 1em;
  
}



/*FOOTER*/

footer .bgWhite {
  overflow: hidden;
}

footer .img-fluid {
  max-width: 280px;
  width: 100%;
  display: block;
  margin: 0 auto;
  float: right;
  z-index: 2;
  position: relative;
}



footer h6 {
  font-family: 'Montserrat', sans-serif;
  padding: 0 2em;
  font-size: 1em;
  text-transform: none;

}

footer .fondoRed {
  padding-top: 2em;
  padding-right: 2em;
  position: relative;
  z-index: 2;
}


footer .fondoRed::before {
  position: absolute;
  content: "";
  top: .5em;
  right: -7em;
  width: 120%;
  height: 100%;
  background-image: url(https://image.oxxoparati.com/lib/fe3711727364047f731770/m/6/366382b7-6a12-410d-a379-b8b7fc1c44b9.png);
  background-size: cover;
  background-position: top left;
  z-index: 1;
}

footer .imgfooter{
  position: relative;
  min-height: 10vh;
}

footer .imgfooter::before{
position: absolute;
content: "";
width: 120%;
height: 100%;
top: 0;
left: 0;
background-image: url(https://image.oxxoparati.com/lib/fe3711727364047f731770/m/6/bd1e7e6d-e885-4eed-8932-10b726831ee1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/*THANHK YOU PAGE*/

.contenThnakyou{
  min-height: 100vh;
 
}

.contenThnakyou h1{
  color: #ECD13C;
  font-size: 3.5em;
}

.contenThnakyou p{
  color: #ffffff;
  font-weight: 500;
  font-style: italic;
}

.contenThnakyou .logoPalNorteHorizontal{
  max-width: 500px;
  margin: 3em auto 0 auto;
  display: block;
}

.contenThnakyou .iconAjua{
  max-width: 400px;
  width: 100%;
  margin: 2em auto;
  display: block;
}





/*::::::::::::::::::::::::::::
:::::::::MEDIA QUERIES:::::::
::::::::::::::::::::::::::::*/

@media only screen and (max-width: 3000px) and (min-width: 2000px) { 
  .contentForm .logoPalNorte{
    max-width: 750px;
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .contentForm .logoPalNorte{
    display: none;
  }

  .contentForm .logoPalNorteHorizontal{
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }

  footer .img-fluid {
    max-width: 200px;
  }
}

/*ERROR PAGE*/

.imgError{
  max-width: 250px;
}



/* Tablet */

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

  .contentBuenasNoticias h1{
    font-size: 4em;
  }

  .acumularPuntos .moneda.monedaIzq,.acumularPuntos .moneda.moneda.monedaDer{
    display: none;
  }

  .contenScroll {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }

  .acumularPuntos{
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }

  .colDer{
    display: none;
  }

  .contenScroll .left{
    float: none;
    margin: 0 auto;
  }

  footer .fondoRed{
    background-color: #ECD13C;
  }


  footer h6 {
    padding-bottom: 1.5em;
    padding-right: 1em;
    padding-left: 1em;
  }
}

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

  .gracias {
    height: 100vh;
  }

  .bg-form .form form {
    max-width: 100%;
  }

  h1,.contenThnakyou h1{
    font-size: 2em;
  }

  h2{
    font-size: 1.2em;
  }

  .contenThnakyou .logoPalNorteHorizontal{
    max-width: 400px;
    margin: 1em auto 0 auto;
  }



}

/* Mobile */

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

  footer p {
    margin-top: 1.5em;
  }


  footer .fondoRed::before {
    right: 0;
  }
}

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

  .wrap{
    padding: 1em;
  }

  p,
  li,
  label {
    font-family: 'Montserrat', sans-serif;
    font-size: .8em;
  }

  .contentApartado .textWhite {
    margin: 0;
  }

  .contentForm button{
    font-size: .9em;
  }


}

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



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