
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
  
  margin: auto;
}

h1,h2,h3,h4,h5,h6,p,span,li{
  color: #1a1a1a;
  font-family: 'Montserrat', sans-serif;
}
.mw-1600{
  max-width: 1600px;
  margin: auto;
}
.mw-400 { max-width: 400px; }
.mw-500 { max-width: 500px; }
.mw-600 { max-width: 600px; }
.mw-700 { max-width: 700px; }
.mw-800 { max-width: 800px; }

p, ul, li{
  font-size: 14px;
}
.bg-gray{
  background: url(../../images/bg-gray.png) repeat-y;
  background-size:100% 100%;
  padding: 5px;
}
.text-white{
  color: white;
}
.card-stores{
  background-color: white;
  max-width: 250px;
  padding: 15px 15px;
}
.card-beneficios{
  text-align: center;
  border-radius: 10px;
  border: solid 1px;
  padding: 30px 20px 20px 20px;
  background-color: #eaeaea;
}
.bg-red{
  background-image: url(../../images/bg-red.png);
  background-size: 100% 100%;
  padding: 20px;
}
.slider-comentarios .flex.box{
  background: white;
  margin: 15px;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid;
}
.footer p {
  font-size: 12px;
}
.footer a{
  color: #1a1a1a;;
}
.bg-primary{
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 1%, rgb(189 189 189 / 96%) 54%, rgba(255, 255, 255, 1) 100%);
}
.bg-footer{
  background: url(../../images/bg-footer.png) repeat-y;
  background-size:100% 100%;
}
.bg-testimonio{
  background: url(../../bg-testimonio.png) repeat-y;
  background-size:100% 100%;
}
.bg-home{
  background: linear-gradient(0deg, rgb(255 255 255) 1%, rgb(214 214 214 / 96%) 54%, rgb(255 255 255) 100%);
  /*background: url(../../images/bg-primary.png) repeat-y; 
  background-size:100% 100%;*/
}
.bg-casilla{
  /*background: linear-gradient(0deg, rgba(255, 255, 255, 1) 1%, rgb(231 231 231 / 96%) 54%, rgba(255, 255, 255, 1) 100%);
  background: url(../../images/bg-casilla.png) repeat-y;
  background-size:100% 100%;*/
}
#accordion .accordion-head h1{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
#accordion .accordion-head a{
  text-decoration: none;
}
#accordion .card-header{
  background: white;
  border: 0px;
  border-bottom: 1px solid;
}
#accordion .card{
  border: 0px;
  margin-bottom: 10px;
}
#btnCalcular{
  background: #d91731;
  border: 0px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.form-group span{
  font-size: 13px !important;
  font-weight: 400 !important;
  font-family: 'Montserrat', sans-serif;
}
.banner-movil{
  display: none;
}
.modal .panel-heading{
  color: #fff !important;
    background-color: #333333 !important;
    border-color: #333333 !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
}
.modal .modal-content{
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.modal .modal-footer button{
  font-size: 14px !important;
}
a{
  color: #d91731;
}
a:hover{
  color: #333333;
}

@media(max-width:1150px){
  .bg-gray{
    background: #282828;
  }
}

@media(max-width: 991px){
  .banner-movil{
    display: block;
  }
  .banner-desktop{
    display: none;
  }
}