@charset "UTF-8";
#errorMensaje {
  display: none;
  color: #F39000;
  text-align: center;
}

#errorMensajeB {
  display: none;
  color: #F39000;
  text-align: center;
}

#aceptoTerminosYCondicionesHelper .required {
  color: #61B22F;
  font-size: 1rem;
  font-weight: 900;
}

.btn--siguiente {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 30px;
  width: max-content;
  height: 40px;
  background: #61B22F;
  color: #FFFFFF;
  border: none;
  border-radius: 30px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
}

.btn--siguiente[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
  filter: grayscale(1);
}

.btn--siguiente:hover {
  background: #065633;
}

.label--Styles {
  font-family: "Monserrat";
  font-size: 12px;
  color: #636466;
}

.h2--Styles {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #065633;
}

.p--Styles {
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.a--Styles {
  font-family: "Work Sans", sans-serif;
  color: #636466;
  font-size: 14px;
}

.a--Styles:hover {
  font-weight: 600;
  color: inherit;
  text-decoration: underline;
}

.inputs--Styles {
  background: #FFFFFF;
  border: 1px solid #065633;
  border-radius: 0.625rem;
}

.option--Styles:hover {
  background: #065633;
  color: #FFFFFF;
}

.li--Styles::marker {
  color: #065633;
}

.inputs--styles:focus,
.form-control.focus {
  background-color: #e8ffd5;
  border-color: #065633;
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #065633;
  color: #272833;
  outline: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 22px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #BCBEC1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 13.5px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #61B22F;
}

input:focus + .slider {
  box-shadow: 0 0 1px #61B22F;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Estilos adicionales para cambiar los colores */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.sheet .panel-group .fieldSet--Styles .panel-body {
  margin-bottom: 2rem;
}

/*.sheet .panel-group .panel-body {
    margin-bottom: 2rem !important;
}*/
.sheet {
  border-color: #61B22F;
  border-radius: 25px;
}

.btn:focus,
.btn.focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #61B22F;
  outline: 0;
}

.has-success .form-control:focus,
.has-success .form-control.focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #61B22F;
}

.has-success .form-control {
  background-color: #d6ffcb;
  border-color: #61B22F;
}

.has-error .form-control {
  background-color: #fddba7db;
  border-color: #F39000;
}

.has-error .form-control:focus,
.has-error .form-control.focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #F39000;
}

.required {
  color: #636466;
}

.u--gray {
  color: #636466;
}

.u--center {
  display: flex;
  align-items: center;
}

.u--centerB {
  display: flex;
  align-items: center;
  justify-content: center;
}

.u--centerC {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.u--fontFamilyWork {
  font-family: "Work Sans";
}

.u--fontFamilyMonserrat {
  font-family: "Monserrat";
}

.u--width-07 {
  width: 7%;
}

.u--width-04 {
  width: 4%;
}

.u--width-06 {
  width: 6%;
}

.u--width-16 {
  width: 16%;
}

.u--width-20 {
  width: 20%;
}

.u--width-80 {
  width: 80%;
}

.u--width-74 {
  width: 74%;
}

.u--width-96 {
  width: 96%;
}

.u--width-93 {
  width: 93%;
}

.u--width-94 {
  width: 94%;
}

.u--cursor {
  cursor: pointer;
}

.containerValidoDescuento {
  width: 100%;
  padding: 1.5rem 1rem;
  margin: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #61B22F;
  border-radius: 25px;
  background: #E6E6E6;
}
.containerValidoDescuento__titulo {
  color: #065633;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
}
.containerValidoDescuento__valor, .containerValidoDescuento__info {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
.containerValidoDescuento__valor {
  text-align: left;
  padding: 0.5rem 0rem;
}
.containerValidoDescuento__info {
  padding: 0.5rem 0rem 1rem 0rem;
}
.containerValidoDescuento__link:hover {
  text-decoration: none;
}

.containerNoValidoDescuento {
  width: 100%;
  padding: 1.5rem 1rem;
  margin: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #61B22F;
  border-radius: 25px;
  background: #E6E6E6;
}
.containerNoValidoDescuento__titulo {
  color: #065633;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.containerNoValidoDescuento__link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .sheet .panel-group .fieldSet--Styles .panel-body {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .sheet .panel-group .fieldSet--Styles .panel-body {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .u--width-16 {
    width: 50%;
  }

  .u--width-74 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .u--width-16 {
    width: 70%;
  }

  .u--width-74 {
    width: 30%;
  }

  .politicasDeSeguridad {
    padding: 0rem 1rem;
  }

  .noVerPoliticas {
    padding: 0rem 0rem 0rem 1.5rem;
  }
}
@media only screen and (max-width: 425px) {
  .u--width-16 {
    width: 70%;
  }

  .u--width-74 {
    width: 30%;
  }

  .politicasDeSeguridad {
    padding: 0rem 0.5rem 0rem 0rem;
  }
}
.modalUnique {
  display: none;
  /* ocultamos el modal por defecto */
  position: fixed;
  /* posición fija para mantenerlo en el centro de la pantalla */
  z-index: 1;
  /* colocamos el modal por encima de los demás elementos */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* permite hacer scroll cuando el contenido del modal es más grande que la pantalla */
  background-color: #E6E6E6;
  /* Estilo del contenido del modal */
}
.modalUnique__contenido {
  background-color: white;
  margin: 10% auto;
  padding: 20px 20px 0px 20px;
  border: 1px solid #61B22F;
  width: 80%;
  position: relative;
  border-radius: 25px;
}
.modalUnique__contenido--cerrar {
  color: #61B22F;
  float: right;
  font-size: 30px;
  font-weight: bold;
}
.modalUnique__contenido--cerrar:hover, .modalUnique__contenido--cerrar:focus {
  color: #065633;
  text-decoration: none;
  cursor: pointer;
}
.modalUnique .btnGroup {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.modalUnique .btnAccept {
  background: #61B22F;
  color: #fff;
  transition: 500ms;
}
.modalUnique .btnAccept:hover {
  background: #287d3c;
  transition: 500ms;
}