html{
  height: 100%;
  overflow-x: hidden;
}
body {
  padding-top: 5.6rem;
  padding-bottom: 2rem;
  background: #FFF;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
main{
  flex: 1;
}
*:focus{
  box-shadow: none !important;
}
h1 {
  font-size: calc(1.375rem + 2.4vw);
}
img{
  max-width: 100%;
}
::placeholder {
  color: #8B8B8B !important;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  color: #8B8B8B !important;
}
::-ms-input-placeholder {
  color: #8B8B8B !important;
}
#loader{
  display: none;
}
.navbar-brand img{
  height: 50px;
}
.navbar{
  background: #00468A;
  color: #00ADE3;
}
.home-header{
  background: url(../img/home/home-header.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 300px;
}
.home-header h1{
  font-size: 5rem;
}
.fw-black{
  font-weight: 900;
}
.bloques{
  padding: 10px;
  border-radius: 10px;
  color: #FFF;
  margin-bottom: 10px;
  font-size: 1.3rem;
  text-align: center;
  height: 75px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloques div{
  padding: 0 50px;
}
.bloques img{
  position: absolute;
  left: 20px;
}
.bloque1{
  background: #036CD3;
  transform: rotate(-2deg);
}
.bloque2{
  background: #FFF;
  transform: rotate(3.5deg);
  color: #036CD3;
}
.bloque3{
  background: #000;
  transform: rotate(-2.9deg);
  color: #FFF;
}
.bloques-container{
  margin-bottom: -75px;
  width: 400px;
}
.texto-azul{
  color: #00468A;
}
.texto-gris{
  color: #8B8B8B;
}
.texto-celeste{
  color: #036CD3;
}
.bg-azul{
  background: #036CD3;
}
.btn{
  font-weight: 500;
}
.btn-celeste{
  background: #036CD3 !important;
  color: #FFF !important;
  min-width: 50px;
}
.btn-celeste:hover{
  background: #036CD3;
  color: #FFF;
}
.btn-check+.btn-celeste{
  color: var(--bs-btn-active-color);
  background: #d1eff8;
  color: #036CD3;
}
.btn-check:checked+.btn-celeste, .btn-check:checked:hover+.btn-celeste{
  color: var(--bs-btn-active-color);
  background: #8DBA30;
  color: #FFF;
}
.btn-check:hover+.btn-celeste{
  color: var(--bs-btn-active-color);
  background: #036CD3;
  color: #FFF;
}
.btn-check+.btn-celeste i{
  display: none;
}
.btn-check:checked+.btn-celeste i{
  display: inline-block;
}

.btn-check+.btn-no{
  color: var(--bs-btn-active-color);
  background: #d1eff8;
  color: #036CD3;
}
.btn-check:checked+.btn-no, .btn-check:checked:hover+.btn-no{
  color: var(--bs-btn-active-color);
  background: #002364;
  color: #FFF;
}
.btn-check:hover+.btn-no{
  color: var(--bs-btn-active-color);
  background: #036CD3;
  color: #FFF;
}
.btn-check+.btn-no i{
  /*display: none;*/
}
.btn-check:checked+.btn-no i{
  display: inline-block;
}


.btn-check+.btn-si{
  color: var(--bs-btn-active-color);
  background: #8DBA30;
  color: #FFF;
}
.btn-check:checked+.btn-si, .btn-check:checked:hover+.btn-si{
  color: var(--bs-btn-active-color);
  background: #036CD3;
  color: #FFF;
}
.btn-check:hover+.btn-si{
  color: var(--bs-btn-active-color);
  background: #8DBA30;
  color: #FFF;
}
.btn-check+.btn-si i{
  /*display: none;*/
}
.btn-check:checked+.btn-si i{
  display: inline-block;
}

.form-control{
  background-color: #FFF;
  border-color: #7C7B7B;
  padding: 0.5rem 1rem;
}
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #8DBA30;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: #FFF;
  pointer-events: none;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
  opacity: 1;
}
.btn-infodispenser{
  background: #FFF;
  border: 1px solid #7C7B7B;
  color: #7C7B7B;
}
.btn-infodispenser:hover{
  background: #FFF;
  border: 1px solid #363636;
  color: #363636;
}
.alert{
  margin-bottom: 0;
  border: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875em;
}
.alert-danger{
  color: #EB5757;
  background: #FFE5E5;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.form-check-input:checked {
  background-color: #036CD3;
  border-color: #036CD3;
}
.oculto{
  display: none;
}
.steps-mobile{
  display: flex;
  justify-content: space-between;
}
.steps-mobile div{
  margin: 5px;
  height: 5px;
  background: #79A9DF;
  border-radius: 5px;
  flex-grow: 1;
}
.steps-mobile div.step-active{
  background: #10223E;
}
.steps-mobile div:first-child{
  margin-left: 0;
}
.steps-mobile div:last-child{
  margin-right: 0;
}
.steps-desktop{
  display: flex;
  justify-content: space-between;
  flex: 1;
  margin-left: 30px;
  color: #6a8fbf;
}
.steps-desktop > div{
  flex: 1;
  margin-left: 15px;
}
.step-numeros{
  display: flex;
  align-items: center;
}
.step-numeros .step-numero{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #6a8fbf;
  color: #036CD3;
  border-radius: 50%;
  font-weight: bold;
}
.step-numeros .step-linea{
  height: 2px;
  background: #6a8fbf;
  flex: 1;
  margin-left: 10px;
}
.steps-desktop .step-active{
  color: #FFF;
}
.step-active .step-numeros .step-numero{
  background: #8DBA30;
  color: #FFF;
}
.btn-masinfo{
  background: transparent;
  border: 1px solid #036CD3;
  border-radius: 15px;
  color: #036CD3;
  padding: 5px 15px;
}
.btn-masinfo:hover, .btn-masinfo:active{
  border: 1px solid #036CD3 !important;
  background: #036CD3 !important;
  color: #FFF !important;
}
.btn-masinfo2{
  background: #8DBA30;
  border: 1px solid #8DBA30;
  border-radius: 15px;
  color: #FFF;
  padding: 5px 15px;
}

.btn-masinfo2:hover, .btn-masinfo2:active{
  border: 1px solid #8DBA30 !important;
  background: #FFF !important;
  color: #8DBA30 !important;
}
.producto{
  margin-bottom: 10px;
  background: #FFFFFF;
  border-radius: 15px;
  overflow: hidden;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 20px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 20px -10px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 20px -10px rgba(0,0,0,0.75);
}
.producto .precio{
  font-size: 1.1rem;
  font-weight: 500;
}
.foto-producto{
  /*height: 227px;*/
  position: relative;
  z-index: 1;
}
.precio-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #10223E;
  background: linear-gradient(to bottom, rgba(249,249,249,0), rgba(249,249,249,1));
  position: relative;
  z-index: 2;
}
.line-height-1{
  line-height: 1;
}
.agregardispenser{
  /*padding: 20px;*/
  border: 1px solid #036CD3;
  border-radius: 10px;
  position: relative;
  background: #FFF;
}
.pico{
  width: 15px;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
#friocalor .precioxlitro{
  font-size: 12px;
}
.checkcontainer{
  border: 1px solid #727171;
  background: #F9F9F9;
  color: #727171;
  border-radius: 6px;
  padding: 15px 40px;
  margin-bottom: 6px;
}
.checkcontainer:has(> input:checked){
  border: 1px solid #00468A;
  background: #00468A;
  color: #FFF;
}
.recuadro-confirmar{
  background: #F9F9F9;
  -webkit-box-shadow: 1px 1px 20px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 20px -10px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 20px -10px rgba(0,0,0,0.75);
  border-radius: 5px;
}
.recuadro-confirmar .editar{
  width: 40px;
}
.paso5{
  background: #8DBA30;
}
.resumen{
  position: fixed;
  right: -200px;
  top: 0;
  width: 350px;
  height: 100%;
  -webkit-box-shadow: -4px 4px 15px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: -4px 4px 15px 2px rgba(0,0,0,0.3);
  box-shadow: -4px 4px 15px 2px rgba(0,0,0,0.3);
  background: #FFF;
  cursor: pointer;
  padding: 20px;
  padding-top: 150px;
  transition: all 0.5s ease;
}
.resumen-desplegado{
  right: 0px;
  transition: all 0.5s ease;
}
.semicirculo{
  position: absolute;
  left: -19px;
  top: 180px;
  width: 20px;
  filter: drop-shadow(-5px 0 3px rgba(0,0,0,0.2));
}
.resumen-vertical{
  transform: rotate(90deg);
  position: absolute;
  left: -28px;
  top: 250px;
  padding: 20px;
  background: #F9F9F9;
  color: #8B8B8B;
  border-radius: 25px;
  font-weight: bold;
}
.resumen-total{
  position: absolute;
  left: 50px;
  bottom: 50px;
  color: #000;
  font-weight: bold;
}
.resumen-detalle{
  display: none;
  padding-top: 20px;
}
.resumen-desplegado .resumen-vertical, .resumen-desplegado .semicirculo, .resumen-desplegado .resumen-total{
  display: none;
}
.resumen-desplegado .resumen-detalle{
  display: block;
}
.enviar-container{
  text-align: center;
  z-index: 2;
}
.resumen-mobile{
  display: none;
}
.btn-total{
  color: #919191;
  text-decoration: none;
  font-weight: bold;
}
.btn-total:hover{
  color: #919191;
}
.btn-total i{
  transform: rotate(-180deg);
  transition: all 0.3s ease;
}
.btn-total.collapsed i{
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.btn-outline-primary {
  --bs-btn-color: #036CD3;
  --bs-btn-border-color: #036CD3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #036CD3;
  --bs-btn-hover-border-color: #036CD3;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #036CD3;
  --bs-btn-active-border-color: #036CD3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #036CD3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #036CD3;
  --bs-gradient: none;
  background-color: #FFF;
}
.promo2x1{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #8DBA30;
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 25%;
  top: 40px;
  z-index: 2;
}
.select2-container--default .select2-selection--single{
  background-color: #FFF;
  border-color: #7C7B7B;
  padding: 0.5rem 1rem;
  height: auto;
}
.icono-home{
  width: 130px;
}
.iconoleyenda{
  width: 30px;
}
.cartel1{
  background: #EEE;
  color: #000;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-block;
}
.fondo-dispenser{
  padding-bottom: 10px;
}
.dosxuno{
  text-align: center;
  margin-bottom: -80px;
}
.precioxlitro-grande{
  color: #036CD3;
  background: #86FF75;
  padding: 5px 30px;
  border-radius: 50px;
  display: inline-block;
  /*margin-left: -30px;*/
  /*margin-bottom: -30px;*/
  z-index: 5;
  position: relative;
}
.precioxlitro-grande .small{
  font-size: 1rem;
}
.masbarato{
  display: inline-flex;
  justify-content: space-between;
  padding: 10px;
  padding-left: 40px;
  align-items: center;
  background: #FFF;
  color: #10223E;
  margin-left: -40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.z-index-4{
  z-index: 4;
  position: relative;
}
.z-index-99{
  z-index: 99;
}
.recuadrospinner{
  background: #EDEDED;
  color: #10223E;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.superahorro1{
  color: #036CD3;
  background: #86FF75;
  padding: 10px 40px 10px 20px;
  border-radius: 20px;
  margin-right: -20px;
}
.superahorro2{
  color: #86FF75;
  background: #000;
  padding: 15px 20px;
  font-size: 1.5rem;
  border-radius: 20px;
}
.comodato{
  font-size: 0.8rem;
}
.circulo-fc{
  position: absolute;
  top: 35%;
  right: -50px;
  width: 100px;
}
.dosporuno{
  max-width: 600px;
}
.dynamic-select, .dynamic-select-header{
  width: 100% !important;
}
.recuadro-info-combos{
  line-height: 1;
  font-size: 0.8rem;
  font-weight: 500;
}
.input-group-text {
  background-color: #FFF;
  border-color: #7C7B7B;
  border-right: 0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-left: 0;
}
.form-control:focus{
  border-color: #7C7B7B;
}
.bg-texture{
  background-image: url(../img/bg-texture.jpg);
}
.titulo-suma{
  font-size: 1.6rem;
}
.radio-dispenser {
  display: none;
}
.dispenser-option {
  display: block;
  cursor: pointer;
  text-align: center;
  border-radius: 1rem;
  transition: background-color 0.3s ease;
  border: 2px solid transparent;
}
.radio-dispenser:checked + .dispenser-option .dispenser-card {
  background-color: #036CD3;
  color: white;
}
.radio-dispenser:checked + .dispenser-option .titulo {
  color: white;
}
.dispenser-card {
  background-color: #f8f9fa;
  border-radius: 1rem;
  padding: 1rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  height: 100%;
  -webkit-box-shadow: 1px 1px 20px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 20px -10px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 20px -10px rgba(0,0,0,0.75);
}
.titulo {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.info{
  background: #00468A;
  color: #FFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 5px;
  line-height: 1.3;
}
.info .gratis {
  font-weight: 500;
  font-size: 1rem;
}
.info .sub {
  color: #00baff;
  font-size: 0.7rem;
  margin: 0;
  color: #22CFFF;
}
.info .sub2 {
  font-size: 0.9rem;
}
.radio-dispenser .info .precio {
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0;
}
.info .precio span {
  font-size: 1rem;
  font-weight: normal;
}
.popover {
  max-width: 400px;
}
@media (min-width: 992px){
}
@media screen and (min-width: 768px) {
  .paso1-dispenserfc{
    /*margin-top: -65px;*/
  }
}
@media screen and (max-width: 1399px) {
}
@media screen and (max-width: 1366px) {
  .promo2x1{
    left: 20%;
    top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .home-header h1{
    font-size: 4.5rem;
  }
  .promo2x1{
    left: 14%;
    top: 40px;
  }
}
@media (max-width: 991.98px) {
  body {
    padding-bottom: 110px;
  }
  .home-header h1{
    font-size: 3.5rem;
  }
  .bloques{
    font-size: 1.15rem;
    height: 75px;
  }
  .bloques img{
    left: 15px;
  }
  .paso1 .row>*, .paso2 .row>*{
    padding-right: 3px;
    padding-left: 3px;
  }
  .precio-container{
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  }
  .resumen{
    display: none;
  }
  .enviar-container .btn{
    /*width: 100%;*/
  }
  .enviar-container{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 999;
  }
  .resumen-mobile{
    display: block;
    text-align: left;
  }
  .promo2x1{
    left: 14%;
    top: 60px;
    width: 80px;
    height: 80px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px){
  body {
    padding-top: 4.3rem;
  }
  h1 {
    font-size: calc(1.375rem + 3.5vw);
  }
  .bloques{
    font-size: 1rem;
    height: 65px;
  }
  .bloques-container{
    width: 85%;
  }
  .bloques div{
    padding: 0 42px;
  }
  .bloques img{
    width: 35px;
  }
  .form-control{
    padding: 0.5rem 1rem;
  }
  .producto{
    background: #FFF;
  }
  .btn-masinfo{
    padding: 2px 6px;
    font-size: 12px;
  }
  .incluye{
    font-size: 12px;
  }
  .foto-producto{
    /*height: 130px;*/
  }
  .checkcontainer{
    background: #FFF;
  }
  .recuadro-confirmar{
    background: #FFF;
  }
  .paso5 .steps-mobile div.step-active{
    background: #FFF;
    color: #FFF;
  }
  .promo2x1{
    left: 8%;
    top: 50px;
    width: 55px;
    height: 55px;
    font-size: 1.2rem;
  }
  .fondo-dispenser{
    padding: 5px;
  }
  .masbarato{
    font-size: 0.8rem !important;
    margin-left: -20px;
    padding-left: 30px;
  }
  .precioxlitro-grande{
    /*margin-left: -15px;*/
    /*margin-bottom: -15px;*/
    font-size: 15px;
    margin-top: -15px;
  }
  .titulo.h4{
    font-size: 1rem;
  }
  .recuadrospinner {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.9rem;
    width: 100%;
    justify-content: center;
  }
  .number-style{
    zoom: 0.8;
  }
  .superahorro1{
    padding: 8px 20px 8px 10px;
    font-size: 0.8rem;
  }
  .superahorro2{
    padding: 10px 15px;
    font-size: 0.9rem;
  }
  .masbarato img{
    max-width: 35px;
  }
  .comodato{
    font-size: 0.7rem;
  }
  .circulo-fc{
    display: none;
  }
  .titulo-suma{
    font-size: 1.1rem;
  }
  .popover {
    max-width: 100%;
  }
  .masinfo-dispenser{
    width: 100%;
  }
}
@media (max-width: 540px){
  .number-style span {
    margin: 0 2px;
  }
}
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){
}