﻿/*@hover-color: #478868;*/
/*@main-color: #5AAA83;*/
body {
  /*font-family: 'Roboto', sans-serif;*/
}
.head-block {
  width: 100%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.section-ctn {
  padding-top: 80px;
}
.block {
  margin-bottom: 50px;
}
.head-ctn {
  position: relative;
  text-align: center;
  color: white;
}
.title-center {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.body-block {
  margin-top: 50px;
}
.table-title-block {
  text-align: center;
  font-weight: bold;
  height: 35px;
}
.table-title-icon {
  height: 25px;
  margin-right: 5px;
}
.title {
  /*font-weight: bold;*/
  padding: 0px 15px;
}
@media (min-width: 1024px) {
  .title {
    font-size: 2.8em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .title {
    font-size: 1.8em;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 1.6em;
    font-weight: bold;
  }
  p {
    text-align: justify !important;
  }
  .body-block {
    margin-top: 0px !important;
  }
  .title-center {
    top: 42%;
  }
  .head-ctn {
    color: #333C4F;
  }
  .container {
    margin-top: 25px;
  }
  .section-ctn {
    padding-top: 130px;
  }
}
@media (max-width: 380px) {
  .hidden-xs-custom {
    display: none;
  }
}
@media (min-width: 381px) {
  .show-xs-custom {
    display: none;
  }
}
.table-feature-block {
  padding: 10px;
}
.table-content-block {
  padding: 10px;
  text-align: center;
  color: white;
}
.table-title-column {
  border-bottom: 2px solid grey;
}
.rate-column > div > .col-md-10 {
  background-color: #333C4F;
}
.free-block {
  border: 3px dotted #333C4F;
  text-align: center !important;
  padding: 30px 30px;
}
h5 {
  font-weight: bold;
  font-size: 1.8em;
  text-align: center !important;
  margin-top: 0px !important;
}
.info-block {
  background-color: #333C4F;
  color: white;
  padding: 50px;
}
.btn-green {
  border-radius: 0px;
  background-color: #333C4F;
  color: white;
  font-weight: bold;
}
.btn-green:hover {
  background-color: #0d3852;
  color: white !important;
}
.btn-green-in {
  border-radius: 0px;
  background-color: #333C4F;
  color: white;
  font-weight: bold;
  border: 1px solid white;
}
.btn-green-in:hover {
  background-color: white;
  color: #333C4F !important;
}
.btn:focus {
  color: white !important;
}
.small-block {
  margin-top: 10px;
  font-size: 1.16em;
}
.small-print {
  font-size: 12px;
}
.checkmark {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  background-image: url(../../img/icons/chechmark-white.svg);
}
.x-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  background-image: url(../../img/icons/x-white.svg);
}
th {
  text-align: center;
}
tr td {
  width: 25%;
}
tr th {
  width: 25%;
  padding-bottom: 8px;
}
.bubble {
  width: 92%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: 33px;
}
.rates-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 1025px) {
  .bubble {
    width: 120px !important;
  }
  .bubble-text {
    font-size: 12px !important;
  }
  .rates-subtitle {
    margin-bottom: 0px !important;
  }
}
.bubble-text {
  position: absolute;
  top: 46.5%;
  left: 64%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: white;
  font-weight: bold;
  text-align: center;
}
.bubble-text span {
  font-size: 15px;
}
.container {
  margin-bottom: 0px !important;
}
@media (min-width: 1500px) {
  .container {
    width: 1350px;
  }
  .bubble-text {
    left: 62%;
  }
}
@media (min-width: 1025px) {
  .block-final {
    padding: 0 10%;
  }
  .free-block {
    margin-left: 250px;
    margin-right: 250px;
  }
}
.title-rate-xs {
  font-size: 1.18em;
  font-weight: bold;
  border-bottom: 2px solid #333C4F;
  padding-bottom: 7px;
  margin: 0px 10px 25px 10px;
}
.title-attr-xs {
  font-size: 1.18em;
  font-weight: bold;
}
.title-attr-xs::before {
  content: url(../../img/icons/checkmark-green.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
}
.price-xs {
  font-weight: 100;
  font-size: 14px;
}
.rate-xs {
  padding: 25px 15px;
  margin: 25px 20px;
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
table tr:nth-child(1) {
  border-top: 2px solid #777777;
}
table tr:nth-child(8) {
  border-bottom: 2px solid #777777;
}
table tr:nth-child(14) {
  border-bottom: 2px solid #777777;
}
table tr:nth-child(15) {
  border-bottom: 2px solid #777777;
}
table tr td:nth-child(2) {
  font-weight: bold;
  color: white;
  background-color: #333C4F;
  text-align: center;
  font-size: 16px;
}
table tr:nth-child(n+9) td:nth-child(1) {
  padding-left: 25px;
  font-weight: bold;
}
table tr td:nth-child(1) {
  padding-left: 15px;
}
td {
  padding: 10px 0px;
}
p {
  margin: 0;
}
.block-btn {
  padding: 50px 0;
}
.icon-app::before {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cons::before {
  content: url(../../img/home/consulta_presencial_color_fill_rates.svg);
}
.video::before {
  content: url(../../img/home/videoconsulta_color_fill_rates.svg);
}
.chat::before {
  content: url(../../img/home/chat_color_fill_rates.svg);
}
.webmail::before {
  content: url(../../img/home/consulta_webmail_color_fill_rates.svg);
}
.secondop::before {
  content: url(../../img/home/consulta_2opinion_color_fill_rates.svg);
}
.appointments {
  border-left: 1px solid #bbbbbb;
  margin: 15px 0px 0px 8px;
  padding-left: 15px;
}
.service-price {
  font-weight: normal !important;
  margin-left: 25px;
  font-size: 15px;
}
.icon-app .service-price {
  margin-left: 10px !important;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .bubble-text span {
    font-size: 0.9em;
  }
  .bubble-text {
    top: 47.5%;
    left: 67%;
  }
}
.sub {
  margin: 30px;
  text-align: center;
  box-shadow: 0 0px 34px rgba(0, 0, 0, 0.4);
  border: 2px solid white;
}
.subscription-title {
  font-size: 17px;
}
.subscription-price {
  font-size: 30px;
}
.bono-price {
  font-size: 30px;
}
.subscription-bonus {
  font-size: 17px;
  font-weight: 100;
  display: block;
  margin-top: 13px;
}
.subscription-price::after {
  content: "/mes";
  font-size: 12px !important;
}
.bono-price::after {
  content: "/teleconsulta";
  font-size: 12px !important;
}
.sub-header {
  background-color: white;
  padding: 60px 0px;
  color: #333C4F;
  font-weight: bold;
}
.sub-description {
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
}
.sub-footer {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 40px 0px;
  color: white;
  font-weight: bold;
}
.sub-description span {
  border-bottom: 1px dotted #333C4F;
  display: block;
  padding: 23px 30px;
  font-weight: bold;
}
.sub-description span::before {
  content: url(../../img/icons/checkmark-green.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
.hire-btn {
  padding: 6px 60px;
}
.sub-header-bonus {
  min-height: 206px !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sub {
    margin: 0px;
  }
  .subscriptions {
    margin-top: 50px;
  }
  .sub-description span {
    padding: 30px 20px;
  }
  .sub-header {
    padding: 60px 10px;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  .col-xs-12 {
    padding: 0px;
  }
  .sub {
    margin: 30px 0px;
  }
  .sub-header {
    padding: 30px 0px;
  }
  .sub-description span {
    padding: 15px 10px;
  }
  .sub-header-bonus {
    min-height: 146px !important;
  }
  .appointments {
    border-left: none !important;
  }
}