/*h1{
  font-family: 'Montserrat-Thin' !important;
  font-weight: 100 !important;
}
h2 {
  font-family: "Playfair Display", serif;
  color: #272727;
}
h2 {
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  margin: 3% 0;
}
h4,
p,
li {
  font-family: "Montserrat", sans-serif;
  color: #272727;
  font-size: 0.9em;
}
h3 {
  font-family: "Montserrat", sans-serif;
  color: #272727;
  text-align: center;
  font-weight: 500;
}
h4 {
  font-weight: 700;
}
#wrapper {
  background-image: url(../img/prelanding/bg.jpg);
  background-size: cover;
  padding: 0;
}
.cardheader {
  background-color: #f4f4f4;
}
.cardp {
  background-color: #fbfafa;
}
.greybg {
  background-color: #e6e6e6;
}
.cardp .row {
  margin: 0;
}
.cents {
  font-size: 0.5em;
}
.price {
  width: fit-content;
  margin: auto;
}
.bymonth {
  font-size: 0.4em;
}
.btn {
  font-family: "Montserrat", sans-serif;
}

.main-list {
  list-style: none;
}

.main-list li:before {
  content: "✓\00a0\00a0\00a0";
}
li {
  padding-bottom: 2%;
}*/
/*
@media only screen and (max-width: 767px) {
  .vermas {
    color: #007bff !important;
    text-align: center;
    text-decoration: underline !important;
  }
  .xs-small {
    font-size: 0.48em;
  }
  h3 {
    font-size: 2rem;
  }
}
*/

body{
  font-family: 'Fira Sans';
}

#p1{
  background: #0DABC6;
}

.a{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.white{
  color:#fff;
}

.bck{
  color:#000;
}

.blue{
  color:#0DABC6;
}

.w-3{
  font-weight: 300;
}

.w-6{
  font-weight: 600;
}

.btn-suscribirme{

    padding: 0.5em 2rem !important;
    border-radius: 3rem !important;
}

.boxes{
  padding-top: 5%;
  padding-bottom: 2%;
}

.text-boxes{
  font-size:14px;
}

.title-boxes{
  font-size:18px;
}

.boxes img{
  margin:auto;
}

.bggrey{
  background: #F5F5F5;
}

.footer{
  margin-top: 2rem;
  background: #000;
}

.footer a{
  color: #fff;
}

.container2{
  max-width: 1500px;
  width:90%;
  margin:auto;
}

.gift{
  position:absolute; 
  top:0;
  left:0;
  background: #000;
  color: #fff;
  padding: 8px;
  font-size:12px;
}

#menu-button{
  /*background: #000;
  border: #000;*/
  display: none !important;
}

.box-1
{
  text-align: left;
}

.quiero2{
  margin: 0 auto;
}

.last-button{
  background: #FFD28A;
  margin: 0 auto;
  color: #000;
  margin-bottom: 1em;
}

/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 480px;
    overflow-y: scroll;
    overflow-x:hidden !important;
}

@media only screen and (min-width: 1220px) {
  .modal-body{
    height: 800px !important;
  }


  .a img{
    max-width: 600px;
    /*margin-left:10% !important;*/
  }

  .scbn{
    margin-left: 26.5% !important;
  }
  
  .scbn h4, .scbn h5{
    margin-bottom: 1em !important;
  }

  .main-text{
    font-size: 1em;
  }
}

@media only screen and (max-width: 768px) {
  .a img{
    max-width: 450px;
    margin-left:10% !important;
  }

  .container2{
    width:100%;
  }


}


@media only screen and (max-width: 500px) {
    #imgproducto{
      margin-top:0% !important;
    }

    h4, h5, .quiero2{
      text-align: center;
    }
    h4{
      margin-top:0 !important;
    }

    #imgproducto{
      margin-top: -45% !important;
    }

    #imgproducto img{
      width: 100% !important;
    }

    .a{
      margin-top: -15% !important;
    }

    .a img{
      margin-top: 20% !important;
      margin-left: -1% !important;
    }

    .boxes{
      text-align: left !important;
    }

    .test{
      display: inline-flex;
    }

    .test h6{
      margin-top:1.5em;
      margin-left: 1em;
    }

    .text-boxes{
      margin-top:1em;
    }

    .testgift{
      margin-top: 2em !important;
    }

    .sticky-top .row{
      height: 100px !important;
    }
    
    .sticky-top .row img{
      margin-top: -2% !important;
    }


    .main-title{
      font-size: 18px !important;
      font-weight: 800;
    }

    .main-text{
      font-size: 14px !important;
    }

    .box1{
      margin-bottom: -20% !important;
    }

}