@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,500,600,700|Quattrocento+Sans:400,700');
/*------------ PRESETS ------------*/
body {
  font-family: 'Quattrocento Sans', sans-serif;
  color: #003f5d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #003f5d;
}
section#sp-top-section #sp-top1 .sp-module-content .mod-languages a.dropdown-toggle {
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
section#sp-top-section #sp-top1 .sp-module-content .mod-languages a.dropdown-toggle img {
  display: inline-block;
}
section#sp-top-section #sp-top1 .sp-module-content .mod-languages ul.lang-block {
  padding: 5px 0;
  background: #00d2c4;
  border: 0;
}
section#sp-top-section #sp-top1 .sp-module-content .mod-languages ul.lang-block li {
  width: 100%;
  /*
                        &:hover {
                            background: @primary;
                            a {
                                color: @white;
                            }
                        }
                        */
}
section#sp-top-section #sp-top1 .sp-module-content .mod-languages ul.lang-block li a {
  color: #fff;
  padding: 5px 10px !important;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
section#sp-top-section #sp-top1 .sp-module-content .mod-languages ul.lang-block li a img {
  display: inline-block !important;
}
section#sp-top-section #sp-top2 ul.menu.nav li {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: .3rem .5rem;
}
section#sp-top-section #sp-top2 ul.menu.nav li span.menu-separator,
section#sp-top-section #sp-top2 ul.menu.nav li a {
  font-size: 14px;
  color: #fff;
  position: relative;
  font-weight: 700;
}
section#sp-top-section #sp-top2 ul.menu.nav li span.menu-separator.menu-phone,
section#sp-top-section #sp-top2 ul.menu.nav li a.menu-phone {
  padding-left: 1rem;
}
section#sp-top-section #sp-top2 ul.menu.nav li span.menu-separator.menu-phone:before,
section#sp-top-section #sp-top2 ul.menu.nav li a.menu-phone:before {
  content: "\f095";
  position: absolute;
  font-family: FontAwesome;
  font-weight: 900;
  left: 0;
  top: -2px;
}
section#sp-top-section #sp-top2 ul.menu.nav li a:hover {
  color: #003f5d;
}
section#sp-top-section #sp-top2 ul.menu.nav li.active a {
  color: #003f5d;
}
@media (max-width: 767px) {
  section#sp-top-section #sp-top2 ul.menu.nav li {
    padding: .3rem .1rem;
  }
  section#sp-top-section #sp-top2 ul.menu.nav li span.menu-separator {
    display: none;
  }
}
header#sp-header {
  height: auto;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  box-sizing: border-box;
  padding: 0 15px;
}
header#sp-header a#offcanvas-toggler {
  color: #003f5d;
  font-size: 30px;
}
header#sp-header a#offcanvas-toggler .fa {
  color: #003f5d;
}
header#sp-header ul.sp-megamenu-parent > li {
  line-height: 90px;
}
header#sp-header ul.sp-megamenu-parent > li a {
  line-height: 1.1em;
  color: #003f5d;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
header#sp-header ul.sp-megamenu-parent > li.featured a {
  background: #003f5d;
  color: #fff;
  padding: 10px 15px;
  border-radius: 20px;
}
header#sp-header ul.sp-megamenu-parent > li.featured:hover a {
  background: #00d2c4;
  color: #fff;
}
header#sp-header ul.sp-megamenu-parent > li:hover a,
header#sp-header ul.sp-megamenu-parent > li.active a {
  color: #00d2c4;
}
header#sp-header ul.sp-megamenu-parent > li .sp-dropdown-main .sp-dropdown-inner {
  padding: 10px 5px;
  background: rgba(255, 255, 255, 0.9);
}
header#sp-header ul.sp-megamenu-parent > li .sp-dropdown-main .sp-dropdown-inner ul.sp-mega-group li,
header#sp-header ul.sp-megamenu-parent > li .sp-dropdown-main .sp-dropdown-inner ul.sp-dropdown-items li {
  padding: 5px 20px;
}
header#sp-header ul.sp-megamenu-parent > li .sp-dropdown-main .sp-dropdown-inner ul.sp-mega-group li a,
header#sp-header ul.sp-megamenu-parent > li .sp-dropdown-main .sp-dropdown-inner ul.sp-dropdown-items li a {
  color: #003f5d;
  display: block;
}
header#sp-header ul.sp-megamenu-parent > li .sp-dropdown-main .sp-dropdown-inner ul.sp-mega-group li.active,
header#sp-header ul.sp-megamenu-parent > li .sp-dropdown-main .sp-dropdown-inner ul.sp-dropdown-items li.active,
header#sp-header ul.sp-megamenu-parent > li .sp-dropdown-main .sp-dropdown-inner ul.sp-mega-group li:hover,
header#sp-header ul.sp-megamenu-parent > li .sp-dropdown-main .sp-dropdown-inner ul.sp-dropdown-items li:hover {
  background: #00d2c4;
  color: #fff;
}
header#sp-header ul.sp-megamenu-parent > li .sp-dropdown-main .sp-dropdown-inner ul.sp-mega-group li.active a,
header#sp-header ul.sp-megamenu-parent > li .sp-dropdown-main .sp-dropdown-inner ul.sp-dropdown-items li.active a,
header#sp-header ul.sp-megamenu-parent > li .sp-dropdown-main .sp-dropdown-inner ul.sp-mega-group li:hover a,
header#sp-header ul.sp-megamenu-parent > li .sp-dropdown-main .sp-dropdown-inner ul.sp-dropdown-items li:hover a {
  color: #fff;
}
header#sp-header.header-sticky {
  background: rgba(255, 255, 255, 0.9);
  height: 60px;
  padding: 10px 30px 5px 15px;
}
header#sp-header.header-sticky .logo {
  height: 40px;
}
header#sp-header.header-sticky .logo img {
  height: 40px;
}
header#sp-header.header-sticky a#offcanvas-toggler {
  line-height: 40px;
  height: 40px;
}
header#sp-header.header-sticky ul.sp-megamenu-parent li {
  line-height: 40px;
}
header#sp-header.header-sticky ul.sp-megamenu-parent li .sp-dropdown-main .sp-dropdown-inner {
  background: rgba(255, 255, 255, 0.95);
}
header#sp-header.header-sticky ul.sp-megamenu-parent li .sp-dropdown-main .sp-dropdown-inner ul.sp-dropdown-items li a {
  line-height: 1em;
}
@media (min-width: 1200px) {
  header#sp-header {
    padding: 0 30px 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header#sp-header li span,
  header#sp-header li a {
    padding: 0 5px;
  }
}
.tabs-vertical .sppb-tab .row-tabs .col-left ul.sppb-nav li {
  float: none;
}
.tabs-vertical .sppb-tab .row-tabs .col-left ul.sppb-nav li a {
  padding: 0.5rem 0;
  color: #003f5d;
}
.tabs-vertical .sppb-tab .row-tabs .col-left ul.sppb-nav li.active a {
  background-color: #fff;
  color: #00d2c4;
}
@media (min-width: 768px) {
  .tabs-vertical .sppb-tab .row-tabs .col-left {
    border-right: 2px solid #003f5d;
  }
}
@media (max-width: 767px) {
  .tabs-vertical .sppb-tab .row-tabs .col-left li {
    padding: 3px 0;
  }
  .tabs-vertical .sppb-tab .row-tabs .col-left li a {
    background: #003f5d;
    color: #fff !important;
  }
  .tabs-vertical .sppb-tab .row-tabs .col-left li.active a {
    background: #00d2c4 !important;
    color: #fff;
    font-weight: 700;
  }
}
.tabs-vertical .sppb-tab .row-tabs .col-right .sppb-tab-content .sppb-tab-pane {
  padding: 0;
}
@media (min-width: 768px) {
  .tabs-vertical .sppb-tab .row-tabs .col-right .sppb-tab-content .sppb-tab-pane {
    padding: .3em 2em;
  }
}
#sucursalescontent .sucursal-item {
  color: #003f5d;
  font-size: 16px;
  margin-bottom: 2em;
  line-height: 1.2em;
}
#sucursalescontent .sucursal-item:hover {
  cursor: pointer;
}
#sucursalescontent .sucursal-item .sucursal-item-name {
  font-size: 20px;
  font-weight: 700;
  color: #00d2c4;
  position: relative;
  text-transform: uppercase;
}
#sucursalescontent .sucursal-item .sucursal-item-name:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -22px;
  width: 20px;
  height: 26px;
  background: url('../../../images/pines.png') no-repeat;
  background-position: -18px 0;
}
#sucursalescontent .sucursal-item a {
  color: #003f5d;
}
#sucursalescontent .sucursal-item a:hover {
  color: #00d2c4;
}
#sucursalescontent #map {
  min-height: 400px;
}
#sucursalescontent #content_mapa {
  display: -webkit-box;
  display: flex;
  max-width: 500px;
}
#sucursalescontent #content_mapa .content_mapa_img {
  max-width: 30%;
}
#sucursalescontent #content_mapa .content_mapa_img img {
  max-width: 100%;
}
#sucursalescontent #content_mapa .content_mapa_txt {
  font-size: 15px;
  font-weight: 400;
}
#sucursalescontent #content_mapa .content_mapa_txt h3 {
  font-size: 20px;
  text-transform: uppercase;
}
#sucursalescontent #content_mapa .content_mapa_txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sucursalescontent #content_mapa .content_mapa_txt ul li {
  padding: 2px 0;
}
#sucursalescontent #content_mapa .content_mapa_txt ul li i {
  width: 1em;
  text-align: center;
  color: #00d2c4;
}
#sucursalescontent #content_mapa .content_mapa_txt ul li a {
  color: #003f5d;
}
.box-affiliate .sppb-addon-title {
  font-size: 20px;
  font-weight: 700;
  color: #00d2c4;
  position: relative;
}
.box-affiliate .sppb-addon-title:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -22px;
  width: 20px;
  height: 26px;
  background: url('../../../images/pines.png') no-repeat;
  background-position: -18px 0;
}
.box-affiliate .sppb-addon-content {
  color: #003f5d;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
}
.box-affiliate .sppb-addon-content a {
  color: #003f5d;
}
.box-affiliate .sppb-addon-content a:hover {
  color: #00d2c4;
}
.container-resources .nav-resources a {
  margin-right: 1rem;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #00d2c4;
  font-size: 24px;
  font-weight: 700;
}
.container-resources .nav-resources a.active,
.container-resources .nav-resources a:hover {
  color: #003f5d;
}
.container-resources .tab-resources .card {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #003f5d;
}
.container-resources .tab-resources .card .card-header button.btn-link {
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none !important;
}
.container-resources .tab-resources .card .card-header button.btn-link[aria-expanded="true"],
.container-resources .tab-resources .card .card-header button.btn-link.active,
.container-resources .tab-resources .card .card-header button.btn-link:hover {
  color: #003f5d !important;
  text-decoration: none !important;
}
.container-resources .tab-resources .card .card-body {
  padding: 1.25rem 0 0;
}
.container-resources .tab-resources .card .card-body ul.list-items {
  margin: 0;
  padding: 0;
}
.container-resources .tab-resources .card .card-body ul.list-items li {
  color: #003f5d;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}
.container-resources .tab-resources .card .card-body ul.list-items li a h3.item-title {
  font-size: 16px;
  font-weight: 700;
  color: #003f5d;
}
.container-resources .tab-resources .card .card-body ul.list-items li a.link-external h3:after {
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: .5rem;
  color: #666;
  font-size: 14px;
  text-decoration: none !important;
}
.container-resources .tab-resources .card .card-body ul.list-items li:last-child {
  border-bottom: 0;
}
.tabs-faqs .sppb-panel-faq .sppb-panel-heading {
  padding: .5rem 0;
  border-bottom: 2px solid #003f5d;
}
.tabs-faqs .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  font-size: 20px;
  padding-left: 40px;
}
.tabs-faqs .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  display: none;
}
.tabs-faqs .sppb-panel-faq .sppb-panel-heading:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url('../../../images/list-check.png') no-repeat;
  position: absolute;
  left: 0;
}
.tabs-faqs .sppb-panel-faq .sppb-panel-body {
  padding: .5rem 0 1em 0;
}
.blog > h1,
.blog > h2 {
  position: relative;
  text-transform: none;
  line-height: 1.1em !important;
}
.blog > h1:before,
.blog > h2:before {
  content: "";
  width: 100px;
  height: 10px;
  background: #00d2c4;
  position: absolute;
  top: -20px;
  left: 0;
  border-radius: 9px;
}
.blog .pagination-counter {
  display: none;
}
.blog .page-header h1 {
  position: relative;
  text-transform: none;
  line-height: 1.1em !important;
}
.blog .page-header h1:before {
  content: "";
  width: 100px;
  height: 10px;
  background: #00d2c4;
  position: absolute;
  top: -20px;
  left: 0;
  border-radius: 9px;
}
.blog .category-desc {
  margin-bottom: 2rem;
}
.blog .article-list .article {
  border: 0;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
.blog .article-list .article .article-body .article-header h2 a {
  font-size: 20px;
  color: #003f5d;
}
.blog .article-list .article .article-body .article-introtext {
  font-size: 16px;
}
.blog .article-list .article .article-body .readmore {
  margin-top: 10px;
}
.blog .article-list .article .article-body .readmore a {
  text-decoration: underline;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #00d2c4;
  text-transform: uppercase;
}
.article-details .article-header h1 {
  position: relative;
  line-height: 1.1em !important;
}
.article-details .article-header h1:before {
  content: "";
  width: 100px;
  height: 10px;
  background: #00d2c4;
  position: absolute;
  top: -20px;
  left: 0;
  border-radius: 9px;
}
#sp-page-builder .sppb-section-title {
  margin-bottom: 20px;
}
.section-title-lined .sppb-title-heading {
  position: relative;
  line-height: 1.1em !important;
}
.section-title-lined .sppb-title-heading:before {
  content: "";
  width: 100px;
  height: 10px;
  background: #00d2c4;
  position: absolute;
  top: -20px;
  left: 0;
  border-radius: 9px;
}
.title-lined .sppb-addon-title {
  position: relative;
  line-height: 1.1em !important;
}
.title-lined .sppb-addon-title:before {
  content: "";
  width: 100px;
  height: 10px;
  background: #00d2c4;
  position: absolute;
  top: -20px;
  left: 0;
  border-radius: 9px;
}
.title-shadow .sppb-addon-title,
.title-shadow .sppb-title-heading {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.text-featured-boxed {
  max-width: 90%;
  margin: auto;
  background: #003f5d;
  border: 4px solid #00d2c4;
  color: #fff;
  font-size: 20px;
  padding: .3em 3em;
  border-radius: 50px;
  text-align: center;
}
.feature-home {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.feature-home .sppb-img-container {
  border-radius: 20px 20px 0 0;
  background: #003f5d;
  padding: 2em 1em;
}
.feature-home .sppb-media-content {
  padding: 1em 2em 1.5em;
  text-align: left;
}
.feature-home .sppb-media-content h3 {
  color: #003f5d;
  text-shadow: 0 0 0;
  line-height: 1.1em !important;
}
.feature-home .sppb-media-content a {
  color: #003f5d;
}
#sp-footer .container-inner {
  padding: 0;
  border-top: 0;
}
.customcopyright {
  font-size: 12px;
  font-weight: 600;
}
ul.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list-check li {
  position: relative;
  padding-left: 40px;
  line-height: 35px;
  padding-bottom: 10px;
}
ul.list-check li:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url('../../../images/list-check.png') no-repeat;
  left: 0;
}
/*------------ FORMULARIOS -------------*/
#form_agenda {
  color: #003f5d;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  padding: 2em;
  background: #fff;
}
#form_agenda #caja_resultado_form_agenda .header-form .texto {
  margin-bottom: 1em;
}
#form_agenda #caja_resultado_form_agenda .box-campos .form-control {
  background: #e5e5e5;
}
/*---------- FIN FORMULARIOS -----------*/
a:focus,
a:active {
  outline: 0 !important;
  box-shadow: 0 0 0 !important;
}
a.rev-btn {
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2) !important;
}
.btn.btn-primary {
  background: #003f5d;
  color: #fff;
  border: #003f5d;
}
.sppb-btn.sppb-btn-secondary,
.btn.btn-secondary {
  background: #00d2c4;
  border: 0;
  border-radius: 20px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
}
.sppb-btn.sppb-btn-secondary:hover,
.btn.btn-secondary:hover {
  background: #003f5d;
}
.sppb-btn.sppb-btn-link,
.btn.btn-link {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #00d2c4 !important;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  text-decoration: underline !important;
}
.sppb-btn.sppb-btn-link:hover,
.btn.btn-link:hover {
  color: #003f5d !important;
}
.sppb-btn.sppb-btn-link.btn-link-testimonial,
.btn.btn-link.btn-link-testimonial {
  text-decoration: none !important;
}
.btn.btn-full {
  width: 100%;
}
.loading {
  display: none;
}
