/* Responsive ----------- */
html {
  font-size: 13px;
}
body {
  font-family: Arial;
  font-family: 'Titillium Web', sans-serif;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}
ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
::-webkit-input-placeholder {
  font-size: 1rem;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1rem;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1rem;
}
:-ms-input-placeholder {
  font-size: 1rem;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.bg {
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.no-padding-sides {
  padding-left: 0rrem !important;
  padding-right: 0rrem !important;
}
.pull-center {
  float: none;
  margin: 0 auto;
}
.content-centered {
  text-align: center;
}
section.cover-container .row > .col {
  height: 100%;
}
section.cover-container .bg {
  background-image: url('../images/mom-and-dauther.jpg');
  height: 53rem;
}
section.cover-container .text {
  position: absolute;
  top: 6rem;
  left: 8rem;
  color: white;
}
section.cover-container .text p {
  font-size: 4.75rem;
  line-height: 4.9rem;
  font-weight: 700;
}
section.cover-container .text p strong {
  font-weight: 900;
}
section.cover-container .offers {
  background-image: url('../images/offers.svg');
  position: absolute;
  width: 25.38rem;
  height: 17.3rem;
  bottom: 2rem;
  left: 25rem;
}
section.cover-container .offers .offer {
  color: white;
  position: absolute;
  font-weight: 700;
  -moz-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
section.cover-container .offers .offer strong sup {
  font-size: 0.5em;
}
section.cover-container .offers .big-offer {
  font-size: 5rem;
  text-transform: uppercase;
  top: 3.75rem;
  left: 3rem;
  line-height: 3.5rem;
}
section.cover-container .offers .big-offer strong {
  font-weight: 900;
}
section.cover-container .offers .big-offer strong sup {
  font-weight: 300;
  left: -1rem;
}
section.cover-container .offers .small-offer {
  font-size: 1.75rem;
  bottom: 4.75rem;
  right: 3rem;
  line-height: 2.25rem;
}
section.cover-container .offers .small-offer strong {
  font-size: 3.25rem;
  font-weight: 900;
}
section.cover-container .offers .small-offer strong sup {
  font-weight: 300;
  top: -1rem;
}
section.cover-container .form-container {
  background-color: rgba(255, 255, 255, 0.75);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  -webkit-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
  width: 100%;
  max-width: 26.61rem;
  margin: auto;
  margin-top: 5.5rem;
}
section.cover-container .form-container form p {
  text-align: center;
  font-size: 2.36rem;
  line-height: 2.9rem;
  font-weight: 700;
}
section.cover-container .form-container form p span.green {
  color: #008238;
}
section.cover-container .form-container form p span.orange {
  text-transform: uppercase;
  color: #ff7600;
}
section.cover-container .form-container form p span.orange strong {
  font-weight: 900;
}
section.cover-container .form-container form .form-title {
  background-color: #ff7600;
  color: white;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.75rem;
}
section.cover-container .form-container form .form-field {
  margin-top: 1rem;
}
section.cover-container .form-container form .form-field legend {
  padding-left: 1rem;
  font-size: 1.25rem;
  border: none;
  margin-bottom: 0.5rem;
}
section.cover-container .form-container form .form-field input[type="text"],
section.cover-container .form-container form .form-field input[type="email"] {
  width: 100%;
  border: none;
  background-color: rgba(255, 118, 0, 0.5);
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  padding: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
section.cover-container .form-container form .form-field input[type="submit"] {
  margin-top: 2rem;
  border: none;
  width: 15.76rem;
  height: 4.23rem;
  background-color: transparent;
  background-image: url('../images/more-info-submit.svg');
}
section.services {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
section.services .text p {
  font-weight: 600;
  font-size: 1.84rem;
  text-align: center;
}
section.services .text p span {
  font-size: 3rem;
  color: #ff7600;
  text-transform: uppercase;
}
section.services .text p span strong {
  font-weight: 900;
}
section.services ul {
  margin-top: 2.5em;
  text-align: center;
}
section.services ul li {
  width: 22.2rem;
  height: 14.61rem;
  display: inline-block;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 3rem;
  position: relative;
}
section.services ul li .icon {
  margin: auto;
  width: 8.9rem;
  height: 8.9rem;
}
section.services ul li .text {
  margin-top: 0.5rem;
  position: absolute;
  width: 100%;
}
section.services ul li .text p {
  color: #008238;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
}
section.services ul li.invisible {
  visibility: none;
}
section.services ul li:nth-child(1) .icon {
  background-image: url('../images/emergency-ambulance.svg');
}
section.services ul li:nth-child(2) .icon {
  background-image: url('../images/doctor-at-home.svg');
}
section.services ul li:nth-child(3) .icon {
  background-image: url('../images/internation.svg');
}
section.services ul li:nth-child(4) .icon {
  background-image: url('../images/nurse-at-home.svg');
}
section.services ul li:nth-child(5) .icon {
  background-image: url('../images/radiology-at-home.svg');
}
section.services ul li:nth-child(6) .icon {
  background-image: url('../images/electro-at-home.svg');
}
section.services ul li:nth-child(7) .icon {
  background-image: url('../images/siem.svg');
}
section.services ul li:nth-child(8) .icon {
  background-image: url('../images/alert.svg');
}
section.services .small-text {
  text-align: center;
  font-size: 0.9rem;
}
section.offers {
  background-color: #ededed;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
section.offers .text {
  text-align: center;
}
section.offers .text h1 {
  color: #fdc400;
  font-weight: 900;
  font-size: 3rem;
  border: 4px solid #ff7600;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  text-transform: uppercase;
}
section.offers .text p {
  font-size: 2.69rem;
  font-weight: 600;
  color: #ff7600;
  margin-bottom: 3rem;
}
section.offers .offer {
  background-color: #ff7600;
  padding-top: 3rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 23rem;
  -webkit-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
  margin: auto;
  text-align: center;
}
section.offers .offer .title {
  color: white;
  margin-bottom: 2rem;
}
section.offers .offer .title h2 {
  text-align: center;
  font-weight: 900;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  text-transform: uppercase;
}
section.offers .offer .title p {
  text-align: center;
  font-weight: 300;
  font-size: 1.15rem;
  text-transform: uppercase;
}
section.offers .offer .offer-discount {
  font-weight: 900;
  color: #008238;
  text-align: center;
  font-size: 4rem;
  margin-bottom: 3rem;
  background-color: white;
  display: inline-block;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  text-transform: uppercase;
}
section.offers .offer .small-text {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  color: white;
}
section.offers .offer .cta {
  cursor: pointer;
  margin: auto;
  width: 16.57rem;
  height: 3.3rem;
  background-image: url('../images/decided-cta.svg');
}
section.payments {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
section.payments .logo {
  margin: auto;
  width: 22.15rem;
  height: 9.2rem;
}
section.payments .logo.credit-cards-logo {
  background-image: url('../images/credit-cards.svg');
}
section.payments .logo.credit-cards2-logo {
  background-image: url('../images/credit-cards2.svg');
}
section.payments .logo.pago-facil-logo {
  background-image: url('../images/pago-facil.svg');
}
section.payments .logo.rapipago-logo {
  background-image: url('../images/rapipago.svg');
}
section.payments .logo.pago-mis-cuentas-logo {
  background-image: url('../images/pago-mis-cuentas.png');
}
section.payments .logo.todo-pago-logo {
  background-image: url('../images/todo-pago.svg');
}
section.payments .logo.captar-pagos-logo {
  background-image: url('../images/captar-pagos.png');
}
section.payments .logo.online-banking-logo {
  background-image: url('../images/online-banking.svg');
}
section.cta-append {
  background-image: url('../images/bg-cta-append.jpg');
  padding-top: 6rem;
  padding-bottom: 10rem;
}
section.cta-append .cta {
  margin: auto;
  cursor: pointer;
  background-image: url('../images/cta-append.svg');
  width: 25rem;
  height: 5.25rem;
  margin-top: 2rem;
}
section.cta-append .text {
  margin: auto;
  text-align: center;
}
section.cta-append .text p {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: white;
}
section.cta-append .text h3 {
  font-weight: 700;
  font-style: italic;
  font-size: 4rem;
  color: white;
}
section.cta-append .text2 {
  margin-top: 1rem;
  text-align: center;
}
section.cta-append .text2 p {
  color: white;
  font-size: 2rem;
}
/* Else except extra small  ----------- */
/* Else except large  ----------- */
/* Large  ----------- */
/* Medium ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 12px;
  }
}
/* Small ----------- */
@media (min-width: 768px) and (max-width: 991px) {
  bodyfont-size: 12px;
}
/* Extra small ----------- */
/* Small & Extra small */
@media (max-width: 991px) {
  section.cover-container .bg {
    height: 40rem;
  }
  section.cover-container .text {
    top: 2rem;
    left: 2rem;
  }
  section.cover-container .text p {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
  section.cover-container .offers {
    width: 20.3rem;
    height: 13.84rem;
    bottom: 2rem;
    left: auto;
    right: 1rem;
  }
  section.cover-container .offers .offer {
    font-weight: 700;
  }
  section.cover-container .offers .big-offer {
    font-size: 4rem;
    text-transform: uppercase;
    top: 3.4rem;
    left: 2.5rem;
    line-height: 2.5rem;
  }
  section.cover-container .offers .big-offer strong {
    font-weight: 900;
  }
  section.cover-container .offers .small-offer {
    font-size: 1.4rem;
    bottom: 3.8rem;
    right: 2rem;
    line-height: 1.75rem;
  }
  section.cover-container .offers .small-offer strong {
    font-size: 3.25rem;
    font-weight: 900;
  }
  section.cover-container .form-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
    margin-top: 2rem;
  }
  section.cover-container .form-container form .form-title {
    margin-bottom: 3rem;
  }
  section.cover-container .form-container form .form-field {
    margin-top: 2rem;
  }
  section.services {
    margin-top: 6rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  section.services .text p {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  section.services ul {
    margin-top: 3em;
  }
  section.services ul li {
    width: 100%;
    height: 14rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 2.5rem;
  }
  section.services ul li .icon {
    width: 8rem;
    height: 8rem;
  }
  section.services ul li .text {
    margin-top: 1.5rem;
    width: 100%;
  }
  section.services ul li .text p {
    line-height: 1.75rem;
  }
  section.services ul li.invisible {
    visibility: none;
    display: none !important;
  }
  section.services .small-text {
    width: 90%;
    margin: auto;
  }
  section.offers {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  section.offers .text h1 {
    border: none;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    margin-bottom: 1.25rem;
  }
  section.offers .offer {
    background-color: #ff7600;
    padding-top: 3rem;
    padding-bottom: 2rem;
    padding-left: 0rem;
    padding-right: 0rem;
    width: 75%;
    margin: auto;
    margin-bottom: 4rem;
  }
  section.payments {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  section.payments .logo {
    margin: auto;
    width: 22.15rem;
    height: 9.2rem;
  }
  section.cta-append {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  section.cta-append .cta {
    width: 75%;
    height: 5.25rem;
    margin-top: 2rem;
  }
  section.cta-append .text {
    margin: auto;
    width: 80%;
    text-align: center;
  }
  section.cta-append .text p {
    font-size: 2.5rem;
    line-height: 2.4rem;
    margin-bottom: 2.5rem;
    color: white;
  }
  section.cta-append .text h3 {
    font-weight: 700;
    font-style: italic;
    font-size: 4rem;
    color: white;
    line-height: 3.5rem;
  }
  section.cta-append .text2 {
    width: 80%;
    margin: auto;
    margin-top: 1.5rem;
  }
  section.cta-append .text2 p {
    line-height: 2.4rem;
  }
}
/*# sourceMappingURL=styles.css.map */