@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 */
.j-mobile {
  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.active a {
  background: #fbfbfb;
  border-top: 2px solid #ab5c69;
}

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

/* 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 227, ../../scss/styles.scss */
dl {
  border: 1px solid #e5e6e8;
  background: #fff;
  font-family: "Raleway", sans-serif;
  font-style: italic;
}
/* line 233, ../../scss/styles.scss */
dl a {
  position: relative;
  border-left: solid #fff 2px;
}
/* line 240, ../../scss/styles.scss */
dl a:hover i {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 244, ../../scss/styles.scss */
dl a i {
  margin-top: 0.3em;
}
/* line 252, ../../scss/styles.scss */
dl .accordion .accordion-navigation.active a {
  color: red;
}
/* line 263, ../../scss/styles.scss */
dl .accordion-navigation {
  border-top: 1px #e5e6e8 solid;
}
/* line 266, ../../scss/styles.scss */
dl .accordion-navigation a {
  border-bottom: 1px #e5e6e8 solid;
  font-size: 1em;
  font-family: "Raleway", sans-serif;
}
/* line 272, ../../scss/styles.scss */
dl .accordion-navigation:first-child {
  border: none;
}
/* line 277, ../../scss/styles.scss */
dl .content {
  background: #d4d8db;
}
/* line 281, ../../scss/styles.scss */
dl .content ul {
  margin: 0;
  margin-left: 1em;
}
/* line 285, ../../scss/styles.scss */
dl .content ul li {
  list-style: none;
}
/* line 288, ../../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 298, ../../scss/styles.scss */
dl .content ul li a:hover, dl .content ul li a.active {
  color: #f37124;
}
/* line 301, ../../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 323, ../../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 331, ../../scss/styles.scss */
.info-corp .accordion .accordion-navigation.active > a {
  background: #f2f3f4;
  border-left: solid #ef7b2a 2px;
}
/* line 335, ../../scss/styles.scss */
.info-corp .accordion .accordion-navigation ul {
  margin-left: 0;
}
/* line 337, ../../scss/styles.scss */
.info-corp .accordion .accordion-navigation ul ul {
  margin-left: 30px;
}

/* line 345, ../../scss/styles.scss */
.accordion-large {
  border: 1px solid #e5e6e8;
  margin-bottom: 2em;
}
/* line 348, ../../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 356, ../../scss/styles.scss */
.accordion-large .accordion-item:first-child {
  border-top: 0;
}
/* line 359, ../../scss/styles.scss */
.accordion-large .accordion-item h4 {
  font-family: "Raleway", sans-serif;
  margin-bottom: 0;
  font-size: 1.1em;
}
/* line 364, ../../scss/styles.scss */
.accordion-large .accordion-item p {
  margin: 0;
  font-size: .85em;
}
/* line 368, ../../scss/styles.scss */
.accordion-large .accordion-item a {
  font-size: 12px;
  position: relative;
  padding-right: 1em;
}
/* line 372, ../../scss/styles.scss */
.accordion-large .accordion-item a.close-sublevel, .accordion-large .accordion-item a.open-sublevel {
  color: #6c747b;
}
/* line 377, ../../scss/styles.scss */
.accordion-large .accordion-item a.open-sublevel:after {
  position: absolute;
  content: "\f107";
  right: 0;
  top: 1px;
  font-family: FontAwesome;
}
/* line 385, ../../scss/styles.scss */
.accordion-large .accordion-item a.close-sublevel {
  display: none;
}
/* line 387, ../../scss/styles.scss */
.accordion-large .accordion-item a.close-sublevel:after {
  position: absolute;
  content: "\f106";
  right: 0;
  top: 1px;
  font-family: FontAwesome;
}
/* line 397, ../../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 410, ../../scss/styles.scss */
.accordion-large .sublevel p {
  font-size: .75em;
  line-height: 150%;
  text-align: justify;
  margin-bottom: .2em;
}
/* line 416, ../../scss/styles.scss */
.accordion-large .sublevel.active {
  display: block;
}

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

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

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

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

/* line 446, ../../scss/styles.scss */
.content {
  margin-top: 3em;
}
/* line 450, ../../scss/styles.scss */
.content.diag .icon {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  background: url(../img/icon_bp.png);
}
/* line 456, ../../scss/styles.scss */
.content.diag .icon.step1 {
  background-position: -1050px;
}
/* line 460, ../../scss/styles.scss */
.content.diag .icon.step2 {
  background-position: -1180px;
}
/* line 464, ../../scss/styles.scss */
.content.diag .icon.step3 {
  background-position: -1310px;
}
/* line 468, ../../scss/styles.scss */
.content.diag .icon.step4 {
  background-position: -1440px;
}
/* line 475, ../../scss/styles.scss */
.content.diag p.step {
  text-align: center;
  font-family: "Raleway", sans-serif;
  color: #828b94;
  font-size: 1.1em;
  line-height: 130%;
  padding: 0 0.5em;
}
/* line 483, ../../scss/styles.scss */
.content.diag p.step span {
  color: #8a1735;
}

/* line 492, ../../scss/styles.scss */
.lt-ie9 .banca.cta-l a {
  margin-top: 1em;
  display: block;
}
/* line 497, ../../scss/styles.scss */
.lt-ie9 .pre-a.cta-l a {
  margin-top: 1em;
  display: block;
}
/* line 502, ../../scss/styles.scss */
.lt-ie9 .nav_bar {
  margin-top: 3em;
}
/* line 504, ../../scss/styles.scss */
.lt-ie9 .nav_bar .main-cta {
  position: absolute;
}
/* line 506, ../../scss/styles.scss */
.lt-ie9 .nav_bar .main-cta .button {
  font-size: 13px;
  padding-left: 1em;
  padding-right: 1em;
}
/* line 514, ../../scss/styles.scss */
.lt-ie9 footer h2 a {
  background-image: url(../img/logo-footer.png);
}
/* line 518, ../../scss/styles.scss */
.lt-ie9 .show-for-small-only {
  display: none;
}
/* line 522, ../../scss/styles.scss */
.lt-ie9 .logo a {
  background-image: url(../img/logo_hipotecaria.png);
}
/* line 526, ../../scss/styles.scss */
.lt-ie9 .row {
  max-width: 960px;
}
/* line 530, ../../scss/styles.scss */
.lt-ie9 .banner .orange_bg {
  background: #f37124;
}
/* line 534, ../../scss/styles.scss */
.lt-ie9 .banner .red_bg {
  background: #8a1735;
}
/* line 538, ../../scss/styles.scss */
.lt-ie9 .banner .blue_bg {
  background: #30708c;
}
/* line 542, ../../scss/styles.scss */
.lt-ie9 .banner .green_bg {
  background: #00a090;
}

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

/* line 558, ../../scss/styles.scss */
aside ul {
  margin: 0;
  margin-top: 0.6em;
}
/* line 563, ../../scss/styles.scss */
aside .upper {
  font-size: 0.8em;
}
/* line 567, ../../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 574, ../../scss/styles.scss */
aside li.search {
  padding-bottom: 4em;
}
/* line 578, ../../scss/styles.scss */
aside li:first-child {
  border-top: none;
}
/* line 582, ../../scss/styles.scss */
aside li a {
  color: #d4d8db;
}
/* line 585, ../../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 593, ../../scss/styles.scss */
aside li a:hover {
  color: #f37124;
}

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

/* line 604, ../../scss/styles.scss */
.utilities_nav {
  float: right;
  padding-top: 0.3em;
  margin-bottom: 0;
}
/* line 608, ../../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 615, ../../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 627, ../../scss/styles.scss */
.utilities_nav li.tool a {
  color: #51585f;
}
/* line 631, ../../scss/styles.scss */
.utilities_nav li.tool.sep {
  border-left: 1px solid #d4d8db;
  padding-left: 0.7em;
}
/* line 637, ../../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 644, ../../scss/styles.scss */
.utilities_nav li.special a:hover {
  background: none;
  border: 1px solid #b61e46;
}
/* line 650, ../../scss/styles.scss */
.utilities_nav li .icon-flecha {
  color: #f37124;
  display: inline-block;
  margin-left: 12px;
  transform: rotate(90deg);
}
/* line 657, ../../scss/styles.scss */
.utilities_nav li a {
  color: #899498;
}
/* line 659, ../../scss/styles.scss */
.utilities_nav li a:hover, .utilities_nav li a.active {
  color: #f37124;
}
/* line 665, ../../scss/styles.scss */
.utilities_nav .f-dropdown {
  display: none;
  left: 0;
  font-style: normal;
  margin: 0;
  width: 100px;
}
/* line 671, ../../scss/styles.scss */
.utilities_nav .f-dropdown.open {
  display: block;
}
/* line 674, ../../scss/styles.scss */
.utilities_nav .f-dropdown li {
  border: 0;
  display: block;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0 17px;
}
/* line 681, ../../scss/styles.scss */
.utilities_nav .f-dropdown li.active, .utilities_nav .f-dropdown li:hover {
  background: #f37124;
}
/* line 684, ../../scss/styles.scss */
.utilities_nav .f-dropdown li.active a, .utilities_nav .f-dropdown li:hover a {
  color: #fff;
}
/* line 688, ../../scss/styles.scss */
.utilities_nav .f-dropdown li a {
  padding: 8px 0;
}
/* line 692, ../../scss/styles.scss */
.utilities_nav .f-dropdown:before, .utilities_nav .f-dropdown:after {
  display: none;
}
/* line 699, ../../scss/styles.scss */
.utilities_nav #drop1 li {
  display: block;
}
/* line 702, ../../scss/styles.scss */
.utilities_nav #drop1 li.active {
  background: #fefefe;
}

/* line 710, ../../scss/styles.scss */
.logo {
  text-indent: -9999px;
  margin-top: 6px;
}
/* line 713, ../../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: 200px;
  position: absolute;
}

/* line 723, ../../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 727, ../../scss/styles.scss */
header .search_bar {
  margin-top: 20px;
}
/* line 730, ../../scss/styles.scss */
header .top-bar {
  background: #fbfbfb;
  height: 33px;
  line-height: 33px;
}
/* line 734, ../../scss/styles.scss */
header .top-bar .columns {
  padding: 0;
}
/* line 738, ../../scss/styles.scss */
header .row {
  max-width: 1120px !important;
}
/* line 741, ../../scss/styles.scss */
header .btn-line {
  display: inline-block;
}
/* line 745, ../../scss/styles.scss */
header .nav_bar .logo {
  display: none;
}
/* line 749, ../../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 757, ../../scss/styles.scss */
header.fixed .top-bar,
header.fixed .middle-bar {
  display: none;
}
/* line 761, ../../scss/styles.scss */
header.fixed .row {
  max-width: 1250px !important;
}
/* line 765, ../../scss/styles.scss */
header.fixed .nav_bar .logo {
  display: block;
}
/* line 767, ../../scss/styles.scss */
header.fixed .nav_bar .logo a {
  height: 32px;
  margin-top: 5px;
  width: 150px;
  z-index: 1;
}
/* line 775, ../../scss/styles.scss */
header.fixed .logo {
  margin-top: 0;
}

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

/* line 788, ../../scss/styles.scss */
.middle-header {
  margin: 20px 0 12px;
  padding: 0;
  text-align: right;
}
/* line 792, ../../scss/styles.scss */
.middle-header ul {
  display: inline-block;
  margin: 0;
}
/* line 795, ../../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 803, ../../scss/styles.scss */
.middle-header ul li:first-child {
  border-left: 0;
  font-size: 12px;
}
/* line 807, ../../scss/styles.scss */
.middle-header ul li a {
  color: #828b94;
}
/* line 809, ../../scss/styles.scss */
.middle-header ul li a span {
  color: #8a1735;
  font-size: 14px;
  margin-right: 5px;
}

/* line 819, ../../scss/styles.scss */
.box-search {
  display: inline-block;
  margin-left: 2px;
  padding-left: 20px;
  position: relative;
}
/* line 824, ../../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 835, ../../scss/styles.scss */
.box-search input,
.box-search button {
  background: none;
  display: inline-block;
}
/* line 840, ../../scss/styles.scss */
.box-search input.search_bar {
  margin: 0;
  width: 80%;
}
/* line 843, ../../scss/styles.scss */
.box-search input.search_bar::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
}
/* line 846, ../../scss/styles.scss */
.box-search input.search_bar::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
}
/* line 849, ../../scss/styles.scss */
.box-search input.search_bar:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
}
/* line 852, ../../scss/styles.scss */
.box-search input.search_bar:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
}
/* line 856, ../../scss/styles.scss */
.box-search button {
  color: #8a1735;
  margin: 0;
  padding: 0;
}
/* line 861, ../../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 870, ../../scss/styles.scss */
.box-search .icon-lupa {
  color: #8a1735;
  font-size: 24px;
  margin-left: 8px;
  vertical-align: middle;
}
/* line 876, ../../scss/styles.scss */
.box-search .show-box {
  display: none;
}
/* line 878, ../../scss/styles.scss */
.box-search .show-box.open-box {
  display: inline-block;
}

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

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

/* line 892, ../../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 898, ../../scss/styles.scss */
.nav_bar {
  background: none;
  margin: 0.7em 0 0 0;
}
/* line 901, ../../scss/styles.scss */
.nav_bar .large-12 {
  padding: 0;
}
/* line 904, ../../scss/styles.scss */
.nav_bar ul {
  padding: 0 0 8px;
  margin: 0;
  text-align: right;
}
/* line 910, ../../scss/styles.scss */
.nav_bar li {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  letter-spacing: .4px;
  padding: 0 0.5em;
  padding-right: 4px;
  vertical-align: bottom;
}
/* line 918, ../../scss/styles.scss */
.nav_bar li:after {
  content: "";
  background: #ced7dd;
  display: inline-block;
  height: 15px;
  margin-left: 8px;
  vertical-align: middle;
  width: 1px;
}
/* line 928, ../../scss/styles.scss */
.nav_bar li a {
  color: #2b3032;
  font-size: 12px;
}
/* line 932, ../../scss/styles.scss */
.nav_bar li a:hover, .nav_bar li a.active {
  color: #8a1735;
}
/* line 942, ../../scss/styles.scss */
.nav_bar li:last-child:after, .nav_bar li:nth-last-child(2):after, .nav_bar li:nth-last-child(3):after {
  display: none;
}
/* line 946, ../../scss/styles.scss */
.nav_bar li:last-child, .nav_bar li:nth-last-child(2) {
  padding: 0;
}
/* line 950, ../../scss/styles.scss */
.nav_bar li:nth-last-child(2) {
  margin-left: 55px;
}
/* line 955, ../../scss/styles.scss */
.nav_bar .absolute {
  right: 0;
}
/* line 959, ../../scss/styles.scss */
.nav_bar .main-cta {
  background: #fff;
  border: 1px solid #fefefe;
  padding: 0.7em;
  position: relative;
}
/* line 966, ../../scss/styles.scss */
.nav_bar .main-cta a:hover {
  background: #d8580c;
}
/* line 971, ../../scss/styles.scss */
.nav_bar .main-cta:after {
  width: 95%;
  background: url(../img/shadow-cta.png) no-repeat;
  height: 5px;
  position: absolute;
  bottom: -6px;
  content: "";
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 982, ../../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 990, ../../scss/styles.scss */
.nav_bar .main-cta p span {
  font-size: 14px;
  font-weight: normal;
}
/* line 996, ../../scss/styles.scss */
.nav_bar .btns {
  padding: 0;
  padding-right: 8px;
  text-align: right;
}
/* line 1001, ../../scss/styles.scss */
.nav_bar .btn-backgorund {
  background: #f37124;
  color: #fff;
}
/* line 1004, ../../scss/styles.scss */
.nav_bar .btn-backgorund:hover, .nav_bar .btn-backgorund:focus {
  background: #ee451e;
  color: #fff;
}
/* line 1010, ../../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 1021, ../../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 1028, ../../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 1035, ../../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 1045, ../../scss/styles.scss */
.nav_bar .btn-line span {
  font-size: 16px;
  margin-right: 9px;
  vertical-align: -2px;
}
/* line 1050, ../../scss/styles.scss */
.nav_bar .btn-line:hover {
  color: #f37124;
}

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

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

/* line 1079, ../../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 1088, ../../scss/styles.scss */
.orange.button:hover, .orange.button:focus {
  background: #ee451e;
  border: 1px solid transparent;
  color: #fff;
}
/* line 1095, ../../scss/styles.scss */
.orange .letratimes {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
}

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

/* line 1109, ../../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 1120, ../../scss/styles.scss */
.v_info h4 {
  border-bottom: 1px solid #f0f1f2;
  padding: 0.4em 0em;
}
/* line 1130, ../../scss/styles.scss */
.v_info .row.collapse .columns.dato {
  padding-left: 0.8em;
}
/* line 1136, ../../scss/styles.scss */
.v_info .row.collapse .large-3 {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
/* line 1144, ../../scss/styles.scss */
.v_info .dato {
  color: #828b94;
  font-style: normal;
}

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

/* line 1159, ../../scss/styles.scss */
.breadcrumb {
  color: #fff;
  margin-top: 1.5em;
  margin-left: 0;
}
/* line 1165, ../../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 1172, ../../scss/styles.scss */
.breadcrumb li a {
  font-size: inherit;
  font-weight: lighter;
}

/* line 1179, ../../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 1189, ../../scss/styles.scss */
.figure {
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
  top: 0;
  left: 0;
}

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

/* line 1202, ../../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;
}
/* line 1212, ../../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 1218, ../../scss/styles.scss */
.b-vivienda h2 {
  color: #828b94;
  font-family: "Raleway", sans-serif;
  font-size: 1.3em;
  margin-top: 0.7em;
}
/* line 1225, ../../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 1236, ../../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 1245, ../../scss/styles.scss */
.white_wrapper .legal-v {
  font-size: 0.8em;
  color: #b9bec3;
  font-weight: lighter;
  display: block;
  margin-top: 0.56em;
}
/* line 1253, ../../scss/styles.scss */
.white_wrapper .contacto-v {
  font-size: 1.4em;
  font-weight: lighter;
  margin-top: 0.3em;
  display: block;
  line-height: 135%;
}
/* line 1262, ../../scss/styles.scss */
.white_wrapper p.intro {
  font-size: 1.125em;
  margin-top: 2em;
}
/* line 1267, ../../scss/styles.scss */
.white_wrapper h5 {
  color: #828b94;
  font-size: 1.125em;
  font-family: "Raleway", sans-serif;
  font-style: italic;
}
/* line 1274, ../../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 1287, ../../scss/styles.scss */
.white_wrapper:after {
  left: 3px;
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
/* line 1293, ../../scss/styles.scss */
.white_wrapper:before {
  right: 3px;
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}
/* line 1302, ../../scss/styles.scss */
.white_wrapper form label {
  color: #828b94;
  font-family: "Raleway", sans-serif;
  font-size: 0.938em;
}
/* line 1310, ../../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 1315, ../../scss/styles.scss */
.white_wrapper form .submit {
  background: #f37124;
  font-family: "Raleway", sans-serif;
  text-shadow: 1px 1px 1px #a84409;
  font-size: 1em;
}
/* line 1321, ../../scss/styles.scss */
.white_wrapper form .submit:hover {
  background: #d8580c;
}
/* line 1328, ../../scss/styles.scss */
.white_wrapper h2 {
  color: #8a1735;
  font-family: "Raleway", sans-serif;
  font-size: 1.750em;
  margin-top: 0em;
}
/* line 1335, ../../scss/styles.scss */
.white_wrapper p {
  font-size: 0.875em;
  color: #2b3032;
  line-height: 130%;
}
/* line 1339, ../../scss/styles.scss */
.white_wrapper p a {
  color: #f37124;
}
/* line 1344, ../../scss/styles.scss */
.white_wrapper h3 {
  color: #8a1735;
  font-family: "Raleway", sans-serif;
  font-size: 1.50em;
}
/* line 1350, ../../scss/styles.scss */
.white_wrapper h4 {
  color: #8a1735;
  font-family: "Raleway", sans-serif;
  font-size: 1.188em;
}

/* line 1357, ../../scss/styles.scss */
.banner {
  color: #fff;
  position: relative;
}
/* line 1359, ../../scss/styles.scss */
.banner.inner_page {
  position: relative;
}
/* line 1362, ../../scss/styles.scss */
.banner.inner_page .orange_bg {
  min-height: 142px;
}
/* line 1366, ../../scss/styles.scss */
.banner.inner_page .red_bg {
  min-height: 142px;
}
/* line 1370, ../../scss/styles.scss */
.banner.inner_page .lblue_bg {
  min-height: 142px;
}
/* line 1374, ../../scss/styles.scss */
.banner.inner_page .blue_bg {
  min-height: 142px;
}
/* line 1378, ../../scss/styles.scss */
.banner.inner_page .turq_bg {
  min-height: 142px;
}
/* line 1386, ../../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 1390, ../../scss/styles.scss */
.banner .orange_bg h4 {
  color: #fff;
}
/* line 1395, ../../scss/styles.scss */
.banner .orange_bg h2 {
  text-shadow: 1px 1px 0px rgba(106, 41, 17, 0.2);
}
/* line 1402, ../../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 1406, ../../scss/styles.scss */
.banner .blue_bg h4 {
  color: #fff;
}
/* line 1411, ../../scss/styles.scss */
.banner .blue_bg h2 {
  text-shadow: 1px 1px 0px rgba(22, 51, 64, 0.3);
}
/* line 1419, ../../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 1423, ../../scss/styles.scss */
.banner .green_bg h4 {
  color: #fff;
}
/* line 1428, ../../scss/styles.scss */
.banner .green_bg h2 {
  text-shadow: 1px 1px 0px rgba(0, 58, 52, 0.3);
}
/* line 1435, ../../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 1439, ../../scss/styles.scss */
.banner .red_bg h4 {
  color: #fff;
}
/* line 1444, ../../scss/styles.scss */
.banner .red_bg h2 {
  text-shadow: 1px 1px 0px rgba(51, 8, 19, 0.3);
}
/* line 1449, ../../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 1453, ../../scss/styles.scss */
.banner .lblue_bg h4 {
  color: #fff;
}
/* line 1458, ../../scss/styles.scss */
.banner .lblue_bg h2 {
  text-shadow: 1px 1px 0px rgba(38, 126, 144, 0.3);
}
/* line 1465, ../../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 1469, ../../scss/styles.scss */
.banner .turq_bg h4 {
  color: #1d050b;
}
/* line 1474, ../../scss/styles.scss */
.banner .turq_bg h2 {
  text-shadow: 1px 1px 0px rgba(51, 8, 19, 0.3);
}
/* line 1479, ../../scss/styles.scss */
.banner.carrousel {
  border-bottom: 1px solid #fff;
}
/* line 1483, ../../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 1497, ../../scss/styles.scss */
.banner.carrousel .slide {
  height: 406px;
  background-position: center;
}
/* line 1500, ../../scss/styles.scss */
.banner.carrousel .slide.inner_banner {
  height: 325px;
}
/* line 1505, ../../scss/styles.scss */
.banner.carrousel .slide.inner_banner h4 {
  margin-top: 4em;
}
/* line 1510, ../../scss/styles.scss */
.banner.carrousel .slide.inner_banner h2 {
  font-size: 1.6em;
}
/* line 1514, ../../scss/styles.scss */
.banner.carrousel .slide.inner_banner form {
  margin-top: 5em;
}
/* line 1517, ../../scss/styles.scss */
.banner.carrousel .slide.inner_banner form label {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
}
/* line 1523, ../../scss/styles.scss */
.banner.carrousel .slide.inner_banner form a {
  font-size: 0.8em;
  color: #b61e46;
}
/* line 1527, ../../scss/styles.scss */
.banner.carrousel .slide.inner_banner form a:hover {
  color: #fff;
}
/* line 1535, ../../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 1543, ../../scss/styles.scss */
.banner.carrousel .slide.inner_banner form input.submit:hover {
  background: #330813;
}
/* line 1555, ../../scss/styles.scss */
.banner.carrousel .slide h4 {
  margin-top: 2em;
}
/* line 1559, ../../scss/styles.scss */
.banner.carrousel .slide p {
  margin-bottom: 2em;
}
/* line 1562, ../../scss/styles.scss */
.banner.carrousel .slide .slide-herramientas,
.banner.carrousel .slide .slide-herramientas-sub {
  margin-bottom: 0em;
}
/* line 1570, ../../scss/styles.scss */
.banner .absolute-img {
  margin-top: 75px;
  padding: 0;
}
/* line 1576, ../../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 1583, ../../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 1591, ../../scss/styles.scss */
.banner p {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}
/* line 1596, ../../scss/styles.scss */
.banner .slide-herramientas {
  margin-top: 65px;
}
/* line 1599, ../../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 1610, ../../scss/styles.scss */
.banner .slide-herramientas-sub {
  font-weight: bold;
}
/* line 1616, ../../scss/styles.scss */
.banner a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}
/* line 1622, ../../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 1632, ../../scss/styles.scss */
.banner a.big-b:hover, .banner a.big-b:focus {
  background: #f37124;
  color: #fff;
}
/* line 1636, ../../scss/styles.scss */
.banner a.big-b:hover:after, .banner a.big-b:focus:after {
  color: #fff;
}
/* line 1643, ../../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 1656, ../../scss/styles.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1;
}
/* line 1662, ../../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 1675, ../../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 1683, ../../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 1693, ../../scss/styles.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f37124;
}
/* line 1700, ../../scss/styles.scss */
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* line 1706, ../../scss/styles.scss */
.bx-wrapper .bx-prev {
  left: 3%;
  background: url(../img/slider-arrow.png) no-repeat;
}
/* line 1711, ../../scss/styles.scss */
.bx-wrapper .bx-next {
  right: 3%;
  background: url(../img/slider-arrow.png) no-repeat right;
}
/* line 1716, ../../scss/styles.scss */
.bx-wrapper .bx-controls-direction {
  display: none;
}
/* line 1718, ../../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 1729, ../../scss/styles.scss */
.bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}

/* line 1742, ../../scss/styles.scss */
.row.center {
  text-align: center;
  padding: 5em 0;
}
/* line 1746, ../../scss/styles.scss */
.row.center h3 {
  color: #8a1735;
  font-family: "Raleway", sans-serif;
  font-size: 1.750em;
}
/* line 1753, ../../scss/styles.scss */
.row.center p {
  padding: 0 12%;
  color: #828b94;
  line-height: 130%;
}
/* line 1761, ../../scss/styles.scss */
.row.center h5 {
  color: #828b94;
  font-family: "Raleway", sans-serif;
  font-size: 1.188em;
  line-height: 110%;
}
/* line 1770, ../../scss/styles.scss */
.row.center .large-4 p {
  padding: 0;
  font-size: 0.875em;
}
/* line 1775, ../../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 1780, ../../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 1784, ../../scss/styles.scss */
.row.center .large-4 .box .padd {
  padding: 1.1em;
}
/* line 1788, ../../scss/styles.scss */
.row.center .large-4 .box img {
  width: 100%;
  border: 1px solid #fff;
}
/* line 1795, ../../scss/styles.scss */
.row.center .icon {
  width: 130px;
  height: 130px;
  background: url(../img/icons_home.png) no-repeat;
  margin: 1em auto;
}
/* line 1802, ../../scss/styles.scss */
.row.center .icon.i2 {
  background-position: -130px;
}
/* line 1806, ../../scss/styles.scss */
.row.center .icon.i3 {
  background-position: -260px;
}
/* line 1814, ../../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 1824, ../../scss/styles.scss */
.row a.link_text.right:after {
  display: none;
}
/* line 1828, ../../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 1837, ../../scss/styles.scss */
.row a.link_text:hover {
  text-decoration: underline;
}

/* line 1843, ../../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 1849, ../../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 1867, ../../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 1874, ../../scss/styles.scss */
.pqr.product.viv img.w {
  width: 100%;
}
/* line 1879, ../../scss/styles.scss */
.pqr.product.viv .intro-h {
  color: #69727a;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}
/* line 1885, ../../scss/styles.scss */
.pqr.product.viv h2 {
  color: #8a1735;
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  text-align: left;
}
/* line 1892, ../../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 1901, ../../scss/styles.scss */
.pqr.product.viv .offer-v .link_text {
  margin-top: 0.5em;
  text-align: left;
  text-transform: none;
  margin-top: 0;
}
/* line 1908, ../../scss/styles.scss */
.pqr.product.viv .offer-v .large-6 {
  margin-bottom: 30px;
}
/* line 1913, ../../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 1922, ../../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 1930, ../../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 1937, ../../scss/styles.scss */
.pqr.product.viv .offer-v span {
  text-align: left;
  display: block;
}
/* line 1941, ../../scss/styles.scss */
.pqr.product.viv .offer-v span.location {
  font-style: italic;
}
/* line 1945, ../../scss/styles.scss */
.pqr.product.viv .offer-v span.data {
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-left: 18px;
}
/* line 1949, ../../scss/styles.scss */
.pqr.product.viv .offer-v span.data:first-child {
  max-height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 1958, ../../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 1968, ../../scss/styles.scss */
.pqr.product.viv .offer-v .bx-pager {
  display: none;
}
/* line 1974, ../../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 1982, ../../scss/styles.scss */
.pqr.product.viv ul li a:hover {
  color: #8a1735;
}
/* line 1989, ../../scss/styles.scss */
.pqr.product.viv h3.product_name {
  text-align: left;
}
/* line 1994, ../../scss/styles.scss */
.pqr.product .intro_section {
  color: #2b3032;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-top: 2em;
}
/* line 2002, ../../scss/styles.scss */
.pqr.product .large-6 {
  text-align: center;
  margin-bottom: 2em;
}
/* line 2006, ../../scss/styles.scss */
.pqr.product .large-6 .p-center {
  text-align: left;
}
/* line 2012, ../../scss/styles.scss */
.pqr.product .icon {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  background: url(../img/icon_bp.png);
}
/* line 2019, ../../scss/styles.scss */
.pqr.product .icon.dpf {
  background-position: -390px center;
}
/* line 2023, ../../scss/styles.scss */
.pqr.product .icon.tsb {
  background-position: -260px center;
}
/* line 2027, ../../scss/styles.scss */
.pqr.product .icon.ac {
  background-position: -130px center;
}
/* line 2031, ../../scss/styles.scss */
.pqr.product .icon.tras {
  background-position: -530px center;
}
/* line 2035, ../../scss/styles.scss */
.pqr.product .icon.cdd {
  background-position: -660px center;
}
/* line 2039, ../../scss/styles.scss */
.pqr.product .icon.pp {
  background-position: -790px center;
}
/* line 2043, ../../scss/styles.scss */
.pqr.product .icon.t {
  background-position: -930px center;
}
/* line 2048, ../../scss/styles.scss */
.pqr.product p {
  color: #2b3032;
  font-size: 0.875em;
  text-align: justify;
  line-height: 130%;
}
/* line 2055, ../../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 2063, ../../scss/styles.scss */
.pqr.product a {
  color: #f37124;
  text-align: center;
  margin: 0 auto;
}
/* line 2071, ../../scss/styles.scss */
.pqr h6 {
  color: #8a1735;
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}
/* line 2076, ../../scss/styles.scss */
.pqr h6.small-h6 {
  font-size: 1.250em;
}
/* line 2083, ../../scss/styles.scss */
.pqr .product_name_center {
  color: #8a1735;
  font-size: 20px;
  font-weight: bold;
}
/* line 2092, ../../scss/styles.scss */
.pqr li {
  line-height: 120%;
  margin: 0.8em 0;
  list-style-image: url(../img/bullet.png);
}
/* line 2097, ../../scss/styles.scss */
.pqr li a {
  color: #828b94;
}
/* line 2100, ../../scss/styles.scss */
.pqr li a.link-text {
  color: #f37124;
  font-size: 12px;
  position: relative;
  padding-right: 0.7em;
  text-transform: uppercase;
}
/* line 2106, ../../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 2119, ../../scss/styles.scss */
.pqr ul.no-margin {
  padding: 0;
  margin-left: 0;
}
/* line 2123, ../../scss/styles.scss */
.pqr ul.no-margin li {
  list-style: none;
  color: #828b94;
  padding: 2em 0em;
}
/* line 2128, ../../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 2134, ../../scss/styles.scss */
.pqr ul.no-margin li h4 a {
  color: #8a1735;
}
/* line 2140, ../../scss/styles.scss */
.pqr ul.no-margin li .n-intro {
  font-size: 0.85em;
  line-height: 130%;
}
/* line 2145, ../../scss/styles.scss */
.pqr ul.no-margin li .date {
  font-size: 0.77em;
  margin: 0;
}
/* line 2152, ../../scss/styles.scss */
.pqr ul.no-margin .noti-w {
  padding-bottom: 2em;
  border-bottom: 1px solid  #e5e6e8;
}
/* line 2156, ../../scss/styles.scss */
.pqr ul.no-margin .noti-w:last-child {
  border-bottom: none;
}
/* line 2161, ../../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 2167, ../../scss/styles.scss */
.pqr cite {
  color: #828b94;
  display: block;
  line-height: 130%;
  padding-left: 2em;
  position: relative;
  margin-top: 1em;
}
/* line 2175, ../../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 2187, ../../scss/styles.scss */
.pqr .user-pic {
  margin-left: 1em;
  padding: 1em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* line 2193, ../../scss/styles.scss */
.pqr span {
  color: #2b3032;
  font-size: 14px;
  line-height: 18px;
}
/* line 2198, ../../scss/styles.scss */
.pqr span.name {
  margin: 1.2em 0 0.2em 0;
  display: block;
  font-size: 1em;
  color: #51585f;
}

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

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

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

/* line 2233, ../../scss/styles.scss */
.cta_large {
  color: #fff;
  text-align: center;
  padding: 2em 1em 3em 1em;
  margin-top: 3em;
}
/* line 2241, ../../scss/styles.scss */
.cta_large.cta-d a {
  margin-top: 1em;
  font-size: 1em;
}
/* line 2246, ../../scss/styles.scss */
.cta_large.cta-d h4 {
  font-size: 1.4em;
  margin-top: 1em;
  margin-right: 1em;
}
/* line 2254, ../../scss/styles.scss */
.cta_large.orange {
  background: #f37124;
  text-shadow: none;
}
/* line 2257, ../../scss/styles.scss */
.cta_large.orange .pat {
  display: none;
}
/* line 2262, ../../scss/styles.scss */
.cta_large h4 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 1.2em;
  position: relative;
}
/* line 2269, ../../scss/styles.scss */
.cta_large p {
  color: #fff;
  margin-bottom: 2em;
  position: relative;
}
/* line 2275, ../../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 2289, ../../scss/styles.scss */
.cta_large a:after {
  content: "\e906";
  font-family: "icomoon";
  color: #f37124;
  font-size: 20px;
  right: 1em;
  top: 0;
}
/* line 2297, ../../scss/styles.scss */
.cta_large a:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
/* line 2301, ../../scss/styles.scss */
.cta_large a:hover:after {
  color: #fff;
}

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

/* line 2335, ../../scss/styles.scss */
.pqr.product .cta-l,
.cta-l {
  padding: 1em 1em 2em 1em;
  color: #fff;
  margin-top: 1em;
  position: relative;
}
/* line 2342, ../../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 2351, ../../scss/styles.scss */
.pqr.product .cta-l.oficial p,
.cta-l.oficial p {
  color: #fff;
}
/* line 2356, ../../scss/styles.scss */
.pqr.product .cta-l.pre-a,
.cta-l.pre-a {
  background: #f37124;
  text-shadow: none;
}
/* line 2359, ../../scss/styles.scss */
.pqr.product .cta-l.pre-a p,
.cta-l.pre-a p {
  color: #fff;
}
/* line 2363, ../../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 2377, ../../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 2385, ../../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 2389, ../../scss/styles.scss */
.pqr.product .cta-l.pre-a a:hover:after,
.cta-l.pre-a a:hover:after {
  color: #f37124;
}
/* line 2397, ../../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 2404, ../../scss/styles.scss */
.pqr.product .cta-l p,
.cta-l p {
  font-size: 0.875em;
  line-height: 120%;
  font-weight: lighter;
  color: #fff;
}
/* line 2411, ../../scss/styles.scss */
.pqr.product .cta-l .pat,
.cta-l .pat {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: none;
}
/* line 2420, ../../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 2431, ../../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 2445, ../../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 2453, ../../scss/styles.scss */
.pqr.product .cta-l a:hover,
.cta-l a:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #2bd8d5;
}
/* line 2457, ../../scss/styles.scss */
.pqr.product .cta-l a:hover:after,
.cta-l a:hover:after {
  color: #2bd8d5;
}
/* line 2463, ../../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 2464, ../../scss/styles.scss */
.pqr.product .cta-l.banca p,
.cta-l.banca p {
  color: #fff;
}
/* line 2471, ../../scss/styles.scss */
.pqr.product .cta-l.banca a,
.cta-l.banca a {
  box-shadow: none;
}
/* line 2473, ../../scss/styles.scss */
.pqr.product .cta-l.banca a:hover,
.cta-l.banca a:hover {
  color: #2680a3;
}
/* line 2475, ../../scss/styles.scss */
.pqr.product .cta-l.banca a:hover:after,
.cta-l.banca a:hover:after {
  color: #2680a3;
}
/* line 2483, ../../scss/styles.scss */
.pqr.product .cta-l.calculadora,
.cta-l.calculadora {
  background: #8a1735;
  text-shadow: none;
}
/* line 2486, ../../scss/styles.scss */
.pqr.product .cta-l.calculadora p,
.cta-l.calculadora p {
  color: #fff;
}
/* line 2490, ../../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 2504, ../../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 2512, ../../scss/styles.scss */
.pqr.product .cta-l.calculadora a:hover,
.cta-l.calculadora a:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #8a1735;
}
/* line 2516, ../../scss/styles.scss */
.pqr.product .cta-l.calculadora a:hover:after,
.cta-l.calculadora a:hover:after {
  color: #8a1735;
}

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

/* line 2529, ../../scss/styles.scss */
.cta-contact {
  margin-top: 1em;
}
/* line 2533, ../../scss/styles.scss */
.cta-contact.social ul {
  margin: 0;
}
/* line 2536, ../../scss/styles.scss */
.cta-contact.social ul li {
  display: inline-block;
}
/* line 2539, ../../scss/styles.scss */
.cta-contact.social ul li .fa {
  font-size: 2em;
  padding: 0 10%;
}
/* line 2543, ../../scss/styles.scss */
.cta-contact.social ul li .fa.fa-facebook-square {
  color: #5e6ea5;
}
/* line 2547, ../../scss/styles.scss */
.cta-contact.social ul li .fa.fa-youtube-square {
  color: #b83030;
}
/* line 2551, ../../scss/styles.scss */
.cta-contact.social ul li .fa.fa-twitter-square {
  color: #81b1f0;
}
/* line 2555, ../../scss/styles.scss */
.cta-contact.social ul li .fa.fa-google-plus-square {
  color: #c25043;
}
/* line 2563, ../../scss/styles.scss */
.cta-contact .fa {
  margin-right: 0.4em;
  font-size: 0.9em;
}
/* line 2568, ../../scss/styles.scss */
.cta-contact .upper {
  font-size: 0.7em;
}
/* line 2573, ../../scss/styles.scss */
.cta-contact .cta-head {
  padding: 1em;
  background: #f5f5f2;
  text-shadow: 0px 1px 0px #fff;
  color: #8a1735;
  border: 1px solid #e5e6e8;
}
/* line 2580, ../../scss/styles.scss */
.cta-contact .cta-head h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  color: #8a1735;
  margin: 0;
}
/* line 2588, ../../scss/styles.scss */
.cta-contact .cta-head p {
  font-family: "Roboto", sans-serif;
  margin: 0;
}
/* line 2596, ../../scss/styles.scss */
.cta-contact .cp-wrap {
  padding: 1em;
  border: 1px solid #e5e6e8;
  border-top: none;
  color: #828b94;
}
/* line 2602, ../../scss/styles.scss */
.cta-contact .cp-wrap .p-reg {
  margin-bottom: 1em;
}
/* line 2606, ../../scss/styles.scss */
.cta-contact .cp-wrap.news {
  border-top: 1px solid #e5e6e8;
}
/* line 2610, ../../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 2614, ../../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 2622, ../../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 2630, ../../scss/styles.scss */
.cta-contact .cp-wrap a {
  color: #f37124;
  text-decoration: underline;
}
/* line 2635, ../../scss/styles.scss */
.cta-contact .cp-wrap p {
  margin-bottom: 0;
  line-height: 130%;
  margin-top: 0.5em;
}
/* line 2641, ../../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 2648, ../../scss/styles.scss */
.cta-contact .cp-wrap .tel span {
  font-weight: lighter;
  font-size: inherit;
  margin-top: 0.2em;
}
/* line 2655, ../../scss/styles.scss */
.cta-contact .cp-wrap .place {
  font-style: italic;
  margin-bottom: 1em;
  display: block;
}

/* line 2663, ../../scss/styles.scss */
footer {
  background: none;
  border-top: 0;
  margin-top: 3em;
  padding: 2em 0em 0.5em;
  text-shadow: none;
  position: relative;
}
/* line 2670, ../../scss/styles.scss */
footer .row {
  max-width: 1100px !important;
}
/* line 2673, ../../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 2678, ../../scss/styles.scss */
footer .box-footter p,
footer .box-footter a {
  color: #fff;
}
/* line 2682, ../../scss/styles.scss */
footer .box-footter .columns {
  padding: 0;
  padding-left: 28px;
  text-align: center;
}
/* line 2686, ../../scss/styles.scss */
footer .box-footter .columns span {
  font-size: 26px;
  font-weight: normal;
}
/* line 2690, ../../scss/styles.scss */
footer .box-footter .columns p {
  font-size: 28px;
  font-weight: bold;
}
/* line 2694, ../../scss/styles.scss */
footer .box-footter .columns:first-child {
  padding: 0px 27px;
  position: relative;
}
/* line 2697, ../../scss/styles.scss */
footer .box-footter .columns:first-child p {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  text-align: right;
}
/* line 2703, ../../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 2714, ../../scss/styles.scss */
footer .box-footter .columns .icon-telefono-line {
  display: inline-block;
  transform: rotate(270deg);
}
/* line 2718, ../../scss/styles.scss */
footer .box-footter .columns .icon-email-line {
  font-size: 32px;
  margin-top: -5px;
  display: inline-block;
}
/* line 2725, ../../scss/styles.scss */
footer h2 {
  color: #8a1735;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  text-indent: 0;
}
/* line 2731, ../../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 2740, ../../scss/styles.scss */
footer ul {
  margin: 0;
}
/* line 2742, ../../scss/styles.scss */
footer ul li {
  font-size: 11px;
  font-weight: 500;
  list-style: none;
  margin-bottom: 9px;
}
/* line 2747, ../../scss/styles.scss */
footer ul li a {
  color: #727d84;
}
/* line 2751, ../../scss/styles.scss */
footer ul li:hover a {
  color: #8a1735;
}
/* line 2758, ../../scss/styles.scss */
footer .inline-list {
  margin: 34px 0 40px;
  text-align: center;
}
/* line 2761, ../../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 2768, ../../scss/styles.scss */
footer .inline-list li:last-child {
  border-right: 0;
}
/* line 2776, ../../scss/styles.scss */
footer .last-footer .columns:last-child {
  padding: 0 24px;
  position: relative;
}
/* line 2779, ../../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 2791, ../../scss/styles.scss */
footer .last-footer .item {
  margin: 15px 0 28px;
  position: relative;
}
/* line 2794, ../../scss/styles.scss */
footer .last-footer .item span {
  color: #727d84;
  left: -27px;
  position: absolute;
  top: 0px;
}
/* line 2800, ../../scss/styles.scss */
footer .last-footer .item p {
  color: #727d84;
  font-size: 14px;
}
/* line 2804, ../../scss/styles.scss */
footer .last-footer .item .small {
  font-size: 12px;
}
/* line 2808, ../../scss/styles.scss */
footer .last-footer .item.phone p {
  font-size: 24px;
  font-weight: bold;
}
/* line 2812, ../../scss/styles.scss */
footer .last-footer .item.phone .icon-telefono-line {
  top: 6px;
}
/* line 2815, ../../scss/styles.scss */
footer .last-footer .item.phone + .item {
  margin-bottom: 22px;
}
/* line 2819, ../../scss/styles.scss */
footer .last-footer .item .icon-reloj-line {
  font-size: 22px;
  left: -32px;
  top: -2px;
}
/* line 2827, ../../scss/styles.scss */
footer .redes {
  text-align: right;
}
/* line 2829, ../../scss/styles.scss */
footer .redes a {
  color: #727d84;
  font-size: 32px;
  margin-left: 2px;
}
/* line 2833, ../../scss/styles.scss */
footer .redes a:hover {
  color: #8a1735;
}
/* line 2839, ../../scss/styles.scss */
footer .footer_nav {
  padding-top: 2em;
}
/* line 2842, ../../scss/styles.scss */
footer .footer_nav li {
  color: #8a1735;
  display: inline-block;
  margin: 0;
  padding: 0 2em;
  border-left: 1px solid #d4d8db;
}
/* line 2849, ../../scss/styles.scss */
footer .footer_nav li:first-child {
  border-left: 0;
}
/* line 2853, ../../scss/styles.scss */
footer .footer_nav li a {
  font-family: "Raleway", sans-serif;
  color: #8a1735;
}
/* line 2856, ../../scss/styles.scss */
footer .footer_nav li a:hover {
  color: #828b94;
}
/* line 2864, ../../scss/styles.scss */
footer h3 {
  font-family: "Raleway", sans-serif;
  color: #8a1735;
  font-size: 1.1em;
  margin-bottom: 0;
}
/* line 2871, ../../scss/styles.scss */
footer p {
  color: #727d84;
  font-size: 0.875em;
  line-height: 120%;
  margin: 0;
}
/* line 2879, ../../scss/styles.scss */
footer .legal {
  margin-top: 1.5em;
}
/* line 2883, ../../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 2890, ../../scss/styles.scss */
footer .logos-legal a {
  position: absolute;
  bottom: -0.5em;
  left: 3em;
  color: #b9bec3;
  font-size: 0.7em;
  text-decoration: underline;
}
/* line 2900, ../../scss/styles.scss */
footer .legal-text {
  color: #abb1b7;
  font-size: 0.813em;
  text-align: center;
  display: block;
  margin-top: 2em;
}
/* line 2907, ../../scss/styles.scss */
footer .legal-text a {
  color: #abb1b7;
  text-decoration: underline;
}
/* line 2912, ../../scss/styles.scss */
footer .menu-menu-footer-container {
  margin-top: 28px;
  text-align: center;
}

/* line 2919, ../../scss/styles.scss */
.divider {
  width: 100%;
  height: 3em;
  background: #fff;
  position: relative;
  margin-bottom: 3em;
  margin-top: 0.5em;
}
/* line 2928, ../../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 2944, ../../scss/styles.scss */
.grid-box {
  margin-top: 80px;
}
/* line 2946, ../../scss/styles.scss */
.grid-box .columns {
  margin-bottom: 21px;
}
/* line 2949, ../../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 2957, ../../scss/styles.scss */
.grid-box .title-light {
  margin-bottom: 5px;
  max-width: inherit;
  padding-left: 44px;
  position: relative;
}
/* line 2962, ../../scss/styles.scss */
.grid-box .title-light span {
  left: 6px;
  position: absolute;
  top: 0;
}
/* line 2968, ../../scss/styles.scss */
.grid-box.big-cols {
  margin-top: 0px;
}
/* line 2970, ../../scss/styles.scss */
.grid-box.big-cols .description {
  line-height: 22px;
  max-width: 510px;
  padding-left: 48px;
}
/* line 2975, ../../scss/styles.scss */
.grid-box.big-cols .col-item {
  padding: 30px 0 80px;
}
/* line 2977, ../../scss/styles.scss */
.grid-box.big-cols .col-item:first-child {
  padding-bottom: 0;
}
/* line 2980, ../../scss/styles.scss */
.grid-box.big-cols .col-item:nth-child(2n) {
  background: #f4f4f4;
}
/* line 2985, ../../scss/styles.scss */
.grid-box.big-cols .row {
  max-width: 66.5rem !important;
}
/* line 2988, ../../scss/styles.scss */
.grid-box.big-cols .columns {
  padding-right: 0;
}
/* line 2990, ../../scss/styles.scss */
.grid-box.big-cols .columns:last-child, .grid-box.big-cols .columns:nth-last-child(2) {
  margin: 0;
}
/* line 2996, ../../scss/styles.scss */
.grid-box.big-cols .box-main-image .title {
  padding: 0;
}
/* line 3000, ../../scss/styles.scss */
.grid-box.big-cols .padd {
  padding: 30px 40px 10px;
}
/* line 3002, ../../scss/styles.scss */
.grid-box.big-cols .padd p {
  line-height: 22px;
}
/* line 3007, ../../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 3017, ../../scss/styles.scss */
.grid-box.big-cols .new-box {
  height: auto;
  min-height: 338px;
  position: relative;
}
/* line 3022, ../../scss/styles.scss */
.grid-box.big-cols .box-slider {
  padding-top: 68px;
  text-align: center;
}
/* line 3025, ../../scss/styles.scss */
.grid-box.big-cols .box-slider .item {
  max-width: 208px;
  margin: 0 auto;
}
/* line 3029, ../../scss/styles.scss */
.grid-box.big-cols .box-slider .description {
  font-size: 14px;
  margin: 0 auto;
  padding: 0 50px;
}
/* line 3035, ../../scss/styles.scss */
.grid-box.big-cols .box-horizontal {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0;
}
/* line 3039, ../../scss/styles.scss */
.grid-box.big-cols .box-horizontal img,
.grid-box.big-cols .box-horizontal .padd {
  width: 50%;
}
/* line 3043, ../../scss/styles.scss */
.grid-box.big-cols .box-horizontal img {
  float: right;
}
/* line 3046, ../../scss/styles.scss */
.grid-box.big-cols .box-horizontal .padd {
  float: left;
  padding: 94px 40px;
}
/* line 3049, ../../scss/styles.scss */
.grid-box.big-cols .box-horizontal .padd p {
  padding: 0 80px;
}
/* line 3055, ../../scss/styles.scss */
.grid-box.big-cols .large-12 .columns {
  margin: 0;
}
/* line 3059, ../../scss/styles.scss */
.grid-box.big-cols .large-12 .new-box-image.right {
  float: right;
  padding: 0 0 0 7px;
}
/* line 3063, ../../scss/styles.scss */
.grid-box.big-cols .large-12 .box-slider {
  padding-left: 0;
}

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

/* line 3074, ../../scss/styles.scss */
.row .questions {
  padding: 32px 28px;
}
/* line 3076, ../../scss/styles.scss */
.row .questions .title {
  margin-top: 0;
}
/* line 3079, ../../scss/styles.scss */
.row .questions ul {
  margin: 0;
}
/* line 3081, ../../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 3087, ../../scss/styles.scss */
.row .questions ul li:first-child {
  padding-top: 0;
}
/* line 3090, ../../scss/styles.scss */
.row .questions ul li:last-child {
  border: 0;
}
/* line 3093, ../../scss/styles.scss */
.row .questions ul li a {
  color: #2b3032;
}
/* line 3097, ../../scss/styles.scss */
.row .questions ul li:hover a {
  text-decoration: underline;
}

/* line 3107, ../../scss/styles.scss */
.box-bkg-links {
  background: #f37124;
  padding: 10px 15px 50px 28px;
}
/* line 3110, ../../scss/styles.scss */
.box-bkg-links .title {
  color: #fff;
  padding-right: 80px;
}
/* line 3114, ../../scss/styles.scss */
.box-bkg-links .item {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 18px 0;
  position: relative;
}
/* line 3120, ../../scss/styles.scss */
.box-bkg-links .item:last-child {
  border-bottom: 0;
}
/* line 3124, ../../scss/styles.scss */
.box-bkg-links .item:hover p {
  text-decoration: underline;
}
/* line 3128, ../../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 3139, ../../scss/styles.scss */
.box-bkg-links .item span {
  display: inline-block;
  vertical-align: middle;
}
/* line 3143, ../../scss/styles.scss */
.box-bkg-links .item .icon {
  font-size: 28px;
}
/* line 3146, ../../scss/styles.scss */
.box-bkg-links .item .icon-solicitud {
  font-size: 36px;
}
/* line 3149, ../../scss/styles.scss */
.box-bkg-links .item .icon-flecha {
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 3158, ../../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 3168, ../../scss/styles.scss */
.box-slider .item {
  border-bottom: 1px solid #c1c5c6;
  display: block;
  margin: 0 22px;
  padding: 12px 0;
  position: relative;
}
/* line 3175, ../../scss/styles.scss */
.box-slider .item:hover p {
  text-decoration: underline;
}
/* line 3179, ../../scss/styles.scss */
.box-slider .item:last-child {
  border: 0;
}
/* line 3182, ../../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 3191, ../../scss/styles.scss */
.box-slider .item .icon {
  color: #8a1735;
  display: inline-block;
  font-size: 32px;
  margin-right: 15px;
  vertical-align: -5px;
}
/* line 3198, ../../scss/styles.scss */
.box-slider .item .icon-flecha {
  color: #f37124;
  margin-top: -8px;
  position: absolute;
  right: -8px;
  top: 50%;
}

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

/* line 3225, ../../scss/styles.scss */
.slick-dots {
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
/* line 3232, ../../scss/styles.scss */
.slick-dots li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}
/* line 3237, ../../scss/styles.scss */
.slick-dots .slick-active button {
  background: #fff;
}
/* line 3239, ../../scss/styles.scss */
.slick-dots .slick-active button:focus, .slick-dots .slick-active button:hover {
  background: #fff;
  outline: none;
}
/* line 3245, ../../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 3256, ../../scss/styles.scss */
.box-border {
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
  padding-bottom: 15px;
}

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

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

/* line 3283, ../../scss/styles.scss */
.opening-video {
  margin: 82px 0 30px;
  position: relative;
}
/* line 3286, ../../scss/styles.scss */
.opening-video img {
  height: auto;
  width: 100%;
}
/* line 3290, ../../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 3300, ../../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 3310, ../../scss/styles.scss */
.opening-video .text-video p {
  font-size: 30px;
  margin: 0;
}
/* line 3315, ../../scss/styles.scss */
.opening-video .icon-play {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 72px;
  transform: scale(1);
  transition: transform .5s;
}
/* line 3322, ../../scss/styles.scss */
.opening-video .icon-play:before {
  display: block;
}
/* line 3325, ../../scss/styles.scss */
.opening-video .icon-play:hover {
  transform: scale(1.2);
  transition: transform .5s;
}

/* line 3332, ../../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 3339, ../../scss/styles.scss */
.banner-home .row {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
/* line 3345, ../../scss/styles.scss */
.banner-home .wrapper {
  max-width: 390px;
  text-align: right;
}
/* line 3349, ../../scss/styles.scss */
.banner-home .title {
  color: #8a1735;
  font-size: 45px;
  font-weight: bold;
  line-height: 45px;
}
/* line 3355, ../../scss/styles.scss */
.banner-home p {
  color: #777272;
  font-size: 22px;
  font-style: italic;
  padding-left: 70px;
}

/* line 3363, ../../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 3375, ../../scss/styles.scss */
.video-popup .icon-eliminar {
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  position: fixed;
  right: 20px;
  top: 20px;
}
/* line 3382, ../../scss/styles.scss */
.video-popup .icon-eliminar:hover {
  transform: scale(1.2);
  transition: transform .5s;
}
/* line 3387, ../../scss/styles.scss */
.video-popup iframe,
.video-popup video {
  height: 80%;
  margin-top: 50px;
  width: 80%;
}

/* line 3395, ../../scss/styles.scss */
.slider-testimonial {
  margin-bottom: 60px;
}
/* line 3397, ../../scss/styles.scss */
.slider-testimonial .item {
  padding-left: 185px;
}
/* line 3399, ../../scss/styles.scss */
.slider-testimonial .item:focus {
  outline: none;
}
/* line 3402, ../../scss/styles.scss */
.slider-testimonial .item .image,
.slider-testimonial .item .text {
  display: inline-block;
  vertical-align: top;
}
/* line 3407, ../../scss/styles.scss */
.slider-testimonial .item .text {
  color: #2b3032;
  margin-left: 35px;
  width: 62%;
}
/* line 3412, ../../scss/styles.scss */
.slider-testimonial .item p {
  margin: 0;
}
/* line 3415, ../../scss/styles.scss */
.slider-testimonial .item .name {
  color: #8a1735;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
/* line 3421, ../../scss/styles.scss */
.slider-testimonial .item .small-txt {
  color: #2b3032;
  font-size: 10px;
  font-weight: 500;
}
/* line 3427, ../../scss/styles.scss */
.slider-testimonial .item .image img {
  height: auto;
  width: 130px;
}
/* line 3433, ../../scss/styles.scss */
.slider-testimonial .slick-arrow {
  color: #f37124;
  font-size: 40px;
  margin-top: -50px;
}
/* line 3438, ../../scss/styles.scss */
.slider-testimonial .comment {
  color: #2b3032;
  font-size: 14px;
  line-height: 18px;
}
/* line 3442, ../../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 3451, ../../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 3462, ../../scss/styles.scss */
.slider-testimonial .slick-dots {
  margin-top: 50px;
  position: static;
}
/* line 3465, ../../scss/styles.scss */
.slider-testimonial .slick-dots button {
  background: rgba(255, 212, 212, 0.6);
  border-radius: 10px;
  height: 10px;
  width: 116px;
}
/* line 3470, ../../scss/styles.scss */
.slider-testimonial .slick-dots button:hover {
  background: #f37124;
}
/* line 3475, ../../scss/styles.scss */
.slider-testimonial .slick-dots .slick-active button {
  background: #f37124;
}

/* line 3482, ../../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 3491, ../../scss/styles.scss */
.box-form {
  background: url(../img/bkg-form.jpg) no-repeat center;
  background-size: cover;
  padding: 45px 0 60px;
}
/* line 3495, ../../scss/styles.scss */
.box-form .row {
  padding: 0 14px;
}
/* line 3498, ../../scss/styles.scss */
.box-form .title {
  max-width: 345px;
}
/* line 3501, ../../scss/styles.scss */
.box-form .lead {
  color: #2b3032;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 36px;
}
/* line 3507, ../../scss/styles.scss */
.box-form .select-wrapper {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  width: 246px;
}
/* line 3513, ../../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 3518, ../../scss/styles.scss */
.box-form .button:hover, .box-form .button:focus {
  background: url(../img/arrow-form2.png) no-repeat 172px 18px #ee451e;
  background-size: 22px;
}
/* line 3523, ../../scss/styles.scss */
.box-form .button:focus {
  outline: none;
}

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

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

/* line 3537, ../../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 3547, ../../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 3561, ../../scss/styles.scss */
.select-selected-active {
  color: #828b94;
}

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

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

/* line 3576, ../../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 3590, ../../scss/styles.scss */
.select-items div:first-child {
  display: none;
}

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

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

/* line 3602, ../../scss/styles.scss */
.box-news {
  padding: 40px 15px;
}
/* line 3604, ../../scss/styles.scss */
.box-news .noti-w {
  height: 408px;
  margin-right: 18px;
  padding: 0;
  width: 32%;
}
/* line 3609, ../../scss/styles.scss */
.box-news .noti-w:nth-child(3n) {
  margin-right: 0;
}
/* line 3612, ../../scss/styles.scss */
.box-news .noti-w img {
  height: auto;
  width: 100%;
}
/* line 3616, ../../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 3624, ../../scss/styles.scss */
.box-news .noti-w .link-text {
  bottom: 0;
  padding: 0 16px 10px;
  position: absolute;
  right: 0;
}
/* line 3631, ../../scss/styles.scss */
.box-news .button {
  margin: 22px 0;
}

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

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

/* line 3688, ../../scss/styles.scss */
.tab-bar .menu-icon span.hamburguer {
  background: none;
  margin-left: -21px;
}
/* line 3691, ../../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 3699, ../../scss/styles.scss */
.show-box-mobile {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  display: none;
}
/* line 3702, ../../scss/styles.scss */
.show-box-mobile .search_bar {
  margin: 10px auto;
  width: 90%;
}

/* line 3708, ../../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 3716, ../../scss/styles.scss */
.left-off-canvas-menu.open {
  transform: translate3d(0%, 0, 0);
}
/* line 3719, ../../scss/styles.scss */
.left-off-canvas-menu .upper {
  display: none !important;
}
/* line 3722, ../../scss/styles.scss */
.left-off-canvas-menu .txt-right {
  margin-bottom: 10px;
  padding-right: 10px;
  text-align: right;
}
/* line 3727, ../../scss/styles.scss */
.left-off-canvas-menu .fa-times {
  color: #f37124;
  font-size: 20px;
}
/* line 3731, ../../scss/styles.scss */
.left-off-canvas-menu ul {
  margin: 0;
}
/* line 3735, ../../scss/styles.scss */
.left-off-canvas-menu ul li ul li {
  padding: 0;
}
/* line 3741, ../../scss/styles.scss */
.left-off-canvas-menu li {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 26px;
  padding: 10px 0;
}
/* line 3746, ../../scss/styles.scss */
.left-off-canvas-menu li a {
  border: 0;
  padding: 0;
}
/* line 3750, ../../scss/styles.scss */
.left-off-canvas-menu li:first-child {
  border: 0;
  margin-bottom: 10px;
}
/* line 3754, ../../scss/styles.scss */
.left-off-canvas-menu li:last-child {
  border: 0;
  margin-bottom: 8px;
}
/* line 3758, ../../scss/styles.scss */
.left-off-canvas-menu li:hover, .left-off-canvas-menu li:focus {
  background: none;
}
/* line 3762, ../../scss/styles.scss */
.left-off-canvas-menu li.has-dropdown {
  border: 0;
  margin-bottom: 10px;
}
/* line 3765, ../../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 3774, ../../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 3786, ../../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 3793, ../../scss/styles.scss */
.left-off-canvas-menu li.has-dropdown .f-dropdown li {
  border: 0;
  font-style: normal;
}
/* line 3796, ../../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 3801, ../../scss/styles.scss */
.left-off-canvas-menu li.has-dropdown .f-dropdown li a:after {
  display: none;
}
/* line 3806, ../../scss/styles.scss */
.left-off-canvas-menu li.has-dropdown .f-dropdown.show {
  display: block;
}
/* line 3814, ../../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 3823, ../../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 3832, ../../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 3836, ../../scss/styles.scss */
.left-off-canvas-menu .dropdown-italic ul li {
  border: 0;
  font-size: 13px;
  margin: 0;
  padding: 0 20px;
}
/* line 3841, ../../scss/styles.scss */
.left-off-canvas-menu .dropdown-italic ul li a {
  border: 0;
  color: #778287;
}
/* line 3845, ../../scss/styles.scss */
.left-off-canvas-menu .dropdown-italic ul li.active {
  background: #f37124;
}
/* line 3847, ../../scss/styles.scss */
.left-off-canvas-menu .dropdown-italic ul li.active a {
  color: #fff;
}
/* line 3854, ../../scss/styles.scss */
.left-off-canvas-menu .special-menu {
  border-top: 1px solid #cdd7dd;
  padding-top: 6px;
}
/* line 3857, ../../scss/styles.scss */
.left-off-canvas-menu .special-menu li {
  border: 0;
  color: #828b94;
  font-size: 14px;
  font-weight: bold;
}
/* line 3862, ../../scss/styles.scss */
.left-off-canvas-menu .special-menu li a {
  color: #828b94;
}
/* line 3864, ../../scss/styles.scss */
.left-off-canvas-menu .special-menu li a.button {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 16px 5px;
}
/* line 3871, ../../scss/styles.scss */
.left-off-canvas-menu .special-menu li:first-child {
  margin-bottom: 0;
}
/* line 3876, ../../scss/styles.scss */
.left-off-canvas-menu .menu-item-3623 {
  border: 0;
  text-align: right;
  padding: 0;
  margin: 0 10px;
}
/* line 3882, ../../scss/styles.scss */
.left-off-canvas-menu .menu-item-462 {
  margin: 0 0 15px;
  padding: 10px 26px;
}
/* line 3886, ../../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 3895, ../../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 3900, ../../scss/styles.scss */
.left-off-canvas-menu .menu-item-3623 a {
  pointer-events: none;
}
/* line 3904, ../../scss/styles.scss */
.left-off-canvas-menu .orange.button {
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 3915, ../../scss/styles.scss */
ul.off-canvas-list li a {
  border: 0;
  color: #262c2e;
  padding: 0;
}
/* line 3919, ../../scss/styles.scss */
ul.off-canvas-list li a:hover {
  background: none;
}

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

/* line 3932, ../../scss/styles.scss */
.services {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
/* line 3936, ../../scss/styles.scss */
.services .row.center {
  padding: 0;
}
/* line 3939, ../../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 3949, ../../scss/styles.scss */
.services .columns a {
  display: block;
  padding: 26px 5px;
}
/* line 3953, ../../scss/styles.scss */
.services .columns:last-child {
  float: left !important;
}
/* line 3956, ../../scss/styles.scss */
.services .columns span {
  color: #72848c;
}
/* line 3959, ../../scss/styles.scss */
.services .columns .icon-calculadora,
.services .columns .icon-check {
  font-size: 36px;
}
/* line 3963, ../../scss/styles.scss */
.services .columns .icon-familiar,
.services .columns .icon-solicitud {
  font-size: 40px;
}
/* line 3967, ../../scss/styles.scss */
.services .columns .icon-herramientas {
  font-size: 42px;
}
/* line 3970, ../../scss/styles.scss */
.services .columns h5 {
  font-size: 16px;
  font-weight: bold;
}
/* line 3974, ../../scss/styles.scss */
.services .columns:hover {
  border-color: #f37124;
}
/* line 3976, ../../scss/styles.scss */
.services .columns:hover span,
.services .columns:hover h5 {
  color: #f37124;
}

/* line 3984, ../../scss/styles.scss */
.horizontal-nav {
  background: #fff;
  box-shadow: 0px -10px 18px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
/* line 3988, ../../scss/styles.scss */
.horizontal-nav:before {
  content: "";
  background: #f4f4f4;
  display: inline-block;
  height: 44px;
  left: 0;
  position: absolute;
  top: 0;
  width: 5%;
}
/* line 3998, ../../scss/styles.scss */
.horizontal-nav.fixed {
  position: fixed;
  top: 59px;
  z-index: 9999;
}
/* line 4003, ../../scss/styles.scss */
.horizontal-nav p,
.horizontal-nav a {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 4009, ../../scss/styles.scss */
.horizontal-nav .title {
  background: #f4f4f4;
  color: #8a1735;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 26px 6px 20px;
  position: relative;
}
/* line 4016, ../../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 4028, ../../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 4034, ../../scss/styles.scss */
.horizontal-nav a + a {
  padding: 6px 36px 6px 41px;
}
/* line 4037, ../../scss/styles.scss */
.horizontal-nav a:last-child {
  border: 0;
  padding-right: 0;
}
/* line 4041, ../../scss/styles.scss */
.horizontal-nav a span[class^="icon-"] {
  color: #8a1735;
  font-size: 24px;
  margin-right: 10px;
}
/* line 4046, ../../scss/styles.scss */
.horizontal-nav a span {
  display: inline-block;
  vertical-align: middle;
}
/* line 4050, ../../scss/styles.scss */
.horizontal-nav a span[class^="icon-user"] {
  font-size: 14px;
  font-weight: bold;
  margin-right: 6px;
}
/* line 4055, ../../scss/styles.scss */
.horizontal-nav a:hover, .horizontal-nav a:focus {
  text-decoration: underline;
}
/* line 4060, ../../scss/styles.scss */
.horizontal-nav .container {
  margin: 0 auto;
  max-width: 1250px;
}

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

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

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

  /* line 4090, ../../scss/styles.scss */
  .tab-bar {
    background: #fff;
    margin: 0;
  }
  /* line 4093, ../../scss/styles.scss */
  .tab-bar.fixed {
    border-bottom: 1px solid #ccc;
    margin: 0;
    position: fixed;
    z-index: 99999;
  }
  /* line 4098, ../../scss/styles.scss */
  .tab-bar.fixed .tab-bar-section.middle .right {
    margin-top: 0;
  }
  /* line 4102, ../../scss/styles.scss */
  .tab-bar .left-small {
    display: inline-block;
    width: 40px;
  }
  /* line 4106, ../../scss/styles.scss */
  .tab-bar .tab-bar-section.middle {
    padding-left: 45px;
    width: 100%;
    position: static;
    display: inline-block;
  }
  /* line 4111, ../../scss/styles.scss */
  .tab-bar .tab-bar-section.middle .right {
    margin-top: 0;
  }

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

  /* line 4123, ../../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 4134, ../../scss/styles.scss */
  .button.orange-line span {
    margin: 0;
    font-size: 16px;
  }

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

  /* line 4156, ../../scss/styles.scss */
  footer .vigilado {
    display: none;
  }
  /* line 4159, ../../scss/styles.scss */
  footer .box-footter {
    padding: 30px 0;
  }
  /* line 4161, ../../scss/styles.scss */
  footer .box-footter .columns {
    padding: 0;
  }
  /* line 4164, ../../scss/styles.scss */
  footer .box-footter .columns:first-child p {
    margin-bottom: 30px;
    text-align: center;
  }
  /* line 4168, ../../scss/styles.scss */
  footer .box-footter .columns:first-child:after {
    display: none;
  }
  /* line 4172, ../../scss/styles.scss */
  footer .box-footter .columns:nth-child(3) {
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 0 20px;
  }
  /* line 4179, ../../scss/styles.scss */
  footer .inline-list {
    background: #f5f5f5;
    margin: 0;
  }
  /* line 4182, ../../scss/styles.scss */
  footer .inline-list li {
    border-color: #e5e5e5;
    margin: 0;
    width: 20%;
    padding: 20px 0;
    float: left;
  }
  /* line 4190, ../../scss/styles.scss */
  footer h2 {
    font-size: 18px;
  }
  /* line 4194, ../../scss/styles.scss */
  footer ul li {
    font-size: 14px;
    margin-bottom: 6px;
  }
  /* line 4199, ../../scss/styles.scss */
  footer .last-footer {
    margin: 3px 0;
  }
  /* line 4201, ../../scss/styles.scss */
  footer .last-footer h2 {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0 5px 40px;
    position: relative;
  }
  /* line 4205, ../../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 4216, ../../scss/styles.scss */
  footer .last-footer h2.open:after {
    content: "\f106";
  }
  /* line 4221, ../../scss/styles.scss */
  footer .last-footer .columns {
    padding: 0;
  }
  /* line 4223, ../../scss/styles.scss */
  footer .last-footer .columns:last-child {
    padding: 0;
  }
  /* line 4227, ../../scss/styles.scss */
  footer .last-footer ul {
    border-bottom: 1px solid #e5e5e5;
    display: none;
    padding-left: 55px;
  }
  /* line 4232, ../../scss/styles.scss */
  footer .last-footer .wrapper-items {
    display: none;
  }
  /* line 4235, ../../scss/styles.scss */
  footer .last-footer .item {
    margin-left: 75px;
  }
  /* line 4238, ../../scss/styles.scss */
  footer .last-footer .redes {
    margin-left: 45px;
    text-align: left;
  }
  /* line 4244, ../../scss/styles.scss */
  footer .footer_nav li {
    border: 0;
    display: block;
    font-size: 10px;
    margin-bottom: 15px;
  }
  /* line 4251, ../../scss/styles.scss */
  footer .legal {
    margin-top: 0;
  }

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

  /* line 4273, ../../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: 500px;
  }

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

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

  /* line 4288, ../../scss/styles.scss */
  .banner.carrousel .slide .slide-herramientas,
  .banner.carrousel .slide .slide-herramientas-sub {
    font-size: 42px;
  }
}
@media screen and (max-width: 960px) {
  /* line 4299, ../../scss/styles.scss */
  .j-mobile {
    display: block !important;
  }

  /* line 4302, ../../scss/styles.scss */
  .j-desktop {
    display: none !important;
  }

  /* line 4306, ../../scss/styles.scss */
  .services .columns {
    width: 17%;
  }
  /* line 4308, ../../scss/styles.scss */
  .services .columns h5 {
    font-size: 14px;
  }

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

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

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

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

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

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

  /* line 4402, ../../scss/styles.scss */
  .grid-box .title-light {
    padding: 0 44px;
  }
  /* line 4404, ../../scss/styles.scss */
  .grid-box .title-light span {
    left: 16px;
    top: 5px;
    font-size: 22px;
  }
  /* line 4411, ../../scss/styles.scss */
  .grid-box.big-cols .description {
    padding: 0 44px;
  }
  /* line 4414, ../../scss/styles.scss */
  .grid-box.big-cols .columns {
    margin-bottom: 44px;
  }
  /* line 4416, ../../scss/styles.scss */
  .grid-box.big-cols .columns:last-child, .grid-box.big-cols .columns:nth-last-child(2) {
    margin-bottom: 44px;
  }
  /* line 4421, ../../scss/styles.scss */
  .grid-box.big-cols .col-item {
    padding: 40px 0;
  }
  /* line 4424, ../../scss/styles.scss */
  .grid-box.big-cols .padd {
    padding: 10px;
  }
  /* line 4427, ../../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 4433, ../../scss/styles.scss */
  .grid-box.big-cols .box-main-image .title {
    padding: 0;
  }
  /* line 4437, ../../scss/styles.scss */
  .grid-box.big-cols .orange.button {
    min-width: 280px;
  }
  /* line 4441, ../../scss/styles.scss */
  .grid-box.big-cols .middle .padd {
    height: auto;
    position: static;
    margin: 0;
  }
  /* line 4448, ../../scss/styles.scss */
  .grid-box.big-cols .box-horizontal .padd,
  .grid-box.big-cols .box-horizontal img {
    margin: 0;
    width: 100%;
  }
  /* line 4455, ../../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 4460, ../../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 4465, ../../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 4472, ../../scss/styles.scss */
  .paragraph {
    color: #8a1735;
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    margin-bottom: 30px;
    padding: 0 20px;
    text-align: center;
  }

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

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

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

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

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

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

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

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

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

  /* line 4555, ../../scss/styles.scss */
  .cta-contact .cp-wrap {
    border: none;
  }
  /* line 4558, ../../scss/styles.scss */
  .cta-contact .cp-wrap.news {
    border: 1px solid #e5e6e8;
  }
  /* line 4563, ../../scss/styles.scss */
  .cta-contact .border-wrap {
    border: 1px solid #e5e6e8;
    border-top: none;
  }
  /* line 4572, ../../scss/styles.scss */
  .cta-contact .row .row.no-margin {
    margin: 0;
  }

  /* line 4581, ../../scss/styles.scss */
  .banner.carrousel .slide {
    position: relative;
    height: 320px;
  }
  /* line 4586, ../../scss/styles.scss */
  .banner.carrousel .slide img.absolute {
    max-width: 115%;
  }
  /* line 4591, ../../scss/styles.scss */
  .banner.carrousel .slide h4 {
    margin-top: 3em;
  }
  /* line 4595, ../../scss/styles.scss */
  .banner.carrousel .slide .big-b {
    font-size: 16px;
  }
  /* line 4599, ../../scss/styles.scss */
  .banner.carrousel .slide p {
    font-size: 15px;
  }
  /* line 4604, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner .banner-c {
    font-size: 0.8em;
    padding-right: 2em;
  }
  /* line 4608, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner .banner-c h4 {
    margin-top: 4.5em;
  }

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

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

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

  /* line 4657, ../../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 4663, ../../scss/styles.scss */
  .new-box {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 4833, ../../scss/styles.scss */
  .banner.carrousel .slide {
    height: 220px;
  }
  /* line 4836, ../../scss/styles.scss */
  .banner.carrousel .slide h4 {
    display: none;
    font-size: 0.92em;
  }
  /* line 4841, ../../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 4847, ../../scss/styles.scss */
  .banner.carrousel .slide h2 + p {
    display: none;
  }
  /* line 4852, ../../scss/styles.scss */
  .banner.carrousel .slide a {
    color: #f37124;
    font-size: 0.9em;
    border: 0;
  }
  /* line 4858, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner {
    height: 207px;
  }
  /* line 4861, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner.hiponet {
    height: 540px;
  }
  /* line 4864, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner.hiponet h2 {
    color: #fff;
    text-shadow: 1px 1px 0px rgba(51, 8, 19, 0.3);
  }
  /* line 4870, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner.hiponet p {
    color: #fff;
    text-shadow: 1px 1px 0px rgba(51, 8, 19, 0.3);
  }
  /* line 4875, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner.hiponet form {
    margin-top: 2em;
  }
  /* line 4878, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner.hiponet form label {
    color: #8a1735;
  }
  /* line 4882, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner.hiponet form a {
    background: none;
    color: #dc2b59;
  }
  /* line 4888, ../../scss/styles.scss */
  .banner.carrousel .slide.inner_banner.hiponet form input.submit {
    background: #8a1735;
    display: block;
    width: 100%;
  }
  /* line 4902, ../../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 4905, ../../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 4910, ../../scss/styles.scss */
  .banner.carrousel .slide p {
    color: #828b94;
    font-size: 0.9em;
    text-align: center !important;
  }
  /* line 4916, ../../scss/styles.scss */
  .banner.carrousel .slide .banner-c {
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 4925, ../../scss/styles.scss */
  .banner .bg-mobile {
    display: none;
    position: absolute;
    background: #fffefc;
    width: 100%;
    height: 55%;
    bottom: 0;
    z-index: 1;
  }

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

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

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

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

  /* line 4961, ../../scss/styles.scss */
  .menu-mobile {
    margin-top: 30px;
  }
  /* line 4964, ../../scss/styles.scss */
  .menu-mobile.right {
    margin-right: 10px;
  }
  /* line 4968, ../../scss/styles.scss */
  .menu-mobile .fa-search {
    padding-right: 0.4em;
  }
  /* line 4972, ../../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 4980, ../../scss/styles.scss */
  .menu-mobile a:hover {
    color: #f37124;
  }

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

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

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

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

  /* line 5047, ../../scss/styles.scss */
  footer {
    padding-bottom: 90px;
  }
  /* line 5050, ../../scss/styles.scss */
  footer .inline-list li {
    font-size: 9px;
    line-height: 9px;
    min-height: 44px;
    padding: 13px 4px;
  }
  /* line 5055, ../../scss/styles.scss */
  footer .inline-list li:nth-child(4) {
    padding-top: 18px;
  }
  /* line 5062, ../../scss/styles.scss */
  footer .legal h3 {
    font-size: 0.75em;
  }
  /* line 5066, ../../scss/styles.scss */
  footer .legal p {
    font-size: 0.6em;
  }
  /* line 5074, ../../scss/styles.scss */
  footer h2 a {
    background-position: center;
    margin: 0 auto;
    width: 60%;
  }
  /* line 5081, ../../scss/styles.scss */
  footer .legal-text {
    font-size: 0.713em;
  }
  /* line 5085, ../../scss/styles.scss */
  footer .footer_nav {
    padding: 0;
  }
  /* line 5089, ../../scss/styles.scss */
  footer .footer_nav.right {
    float: none !important;
  }
  /* line 5093, ../../scss/styles.scss */
  footer .footer_nav p
  ul {
    margin: 0;
  }
  /* line 5101, ../../scss/styles.scss */
  footer .footer_nav li {
    border: 0;
    text-align: left;
    display: block;
    font-size: 10px;
    margin: 8px 0;
    text-align: center;
  }

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

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