/*styles*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  color: #606060;
  background: url(../images/BG_1.png) no-repeat center top;
  background-size: cover;
  font-size: 1.2rem;
}

.popover-body {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  color: #606060;
  text-align: center;
}

p {
  font-weight: lighter;
}

.float_CTA {
  display: block;
  max-width: 185px;
  background-color: rgba(1, 109, 56, 0.9);
  position: fixed;
  right: 0;
  top: 37%;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
  z-index: 5;
}

.float_CTA img {
  width: 70%;
}

.float_CTA p {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
}

.float_CTA a {
  display: inline-block;
  text-decoration: none;
  color: #5b4c11;
  background-color: #ffdc5d;
  border-radius: 4rem;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  padding: 10px 16px;
}

.float_CTA a:hover {
  background-color: #fad13c;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 768px) {
  .float_CTA {
    display: none;
  }
}

.header .top_logo .logo_container {
  text-align: center;
  padding: 1rem;
}

.header .titular .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .titular .content h1 {
  font-weight: lighter;
}

.header .titular .imgTitular {
  text-align: center;
}

.header .titular .legal_top_right {
  position: absolute;
  top: 15%;
  right: 1%;
}

@media (max-width: 768px) {
  .header .titular .content {
    margin-top: 2rem;
  }
  .header .titular .content h1, .header .titular .content p {
    text-align: center;
  }
}

.navigationLand {
  margin-top: 2rem;
}

.navigationLand h2 {
  text-align: center;
  font-weight: bold;
  color: #016d38;
}

.navigationLand .btnNav {
  text-align: center;
  margin-top: 2rem;
}

.navigationLand .btnNav a {
  display: inline-block;
  background-color: #ffdc5d;
  text-decoration: none;
  border-radius: 4rem;
  color: #5b4c11;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
}

.navigationLand .btnNav a:hover {
  background-color: #fad13c;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tratamientoMedico {
  margin-top: 6rem;
  background: url(../images/section_3_BG_img.png) no-repeat center top;
  background-size: cover;
  min-height: 610px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tratamientoMedico .hr {
  margin-top: auto;
}

.tratamientoMedico .content h2 {
  color: #016d38;
  font-weight: bold;
  margin-top: 6rem;
  text-align: center;
}

.tratamientoMedico .content p {
  text-align: center;
  margin-top: 2rem;
}

.tratamientoMedico .contentItems .item {
  text-align: center;
  margin-top: 3rem;
}

.tratamientoMedico .contentItems p {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .tratamientoMedico .hr img {
    width: 70%;
  }
}

.videos .content h2 {
  color: #016d38;
  font-weight: bold;
  margin-top: 5rem;
  text-align: center;
}

.videos .content p {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.videos .videosEmbed_1 .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.videos .videosEmbed_1 .info h5 {
  font-weight: bold;
  color: #016d38;
  text-align: center;
}

.videos .videosEmbed_1 .info p {
  margin-top: 1rem;
  text-align: center;
}

.videos .videosEmbed_2 .vid {
  margin-top: 2rem;
}

.videos .videosEmbed_2 .vid h5 {
  font-weight: bold;
  color: #016d38;
  text-align: center;
}

.videos .videosEmbed_2 .vid p {
  margin-top: 1rem;
  text-align: center;
}

.modalesBTNs {
  background: url(../images/section_4_BG_img.png) no-repeat center top;
  background-size: cover;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modalesBTNs .hr_2 {
  margin-top: auto;
}

.modalesBTNs .content {
  padding-top: 6rem;
}

.modalesBTNs .content h2 {
  color: #016d38;
  font-weight: bold;
  margin-top: 5rem;
}

.modalesBTNs .content p {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.modalesBTNs .modalsBTN {
  text-align: center;
  margin-top: 2rem;
}

.modalesBTNs .modalsBTN .btnModal {
  margin-top: 1rem;
}

.modalesBTNs .modalsBTN .btnModal a {
  display: inline-block;
  background-color: #016d38;
  text-decoration: none;
  border-radius: 4rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.5rem 1.7rem 0.5rem;
}

.modalesBTNs .modalsBTN .btnModal a:hover {
  background-color: #038a49;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ctaQRpass {
  margin-top: 3rem;
}

.ctaQRpass .content {
  padding-bottom: 3rem;
}

.ctaQRpass .content .ctaContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ctaQRpass .content .ctaContainer h2 {
  color: #016d38;
  font-weight: bold;
}

.ctaQRpass .content .ctaContainer a {
  display: inline-block;
  text-decoration: none;
  color: #5b4c11;
  background-color: #ffdc5d;
  border-radius: 4rem;
  padding: 0.5rem 3rem 0.5rem;
  font-weight: bold;
}

.ctaQRpass .content .ctaContainer a:hover {
  background-color: #fad13c;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 768px) {
  .ctaQRpass .content .ctaContainer {
    padding-bottom: 3rem;
  }
  .ctaQRpass .content .imgCelu {
    margin-bottom: 3rem;
  }
}

.ctaEncuesta {
  background: url(../images/section_5_BG_img.png) no-repeat center top;
  background-size: cover;
  min-height: 410px;
}

.ctaEncuesta .content {
  padding-top: 3rem;
}

.ctaEncuesta .content .img_alert {
  text-align: right;
}

.ctaEncuesta .content .ctaContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ctaEncuesta .content .ctaContainer p {
  color: #ffffff;
}

.ctaEncuesta .content .ctaContainer a {
  display: inline-block;
  text-decoration: none;
  color: #5b4c11;
  background-color: #ffdc5d;
  border-radius: 4rem;
  padding: 0.5rem 3rem 0.5rem;
  font-weight: bold;
}

.ctaEncuesta .content .ctaContainer a:hover {
  background-color: #fad13c;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 768px) {
  .ctaEncuesta .content .img_alert {
    text-align: center;
  }
  .ctaEncuesta .content .ctaContainer {
    margin-bottom: 3rem;
  }
}

.cierre {
  margin-top: 3rem;
}

.cierre .estrellasContainer .legal_bottom {
  position: absolute;
  left: 1%;
  z-index: 5;
}

.cierre .estrellasContainer .calificacion h3 {
  color: #016d38;
  font-weight: bold;
}

footer {
  background-color: #bbbbbb;
  margin-top: 2rem;
  padding: 1rem;
}

footer p {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: bold;
}

.modalSB .modal-header {
  border: none;
}

.modalSB .modal-header .modal-title {
  color: #016d38;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

.modalSB .modal-header .close {
  padding: 0;
  margin: 0;
}

.modalSB .modal-body h5 {
  color: #016d38;
  font-weight: bold;
}

.modalSB .modal-body ul {
  list-style: none;
}

.modalSB .modal-body ul li::before {
  content: "\2022";
  color: #ffdc5d;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.modalSB .modal-body.modal2 .modal2sep {
  width: 100%;
  border: 1px solid #016d38;
}

.modalSB .modal-body.modal2 .item {
  text-align: center;
}

.modalSB .modal-body.modal2 .textRiesgo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modalSB .modal-body.modal2 .textRiesgo p {
  text-align: center;
  margin: 0 auto;
}

.modalSB .modal-footer {
  border: none;
}

.modalSB .modal-footer button {
  background-color: #016d38;
  color: #ffdc5d;
  border: none;
  border-radius: 4rem;
  padding: 0.5rem 1.7rem 0.5rem;
}

.modalSB.modalRiesgos .modal-dialog {
  max-width: 1080px;
}

@media (max-width: 768px) {
  .modalSB.modalRiesgos .modal-dialog {
    max-width: 500px;
  }
}
/*# sourceMappingURL=styles.css.map */