@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,400i,500,500i,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900");
@font-face {
  font-family: 'aleoregular';
  src: url("../resources/fonts/Aleo-Regular-webfont.eot");
  src: url("../resources/fonts/Aleo-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../resources/fonts/Aleo-Regular-webfont.woff") format("woff"), url("../resources/fonts/Aleo-Regular-webfont.ttf") format("truetype"), url("../resources/fonts/Aleo-Regular-webfont.svg#aleoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aleoitalic';
  src: url("../resources/fonts/Aleo-Italic-webfont.eot");
  src: url("../resources/fonts/Aleo-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../resources/fonts/Aleo-Italic-webfont.woff") format("woff"), url("../resources/fonts/Aleo-Italic-webfont.ttf") format("truetype"), url("../resources/fonts/Aleo-Italic-webfont.svg#aleoitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 31, ../../scss/styles.scss */
* {
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

/* line 34, ../../scss/styles.scss */
.none {
  display: none !important;
}

/* line 39, ../../scss/styles.scss */
.vigilado img {
  max-width: 25px;
  position: absolute;
  left: -30px;
  top: 30px;
}

/* line 47, ../../scss/styles.scss */
.row.data-wrapper, .row.filter-wrapper {
  border: 1px solid #e5e6e8;
  padding-top: 1em;
}

/* line 51, ../../scss/styles.scss */
.row.filter-wrapper {
  background: #f5f6f6;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}

/* line 61, ../../scss/styles.scss */
.cursive, .pqr.product.viv .offer-v span.location, .proyect-prev p, .white_wrapper h5 {
  font-style: italic;
}

/* line 65, ../../scss/styles.scss */
.info-module {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 1.5em 1em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPÔÇªdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #fcfcfc), color-stop(100%, #fff));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #fff);
  background-image: -moz-linear-gradient(top, #fcfcfc, #fff);
  background-image: -o-linear-gradient(top, #fcfcfc, #fff);
  background-image: linear-gradient(to bottom, #fcfcfc, #ffffff);
  border: 1px solid #fff;
  margin-bottom: 1em;
  position: relative;
}

/* line 87, ../../scss/styles.scss */
.info-module .info-category {
  text-transform: uppercase;
  font-size: .59em;
  color: #6c747b;
}

/* line 93, ../../scss/styles.scss */
.info-module p, .responsive-table p {
  margin: 0;
}

/* line 97, ../../scss/styles.scss */
.info-module h4 {
  font-size: 1.1em;
}

/* line 101, ../../scss/styles.scss */
.white_wrapper .info-module a {
  color: #6c747b;
  padding-right: 1em;
  position: relative;
  font-size: .75em;
  font-weight: normal;
  text-transform: none;
}

/* line 110, ../../scss/styles.scss */
.info-module a.online-doc {
  display: block;
}

/* line 113, ../../scss/styles.scss */
.info-module a.online-doc, p.centered {
  margin-right: 1em;
}

/* line 116, ../../scss/styles.scss */
.info-module a.download-doc:after, .info-module a.online-doc:after {
  font-family: FontAwesome;
  position: absolute;
  font-size: 10px;
}

/* line 121, ../../scss/styles.scss */
.info-module a.online-doc:after {
  position: absolute;
  content: "\f1c1";
  font-family: FontAwesome;
}

/* line 126, ../../scss/styles.scss */
.info-module a.online-doc:after {
  right: 25px;
  top: 1px;
}

/* line 130, ../../scss/styles.scss */
.info-module a.download-doc:after {
  position: absolute;
  content: "\f019";
  font-family: FontAwesome;
}

/* line 135, ../../scss/styles.scss */
.info-module a.download-doc:after {
  right: -4px;
  top: -2px;
}

/* line 139, ../../scss/styles.scss */
.select-panel {
  border: 1px solid #e5e6e8;
  background: #f5f6f6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-top: 2em;
  margin-bottom: 2em;
}

/* line 150, ../../scss/styles.scss */
.select-panel p {
  margin-bottom: .5em;
}

/* line 153, ../../scss/styles.scss */
.data-wrapper {
  border: 1px solid #e5e6e8;
  background-color: #fbfbfb;
}

/* line 157, ../../scss/styles.scss */
.data-wrapper .tabs.three li.x-large {
  width: 50%;
}

/* line 160, ../../scss/styles.scss */
.data-wrapper .tabs.three li {
  width: 33.3333333%;
  text-align: center;
}

/* line 164, ../../scss/styles.scss */
.data-wrapper .tabs.three li.active a {
  background: #fbfbfb;
  border-top: 2px solid #ab5c69;
}

/* line 168, ../../scss/styles.scss */
.data-wrapper .tabs.three li a {
  font-size: .8em;
  font-family: Lato,sans-serif;
  color: #6c747b;
  border-top: 2px solid transparent;
  padding: 1rem;
}

/* line 175, ../../scss/styles.scss */
.data-wrapper .tabs-content .content {
  padding: 1em;
  margin-top: 0;
}

/* line 179, ../../scss/styles.scss */
.intro-terms p {
  margin: 0;
}

/* line 182, ../../scss/styles.scss */
.responsive-table {
  border: 1px solid #e5e6e8;
  padding: .4em;
  background: #fff;
  margin-bottom: 1em;
}

/* line 188, ../../scss/styles.scss */
.responsive-table ul {
  margin: 0;
}

/* line 191, ../../scss/styles.scss */
.responsive-table ul, aside li, dl .content ul li {
  list-style: none;
}

/* line 194, ../../scss/styles.scss */
.responsive-table ul li.responsive-table-item:nth-child(odd) {
  background: #f2f2f2;
}

/* line 197, ../../scss/styles.scss */
.responsive-table ul li.responsive-table-item {
  color: #6c747b;
  font-size: .8em;
  padding: .8em;
}

/* line 202, ../../scss/styles.scss */
.responsive-table ul li.responsive-table-item .item-title {
  font-weight: 700;
  color: #545a60;
  font-size: 11px;
}

/* line 207, ../../scss/styles.scss */
.responsive-table ul li.responsive-table-item:nth-child(even) {
  background: #fafafa;
}

/* line 210, ../../scss/styles.scss */
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: white;
  border-left: solid #f37124 2px;
}
/* line 214, ../../scss/styles.scss */
.accordion .accordion-navigation.active > a i, .accordion dd.active > a i {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #f37124;
}

/* line 220, ../../scss/styles.scss */
.accordion dd > .content {
  margin: 0;
}
/* line 222, ../../scss/styles.scss */
.accordion dd > .content.active {
  background: #f5f6f6;
}
/* line 226, ../../scss/styles.scss */
.accordion dd > a {
  font-family: "Raleway", sans-serif;
}

/* line 230, ../../scss/styles.scss */
dl {
  border: 1px solid #e5e6e8;
  background: #fff;
  font-family: "Raleway", sans-serif;
  font-style: italic;
}
/* line 236, ../../scss/styles.scss */
dl a {
  position: relative;
  border-left: solid #fff 2px;
}
/* line 243, ../../scss/styles.scss */
dl a:hover i {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 247, ../../scss/styles.scss */
dl a i {
  margin-top: 0.3em;
}
/* line 255, ../../scss/styles.scss */
dl .accordion .accordion-navigation.active a {
  color: red;
}
/* line 266, ../../scss/styles.scss */
dl .accordion-navigation {
  border-top: 1px #e5e6e8 solid;
}
/* line 269, ../../scss/styles.scss */
dl .accordion-navigation a {
  border-bottom: 1px #e5e6e8 solid;
  font-size: 1em;
}
/* line 274, ../../scss/styles.scss */
dl .accordion-navigation:first-child {
  border: none;
}
/* line 279, ../../scss/styles.scss */
dl .content {
  background: #d4d8db;
}
/* line 283, ../../scss/styles.scss */
dl .content ul {
  margin: 0;
  margin-left: 1em;
}
/* line 287, ../../scss/styles.scss */
dl .content ul li {
  list-style: none;
}
/* line 290, ../../scss/styles.scss */
dl .content ul li a {
  color: #828b94;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-size: 0.875em;
  padding: 0.5em 0em;
  border: none;
  display: block;
  padding-left: 1em;
}
/* line 300, ../../scss/styles.scss */
dl .content ul li a:hover, dl .content ul li a.active {
  color: #f37124;
}
/* line 303, ../../scss/styles.scss */
dl .content ul li a:after {
  content: "";
  left: 0;
  z-index: 999;
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 2px;
  background: #828b94;
  border-radius: 100%;
  top: 16px;
}

/* line 325, ../../scss/styles.scss */
.info-corp .accordion .accordion-navigation > a {
  background: #fff;
  color: #6c747b;
  padding: .875rem;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
}
/* line 333, ../../scss/styles.scss */
.info-corp .accordion .accordion-navigation.active > a {
  background: #f2f3f4;
  border-left: solid #ef7b2a 2px;
}
/* line 337, ../../scss/styles.scss */
.info-corp .accordion .accordion-navigation ul {
  margin-left: 0;
}
/* line 339, ../../scss/styles.scss */
.info-corp .accordion .accordion-navigation ul ul {
  margin-left: 30px;
}

/* line 347, ../../scss/styles.scss */
.accordion-large {
  border: 1px solid #e5e6e8;
  margin-bottom: 2em;
}
/* line 350, ../../scss/styles.scss */
.accordion-large .accordion-item {
  border-top: 1px solid #e5e6e8;
  padding: 1em;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.terminos_emision .accordion-item,.terminos_emision2 .accordion-item {
	  text-align: left !important;
}

/* line 358, ../../scss/styles.scss */
.accordion-large .accordion-item:first-child {
  border-top: 0;
}
/* line 361, ../../scss/styles.scss */
.accordion-large .accordion-item h4 {
  font-family: "Raleway", sans-serif;
  margin-bottom: 0;
  font-size: 1.1em;
}
/* line 366, ../../scss/styles.scss */
.accordion-large .accordion-item p {
  margin: 0;
  font-size: .85em;
}
/* line 370, ../../scss/styles.scss */
.accordion-large .accordion-item a {
  font-size: 12px;
  position: relative;
  padding-right: 1em;
}
/* line 374, ../../scss/styles.scss */
.accordion-large .accordion-item a.close-sublevel, .accordion-large .accordion-item a.open-sublevel {
  color: #6c747b;
}
/* line 379, ../../scss/styles.scss */
.accordion-large .accordion-item a.open-sublevel:after {
  position: absolute;
  content: "\f107";
  right: 0;
  top: 1px;
  font-family: FontAwesome;
}
/* line 387, ../../scss/styles.scss */
.accordion-large .accordion-item a.close-sublevel {
  display: none;
}
/* line 389, ../../scss/styles.scss */
.accordion-large .accordion-item a.close-sublevel:after {
  position: absolute;
  content: "\f106";
  right: 0;
  top: 1px;
  font-family: FontAwesome;
}
/* line 399, ../../scss/styles.scss */
.accordion-large .sublevel {
  display: none;
  margin-top: .7em;
  background: #f4f4f4;
  -webkit-box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.4) inset;
  padding: 1em;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 412, ../../scss/styles.scss */
.accordion-large .sublevel p {
  font-size: .75em;
  line-height: 150%;
  text-align: justify;
  margin-bottom: .2em;
}
/* line 418, ../../scss/styles.scss */
.accordion-large .sublevel.active {
  display: block;
}

/* line 424, ../../scss/styles.scss */
h6.inset-title {
  color: #ab5c69;
}

/* line 429, ../../scss/styles.scss */
.button,
button {
  background: #f37124;
  font-family: "Raleway", sans-serif;
}
/* line 433, ../../scss/styles.scss */
.button:focus,
button:focus {
  outline: none;
}

/* line 438, ../../scss/styles.scss */
.button.radius, button.radius {
  border-radius: 50px;
  height: 47px;
  line-height: 47px;
  padding: 0;
  width: auto;
  min-width: 200px;
}

/* line 447, ../../scss/styles.scss */
.lt-ie9 aside {
  display: none;
}

/* line 451, ../../scss/styles.scss */
.content {
  margin-top: 3em;
}
/* line 455, ../../scss/styles.scss */
.content.diag .icon {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  background: url(../img/icon_bp.png);
}
/* line 461, ../../scss/styles.scss */
.content.diag .icon.step1 {
  background-position: -1050px;
}
/* line 465, ../../scss/styles.scss */
.content.diag .icon.step2 {
  background-position: -1180px;
}
/* line 469, ../../scss/styles.scss */
.content.diag .icon.step3 {
  background-position: -1310px;
}
/* line 473, ../../scss/styles.scss */
.content.diag .icon.step4 {
  background-position: -1440px;
}
/* line 480, ../../scss/styles.scss */
.content.diag p.step {
  text-align: center;
  font-family: "Raleway", sans-serif;
  color: #2b3032;
  font-size: 16px;
  line-height: 130%;
  padding: 0 0.5em;
}
/* line 488, ../../scss/styles.scss */
.content.diag p.step span {
  color: #8a1735;
}

/* line 497, ../../scss/styles.scss */
.lt-ie9 .banca.cta-l a {
  margin-top: 1em;
  display: block;
}
/* line 502, ../../scss/styles.scss */
.lt-ie9 .pre-a.cta-l a {
  margin-top: 1em;
  display: block;
}
/* line 507, ../../scss/styles.scss */
.lt-ie9 .nav_bar {
  margin-top: 3em;
}
/* line 509, ../../scss/styles.scss */
.lt-ie9 .nav_bar .main-cta {
  position: absolute;
}
/* line 511, ../../scss/styles.scss */
.lt-ie9 .nav_bar .main-cta .button {
  font-size: 13px;
  padding-left: 1em;
  padding-right: 1em;
}
/* line 519, ../../scss/styles.scss */
.lt-ie9 footer h2 a {
  background-image: url(../img/logo-footer.png);
}
/* line 523, ../../scss/styles.scss */
.lt-ie9 .show-for-small-only {
  display: none;
}
/* line 527, ../../scss/styles.scss */
.lt-ie9 .logo a {
  background-image: url(../img/logo_hipotecaria.png);
}
/* line 531, ../../scss/styles.scss */
.lt-ie9 .row {
  max-width: 960px;
}
/* line 535, ../../scss/styles.scss */
.lt-ie9 .banner .orange_bg {
  background: #f37124;
}
/* line 539, ../../scss/styles.scss */
.lt-ie9 .banner .red_bg {
  background: #8a1735;
}
/* line 543, ../../scss/styles.scss */
.lt-ie9 .banner .blue_bg {
  background: #30708c;
}
/* line 547, ../../scss/styles.scss */
.lt-ie9 .banner .green_bg {
  background: #00a090;
}

/* line 555, ../../scss/styles.scss */
.cp-wrap li {
  margin: 0.8em 0px;
}

/* line 563, ../../scss/styles.scss */
aside ul {
  margin: 0;
  margin-top: 0.6em;
}
/* line 568, ../../scss/styles.scss */
aside .upper {
  font-size: 0.8em;
}
/* line 572, ../../scss/styles.scss */
aside li {
  list-style: none;
  color: #f37124;
  border-top: 1px solid #51585f;
  padding: 0.5em 1em;
  border-bottom: 1px solid #3a3f43;
}
/* line 579, ../../scss/styles.scss */
aside li.search {
  padding-bottom: 4em;
}
/* line 583, ../../scss/styles.scss */
aside li:first-child {
  border-top: none;
}
/* line 587, ../../scss/styles.scss */
aside li a {
  color: #d4d8db;
}
/* line 590, ../../scss/styles.scss */
aside li a.right {
  background: #f37124;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.5em 0.9em;
  color: #fff;
  margin-bottom: 3em;
}
/* line 598, ../../scss/styles.scss */
aside li a:hover {
  color: #f37124;
}

/* line 605, ../../scss/styles.scss */
body {
  font-family: "Raleway", sans-serif;
}

/* line 609, ../../scss/styles.scss */
.utilities_nav {
  float: right;
  padding-top: 0.3em;
  margin-bottom: 0;
}
/* line 613, ../../scss/styles.scss */
.utilities_nav li {
  border-right: 1px solid #ced7dd;
  display: inline-block;
  padding: 0 17px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .8px;
}
/* line 620, ../../scss/styles.scss */
.utilities_nav li:last-child {
  border-bottom: 1px solid #ced7dd;
  border-right: 0;
  font-size: 10px;
  font-style: italic;
  font-weight: normal;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-left: 12px;
}
/* line 632, ../../scss/styles.scss */
.utilities_nav li.tool a {
  color: #51585f;
}
/* line 636, ../../scss/styles.scss */
.utilities_nav li.tool.sep {
  border-left: 1px solid #d4d8db;
  padding-left: 0.7em;
}
/* line 642, ../../scss/styles.scss */
.utilities_nav li.special a {
  padding: 0.5em;
  background: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #f0f1f2;
  color: #51585f;
}
/* line 649, ../../scss/styles.scss */
.utilities_nav li.special a:hover {
  background: none;
  border: 1px solid #b61e46;
}
/* line 655, ../../scss/styles.scss */
.utilities_nav li .icon-flecha {
  color: #f37124;
  display: inline-block;
  margin-left: 12px;
  transform: rotate(90deg);
}
/* line 662, ../../scss/styles.scss */
.utilities_nav li a {
  color: #899498;
}
/* line 664, ../../scss/styles.scss */
.utilities_nav li a:hover, .utilities_nav li a.active {
  color: #f37124;
}
/* line 670, ../../scss/styles.scss */
.utilities_nav .f-dropdown {
  display: none;
  left: 0;
  font-style: normal;
  margin: 0;
  width: 100px;
}
/* line 676, ../../scss/styles.scss */
.utilities_nav .f-dropdown.open {
  display: block;
}
/* line 679, ../../scss/styles.scss */
.utilities_nav .f-dropdown li {
  border: 0;
  display: block;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0 17px;
}
/* line 686, ../../scss/styles.scss */
.utilities_nav .f-dropdown li.active, .utilities_nav .f-dropdown li:hover {
  background: #f37124;
}
/* line 689, ../../scss/styles.scss */
.utilities_nav .f-dropdown li.active a, .utilities_nav .f-dropdown li:hover a {
  color: #fff;
}
/* line 693, ../../scss/styles.scss */
.utilities_nav .f-dropdown li a {
  padding: 8px 0;
}
/* line 697, ../../scss/styles.scss */
.utilities_nav .f-dropdown:before, .utilities_nav .f-dropdown:after {
  display: none;
}
/* line 704, ../../scss/styles.scss */
.utilities_nav #drop1 li {
  display: block;
}
/* line 707, ../../scss/styles.scss */
.utilities_nav #drop1 li.active {
  background: #fefefe;
}

/* line 715, ../../scss/styles.scss */
.logo {
  text-indent: -9999px;
}
/* line 718, ../../scss/styles.scss */
.logo a {
  background: url(../img/logo_la_hipotecaria.png) no-repeat 0 center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  height: 48px;
  display: block;
  width: 100%;
  position: absolute;
}

/* line 728, ../../scss/styles.scss */
header {
  -moz-box-shadow: rgba(130, 139, 148, 0.5) 0px 1px 2px;
  -webkit-box-shadow: rgba(130, 139, 148, 0.5) 0px 1px 2px;
  box-shadow: rgba(130, 139, 148, 0.5) 0px 1px 2px;
  background: #fff;
  position: relative;
}
/* line 732, ../../scss/styles.scss */
header .search_bar {
  margin-top: 20px;
}
/* line 735, ../../scss/styles.scss */
header .top-bar {
  background: #fbfbfb;
  height: 33px;
  line-height: 33px;
}
/* line 739, ../../scss/styles.scss */
header .top-bar .columns {
  padding: 0;
}
/* line 743, ../../scss/styles.scss */
header .row {
  max-width: 1120px !important;
}
/* line 746, ../../scss/styles.scss */
header .btn-line {
  display: inline-block;
}
/* line 750, ../../scss/styles.scss */
header .nav_bar .logo {
  display: none;
}
/* line 754, ../../scss/styles.scss */
header.fixed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
/* line 762, ../../scss/styles.scss */
header.fixed .top-bar,
header.fixed .middle-bar {
  display: none;
}
/* line 766, ../../scss/styles.scss */
header.fixed .row {
  max-width: 1250px !important;
}
/* line 770, ../../scss/styles.scss */
header.fixed .nav_bar .logo {
  display: block;
}
/* line 772, ../../scss/styles.scss */
header.fixed .nav_bar .logo a {
  height: 32px;
  margin-top: 5px;
  width: 150px;
  z-index: 1;
}
/* line 780, ../../scss/styles.scss */
header.fixed .logo {
  margin-top: 0;
}

/* line 785, ../../scss/styles.scss */
.carrousel {
  transition: none;
  z-index: 1;
}
/* line 788, ../../scss/styles.scss */
.carrousel.mg-top {
  margin-top: 220px;
  transition: none;
}

/* line 793, ../../scss/styles.scss */
.middle-header {
  margin: 20px 0 12px;
  padding: 0;
  text-align: right;
}
/* line 797, ../../scss/styles.scss */
.middle-header ul {
  display: inline-block;
  margin: 0;
}
/* line 800, ../../scss/styles.scss */
.middle-header ul li {
  border-left: 1px solid #ced7dd;
  color: #828b94;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  list-style: none;
  padding: 0 18px;
}
/* line 808, ../../scss/styles.scss */
.middle-header ul li:first-child {
  border-left: 0;
  font-size: 12px;
}
/* line 812, ../../scss/styles.scss */
.middle-header ul li a {
  color: #828b94;
}
/* line 814, ../../scss/styles.scss */
.middle-header ul li a span {
  color: #8a1735;
  font-size: 14px;
  margin-right: 5px;
}

/* line 824, ../../scss/styles.scss */
.box-search {
  display: inline-block;
  margin-left: 2px;
  padding-left: 20px;
  position: relative;
}
/* line 829, ../../scss/styles.scss */
.box-search:before {
  content: "";
  background: #ced7dd;
  display: inline-block;
  height: 15px;
  left: 0;
  margin-top: -7.5px;
  position: absolute;
  top: 50%;
  width: 1px;
}
/* line 840, ../../scss/styles.scss */
.box-search input,
.box-search button {
  background: none;
  display: inline-block;
}
/* line 845, ../../scss/styles.scss */
.box-search input.search_bar {
  margin: 0;
  width: 80%;
}
/* line 848, ../../scss/styles.scss */
.box-search input.search_bar::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
}
/* line 851, ../../scss/styles.scss */
.box-search input.search_bar::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
}
/* line 854, ../../scss/styles.scss */
.box-search input.search_bar:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
}
/* line 857, ../../scss/styles.scss */
.box-search input.search_bar:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
}
/* line 861, ../../scss/styles.scss */
.box-search button {
  color: #8a1735;
  margin: 0;
  padding: 0;
}
/* line 866, ../../scss/styles.scss */
.box-search .label-search,
.box-search .label-search-m {
  color: #828b94;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
}
/* line 875, ../../scss/styles.scss */
.box-search .icon-lupa {
  color: #8a1735;
  font-size: 24px;
  margin-left: 8px;
  vertical-align: middle;
}
/* line 881, ../../scss/styles.scss */
.box-search .show-box {
  display: none;
}
/* line 883, ../../scss/styles.scss */
.box-search .show-box.open-box {
  display: inline-block;
}

/* line 889, ../../scss/styles.scss */
.relative {
  position: relative;
}

/* line 893, ../../scss/styles.scss */
.absolute {
  position: absolute;
}

/* line 897, ../../scss/styles.scss */
input {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: #b9bec3 1px solid;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

/* line 903, ../../scss/styles.scss */
.nav_bar {
    background: none;
    margin: 0.7em 0 0 0;
    /* Añadimos esto para que la barra ocupe todo el espacio y podamos alinear a la derecha */
    width: 100%;
}

.nav_bar .large-12 {
    padding: 0;
}

/* AJUSTE */
.nav_bar ul {
    padding: 0;
    margin: 0;
    display: flex;             /* ¡La clave! Activa Flexbox. */
    justify-content: flex-end; /* Empuja todos los items a la derecha. */
    align-items: center;       /* Centra verticalmente todos los items. */
    list-style: none;          /* Es buena práctica quitar los estilos de lista. */
    margin-bottom: 0.5rem;
}

/* 2. Estilos para cada elemento del menú */
.nav_bar li {
    display: flex; /* Hacemos que el <li> también sea flex para alinear su contenido */
    align-items: center;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    letter-spacing: .4px;
    padding: 0 0.8em; /* Aumentamos un poco el espaciado para que respire mejor */
}

/* 3. Mantenemos los separadores verticales, pero ahora bien alineados gracias a flex */
.nav_bar li:after {
    content: "";
    background: #ced7dd;
    display: inline-block;
    height: 15px;
    width: 1px;
    margin-left: 0.8em; /* Espacio entre el texto y el separador */
}

/* 4. Ocultamos los separadores de los últimos elementos que no lo necesitan */
/* En tu caso: "RSE" (penúltimo) y "HipOnline" (último) */
.nav_bar li:nth-last-child(2):after,
.nav_bar li:last-child:after {
    display: none;
}


.nav_bar li a {
    color: #2b3032;
    font-size: 12px;
    text-decoration: none; /* Buena práctica para enlaces de menú */
}

.nav_bar li a:hover,
.nav_bar li a.active {
    color: #8a1735;
}

/* 5. CORRECCIÓN PRINCIPAL: Eliminamos el margen problemático y lo aplicamos al elemento correcto */
/* Quitamos la regla que rompía el diseño */
.nav_bar li:nth-last-child(2) {
    margin-left: 0; /* Reseteamos el margen anterior */
}

/* Y añadimos el espacio antes del botón "HipOnline", que es el último elemento */
.nav_bar li:last-child {
    margin-left: 1.5em; /* Un espacio flexible (puedes ajustarlo) */
    padding: 0; /* Quitamos el padding para que el botón defina su propio espacio */
}

/* Estilos del botón CTA (Call to Action) "HipOnline" */
.nav_bar .main-cta {
    /* El selector `li:last-child` ya lo maneja, pero si tienes una clase específica es mejor */
    /* Aquí puedes mantener o añadir estilos específicos para el botón */
    border: 1px solid #E55934; /* Usamos un color más visible como el de la marca */
    border-radius: 5px;
    padding: 0.6em 1.2em;
    background-color: #fff;
}

.nav_bar .main-cta a {
    color: #E55934; /* El texto del botón también con el color de la marca */
    font-weight: bold;
}

.nav_bar .main-cta:hover {
    background-color: #E55934;
}

.nav_bar .main-cta:hover a {
    color: #fff;
}

/* Se elimina la sombra con :after porque es un estilo algo antiguo y puede ser simplificado */
.nav_bar .main-cta:after {
    display: none;
}

/*FIN*/
/* line 987, ../../scss/styles.scss */
.nav_bar .main-cta p {
  color: #828b94;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  margin: 5px 0 0 0;
  line-height: 16px;
}
/* line 995, ../../scss/styles.scss */
.nav_bar .main-cta p span {
  font-size: 14px;
  font-weight: normal;
}
/* line 1001, ../../scss/styles.scss */
.nav_bar .btns {
  padding: 0;
  padding-right: 8px;
  text-align: right;
}
/* line 1006, ../../scss/styles.scss */
.nav_bar .btn-backgorund {
  background: #f37124;
  color: #fff;
}
/* line 1009, ../../scss/styles.scss */
.nav_bar .btn-backgorund:hover, .nav_bar .btn-backgorund:focus {
  background: #ee451e;
  color: #fff;
}
/* line 1015, ../../scss/styles.scss */
.nav_bar .button,
.nav_bar .btn-backgorund {
  border-radius: 3px;
  display: inline-block;
  font-size: 12px !important;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  vertical-align: top;
  width: auto;
}
/* line 1026, ../../scss/styles.scss */
.nav_bar .button.orange-line,
.nav_bar .btn-backgorund.orange-line {
  background: none;
  border: 1px solid #f37124;
  border-radius: 6px;
  color: #f37124;
  margin-right: 5px;
  padding: 11px 15px;
}
/* line 1033, ../../scss/styles.scss */
.nav_bar .button.orange-line span,
.nav_bar .btn-backgorund.orange-line span {
  font-size: 16px;
  margin-right: 9px;
  vertical-align: -2px;
}
/* line 1040, ../../scss/styles.scss */
.nav_bar .btn-line {
  background: none;
  border: 1px solid #f37124;
  border-radius: 6px;
  color: #f37124;
  margin-right: 5px;
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  font-weight: bold;
}
/* line 1050, ../../scss/styles.scss */
.nav_bar .btn-line span {
  font-size: 16px;
  margin-right: 9px;
  vertical-align: -2px;
}
/* line 1055, ../../scss/styles.scss */
.nav_bar .btn-line:hover {
  color: #f37124;
}

/* line 1061, ../../scss/styles.scss */
.button {
  border-radius: 50px;
}
/* line 1063, ../../scss/styles.scss */
.button:hover, .button:focus {
  background: #ee451e;
  color: #fff;
}

/* line 1070, ../../scss/styles.scss */
a.button {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 1075, ../../scss/styles.scss */
a.button .icon-flecha {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  vertical-align: middle;
}

/* line 1084, ../../scss/styles.scss */
.orange.button {
  background: #f37124;
  border: 1px solid transparent;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 47px;
  line-height: 47px;
  padding: 0 2rem;
}
/* line 1093, ../../scss/styles.scss */
.orange.button:hover, .orange.button:focus {
  background: #ee451e;
  border: 1px solid transparent;
  color: #fff;
}
/* line 1100, ../../scss/styles.scss */
.orange .letratimes {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
}

/* line 1108, ../../scss/styles.scss */
.button.tiny {
  font-size: 13px;
  font-weight: lighter;
  text-shadow: #d8580c 0px 1px 0px;
}

/* line 1114, ../../scss/styles.scss */
.v_info {
  background: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f0f1f2;
  color: #828b94;
  font-size: 0.95em;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #51585f;
  margin: 2em 0;
}
/* line 1125, ../../scss/styles.scss */
.v_info h4 {
  border-bottom: 1px solid #f0f1f2;
  padding: 0.4em 0em;
}
/* line 1135, ../../scss/styles.scss */
.v_info .row.collapse .columns.dato {
  padding-left: 0.8em;
}
/* line 1141, ../../scss/styles.scss */
.v_info .row.collapse .large-3 {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
/* line 1149, ../../scss/styles.scss */
.v_info .dato {
  color: #828b94;
  font-style: normal;
}

/* line 1155, ../../scss/styles.scss */
a.orange {
  background: #f37124;
  font-size: 13px;
  color: #fff;
}
/* line 1159, ../../scss/styles.scss */
a.orange.hover {
  background: #ff6e18;
}

/* line 1164, ../../scss/styles.scss */
.breadcrumb {
  color: #fff;
  margin-top: 1.5em;
  margin-left: 0;
}
/* line 1170, ../../scss/styles.scss */
.breadcrumb li {
  display: inline-block;
  font-size: 10px;
  padding: 0 0.2em;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
/* line 1177, ../../scss/styles.scss */
.breadcrumb li a {
  font-size: inherit;
  font-weight: lighter;
}

/* line 1184, ../../scss/styles.scss */
.pat {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/layer-slider.png) no-repeat 0 0;
  background-size: cover;
  top: 0;
  left: 0;
}

/* line 1194, ../../scss/styles.scss */
.figure {
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
  top: 0;
  left: 0;
}

/* line 1203, ../../scss/styles.scss */
#map {
  height: 400px;
}

/* line 1207, ../../scss/styles.scss */
.b-vivienda {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f0f1f2;
  padding: 1em 2em;
  margin-top: -5em;
  position: relative;
  background: #fff;
  margin-bottom: 1em;
  z-index: 9;
}
/* line 1218, ../../scss/styles.scss */
.b-vivienda select {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-height: 50px;
  margin-right: 0.5em;
}
/* line 1224, ../../scss/styles.scss */
.b-vivienda h2 {
  color: #828b94;
  font-family: "Raleway", sans-serif;
  font-size: 1.3em;
  margin-top: 0.7em;
}
/* line 1231, ../../scss/styles.scss */
.b-vivienda a {
  padding: 1em;
  font-size: 1em;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
}

/* line 1242, ../../scss/styles.scss */
.white_wrapper {
  background: #fff;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0px 0px;
  margin: -4.5em auto 0;
  position: relative;
  max-width: 65.5rem;
  padding-top: 2.5em;
  position: relative;
}
/* line 1251, ../../scss/styles.scss */
.white_wrapper .legal-v {
  font-size: 0.8em;
  color: #b9bec3;
  font-weight: lighter;
  display: block;
  margin-top: 0.56em;
}
/* line 1259, ../../scss/styles.scss */
.white_wrapper .contacto-v {
  font-size: 1.4em;
  font-weight: lighter;
  margin-top: 0.3em;
  display: block;
  line-height: 135%;
}
/* line 1268, ../../scss/styles.scss */
.white_wrapper p.intro {
  font-size: 1.125em;
  margin-top: 2em;
}
/* line 1273, ../../scss/styles.scss */
.white_wrapper h5 {
  color: #828b94;
  font-size: 1.125em;
  font-family: "Raleway", sans-serif;
  font-style: italic;
}
/* line 1280, ../../scss/styles.scss */
.white_wrapper:after, .white_wrapper:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 15em;
  background: #fff;
  -moz-box-shadow: 0px 0px 6px black;
  -webkit-box-shadow: 0px 0px 6px black;
  box-shadow: 0px 0px 6px black;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  top: 0;
  z-index: -1;
}
/* line 1293, ../../scss/styles.scss */
.white_wrapper:after {
  left: 3px;
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
/* line 1299, ../../scss/styles.scss */
.white_wrapper:before {
  right: 3px;
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}
/* line 1308, ../../scss/styles.scss */
.white_wrapper form label {
  color: #828b94;
  font-family: "Raleway", sans-serif;
  font-size: 0.938em;
}
/* line 1316, ../../scss/styles.scss */
.white_wrapper form input, .white_wrapper form select {
  padding: 1.5em 0.5em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 1321, ../../scss/styles.scss */
.white_wrapper form .submit {
  background: #f37124;
  font-family: "Raleway", sans-serif;
  text-shadow: 1px 1px 1px #a84409;
  font-size: 1em;
}
/* line 1327, ../../scss/styles.scss */
.white_wrapper form .submit:hover {
  background: #d8580c;
}
/* line 1334, ../../scss/styles.scss */
.white_wrapper h2 {
  color: #8a1735;
  font-family: "Raleway", sans-serif;
  font-size: 1.750em;
  margin-top: 0em;
}
/* line 1341, ../../scss/styles.scss */
.white_wrapper p {
  font-size: 0.875em;
  color: #2b3032;
  line-height: 130%;
}
/* line 1345, ../../scss/styles.scss */
.white_wrapper p a {
  color: #f37124;
}
/* line 1350, ../../scss/styles.scss */
.white_wrapper h3 {
  color: #8a1735;
  font-family: "Raleway", sans-serif;
  font-size: 1.50em;
}
/* line 1356, ../../scss/styles.scss */
.white_wrapper h4 {
  color: #8a1735;
  font-family: "Raleway", sans-serif;
  font-size: 1.188em;
}

/* line 1363, ../../scss/styles.scss */
.banner {
  color: #fff;
  position: relative;
}
/* line 1365, ../../scss/styles.scss */
.banner.inner_page {
  position: relative;
}
/* line 1368, ../../scss/styles.scss */
.banner.inner_page .orange_bg {
  min-height: 142px;
}
/* line 1372, ../../scss/styles.scss */
.banner.inner_page .red_bg {
  min-height: 142px;
}
/* line 1376, ../../scss/styles.scss */
.banner.inner_page .lblue_bg {
  min-height: 142px;
}
/* line 1380, ../../scss/styles.scss */
.banner.inner_page .blue_bg {
  min-height: 142px;
}
/* line 1384, ../../scss/styles.scss */
.banner.inner_page .turq_bg {
  min-height: 142px;
}
/* line 1392, ../../scss/styles.scss */
.banner .orange_bg {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzNzEyNCIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmRhNzUwIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmMzcxMjQiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2YzNzEyNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzNzEyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f37124), color-stop(25%, #fda750), color-stop(50%, #f37124), color-stop(75%, #f37124), color-stop(100%, #f37124));
  background-image: -moz-linear-gradient(left, #f37124, #fda750, #f37124, #f37124, #f37124);
  background-image: -webkit-linear-gradient(left, #f37124, #fda750, #f37124, #f37124, #f37124);
  background-image: linear-gradient(to right, #f37124, #fda750, #f37124, #f37124, #f37124);
}
/* line 1396, ../../scss/styles.scss */
.banner .orange_bg h4 {
  color: #fff;
}
/* line 1401, ../../scss/styles.scss */
.banner .orange_bg h2 {
  text-shadow: 1px 1px 0px rgba(106, 41, 17, 0.2);
}
/* line 1408, ../../scss/styles.scss */
.banner .blue_bg {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2ODBhMyIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMmU4NGE3Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMzMDcwOGMiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzM0NjA4NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMyNjM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #2680a3), color-stop(25%, #2e84a7), color-stop(50%, #30708c), color-stop(75%, #346085), color-stop(100%, #326383));
  background-image: -moz-linear-gradient(left, #2680a3, #2e84a7, #30708c, #346085, #326383);
  background-image: -webkit-linear-gradient(left, #2680a3, #2e84a7, #30708c, #346085, #326383);
  background-image: linear-gradient(to right, #2680a3, #2e84a7, #30708c, #346085, #326383);
}
/* line 1412, ../../scss/styles.scss */
.banner .blue_bg h4 {
  color: #fff;
}
/* line 1417, ../../scss/styles.scss */
.banner .blue_bg h2 {
  text-shadow: 1px 1px 0px rgba(22, 51, 64, 0.3);
}
/* line 1425, ../../scss/styles.scss */
.banner .green_bg {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjU4ZiIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDBiYWE3Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMGEwOTAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwOTE4MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwODA3YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #00b58f), color-stop(25%, #00baa7), color-stop(50%, #00a090), color-stop(75%, #009182), color-stop(100%, #00807c));
  background-image: -moz-linear-gradient(left, #00b58f, #00baa7, #00a090, #009182, #00807c);
  background-image: -webkit-linear-gradient(left, #00b58f, #00baa7, #00a090, #009182, #00807c);
  background-image: linear-gradient(to right, #00b58f, #00baa7, #00a090, #009182, #00807c);
}
/* line 1429, ../../scss/styles.scss */
.banner .green_bg h4 {
  color: #fff;
}
/* line 1434, ../../scss/styles.scss */
.banner .green_bg h2 {
  text-shadow: 1px 1px 0px rgba(0, 58, 52, 0.3);
}
/* line 1441, ../../scss/styles.scss */
.banner .red_bg {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjNGU1OSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjYzE0ZTVhIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNiMjQ5NTQiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2E0M2I0OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlhMzMzZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #cc4e59), color-stop(25%, #c14e5a), color-stop(50%, #b24954), color-stop(75%, #a43b48), color-stop(100%, #9a333e));
  background-image: -moz-linear-gradient(left, #cc4e59, #c14e5a, #b24954, #a43b48, #9a333e);
  background-image: -webkit-linear-gradient(left, #cc4e59, #c14e5a, #b24954, #a43b48, #9a333e);
  background-image: linear-gradient(to right, #cc4e59, #c14e5a, #b24954, #a43b48, #9a333e);
}
/* line 1445, ../../scss/styles.scss */
.banner .red_bg h4 {
  color: #fff;
}
/* line 1450, ../../scss/styles.scss */
.banner .red_bg h2 {
  text-shadow: 1px 1px 0px rgba(51, 8, 19, 0.3);
}
/* line 1455, ../../scss/styles.scss */
.banner .lblue_bg {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3ZDlkNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjNTZjY2Q4Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM0Y2I5ZDAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzMzYTdjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOGViOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #27d9d5), color-stop(25%, #56ccd8), color-stop(50%, #4cb9d0), color-stop(75%, #33a7c3), color-stop(100%, #008eb9));
  background-image: -moz-linear-gradient(left, #27d9d5, #56ccd8, #4cb9d0, #33a7c3, #008eb9);
  background-image: -webkit-linear-gradient(left, #27d9d5, #56ccd8, #4cb9d0, #33a7c3, #008eb9);
  background-image: linear-gradient(to right, #27d9d5, #56ccd8, #4cb9d0, #33a7c3, #008eb9);
}
/* line 1459, ../../scss/styles.scss */
.banner .lblue_bg h4 {
  color: #fff;
}
/* line 1464, ../../scss/styles.scss */
.banner .lblue_bg h2 {
  text-shadow: 1px 1px 0px rgba(38, 126, 144, 0.3);
}
/* line 1471, ../../scss/styles.scss */
.banner .turq_bg {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1OWViMyIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjNGFhNmI4Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMzZGE4YjgiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzQxYTdiNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUyOWZhYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #559eb3), color-stop(25%, #4aa6b8), color-stop(50%, #3da8b8), color-stop(75%, #41a7b6), color-stop(100%, #529fab));
  background-image: -moz-linear-gradient(left, #559eb3, #4aa6b8, #3da8b8, #41a7b6, #529fab);
  background-image: -webkit-linear-gradient(left, #559eb3, #4aa6b8, #3da8b8, #41a7b6, #529fab);
  background-image: linear-gradient(to right, #559eb3, #4aa6b8, #3da8b8, #41a7b6, #529fab);
}
/* line 1475, ../../scss/styles.scss */
.banner .turq_bg h4 {
  color: #1d050b;
}
/* line 1480, ../../scss/styles.scss */
.banner .turq_bg h2 {
  text-shadow: 1px 1px 0px rgba(51, 8, 19, 0.3);
}
/* line 1485, ../../scss/styles.scss */
.banner.carrousel {
  border-bottom: 1px solid #fff;
}
/* line 1489, ../../scss/styles.scss */
.banner.carrousel:after {
  content: "";
  width: 90%;
  position: absolute;
  height: 6px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  bottom: -1px;
  z-index: -6;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 1503, ../../scss/styles.scss */
.banner.carrousel .slide {
  height: 406px;
  background-position: center;
}
/* line 1506, ../../scss/styles.scss */
.banner.carrousel .slide.inner_banner {
  height: 325px;
}
/* line 1511, ../../scss/styles.scss */
.banner.carrousel .slide.inner_banner h4 {
  margin-top: 4em;
}
/* line 1516, ../../scss/styles.scss */
.banner.carrousel .slide.inner_banner h2 {
  font-size: 1.6em;
}
/* line 1520, ../../scss/styles.scss */
.banner.carrousel .slide.inner_banner form {
  margin-top: 5em;
}
/* line 1523, ../../scss/styles.scss */
.banner.carrousel .slide.inner_banner form label {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
}
/* line 1529, ../../scss/styles.scss */
.banner.carrousel .slide.inner_banner form a {
  font-size: 0.8em;
  color: #b61e46;
}
/* line 1533, ../../scss/styles.scss */
.banner.carrousel .slide.inner_banner form a:hover {
  color: #fff;
}
/* line 1541, ../../scss/styles.scss */
.banner.carrousel .slide.inner_banner form input.submit {
  border: #fff 1px solid;
  background: none;
  color: #fff;
  position: relative;
  padding: 0.7em 1em;
  font-size: 0.9em;
}
/* line 1549, ../../scss/styles.scss */
.banner.carrousel .slide.inner_banner form input.submit:hover {
  background: #330813;
}
/* line 1561, ../../scss/styles.scss */
.banner.carrousel .slide h4 {
  margin-top: 2em;
}
/* line 1565, ../../scss/styles.scss */
.banner.carrousel .slide p {
  margin-bottom: 2em;
}
/* line 1568, ../../scss/styles.scss */
.banner.carrousel .slide .slide-herramientas,
.banner.carrousel .slide .slide-herramientas-sub {
  margin-bottom: 0em;
}
/* line 1576, ../../scss/styles.scss */
.banner .absolute-img {
  margin-top: 75px;
  padding: 0;
}
/* line 1582, ../../scss/styles.scss */
.banner h4 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
}
/* line 1589, ../../scss/styles.scss */
.banner h2 {
  font-size: 48px;
  line-height: 100%;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 2px 8px #612b0d;
}
/* line 1597, ../../scss/styles.scss */
.banner p {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}
/* line 1602, ../../scss/styles.scss */
.banner .slide-herramientas {
  margin-top: 65px;
}
/* line 1605, ../../scss/styles.scss */
.banner .slide-herramientas,
.banner .slide-herramientas-sub {
  font-size: 45px;
  line-height: 100%;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
}
/* line 1616, ../../scss/styles.scss */
.banner .slide-herramientas-sub {
  font-weight: bold;
}
/* line 1622, ../../scss/styles.scss */
.banner a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}
/* line 1628, ../../scss/styles.scss */
.banner a.big-b {
  background: #fff;
  border: 0;
  color: #f37124;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  padding: 0.8em 2em 0.8em 1.3em;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  font-size: 15px;
}
/* line 1638, ../../scss/styles.scss */
.banner a.big-b:hover, .banner a.big-b:focus {
  background: #ee451e;
  color: #fff;
}
/* line 1642, ../../scss/styles.scss */
.banner a.big-b:hover:after, .banner a.big-b:focus:after {
  color: #fff;
}
/* line 1649, ../../scss/styles.scss */
.banner a.big-b:after {
  content: "\e906";
  color: #f37124;
  font-family: "icomoon";
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

/* line 1662, ../../scss/styles.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1;
}
/* line 1668, ../../scss/styles.scss */
.bx-wrapper .bx-pager {
  display: none;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  padding-top: 20px;
  z-index: 999;
}
/* line 1681, ../../scss/styles.scss */
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-pager .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
/* line 1689, ../../scss/styles.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* line 1699, ../../scss/styles.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f37124;
}
/* line 1706, ../../scss/styles.scss */
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* line 1712, ../../scss/styles.scss */
.bx-wrapper .bx-prev {
  left: 3%;
  background: url(../img/slider-arrow.png) no-repeat;
}
/* line 1717, ../../scss/styles.scss */
.bx-wrapper .bx-next {
  right: 3%;
  background: url(../img/slider-arrow.png) no-repeat right;
}
/* line 1722, ../../scss/styles.scss */
.bx-wrapper .bx-controls-direction {
  display: none;
}
/* line 1724, ../../scss/styles.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9999;
  opacity: 0.5;
}
/* line 1735, ../../scss/styles.scss */
.bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}

/* line 1748, ../../scss/styles.scss */
.row.center {
  text-align: center;
  padding: 5em 0;
}
/* line 1752, ../../scss/styles.scss */
.row.center h3 {
  color: #8a1735;
  font-family: "Raleway", sans-serif;
  font-size: 1.750em;
}
/* line 1759, ../../scss/styles.scss */
.row.center p {
  padding: 0 12%;
  color: #828b94;
  line-height: 130%;
}
/* line 1767, ../../scss/styles.scss */
.row.center h5 {
  color: #828b94;
  font-family: "Raleway", sans-serif;
  font-size: 1.188em;
  line-height: 110%;
}
/* line 1776, ../../scss/styles.scss */
.row.center .large-4 p {
  padding: 0;
  font-size: 0.875em;
}
/* line 1781, ../../scss/styles.scss */
.row.center .large-4 .box {
  background: #fff;
  border-bottom: #f37124 3px solid;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
/* line 1786, ../../scss/styles.scss */
.row.center .large-4 .box:hover {
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}
/* line 1790, ../../scss/styles.scss */
.row.center .large-4 .box .padd {
  padding: 1.1em;
}
/* line 1794, ../../scss/styles.scss */
.row.center .large-4 .box img {
  width: 100%;
  border: 1px solid #fff;
}
/* line 1801, ../../scss/styles.scss */
.row.center .icon {
  width: 130px;
  height: 130px;
  background: url(../img/icons_home.png) no-repeat;
  margin: 1em auto;
}
/* line 1808, ../../scss/styles.scss */
.row.center .icon.i2 {
  background-position: -130px;
}
/* line 1812, ../../scss/styles.scss */
.row.center .icon.i3 {
  background-position: -260px;
}
/* line 1820, ../../scss/styles.scss */
.row a.link_text {
  color: #f37124;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-right: 0.7em;
  position: relative;
  height: auto;
  text-transform: uppercase;
}
/* line 1830, ../../scss/styles.scss */
.row a.link_text.right:after {
  display: none;
}
/* line 1834, ../../scss/styles.scss */
.row a.link_text:after {
  content: "\e906";
  font-family: "icomoon";
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-weight: normal;
}
/* line 1843, ../../scss/styles.scss */
.row a.link_text:hover {
  text-decoration: underline;
}

/* line 1849, ../../scss/styles.scss */
.grey {
  background: #fbfbfa;
  margin-bottom: 4em;
  -moz-box-shadow: 0px 0px 3px #d4d8db inset;
  -webkit-box-shadow: 0px 0px 3px #d4d8db inset;
  box-shadow: 0px 0px 3px #d4d8db inset;
  position: relative;
}
/* line 1855, ../../scss/styles.scss */
.grey:after {
  width: 43px;
  height: 13px;
  background: url(../img/arrow-down.png) no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 1873, ../../scss/styles.scss */
.pqr.product.viv img {
  margin-bottom: 1em;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border: #fff 1px solid;
}
/* line 1880, ../../scss/styles.scss */
.pqr.product.viv img.w {
  width: 100%;
}
/* line 1885, ../../scss/styles.scss */
.pqr.product.viv .intro-h {
  color: #69727a;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}
/* line 1891, ../../scss/styles.scss */
.pqr.product.viv h2 {
  color: #8a1735;
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  text-align: left;
}
/* line 1898, ../../scss/styles.scss */
.pqr.product.viv .offer-v {
  background: #f5f5f2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f0f1f2;
  padding: 2em 1em;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-bottom: 3em;
}
/* line 1907, ../../scss/styles.scss */
.pqr.product.viv .offer-v .link_text {
  margin-top: 0.5em;
  text-align: left;
  text-transform: none;
  margin-top: 0;
}
/* line 1914, ../../scss/styles.scss */
.pqr.product.viv .offer-v .large-6 {
  margin-bottom: 30px;
}
/* line 1919, ../../scss/styles.scss */
.pqr.product.viv .offer-v h5 {
  text-align: left;
  margin: 0;
  color: #51585f;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
}
/* line 1928, ../../scss/styles.scss */
.pqr.product.viv .offer-v .bx-wrapper .bx-controls-direction a {
  height: 31px;
  width: 31px;
  background: url(../img/mini-slider-arrow.png);
  opacity: 1;
  bottom: -1;
  top: inherit;
}
/* line 1936, ../../scss/styles.scss */
.pqr.product.viv .offer-v .bx-wrapper .bx-controls-direction a.bx-next {
  background-position: right center;
  left: 60px;
  right: inherit;
}
/* line 1943, ../../scss/styles.scss */
.pqr.product.viv .offer-v span {
  text-align: left;
  display: block;
}
/* line 1947, ../../scss/styles.scss */
.pqr.product.viv .offer-v span.location {
  font-style: italic;
}
/* line 1951, ../../scss/styles.scss */
.pqr.product.viv .offer-v span.data {
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-left: 18px;
}
/* line 1955, ../../scss/styles.scss */
.pqr.product.viv .offer-v span.data:first-child {
  max-height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 1964, ../../scss/styles.scss */
.pqr.product.viv .offer-v h3 {
  color: #8a1735;
  font-family: "Raleway", sans-serif;
  font-size: 1.2em;
  border-bottom: 1px solid #f0f1f2;
  padding-bottom: 0.5em;
  margin-left: 0.5em;
  margin-bottom: 1em;
}
/* line 1974, ../../scss/styles.scss */
.pqr.product.viv .offer-v .bx-pager {
  display: none;
}
/* line 1980, ../../scss/styles.scss */
.pqr.product.viv ul li {
  color: #828b94;
  text-align: left;
  font-size: 0.875em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
/* line 1988, ../../scss/styles.scss */
.pqr.product.viv ul li a:hover {
  color: #8a1735;
}
/* line 1995, ../../scss/styles.scss */
.pqr.product.viv h3.product_name {
  text-align: left;
}
/* line 2000, ../../scss/styles.scss */
.pqr.product .intro_section {
  color: #2b3032;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-top: 2em;
}
/* line 2008, ../../scss/styles.scss */
.pqr.product .large-6 {
  text-align: center;
  margin-bottom: 2em;
}
/* line 2012, ../../scss/styles.scss */
.pqr.product .large-6 .p-center {
  text-align: left;
}
/* line 2018, ../../scss/styles.scss */
.pqr.product .icon {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  background: url(../img/icon_bp.png);
}
/* line 2025, ../../scss/styles.scss */
.pqr.product .icon.dpf {
  background-position: -390px center;
}
/* line 2029, ../../scss/styles.scss */
.pqr.product .icon.tsb {
  background-position: -260px center;
}
/* line 2033, ../../scss/styles.scss */
.pqr.product .icon.ac {
  background-position: -130px center;
}
/* line 2037, ../../scss/styles.scss */
.pqr.product .icon.tras {
  background-position: -530px center;
}
/* line 2041, ../../scss/styles.scss */
.pqr.product .icon.cdd {
  background-position: -660px center;
}
/* line 2045, ../../scss/styles.scss */
.pqr.product .icon.pp {
  background-position: -790px center;
}
/* line 2049, ../../scss/styles.scss */
.pqr.product .icon.t {
  background-position: -930px center;
}
/* line 2054, ../../scss/styles.scss */
.pqr.product p {
  color: #2b3032;
  font-size: 0.875em;
  text-align: justify;
  line-height: 130%;
}
/* line 2061, ../../scss/styles.scss */
.pqr.product h3.product_name {
  font-size: 1.1em;
  color: #2b3032;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  text-align: center;
}
/* line 2069, ../../scss/styles.scss */
.pqr.product a {
  color: #f37124;
  text-align: center;
  margin: 0 auto;
}
/* line 2077, ../../scss/styles.scss */
.pqr h6 {
  color: #8a1735;
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}
/* line 2082, ../../scss/styles.scss */
.pqr h6.small-h6 {
  font-size: 1.250em;
}
/* line 2089, ../../scss/styles.scss */
.pqr .product_name_center {
  color: #8a1735;
  font-size: 20px;
  font-weight: bold;
}
/* line 2098, ../../scss/styles.scss */
.pqr li {
  line-height: 120%;
  margin: 0.8em 0;
  list-style-image: url(../img/bullet.png);
}
/* line 2103, ../../scss/styles.scss */
.pqr li a {
  color: #828b94;
}
/* line 2106, ../../scss/styles.scss */
.pqr li a.link-text {
  color: #f37124;
  font-size: 12px;
  position: relative;
  padding-right: 0.7em;
  text-transform: uppercase;
}
/* line 2113, ../../scss/styles.scss */
.pqr li a.link-text:after {
  content: "\e906";
  display: inline-block;
  font-family: "icomoon";
  margin-left: 5px;
  position: static;
  vertical-align: middle;
}
/* line 2126, ../../scss/styles.scss */
.pqr ul.no-margin {
  padding: 0;
  margin-left: 0;
}
/* line 2130, ../../scss/styles.scss */
.pqr ul.no-margin li {
  list-style: none;
  color: #828b94;
  padding: 2em 0em;
}
/* line 2135, ../../scss/styles.scss */
.pqr ul.no-margin li h4 {
  color: #8a1735;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
/* line 2141, ../../scss/styles.scss */
.pqr ul.no-margin li h4 a {
  color: #8a1735;
}
/* line 2147, ../../scss/styles.scss */
.pqr ul.no-margin li .n-intro {
  font-size: 0.85em;
  line-height: 130%;
}
/* line 2152, ../../scss/styles.scss */
.pqr ul.no-margin li .date {
  font-size: 0.77em;
  margin: 0;
}
/* line 2159, ../../scss/styles.scss */
.pqr ul.no-margin .noti-w {
  padding-bottom: 2em;
  border-bottom: 1px solid  #e5e6e8;
}
/* line 2163, ../../scss/styles.scss */
.pqr ul.no-margin .noti-w:last-child {
  border-bottom: none;
}
/* line 2168, ../../scss/styles.scss */
.pqr ul.no-margin img {
  border: 2px #fff solid;
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
/* line 2174, ../../scss/styles.scss */
.pqr cite {
  color: #828b94;
  display: block;
  line-height: 130%;
  padding-left: 2em;
  position: relative;
  margin-top: 1em;
}
/* line 2182, ../../scss/styles.scss */
.pqr cite:after {
  content: "";
  width: 27px;
  height: 22px;
  background: url(../img/quote2.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 2194, ../../scss/styles.scss */
.pqr .user-pic {
  margin-left: 1em;
  padding: 1em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* line 2200, ../../scss/styles.scss */
.pqr span {
  color: #2b3032;
  font-size: 14px;
  line-height: 18px;
}
/* line 2205, ../../scss/styles.scss */
.pqr span.name {
  margin: 1.2em 0 0.2em 0;
  display: block;
  font-size: 1em;
  color: #51585f;
}

/* line 2218, ../../scss/styles.scss */
ul.pagination li.current a {
  background: #999;
}

/* line 2222, ../../scss/styles.scss */
.zindex {
  z-index: 9999;
}

/* line 2228, ../../scss/styles.scss */
.lt-ie9 .cta-l.banca {
  background: #30708c;
}
/* line 2232, ../../scss/styles.scss */
.lt-ie9 .cta-l.calculadora {
  background: #8a1735;
}
/* line 2236, ../../scss/styles.scss */
.lt-ie9 .cta-l.pre-a {
  background: #f37124;
}

/* line 2242, ../../scss/styles.scss */
.cta_large {
  color: #fff;
  text-align: center;
  padding: 2em 1em 3em 1em;
  margin-top: 3em;
}
/* line 2250, ../../scss/styles.scss */
.cta_large.cta-d a {
  margin-top: 1em;
  font-size: 1em;
}
/* line 2255, ../../scss/styles.scss */
.cta_large.cta-d h4 {
  font-size: 1.4em;
  margin-top: 1em;
  margin-right: 1em;
}
/* line 2263, ../../scss/styles.scss */
.cta_large.orange {
  background: #f37124;
  text-shadow: none;
}
/* line 2266, ../../scss/styles.scss */
.cta_large.orange .pat {
  display: none;
}
/* line 2271, ../../scss/styles.scss */
.cta_large h4 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 1.2em;
  position: relative;
}
/* line 2278, ../../scss/styles.scss */
.cta_large p {
  color: #fff;
  margin-bottom: 2em;
  position: relative;
}
/* line 2284, ../../scss/styles.scss */
.cta_large a {
  background: #fff;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 50px;
  color: #f37124;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 47px;
  line-height: 47px;
  padding: 0 3rem 0 1.5rem;
  text-align: center;
}
/* line 2298, ../../scss/styles.scss */
.cta_large a:after {
  content: "\e906";
  font-family: "icomoon";
  color: #f37124;
  font-size: 20px;
  right: 1em;
  top: 0;
}
/* line 2306, ../../scss/styles.scss */
.cta_large a:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
/* line 2310, ../../scss/styles.scss */
.cta_large a:hover:after {
  color: #fff;
}

/* line 2319, ../../scss/styles.scss */
.result .calc-label {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  margin: 1.5em 0 0 0;
}
/* line 2325, ../../scss/styles.scss */
.result.padd {
  padding-bottom: 2em;
}
/* line 2329, ../../scss/styles.scss */
.result .link_text {
  margin-top: 1em;
}
/* line 2334, ../../scss/styles.scss */
.result span.number {
  font-size: 2.375em;
  color: #828b94;
  margin-bottom: 0.5em;
  display: block;
}

/* line 2343, ../../scss/styles.scss */
.pqr.product .cta-l,
.cta-l {
  padding: 1em 1em 2em 1em;
  color: #fff;
  margin-top: 1em;
  position: relative;
}
/* line 2350, ../../scss/styles.scss */
.pqr.product .cta-l.oficial,
.cta-l.oficial {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPÔÇªdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0, #27d9d5), color-stop(25%, #56ccd8), color-stop(50%, #4cb9d0), color-stop(75%, #33a7c3), color-stop(100%, #008eb9));
  background-image: -webkit-linear-gradient(left, #27d9d5, #56ccd8, #4cb9d0, #33a7c3, #008eb9);
  background-image: -moz-linear-gradient(left, #27d9d5, #56ccd8, #4cb9d0, #33a7c3, #008eb9);
  background-image: -o-linear-gradient(left, #27d9d5, #56ccd8, #4cb9d0, #33a7c3, #008eb9);
  background-image: linear-gradient(to right, #27d9d5, #56ccd8, #4cb9d0, #33a7c3, #008eb9);
  text-shadow: none;
}
/* line 2359, ../../scss/styles.scss */
.pqr.product .cta-l.oficial p,
.cta-l.oficial p {
  color: #fff;
}
/* line 2364, ../../scss/styles.scss */
.pqr.product .cta-l.pre-a,
.cta-l.pre-a {
  background: #f37124;
  text-shadow: none;
}
/* line 2367, ../../scss/styles.scss */
.pqr.product .cta-l.pre-a p,
.cta-l.pre-a p {
  color: #fff;
}
/* line 2371, ../../scss/styles.scss */
.pqr.product .cta-l.pre-a a,
.cta-l.pre-a a {
  background: transparent;
  border: 2px solid #fff;
  box-shadow: none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 47px;
  line-height: 47px;
  padding: 0 3rem 0 2rem;
  text-align: center;
}
/* line 2385, ../../scss/styles.scss */
.pqr.product .cta-l.pre-a a:after,
.cta-l.pre-a a:after {
  content: "\e906";
  font-family: "icomoon";
  color: #fff;
  font-size: 20px;
  right: 1em;
  top: 0;
}
/* line 2393, ../../scss/styles.scss */
.pqr.product .cta-l.pre-a a:hover,
.cta-l.pre-a a:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #f37124;
}
/* line 2397, ../../scss/styles.scss */
.pqr.product .cta-l.pre-a a:hover:after,
.cta-l.pre-a a:hover:after {
  color: #f37124;
}
/* line 2405, ../../scss/styles.scss */
.pqr.product .cta-l h4,
.cta-l h4 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 1.188em;
  line-height: 120%;
}
/* line 2412, ../../scss/styles.scss */
.pqr.product .cta-l p,
.cta-l p {
  font-size: 0.875em;
  line-height: 120%;
  font-weight: lighter;
  color: #fff;
}
/* line 2419, ../../scss/styles.scss */
.pqr.product .cta-l .pat,
.cta-l .pat {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: none;
}
/* line 2428, ../../scss/styles.scss */
.pqr.product .cta-l .figure,
.cta-l .figure {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-position: bottom;
  height: 100%;
  background: none;
}
/* line 2439, ../../scss/styles.scss */
.pqr.product .cta-l a,
.cta-l a {
  background: transparent;
  border: 2px solid #fff;
  box-shadow: none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 47px;
  line-height: 47px;
  padding: 0 3rem 0 1.5rem;
  text-align: center;
}
/* line 2453, ../../scss/styles.scss */
.pqr.product .cta-l a:after,
.cta-l a:after {
  content: "\e906";
  font-family: "icomoon";
  color: #fff;
  font-size: 20px;
  right: 1em;
  top: 0;
}
/* line 2461, ../../scss/styles.scss */
.pqr.product .cta-l a:hover,
.cta-l a:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #2bd8d5;
}
/* line 2465, ../../scss/styles.scss */
.pqr.product .cta-l a:hover:after,
.cta-l a:hover:after {
  color: #2bd8d5;
}
/* line 2471, ../../scss/styles.scss */
.pqr.product .cta-l.banca,
.cta-l.banca {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2ODBhMyIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMmU4NGE3Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMzMDcwOGMiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzM0NjA4NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMyNjM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #2680a3), color-stop(25%, #2e84a7), color-stop(50%, #30708c), color-stop(75%, #346085), color-stop(100%, #326383));
  background-image: -moz-linear-gradient(left, #2680a3, #2e84a7, #30708c, #346085, #326383);
  background-image: -webkit-linear-gradient(left, #2680a3, #2e84a7, #30708c, #346085, #326383);
  background-image: linear-gradient(to right, #2680a3, #2e84a7, #30708c, #346085, #326383);
  text-shadow: none;
}
/* line 2472, ../../scss/styles.scss */
.pqr.product .cta-l.banca p,
.cta-l.banca p {
  color: #fff;
}
/* line 2479, ../../scss/styles.scss */
.pqr.product .cta-l.banca a,
.cta-l.banca a {
  box-shadow: none;
}
/* line 2481, ../../scss/styles.scss */
.pqr.product .cta-l.banca a:hover,
.cta-l.banca a:hover {
  color: #2680a3;
}
/* line 2483, ../../scss/styles.scss */
.pqr.product .cta-l.banca a:hover:after,
.cta-l.banca a:hover:after {
  color: #2680a3;
}
/* line 2491, ../../scss/styles.scss */
.pqr.product .cta-l.calculadora,
.cta-l.calculadora {
  background: #8a1735;
  text-shadow: none;
}
/* line 2494, ../../scss/styles.scss */
.pqr.product .cta-l.calculadora p,
.cta-l.calculadora p {
  color: #fff;
}
/* line 2498, ../../scss/styles.scss */
.pqr.product .cta-l.calculadora a,
.cta-l.calculadora a {
  background: transparent;
  border: 2px solid #fff;
  box-shadow: none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 47px;
  line-height: 47px;
  padding: 0 3rem 0 1.5rem;
  text-align: center;
}
/* line 2512, ../../scss/styles.scss */
.pqr.product .cta-l.calculadora a:after,
.cta-l.calculadora a:after {
  content: "\e906";
  font-family: "icomoon";
  color: #fff;
  font-size: 20px;
  right: 1em;
  top: 0;
}
/* line 2520, ../../scss/styles.scss */
.pqr.product .cta-l.calculadora a:hover,
.cta-l.calculadora a:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #8a1735;
}
/* line 2524, ../../scss/styles.scss */
.pqr.product .cta-l.calculadora a:hover:after,
.cta-l.calculadora a:hover:after {
  color: #8a1735;
}

/* line 2533, ../../scss/styles.scss */
.upper {
  text-transform: uppercase;
}

/* line 2537, ../../scss/styles.scss */
.cta-contact {
  margin-top: 1em;
}
/* line 2541, ../../scss/styles.scss */
.cta-contact.social ul {
  margin: 0;
}
/* line 2544, ../../scss/styles.scss */
.cta-contact.social ul li {
  display: inline-block;
}
/* line 2547, ../../scss/styles.scss */
.cta-contact.social ul li .fa {
  font-size: 2em;
  padding: 0 10%;
}
/* line 2551, ../../scss/styles.scss */
.cta-contact.social ul li .fa.fa-facebook-square {
  color: #5e6ea5;
}
/* line 2555, ../../scss/styles.scss */
.cta-contact.social ul li .fa.fa-youtube-square {
  color: #b83030;
}
/* line 2559, ../../scss/styles.scss */
.cta-contact.social ul li .fa.fa-twitter-square {
  color: #81b1f0;
}
/* line 2563, ../../scss/styles.scss */
.cta-contact.social ul li .fa.fa-google-plus-square {
  color: #c25043;
}
/* line 2571, ../../scss/styles.scss */
.cta-contact .fa {
  margin-right: 0.4em;
  font-size: 0.9em;
}
/* line 2576, ../../scss/styles.scss */
.cta-contact .upper {
  font-size: 0.7em;
}
/* line 2581, ../../scss/styles.scss */
.cta-contact .cta-head {
  padding: 1em;
  background: #f5f5f2;
  text-shadow: 0px 1px 0px #fff;
  color: #8a1735;
  border: 1px solid #e5e6e8;
}
/* line 2588, ../../scss/styles.scss */
.cta-contact .cta-head h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  color: #8a1735;
  margin: 0;
}
/* line 2596, ../../scss/styles.scss */
.cta-contact .cta-head p {
  font-family: "Roboto", sans-serif;
  margin: 0;
}
/* line 2604, ../../scss/styles.scss */
.cta-contact .cp-wrap {
  padding: 1em;
  border: 1px solid #e5e6e8;
  border-top: none;
  color: #828b94;
}
/* line 2610, ../../scss/styles.scss */
.cta-contact .cp-wrap .p-reg {
  margin-bottom: 1em;
}
/* line 2614, ../../scss/styles.scss */
.cta-contact .cp-wrap.news {
  border-top: 1px solid #e5e6e8;
}
/* line 2618, ../../scss/styles.scss */
.cta-contact .cp-wrap.news input {
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0px 0px 4px;
}
/* line 2622, ../../scss/styles.scss */
.cta-contact .cp-wrap.news .orange {
  background: #f37124;
  color: #fff;
  border: none;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 4px 4px 0px;
}
/* line 2630, ../../scss/styles.scss */
.cta-contact .cp-wrap h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.188em;
  color: #828b94;
  margin: 0;
  margin-bottom: 0;
}
/* line 2638, ../../scss/styles.scss */
.cta-contact .cp-wrap a {
  color: #f37124;
  text-decoration: underline;
}
/* line 2643, ../../scss/styles.scss */
.cta-contact .cp-wrap p {
  margin-bottom: 0;
  line-height: 130%;
  margin-top: 0.5em;
}
/* line 2649, ../../scss/styles.scss */
.cta-contact .cp-wrap .tel {
  font-size: 1.625em;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #828b94;
  margin: 0;
}
/* line 2656, ../../scss/styles.scss */
.cta-contact .cp-wrap .tel span {
  font-weight: lighter;
  font-size: inherit;
  margin-top: 0.2em;
}
/* line 2663, ../../scss/styles.scss */
.cta-contact .cp-wrap .place {
  font-style: italic;
  margin-bottom: 1em;
  display: block;
}

/* line 2671, ../../scss/styles.scss */
footer {
  background: none;
  border-top: 0;
  margin-top: 3em;
  padding: 2em 0em 0.5em;
  text-shadow: none;
  position: relative;
}
/* line 2678, ../../scss/styles.scss */
footer .row {
  max-width: 1100px !important;
}
/* line 2681, ../../scss/styles.scss */
footer .box-footter {
  background: url(../img/footer-bkg2.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  padding: 58px 0;
}
/* line 2686, ../../scss/styles.scss */
footer .box-footter p,
footer .box-footter a {
  color: #fff;
}
/* line 2690, ../../scss/styles.scss */
footer .box-footter .columns {
  padding: 0;
  padding-left: 28px;
  text-align: center;
}
/* line 2694, ../../scss/styles.scss */
footer .box-footter .columns span {
  font-size: 26px;
  font-weight: normal;
}
/* line 2698, ../../scss/styles.scss */
footer .box-footter .columns p {
  font-size: 28px;
  font-weight: bold;
}
/* line 2702, ../../scss/styles.scss */
footer .box-footter .columns:first-child {
  padding: 0px 27px;
  position: relative;
}
/* line 2705, ../../scss/styles.scss */
footer .box-footter .columns:first-child p {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  text-align: right;
}
/* line 2711, ../../scss/styles.scss */
footer .box-footter .columns:first-child:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  height: 108px;
  position: absolute;
  right: -28px;
  top: -14px;
  width: 1px;
}
/* line 2722, ../../scss/styles.scss */
footer .box-footter .columns .icon-telefono-line {
  display: inline-block;
  transform: rotate(270deg);
}
/* line 2726, ../../scss/styles.scss */
footer .box-footter .columns .icon-email-line {
  font-size: 32px;
  margin-top: -5px;
  display: inline-block;
}
/* line 2733, ../../scss/styles.scss */
footer h2 {
  color: #8a1735;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  text-indent: 0;
}
/* line 2739, ../../scss/styles.scss */
footer h2 a {
  display: block;
  width: auto;
  min-height: 70px;
  background: url(../img/logo_hipotecaria.svg) no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 2748, ../../scss/styles.scss */
footer ul {
  margin: 0;
}
/* line 2750, ../../scss/styles.scss */
footer ul li {
  font-size: 11px;
  font-weight: 500;
  list-style: none;
  margin-bottom: 9px;
}
/* line 2755, ../../scss/styles.scss */
footer ul li a {
  color: #727d84;
}
/* line 2759, ../../scss/styles.scss */
footer ul li:hover a {
  color: #8a1735;
}
/* line 2766, ../../scss/styles.scss */
footer .inline-list {
  margin: 34px 0 40px;
  text-align: center;
}
/* line 2769, ../../scss/styles.scss */
footer .inline-list li {
  border-right: 1px solid #78838a;
  display: inline-block;
  float: none;
  font-size: 14px;
  padding: 0 24px;
  margin: 0;
}
/* line 2776, ../../scss/styles.scss */
footer .inline-list li:last-child {
  border-right: 0;
}
/* line 2784, ../../scss/styles.scss */
footer .last-footer .columns:last-child {
  padding: 0 24px;
  position: relative;
}
/* line 2787, ../../scss/styles.scss */
footer .last-footer .columns:last-child:before {
  content: "";
  background: #78838a;
  display: inline-block;
  height: 77%;
  left: -64px;
  position: absolute;
  top: 20px;
  width: 1px;
}
/* line 2799, ../../scss/styles.scss */
footer .last-footer .item {
  margin: 15px 0 28px;
  position: relative;
}
/* line 2802, ../../scss/styles.scss */
footer .last-footer .item span {
  color: #727d84;
  left: -27px;
  position: absolute;
  top: 0px;
}
/* line 2808, ../../scss/styles.scss */
footer .last-footer .item p {
  color: #727d84;
  font-size: 14px;
}
/* line 2812, ../../scss/styles.scss */
footer .last-footer .item .small {
  font-size: 12px;
}
/* line 2816, ../../scss/styles.scss */
footer .last-footer .item.phone p {
  font-size: 24px;
  font-weight: bold;
}
/* line 2820, ../../scss/styles.scss */
footer .last-footer .item.phone .icon-telefono-line {
  top: 6px;
}
/* line 2823, ../../scss/styles.scss */
footer .last-footer .item.phone + .item {
  margin-bottom: 22px;
}
/* line 2827, ../../scss/styles.scss */
footer .last-footer .item .icon-reloj-line {
  font-size: 22px;
  left: -32px;
  top: -2px;
}
/* line 2835, ../../scss/styles.scss */
footer .redes {
  text-align: right;
}
/* line 2837, ../../scss/styles.scss */
footer .redes a {
  color: #727d84;
  font-size: 32px;
  margin-left: 2px;
}
/* line 2841, ../../scss/styles.scss */
footer .redes a:hover {
  color: #8a1735;
}
/* line 2847, ../../scss/styles.scss */
footer .footer_nav {
  padding-top: 2em;
}
/* line 2850, ../../scss/styles.scss */
footer .footer_nav li {
  color: #8a1735;
  display: inline-block;
  margin: 0;
  padding: 0 2em;
  border-left: 1px solid #d4d8db;
}
/* line 2857, ../../scss/styles.scss */
footer .footer_nav li:first-child {
  border-left: 0;
}
/* line 2861, ../../scss/styles.scss */
footer .footer_nav li a {
  font-family: "Raleway", sans-serif;
  color: #8a1735;
}
/* line 2864, ../../scss/styles.scss */
footer .footer_nav li a:hover {
  color: #828b94;
}
/* line 2872, ../../scss/styles.scss */
footer h3 {
  font-family: "Raleway", sans-serif;
  color: #8a1735;
  font-size: 1.1em;
  margin-bottom: 0;
}
/* line 2879, ../../scss/styles.scss */
footer p {
  color: #727d84;
  font-size: 0.875em;
  line-height: 120%;
  margin: 0;
}
/* line 2887, ../../scss/styles.scss */
footer .legal {
  margin-top: 1.5em;
}
/* line 2891, ../../scss/styles.scss */
footer .logos-legal {
  background: url(../img/logos-legal.png) no-repeat;
  height: 66px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
  padding-bottom: 1em;
}
/* line 2898, ../../scss/styles.scss */
footer .logos-legal a {
  position: absolute;
  bottom: -0.5em;
  left: 3em;
  color: #b9bec3;
  font-size: 0.7em;
  text-decoration: underline;
}
/* line 2908, ../../scss/styles.scss */
footer .legal-text {
  color: #abb1b7;
  font-size: 0.813em;
  text-align: center;
  display: block;
  margin-top: 2em;
}
/* line 2915, ../../scss/styles.scss */
footer .legal-text a {
  color: #abb1b7;
  text-decoration: underline;
}
/* line 2920, ../../scss/styles.scss */
footer .menu-menu-footer-container {
  margin-top: 28px;
  text-align: center;
}

/* line 2927, ../../scss/styles.scss */
.divider {
  width: 100%;
  height: 3em;
  background: #fff;
  position: relative;
  margin-bottom: 3em;
  margin-top: 0.5em;
}
/* line 2936, ../../scss/styles.scss */
.divider:after {
  content: "";
  width: 98%;
  position: absolute;
  background: #fff;
  height: 3px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 1px 2px #e2e4e6;
  -webkit-box-shadow: 0px 1px 2px #e2e4e6;
  box-shadow: 0px 1px 2px #e2e4e6;
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

/* line 2952, ../../scss/styles.scss */
.grid-box {
  margin-top: 80px;
}
/* line 2954, ../../scss/styles.scss */
.grid-box .columns {
  margin-bottom: 21px;
}
/* line 2959, ../../scss/styles.scss */
.grid-box .columns:nth-child(4) .new-box, .grid-box .columns:nth-child(5) .new-box, .grid-box .columns:nth-child(6) .new-box {
  height: 440px;
}
/* line 2964, ../../scss/styles.scss */
.grid-box .title {
  color: #8a1735;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 16px;
}
/* line 2972, ../../scss/styles.scss */
.grid-box .title-light {
  margin-bottom: 5px;
  max-width: inherit;
  padding-left: 44px;
  position: relative;
}
/* line 2977, ../../scss/styles.scss */
.grid-box .title-light span {
  left: 6px;
  position: absolute;
  top: 0;
}
/* line 2983, ../../scss/styles.scss */
.grid-box.big-cols {
  margin-top: 0px;
}
/* line 2985, ../../scss/styles.scss */
.grid-box.big-cols .description {
  line-height: 22px;
  max-width: 510px;
  padding-left: 48px;
}
/* line 2990, ../../scss/styles.scss */
.grid-box.big-cols .col-item {
  padding: 30px 0 80px;
}
/* line 2992, ../../scss/styles.scss */
.grid-box.big-cols .col-item:first-child {
  padding-bottom: 0;
}
/* line 2995, ../../scss/styles.scss */
.grid-box.big-cols .col-item:nth-child(2n) {
  background: #f4f4f4;
}
/* line 3000, ../../scss/styles.scss */
.grid-box.big-cols .row {
  max-width: 66.5rem !important;
}
/* line 3003, ../../scss/styles.scss */
.grid-box.big-cols .columns {
  padding-right: 0;
}
/* line 3005, ../../scss/styles.scss */
.grid-box.big-cols .columns:last-child, .grid-box.big-cols .columns:nth-last-child(2) {
  margin: 0;
}
/* line 3009, ../../scss/styles.scss */
.grid-box.big-cols .columns:nth-child(4) .new-box, .grid-box.big-cols .columns:nth-child(5) .new-box, .grid-box.big-cols .columns:nth-child(6) .new-box {
  height: auto;
}
/* line 3015, ../../scss/styles.scss */
.grid-box.big-cols .padd {
  padding: 30px 40px 10px;
}
/* line 3017, ../../scss/styles.scss */
.grid-box.big-cols .padd p {
  line-height: 22px;
}
/* line 3022, ../../scss/styles.scss */
.grid-box.big-cols .middle .padd {
  height: 140px;
  left: 0;
  margin-top: -70px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
/* line 3033, ../../scss/styles.scss */
.grid-box.big-cols .new-box {
  height: auto;
  min-height: 338px;
  position: relative;
}
/* line 3038, ../../scss/styles.scss */
.grid-box.big-cols .box-slider {
  padding-top: 68px;
  text-align: center;
}
/* line 3041, ../../scss/styles.scss */
.grid-box.big-cols .box-slider .item {
  max-width: 208px;
  margin: 0 auto;
}
/* line 3045, ../../scss/styles.scss */
.grid-box.big-cols .box-slider .description {
  font-size: 14px;
  margin: 0 auto;
  padding: 0 50px;
}
/* line 3051, ../../scss/styles.scss */
.grid-box.big-cols .box-horizontal {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0;
}
/* line 3055, ../../scss/styles.scss */
.grid-box.big-cols .box-horizontal img,
.grid-box.big-cols .box-horizontal .padd {
  width: 50%;
}
/* line 3059, ../../scss/styles.scss */
.grid-box.big-cols .box-horizontal img {
  float: right;
}
/* line 3062, ../../scss/styles.scss */
.grid-box.big-cols .box-horizontal .padd {
  float: left;
  padding: 94px 40px;
}
/* line 3065, ../../scss/styles.scss */
.grid-box.big-cols .box-horizontal .padd p {
  padding: 0 80px;
}
/* line 3071, ../../scss/styles.scss */
.grid-box.big-cols .large-12 .columns {
  margin: 0;
}
/* line 3075, ../../scss/styles.scss */
.grid-box.big-cols .large-12 .new-box-image.right {
  float: right;
  padding: 0 0 0 7px;
}
/* line 3079, ../../scss/styles.scss */
.grid-box.big-cols .large-12 .box-slider {
  padding-left: 0;
}

/* line 3086, ../../scss/styles.scss */
.mobile {
  display: none;
}

/* line 3090, ../../scss/styles.scss */
.row .questions {
  padding: 32px 28px;
}
/* line 3092, ../../scss/styles.scss */
.row .questions .title {
  margin-top: 0;
}
/* line 3095, ../../scss/styles.scss */
.row .questions ul {
  margin: 0;
}
/* line 3097, ../../scss/styles.scss */
.row .questions ul li {
  border-bottom: 1px solid #c1c5c6;
  font-size: 14px;
  line-height: 21px;
  list-style: none;
  padding: 20px 0;
}
/* line 3103, ../../scss/styles.scss */
.row .questions ul li:first-child {
  padding-top: 0;
}
/* line 3106, ../../scss/styles.scss */
.row .questions ul li:last-child {
  border: 0;
}
/* line 3109, ../../scss/styles.scss */
.row .questions ul li a {
  color: #2b3032;
}
/* line 3113, ../../scss/styles.scss */
.row .questions ul li:hover a {
  text-decoration: underline;
}

/* line 3123, ../../scss/styles.scss */
.box-bkg-links {
  background: #f37124;
  padding: 10px 15px 50px 28px;
}
/* line 3126, ../../scss/styles.scss */
.box-bkg-links .title {
  color: #fff;
  padding-right: 80px;
}
/* line 3130, ../../scss/styles.scss */
.box-bkg-links .item {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 18px 0;
  position: relative;
}
/* line 3136, ../../scss/styles.scss */
.box-bkg-links .item:last-child {
  border-bottom: 0;
}
/* line 3140, ../../scss/styles.scss */
.box-bkg-links .item:hover p {
  text-decoration: underline;
}
/* line 3144, ../../scss/styles.scss */
.box-bkg-links .item p {
  color: #fff;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  margin: 0 9px;
  max-width: 208px;
  vertical-align: middle;
}
/* line 3155, ../../scss/styles.scss */
.box-bkg-links .item span {
  display: inline-block;
  vertical-align: middle;
}
/* line 3159, ../../scss/styles.scss */
.box-bkg-links .item .icon {
  font-size: 28px;
}
/* line 3162, ../../scss/styles.scss */
.box-bkg-links .item .icon-solicitud {
  font-size: 36px;
}
/* line 3165, ../../scss/styles.scss */
.box-bkg-links .item .icon-flecha {
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 3174, ../../scss/styles.scss */
.box-slider .title {
  color: #828b94;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 12px;
  text-align: center;
}
/* line 3184, ../../scss/styles.scss */
.box-slider .item {
  border-bottom: 1px solid #c1c5c6;
  display: block;
  margin: 0 22px;
  padding: 12px 0;
  position: relative;
}
/* line 3191, ../../scss/styles.scss */
.box-slider .item:hover p {
  text-decoration: underline;
}
/* line 3195, ../../scss/styles.scss */
.box-slider .item:last-child {
  border: 0;
}
/* line 3198, ../../scss/styles.scss */
.box-slider .item p {
  color: #f37124;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin: 0;
}
/* line 3207, ../../scss/styles.scss */
.box-slider .item .icon {
  color: #8a1735;
  display: inline-block;
  font-size: 32px;
  margin-right: 15px;
  vertical-align: -5px;
}
/* line 3214, ../../scss/styles.scss */
.box-slider .item .icon-flecha {
  color: #f37124;
  margin-top: -8px;
  position: absolute;
  right: -8px;
  top: 50%;
}

/* line 3223, ../../scss/styles.scss */
.slick-arrow {
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  z-index: 999;
}
/* line 3231, ../../scss/styles.scss */
.slick-arrow.icon-angle-left, .slick-arrow.icon-angle-left-bold {
  left: 5px;
}
/* line 3235, ../../scss/styles.scss */
.slick-arrow.icon-angle-right, .slick-arrow.icon-angle-right-bold {
  right: 5px;
}

/* line 3241, ../../scss/styles.scss */
.slick-dots {
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
/* line 3248, ../../scss/styles.scss */
.slick-dots li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}
/* line 3253, ../../scss/styles.scss */
.slick-dots .slick-active button {
  background: #fff;
}
/* line 3255, ../../scss/styles.scss */
.slick-dots .slick-active button:focus, .slick-dots .slick-active button:hover {
  background: #fff;
  outline: none;
}
/* line 3261, ../../scss/styles.scss */
.slick-dots button {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  height: 5px;
  margin: 0;
  padding: 0;
  text-indent: -99999px;
  width: 5px;
}

/* line 3272, ../../scss/styles.scss */
.box-border {
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
  padding-bottom: 15px;
}

/* line 3277, ../../scss/styles.scss */
.box-main-image {
  text-align: center;
}
/* line 3279, ../../scss/styles.scss */
.box-main-image img {
  height: auto;
  width: 100%;
}
/* line 3283, ../../scss/styles.scss */
.box-main-image .title {
  color: #828b94;
  padding: 0 40px;
}
/* line 3287, ../../scss/styles.scss */
.box-main-image p {
  color: #2b3032;
  font-size: 14px;
  line-height: 19px;
  padding: 0 20px;
}

/* line 3295, ../../scss/styles.scss */
.new-box {
  height: 440px;
}

/* line 3299, ../../scss/styles.scss */
.opening-video {
  margin: 82px 0 30px;
  position: relative;
}
/* line 3302, ../../scss/styles.scss */
.opening-video img {
  height: auto;
  width: 100%;
}
/* line 3306, ../../scss/styles.scss */
.opening-video:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 3316, ../../scss/styles.scss */
.opening-video .text-video {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: lighter;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
/* line 3326, ../../scss/styles.scss */
.opening-video .text-video p {
  font-size: 30px;
  margin: 0;
}
/* line 3331, ../../scss/styles.scss */
.opening-video .icon-play {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 72px;
  transform: scale(1);
  transition: transform .5s;
}
/* line 3338, ../../scss/styles.scss */
.opening-video .icon-play:before {
  display: block;
}
/* line 3341, ../../scss/styles.scss */
.opening-video .icon-play:hover {
  transform: scale(1.2);
  transition: transform .5s;
}

/* line 3348, ../../scss/styles.scss */
.banner-home {
  background: url(../img/banner-home.jpg) no-repeat 0 0;
  background-size: cover;
  height: 480px;
  margin: 82px 0 30px;
  position: relative;
  width: 100%;
}
/* line 3355, ../../scss/styles.scss */
.banner-home .row {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
/* line 3361, ../../scss/styles.scss */
.banner-home .wrapper {
  max-width: 390px;
  text-align: right;
}
/* line 3365, ../../scss/styles.scss */
.banner-home .title {
  color: #8a1735;
  font-size: 45px;
  font-weight: bold;
  line-height: 45px;
}
/* line 3371, ../../scss/styles.scss */
.banner-home p {
  color: #777272;
  font-size: 22px;
  font-style: italic;
  padding-left: 70px;
}

/* line 3379, ../../scss/styles.scss */
.video-popup {
  background: rgba(0, 0, 0, 0.85);
  display: none;
  left: 0;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  transform: scale(1);
  transition: transform .5s;
  width: 100%;
  z-index: 99999;
}
/* line 3391, ../../scss/styles.scss */
.video-popup .icon-eliminar {
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  position: fixed;
  right: 20px;
  top: 20px;
}
/* line 3398, ../../scss/styles.scss */
.video-popup .icon-eliminar:hover {
  transform: scale(1.2);
  transition: transform .5s;
}
/* line 3403, ../../scss/styles.scss */
.video-popup iframe,
.video-popup video {
  height: 80%;
  margin-top: 50px;
  width: 80%;
}

/* line 3411, ../../scss/styles.scss */
.slider-testimonial {
  margin-bottom: 60px;
}
/* line 3413, ../../scss/styles.scss */
.slider-testimonial .item {
  padding-left: 185px;
}
/* line 3415, ../../scss/styles.scss */
.slider-testimonial .item:focus {
  outline: none;
}
/* line 3418, ../../scss/styles.scss */
.slider-testimonial .item .image,
.slider-testimonial .item .text {
  display: inline-block;
  vertical-align: top;
}
/* line 3423, ../../scss/styles.scss */
.slider-testimonial .item .text {
  color: #2b3032;
  margin-left: 35px;
  width: 62%;
}
/* line 3428, ../../scss/styles.scss */
.slider-testimonial .item p {
  margin: 0;
}
/* line 3431, ../../scss/styles.scss */
.slider-testimonial .item .name {
  color: #8a1735;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
/* line 3437, ../../scss/styles.scss */
.slider-testimonial .item .small-txt {
  color: #2b3032;
  font-size: 10px;
  font-weight: 500;
}
/* line 3443, ../../scss/styles.scss */
.slider-testimonial .item .image img {
  height: auto;
  width: 130px;
}
/* line 3449, ../../scss/styles.scss */
.slider-testimonial .slick-arrow {
  color: #f37124;
  font-size: 40px;
  margin-top: -50px;
}
/* line 3454, ../../scss/styles.scss */
.slider-testimonial .comment {
  color: #2b3032;
  font-size: 14px;
  line-height: 18px;
}
/* line 3458, ../../scss/styles.scss */
.slider-testimonial .comment:before {
  content: '';
  background: url(../img/quote.png) no-repeat 0 0;
  background-size: contain;
  display: block;
  height: 40px;
  margin-top: 15px;
  width: 40px;
}
/* line 3467, ../../scss/styles.scss */
.slider-testimonial .comment:after {
  content: '';
  background: url(../img/quote.png) no-repeat 0 0;
  background-size: contain;
  display: inline-block;
  height: 40px;
  transform: rotate(180deg);
  vertical-align: -30px;
  width: 40px;
}
/* line 3478, ../../scss/styles.scss */
.slider-testimonial .slick-dots {
  margin-top: 50px;
  position: static;
}
/* line 3481, ../../scss/styles.scss */
.slider-testimonial .slick-dots button {
  background: rgba(255, 212, 212, 0.6);
  border-radius: 10px;
  height: 10px;
  width: 116px;
}
/* line 3486, ../../scss/styles.scss */
.slider-testimonial .slick-dots button:hover {
  background: #f37124;
}
/* line 3491, ../../scss/styles.scss */
.slider-testimonial .slick-dots .slick-active button {
  background: #f37124;
}

/* line 3498, ../../scss/styles.scss */
.title-light {
  color: #8a1735;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  max-width: 345px;
}

/* line 3507, ../../scss/styles.scss */
.box-form {
  background: url(../img/bkg-form.jpg) no-repeat center;
  background-size: cover;
  padding: 45px 0 60px;
}
/* line 3511, ../../scss/styles.scss */
.box-form .row {
  padding: 0 14px;
}
/* line 3514, ../../scss/styles.scss */
.box-form .title {
  max-width: 345px;
}
/* line 3517, ../../scss/styles.scss */
.box-form .lead {
  color: #2b3032;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 36px;
}
/* line 3523, ../../scss/styles.scss */
.box-form .select-wrapper {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  width: 246px;
}
/* line 3529, ../../scss/styles.scss */
.box-form .button {
  background: url(../img/arrow-form.png) no-repeat 172px 18px #f37124;
  background-size: 22px;
  display: inline-block;
  padding-right: 55px;
}
/* line 3534, ../../scss/styles.scss */
.box-form .button:hover, .box-form .button:focus {
  background: url(../img/arrow-form.png) no-repeat 172px 18px #ee451e;
  background-size: 22px;
}
/* line 3539, ../../scss/styles.scss */
.box-form .button:focus {
  outline: none;
}

/* line 3545, ../../scss/styles.scss */
.select-wrapper {
  position: relative;
  font-family: Arial;
  margin: 0 0 1rem;
}

/* line 3550, ../../scss/styles.scss */
.select-wrapper select {
  display: none;
}

/* line 3553, ../../scss/styles.scss */
.select-selected {
  background-color: #fff;
  border: 1px solid #c8d2d9;
  color: #b1bcc1;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

/* line 3563, ../../scss/styles.scss */
.select-selected:after {
  content: "\e91d";
  color: #f37124;
  display: inline-block;
  font-family: "icomoon";
  font-size: 11px;
  font-style: normal;
  margin-left: 16px;
  position: absolute;
  right: 11px;
  top: 17px;
  transform: rotate(-90deg);
  vertical-align: middle;
}

/* line 3577, ../../scss/styles.scss */
.select-selected-active {
  color: #828b94;
}

/* line 3580, ../../scss/styles.scss */
.select-items div, .select-selected {
  padding: 15px 10px;
  cursor: pointer;
  user-select: none;
}

/* line 3585, ../../scss/styles.scss */
.select-items div {
  color: #828b94;
  padding: 19px 36px;
}
/* line 3588, ../../scss/styles.scss */
.select-items div.same-as-selected {
  color: #fff;
}

/* line 3592, ../../scss/styles.scss */
.select-items {
  position: absolute;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  max-width: 340px;
  top: 100%;
  left: 36px;
  right: 0;
  z-index: 99;
  max-height: 300px;
  overflow-y: auto;
}
/* line 3606, ../../scss/styles.scss */
.select-items div:first-child {
  display: none;
}

/* line 3610, ../../scss/styles.scss */
.select-hide {
  display: none;
}

/* line 3613, ../../scss/styles.scss */
.select-items div:hover, .same-as-selected {
  background-color: #f37124;
  color: #fff;
}

/* line 3618, ../../scss/styles.scss */
.box-news {
  padding: 40px 15px;
}
/* line 3620, ../../scss/styles.scss */
.box-news .noti-w {
  height: 408px;
  margin-right: 18px;
  padding: 0;
  width: 32%;
}
/* line 3625, ../../scss/styles.scss */
.box-news .noti-w:nth-child(3n) {
  margin-right: 0;
}
/* line 3628, ../../scss/styles.scss */
.box-news .noti-w img {
  height: auto;
  width: 100%;
}
/* line 3632, ../../scss/styles.scss */
.box-news .noti-w p,
.box-news .noti-w .n-intro {
  color: #2b3032;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 12px 32px 6px;
}
/* line 3640, ../../scss/styles.scss */
.box-news .noti-w .link-text {
  bottom: 0;
  padding: 0 16px 10px;
  position: absolute;
  right: 0;
}
/* line 3647, ../../scss/styles.scss */
.box-news .button {
  margin: 22px 0;
}

/* line 3652, ../../scss/styles.scss */
.link-text {
  color: #f37124;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 3657, ../../scss/styles.scss */
.link-text .icon-flecha {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
/* line 3662, ../../scss/styles.scss */
.link-text:hover {
  color: #f37124;
  text-decoration: underline;
}

/* line 3667, ../../scss/styles.scss */
.box-bkg-red {
  background: #8a1735;
  color: #fff;
  margin: 0;
  padding: 90px 0;
  text-align: center;
}
/* line 3673, ../../scss/styles.scss */
.box-bkg-red .title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
/* line 3679, ../../scss/styles.scss */
.box-bkg-red p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 66px;
  padding: 0 50px;
}
/* line 3686, ../../scss/styles.scss */
.box-bkg-red .button {
  background: #fff;
  border: 1px solid transparent;
  color: #8a1735;
  height: 47px;
  line-height: 47px;
  padding: 0 45px;
}
/* line 3693, ../../scss/styles.scss */
.box-bkg-red .button:hover, .box-bkg-red .button:focus {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 3704, ../../scss/styles.scss */
.tab-bar .menu-icon span.hamburguer {
  background: none;
  margin-left: -21px;
}
/* line 3707, ../../scss/styles.scss */
.tab-bar .menu-icon span.hamburguer:after {
  box-shadow: 0 0 0 1px #f37124, 0 7px 0 1px #f37124, 0 14px 0 1px #f37124;
  width: 22px;
}

/* line 3715, ../../scss/styles.scss */
.show-box-mobile {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  display: none;
}
/* line 3718, ../../scss/styles.scss */
.show-box-mobile .search_bar {
  margin: 10px auto;
  width: 90%;
}

/* line 3724, ../../scss/styles.scss */
.left-off-canvas-menu {
  background: #fff;
  box-shadow: 0px 0 8px -3px rgba(0, 0, 0, 0.5);
  max-width: 335px;
  padding: 13px 0;
  position: fixed;
  width: 100%;
  z-index: 99999999;
}
/* line 3732, ../../scss/styles.scss */
.left-off-canvas-menu.open {
  transform: translate3d(0%, 0, 0);
}
/* line 3735, ../../scss/styles.scss */
.left-off-canvas-menu .upper {
  display: none !important;
}
/* line 3738, ../../scss/styles.scss */
.left-off-canvas-menu .txt-right {
  margin-bottom: 10px;
  padding-right: 10px;
  text-align: right;
}
/* line 3743, ../../scss/styles.scss */
.left-off-canvas-menu .fa-times {
  color: #f37124;
  font-size: 20px;
}
/* line 3747, ../../scss/styles.scss */
.left-off-canvas-menu ul {
  margin: 0;
}
/* line 3751, ../../scss/styles.scss */
.left-off-canvas-menu ul li ul li {
  padding: 0;
}
/* line 3757, ../../scss/styles.scss */
.left-off-canvas-menu li {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 26px;
  padding: 10px 0;
}
/* line 3762, ../../scss/styles.scss */
.left-off-canvas-menu li a {
  border: 0;
  padding: 0;
}
/* line 3766, ../../scss/styles.scss */
.left-off-canvas-menu li:first-child {
  border: 0;
  margin-bottom: 10px;
}
/* line 3770, ../../scss/styles.scss */
.left-off-canvas-menu li:last-child {
  border: 0;
  margin-bottom: 8px;
}
/* line 3774, ../../scss/styles.scss */
.left-off-canvas-menu li:hover, .left-off-canvas-menu li:focus {
  background: none;
}
/* line 3778, ../../scss/styles.scss */
.left-off-canvas-menu li.has-dropdown {
  border: 0;
  margin-bottom: 10px;
}
/* line 3781, ../../scss/styles.scss */
.left-off-canvas-menu li.has-dropdown a {
  border-bottom: 1px solid #cdd7dd;
  color: #778287;
  font-size: 13px;
  font-style: italic;
  margin: 0;
  padding: 0px 10px;
  position: relative;
  pointer-events: none;
}
/* line 3790, ../../scss/styles.scss */
.left-off-canvas-menu li.has-dropdown a:after {
  content: "\e906";
  color: #f37124;
  font-family: "icomoon";
  font-size: 12px;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(90deg);
}
/* line 3802, ../../scss/styles.scss */
.left-off-canvas-menu li.has-dropdown .f-dropdown {
  display: none;
  position: static;
  max-width: 100%;
  border: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
}
/* line 3809, ../../scss/styles.scss */
.left-off-canvas-menu li.has-dropdown .f-dropdown li {
  border: 0;
  font-style: normal;
}
/* line 3812, ../../scss/styles.scss */
.left-off-canvas-menu li.has-dropdown .f-dropdown li a {
  border: 0;
  font-style: normal;
  padding: 5px 0;
  pointer-events: inherit;
}
/* line 3817, ../../scss/styles.scss */
.left-off-canvas-menu li.has-dropdown .f-dropdown li a:after {
  display: none;
}
/* line 3822, ../../scss/styles.scss */
.left-off-canvas-menu li.has-dropdown .f-dropdown.show {
  display: block;
}
/* line 3830, ../../scss/styles.scss */
.left-off-canvas-menu .dropdown-italic p {
  border-bottom: 1px solid #cdd7dd;
  color: #778287;
  font-size: 13px;
  font-style: italic;
  margin: 0;
  padding: 0px 10px;
  position: relative;
}
/* line 3839, ../../scss/styles.scss */
.left-off-canvas-menu .dropdown-italic .icon-flecha {
  color: #f37124;
  display: inline-block;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(90deg);
}
/* line 3848, ../../scss/styles.scss */
.left-off-canvas-menu .dropdown-italic ul {
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
  display: none;
}
/* line 3852, ../../scss/styles.scss */
.left-off-canvas-menu .dropdown-italic ul li {
  border: 0;
  font-size: 13px;
  margin: 0;
  padding: 0 20px;
}
/* line 3857, ../../scss/styles.scss */
.left-off-canvas-menu .dropdown-italic ul li a {
  border: 0;
  color: #778287;
}
/* line 3861, ../../scss/styles.scss */
.left-off-canvas-menu .dropdown-italic ul li.active {
  background: #f37124;
}
/* line 3863, ../../scss/styles.scss */
.left-off-canvas-menu .dropdown-italic ul li.active a {
  color: #fff;
}
/* line 3870, ../../scss/styles.scss */
.left-off-canvas-menu .special-menu {
  border-top: 1px solid #cdd7dd;
  padding-top: 6px;
}
/* line 3873, ../../scss/styles.scss */
.left-off-canvas-menu .special-menu li {
  border: 0;
  color: #828b94;
  font-size: 14px;
  font-weight: bold;
}
/* line 3878, ../../scss/styles.scss */
.left-off-canvas-menu .special-menu li a {
  color: #828b94;
}
/* line 3880, ../../scss/styles.scss */
.left-off-canvas-menu .special-menu li a.button {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 16px 5px;
}
/* line 3887, ../../scss/styles.scss */
.left-off-canvas-menu .special-menu li:first-child {
  margin-bottom: 0;
}
/* line 3892, ../../scss/styles.scss */
.left-off-canvas-menu .menu-item-3623 {
  border: 0;
  text-align: right;
  padding: 0;
  margin: 0 10px;
}
/* line 3898, ../../scss/styles.scss */
.left-off-canvas-menu .menu-item-462 {
  margin: 0 0 15px;
  padding: 10px 26px;
}
/* line 3902, ../../scss/styles.scss */
.left-off-canvas-menu .menu-item-937,
.left-off-canvas-menu .menu-item-3620,
.left-off-canvas-menu .menu-item-101,
.left-off-canvas-menu .menu-item-2832,
.left-off-canvas-menu .menu-item-3621 {
  border: 0;
  color: #828b94;
  font-size: 14px;
  font-weight: bold;
}
/* line 3911, ../../scss/styles.scss */
.left-off-canvas-menu .menu-item-937 a,
.left-off-canvas-menu .menu-item-3620 a,
.left-off-canvas-menu .menu-item-101 a,
.left-off-canvas-menu .menu-item-2832 a,
.left-off-canvas-menu .menu-item-3621 a {
  color: #828b94;
}
/* line 3916, ../../scss/styles.scss */
.left-off-canvas-menu .menu-item-3623 a {
  pointer-events: none;
}
/* line 3920, ../../scss/styles.scss */
.left-off-canvas-menu .orange.button {
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 3931, ../../scss/styles.scss */
ul.off-canvas-list li a {
  border: 0;
  color: #262c2e;
  padding: 0;
}
/* line 3935, ../../scss/styles.scss */
ul.off-canvas-list li a:hover {
  background: none;
}
/* line 3940, ../../scss/styles.scss */
ul.off-canvas-list .menu-item-1894 {
  padding: 0;
  margin: 0 15px 10px;
  text-align: right;
}
/* line 3944, ../../scss/styles.scss */
ul.off-canvas-list .menu-item-1894 a {
  pointer-events: none;
}

/* line 3951, ../../scss/styles.scss */
.move-right .exit-off-canvas {
  box-shadow: 0px 0 8px -3px rgba(0, 0, 0, 0.5);
}

/* line 3956, ../../scss/styles.scss */
.services {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
/* line 3960, ../../scss/styles.scss */
.services .row.center {
  padding: 0;
}
/* line 3963, ../../scss/styles.scss */
.services .columns {
  background: #fff;
  border-bottom: 5px solid #bbc8ce;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  height: 133px;
  margin: 0 0px 0 18px;
  width: 18%;
}
/* line 3973, ../../scss/styles.scss */
.services .columns a {
  display: block;
  padding: 26px 5px;
}
/* line 3977, ../../scss/styles.scss */
.services .columns:last-child {
  float: left !important;
}
/* line 3980, ../../scss/styles.scss */
.services .columns span {
  color: #72848c;
}
/* line 3983, ../../scss/styles.scss */
.services .columns .icon-calculadora,
.services .columns .icon-check {
  font-size: 36px;
}
/* line 3987, ../../scss/styles.scss */
.services .columns .icon-familiar,
.services .columns .icon-solicitud {
  font-size: 40px;
}
/* line 3991, ../../scss/styles.scss */
.services .columns .icon-herramientas {
  font-size: 42px;
}
/* line 3994, ../../scss/styles.scss */
.services .columns h5 {
  font-size: 16px;
  font-weight: bold;
}
/* line 3998, ../../scss/styles.scss */
.services .columns:hover {
  border-color: #f37124;
}
/* line 4000, ../../scss/styles.scss */
.services .columns:hover span,
.services .columns:hover h5 {
  color: #f37124;
}

/* line 4008, ../../scss/styles.scss */
.horizontal-nav {
  background: #fff;
  box-shadow: 0px -10px 18px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
/* line 4012, ../../scss/styles.scss */
.horizontal-nav:before {
  content: "";
  background: #f4f4f4;
  display: inline-block;
  height: 44px;
  left: 0;
  position: absolute;
  top: 0;
  width: 5%;
}
/* line 4022, ../../scss/styles.scss */
.horizontal-nav.fixed {
  position: fixed;
  top: 59px;
  z-index: 9999;
}
/* line 4027, ../../scss/styles.scss */
.horizontal-nav p,
.horizontal-nav a {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 4033, ../../scss/styles.scss */
.horizontal-nav .title {
  background: #f4f4f4;
  color: #8a1735;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 26px 6px 20px;
  position: relative;
}
/* line 4040, ../../scss/styles.scss */
.horizontal-nav .title:after {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f4f4f4;
  display: inline-block;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -6px;
}
/* line 4052, ../../scss/styles.scss */
.horizontal-nav a {
  color: #f37124;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #ced7dd;
  padding: 6px 36px 6px  16px;
}
/* line 4058, ../../scss/styles.scss */
.horizontal-nav a + a {
  padding: 6px 36px 6px 41px;
}
/* line 4061, ../../scss/styles.scss */
.horizontal-nav a:last-child {
  border: 0;
  padding-right: 0;
}
/* line 4065, ../../scss/styles.scss */
.horizontal-nav a span[class^="icon-"] {
  color: #8a1735;
  font-size: 24px;
  margin-right: 10px;
}
/* line 4070, ../../scss/styles.scss */
.horizontal-nav a span {
  display: inline-block;
  vertical-align: middle;
}
/* line 4074, ../../scss/styles.scss */
.horizontal-nav a span[class^="icon-user"] {
  font-size: 14px;
  font-weight: bold;
  margin-right: 6px;
}
/* line 4079, ../../scss/styles.scss */
.horizontal-nav a:hover, .horizontal-nav a:focus {
  text-decoration: underline;
}
/* line 4084, ../../scss/styles.scss */
.horizontal-nav .container {
  margin: 0 auto;
  max-width: 1250px;
}

/* line 4090, ../../scss/styles.scss */
.not-bkg {
  padding: 0;
}
/* line 4093, ../../scss/styles.scss */
.not-bkg .breadcrumb li {
  color: #8a1735;
  font-weight: 500;
  text-shadow: none;
}
/* line 4097, ../../scss/styles.scss */
.not-bkg .breadcrumb li a {
  color: #a8a8a8;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  /* line 4106, ../../scss/styles.scss */
  .banner h2 {
    font-size: 32px;
  }

  /* line 4110, ../../scss/styles.scss */
  .main-section header {
    display: none;
  }

  /* line 4114, ../../scss/styles.scss */
  .tab-bar {
    background: #fff;
    margin: 0;
  }
  /* line 4117, ../../scss/styles.scss */
  .tab-bar.fixed {
    border-bottom: 1px solid #ccc;
    margin: 0;
    position: fixed;
    z-index: 99999;
  }
  /* line 4122, ../../scss/styles.scss */
  .tab-bar.fixed .tab-bar-section.middle .right {
    margin-top: 0;
  }
  /* line 4126, ../../scss/styles.scss */
  .tab-bar .left-small {
    display: inline-block;
    width: 40px;
  }
  /* line 4130, ../../scss/styles.scss */
  .tab-bar .tab-bar-section.middle {
    padding-left: 45px;
    width: 100%;
    position: static;
    display: inline-block;
  }
  /* line 4135, ../../scss/styles.scss */
  .tab-bar .tab-bar-section.middle .right {
    margin-top: 0;
  }

  /* line 4141, ../../scss/styles.scss */
  .logo a {
    background-position: 5px center;
    height: 34px;
    margin-top: 12px;
    width: 56%;
  }

  /* line 4147, ../../scss/styles.scss */
  .button.orange-line {
    background: none;
    border: 1px solid #f37124;
    border-radius: 100%;
    color: #f37124;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    width: 30px !important;
  }
  /* line 4158, ../../scss/styles.scss */
  .button.orange-line span {
    margin: 0;
    font-size: 16px;
  }

  /* line 4164, ../../scss/styles.scss */
  .tab-bar-section .box-search {
    display: inline-block;
    padding: 0;
  }
  /* line 4167, ../../scss/styles.scss */
  .tab-bar-section .box-search:before {
    height: 25px;
    margin-top: -12.5px;
  }
  /* line 4171, ../../scss/styles.scss */
  .tab-bar-section .box-search .icon-lupa {
    color: #8a1735;
  }
  /* line 4175, ../../scss/styles.scss */
  .tab-bar-section.middle {
    right: 0.75rem;
  }

  /* line 4180, ../../scss/styles.scss */
  footer .vigilado {
    display: none;
  }
  /* line 4183, ../../scss/styles.scss */
  footer .box-footter {
    padding: 30px 0;
  }
  /* line 4185, ../../scss/styles.scss */
  footer .box-footter .columns {
    padding: 0;
  }
  /* line 4188, ../../scss/styles.scss */
  footer .box-footter .columns:first-child p {
    margin-bottom: 30px;
    text-align: center;
  }
  /* line 4192, ../../scss/styles.scss */
  footer .box-footter .columns:first-child:after {
    display: none;
  }
  /* line 4196, ../../scss/styles.scss */
  footer .box-footter .columns:nth-child(3) {
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 0 20px;
  }
  /* line 4203, ../../scss/styles.scss */
  footer .inline-list {
    background: #f5f5f5;
    margin: 0;
  }
  /* line 4206, ../../scss/styles.scss */
  footer .inline-list li {
    border-color: #e5e5e5;
    margin: 0;
    width: 20%;
    padding: 20px 0;
    float: left;
  }
  /* line 4214, ../../scss/styles.scss */
  footer h2 {
    font-size: 18px;
  }
  /* line 4218, ../../scss/styles.scss */
  footer ul li {
    font-size: 14px;
    margin-bottom: 6px;
  }
  /* line 4223, ../../scss/styles.scss */
  footer .last-footer {
    margin: 3px 0;
  }
  /* line 4225, ../../scss/styles.scss */
  footer .last-footer h2 {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0 5px 40px;
    position: relative;
  }
  /* line 4229, ../../scss/styles.scss */
  footer .last-footer h2:after {
    content: "\f107";
    color: #8a1735;
    display: inline-block;
    font-size: 22px;
    font-family: FontAwesome;
    position: absolute;
    top: 9px;
    right: 46px;
  }
  /* line 4240, ../../scss/styles.scss */
  footer .last-footer h2.open:after {
    content: "\f106";
  }
  /* line 4245, ../../scss/styles.scss */
  footer .last-footer .columns {
    padding: 0;
  }
  /* line 4247, ../../scss/styles.scss */
  footer .last-footer .columns:last-child {
    padding: 0;
  }
  /* line 4251, ../../scss/styles.scss */
  footer .last-footer ul {
    border-bottom: 1px solid #e5e5e5;
    display: none;
    padding-left: 55px;
  }
  /* line 4256, ../../scss/styles.scss */
  footer .last-footer .wrapper-items {
    display: none;
  }
  /* line 4259, ../../scss/styles.scss */
  footer .last-footer .item {
    margin-left: 75px;
  }
  /* line 4262, ../../scss/styles.scss */
  footer .last-footer .redes {
    margin-left: 45px;
    text-align: left;
  }
  /* line 4268, ../../scss/styles.scss */
  footer .footer_nav li {
    border: 0;
    display: block;
    font-size: 10px;
    margin-bottom: 15px;
  }
  /* line 4275, ../../scss/styles.scss */
  footer .legal {
    margin-top: 0;
  }

  /* line 4280, ../../scss/styles.scss */
  .grid-box.big-cols .columns {
    padding-right: .9375rem;
  }
  /* line 4284, ../../scss/styles.scss */
  .grid-box.big-cols .box-horizontal .padd {
    padding: 25px 0;
  }
  /* line 4286, ../../scss/styles.scss */
  .grid-box.big-cols .box-horizontal .padd p {
    padding: 0 50px;
  }

  /* line 4292, ../../scss/styles.scss */
  .horizontal-nav:before {
    display: none;
  }

  /* line 4295, ../../scss/styles.scss */
  .horizontal-nav a + a {
    padding: 6px 36px 6px 20px;
  }

  /* line 4301, ../../scss/styles.scss */
  .banner.carrousel .slide .slide-herramientas,
  .banner.carrousel .slide .slide-herramientas-sub {
    font-size: 42px;
  }
}
@media screen and (max-width: 960px) {
  /* line 4313, ../../scss/styles.scss */
  .services .columns {
    width: 17%;
  }
  /* line 4315, ../../scss/styles.scss */
  .services .columns h5 {
    font-size: 14px;
  }

  /* line 4321, ../../scss/styles.scss */
  .horizontal-nav .title {
    display: block;
    text-align: center;
    padding: 6px 0;
  }
  /* line 4325, ../../scss/styles.scss */
  .horizontal-nav .title:after {
    display: none;
  }

  /* line 4331, ../../scss/styles.scss */
  .grid-box.big-cols .new-box {
    min-height: 470px;
  }
  /* line 4334, ../../scss/styles.scss */
  .grid-box.big-cols .new-box-image,
  .grid-box.big-cols .new-box.middle {
    min-height: 234px;
  }
  /* line 4338, ../../scss/styles.scss */
  .grid-box.big-cols .box-slider {
    padding: 0;
  }

  /* line 4345, ../../scss/styles.scss */
  .banner.carrousel .slide .slide-herramientas,
  .banner.carrousel .slide .slide-herramientas-sub {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  /* line 4356, ../../scss/styles.scss */
  .banner-home {
    background: url(../img/banner-home-mobile.jpg) no-repeat 0 0;
    background-size: cover;
    height: 350px;
  }
  /* line 4360, ../../scss/styles.scss */
  .banner-home .title {
    font-size: 30px;
    line-height: 30px;
    max-width: 205px;
  }
  /* line 4365, ../../scss/styles.scss */
  .banner-home .wrapper {
    padding: 0 15px;
    text-align: left;
  }
  /* line 4369, ../../scss/styles.scss */
  .banner-home p {
    max-width: 175px;
    padding-left: 0;
  }
  /* line 4373, ../../scss/styles.scss */
  .banner-home .button {
    display: block;
    font-size: 14px;
    margin: 0 auto;
    width: 280px;
  }
  /* line 4378, ../../scss/styles.scss */
  .banner-home .button .icon-flecha {
    float: right;
    margin-top: 14px;
  }

  /* line 4384, ../../scss/styles.scss */
  .pat {
    background-size: cover;
    background-position: -20px 0;
  }

  /* line 4389, ../../scss/styles.scss */
  .horizontal-nav a {
    font-size: 11px;
    padding: 6px 10px;
    text-align: center;
    width: 32%;
  }
  /* line 4394, ../../scss/styles.scss */
  .horizontal-nav a span {
    display: block;
    margin: 0 0 5px;
  }
  /* line 4398, ../../scss/styles.scss */
  .horizontal-nav a + a {
    padding: 6px 10px;
  }

  /* line 4404, ../../scss/styles.scss */
  .not-bkg .breadcrumb {
    margin-top: 20px;
  }

  /* line 4409, ../../scss/styles.scss */
  .grid-box .title-light {
    padding: 0 44px;
  }
  /* line 4411, ../../scss/styles.scss */
  .grid-box .title-light span {
    left: 16px;
    top: 5px;
    font-size: 22px;
  }
  /* line 4418, ../../scss/styles.scss */
  .grid-box.big-cols .description {
    padding: 0 44px;
  }
  /* line 4421, ../../scss/styles.scss */
  .grid-box.big-cols .columns {
    margin-bottom: 44px;
  }
  /* line 4423, ../../scss/styles.scss */
  .grid-box.big-cols .columns:last-child, .grid-box.big-cols .columns:nth-last-child(2) {
    margin-bottom: 44px;
  }
  /* line 4428, ../../scss/styles.scss */
  .grid-box.big-cols .col-item {
    padding: 40px 0;
  }
  /* line 4431, ../../scss/styles.scss */
  .grid-box.big-cols .padd {
    padding: 10px;
  }
  /* line 4434, ../../scss/styles.scss */
  .grid-box.big-cols .new-box,
  .grid-box.big-cols .new-box-image,
  .grid-box.big-cols .new-box-image.middle {
    min-height: inherit;
  }
  /* line 4440, ../../scss/styles.scss */
  .grid-box.big-cols .box-main-image .title {
    padding: 0;
  }
  /* line 4444, ../../scss/styles.scss */
  .grid-box.big-cols .orange.button {
    min-width: 280px;
  }
  /* line 4448, ../../scss/styles.scss */
  .grid-box.big-cols .middle .padd {
    height: auto;
    position: static;
    margin: 0;
  }
  /* line 4455, ../../scss/styles.scss */
  .grid-box.big-cols .box-horizontal .padd,
  .grid-box.big-cols .box-horizontal img {
    margin: 0;
    width: 100%;
  }
  /* line 4462, ../../scss/styles.scss */
  .grid-box.big-cols .large-12 .new-box-image.right,
  .grid-box.big-cols .large-12 .new-box-image {
    margin: 0;
    padding: 0;
  }
  /* line 4467, ../../scss/styles.scss */
  .grid-box.big-cols .large-12 .box-slider,
  .grid-box.big-cols .large-12 .box-main-image {
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 20px 0;
  }
  /* line 4472, ../../scss/styles.scss */
  .grid-box.big-cols .large-12 .box-slider .item,
  .grid-box.big-cols .large-12 .box-main-image .item {
    text-align: left;
  }

  /* line 4479, ../../scss/styles.scss */
  .paragraph {
    color: #8a1735;
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    margin-bottom: 30px;
    padding: 0 20px;
    text-align: center;
  }

  /* line 4487, ../../scss/styles.scss */
  .mobile {
    display: block;
  }

  /* line 4491, ../../scss/styles.scss */
  footer .box-footter {
    padding: 3px 0 30px;
  }
  /* line 4494, ../../scss/styles.scss */
  footer .box-footter .columns p {
    font-size: 12px;
  }
  /* line 4498, ../../scss/styles.scss */
  footer .box-footter .columns:first-child p {
    font-size: 20px;
    margin-bottom: 5px;
  }
  /* line 4502, ../../scss/styles.scss */
  footer .box-footter .columns:first-child:after {
    display: none;
  }
  /* line 4508, ../../scss/styles.scss */
  footer .menu-menu-footer-container {
    margin-top: 15px;
  }

  /* line 4512, ../../scss/styles.scss */
  .banner.carrousel .slide .slide-herramientas {
    margin-top: 0px;
  }

  /* line 4515, ../../scss/styles.scss */
  .banner.carrousel .slide .slide-herramientas, .banner.carrousel .slide .slide-herramientas-sub {
    color: #fff;
    font-size: 23px;
    line-height: 28px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 4524, ../../scss/styles.scss */
  .new-box {
    height: auto;
  }

  /* line 4528, ../../scss/styles.scss */
  .slider-testimonial .item {
    padding-left: 106px;
  }

  /* line 4533, ../../scss/styles.scss */
  .box-form .select-wrapper {
    width: 232px;
  }
  /* line 4535, ../../scss/styles.scss */
  .box-form .select-wrapper:last-child {
    margin-right: 0%;
  }
  /* line 4539, ../../scss/styles.scss */
  .box-form .button {
    margin: 10px auto 0;
    display: block;
  }

  /* line 4546, ../../scss/styles.scss */
  .box-news .noti-w {
    width: 31.5%;
  }

  /* line 4551, ../../scss/styles.scss */
  .utilities_nav li {
    padding: 0.3em;
  }

  /* line 4555, ../../scss/styles.scss */
  footer .footer_nav li {
    padding: 0 3em;
    font-size: 0.95	em;
  }

  /* line 4562, ../../scss/styles.scss */
  .cta-contact .cp-wrap {
    border: none;
  }
  /* line 4565, ../../scss/styles.scss */
  .cta-contact .cp-wrap.news {
    border: 1px solid #e5e6e8;
  }
  /* line 4570, ../../scss/styles.scss */
  .cta-contact .border-wrap {
    border: 1px solid #e5e6e8;
    border-top: none;
  }
  /* line 4579, ../../scss/styles.scss */
  .cta-contact .row .row.no-margin {
    margin: 0;
  }

  /* line 4588, ../../scss/styles.scss */
  .banner.carrousel .slide {
    position: relative;
    height: 320px;
  }
  /* line 4593, ../../scss/styles.scss */
  .banner.carrousel .slide img.absolute {
    max-width: 115%;
  }
  /* line 4598, ../../scss/styles.scss */
  .banner.carrousel .slide h4 {
    margin-top: 3em;
  }
  /* line 4602, ../../scss/styles.scss */
  .banner.carrousel .slide .big-b {
    font-size: 16px;
  }
  /* line 4606, ../../scss/styles.scss */
  .banner.carrousel .slide p {
    font-size: 15px;
  }
  /* line 4611, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner .banner-c {
    font-size: 0.8em;
    padding-right: 2em;
  }
  /* line 4615, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner .banner-c h4 {
    margin-top: 4.5em;
  }

  /* line 4624, ../../scss/styles.scss */
  .banner-c {
    font-size: 0.8em;
    padding-right: 6em;
  }

  /* line 4636, ../../scss/styles.scss */
  .cta_large.cta-d a {
    font-size: 1.2em;
  }
  /* line 4640, ../../scss/styles.scss */
  .cta_large.cta-d h4 {
    font-size: 1.2em;
    text-align: center;
    margin-top: 1em;
  }

  /* line 4648, ../../scss/styles.scss */
  .vigilado img {
    max-width: 25px;
    position: absolute;
    left: 0px;
    top: 50px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 4660, ../../scss/styles.scss */
  .responsive-table.data ul li.responsive-table-item span {
    font-size: 1.4em;
    font-weight: 400;
  }

  /* line 4664, ../../scss/styles.scss */
  .responsive-table.data ul li.responsive-table-item span.item-title {
    font-size: .9em;
    font-weight: 700;
    margin-bottom: -.3em;
    margin-top: .4em;
  }

  /* line 4670, ../../scss/styles.scss */
  .new-box {
    height: auto;
  }

  /* line 4674, ../../scss/styles.scss */
  .opening-video {
    overflow: hidden;
  }
  /* line 4677, ../../scss/styles.scss */
  .opening-video .text-video p {
    display: none;
  }
  /* line 4681, ../../scss/styles.scss */
  .opening-video img {
    height: 355px;
    width: auto;
    max-width: inherit;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    z-index: -1;
  }

  /* line 4693, ../../scss/styles.scss */
  .slider-testimonial .item {
    padding: 0 55px;
  }
  /* line 4695, ../../scss/styles.scss */
  .slider-testimonial .item .image,
  .slider-testimonial .item .text {
    display: block;
  }
  /* line 4699, ../../scss/styles.scss */
  .slider-testimonial .item .image {
    display: none;
  }
  /* line 4702, ../../scss/styles.scss */
  .slider-testimonial .item .text {
    margin: 0;
    width: 100%;
  }
  /* line 4706, ../../scss/styles.scss */
  .slider-testimonial .item .name {
    margin-top: 0;
  }
  /* line 4711, ../../scss/styles.scss */
  .slider-testimonial .slick-dots button {
    height: 8px;
    width: 26px;
  }

  /* line 4719, ../../scss/styles.scss */
  .box-form .select-wrapper {
    width: 100%;
  }
  /* line 4722, ../../scss/styles.scss */
  .box-form .button {
    margin: 15px auto 0;
    display: block;
  }

  /* line 4729, ../../scss/styles.scss */
  .box-news .noti-w {
    height: auto;
    margin: 0 0 30px;
    width: 100%;
  }

  /* line 4737, ../../scss/styles.scss */
  .cta_large {
    padding-bottom: 2em;
  }
  /* line 4742, ../../scss/styles.scss */
  .cta_large.cta-d a {
    display: block;
    float: none !important;
    font-size: 1.2em;
  }
  /* line 4749, ../../scss/styles.scss */
  .cta_large.cta-d h4 {
    font-size: 1.2em;
    margin-top: 1em;
  }

  /* line 4757, ../../scss/styles.scss */
  .inner_banner img.absolute {
    width: 65%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  /* line 4765, ../../scss/styles.scss */
  #map {
    height: 300px;
  }

  /* line 4769, ../../scss/styles.scss */
  p.content {
    font-size: 1em;
    line-height: 140%;
  }

  /* line 4774, ../../scss/styles.scss */
  .breadcrumb {
    margin-top: 4em;
  }

  /* line 4778, ../../scss/styles.scss */
  .white_wrapper {
    margin-top: -2em;
  }
  /* line 4781, ../../scss/styles.scss */
  .white_wrapper h2 {
    font-size: 1.5em;
  }
  /* line 4785, ../../scss/styles.scss */
  .white_wrapper h3 {
    font-size: 1.2em;
  }

  /* line 4789, ../../scss/styles.scss */
  .grid-box {
    margin-top: 8px;
  }

  /* line 4792, ../../scss/styles.scss */
  .services {
    margin-top: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
  }
  /* line 4799, ../../scss/styles.scss */
  .services .columns {
    height: 70px;
    margin: 0 3px;
    padding: 0;
    width: 18.5%;
  }
  /* line 4804, ../../scss/styles.scss */
  .services .columns a {
    padding: 11px 0px;
  }
  /* line 4807, ../../scss/styles.scss */
  .services .columns:first-child {
    margin-left: 0;
  }
  /* line 4810, ../../scss/styles.scss */
  .services .columns:last-child {
    float: right !important;
    margin-right: 0;
  }
  /* line 4814, ../../scss/styles.scss */
  .services .columns h5 {
    font-size: 9px;
  }
  /* line 4817, ../../scss/styles.scss */
  .services .columns .icon-calculadora,
  .services .columns .icon-check {
    font-size: 22px;
  }
  /* line 4821, ../../scss/styles.scss */
  .services .columns .icon-familiar,
  .services .columns .icon-solicitud {
    font-size: 26px;
  }
  /* line 4825, ../../scss/styles.scss */
  .services .columns .icon-herramientas {
    font-size: 28px;
  }

  /* line 4831, ../../scss/styles.scss */
  .box-bkg-links .title {
    padding-right: 55px;
  }

  /* line 4834, ../../scss/styles.scss */
  .box-bkg-links .item p {
    max-width: 180px;
  }

  /* line 4840, ../../scss/styles.scss */
  .banner.carrousel .slide {
    height: 220px;
  }
  /* line 4843, ../../scss/styles.scss */
  .banner.carrousel .slide h4 {
    display: none;
    font-size: 0.92em;
  }
  /* line 4848, ../../scss/styles.scss */
  .banner.carrousel .slide h2 {
    font-size: 1.5em;
    margin: 0px 0 30px;
    text-shadow: 1px 2px 8px #612b0d;
    padding: 0 45px;
    text-align: center;
  }
  /* line 4854, ../../scss/styles.scss */
  .banner.carrousel .slide h2 + p {
    display: none;
  }
  /* line 4859, ../../scss/styles.scss */
  .banner.carrousel .slide a {
    color: #f37124;
    font-size: 0.9em;
    border: 0;
  }
  /* line 4865, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner {
    height: 207px;
  }
  /* line 4868, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner.hiponet {
    height: 540px;
  }
  /* line 4871, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner.hiponet h2 {
    color: #fff;
    text-shadow: 1px 1px 0px rgba(51, 8, 19, 0.3);
  }
  /* line 4877, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner.hiponet p {
    color: #fff;
    text-shadow: 1px 1px 0px rgba(51, 8, 19, 0.3);
  }
  /* line 4882, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner.hiponet form {
    margin-top: 2em;
  }
  /* line 4885, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner.hiponet form label {
    color: #8a1735;
  }
  /* line 4889, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner.hiponet form a {
    background: none;
    color: #dc2b59;
  }
  /* line 4895, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner.hiponet form input.submit {
    background: #8a1735;
    display: block;
    width: 100%;
  }
  /* line 4909, ../../scss/styles.scss */
  .banner.carrousel .slide.orange_bg h2, .banner.carrousel .slide.red_bg h2, .banner.carrousel .slide.lblue_bg h2, .banner.carrousel .slide.blue_bg h2, .banner.carrousel .slide.green_bg h2 {
    color: #fff;
  }
  /* line 4912, ../../scss/styles.scss */
  .banner.carrousel .slide.orange_bg a, .banner.carrousel .slide.red_bg a, .banner.carrousel .slide.lblue_bg a, .banner.carrousel .slide.blue_bg a, .banner.carrousel .slide.green_bg a {
    background: #fff;
  }
  /* line 4917, ../../scss/styles.scss */
  .banner.carrousel .slide p {
    color: #828b94;
    font-size: 0.9em;
    text-align: center !important;
  }
  /* line 4923, ../../scss/styles.scss */
  .banner.carrousel .slide .banner-c {
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 4932, ../../scss/styles.scss */
  .banner .bg-mobile {
    display: none;
    position: absolute;
    background: #fffefc;
    width: 100%;
    height: 55%;
    bottom: 0;
    z-index: 1;
  }

  /* line 4949, ../../scss/styles.scss */
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #bfbfbf;
  }

  /* line 4955, ../../scss/styles.scss */
  .bx-wrapper .bx-controls-direction a {
    top: 33%;
  }

  /* line 4959, ../../scss/styles.scss */
  .logo {
    margin-bottom: 40%;
  }

  /* line 4964, ../../scss/styles.scss */
  header {
    padding-top: 1em;
  }

  /* line 4968, ../../scss/styles.scss */
  .menu-mobile {
    margin-top: 30px;
  }
  /* line 4971, ../../scss/styles.scss */
  .menu-mobile.right {
    margin-right: 10px;
  }
  /* line 4975, ../../scss/styles.scss */
  .menu-mobile .fa-search {
    padding-right: 0.4em;
  }
  /* line 4979, ../../scss/styles.scss */
  .menu-mobile a {
    color: #828b94;
    font-size: 1.3em;
    padding: 0.2em 0.4em;
    background: white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 4em;
  }
  /* line 4987, ../../scss/styles.scss */
  .menu-mobile a:hover {
    color: #f37124;
  }

  /* line 4995, ../../scss/styles.scss */
  .row.center {
    text-align: center;
  }
  /* line 4999, ../../scss/styles.scss */
  .row.center h3 {
    color: #8a1735;
    font-family: "Raleway", sans-serif;
    font-size: 1.4em;
    line-height: 130%;
  }
  /* line 5007, ../../scss/styles.scss */
  .row.center p {
    padding: 0;
    color: #828b94;
    line-height: 130%;
  }

  /* line 5018, ../../scss/styles.scss */
  .result {
    text-align: center;
  }

  /* line 5022, ../../scss/styles.scss */
  .grey {
    margin-bottom: 0;
  }
  /* line 5025, ../../scss/styles.scss */
  .grey .box {
    margin-top: 1em;
  }

  /* line 5032, ../../scss/styles.scss */
  .mobile-sub-menu ul {
    margin: 0;
  }
  /* line 5036, ../../scss/styles.scss */
  .mobile-sub-menu li {
    list-style: none;
    font-size: 1.05em;
    padding: 0.8em 1em;
    border-top: 1px solid #f0f1f2;
  }
  /* line 5042, ../../scss/styles.scss */
  .mobile-sub-menu li:last-child {
    border-bottom: 1px solid #f0f1f2;
  }
  /* line 5047, ../../scss/styles.scss */
  .mobile-sub-menu a {
    font-family: "Montserrat", sans-serif;
    color: #828b94;
  }

  /* line 5054, ../../scss/styles.scss */
  footer {
    padding-bottom: 90px;
  }
  /* line 5057, ../../scss/styles.scss */
  footer .inline-list li {
    font-size: 9px;
    line-height: 9px;
    min-height: 44px;
    padding: 13px 4px;
  }
  /* line 5062, ../../scss/styles.scss */
  footer .inline-list li:nth-child(4) {
    padding-top: 18px;
  }
  /* line 5069, ../../scss/styles.scss */
  footer .legal h3 {
    font-size: 0.75em;
  }
  /* line 5073, ../../scss/styles.scss */
  footer .legal p {
    font-size: 0.6em;
  }
  /* line 5081, ../../scss/styles.scss */
  footer h2 a {
    background-position: center;
    margin: 0 auto;
    width: 60%;
  }
  /* line 5088, ../../scss/styles.scss */
  footer .legal-text {
    font-size: 0.713em;
  }
  /* line 5092, ../../scss/styles.scss */
  footer .footer_nav {
    padding: 0;
  }
  /* line 5096, ../../scss/styles.scss */
  footer .footer_nav.right {
    float: none !important;
  }
  /* line 5100, ../../scss/styles.scss */
  footer .footer_nav p
  ul {
    margin: 0;
  }
  /* line 5108, ../../scss/styles.scss */
  footer .footer_nav li {
    border: 0;
    text-align: left;
    display: block;
    font-size: 10px;
    margin: 8px 0;
    text-align: center;
  }

  /* line 5123, ../../scss/styles.scss */
  .pqr.product h6 {
    font-size: 1.2em;
    text-align: center;
  }
  /* line 5128, ../../scss/styles.scss */
  .pqr.product .intro_section {
    font-size: 1em;
  }

  /* line 5136, ../../scss/styles.scss */
  .vigilado img {
    max-width: 30px;
    position: absolute;
    left: 10px;
    top: 50px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 5149, ../../scss/styles.scss */
  .inner_banner img.absolute {
    left: 4em;
  }
}
