.c20 {
  color: #E70081 !important;
}

.c21 {
  color: #05408F !important;
}

.cWhite {
  color: white !important;
}
.cWhite a {
  color: white !important;
}

.bcw {
  background: white !important;
  background-color: white !important;
}

.bc18 {
  background: #5DA4D4 !important;
}
.bc18 .box-color h3 {
  color: white;
}
.bc18 .box-color h3 strong {
  color: white;
}

.bc19 {
  background: #2B5B9E !important;
}
.bc19 .box-color h3 {
  color: white;
}
.bc19 .box-color h3 strong {
  color: white;
}

.bc22 {
  background: #113752 !important;
}
.bc22 .box-color h3 {
  color: white;
}
.bc22 .box-color h3 strong {
  color: white;
}

.jc-center {
  justify-content: center;
  margin: 0 1em;
}

.jc-right {
  justify-content: right;
  margin: 0 1em;
}

*:focus {
  outline: none;
}

.popup input, .formulario input {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
  color: #4B4D4F;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.popup .boton, .formulario .boton {
  width: 100%;
  margin-top: 20px;
  font-size: 0.8em;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  background-color: #B13778;
  cursor: pointer;
}
.popup .boton:hover, .formulario .boton:hover {
  color: inherit;
  background-color: #9e316b;
  border-color: #9e316b;
}
.popup .boton:disabled, .formulario .boton:disabled {
  cursor: not-allowed;
  border: 1px solid transparent;
  background-color: #545454;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.frase h3, .frase h4 {
  color: #002643;
  font-size: 20px;
  padding: 0 10%;
  text-align: center;
}

body {
  background: #FFFFFF;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

header {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0 0;
  background-size: auto;
  background-image: url("../img/mas-salud/fondo.jpg");
  background-color: #FFFFFF !important;
}
header div.col-logo .caja-logo {
  display: flex;
}
header div.col-logo .caja-logo p {
  font-size: 30px;
  font-weight: 700;
  padding: 0 0.5em;
  line-height: 1.3em;
  color: #0079C8;
}
header img {
  vertical-align: bottom;
}
header img.ofertas {
  max-width: 100%;
  width: inherit;
}
header div.info {
  text-align: center;
  padding: 20px 0 0;
  font-size: 0.8rem;
}
header div.info > p {
  color: #002643;
}
header div.info a {
  color: #007BD0;
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}
header div.box {
  margin-top: 100px;
}
header div.box.mt200 {
  margin-top: 200px;
  min-height: 400px;
}
header div.box.mt250 {
  margin-top: 250px;
}
header h3 {
  color: #007BD0;
  display: inline-block;
  font-size: 1.3rem;
  padding-bottom: 15px;
  padding-left: 15px;
  text-transform: uppercase;
}

footer {
  color: #545454;
  font-size: 0.7rem;
  padding: 20px 0;
}
footer .links {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}

section.content {
  background: #F1EFEC;
  background-color: #F6F6F5;
  background: -moz-linear-gradient(180deg, #f1efec 0%, #f7fafd 100%);
  background: -webkit-linear-gradient(180deg, #f1efec 0%, #f7fafd 100%);
  background: linear-gradient(180deg, #f1efec 0%, #f7fafd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c7deef", endColorstr="#f7fafd", GradientType=1);
  font-size: 13px;
  padding: 0 0 2vw 0;
}
section.content.info {
  background: #F1EFEC;
}
section.content.info1 {
  padding: 2vw 0;
}
section.content.info2 {
  background: #F7FAFD !important;
}
section.content .pad-top-0 {
  padding-top: 0 !important;
}

.box {
  background-color: #007BD0;
  box-shadow: none;
  color: #FFFFFF;
  min-height: 200px;
  padding: 1vw;
}

.invisible {
  display: none;
}

.flex {
  display: flex;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: inherit;
}

/*************************/
/** contenido ************/
.envoltoriocolumnas {
  margin-bottom: 28px;
}
.envoltoriocolumnas > div {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
}
.envoltoriocolumnas p {
  font-size: 0.8em;
}
.envoltoriocolumnas ul {
  padding: 0 20px;
}
.envoltoriocolumnas li {
  list-style-type: none;
}

h3 {
  font-size: 1rem;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 12px;
}

input, label {
  cursor: pointer;
}

.gracias {
  color: #FFFFFF;
}
.gracias a {
  color: #FFFFFF;
  text-decoration: underline;
}
.gracias h1 {
  font-weight: 700;
}
.gracias h1, .gracias h2, .gracias p {
  font-size: 1rem;
  text-align: center;
}

.formulario {
  color: #FFFFFF;
}
.formulario a {
  color: #FFFFFF;
  text-decoration: underline;
}
.formulario .titulo-form {
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.formulario .sub-titulo-form {
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.formulario .checkbox {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.formulario .checkbox input {
  display: inline-block;
  width: 0.9em;
  margin: 0 0.3em 0 0;
  height: 0.9em;
  font-size: 1.2em;
}
.formulario .checkbox a {
  display: inline-block;
}
.formulario button, .formulario #codigo {
  margin-top: 10px !important;
  margin-bottom: 20px;
}
.formulario .obligatorio {
  margin: 20px 0 0;
  font-size: 0.6rem;
}
.formulario .legal {
  font-size: 0.8rem;
}

.container.box {
  background-color: transparent;
}

.box-color {
  color: #002643;
  font-size: 13px;
  height: 100%;
  padding: 0;
  text-align: left;
}
.box-color .titulo-lista {
  font-weight: 700;
  font-size: 1.5em;
  color: #002643 !important;
}
.box-color .titulo-lista2 {
  font-weight: 800;
  font-size: 2em;
  color: #05408F !important;
  text-shadow: 2px 2px white;
  margin-top: 1em;
}
.box-color.color2 {
  background-color: #F1EFEC;
  padding: 0 10px;
}
.box-color.color2 h3 strong {
  color: #335C7C;
}
.box-color h3 {
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  min-height: 65px;
  padding: 20px 10px 20px 60px;
  position: relative;
}
.box-color h3.h3unico {
  font-size: 18px;
  background-position: center left;
}
.box-color h3 strong {
  color: #0079C8;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
.box-color h3.dot:after {
  content: "";
  width: 1em;
  height: 1em;
  background: white;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1.5em;
  border-radius: 1em;
}
.box-color h3.ico01-t4 {
  background-image: url("/img/icons/tipo4/ico1.png");
}
.box-color h3.ico02-t4 {
  background-image: url("/img/icons/tipo4/ico2.png");
}
.box-color h3.ico03-t4 {
  background-image: url("/img/icons/tipo4/ico3.png");
}
.box-color h3.ico04-t4 {
  background-image: url("/img/icons/tipo4/ico4.png");
}
.box-color h3.ico05-t4 {
  background-image: url("/img/icons/tipo4/ico5.png");
}
.box-color h3.ico06-t4 {
  background-image: url("/img/icons/tipo4/ico6.png");
}
.box-color h3.ico07-t4 {
  background-image: url("/img/icons/tipo4/ico7.png");
}
.box-color h3.ico08-t4 {
  background-image: url("/img/icons/tipo4/ico8.png");
}
.box-color h3.ico09-t4 {
  background-image: url("/img/icons/tipo4/ico9.png");
}
.box-color h3.ico10-t4 {
  background-image: url("/img/icons/tipo4/ico10.png");
}
.box-color h3.ico11-t4 {
  background-image: url("/img/icons/tipo4/ico11.png");
}
.box-color h3.ico12-t4 {
  background-image: url("/img/icons/tipo4/ico12.png");
}
.box-color h3.ico13-t4 {
  background-image: url("/img/icons/tipo4/ico13.png");
}
.box-color h3.ico01b-t4 {
  background-image: url("/img/icons/tipo4/ico1b.png");
}
.box-color h3.ico02b-t4 {
  background-image: url("/img/icons/tipo4/ico2b.png");
}
.box-color h3.ico03b-t4 {
  background-image: url("/img/icons/tipo4/ico3b.png");
}
.box-color h3.ico04b-t4 {
  background-image: url("/img/icons/tipo4/ico4b.png");
}
.box-color h3.ico05b-t4 {
  background-image: url("/img/icons/tipo4/ico5b.png");
}
.box-color h3.ico06b-t4 {
  background-image: url("/img/icons/tipo4/ico6b.png");
}
.box-color h3.ico07b-t4 {
  background-image: url("/img/icons/tipo4/ico7b.png");
}
.box-color h3.ico08b-t4 {
  background-image: url("/img/icons/tipo4/ico8b.png");
}
.box-color h3.ico09b-t4 {
  background-image: url("/img/icons/tipo4/ico9b.png");
}
.box-color h3.ico10b-t4 {
  background-image: url("/img/icons/tipo4/ico10b.png");
}
.box-color h3.ico11b-t4 {
  background-image: url("/img/icons/tipo4/ico11b.png");
}
.box-color h3.ico12b-t4 {
  background-image: url("/img/icons/tipo4/ico12b.png");
}
.box-color h3.ico13b-t4 {
  background-image: url("/img/icons/tipo4/ico13b.png");
}
.box-color h3.ico01bt-t4 {
  background-image: url("/img/icons/tipo4/ico1bt.png");
}
.box-color h3.ico02bt-t4 {
  background-image: url("/img/icons/tipo4/ico2bt.png");
}
.box-color h3.ico03bt-t4 {
  background-image: url("/img/icons/tipo4/ico3bt.png");
}
.box-color h3.ico04bt-t4 {
  background-image: url("/img/icons/tipo4/ico4bt.png");
}
.box-color h3.ico05bt-t4 {
  background-image: url("/img/icons/tipo4/ico5bt.png");
}
.box-color h3.ico06bt-t4 {
  background-image: url("/img/icons/tipo4/ico6bt.png");
}
.box-color h3.ico07bt-t4 {
  background-image: url("/img/icons/tipo4/ico7bt.png");
}
.box-color h3.ico08bt-t4 {
  background-image: url("/img/icons/tipo4/ico8bt.png");
}
.box-color h3.ico09bt-t4 {
  background-image: url("/img/icons/tipo4/ico9bt.png");
}
.box-color h3.ico10bt-t4 {
  background-image: url("/img/icons/tipo4/ico10bt.png");
}
.box-color h3.ico11bt-t4 {
  background-image: url("/img/icons/tipo4/ico11bt.png");
}
.box-color h3.ico12bt-t4 {
  background-image: url("/img/icons/tipo4/ico12bt.png");
}
.box-color h3.ico13bt-t4 {
  background-image: url("/img/icons/tipo4/ico13bt.png");
}
.box-color h3.icon1 {
  background-image: url("../img/mas-salud/icon1.png");
}
.box-color h3.icon2 {
  background-image: url("../img/mas-salud/icon2.png");
}
.box-color h3.icon3 {
  background-image: url("../img/mas-salud/icon3.png");
}
.box-color h3.icon4 {
  background-image: url("../img/mas-salud/icon4.png");
}
.box-color h3.icon5 {
  background-image: url("../img/mas-salud/icon5.png");
}
.box-color h3.icon6 {
  background-image: url("../img/mas-salud/icon6.png");
}
.box-color h3.icon7 {
  background-image: url("../img/mas-salud/icon7.png");
}
.box-color h3.icon8 {
  background-image: url("../img/mas-salud/icon8.png");
}
.box-color h3.icon9 {
  background-image: url("../img/mas-salud/icon9.png");
}
.box-color h3.icon10 {
  background-image: url("../img/mas-salud/icon10.png");
}
.box-color h3.icon11 {
  background-image: url("../img/mas-salud/icon11.png");
}
.box-color h3.icon12 {
  background-image: url("../img/mas-salud/icon12.png");
}
.box-color h3.icon13 {
  background-image: url("../img/mas-salud/icon13.png");
}
.box-color h3.nuevo strong {
  margin-right: 70px;
}
.box-color h3.nuevo:after {
  background-image: url("../img/mas-salud/nuevo.png");
  background-position: center right;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 100%;
}
.box-color ul {
  padding: 0;
}
.box-color li {
  padding: 5px 0 5px 60px;
}
.box-color li ul li {
  padding: 0 0 0 10px;
}
.box-color li.novedad {
  background-image: url("../img/mas-salud/icon7.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.col-info .row {
  height: 100%;
}

.col-logo {
  background-image: url("../img/mas-salud/ofertas.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.popup {
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  display: none;
}
.popup #codigo {
  display: none;
}
.popup.show {
  display: flex;
}
.popup.sms #telefono2 {
  display: none;
}
.popup.sms #codigo {
  display: block;
}
.popup #velo {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup .popup-content {
  display: flex;
  position: relative;
}
.popup .form {
  width: 320px;
  max-width: 400px;
  background-color: #007BD0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .titulo-form {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.popup .sub-titulo-form {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.popup .sub-titulo-form span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.popup input {
  text-align: center;
}
.popup input:focus {
  outline: none;
  border-color: #DB3907;
}
.popup input::placeholder {
  color: #4B4D4F;
}
.popup .checkbox {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.popup .checkbox input {
  display: inline-block;
  width: 0.9em;
  margin: 0 0.3em 0 0;
  height: 0.9em;
  font-size: 1.2em;
}
.popup .checkbox a {
  display: inline-block;
  text-decoration: underline;
  color: inherit;
  font-weight: 700;
}
.popup .obligatorio {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
  margin-left: 15px;
}

@media only screen and (max-width: 992px) {
  .h2, h2 {
    font-size: 1.5rem;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  header div.box {
    margin-top: 100px;
  }
  header div.col-formulario {
    background-position: -16px 10px;
  }
  header img.logo {
    max-height: 90px;
    height: 20vw;
  }
  header h3 {
    font-size: 1.2rem;
  }
  header .col-logo {
    margin-bottom: 10vw;
  }
  header .col-logo .caja-logo p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  header {
    background-position: top;
    background-image: url("../img/mas-salud/fondo-mobile.jpg");
    background-color: #F1EFEC !important;
    background-size: 768px;
  }
  header div.box {
    box-shadow: none;
    min-height: 200px;
    padding: 20px;
    margin-top: 0;
  }
  header div.box.mt200 {
    margin-top: 0;
  }
  header div.box.mt250 {
    margin-top: 0;
  }
  header h3 {
    display: inline-block;
    font-size: 0.9rem;
  }
  header div.info a {
    color: black;
  }
  header div.info > p {
    color: black;
  }
  header div.col-formulario {
    background: none;
  }
  header .col-logo {
    background-image: url("../img/mas-salud/ofertas-mobile.png");
    margin-bottom: 0;
    min-height: 300px;
  }

  .gracias h1, .gracias h2, .gracias p {
    font-size: 1.3rem;
  }

  .formulario .titulo-form, .formulario .sub-titulo-form {
    font-size: 1.2rem;
  }

  .info > p {
    color: black;
  }

  .popup {
    overflow: scroll;
  }
  .popup .popup-content {
    display: block;
  }
  .popup .popup-content .form {
    width: 100%;
  }

  .desktop {
    display: none;
  }

  .formulario .checkbox {
    font-size: 0.7rem;
    margin-bottom: 1rem;
  }

  section.content.info1 {
    display: none;
  }

  .frase h3, .frase h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  header .col-logo {
    margin-bottom: 5vw;
  }
}
@media only screen and (max-width: 450px) {
  header .col-logo .caja-logo p {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 575px) and (min-width: 440px) {
  h3 {
    margin-bottom: 19px;
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=styles.css.map */
