@charset "utf-8";
@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppins_bold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*============================-----*/
/* CSS Reset (Normalize) */
/*============================-----*/
/*
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver; margin:0 2px; padding:.35em .625em .75em;}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
*/

/*tamaño letra menu*/
ul.menu {
  font-size: 14px;
}

/*============================----- */
/* Generales */
/*============================----- */
* {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  /*font-size: 10px;*/
  border-collapse: collapse;
  font-family: "poppins", Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
strong {
  font-size: 1em;
  font-family: "poppins_bold", Arial, Helvetica, sans-serif;
}
a img {
  border: none;
}
input {
  border: 0px inset;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
form,
textarea,
input,
label,
legend,
fieldset,
select,
seccionquote {
  font-weight: normal;
  float: left;
  width: 100%;
  text-align: left;
}
*,
*:hover {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
ul {
  list-style-type: none;
}
fieldset {
  border: 0px;
}
body,
html {
  width: 100%;
  height: 100%;
  position: relative;
  min-width: 300px;
  padding: 0px !important;
  margin: 0px !important;
}
body.detalle,
body.home,
body.zc,
body.negocio {
  background-color: #eee;
}
.row {
  float: left;
  width: 100%;
}
.table {
  float: left;
  width: 100%;
  display: table;
}
.table_cell {
  float: none;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}
hr {
  border-top: 0px;
  border-right: 0px;
  border-bottom: solid 0px #666;
  border-left: 0px;
  float: left;
  width: 100%;
  position: relative;
  height: 10px;
  margin: 20px 0 20px 0;
}
hr:after {
  content: "";
  position: absolute;
  height: 1px;
  top: 0px;
  -o-left: calc(50% - 50px);
  -moz-left: calc(50% - 50px);
  -webkit-left: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  background-color: #ccc;
  display: inline-block;
}
hr.normal {
  border-bottom: solid 1px #ddd;
  margin: 0 0 30px 0;
}
hr.normal::after {
  display: none;
}
.fondo {
  position: relative;
  min-height: 100%;
  width: 100%;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
body.sin_scroll {
  overflow: hidden;
}
.invisible {
  display: none !important;
}
#sb-container {
  z-index: 11999 !important;
}

li.tiktok img {
  height: 28px;
}

h2.seo_h2_fot {
  text-align: center;
  font-size: 16px;
}

p .trabajaLink {
  font-size: 14px !important;
}

.pageWork {
  background-color: #eee;
  margin: 0 0 50px 0;
}

.trabajaConNosotros .container.page.simple {
  padding-bottom: 0 !important;
}

.content-work {
  height: 500px;
  display: flex;
  margin: auto;
  width: 100%;
  max-width: 1850px;
}

.content-work .cotent-people {
  height: 100%;
  width: 50%;
  background-image: url(../images/obreros.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.content-work .cotent-building {
  height: 100%;
  width: 50%;
  background-image: url(../images/buildings.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
}

.contentCurri {
  display: inline-block;
  height: auto;
  padding-bottom: 11em;
  width: 100%;
}

.contentBlue {
  background: #0d4188;
}

.contentHv {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100% !important;
  flex-direction: row;
}

.formCurri {
  width: 50%;
  display: flex;
  background: #fff;
  padding-bottom: 2em;
  padding-top: 4em;
  padding-left: 10em;
  padding-right: 13em;
  margin-bottom: -110px;
  margin-top: -120px;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
}
.textoCurri span {
  font-family: "poppins_bold";
  font-size: 25px;
  line-height: 34px;
  color: #fff;
}

.textoCurri {
  padding-left: 13em;
  padding-right: 4em;
  width: 50%;
}

.formCurri .normalHv .aviso_privacidad p a {
  color: #878686 !important;
  font-size: 1.2em !important;
  text-decoration: none !important;
}

.normalHv .aviso_privacidad {
  display: flex !important;
  align-items: center !important;
}

.normalHv #hv {
  display: none;
}

.normalHv input {
  border: 1px solid #0d4188 !important;
  border-radius: 6px;
  height: 50px !important;
  margin: 0 0 30px 0 !important;
  padding: 3px 16px !important;
}
.normalHv input::placeholder {
  font-size: 23px;
  opacity: 1;
  color: #818181 !important;
}

.normalHv textarea {
  border: 1px solid #0d4188 !important;
  border-radius: 6px;
  font-size: 23px !important;
  height: 98px !important;
  padding: 18px 16px !important;
}
.normalHv textarea::placeholder {
  color: #818181 !important;
}

.normalHv label {
  border: 1px solid #0d4188 !important;
  border-radius: 6px;
  padding: 3px 16px !important;
  height: 50px !important;
  font-size: 23px !important;
  display: flex;
  align-items: center;
  margin: 0 0 30px 0 !important;
  color: #818181 !important;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.normalHv label img {
  height: 40px;
  width: 40px;
  margin: 0 !important;
  background-size: contain;
  background-position: center;
}
.normalHv label img:hover {
  cursor: pointer;
}

.trabajaConNosotros .formulario input.boton {
  width: auto;
  border: 0px;
  border-radius: 0px;
  text-align: center !important;
  float: right !important;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-family: "poppins_bold";
  padding: 0 36px !important;
  border-radius: 4px !important;
  line-height: 0px !important;
  height: 55px;
  -moz-border-radius: 0px;
  background-color: #74be11;
  border: solid 1px #74be11;
  color: #fff;
  font-size: 22px;
  border-radius: 10px;
  text-transform: lowercase;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  margin: 15px 0 0 0 !important;
  text-transform: capitalize !important;
  border: none !important;
}

h3.trabaja {
  font-family: "poppins_bold";
  font-size: 2.8em;
  color: #0d4188;
  font-weight: 900 !important;
  padding-bottom: 60px;
  text-align: center;
}

/*============================----- */
/* trabaja con nosotros*/
/*============================----- */

/*============================----- */
/* Compra desde el exterior*/
/*============================----- */

.icon-item img {
  width: 110px;
  height: 110px;
}

.container.exterior {
  width: 100%;
  height: 680px;
  background-image: url(../images/banner-compra.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 25px;
}

.container.exterior::before {
  background-image: url(../images/mapa-exterior.png);
  content: "";
  left: 0%;
  bottom: 0%;
  height: 58%;
  width: 100%;
  position: absolute;
  opacity: 0.9;
}

.content-extInfo {
  position: relative !important;
  width: 1160px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-extInfo h2 {
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  padding: 30px 20px 10px;
  font-size: 31px !important;
}

.container .content_items {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.container .loop-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
}

.loop-items .item-comprar {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  position: relative;
}
.loop-items .item-comprar h2 {
  position: absolute;
  top: 7%;
  left: 22%;
  width: auto;
  font-family: "poppins_bold";
  color: #0d4188;
  font-size: 55px;
}

.loop-items .item-comprar h3 {
  width: 297px;
  line-height: 32px;
  color: #878787;
  font-weight: 500;
}

.item-comprar .icon-item h2 {
  font-weight: 900;
  width: auto;
  position: absolute;
  right: auto;
  left: 22%;
  top: 90px;
}

.item-comprar .icon-item {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(125, 125, 125, 1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(125, 125, 125, 1);
  box-shadow: 0px 2px 10px 0px rgba(125, 125, 125, 1);
  padding: 45px;
  background: #fff;
  border-radius: 50%;
}

.container.asesor {
  background-image: url(../images/bannerasesor.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-position: center;
}

.container.asesor::before {
  content: "";
  background-color: #74be11;
  left: 0%;
  bottom: 0%;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.9;
}

.container.asesor .content-btns {
  /* border: 4px solid red; */
  width: 1100px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.container.asesor .content-btns .btn-conocer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
}

.btn-conocer a {
  background: #0d4188;
  padding: 24px 44px 24px;
  font-size: 22px;
  border-radius: 9px;
  font-family: "poppins_bold";
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s ease-in;
}

.asesores {
  /* border: 4px solid red; */
  width: 1300px;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 120px;
}

.loop-asesores {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.loop-asesores .item-asesor {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.loop-asesores .item-asesor h3 {
  color: #0d4188;
  margin: 1px;
  font-size: 22px;
  padding-bottom: 7px;
}

.item-asesor .img-asesor {
  padding-bottom: 15px;
}

.item-asesor .img-asesor img {
  border-radius: 50%;
}

.btn-whts {
  font-size: 18px;
  font-family: "poppins_bold";
  color: #fff;
  text-decoration: none;
  background: #0d4188;
  padding: 8px 20px 8px;
  border-radius: 50px;
  transition: 0.2s ease-in;
  display: flex;
  align-items: center;
}

.btn-whts:hover {
  transform: scale(1.1);
}

.btn-whts::before {
  content: url(../images/icono_whatsapp.svg);
  position: relative;
  height: auto;
  width: auto;
  display: inline-block;
  padding-right: 5px;
}

/*============================----- */
/* Compra desde el exterior FIN*/
/*============================----- */

@media (max-width: 1830px) {
  .textoCurri {
    padding-left: 9em;
    padding-right: 4em;
    width: 50%;
  }

  .textoCurri span {
    font-family: "poppins_bold";
    font-size: 23px;
    line-height: 34px;
    color: #fff;
  }
}

@media (max-width: 1790px) {
  .content-work .cotent-building {
    background-position: center right;
  }
  .formCurri {
    padding-left: 8em;
    padding-right: 11em;
  }
}

@media (max-width: 1596px) {
  .textoCurri {
    padding-left: 6em;
    padding-right: 3em;
    width: 50%;
  }
  .formCurri {
    padding-left: 6em;
    padding-right: 7em;
  }
}

@media (max-width: 1468px) {
  .textoCurri {
    padding-left: 4em;
    padding-right: 3em;
    width: 50%;
  }
  .textoCurri span {
    font-family: "poppins_bold";
    font-size: 21px;
    line-height: 30px;
    color: #fff;
  }
  h3.trabaja {
    font-family: "poppins_bold";
    font-size: 2.6em;
    color: #0d4188;
    font-weight: 900 !important;
    padding-bottom: 60px;
    text-align: center;
  }
  .loop-items .item-comprar h2 {
    position: absolute;
    top: 7%;
    left: 22%;
    width: auto;
    font-family: "poppins_bold";
    color: #0d4188;
    font-size: 45px;
  }
}

@media (max-width: 1354px) {
  .textoCurri span {
    font-family: "poppins_bold";
    font-size: 21px;
    line-height: 29px;
    color: #fff;
  }
  .textoCurri {
    padding-left: 3em;
    padding-right: 2em;
    width: 50%;
  }
  .formCurri {
    padding-left: 5em;
    padding-right: 5em;
  }

  .asesores {
    width: 1140px;
    position: relative;
    display: flex;
    justify-content: center;
  }

  .container .loop-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 1140px;
  }
  .btn-conocer a {
    background: #0d4188;
    padding: 24px 30px 24px;
    font-size: 22px;
    border-radius: 9px;
    font-family: "poppins_bold";
    color: #fff;
    font-weight: 800;
    text-decoration: none;
  }

  .content-extInfo h3 {
    width: 95%;
  }
}

@media (max-width: 1240px) {
  .content-work .cotent-people {
    height: 100%;
    width: 50%;
    background-image: url(../images/obreros.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
  }
  .content-work .cotent-building {
    background-position: bottom center;
  }

  .contentHv {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100% !important;
    flex-direction: column;
  }

  .formCurri {
    width: 60% !important;
    padding-bottom: 2em;
    padding-top: 4em;
    padding-left: 7em;
    padding-right: 7em;
    margin-bottom: -110px;
    margin-top: 0px;
    position: relative;
  }
  .textoCurri {
    padding-left: 3em;
    padding-right: 2em;
    width: 100%;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .textoCurri span {
    font-family: "poppins_bold";
    font-size: 21px;
    line-height: 33px;
    color: #fff;
  }

  h3.trabaja {
    font-family: "poppins_bold";
    font-size: 2.2em;
  }
}

@media (max-width: 1170px) {
  .container .loop-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    align-items: flex-start;
    gap: 30px;
  }
  .loop-items .item-comprar {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    position: relative;
    justify-content: space-between;
  }
  .item-comprar .icon-item {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(125, 125, 125, 1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(125, 125, 125, 1);
    box-shadow: 0px 2px 10px 0px rgba(125, 125, 125, 1);
    padding: 35px;
    background: #fff;
    border-radius: 50%;
  }
  .asesores {
    width: 980px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .container.asesor .content-btns {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-right: 55px;
    padding-left: 55px;
  }
  .content-extInfo {
    position: relative !important;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 40px;
    padding-left: 40px;
  }
  .content-extInfo h3 {
    width: 80%;
  }
}

@media (max-width: 995px) {
  h3.trabaja {
    font-family: "poppins_bold";
    font-size: 1.8em;
  }
  .formCurri {
    width: 87% !important;
    padding-bottom: 2em;
    padding-top: 4em;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: -110px;
    margin-top: 0px;
    position: relative;
  }

  .content-work {
    height: 300px;
  }

  .asesores {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
  }

  .content-extInfo h3 {
    width: 90%;
  }
}

@media screen and (max-width: 979px) {
}
.atras {
  position: fixed;
  background-image: url(../images/flecha_atras.svg);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: initial;
  height: 40px;
  width: 75px;
  top: 48%;
  left: 0px;
  z-index: 100;
  background-color: #fff;
  line-height: 40px;
  text-decoration: none;
  font-size: 14px !important;
  color: #333;
  padding: 1px 0 0 27px;
  text-transform: uppercase;
  font-family: roboto_bold;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.atras:hover {
  background-color: #eee;
}
#subir {
  position: fixed;
  background-image: url(../images/arriba.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 49px;
  height: 49px;
  display: none;
  float: none;
  text-indent: -9999px;
  bottom: 4px;
  right: 4px;
  z-index: 1000;
}
#subir:hover {
  opacity: 0.85;
}
@media screen and (min-width: 980px) {
  .rspnsv {
    display: none !important;
  }
  .desk {
    /* display: block !important; */
  }
}
@media screen and (max-width: 979px) {
  .rspnsv {
    display: block !important;
  }
  .desk {
    display: none !important;
  }
  .container.asesor .content-btns .btn-conocer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 30px;
  }
  .loop-asesores {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
    gap: 90px;
  }
  .asesores {
    width: 100%;
    position: relative;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
  }

  .loop-asesores .item-asesor {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.container {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  font-size: 0px;
  z-index: 1;
}
.container.white {
  background-color: #fff;
}
.content {
  float: left;
  width: 100%;
  font-size: initial;
}
.cols {
  font-size: 0px;
  text-align: center;
}
.col {
  font-size: initial;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.col_1 {
  width: 100%;
}
.col_2,
.col .col_2,
.col.col_2 {
  width: 50%;
  float: left;
}
.col_3 {
  width: 33.3%;
}
.col_4 {
  width: 25%;
}
.col_5 {
  width: 20%;
}
.col_2_3 {
  width: 66%;
}
.col_1_3 {
  width: 34%;
}
@media screen and (max-width: 979px) {
  .col_2,
  .col.col_2,
  .col_3,
  .col_4,
  .col_5,
  .col_1_3,
  .col_2_3 {
    width: 100%;
    padding: 0px !important;
  }
}
@media screen and (min-width: 980px) {
  .content {
    width: 100%;
    max-width: 1500px;
    float: none !important;
    margin: auto;
    text-align: center;
    display: inline-block;
    /*	position: relative;*/
    padding: 0 10px;
  }
}
#sb-container * {
  font-size: 12px;
}
.col img {
  max-width: 100%;
  height: auto;
}
/*============================----- */
/* #header*/
/*============================----- */
#header {
  height: 100px;
  z-index: 13;
  background-color: #fff;
}
@media screen and (max-width: 1180px) {
  #header {
    height: auto;
  }
}
@media screen and (max-width: 979px) {
  #header {
    margin: 54px 0 0 0;
  }
  .zona_clientes #header,
  .pqrf #header {
    margin: 0px 0 0 0;
  }
}
#header .content {
  padding: 0 10px;
  text-align: right;
}
@media screen and (max-width: 1180px) {
  #header .content {
    padding: 0 0px;
    position: relative;
  }
}
#header .logo {
  float: left;
  width: auto;
  display: inline-block;
  margin: 9px 0 0 0;
}
#header .logo img {
  height: 85px;
  width: auto;
}
@media screen and (max-width: 1180px) {
  #header .logo img {
    margin: 2px 0 8px 10px;
    width: 240px;
  }
}
#header .zona {
  width: auto;
  float: right;
  margin: 34px 0 0 15px;
  padding: 0px 0 0 0;
}
@media screen and (max-width: 1180px) {
  #header .zona {
    width: 100%;
    float: left;
    margin: 0px 0 0 0px;
    padding: 10px 0 0 110px;
    background-color: #eee;
  }
}
#header .zona a {
  text-decoration: none;
  color: #5a5a5a;
  text-transform: uppercase;
  /*position: relative;*/
  float: left;
  line-height: 32px !important;
  margin: 0 0 0 15px;
  /*	background-image: url(../images/icon_zona_clientes.svg);*/
  background-repeat: no-repeat;
  background-position: left 15px center;
  display: inline-block;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 800px) {
  .container .loop-items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    align-items: center;
    gap: 40px;
  }
  .loop-items .item-comprar h2 {
    position: absolute;
    top: 7%;
    left: 22%;
    width: auto;
    font-family: "poppins_bold";
    color: #0d4188;
    font-size: 36px;
  }

  .loop-items .item-comprar h2 {
    position: absolute;
    top: 7%;
    left: 10%;
    width: auto;
    font-family: "poppins_bold";
    color: #0d4188;
    font-size: 36px;
  }
  .content-extInfo {
    position: relative !important;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
  }

  .container.exterior::before {
    background-image: url(../images/mapa-exterior.png);
    content: "";
    left: 0%;
    bottom: 0%;
    height: 61%;
    width: 100%;
    position: absolute;
    opacity: 0.9;
  }
}

@media screen and (max-width: 600px) {
  #header .zona a {
    margin: 0 0 0 0px;
    padding: 0 0 0 56px;
  }
  #header.zc .zona a span {
    display: none !important;
  }
  .content-extInfo h2 {
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 20px 10px;
    font-size: 22px !important;
    margin: 0 !important;
  }
  .container.exterior {
    width: 100%;
    height: 600px;
    background-image: url(../images/banner-compra.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 15px;
  }

  .icon-item img {
    width: 80px;
    height: 80px;
  }

  .img-asesor img {
    height: 200px;
    width: 200px;
  }

  .content-extInfo img {
    height: 115px;
    width: 107px;
  }
  .content-extInfo h3 {
    width: 100%;
    font-size: 15px !important;
  }
  .item-comprar .icon-item {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(125, 125, 125, 1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(125, 125, 125, 1);
    box-shadow: 0px 2px 10px 0px rgba(125, 125, 125, 1);
    padding: 35px;
    background: #fff;
    border-radius: 100%;
  }
  .loop-items .item-comprar h3 {
    width: 297px;
    line-height: 25px;
    color: #878787;
    font-weight: 500;
    font-size: 17px;
  }
  .container .loop-items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    align-items: center;
    gap: 25px;
  }
  .btn-conocer a {
    background: #0d4188;
    padding: 21px 19px 21px;
    font-size: 17px;
    border-radius: 9px;
    font-family: "poppins_bold";
    color: #fff;
    font-weight: 800;
    text-decoration: none;
  }
  .container.asesor .content-btns {
    height: 200px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-right: 15px;
    padding-left: 15px;
  }
  .loop-asesores {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    gap: 40px;
  }
  .container.asesor .content-btns .btn-conocer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
  }
  .loop-items .item-comprar h2 {
    position: absolute;
    top: 7%;
    left: 0;
    width: auto;
    font-family: "poppins_bold";
    color: #0d4188;
    font-size: 30px;
  }

  .item-asesor .img-asesor {
    padding-bottom: 0;
  }
  .loop-asesores .item-asesor h3 {
    color: #0d4188;
    margin: 1px;
    font-size: 18px;
    padding-bottom: 7px;
  }
  .loop-asesores .item-asesor {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .container.asesor {
    padding-top: 30px;
  }
}
#header .zona a::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background-color: #ccc;
  left: 0px;
  top: -4px;
}
@media screen and (max-width: 1180px) {
  #header .zona a::before {
    display: none;
  }
}
#header .zona a.user {
  /*	background-image: url(../images/icon_zona_clientes.svg);*/
}
@media screen and (max-width: 1180px) {
  #header .zona a.user {
    margin-left: 0px;
  }
}
#header .zona a.pagos {
  /*	background-image: url(../images/logo_pse.png);*/
  margin-left: 2px;
  padding: 0 0 0 2px !important;
}
/*============================----- */
/* #menu*/
#header .menu {
  text-align: center;
  /*float: none !important;*/
  margin: 0px 0 0 0;
  width: auto !important;
  display: inline-block;
}
@media screen and (max-width: 1180px) {
  #header .menu {
    text-align: left;
    width: 100% !important;
    float: left !important;
    margin: 0px 0 0 0;
    padding: 0px !important;
    display: none;
    background-color: #fff;
  }
  .zona_clientes #header .menu {
    position: absolute;
    top: 140px;
  }
}
#header .menu li {
  float: left;
  width: auto;
  position: relative;
  margin: 0 18px 0 13px;
  line-height: 100px;
}
@media screen and (max-width: 1180px) {
  #header .menu li {
    float: left !important;
    width: 100% !important;
    position: relative;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    margin: 0 0 0 0 !important;
    padding: 0px !important;
  }
}
#header .menu li .container {
  display: none;
  position: absolute;
  top: 100px;
  left: 0px;
  padding: 0px !important;
  width: 190px;
  float: none;
  z-index: 4;
}
@media screen and (max-width: 1180px) {
  #header .menu li .container {
    display: none;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px !important;
    width: 100%;
    float: none;
    z-index: 4;
  }
  #header .menu li .container.visible {
    display: block;
  }
}
#header .menu li a {
  text-decoration: none;
  color: #5a5a5a;
  text-transform: uppercase;
  position: relative;
  float: left;
  line-height: 100px !important;
}
@media screen and (max-width: 1180px) {
  #header .menu li a {
    line-height: 20px !important;
  }
}
#header .menu li a:hover {
  color: #999;
}
#header .menu li a.separator::after {
  content: "";
  width: 10px;
  height: 5px;
  background-image: url(../images/flecha_baja.svg);
  display: inline-block;
  position: absolute;
  right: -18px;
  z-index: 10;
  top: 47px;
}
#header .menu li a.separator.activa::after {
  background-image: url(../images/flecha_sube.svg);
}
@media screen and (max-width: 1180px) {
  #header .menu li a.separator::after {
    right: 10px;
    top: 25px;
  }
  #header .menu li a {
    text-decoration: none;
    color: #5a5a5a;
    text-transform: uppercase;
    position: relative;
    float: left;
    line-height: initial !important;
    width: 100%;
    padding: 15px;
  }
  #header .menu li ul li a:hover {
    background-color: #99cc38;
  }
  #header .menu li a.separador::after {
    content: "";
    width: 10px;
    height: 5px;
    background-image: url(../images/flecha_baja.svg);
    display: inline-block;
    position: relative;
    right: -0px;
    z-index: 10;
    top: 0px;
  }
}
#header .menu li.activa a.separador::after {
  background-image: url(../images/flecha_sube.svg);
}
#header .menu li ul {
  float: left;
  width: 100%;
  border-top: solid 10px #6e9621;
  padding: 10px 0;
  z-index: 1000000;
  background-color: #89bc29;
}
@media screen and (max-width: 1180px) {
  #header .menu li ul {
    float: left;
    width: 100%;
    border-top: solid 10px #6e9621;
    padding: 0px 0;
    background-color: #89bc29;
  }
}
#header .menu li ul li {
  line-height: 21px;
  color: #fff;
  font-size: 17px;
  color: #fff;
  background-color: #89bc29;
  width: 100%;
  float: left;
  padding: 10px 15px;
  margin: 0px;
}
#header .menu li ul li a {
  text-transform: initial;
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  float: left;
  width: 100%;
  line-height: 21px !important;
}
#header .menu li ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
/*============================----- */
/* .formulario */
/*============================----- */
.formulario form {
  float: left;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .formulario form {
    max-width: 840px !important;
    float: none;
    display: inline-block;
  }
  #opciones_datos.formulario form {
    max-width: 100% !important;
    float: none;
    display: inline-block;
  }
}
.formulario input,
.formulario select,
.formulario textarea {
  font-size: 16px;
}
.formulario label {
  float: left;
  width: 100%;
  margin: 0 0 8px 0;
  color: #535353;
  font-size: 16px;
  vertical-align: middle;
}
.formulario .check label {
  width: auto;
  margin: 0 0 10px 0;
  line-height: 25px;
}
.formulario label * {
  margin-top: 4px !important;
  float: left;
}
.formulario label strong {
  float: none;
  font-size: 1em;
}
@media screen and (max-width: 979px) {
  .formulario h4 {
    text-align: center;
  }
}
.formulario input {
  height: 40px;
  color: #000;
  padding: 3px 6px;
  background-color: #fff;
  margin: 0 0 3px 0;
  font-size: 17px;
  border: solid 0px #ccc;
  text-align: left !important;
}
.formulario h5 {
  color: #5a5a5a;
  margin: 0 0 17px 0;
  font-size: 20px;
  text-align: left !important;
}
.formulario .valor_calculado {
  color: #0d4188;
  margin: 0 0 17px 0;
  font-size: 30px;
  line-height: 30px;
  text-align: left !important;
}
.formulario .spec {
  color: #5a5a5a;
  margin: 0 0 17px 0;
  font-size: 30px;
  line-height: 30px;
  text-align: left !important;
}
.formulario input[type="password"] {
}
.formulario select {
  height: 40px;
  color: #454545;
  font-size: 17px;
  padding: 3px 6px;
  background-color: #fff;
  margin: 0 0 3px 0;
  border: solid 0px #cacad9 !important;
  background-color: #fff !important;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("../images/flecha_baja.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}
.formulario select option {
  font-size: 1em;
}
.formulario textarea {
  min-height: 75px;
  color: #454545 !important;
  padding: 6px 6px;
  background-color: #fff;
  margin: 0 0 5px 0;
  font-size: 17px;
  text-align: left !important;
  border: solid 0px #cacad9;
}
::-webkit-input-placeholder {
  color: #aaa;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}
.formulario #fant,
.formulario #fant2 {
  position: absolute;
  left: -9999px;
}
.formulario div.aviso_privacidad {
  display: inline-block;
  float: left;
  width: 75%;
  text-align: left;
  border-bottom: solid 0px #ccc;
  height: auto;
  text-align: left;
  padding: 0 0 20px 0;
  margin: 5px 0 00;
}
@media screen and (max-width: 979px) {
  .formulario div.aviso_privacidad {
    text-align: center;
  }
}
.formulario div.aviso_privacidad div {
  float: left;
  width: 100%;
  text-align: left !important;
}
.formulario div.aviso_privacidad p.etiqueta {
  margin: 0px 0 0px 0px !important;
  float: left !important;
  text-align: left;
  padding-left: 3px !important;
  display: inline-block;
  color: #fff !important;
  vertical-algin: top;
  text-align: left !important;
  font-size: 13px !important;
  -o-width: calc(90% - 22px) !important;
  -moz-width: calc(90% - 22px) !important;
  -webkit-width: calc(90% - 22px) !important;
  width: calc(90% - 22px) !important;
  line-height: 10px !important;
}
.formulario div.aviso_privacidad p a {
  color: #fff;
  width: auto !important;
  float: none !important;
  display: inline !important;
  text-decoration: underline;
  font-size: 1em !important;
  line-height: 1em !important;
}
#opciones_datos.formulario div.aviso_privacidad p a {
  color: #000;
  text-decoration: none;
}
#opciones_datos.formulario div.aviso_privacidad p a:hover {
  color: #000;
  text-decoration: underline;
}
.formulario div.aviso_privacidad p a:hover {
  color: #000;
  font-size: 1em;
}
.formulario input[type="checkbox"] {
  height: 25px;
  width: 25px !important;
  float: left;
  display: inline-block;
  margin: 0 5px 0 0 !important;
  vertical-align: middle;
  border: solid 1px #ccc !important;
}
.formulario input.boton:disabled,
.formulario input.boton:disabled:hover,
#opciones_datos.formulario input.boton:disabled,
#opciones_datos.formulario input.boton:disabled:hover {
  background-color: #666 !important;
  border: solid 1px #666 !important;
  color: #aaa !important;
  cursor: default !important;
}
.formulario input.boton {
  width: auto;
  border: 0px;
  border-radius: 0px;
  text-align: center !important;
  float: right !important;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-family: "poppins_bold";
  padding: 0 25px !important;
  border-radius: 0px;
  line-height: 55px !important;
  height: 55px;
  -moz-border-radius: 0px;
  background-color: #74be11;
  border: solid 1px #74be11;
  color: #fff;
  font-size: 22px;
  border-radius: 10px;
  text-transform: lowercase;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  margin: 5px 0 0 0 !important;
}
.formulario.login input.boton {
  margin-top: 40px !important;
}
.formulario input.boton:hover {
  cursor: pointer;
  color: #0d4188 !important;
  background-color: #fff !important;
  border: solid 1px #0d4188;
  -webkit-transition: all 0.2s ease-in-out;
}
.cotizador .formulario input.boton:hover {
  border: solid 1px #fff !important;
}
.formulario input.boton.space {
  margin: 30px 0 50px 0 !important;
}
.formulario.simple input.boton {
  margin: 15px 0 0 0 !important;
}
.formulario .politica {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin: 0 0 0px 0;
}
.formulario .politica a {
  text-align: center;
  font-size: 1em;
  color: #999;
}
.formulario .politica a:hover {
  color: #666;
}
/*============================----- */
/* .contiene_video */
/*============================----- */
.contiene_video {
  float: none;
  display: inline-block;
  width: 100%;
  max-width: 900px;
  margin-bottom: 20px;
}
.contiene_video p {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  margin: 0 0 0 0px;
  overflow: hidden;
}
.contiene_video p iframe,
.contiene_video p object,
.contiene_video p embed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
}
/*============================----- */
/* #rotator */
/*===========================----- */
#rotator {
  margin: 0 0 100px 0 !important;
  padding: 0 0 50px 0;
  overflow: hidden !important;
  z-index: 9 !important;
  background-color: #fff;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
#rotator * {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
@media screen and (max-width: 800px) {
  #rotator {
    margin: 0 0 180px 0 !important;
    overflow: hidden !important;
  }
}
#rotator .content {
  max-width: 1500px !important;
  padding: 0px;
}
.bx-wrapper {
  -moz-box-shadow: 0 0 0px #ccc !important;
  -webkit-box-shadow: 0 0 0px #ccc !important;
  box-shadow: 0 0 0px #ccc !important;
  border: 0px solid #fff !important;
  background: #eee !important;
  position: relative !important;
  margin-bottom: 0px !important;
  padding: 0 !important;
  -ms-touch-action: pan-y !important;
  touch-action: pan-y !important;
  height: auto !important;
}
#rotator li {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: auto !important;
  position: relative;
}
#rotator li a {
  float: left;
  width: 100%;
  position: relative;
  height: 100%;
}
#rotator li img {
  height: auto;
  max-width: 100%;
  width: 100%;
  display: inline-block;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: 0px 0;
}
#rotator .flex-direction-nav {
  margin: 0px 0px 0% 0 !important;
  height: 50px !important;
  padding: 0px;
  width: 100% !important;
  position: absolute;
  -o-top: calc(50% - 25px);
  -moz-top: calc(50% - 25px);
  -webkit-top: calc(50% - 25px);
  top: calc(50% - 25px);
  padding: 0 10px;
}
.bx-wrapper .bx-controls-direction a,
#rotator .flex-direction-nav li {
  position: relative;
  top: 0% !important;
  margin-top: 0px !important;
  text-decoration: none !important;
  outline: 0;
  width: 30px !important;
  height: 50px !important;
  text-indent: 99999px !important;
  background-size: auto 100% !important;
  background-position: center center !important;
  z-index: 9999;
  opacity: 0.5;
  display: inline-block !important;
}
#rotator .flex-nav-next {
  float: right;
  margin: 0 20px 0 0px !important;
}
.bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.7;
}
.bx-wrapper .bx-controls-direction a.bx-prev,
#rotator .flex-prev {
  float: left !important;
  background-image: url(../images/bx_prev.svg) !important;
}
.bx-wrapper .bx-next,
#rotator .flex-next {
  float: right !important;
  background-image: url(../images/bx_next.svg) !important;
}
@media screen and (min-width: 980px) {
  .bx-wrapper .bx-controls-direction a.bx-next {
    /* top: 35% !Important; */
  }
}
#rotator ul,
#rotator li {
  height: auto !important;
}
@media screen and (max-width: 979px) {
  #rotator li {
    background-attachment: initial;
  }
}
.bx-viewport {
  height: initial;
  overflow: hidden;
}
#rotator .flex-control-nav {
  display: none !important;
}
/*============================----- */
/* #bx-slider*/
/*============================----- */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager {
  top: 0px !important;
  bottom: 0px !important;
}
/*============================----- */
/* .btn */
/*============================----- */
.btn {
  min-width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  color: #fff;
  float: none;
  display: inline-block;
  border-radius: 8px;
  text-decoration: none;
  background-color: #74be11;
  padding: 0 15px;
}
.btn:hover {
  background-color: #0d4188;
}
/*============================----- */
/* #footer*/
/*============================----- */
#footer {
  background-color: #0d4188;
  z-index: 4;
}
#footer .content {
  text-align: center;
  font-size: 0px;
  padding: 50px 10px;
}
#footer .col {
  width: 25%;
  float: left;
  font-size: initial;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
@media screen and (max-width: 979px) {
  #footer .col {
    width: 100%;
    float: left;
    padding-right: 0px;
    text-align: center;
    margin: 0 0 30px 0;
  }
}
#footer h2 {
  color: #89bc29;
  font-family: "poppins_bold";
  font-size: 20px;
  line-height: 24px;
}
#footer h3 {
  color: #89bc29;
  font-family: "poppins_bold";
  font-size: 20px;
  position: relative;
  line-height: 24px;
  margin: 0 0 5px 0;
  line-height: 23px;
}
@media screen and (max-width: 979px) {
  #footer * {
    text-align: center;
  }
}
#footer .formulario input.boton {
  padding: 0 0 !important;
  height: 50px;

  line-height: 50px !important;
  width: 25%;
  font-size: 19px;
}
#footer h3.dejanos {
  min-height: 35px;
  padding: 0 0 0 45px;
  text-align: left !important;
}
#footer h3.dejanos::before {
  background-image: url(../images/icon_help.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 30px !important;
  content: "";
  width: 40px;
  height: 34px;
  position: absolute;
  left: 0px;
  top: -3px;
}
#footer h3 span {
  color: #fff;
  font-family: "poppins";
  font-size: 1em;
}
#footer p {
  color: #fff;
  font-family: "poppins";
  font-size: 13px;
  line-height: 17px;
}
@media screen and (max-width: 979px) {
  #footer p {
    margin: 0 0 10px 0;
  }
}
#footer .col:nth-child(3) {
  width: 25%;
  font-size: initial;
  display: inline-block;
  vertical-align: top;
  padding-right: 0px;
}
@media screen and (max-width: 979px) {
  #footer .col:nth-child(3) {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
  }
}
#footer .col a {
  font-size: 21px;
  line-height: 22px !important;
  color: #fff;
  margin: 0 0 5px 0;
  text-decoration: none;
  float: left;
  width: auto;
  text-align: left;
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (max-width: 979px) {
  #footer .col a {
    float: none !important;
    display: inline-block;
  }
}
#footer .col.formulario a {
  color: #fff;
  width: auto !important;
  float: none !important;
  display: inline-block !important;
  text-decoration: none;
  line-height: 14px !important;
  font-size: 1em !important;
}
#footer .col a:hover {
  opacity: 0.7;
}
#footer .col.formulario a span {
  text-decoration: underline;
  line-height: 14px !important;
}
#footer .col a.tel {
  background-image: url("../images/icono_telefono.svg");
  min-height: 30px;
  padding: 0 0 0 30px;
  line-height: 30px;
  float: left;
}
#footer .col a.wap {
  background-image: url("../images/icono_whatsapp.svg");
  min-height: 30px;
  padding: 0 0 0 30px;
  line-height: 30px;
  float: left;
}
#footer hr {
  margin: 10px 0;
}
@media screen and (min-width: 980px) {
  #footer hr::after {
    left: 0px !important;
  }
}
#footer ul.siguenos {
  float: left;
  text-align: left;
}
@media screen and (max-width: 979px) {
  #footer ul.siguenos {
    text-align: center;
  }
}
#footer ul.siguenos li {
  width: auto;
  margin: 0 10px 0 0;
  float: none;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 979px) {
  #footer ul.siguenos li {
    margin: 0 5px;
  }
}
#footer ul.siguenos li a {
  float: left;
  display: block;
}
#footer ul.siguenos li a:hover {
  opacity: 0.6;
}
#footer p a {
  font-size: 1em;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
#footer p a.emotica {
  text-decoration: none !important;
}
/*============================----- */
/* redes*/
/*============================----- */
#header .redes {
  text-align: left;
  padding: 9px 10px 7px 10px;
  display: none;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 980px) {
  #header .redes {
    display: block;
    width: auto;
    float: right;
    margin: 12px 0 0 0;
    border: 0px;
    padding: 9px 10px 7px 0px;
  }
  #header .redes.desk {
    display: block;
  }
  #header .redes.rspnsv {
    display: none;
  }
}
#header .redes li {
  width: auto;
  margin: 0 9px 0 0;
  border-top: solid 0px rgba(255, 255, 255, 0.3) !important;
}
#header .redes li a {
  float: left;
  width: 100%;
}
#header .redes li a:hover {
  opacity: 0.85;
}
/*============================----- */
/* .grid de proyectos*/
/*============================----- */
ul.grid {
  margin: 0 0 30px 0 !important;
  text-align: center !important;
  padding: 0px !important;
}
.page ul.grid li.item,
#page ul.grid li.item {
  max-width: 360px !important;
  min-width: 260px;
  float: none !important;
  display: inline-block;
  height: 720px;
  overflow: initial !important;
  width: 100% !important;
  margin: auto !important;
  vertical-align: top !important;
  margin: 0 20px 90px 0px !important;
  padding: 0 0px 4px 0 !important;
  position: relative;
  overflow: hidden;
}
ul.grid.realizados li.item {
  height: 650px !important;
}
ul.grid li.item:nth-child(3n) {
  margin-right: 0px !important;
}
@media screen and (max-width: 979px) {
  ul.grid li.item {
    float: none;
    margin: 0 10px 50px 10px !important;
  }
}
ul.grid li .foto {
  width: 100%;
  height: 320px;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  text-align: center;
  border-radius: 14px 14px 0 0 !important;
  /* overflow: hidden; */
}
ul.grid .foto p.vis {
  position: absolute;
  bottom: -45px;
  left: 20px;
  background-color: #74be11;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: 100;
  text-align: center !important;
  color: #fff !important;
  font-family: "poppins_bold" !important;
  font-size: 25px;
  line-height: 60px !important;
}
ul.grid .foto a {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
ul.grid .logo {
  height: auto;
  width: 100%;
  position: relative;
  bottom: 0px;
  left: 0px;
  margin: auto;
  text-align: center;
  display: table;
  float: none;
  height: 130px;
  margin: 0 0 15px 0;
  background-color: #fff;
}
ul.grid.realizados .logo {
  height: auto;
  width: 150px;
  position: relative;
  bottom: 0;
  left: calc(50% - 75px) !important;
  margin: auto;
  text-align: center;
  display: table;
  float: none;
  height: 70px !important;
  margin: 0 0 0px 0;
  background-color: #fff;
}
ul.grid.realizados hr {
  margin: 12px 0;
}
ul.grid .logo p {
  display: table-cell;
  float: none;
  height: 130px;
  vertical-align: middle;
  text-align: center !important;
}
ul.grid.realizados .logo p {
  display: table-cell;
  float: none;
  height: 70px;
  vertical-align: middle;
  text-align: center !important;
}
ul.grid .logo img {
  float: none;
  max-width: 280px;
  width: auto;
  display: inline-block;
  vertical-align: top;
  max-height: 100%;
  height: auto;
  margin: auto;
}
ul.grid.realizados .logo img {
  float: none;
  max-width: 100%;
}
ul.grid .foto a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
ul.grid .info {
  text-align: left;
  float: left;
  width: 100%;
  display: block;
  height: 450px;
  background-color: #fff;
  padding: 15px 15px 10px 15px;
  font-size: 0px;
  border-radius: 0 0 14px 14px !important;
  overflow: hidden;
}
ul.grid.realizados .info {
  height: 320px;
  padding-top: 20px !important;
}
ul.grid .info p {
  text-align: center !important;
  text-align: center !important;
  font-size: 14px !important;
  margin: 0 0 0 0 !important;
  color: #5a5a5a;
  line-height: 18px !important;
}
ul.grid .info h5 {
  text-align: center !important;
  font-size: 14px !important;
  margin: 0 0 0 0 !important;
  color: #5a5a5a;
}
ul.grid .info h3 {
  width: 100% !important;
  float: left !important;
  font-size: 18px !important;
  line-height: 22px !important;
  height: auto !important;
  font-family: "poppins_bold" !important;
  color: #999 !important;
  text-align: center !important;
  margin: 0 0 5px 0 !important;
}
ul.grid .info h3 span {
  width: 100% !important;
  float: left !important;
  font-size: 15px !important;
  line-height: 18px !important;
  height: auto !important;
  font-family: "poppins" !important;
  color: #5b5b5b !important;
  text-align: center !important;
}
ul.grid .info h2 {
  width: 100% !important;
  float: left !important;
  font-size: 17px !important;
  line-height: 20px !important;
  height: auto !important;
  margin: 0 0 0px 0 !important;
  font-family: "poppins_bold" !important;
  color: #5b5b5b !important;
  text-align: center !important;
}
ul.grid .info h4 {
  width: 100% !important;
  float: left !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-family: "poppins";
  color: #999 !important;
}
ul.grid .info .btn {
  float: left;
  width: 100%;
  background-color: #74be11;
  padding: 3px 15px;
  font-size: 18px;
  height: auto !important;
  font-family: "poppins_bold";
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-image: url(../images/flecha_vermas.svg);
  margin: 0 0 10px;
}
ul.grid .info .btn span {
  font-family: "poppins";
}
ul.grid .info .btn:hover {
  background-color: #0d4188;
}
/*============================----- */
/* landing*/
/*============================----- */
@media screen and (max-width: 979px) {
  #landing {
    height: auto;
    position: relative;
    z-index: 1;
    background-image: none !important;
  }
}
@media screen and (min-width: 980px) {
  #landing {
    -o-height: calc(100vh - 160px);
    -moz-height: calc(100vh - 160px);
    -webkit-height: calc(100vh - 160px);
    height: calc(100vh - 160px);
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden !important;
  }
  #landing .content {
    height: 100%;
    display: table;
    vertical-align: middle;
    text-align: right;
    height: calc(100vh - 155px);
    z-index: 7;
  }
  #landing .content .tablero {
    height: calc(100vh - 155px);
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
}
#landing .content img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  float: left;
  margin: 0px;
}
#landing .content img.rspnsv {
  width: 100%;
}
#landing .info hr {
  margin: 12px 0 10px !important;
}
#landing .info hr:after {
  background-color: #ccc;
}
#landing .info {
  text-align: left;
  float: right;
  width: 100%;
  position: relative;
  max-width: 350px;
  display: block;
  height: auto;
  margin-right: 20px;
  background-color: #fff;
  padding: 10px 15px 16px 15px;
  font-size: 0px;
  border-radius: 14px !important;
}
@media screen and (max-width: 979px) {
  #landing .info {
    max-width: 100%;
    margin-right: 0px;
    background-color: #fff;
    padding: 10px 15px 16px 15px;
    font-size: 0px;
    border-radius: 0px !important;
  }
}
#landing .info .logo {
  height: auto;
  width: 100%;
  position: relative;
  bottom: 0px;
  left: 0px;
  margin: auto;
  text-align: center;
  display: table;
  float: none;
  height: 130px;
  margin: 0 0 15px 0;
  background-color: #fff;
}
#landing .info .logo p {
  display: table-cell;
  float: none;
  height: 130px;
  vertical-align: middle;
  text-align: center !important;
}
#landing .info .logo img {
  float: none;
  max-width: 280px;
  width: auto;
  display: inline-block;
  vertical-align: top;
  max-height: 100%;
  height: auto;
  margin: auto;
}
#landing .info h5 {
  text-align: center !important;
  font-size: 14px !important;
  margin: 0 0 0 0 !important;
  color: #5a5a5a;
}
#landing .info h3 {
  width: 100% !important;
  float: left !important;
  font-size: 18px !important;
  line-height: 22px !important;
  height: auto !important;
  font-family: "poppins_bold" !important;
  color: #5b5b5b !important;
  text-align: center !important;
}
#landing .info h3 span {
  width: 100% !important;
  float: left !important;
  font-size: 15px !important;
  line-height: 22px !important;
  height: auto !important;
  font-family: "poppins" !important;
  color: #5b5b5b !important;
  text-align: center !important;
}
#landing .info h4 {
  width: 100% !important;
  float: left !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-family: "poppins";
  color: #999 !important;
}
#landing .info .btn {
  float: left;
  width: 100%;
  background-color: #74be11;
  padding: 18px 15px 18px 80px;
  font-size: 18px;
  height: auto !important;
  font-family: "poppins";
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: auto 50px;
  background-image: url(../images/icon_help.svg);
  margin: 15px 0 0px 0;
  line-height: 22px;
}
#landing .info .btn strong {
  float: left;
  width: 100%;
}
#landing .info .btn span {
  font-family: "poppins";
}
#landing .info .btn:hover {
  background-color: #0d4188;
}
/*============================----- */
/* video_brochure*/
/*============================----- */
#video_brochure {
  height: auto;
  position: relative;
  background-color: #eee;
  padding: 50px 0;
}
/*============================----- */
/* #galeria*/
/*============================----- */
.galeria {
  height: auto;
  position: relative;
  z-index: 1;
  background-image: none !important;
  padding: 50px 0;
  overflow: hidden !important;
}
.galeria ul {
  text-align: center;
  font-size: 0px;
  margin: 0 0 30px 0;
}
.galeria ul li {
  font-size: initial;
  width: 260px;
  height: 250px;
  float: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-position: center center;
  background-size: cover;
  margin: 0 1% 2% 1%;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 979px) {
  .galeria ul li {
    font-size: initial;
    width: 70px;
    height: 70px;
  }
}
.galeria ul li:first-child a::after {
  content: "";
  width: 55px;
  height: 55px;
  background-image: url(../images/lupa.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media screen and (max-width: 979px) {
  .galeria ul li:first-child a::after {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(../images/lupa.svg);
    background-size: auto 90%;
    position: absolute;
    right: 5px;
    bottom: 5px;
  }
}
.galeria ul li a {
  font-size: initial;
  width: 100%;
  height: 250px;
  float: left;
  display: block;
  position: relative;
  padding: 20px;
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  .galeria ul li a {
    height: 70px;
  }
}
.galeria ul li a span {
  text-decoration: none;
  color: #fff !important;
  position: absolute;
  z-index: 3;
  padding: 0px;
  font-size: 14px;
}
@media screen and (max-width: 979px) {
  .galeria ul li a span {
    display: none !important;
  }
}
.galeria ul li .opacidad {
  font-size: initial;
  width: 100%;
  height: 250px;
  float: left;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.galeria ul li a:hover .opacidad {
  background-color: rgba(0, 0, 0, 0);
}
.galeria .lupa {
  position: absolute;
  z-index: 3;
}
/*============================----- */
/* grupo*/
/*============================----- */
#grupo {
  padding: 50px 0;
  background-color: #fff !important;
}
@media screen and (max-width: 979px) {
  #grupo {
    padding: 50px 10px;
  }
}
#grupo p {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 20px 0;
}
.logos {
  text-align: center;
  margin: 10px 0 0 0;
}
.logos li {
  width: 190px;
  float: none;
  display: inline-block;
  height: auto;
  vertical-align: top;
  margin: 0 35px 10px;
}
.logos li hr {
  margin: 0px;
}
.logos li hr::after {
  background-color: #bbb;
  width: 100%;
  left: 0px;
}
.logos li h4 {
  height: 20px;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.logos li p {
  width: 100%;
  float: none;
  display: table;
  height: 100px;
  max-height: 100px;
}
.logos li span {
  width: 100%;
  float: none;
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
}
.logos li img {
  display: table-cell;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  /* max-height: 100px; */
  /*-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  /* filter: grayscale(100%);*/
}
#atras {
  width: 30px !important;
  height: 30px !important;
  float: left;
  background-image: url(../images/atras.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 15px !important;
  background-color: #89bc29;
  z-index: 60;
  padding-left: 0px !important;
  display: block;
  text-indent: -9999px;
  border-radius: 100%;
  text-decoration: none;
}
@media screen and (min-width: 980px) {
  #atras {
    width: 50px !important;

    height: 50px !important;
    position: fixed;
    z-index: 2;
    background-color: #aaa;
    bottom: calc(50% - 15px);
    left: 10px;
  }
}
#atras::after {
  content: "ATRÁS";
  text-decoration: none;
  color: #fff;
  line-height: 40px;
  margin: 0 0 0 30px;
}
#atras:hover {
  background-color: #000000;
}
/*-------------Subir / Bajar-----*/
#subir {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(../images/subir.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 14px !important;
  background-color: #000;
  position: fixed;
  bottom: 90px;
  right: 0px;
  z-index: 60;
  display: none;
}
.detalle #subir {
  right: 0px;
}
#subir:hover {
  background-color: #0d4188;
}
.bajar {
  width: 160px;
  height: 160px;
  display: block;
  border-radius: 0%;
  font-size: 20px;
  position: absolute;
  top: -205px;
  border-radius: 100%;
  left: calc(50% - 80px);
  z-index: 60;
  text-align: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
}
.bajar a {
  width: 100%;
  height: 160px;
  display: block;
  border-radius: 0%;
  font-size: 20px;
  background-image: url(../images/btn_bajar.svg);
  background-repeat: no-repeat;
  background-position: bottom 15px center;
  background-size: auto 40px !important;
  background-color: #0d4188;
  position: relative;
  bottom: 0px;
  padding: 25px 0 0 0;
  border-radius: 100%;
  border: solid 5px #fff;
  left: calc(50% - 80px);
  z-index: 60;
  text-align: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
}
.bajar a span {
  display: none;
}
.bajar strong {
  float: left;
  width: 100%;
  text-align: center;
}
.bajar:hover {
  background-color: #37a435;
}
#cotiza_btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 0px 0% 0 0px;
  font-size: 20px;
  margin: 5px 0 0 5px;
  vertical-align: top;
  background-image: url(../images/home_cotizar_muneca.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 90% !important;
  text-indent: -99999px;
}
@media screen and (max-width: 979px) {
  #cotiza_btn {
    height: 35px;
    margin: -3px 0 0 7px;
  }
}
#cotiza_btn:hover {
  opacity: 0.8;
}
/*============================*/
.subtitulo {
  text-align: center;
  margin: 0 0 60px 0;
  color: #999;
  float: left;
  width: 100%;
  position: relative;
  font-size: 20px !important;
}
.subtitulo span {
  font-family: "poppins_bold" !important;
}
.subtitulo::after {
  width: 100px;
  height: 1px;
  content: "";
  background-size: cover;
  background-color: #ccc;
  position: absolute;
  left: calc(50% - 50px);
  bottom: -20px !important;
}
/*============================*/
#menu_fixed {
  background-color: #0d4188;
  height: 60px;
  margin: 0 0 0px 0;
}
#menu_fixed.fijo {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 12;
}
@media screen and (max-width: 979px) {
  #menu_fixed.fijo {
    position: relative;
    top: initial;
    left: initial;
    z-index: 12;
  }
}
#menu_fixed ul {
  text-align: center;
  font-size: 0px;
  height: 43px;
  float: left;
}
#menu_fixed ul li {
  width: auto !important;
  float: none;
  margin: 0 15px;
  font-size: initial;
  text-align: center;
  display: inline-block;
  height: 60px;
}
@media screen and (max-width: 979px) {
  #menu_fixed {
    height: auto;
    background-color: #fff !important;
  }
  #menu_fixed ul {
    text-align: center;
    font-size: 0px;
    height: auto !important;
    float: left;
    background-color: #0d4188;
    max-width: 450px;
    margin: 0 0 20px 0;
    float: none;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    overflow: hidden;
  }
  #menu_fixed ul li {
    width: 100% !important;
    float: left;
    font-size: initial;
    text-align: center;
    display: inline-block;
    height: 60px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px !important;
  }
}

#menu_fixed ul li#cotiza_menu_btn a {
  padding: 0 0 0 50px;
  font-family: "poppins_bold";
  position: relative;
}
@media screen and (max-width: 979px) {
  #menu_fixed ul li a {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
  #menu_fixed ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff !important;
  }
}
#menu_fixed ul li#cotiza_menu_btn a::after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  background-image: url(../images/home_cotizar_muneca.png);
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: center center;
  left: 0px;
  top: 7px;
}
@media screen and (max-width: 979px) {
  #menu_fixed ul li#cotiza_menu_btn a {
    padding: 0 0px 0 0px;
    font-family: "poppins_bold";
    position: relative;
    vertical-align: middle;
  }
  #menu_fixed ul li#cotiza_menu_btn a::after {
    content: "";
    width: 45px;
    margin-left: 10px;
    height: 45px;
    position: relative;
    background-image: url(../images/home_cotizar_muneca.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: center center;
    right: 0px !important;
    left: initial !important;
    display: inline-block;
    top: 0px;
    vertical-align: middle !important;
  }
}
#menu_fixed ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 60px;
  cursor: pointer;
  float: left;
  width: 100%;
  height: 60px;
}
#menu_fixed ul li:hover a {
  color: rgba(255, 255, 255, 0.7);
}
/*============================*/
#presentacion {
  text-align: center;
  padding: 50px 0;
}
#presentacion hr {
  border-bottom: solid 1px #ccc;
}
#presentacion .col_2:first-child {
  padding: 0 20px 0 0;
}
@media screen and (max-width: 979px) {
  #presentacion .col_2:first-child {
    padding: 0 0px 30px 0 !important;
  }
  #presentacion .col_2:last-child {
    padding: 0 10px 30px 10px !important;
  }
}
#presentacion .col h1,
#presentacion .col h2,
#presentacion .col h3 {
  font-size: 25px;
  font-family: "poppins_bold";
  color: #5a5a5a;
  margin: 0 0 20px 0;
  line-height: 28px;
}
@media screen and (max-width: 979px) {
  #presentacion .col h1,
  #presentacion .col h2,
  #presentacion .col h3 {
    text-align: center;
  }
}
#presentacion .col h4 {
  font-size: 18px;
  font-family: "poppins_bold";
  color: #5a5a5a;
  margin: 0 0 10px 0;
  line-height: 28px;
}
@media screen and (max-width: 979px) {
  #presentacion .col h4 {
    text-align: center;
  }
}
#presentacion .col p {
  font-size: 15px;
  font-family: "poppins";
  color: #5a5a5a;
  margin: 0 0 20px 0;
  line-height: 22px;
  text-align: justify;
}
@media screen and (max-width: 979px) {
  #presentacion .col p {
    text-align: center;
  }
}
#presentacion .col li {
  font-size: 15px;
  font-family: "poppins";
  color: #5a5a5a;
  margin: 0 0 7px 0;
  line-height: 18px;
  text-align: left;
}
#presentacion .col ul {
  padding: 0 0 20px 15px;
  list-style-position: inside;
  list-style-type: disc;
}
/*============================*/
#top_space.activo {
  height: 86px;
}
/*============================*/
#ubicacion {
  padding: 50px 0;
  background-color: #eee;
}
/*============================*/
#planos {
  padding: 50px 0;
  background-color: #eee;
}
#planos .row {
  margin: 0 0 50px 0;
  font-size: 0px;
}
@media screen and (max-width: 979px) {
  #planos {
    padding: 50px 10px;
  }
  #planos .row * {
    text-align: center;
  }
}
#planos .row hr {
  border-bottom: solid 1px #ccc;
}
#planos .col_2 {
  position: relative;
}
#planos .col_2.foto img {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
  float: left;
}
#planos .col_2.foto {
  padding: 0 10px 0 0px;
}
#planos .alt .col_2.foto {
  float: right;
  padding: 0 0px 0 10px;
}
@media screen and (max-width: 979px) {
  #planos .col_2.foto {
    padding: 0 0px 0 0px;
    margin: 0 0 20px 0;
  }
  #planos .alt .col_2.foto {
    float: left;
    padding: 0 0px 0 0px;
    margin: 0 0 20px 0;
  }
}
#planos .col_2.text {
  padding: 0 0px 0 20px;
}
#planos .alt .col_2.text {
  float: right;
  padding: 0 20px 0 0px;
}
@media screen and (max-width: 979px) {
  #planos .col_2.text {
    padding: 0 10px;
  }
  #planos .alt .col_2.text {
    float: left;
    padding: 0 10px;
  }
}
#planos .alt .col_2.text * {
  text-align: right;
}
@media screen and (max-width: 979px) {
  #planos .alt .col_2.text * {
    text-align: center;
    padding: 0px !important;
  }
}
#planos .row p {
  font-size: 16px;
  line-height: 19px;
  color: #666;
  margin: 0 0 4px 0;
  font-family: "poppins";
}
#planos .row h3 {
  font-size: 25px;
  line-height: 30px;
  color: #666;
  margin: 0 0 13px 0;
  font-family: "poppins_bold";
}
#planos .row h3 span {
  font-size: 1em;
  display: inline-block;
  font-family: "poppins";
}
#planos .row h4 {
  font-size: 25px;
  line-height: 29px;
  color: #666;
  margin: 15px 0 1px 0;
  font-family: "poppins_bold";
}
#planos .row h4 span {
  font-size: 1em;
  display: inline-block;
  font-family: "poppins";
}
#planos .col_2.foto a {
  float: left;
  width: 100%;
  display: inline-block;
  position: relative;
  border-radius: 15px;
  padding: 20px !important;
  background-color: #fff !important;
}
#planos .col_2.foto a::after {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  float: none;
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#planos .col_2 .lupa {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 36px !important;
  height: 36px !important;
}
@media screen and (max-width: 979px) {
  #planos .col_2 .lupa {
    left: calc(50% - 20px);
    top: 45%;
  }
}
/*============================*/
.galeria .ver_mas {
  background-color: #333333;
  width: 200px;
  height: 65px;
  display: inline-block;
  line-height: 65px;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-family: open_light;
  background-image: url(../images/fondo-colores.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover 4px;
  cursor: pointer;
}
.galeria .ver_mas:hover {
  background-color: #000;
}
.galeria .ver_recorrido {
  height: auto !important;
  position: relative;
  line-height: 22px;
  text-align: left;
  width: 280px;
  height: 100px !important;
  margin: 0 0 50px 0;
  background-repeat: repeat-x;
  background-size: 100% auto;
  background-position: bottom -2px left;
  padding: 25px 0 0 100px;
  cursor: pointer;
}
.galeria .ver_recorrido span {
  position: absolute;
  left: 13px;
  top: 13px;
}
/*============================*/
#documentos {
  text-align: center;
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 979px) {
  #documentos {
    text-align: center;
    padding: 50px 10px 10px 10px;
  }
}
#documentos ul {
  text-align: center;
  font-size: 0px;
  margin: 0 0 20px 0;
}
#documentos ul li {
  font-size: initial;
  width: 48%;
  float: none;
  margin: 0 1% 20px 1%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 979px) {
  #documentos ul li {
    font-size: initial;
    width: 100%;
    float: left;
    margin: 0 0% 0px 0%;
  }
}
#documentos ul li a {
  background-image: url(../images/icono_descargas.svg);
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-size: auto 50px;
  padding: 0 0 0 78px;
  float: left;
  width: 100%;
  line-height: 80px;
  text-align: left;
  height: 80px;
  margin: 0 0 15px 0;
  border: solid 0px #ccc;
  background-color: #74be11;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 23px;
}
#documentos ul li a:hover {
  background-color: #0d4188;
}
/*============================*/
/*============================*/
/*============================*/
#page,
.page {
  background-color: #eee;
  padding: 50px 0;
}
#page.home {
  padding: 0px 0;
}
#page.home .content {
  max-width: 1280px !important;
}
#page p,
.page p {
  text-align: justify;

  margin: 0 0 20px 0;
  line-height: 22px;
  font-size: 16px;
}
#page .supermargin,
.page .supermargin {
  margin-bottom: 50px !important;
}
#page .titulo,
.page .titulo {
  font-size: 20px;
  text-align: center;
  margin: 0 0 75px 0;
  text-transform: uppercase;
  position: relative;
  color: #666;
}
@media screen and (max-width: 979px) {
  #page .content,
  .page .content {
    padding: 0 10px;
  }
}
.page.simple .titulo {
  margin: 0 0 50px 0;
}
#page .titulo span,
.page .titulo span {
  font-family: "poppins_bold" !important;
}
#page .titulo::after,
.page .titulo::after {
  width: 100px;
  height: 1px;
  content: "";
  background-size: cover;
  background-color: #ccc;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50px);
  bottom: -20px !important;
}
@media screen and (max-width: 979px) {
  #page .titulo::after,
  .page .titulo::after {
  }
}
#page h2,
.page h2 {
  margin: 0 0 20px 0;
  line-height: 30px;
  font-size: 35px;
  color: #888;
}
#page h3,
.page h3 {
  margin: 0 0 20px 0;
  line-height: 24px;
  font-size: 20px;
  text-align: center;
}
#page h4,
.page h4 {
  margin: 0 0 50px 0;
  line-height: 26px;
  font-size: 22px;
  text-align: center;
}
#page ul,
.page ul {
  text-align: left;
  padding: 0 0 0 30px;
}
#page ul li,
.page ul li {
  text-align: left;
  margin: 0 0 13px 0;
  line-height: 21px;
  font-family: open_light;
  font-size: 16px;
  padding: 0 0 0 45px;
}
/*============================*/
.table {
  display: table;
  float: left;
  width: 100%;
}
.table .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 10px;
}
@media screen and (max-width: 979px) {
  .table,
  .table_cell {
    display: block !important;
    float: left;
    width: 100%;
  }
}
/*============================*/
#iconic .cotizar {
  background-color: #0d4188;
  color: #fff;
  text-align: center;
}
#iconic .cotizar .col {
  padding: 0 10px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
#iconic .cotizar .col:first-child::after,
#iconic .flotante {
  content: "";
  width: 100%;
  height: 100%;
  float: none;
  left: 0px;
  top: 0px;
  z-index: 2;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

#iconic .zonaCliente .col:last-child::after,
#iconic .flotante {
  content: "";
  width: 100%;
  height: 100%;
  float: none;
  left: 0px;
  top: 0px;
  z-index: 2;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

#iconic .col,
#iconic .table,
#iconic .cell {
  min-height: 420px !important;
}
@media screen and (max-width: 979px) {
  #iconic .col,
  #iconic .table,
  #iconic .cell {
    min-height: 250px;
  }
  #iconic .cell {
    padding: 40px 10px;
    width: 100% !important;
    max-width: 100% !important;
    display: inline-block;
  }
}
#iconic .col h2 {
  text-align: center;
  font-family: "poppins_bold";
  font-size: 30px;
  line-height: 34px;
  padding: 0 0px;
}
@media screen and (max-width: 979px) {
  #iconic .col:last-child {
    padding: 50px 0 0 0 !important;
  }
  .home #iconic .col:last-child {
    padding: 40px 0 50px 0 !important;
  }
}
.nosotros #iconic .col h2 {
  text-align: center;
  font-family: "poppins_bold";
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.02em;
  padding: 0 0px;
  color: #666;
  margin: 0 0 10px 0;
}
.nosotros #iconic .col p {
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.02em;
  padding: 0 0px;
  color: #666;
}
@media screen and (max-width: 979px) {
  .nosotros #iconic .col p {
    margin: 0 0 50px 0;
  }
}
#iconic .col h3 {
  text-align: center;
}
#iconic img {
  margin: 0 0 25px 0;
}
#iconic .flotante {
  padding: 50px;
}
@media screen and (max-width: 979px) {
  #iconic .flotante {
    padding: 20px;
    /* height: auto; */
  }
}
#iconic .flotante h3 {
  font-size: 50px;
  color: #fff;
  font-family: "poppins_bold";
  text-align: left;
  margin: 58px 0 10px 0;
  line-height: 45px;
}
@media screen and (max-width: 979px) {
  #iconic .flotante h3 {
    margin: 0px 0 10px 0;
    text-align: center;
  }
}
#iconic .flotante .btn {
  float: left;
}
@media screen and (max-width: 979px) {
  #iconic .flotante .btn {
    float: none;
    margin: 20px 0 30px 0;
    display: inline-block;
  }
}
.table .max {
  display: inline-block;
  float: none;
  max-width: 590px;
  width: 100%;
}
/*============================*/
#iconic .cifras {
  background-color: #fff;
  color: #fff;
  text-align: center;
}
#iconic .cifras .col {
  padding: 0 10px;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
}
#iconic .cifras .col:last-child::after {
  content: "";
  width: 100%;
  height: 100%;
  float: none;
  left: 0px;
  top: 0px;
  z-index: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}
#iconic .cifras .col,
#iconic .cifras .table,
#iconic .cifras .cell {
  min-height: 420px;
}
@media screen and (max-width: 979px) {
  #iconic .cifras .col:first-child {
    padding: 50px 0 35px 0 !important;
  }
  #iconic .cifras .col,
  #iconic .cifras .table,
  #iconic .cifras .cell {
    min-height: 450px;
    display: block;
    float: left;
  }
  #iconic .cifras .col:first-child {
    padding: 50px 0 35px 0 !important;
    min-height: auto !important;
  }
  #iconic .cifras .col:first-child,
  #iconic .cifras .col:first-child .table,
  #iconic .cifras .col:first-child .cell {
    min-height: auto !important;
    display: block;
    float: left;
  }
  #iconic .cifras .col:first-child .cell {
    padding: 0 10px;
  }
}
#iconic .cifras .col h2 {
  text-align: center;
  font-family: "poppins_bold";
  font-size: 30px;
  line-height: 34px;
  padding: 0 0px;
}
#iconic .cifras .col h3 {
  color: #666;
  font-size: 20px;
  text-align: center;
}
#iconic .cifras img {
  margin: 0 0 25px 0;
}
#iconic .cifras .col p {
  color: #666;
  font-size: 20px;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  color: #666;
  margin: 0 0 30px 0;
}
#iconic .cifras hr::after {
  background-color: #ddd;
}
.home #iconic .btn {
  z-index: 99 !important;
  top: 175px !important;
  position: absolute;
  display: inline-block;
  width: 250px;
  left: calc(50% - 100px);
  margin: 0 0 0 0 !important;
  background-color: initial;
  background-image: url(../images/ver_video.svg);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 80px 0 0 0;
  font-size: 17px;
  line-height: 1em;
}
.home #iconic .btn-zona {
  z-index: 99 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: auto;
  margin: 0 0 0 0 !important;
  padding: 20px 20px 20px 20px;
  font-size: 19px;
  line-height: 1em;
  background: #74be11;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 800;
  font-family: "poppins_bold";
  text-transform: capitalize;
}

.home #iconic .btn-zona:hover {
  background-color: #0d4188;
}

.home #iconic .btn:hover {
  font-family: "poppins_bold";
  font-size: 18px;
}
ul.cifras_lista {
  text-align: center;
  float: none;
  width: 100%;
  display: inline-block;
  margin-top: 25px;
  padding: 0px;
}
.simple ul.cifras_lista {
  margin-bottom: 30px;
}
.home ul.cifras_lista {
  margin-top: 0px;
}
ul.cifras_lista li {
  width: 150px !important;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  float: none;
  z-index: 3;
  margin: 0 0px 20px;
  padding: 0px !important;
}
ul.cifras_lista li::after {
  width: 110px;
  height: 110px;
  display: inline-block;
  border-radius: 100%;
  content: "";
  position: absolute;
  z-index: 2;
  top: -2px;
  -o-left: calc(50% - 55px);
  -moz-left: calc(50% - 55px);
  -webkit-left: calc(50% - 55px);
  left: calc(50% - 56px);
  border: solid 1px #999;
  background-color: #fff;
  z-index: 0;
}
ul.cifras_lista li div {
  width: 110px;
  height: 110px;
  float: none;
  margin: auto;
  display: table;
  position: relative;
  z-index: 3;
  vertical-align: top;
}
ul.cifras_lista li div div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  float: none;
  margin: auto;
}
ul.cifras_lista li div div img {
  float: none;
  display: inline-block;
  z-index: 3;
  margin: 0px !important;
}
ul.cifras_lista li .titulo {
  text-align: center;
  font-size: 40px;
  color: #999;
  margin: 18px 0 0 0 !important;
  font-family: "poppins_bold";
}
ul.cifras_lista li .titulo span {
  text-align: center;
  font-size: 1em;
  color: #999;
  margin: 0px 0 0 0 !important;
  font-family: "poppins_bold";
}
ul.cifras_lista li .titulo::after {
  display: none;
}
ul.cifras_lista li p {
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  color: #5a5a5a;
  margin: 10px 0 0 0 !important;
  font-family: "poppins";
  text-decoration: none !important;
}
ul.cifras_lista .btn {
  background-image: url(../images/ver_video.svg);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 75px 0 0 0;
  display: inline-block;
  margin: auto;
  position: absolute;
  float: none;
  z-index: 100;
  left: calc(50% - 90px);
  top: 145px;
  height: auto !important;
}
ul.cifras_lista .btn:hover {
  opacity: 0.85;
}
/*============================*/
#proyecto_manual {
  text-align: center;
  background-color: #007984;
}
#proyecto_manual a {
  display: inline-block;
  font-size: 23px;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  text-decoration: none;
}
#proyecto_manual a .icon {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url(../images/icono_manual.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  border-radius: 100%;
  float: none;
  margin: 0 0 10px 0;
}
#proyecto_manual a .icon:hover {
  background-color: #ccc;
}
#proyecto_manual a .text {
  width: 100%;
  float: left;
  line-height: 28px;
}
#proyecto_manual a strong {
  width: 100%;
  float: left;
  text-align: center;
}
/*============================*/
#foto_ppal {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 400px) {
  #foto_ppal {
    height: 100px;
  }
}
@media screen and (max-width: 700px) {
  #foto_ppal {
    height: 150px;
  }
}
@media screen and (max-width: 979px) {
  #foto_ppal {
    height: 200px;
  }
}
#foto_ppal.small {
  height: 200px;
}
/*============================*/
.faqs {
  float: left;
  width: 100%;
  margin: 0 0 50px 0;
}
.faqs .pregunta h3 {
  font-size: 22px;
  color: #000;
  background-color: #ddd;
  float: left;
  width: 100%;
  padding: 30px 60px 30px 20px;
  margin-bottom: 1px !important;
  cursor: pointer;
  position: relative;
  text-align: left !important;
}
.faqs .pregunta h3.activo {
  background-color: #999;
  color: #fff;
}
.faqs .pregunta h3::after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
  right: 20px;
  top: calc(50% - 15px);
  background-image: url(../images/icon_preguntas.png);
  background-position: bottom left;
}
.faqs .pregunta h3.activo::after {
  background-position: top left;
}
.faqs .pregunta .respuesta {
  font-size: 22px;
  color: #000;
  background-color: #fff;
  float: left;
  width: 100%;
  padding: 30px 60px 10px 20px;
  margin-bottom: 1px;
  border: solid 1px #ddd;
  display: none;
}
.faqs .pregunta .respuesta p {
  font-size: 16px;
  color: #000;
}
/*============================*/
/*-------------------------------------------------------------- */
#pull {
  display: none !important;
}
@media screen and (max-width: 1180px) {
  #pull {
    display: block !important;
    text-decoration: none;
    color: inherit;
    position: absolute !important;
    right: 10px;
    top: 93px !important;
    cursor: pointer;
    z-index: 1000;
    width: 25px !important;
    height: 22px;
    border-bottom: 2px solid #575757;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-property: color, border;
    -moz-transition-property: color, border;
    transition-property: color, border;
    color: #575757;
  }
  .zc #pull {
    top: 35px !important;
  }
}
#pull:before,
#pull:after {
  content: "";
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid;
  position: absolute;
  left: 0;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
#pull:after {
  top: 10px;
}
#pull.active {
  z-index: 111111;
  border-color: transparent;
  line-height: 0;
  transition: right 500ms ease;
  color: #333;
}
#pull.active:before,
#pull.active:after {
  top: 9px;
}
#pull.active:before {
  transform: rotateZ(45deg);
}
#pull.active:after {
  transform: rotateZ(-45deg);
}
/*============================*/
.swal2-popup .swal2-title {
  text-align: center !important;
  width: 100% !important;
  float: left !important;
  display: block !important;
}
/*============================*/
#actualidad {
  padding: 50px 10px;
}
#actualidad .flexslider {
  max-width: 1180px;
}
#actualidad .flex-direction-nav {
  display: none;
}
#actualidad .item {
  height: 190px;
  background-color: #fff;
  border-radius: 15px !important;
  overflow: hidden;
}
#actualidad .item .foto {
  height: 190px;
  width: 190px;
  float: right;
  background-size: cover;
  position: relative;
  background-position: center center;
}
#actualidad .item .foto .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: auto !important;
  min-width: auto !important;
  z-index: 10;
  background-color: #74be11;
  font-size: 18px;
  font-family: "poppins_bold";
  padding: 13px;
  height: auto;
  line-height: 18px;
}
#actualidad .item .foto .btn:hover {
  background-color: #0d4188;
}
#actualidad .item .foto::after {
  height: 190px;
  width: 100%;
  content: "";
  position: absolute;
  z-index: 4;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}
#actualidad .item .info {
  height: 190px;
  -o-width: calc(100% - 190px);
  -moz-width: calc(100% - 190px);
  -webkit-width: calc(100% - 190px);
  width: calc(100% - 190px);
  float: right;
  padding: 20px 30px 20px 20px;
}
@media screen and (max-width: 979px) {
  #actualidad .item {
    height: auto;
  }
  #actualidad .item .foto {
    width: 100% !important;
    float: left;
  }
  #actualidad .item .info {
    height: auto;
    width: 100% !important;
    float: right;
    padding: 20px 30px 20px 20px;
  }
}
#actualidad .item .info p {
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #666;
  line-height: 17px;
  text-align: left;
}
.flex-control-nav {
  text-align: center;
  float: left;
  width: 100%;
  margin: 30px 0;
}
.flex-control-nav li {
  float: none;
  width: auto;
  display: inline-block !important;
  margin: 0 8px;
}
.flex-control-nav li a {
  text-indent: -99999px;
  display: inline-block;
  background-color: #999;
  width: 13px;
  height: 13px;
  border-radius: 100%;
}
.flex-control-nav li a:hover {
  background-color: #bbb;
}
.flex-control-nav li a.flex-active {
  background-color: #89bc29;
}
/*============================*/
#creditos {
  text-align: center;
  background-color: #fff;
  min-height: 50px;
}
#creditos .content {
  padding: 15px 0 15px 0;
}
.creditos {
  text-align: center;
}
#creditos p {
  display: inline-block;
  width: auto;
  float: none;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #333;
}
.creditos a {
  text-align: center;
  float: none;
  display: inline-block !important;
  text-decoration: none;
  margin: 0px !important;
  color: #555;
}
.creditos a:hover {
  color: #0d4188;
}
#creditos .oculto {
  display: none !important;
}
/*============================*/
.vis {
  background-color: #74be11 !important;
  position: absolute !important;
  left: 10px !important;
  top: -25px !important;
  display: inline-block;
  font-size: 22px !important;
  color: #fff !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 100% !important;
  line-height: 60px !important;
  text-align: center !important;
  font-family: "poppins_bold";
  z-index: 10;
}
/*============================*/
ul.caracteristicas {
  float: left;
  padding: 0px !important;
  list-style-type: none !important;
  text-align: left;
}
@media screen and (max-width: 979px) {
  ul.caracteristicas {
    text-align: center;
  }
}
ul.caracteristicas li {
  padding: 0 0px 0 0px !important;
  width: 23% !important;
  margin: 0 1% 30px 0 !important;
  height: 150px;
  min-width: 130px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  float: none !important;
}
ul.caracteristicas li:before {
  width: 100px;
  height: 100px;
  float: none;
  content: "";
  position: absolute;
  z-index: 0;
  display: inline-block;
  background-color: #fff;
  border-radius: 100%;
  -o-left: calc(50% - 50px);
  -moz-left: calc(50% - 50px);
  -webkit-left: calc(50% - 50px);
  left: calc(50% - 50px);
}
.caracteristicas li div {
  display: block;
  height: auto;
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 609px) {
  .caracteristicas li {
    width: 100% !important;
    float: left;
  }
}
.caracteristicas li div span {
  width: 100%;
  float: left;
  font-size: 15px;
  text-align: center;
  color: #666;
  padding: 0 10px;
  line-height: 18px !important;
}
.caracteristicas li i {
  float: left;
  width: 100%;
  height: 100px;
  display: table;
  z-index: 2;
  position: relative;
  vertical-align: middle;
  text-align: center;
  margin: 0px !important;
  padding: 0px !important;
}
.caracteristicas li i span {
  float: none;
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.caracteristicas li i img {
  float: none;
  height: 50px;
  max-width: 100%;
  vertical-align: middle;
}
/*============================*/
#videos {
  background-color: #fff;
  padding: 50px 0 25px 0;
}
/*============================*/
#imagenes {
  background-color: #fff;
  padding: 50px 0 0 0;
}
/*============================*/
#ubicacion {
  background-color: #fff;
  padding: 50px 0;
}
#ubicacion p.direccion {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 30px;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 979px) {
  #ubicacion {
    background-color: #fff;
    padding: 50px 0 0 0;
  }
}
#ubicacion iframe {
  width: 100%;
  float: left;
  height: 390px;
  border-radius: 15px;
  pointer-events: none;
}
/*============================*/
.nota {
  text-align: center !important;
  font-size: 12px;
  color: #5a5a5a;
  line-height: 16px;
  margin: 0 0 50px 0;
}
/*============================*/
#cotiza {
  background-color: #0d4188;
  padding: 50px 10px;
}
#cotiza .subtitulo {
  width: 37%;
  float: left;
  text-align: left;
  font-size: 43px !important;
  font-family: "poppins_bold";
  color: #fff;
  background-image: url(../images/ico_cotizar_en_linea.svg);
  background-repeat: no-repeat;
  background-size: auto 98px;
  min-height: 100px;
  padding: 20px 0 0 115px;
}
@media screen and (max-width: 979px) {
  #cotiza .subtitulo {
    width: auto;
    float: none;
    display: inline-block;
    margin-bottom: 35px;
  }
}
#cotiza .subtitulo::after {
  display: none;
}
@media screen and (max-width: 979px) {
  #cotiza ul {
    float: left;
    width: 100%;
  }
}
#cotiza ul li {
  border: solid 1px #fff;
  border-radius: 15px;
  margin: 0 0 15px 0;
  padding: 15px;
  min-height: 200px;
}
@media screen and (max-width: 979px) {
  #cotiza ul li {
    text-align: center;
  }
}
#cotiza ul li h3 {
  color: #fff;
  font-size: 30px;
  font-family: "poppins_bold";
  line-height: 33px;
  margin: 0 0 5px 0;
}
#cotiza ul li p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: "poppins";
  text-align: left;
}
@media screen and (max-width: 979px) {
  #cotiza ul li h3,
  #cotiza ul li p {
    text-align: center;
  }
}
#cotiza ul li div {
  -o-width: calc(100% - 100px);
  -moz-width: calc(100% - 100px);
  -webkit-width: calc(100% - 100px);
  width: calc(100% - 100px);
  float: left;
  display: inline-block;
}
@media screen and (max-width: 979px) {
  #cotiza ul li div {
    width: 100% !important;
    float: left;
    display: inline-block;
    text-align: center;
  }
  #cotiza ul li div * {
    text-align: center;
  }
}
#cotiza ul li a {
  width: 100px;
  line-height: 40px;
  padding: 0 12px;
  text-decoration: none;
  color: #fff;
  vertical-align: top;
  display: inline-block;
  font-size: 23px;
  font-family: "poppins_bold";
  text-transform: uppercase;
  border-radius: 10px;
  background-image: url(../images/flecha_ir.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  float: right;
  background-color: #74be11;
}
@media screen and (max-width: 979px) {
  #cotiza ul li a {
    float: none !important;
    display: inline-block !important;
    margin: 13px 0 0 0 !important;
  }
}
#cotiza ul li a:hover {
  background-color: #89d326;
}
#cotiza .col {
  position: relative;
  min-height: 480px;
}
@media screen and (max-width: 979px) {
  #cotiza .col {
    min-height: auto;
  }
}
#cotiza p {
  color: #fff;
  font-size: 16px;
  font-family: "poppins";
  line-height: 19px;
  margin: 0 0 20px 0;
}
#cotiza p.left_pad {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 979px) {
  #cotiza p.left_pad {
    padding: 20px 0 20px 0px;
    text-align: center;
  }
}
#cotiza .verde {
  background-color: #74be11;
  float: left;
  width: 50%;
  border-radius: 30px;
  padding: 30px 30px 15px 30px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 979px) {
  #cotiza .verde {
    width: 100%;
  }
}
#cotiza .verde h3 {
  color: #fff;
  font-size: 55px;
  font-family: "poppins_bold";
  line-height: 55px;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 979px) {
  #cotiza .verde h3 {
    text-align: center;
  }
}
#cotiza .verde p {
  color: #fff;
  font-size: 22px;
  font-family: "poppins";
  line-height: 26px;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 979px) {
  #cotiza .verde p {
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  #cotiza .verde hr {
    text-align: left;
    margin: 0px 0 17px 0;
  }
  #cotiza .verde hr:after {
    float: left !important;
    left: 0px !important;
  }
}
#cotiza #muneca_proyecto_cotiza {
  position: absolute;
  right: 20px;
  top: 0px;
}
@media screen and (max-width: 979px) {
  #cotiza #muneca_proyecto_cotiza {
    position: relative;
    right: 0px;
    top: 0px;
    float: none;
    display: inline-block;
  }
}
/*============================*/
#avances {
  background-color: #fff;
  padding: 50px 0 0 0;
}
/*============================*/
#franja_verde {
  background-color: #74be11;
  height: 60px;
}
#franja_verde .content {
  padding: 0 10px;
}
#franja_verde .titulo {
  color: #fff;
  font-size: 20px;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 979px) {
  #franja_verde {
    height: auto;
  }
  #franja_verde .titulo {
    text-align: center;
    margin: 0;
    padding: 20px 0;
  }
}
/*============================*/
#top_links {
}
#top_links .content {
  padding: 22px 10px 13px 10px;
}
#top_links a {
  float: left;
  margin: 0px 40px 11px 0;
  padding: 2px 0 1px 15px;
  display: inline-block;
  font-size: 14px;
  color: #666;
  background-image: url(../images/atras_inline.svg);
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  #top_links a {
    float: none;
    margin: 0 10px 11px 10px;
  }
}
#top_links a:hover {
  color: #74be11;
}
/*============================*/
#filtros_avanzados {
  background-color: #eee;
  padding: 0 0 50px 0;
}
#filtros_avanzados .content {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 8px;
  float: none;
  display: inline-block;
}
@media screen and (max-width: 979px) {
  #filtros_avanzados {
    padding: 15px 10px 50px 10px;
  }
}
#filtros_avanzados .cols .col {
  padding: 0 15px 0 0;
}
@media screen and (max-width: 979px) {
  #filtros_avanzados .cols .col {
    padding: 0 0px 5px 0;
  }
}
#filtros_avanzados .cols .col:nth-child(5) {
  padding: 0 0px 0 0;
}
#filtros_avanzados select {
  background-color: #eeeeee !important;
}
#filtros_avanzados .container {
  padding: 0px 0;
  text-align: center;
}
#filtros_avanzados .container input.boton {
  float: none !important;
  display: inline-block;
  width: auto !important;
  line-height: 40px !important;
  height: 40px !important;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "poppins_bold";
  padding: 0 15px !important;
  margin: 10px 0 0 0 !important;
}
/*============================*/
.cotizador_paso {
  background-color: #eee;
  padding: 30px 0;
}
.cotizador_paso .content {
  text-align: left;
  padding: 0 10px !important;
  padding: 0px;
}
@media screen and (max-width: 979px) {
  .cotizador_paso .content {
    text-align: center;
  }
}
.cotizador_paso .paso_numero {
  background-color: #74be11;
  width: 80px !important;
  height: 80px !important;
  border-radius: 100% !important;
  text-align: center !important;
  font-size: 17px !important;
  padding: 18px 0 0 0 !important;
  float: none !important;
  display: inline-block;
  vertical-align: middle !important;
  margin: 0 10px 0 0 !important;
  line-height: 15px !important;
  color: #fff !important;
  text-transform: uppercase !important;
}
@media screen and (max-width: 979px) {
  .cotizador_paso .paso_numero {
    float: none;
    display: inline-block;
    margin: 0px 0 20px 0 !important;
  }
}
.cotizador_paso .paso_numero span {
  float: left !important;
  width: 100% !important;
  color: #fff !important;
  font-family: "poppins_bold" !important;
  font-size: 2em !important;
}
.cotizador_paso p.texto {
  font-size: 18px !important;
  color: #666 !important;
  line-height: 21px !important;
  width: 70% !important;
  float: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
@media screen and (max-width: 979px) {
  .cotizador_paso p.texto {
    width: 100% !important;
    text-align: center;
    margin: 0 0 20px 0;
  }
}
/*============================*/
#fa_btn {
  float: right;
  height: 45px;
  background-color: #74be11;
  line-height: 45px;
  padding: 0 15px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background-size: auto 18px;
  background-image: url(../images/btn_cerrar.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  padding: 0 50px 0 15px;
  text-align: left !important;
}
@media screen and (max-width: 979px) {
  #fa_btn {
    float: none;
    display: inline-block;
  }
}
#cotizador_paso #fa_btn {
  margin-top: 20px;
}
#fa_btn:hover {
  background-color: #0d4188;
}
/*============================*/
.container.gris {
  background-color: #eee;
}
/*============================*/
#opciones_datos {
  width: 100%;
  padding: 0 10px;
}
#opciones_datos .pagina {
  float: left;
  width: 75%;
  padding-top: 7px !important;
  border-left: solid 1px #ddd;
}
@media screen and (max-width: 979px) {
  #opciones_datos .pagina {
    width: 100%;
    padding: 25px 10px 10px 10px !important;
    border-left: solid 0px #ddd;
    border-top: solid 1px #ddd;
    margin-top: 20px !important;
  }
}
#opciones_datos .cols {
  float: none;
  display: inline-block;
  padding: 20px;
  background-color: #fff !important;
}
@media screen and (max-width: 979px) {
  #opciones_datos .cols {
    padding: 0px;
  }
  #opciones_datos .col {
    margin: 5px 0 10px 0;
  }
}
#opciones_datos .col .col label {
  float: none;
  width: auto !important;
  margin: 0 0 0px 0;
  color: #535353;
  font-size: 16px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
}
#opciones_datos input[type="radio"] {
  float: none !important;
  width: 21px !important;
  margin: 0 3px 20px 0;
  height: 21px !important;
  display: inline-block !important;
  vertical-align: top !important;
}
#opciones_datos .col .col_2 {
  width: 49%;
  text-align: left;
}
#opciones_datos .col_3 {
  padding: 0 15px 0 0;
}
@media screen and (max-width: 979px) {
  #opciones_datos .col_3 {
    padding: 10px 0;
  }
}
#opciones_datos .cols .col_3:last-child {
  padding: 0 0px 0 0;
}
#opciones_datos select {
  background-color: #eee !important;
  border: solid 1px #ddd !important;
  margin: 0 0 20px 0;
}
#opciones_datos.formulario input[type="text"],
#opciones_datos.formulario input[type="number"] {
  background-color: #eee !important;
  border: solid 1px #ddd !important;
  margin: 0 0 20px 0;
}
#opciones_datos hr {
  border-bottom: solid 1px #ddd;
  margin-top: 5px;
}
@media screen and (max-width: 979px) {
  #opciones_datos hr {
    margin: 5px 0;
  }
}
#opciones_datos hr::after {
  display: none;
}
#opciones_datos.formulario p {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  color: #535353;
  font-size: 17px;
  line-height: 19px;
  vertical-align: middle;
}
#opciones_datos .anexo .content {
  padding: 10px 0;
}
@media screen and (max-width: 979px) {
  #opciones_datos .anexo .content {
    padding: 10px;
  }
}
#opciones_datos.formulario p.etiqueta {
  width: auto !important;
  float: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
@media screen and (max-width: 979px) {
  #opciones_datos.formulario p.etiqueta {
    -o-width: calc(100% - 50px) !important;
    -moz-width: calc(100% - 50px) !important;
    -webkit-width: calc(100% - 50px) !important;
    width: calc(100% - 50px) !important;
  }
}
#opciones_datos.formulario input[type="checkbox"] {
  float: none !important;
  vertical-align: middle !important;
  display: inline-block !important;
}
#opciones_datos .row.last {
  padding: 0px 0 10px 5px;
}
#opciones_datos .row.last div {
  width: 30%;
  float: none !important;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 0 20px 0 0;
  padding: 10px;
}
@media screen and (max-width: 979px) {
  #opciones_datos .row.last div {
    width: 100% !important;
    float: left !important;
    padding: 0px !important;
    margin: 0 0 10px 0;
  }
}
#opciones_datos .row.last div label {
  -o-width: calc(100% - 35px) !important;
  -moz-width: calc(100% - 35px) !important;
  -webkit-width: calc(100% - 35px) !important;
  width: calc(100% - 35px) !important;
  float: none !important;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  color: #fff;
  margin: 0px !important;
  font-size: 18px;
}
@media screen and (max-width: 979px) {
  #opciones_datos .row.last div label,
  #opciones_datos .row.last div input {
    vertical-align: middle !important;
    float: none !important;
    display: inline-block !important;
    margin: 0px;
  }
  #opciones_datos .row.last div label br {
    display: none;
  }
}
#opciones_datos.formulario input.boton {
  width: 32% !important;
  border: 0px;
  border-radius: 0px;
  text-align: center !important;
  float: none !important;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-family: "poppins_bold";
  padding: 15px 20px !important;
  border-radius: 0px;
  line-height: 20px !important;
  -moz-border-radius: 0px;
  background-color: #74be11;
  border: solid 1px #74be11;
  color: #fff;
  font-size: 22px;
  height: auto !important;
  border-radius: 10px;
  text-transform: lowercase !important;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  margin: 0px 0 0 0 !important;
  vertical-align: middle;
}
@media screen and (max-width: 979px) {
  #opciones_datos.formulario input.boton {
    margin: 20px 0 !important;
  }
}
#opciones_datos.formulario input.boton:hover {
  background-color: #0d4188 !important;
  color: #fff !important;
}

#opciones_datos .row.last div.destacado {
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 979px) {
  #opciones_datos .row.last div {
    padding: 15px !important;
  }
}
#opciones_datos .row.last div.destacado label {
  color: #333;
  font-size: 17px;
}

#opciones_datos .bolden {
  width: auto !important;
  color: #595959;
  font-size: 20px;
  font-family: "poppins_bold";
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 35px 0;
}
@media screen and (max-width: 979px) {
  #opciones_datos .bolden {
    width: 100% !important;
    float: left;
    text-align: center;
    margin: 0px 0 30px 0;
  }
  #opciones_datos .bolden br {
    display: none;
  }
}
/*============================*/
#valores {
  padding: 50px 0;
}
.valores {
  text-align: center !important;
  font-size: 0px;
  padding: 0px !important;
}
.valores li {
  width: 220px;
  float: none !important;
  display: inline-block !important;
  font-size: initial !important;
  padding: 0px !important;
  vertical-align: top;
  margin: 0 6px 20px 6px !important;
}
.valores li .foto {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  background-size: cover;
  background-position: center center;
  float: left;
  display: inline-block;
}
.valores li .info {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background-size: cover;
  background-position: center center;
  float: left;
  padding: 15px;
  display: inline-block;
}
.valores li .info h4 {
  text-align: center;
  font-family: "poppins_bold";
  color: #666;
  font-size: 18px;
  line-height: 19px;
  margin: 0 0 12px 0;
}
.valores li .info p {
  text-align: center;
  color: #666;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 10px 0;
}
/*============================*/
#jyp_map {
  text-align: center;
  padding: 50px 0 50px 0;
}
#jyp_map iframe {
  width: 100%;
  float: left;
  height: 390px;
  border: 0px;
}
/*============================*/
.centrado {
  text-align: center !important;
}
/*============================*/
.pqrf .row {
  margin: 0 0 15px 0;
}
@media screen and (max-width: 979px) {
  .pqrf .row {
    margin: 0 0 0px 0;
  }
}
.pqrf .col {
  padding: 0 10px;
}
@media screen and (max-width: 979px) {
  .pqrf .col {
    padding: 0 0px;
    margin: 0 0 7px 0;
  }
}
.pqrf .formulario div.aviso_privacidad {
  text-align: left;
  width: 100%;
}
.pqrf .formulario div.aviso_privacidad div {
  padding: 0 10px;
}
.pqrf .formulario div.aviso_privacidad div input,
.pqrf .formulario div.aviso_privacidad div p {
  vertical-align: top;
  float: left;
}
.pqrf .formulario div.aviso_privacidad div input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.pqrf .formulario div.aviso_privacidad div p {
  width: calc(100% - 25px);
  font-size: 14px !important;
  color: #666 !important;
}
.pqrf .formulario div.aviso_privacidad div p a {
  font-size: inherit;
  color: #666 !important;
}
.pqrf .formulario input.boton {
  text-transform: capitalize;
  float: none !important;
}
/*============================*/
.zona_clientes {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.zona_clientes::after {
  content: "";
  width: 100%;
  height: 100vh;
  float: none;
  position: absolute;
  left: 0px;
  display: inline-block;
  z-index: 0;
  top: 0px;
  background-color: rgba(44, 44, 44, 0.5) !important;
}
/*============================*/
#zc_login {
  -o-height: calc(100vh - 100px);
  -moz-height: calc(100vh - 100px);
  -webkit-height: calc(100vh - 100px);
  height: calc(100vh - 100px);
  z-index: 2;
}
#zc_login .content {
  text-align: center;
  display: table;
  width: 330px;
  float: none !important;
  -o-height: calc(100vh - 100px);
  -moz-height: calc(100vh - 100px);
  -webkit-height: calc(100vh - 100px);
  height: calc(100vh - 100px);
}
@media screen and (max-width: 1180px) {
  #zc_login,
  #zc_login .content {
    -o-height: calc(100vh - 150px);
    -moz-height: calc(100vh - 150px);
    -webkit-height: calc(100vh - 150px);
    height: calc(100vh - 150px);
    float: none !important;
    margin: auto !important;
  }
}
#zc_login .content .cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
  text-align: center;
}
#zc_login .content .cell form {
  width: 320px;
  min-height: 330px;
  background-color: #fff;
  border-radius: 10px !important;
  display: inline-block;
  overflow: hidden;
  padding: 18px;
  text-align: center;
  float: none;
}
#zc_login .content .cell form img {
  margin: 0 0 10px 0;
}
#zc_login .content .cell form h1 {
  color: #666;
  font-size: 22px;
  text-align: center;
  margin: 0 0 12px 0;
}
#zc_login input {
  background-color: #eee;
  margin: 0 0 5px 0;
}
#zc_login input.boton {
  background-color: #74be11;
  margin: 0 0 7px 0;
}
#zc_login p {
  text-align: center;
  margin: 20px 0 10px 0;
  font-size: 14px;
  color: #777;
  line-height: 17px;
}
#zc_login p a {
  text-align: center;
  font-size: 14px;
  color: #777;
  line-height: 17px;
}
#zc_login p a:hover {
  color: #74be11;
}
#zc_login input[type="submit"] {
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 10px !important;
  float: none !important;
  width: auto !important;
  font-size: 20px;
  margin: 10px 0 !important;
}
#zc_login input[type="submit"]:hover {
  background-color: #0d4188;
}
#zc_login #form_recordar {
  display: none;
}

/*==============================================*/
/* Centrando el modal */
/*-------------------------------------------------------------- */
.modal,
.opacity {
  position: fixed;

  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.modal {
  z-index: 10000000;
  overflow: auto;
}
.opacity {
  z-index: 990000;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal a.cerrar {
  position: fixed;
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 50%;
  z-index: 5101;
  background-color: #74be11;
  background-image: url(../images/btn_cerrar.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  right: -20px;
  top: -20px;
}
.modal a.cerrar:hover {
  background-color: #707070;
}
.modal_contenido {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 300px;
  transform: translate(-50%, -50%);
  z-index: 10;
  /*top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;*/
  max-height: auto;
  text-align: center;
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.8);
  margin: 0 0 0px 0;
}
.modal_contenido h3 {
  text-align: left;
  margin: 30px 0 15px 0;
  font-size: 17px;
  line-height: 20px;
  color: #444;
}
.modal_contenido p {
  width: auto !important;
  font-size: 15px;
  color: #444;
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  margin: 0 0 0px 0;
  text-align: justify;
}
.modal_contenido p a {
  font-size: 1em;
  color: #74be11;
}
.modal_contenido p a:hover {
  font-size: 1em;
  color: #000;
}
/*============================*/
#flying_links {
  position: fixed;
  float: none;
  width: 50px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto !important;
  border-radius: 5px 0 0 5px;
  z-index: 1;
  background-color: #fff;
}
.pqrf #flying_links {
  display: none;
}
#flying_links {
  padding: 10px 0;
}
#flying_links li {
  margin: 9px 0 9px 0;
  text-align: center;
  padding: 0 0 0 2px;
}
#flying_links li a {
  float: none;
  display: inline-block;
  width: auto;
  text-align: center;
}
#flying_links li a:hover {
  opacity: 0.8;
}
#flying_links li a img {
  float: none;
  display: inline-block;
}
@media screen and (max-width: 979px) {
  #flying_links {
    bottom: initial;

    top: 0px;
    left: 0px;
    width: 100%;
    height: auto !important;
    z-index: 70 !important;
    text-align: center;
    background-color: #efefef;
    padding: 10px 10px 10px 10px;
    border-bottom: solid 1px #ddd;
  }
  #flying_links li {
    width: auto;
    margin: 0 0px 0 13px;
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  #flying_links li.fb,
  #flying_links li.twitter,
  #flying_links li.instagram,
  #flying_links li.youtube {
    display: none;
  }
}
/*============================*/
#plan_de_vida {
  text-align: center;
  padding: 50px 0 0px 0;
}
#plan_de_vida .col {
  padding: 0 10px;
  margin: 0 0 50px 0;
  min-width: 200px;
}
#plan_de_vida .col p {
  text-align: center;
  color: #595959;
  font-size: 14px;
  line-height: 17px;
  padding: 0 10px;
}
#plan_de_vida .col h3 {
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  font-size: 22px;
  color: #666;
  font-family: "poppins_bold";
  line-height: 25px;
  margin: 0 0 15px 0;
  padding: 0 10px;
}
#plan_de_vida .ico {
  overflow: hidden;
  height: 170px;
  width: 170px;
  float: none;
  margin: 0 0 20px 0;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  border: solid 10px #ddd;
}
#plan_de_vida .ico p {
  width: 150px !important;
  height: 150px;
  float: none;
  display: table;
  text-align: center;
  padding: 0px !important;
  margin: 0px !important;
}
#plan_de_vida .ico span {
  width: 150px;
  height: 150px;
  float: none;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  padding: 0px !important;
}
/*============================*/
.supertitle {
  font-family: "poppins_bold";
  font-size: 40px;
  text-align: center;
  color: #666;
  margin: 0 0 50px 0;
}
/*============================*/
.fullblocks {
  padding: 0px;
}
.fullblock.gris {
  background-color: #efefef;
}
.fullblocks .col {
  min-height: 420px;
  padding: 30px;
  background-position: top center;
}
.fullblocks .col.right {
  float: right;
  padding: 50px;
}
.fullblocks .table {
  max-width: 590px !important;
}
.fullblocks .col.left {
  float: left;
}
.fullblocks .col.bg {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}
@media screen and (max-width: 979px) {
  .fullblocks .col.bg {
    position: relative;
  }
  .fullblocks .col {
    min-height: 300px;
    padding: 20px !important;
  }
}
.fullblocks .col h2 {
  font-size: 40px;
  color: #666;
  font-family: "poppins_bold";
  line-height: 40px;
  margin: 0 0 20px 0;
}
.fullblocks .col p {
  font-size: 16px;
  color: #666;
  line-height: 20px;
  text-align: justify;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 979px) {
  .fullblocks .col h2,
  .fullblocks .col p {
    text-align: center;
  }
}
.fullblocks .col ul {
  list-style-position: inside;
  list-style-type: disc;
}
.fullblocks .col li {
  font-size: 16;
  color: #666;
  line-height: 20px;
  text-align: left;
  margin: 0 0 7px 0;
}
/*============================*/
.negocio_paso {
  text-align: center;
  padding: 50px 10px;
}
.negocio_paso.paddingless {
  text-align: center;
  padding: 50px 0 0 0;
}
.negocio_paso .col {
  padding: 0 10px 0 30px;
}
.negocio_paso .icono {
  background-color: #0d4188;
  border-radius: 10px;
  padding: 20px;
  width: 49%;
}
.negocio_paso.alt .icono {
  background-color: #74be11;
}
@media screen and (max-width: 979px) {
  .negocio_paso .icono {
    background-color: #0d4188;
    border-radius: 10px;
    padding: 20px !important;
    width: 100%;
    margin-bottom: 25px;
  }
}
.negocio_paso.alt .col {
  padding: 0 30px 0 10px;
}
.negocio_paso.alt .icono {
  float: right;
  padding: 20px;
}
.negocio_paso .icono h5 {
  background-color: #74be11;
  width: 80px !important;
  height: 80px !important;
  border-radius: 100% !important;
  text-align: center !important;
  font-size: 17px !important;
  padding: 19px 0 0 0 !important;
  float: none !important;
  display: inline-block;
  vertical-align: middle !important;
  margin: 0 0px 0 0 !important;
  line-height: 15px !important;

  position: absolute;
  left: -25px;
  top: -25px;
  z-index: 20;
  color: #fff !important;
  text-transform: uppercase !important;
}
.negocio_paso.alt .icono h5 {
  background-color: #0d4188;
}
@media screen and (max-width: 979px) {
  .negocio_paso .icono h5 {
    float: none;
    display: inline-block;
    -o-left: calc(50% - 40px);
    -moz-left: calc(50% - 40px);
    -webkit-left: calc(50% - 40px);
    left: calc(50% - 40px);
    margin: 0px 0 20px 0 !important;
  }
}
.negocio_paso .icono h5 span {
  float: left !important;
  width: 100% !important;
  color: #fff !important;
  font-family: "poppins_bold" !important;
  font-size: 2em !important;
}
.negocio_paso .icono h6 {
  float: none;
  display: inline-block;
  width: 190px;
  height: 190px;
  background-color: #fff;
  border-radius: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 979px) {
  .negocio_paso .icono h6 {
    margin: 25px 0 0 0;
  }
}
.negocio_paso .icono span {
  float: left;
  display: inline-block;
  width: 190px;
  height: 190px;
  display: table;
}
.negocio_paso .icono span i {
  float: none;
  display: inline-block;
  width: 190px;
  height: 190px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.negocio_paso .icono div {
  float: none;
  display: inline-block;
  vertical-align: top;
  -o-width: calc(100% - 200px);
  -moz-width: calc(100% - 200px);
  -webkit-width: calc(100% - 200px);
  width: calc(100% - 200px);
  padding: 0 0 0 20px;
  vertical-align: middle;
}
@media screen and (max-width: 979px) {
  .negocio_paso .icono div {
    float: left;
    width: 100%;
    padding: 25px 0 0 0;
    text-align: center;
    vertical-align: middle;
  }
  .negocio_paso .icono div * {
    text-align: center !important;
  }
}
.negocio_paso .icono div h2 {
  font-size: 28px;
  color: #fff;

  font-family: "poppins_bold";
  line-height: 31px;
  margin: 0 0 20px 0;
}
.negocio_paso .icono div p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  text-align: justify;
  margin: 0 0 20px 0;
}
.negocio_paso ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
  list-style-type: disc;
  list-style-position: inside;
}
.negocio_paso li {
  text-align: left;
  margin: 0 0 7px 0;
  line-height: 22px;
  font-size: 16px;
}
.negocio_paso p {
  text-align: justify;
  margin: 0 0 20px 0;
  line-height: 22px;
  font-size: 16px;
}
@media screen and (max-width: 979px) {
  .negocio_paso p {
    text-align: center;
  }
}
.negocio_paso p a {
  display: inline-block;
  background-color: #74be11;
  text-decoration: none;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
}
.negocio_paso p a:hover {
  background-color: #0d4188;
}
.negocio_paso .icono .btn:hover {
  border: solid 1px #fff;
}
.negocio_paso p a.btn {
  padding: 0px 15px;
}
.negocio_paso hr {
  margin: 0px 0 10px 0;
}
@media screen and (min-width: 980px) {
  .negocio_paso hr:after {
    left: 0px;
  }
}
/*============================*/
.superindex {
  z-index: 15;
}
/*--------------------------------------------------------------*/
/* HOME: PopUp Modal */
/*--------------------------------------------------------------*/
#popuphome,
.popup_opacidad,
.popup_capa {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 50;
}
#popuphome,
.popup_opacidad {
  position: fixed;
}
#popuphome {
  overflow: auto;
}
.popup_opacidad {
  background-color: rgba(0, 0, 0, 0.7);
}
.popup_capa {
  display: table;
  position: absolute;
}
.popup_pieza {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
}
.popup_pieza div {
  position: relative;
}
.popup_pieza div,
.popup_pieza div img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 700px;
}
.popup_pieza div a {
  display: block;
}
#cerrar_popup {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #74be11;
  border-radius: 50%;
  text-indent: -9999px;
  position: absolute;
  right: -15px;
  top: -15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/ico-cerrar-blanco.svg);
  background-size: 20px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}
#cerrar_popup:hover {
  background-color: #38c0cb;
  background-size: 24px;
}

.instagram-post .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  flex-wrap: wrap;
}

.item-instagram {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
  border-radius: 13px;
  width: 24%;
  height: 27em;
}

.focus-instagram {
  position: absolute;
  top: 5px;
  right: 5px;
}

.focus-instagram span {
  color: #fff;
}

.focus-instagram a {
  text-decoration: none;
  display: block;
  font-size: 1.5em;
}

.container.instagram-post {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.content_title {
  margin-bottom: 40px;
}

img.icon-instagram {
  height: 27px;
}

.content_title img {
  max-width: 300px;
}

@media screen and (max-width: 1280px) {
  .item-instagram {
    border-radius: 13px;
    width: 23%;
    height: 22em;
  }

  .instagram-post .content {
    gap: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .item-instagram {
    border-radius: 13px;
    width: 30%;
    height: 23em;
  }

  .instagram-post .content {
    gap: 25px;
  }

  .content_title img {
    max-width: 200px;
  }

  .content_title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 980px) {
  .item-instagram {
    border-radius: 13px;
    width: 30%;
    height: 21em;
  }

  .instagram-post .content {
    gap: 25px;
  }

  .content_title img {
    max-width: 200px;
  }

  .content_title {
    margin-bottom: 40px;
  }

  .instagram-post .content {
    gap: 25px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 880px) {
  .item-instagram {
    border-radius: 13px;
    width: 30%;
    height: 19em;
  }

  .instagram-post .content {
    gap: 25px;
  }

  .content_title img {
    max-width: 200px;
  }

  .content_title {
    margin-bottom: 40px;
  }

  .instagram-post .content {
    gap: 25px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .item-instagram {
    border-radius: 13px;
    width: 47%;
    height: 27em;
  }

  .instagram-post .content {
    gap: 25px;
  }

  .content_title img {
    max-width: 200px;
  }

  .content_title {
    margin-bottom: 40px;
  }

  .instagram-post .content {
    gap: 25px;
    padding: 0 20px;
  }

  .formCurri .normalHv .aviso_privacidad p a {
    color: #878686 !important;
    font-size: 0.9em !important;
    text-decoration: none !important;
  }

  .formCurri .normalHv .aviso_privacidad {
    width: 100% !important;
  }
}

@media screen and (max-width: 700px) {
  .item-instagram {
    height: 24em;
  }
}

@media screen and (max-width: 650px) {
  .item-instagram {
    border-radius: 13px;
    width: 47%;
    height: 21em;
  }
  .content-work {
    height: 200px;
  }

  .instagram-post .content {
    gap: 25px;
  }

  .content_title img {
    max-width: 200px;
  }

  .content_title {
    margin-bottom: 40px;
  }

  .instagram-post .content {
    gap: 25px;
    padding: 0 20px;
  }
}

@media (max-width: 619px) {
  .textoCurri span {
    font-family: "poppins_bold";
    font-size: 16px;
    line-height: 23px;
    color: #fff;
  }
  h3.trabaja {
    font-family: "poppins_bold";
    font-size: 1.4em;
    padding-bottom: 1.5em;
  }

  .textoCurri {
    padding-left: 2em;
    padding-right: 2em;
    width: 100%;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 2em;
  }

  .normalHv input {
    border: 1px solid #0d4188 !important;
    border-radius: 6px;
    height: 50px !important;
    margin: 0 0 20px 0 !important;
  }

  .formCurri {
    width: 87% !important;
    padding-bottom: 1em;
    padding-top: 3em;
  }

  .normalHv input::placeholder {
    font-size: 17px;
    opacity: 1;
    color: #818181 !important;
  }

  .normalHv textarea {
    border: 1px solid #0d4188 !important;
    border-radius: 6px;
    font-size: 17px !important;
    height: 98px !important;
  }
  .normalHv textarea::placeholder {
    color: #818181 !important;
  }

  .normalHv label {
    border: 1px solid #0d4188 !important;
    border-radius: 6px;
    padding: 3px 6px;
    height: 50px !important;
    font-size: 17px !important;
    display: flex;
    align-items: center;
    margin: 0 0 30px 0 !important;
    color: #818181 !important;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media screen and (max-width: 550px) {
  .item-instagram {
    border-radius: 13px;
    width: 47%;
    height: 19em;
  }

  .instagram-post .content {
    gap: 25px;
  }

  .content_title img {
    max-width: 200px;
  }

  .content_title {
    margin-bottom: 40px;
  }

  .instagram-post .content {
    gap: 25px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .item-instagram {
    border-radius: 13px;
    width: 100%;
    height: 32em;
  }

  .instagram-post .content {
    gap: 25px;
  }

  .content_title img {
    max-width: 200px;
  }

  .content_title {
    margin-bottom: 40px;
  }

  .instagram-post .content {
    gap: 25px;
    padding: 0 20px;
  }

  .formCurri {
    width: 94% !important;
    padding-bottom: 1em;
    padding-top: 3em;
  }
}

@media screen and (max-width: 420px) {
  .item-instagram {
    height: 28em;
  }

  .trabajaConNosotros .page {
    padding: 0 !important;
  }

  .textoCurri span {
    font-family: "poppins_bold";
    font-size: 13.5px;
    line-height: 20px;
    color: #fff;
  }

  .textoCurri {
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 100%;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 380px) {
  .item-instagram {
    height: 26em;
  }
}

@media screen and (max-width: 360px) {
  .item-instagram {
    height: 24em;
  }
}
