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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Hellosin';
  font-weight: 400;
  font-display: swap;
  color: #fff;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 2.6em;
}

h3 {
  font-size: 2em;
}

p,
li {
  font-family: 'Hellosin';
  font-size: 1em;
  color: #fff;
}

label {
  font-size: .9em;
  margin-bottom: .9em;
  color: #fff;
}

.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: #ffffff;
  text-decoration: underline;
  transition: color 0.3s;
}

a:hover,
a:active,
a:focus {
  color: #2a3c3bd1;
}

.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: #281436;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  background: #F69232;
  padding: 1em;
  margin-bottom: 1em;
  min-width: 6.4em;
  width: 100%;
  transition: .3s ease;
}

button:hover{
  background: #b26822;
  color: #fff;
  transition: .3s ease;
}

.form-control {
  width: 100%;
  background: #d7fbf947;
  border: 0;
  padding: 0.46em 0.46em 0.46em 0.8em !important;
  height: auto !important;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="date"].form-control{
  color: #fff;
}


element.style {
}
.form .form-control {
    background-color: #620714;
    border: 0;
    color: rgba(255, 255, 255, 0.505);
    position: relative;
    z-index: 1;
    margin-top: 1em;
}
input[type="date"] {
    color-scheme: dark;
}

.form-control:focus{
  border-color: #532f6d;
  box-shadow: 0 0 0 0.25rem #8b49bb;
  background-color: #7e29bb;
  color: #fff;
}

.form-control::placeholder{
  font-size: .8em;
  color: #fff;
}

.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;
  padding: 0.46em 0.46em 0.46em 0.8em !important;
  height: auto !important;
  margin-bottom: 1.6em;
}

.form-check-input:checked{
  background-color: #FECB20;
  border-color: #FECB20;
}

select, .form-select {
  position: relative;
  z-index: 2;
  color: #fff;
}

select option:disabled{
  color: #ef5bf4 !important;
}

select option:focus{
  color: #fff;
}

select option:not(:checked) {
background-color: #371e4a;
color: #fff;
}


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

.wrap {
  background-image:url(https://image.digitalmultiplaza.com/lib/fe3811747364047c751271/m/1/b2eb5ffc-05b2-4567-b168-003b8e40a132.jpg);
  background-size: cover;
  background-position:  center;
  min-height: 100vh;
}



.wrap .img-multiplaza {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;

}




.wrap .bgEasterDesk .logo {
  max-width: 420px;
  width: 100%;
  margin: 3em auto 0 auto;
  display: block;
}

.wrap .bgEasterDesk .cuadro {
  max-width: 620px;
  width: 100%;
  margin:0 auto;
  display: block;
}

.wrap .bgEasterMobile .logoMovil {
  display: none;
}

.form-check label{
  position: relative;
  top: 3px;
  left: 5px;
}

.logoFooter{
  max-width: 320px;
  width: 100%;
  margin: 2em auto 1em auto;
  display: block;
}


/*Thank you Page*/
.bgGracias{
  min-height: 100vh;
  background-image: url(https://image.digitalmultiplaza.com/lib/fe3811747364047c751271/m/1/b2eb5ffc-05b2-4567-b168-003b8e40a132.jpg);
  background-size: cover;
  background-position: 50% 20%;
  position: relative;
  background-repeat: no-repeat;
}

.bgGracias::after{
  z-index: 0;position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(99,66,123);
background: linear-gradient(360deg, rgba(99,66,123,1) 1%, rgba(99,66,123,0.711922268907563) 100%);
  z-index: 0; 
}

.bgGracias .contentText{

  padding: 2em 1em;
  border-radius: 1em;
  position: relative;
  z-index: 1;
}

.bgGracias .logoFooter{
  position: relative;
  z-index: 1;
}





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

/* Tablet */
@media only screen and (max-width: 1200px) {

  .wrap .bgEasterDesk .logo {
    max-width: 400px;
    margin: 5em auto 0 auto;
  }

}


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

  .wrap .bgEasterDesk {
    display: none;
  }

  .wrap .bgEasterMobile {
    background-image: url(https://image.digitalmultiplaza.com/lib/fe3811747364047c751271/m/1/b2eb5ffc-05b2-4567-b168-003b8e40a132.jpg);
    background-size: cover;
    background-position:  center;
    position: relative;
    z-index: 1;
    padding-top: 2em;
  }

  .wrap .bgEasterMobile::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(99,66,123);
background: linear-gradient(360deg, rgba(99,66,123,1) 1%, rgba(99,66,123,0.711922268907563) 100%);
    z-index: 0;
  }

  h1,p,img,label,input,button{
    position: relative;
    z-index: 1;
  }

  .wrap .bgEasterMobile .logoMovil {
    max-width: 350px;
    width: 100%;
    margin: 1.5em auto;
    display: block;
  }

  .form-control {
    background: #d7fbf96b;
  }



}

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

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


.logoFooter{
    max-width: 170px;
  }
}

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

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

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