﻿/*@hover-color: #478868;*/
/*@main-color: #5AAA83;*/
.btn:focus {
  color: white !important;
}
body {
  /*font-family: 'Raleway', sans-serif;*/
}
.head-block {
  width: 100%;
}
.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: 20px;
  }
  .title-center {
    top: 42%;
  }
  .head-ctn {
    color: #333C4F;
  }
  .container {
    margin-top: 25px;
  }
  .section-ctn {
    padding-top: 130px;
  }
}
@media (max-width: 480px) {
  .hidden-xs-custom {
    display: none;
  }
}
@media (min-width: 481px) {
  .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;
}
.free-block > h5 {
  font-weight: bold;
  font-size: 1.8em;
  text-align: center !important;
  color: #333C4F;
}
.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;
}
.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: 20%;
}
tr th {
  width: 20%;
  padding-bottom: 8px;
}
table tr:nth-child(2) {
  border-top: 2px solid #4ea57c;
  border-bottom: 2px solid #4ea57c;
}
table tr:nth-child(n+2) td:nth-child(n+2) {
  text-align: center;
  margin: 0px 60px;
  color: white;
  padding: 0px 30px 0px 30px !important;
}
table tr:nth-child(n+2) td:nth-child(n+2) div {
  width: 100%;
  height: 100%;
  background-color: #333C4F;
  padding: 11px 0px;
  margin-top: -2px;
}
.bubble {
  width: 50%;
}
.rates-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 1025px) {
  .bubble {
    width: 120px !important;
  }
  .rates-subtitle {
    margin-bottom: 0px !important;
  }
  table tr:nth-child(n+3) td:nth-child(n+2) {
    margin-top: -4px !important;
  }
}
.bubble-text {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: white;
  font-weight: bold;
  font-size: 12px;
}
.container {
  margin-bottom: 0px !important;
}
@media (min-width: 1500px) {
  .container {
    width: 1350px;
  }
}
@media (min-width: 1025px) {
  .block-final {
    padding: 0 10%;
  }
}
.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 {
  margin-left: 15px;
  font-size: 1.18em;
}
.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 5px;
  margin: 25px 5px;
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.centroDesde {
  font-size: 10px;
}