/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Resets */


/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
  
    border-radius: 10px;
    background-color: #e6e6e6;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #76BC21;
    border-radius: 10px;
    transition: all .3s ease;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #76BC21;
    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: 'Montserrat', sans-serif;
    font-display: swap;
}

h1 {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
    font-weight: 900;
}

h2 {
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
}


h3 {
    font-size: 1.5em;
}

p,
li,
label {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.9rem, 0.88rem + 0.1vw, 1rem);
}

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



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

a:hover,
a:active,
a:focus {
    color: #FE4912 !important;
}

.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;
}

/*Contenido*/

.wrapLanding{
    display: grid;
    grid-template-rows:  auto 1fr auto;
    position: relative;
    min-height: 100dvh;
}


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

.section1{
    background-color: #ffffff;
    position: relative;
}
.section1 .content-text-ty{
    z-index: 2;
    position: relative;
}

.section1 .banner{
    max-width: 400px;
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 0 10px #8d8d8d;
    margin: 0 auto;
}

.section1 .bannerMovil{
    max-width: 400px;
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 0 10px #8d8d8d;
    margin: 0 auto;
    display: none;
}


.section1::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://image.hello.merco.email/lib/fe2a11747364047f721079/m/1/8d2fc027-a974-4d6b-a08b-dafe55b369e7.png);
    background-repeat: repeat;
    background-size: 4%;
    opacity: .2;
    z-index: 0;
}
.section1 .row {
    position: relative;
    z-index: 1;
}
.section1 .contentForm{
    background-color: #EEEEEE;
    box-shadow: 0 0 10px #8d8d8d;
    border-radius: 1em;
    position: relative;
    z-index: 1;
}


.section1 form .labelInput{
    font-weight: 700;
    margin-bottom: .5em;
    color: rgba(0, 0, 0, .8);
}

.section1 form .form-control, .section1 form select{
    border-radius: .7em;
    font-size: .9em;
}

.section1 form .form-check-label{
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    font-weight: 700;
    color: rgba(0, 0, 0, .8);
}

.section1 form .form-check-label a{
    color: rgba(0, 0, 0, .8);
}

.btnForm{
    border: 0;
    max-width: 250px;
    width: 100%;
    text-align: center;
    padding: .5em 1em;
    border-radius: 1em;
    color: #fff;
    background-color: #76BC21;
    transition: .3s ease;
    font-weight: 700;
}

.btnForm:hover{
    background-color: #444444;
}

a.btnForm{
    text-decoration: none;
    max-width: 250px;
    width: 100%;
    text-align: center;
    padding: .5em 1em;
    border-radius: 1em;
    color: #fff;
    background-color: #FF4713;
    transition: .3s ease;
    font-weight: 700;
}

a.btnForm:hover{
    background-color: #444444;
    color: #fff !important;
}


/*Footer*/

footer{
   position: relative;
    z-index: 1;
    background-color: #FF4713 !important;
}

footer .logoMerco{
    max-width: 150px;
    width: 100%;
    margin: 1em auto;
}

footer p{
    color: #fff;
    font-weight: 500;
    font-size: .9em;
}

.wrap-ty{
    display: grid;
    grid-template-rows:  auto 1fr auto;
    min-height: 100dvh;
    position: relative;
}



/* Responsive */
@media only screen and (max-width:991px){
    .section1 .banner{
        display: none;
    }

    .section1 .bannerMovil{
        display: block;
    }
}

