html, body{
  overflow-x: hidden !important;
}
.header {
  z-index: 9;
  background-color: #f21c5e;
  width: 100%;
  height: 90px;
  padding: 10px 20px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.contenedor {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contenedor._960 {
  max-width: 750px;
}

.navbar {
  background-color: #0000;
}

.brand {
  width: 20%;
}

.logo {
  height: 70px;
}

.nav_menu {
  float: left;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: 70px;
  display: flex;
}

.item_nav {
  color: #fff;
  margin-left: 15px;
  margin-right: 0;
  padding: 12px 20px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.item_nav.w--current, .item_nav:hover{
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.item_nav.var.w--current{
  text-decoration: none;
}

.item_nav.var {
  color: #fff;
  background-color: #424143;
  border: 1px solid #000;
  border-radius: 50px;
  margin-left: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.main {
  float: left;
  width: 100%;
  margin-top: 90px;
}

.servicio, .columna, .cuadro, .valor, .columna_blog, .columna_contacto {
    transform: scale(1) !important;
    transition: all 0.4s ease !important;
    cursor: pointer;
}

.servicio:hover, .columna:hover, .cuadro:hover, .valor:hover, .columna_blog:hover, .columna_contacto:hover {
    transform: scale(1.08) !important;
    transition: all 0.4s ease !important;
    z-index: 7 !important;
}

.final_cc:hover *, .final_cc:hover {
    color: #f21c5e;
}

.columna_first .info__blog{
    transition: all 0.3s ease;
}

.columna_first:hover .info__blog {
    background: #f31c5f;
    transition: all 0.3s ease;
}

.columna_first:hover .info__blog .categoria_blog{
    background: #fff;
    transition: all 0.3s ease;
}

.columna_first:hover .info__blog .titulo_blog, .columna_first:hover .info__blog .texto_blog, .columna_first:hover .info__blog .ver_mas, .columna_first:hover .info__blog .titulo__blog{
    color:#fff;
    transition: all 0.3s ease;
}

.banner {
  float: left;
  background-position: 50% !important;
  background-size: 102% !important;
  width: 100%;
  padding: 10px 20px 0;
  overflow: hidden;
}

.left_banner {
  float: left;
  width: 60%;
  padding-top: 75px;
  padding-right: 100px;
}

.titulo_banner {
  color: #fff;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.titulo_banner.rosa {
  color: #e72160;
  max-width: 600px;
}

.titulo_banner.rosa.final {
  font-size: 35px;
  line-height: 40px;
}

.titulo_banner.var {
  margin-bottom: 15px;
}

.texto_banner {
  color: #fff;
  max-width: 500px;
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.texto_banner.var {
  color: #000;
  max-width: 600px;
}

.boton {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  width: auto;
  margin-top: 15px;
  padding: 12px 30px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.boton:hover {
  color: #fff;
  background-color: #f21c5e;
  border-color: #f21c5e;
}

.boton.outline {
  color: #fff;
  background-color: #0000;
  margin-top: 10px;
}

.boton.outline:hover {
  color: #fff;
  background-color: #f21c5e;
  border-color: #f21c5e;
}

.boton.outline.negro {
  float: right;
  color: #000;
  border-color: #000;
  margin-top: -25px;
}

.boton.outline.negro:hover {
  color: #fff;
  border-color: #f21c5e;
}

.boton.outline.rosa {
  color: #f21c5e;
  border-color: #f21c5e;
}

.boton.outline.rosa:hover {
  color: #fff;
  background-color: #f21c5e;
}

.boton.azul {
  color: #fff;
  background-color: #002237;
  border-color: #002237;
  padding-left: 35px;
  padding-right: 35px;
}

.boton.azul:hover {
  background-color: #828282;
  border-color: #828282;
}

.boton.new {
  margin-top: 10px;
}

.boton.new:hover {
  color: #fff;
  background-color: #000;
  border-bottom-color: #000;
}

.right_banner {
  float: left;
  width: 40%;
}

.second_home {
  float: left;
  background-color: #e8e8e8;
  background-image: url('../images/ado.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  padding: 75px 20px;
  position: relative;
}

.gris {
  background-color: #e8e8e8;
  border-top-right-radius: 100px;
  width: 95%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.left_second {
  float: left;
  width: 50%;
  padding-right: 30px;
}

.right_second {
  float: left;
  width: 50%;
  padding-left: 40px;
}

.titulo_second {
  color: #002237;
  border-left: 5px solid #f21c5e;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  font-family: Barlow, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.texto_second {
  color: #000;
  text-align: justify;
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.markup {
  color: #fff;
  text-align: center;
  background-color: #f21c5e;
  border-radius: 15px;
  padding: 12px 25px;
  font-family: Barlow, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}

.boton_second {
  text-align: center;
  margin-top: 10px;
}

.third_home {
  float: left;
  background-color: #fff;
  background-image: url('../images/cadena.svg'), url('../images/bg_third.jpg');
  background-position: 0 40px, 50%;
  background-repeat: no-repeat, repeat;
  background-size: 250px, cover;
  width: 100%;
  padding: 65px 20px 40px;
}

.title_servicios {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.subtitulo_servicios {
  color: #e72160;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.subtitulo_servicios.var {
  font-size: 30px;
  line-height: 35px;
}

.third_servicios {
  color: #424143;
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.columnas_servicios {
  margin-top: 45px;
}

.left_servicios {
  float: left;
  width: 50%;
  padding-top: 100px;
  padding-right: 25px;
}

.left_servicios.right {
  padding-top: 0;
  padding-left: 25px;
  padding-right: 0;
}

.servicio.new {
  margin-bottom: 30px;
}

.info_servicio {
  background-color: #f21c5e;
  border-top-left-radius: 40px;
  padding: 50px 40px;
}

.info_servicio.new {
  float: left;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 40px;
  width: 55%;
  height: 275px;
  padding: 35px;
}

.categoria_servicio {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.categoria_servicio.new {
  color: #000;
}

.titulo_servicio {
  color: #002237;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.imagen_servicio {
  background-image: url('../images/s1.jpg');
  background-position: 50% -30px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.imagen_servicio.var {
  background-image: url('../images/s2.png');
  background-position: 50% 0;
  background-size: 110%;
  border-bottom-right-radius: 40px;
  height: 225px;
}

.imagen_servicio.new {
  float: left;
  background-image: url('../images/s3.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 40px;
  width: 45%;
  height: 275px;
}

.fourth_home {
  float: left;
  background-color: #fff;
  background-image: url('../images/chain_new.svg');
  background-position: 90% 5%;
  background-repeat: no-repeat;
  background-size: auto 150px;
  width: 100%;
  padding: 65px 0 20px;
  position: relative;
}

.fourth_home._2 {
  text-align: right;
  background-image: url('../images/chain2.svg');
  background-position: 15% 0;
  padding-bottom: 65px;
}

.fourth_home._1 {
  padding-bottom: 65px;
}

.fourth_home.var {
  padding-bottom: 0;
}

.cintillo {
  background-color: #f21c5e;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: auto;
  margin-bottom: 100px;
  padding: 12px 30px;
  display: inline-block;
}

.cintillo.var {
  margin-bottom: 0;
}

.cintillo.new {
  float: none;
  border-radius: 50px 0 0 50px;
  margin-bottom: 0;
}

.titulo_cintillo {
  color: #002237;
  border-left: 5px solid #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Barlow, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.titulo_cintillo.new {
  border-left-style: none;
  border-right: 5px solid #fff;
  padding-left: 0;
  padding-right: 20px;
  font-size: 25px;
  line-height: 30px;
}

.titulo_cintillo.var {
  font-size: 25px;
  line-height: 30px;
}

.columna {
  float: left;
  border-radius: 15px;
  width: 31.3333%;
  margin-bottom: 75px;
  margin-left: 1%;
  margin-right: 1%;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0 2px 5px #0003;
}

.icono_columna {
  width: auto;
  height: 55px;
  margin-top: -30px;
}

.titulo_columna {
  color: #000;
  margin-top: 20px;
  font-family: Barlow, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.texto_columna {
  color: #000;
  min-height: 60px;
  margin-top: 10px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.fifth_home {
  float: left;
  background-image: linear-gradient(#002237, #00619d);
  width: 100%;
  padding: 40px 20px;
}

.fifth_home.var {
  background-color: #f21c5e;
  background-image: none;
}

.banner_azul {
  width: 100%;
  height: 325px;
}

.left_blue {
  float: left;
  background-image: linear-gradient(90deg, #002237, #00619d);
  border-top-left-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 30px 40px;
  display: flex;
}

.left_blue.var {
  background-color: #f72d6b;
  background-image: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.titulo_ba {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.texto_ba {
  color: #fff;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.imagen_blue {
  float: left;
  background-image: url('../images/blue.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 50%;
  height: 100%;
}

.blog_home {
  float: left;
  background-color: #fff;
  width: 100%;
  padding: 60px 20px 100px;
}

.imagen_banner {
  position: relative;
  top: 10px;
}

.imagen_banner.var {
  top: 0;
}

.titulo_blogs {
  color: #013555;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.texto_bh {
  float: left;
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 17px;
}

.texto_bh.new {
  float: none;
}

.texto_bh.new.ff {
  margin-bottom: 15px;
}

.columnas__blog {
  width: 104%;
  margin-top: 40px;
  margin-left: -2%;
}

.columna_blog {
  float: left;
  text-transform: none;
  width: 29.3333%;
  margin-left: 2%;
  margin-right: 2%;
  text-decoration: none;
}

.imagen_blog {
  border-radius: 75px;
  width: 100%;
  height: 200px;
  box-shadow: -5px 0 #f21c5e;
}

.imagen_blog._1 {
  background-image: url('../images/b1.jpg');
  background-position: 50%;
  background-size: cover;
}

.imagen_blog._3 {
  background-image: url('../images/b3.jpg');
  background-position: 50%;
  background-size: cover;
}

.imagen_blog._2 {
  background-image: url('../images/b2.jpg');
  background-position: 50%;
  background-size: cover;
}

.imagen_blog.var {
  height: 350px;
}

.imagen_blog.var._4 {
  background-image: url('../images/s1.jpg');
  background-position: 50% -20px;
  background-size: auto 115%;
}

.imagen_blog.var._5 {
  background-image: url('../images/s3.jpg');
  background-position: 48%;
  background-size: 102%;
}

.imagen_blog.var._6 {
  background-image: url('../images/n5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.info_blog {
  margin-top: 20px;
}

.titulo_blog {
  color: #000;
  min-height: 45px;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  overflow: hidden;
}

.texto_blog {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 16px;
}

.texto_blog.var {
  height: 60px;
  overflow: hidden;
}

.footer {
  float: left;
  background-color: #fff;
  width: 100%;
  padding: 40px 20px;
}

.top_footer {
  float: left;
  width: 100%;
}

.side_footer {
  float: left;
  width: 25%;
}

.side_footer.var {
  text-align: right;
}

.mid_footer {
  float: left;
  text-align: center;
  width: 50%;
}

.enlaces_footer {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 50px;
}

.item_footer {
  color: #000;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

.item_footer.w--current, .item_footer:hover{
  color: #000;
  text-decoration: underline;
}

.address {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 15px;
}

.red {
  margin-left: 10px;
}

.down_footer {
  float: left;
  text-align: center;
  border-top: 1px solid #000;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
}

.copy, .final_link {
  color: #000;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  display: inline-block;
}

.banner_soluciones {
  float: left;
  background-image: url('../images/soluciones.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding: 0 20px;
}

.second_soluciones {
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.left_soporte {
  float: left;
  text-align: center;
  width: 60%;
  padding-top: 60px;
  padding-right: 40px;
}

.left_soporte.var {
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 0;
}

.right_soporte {
  float: left;
  width: 40%;
  min-height: 50px;
  margin-top: -40px;
}

.right_soporte.var {
  margin-top: 0;
}

.texto_soporte {
  color: #000;
  text-align: left;
  background-image: url('../images/lista.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 75%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.enlace_soporte {
  margin-top: 20px;
}

.final_soluciones {
  float: left;
  background-image: linear-gradient(#013555, #085980);
  width: 100%;
  position: relative;
}

.left_final {
  float: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 300px;
  padding-right: 60px;
  display: flex;
}

.right_final {
  float: left;
  background-image: url('../images/final.jpg');
  background-position: 45%;
  background-size: 102%;
  border-top-left-radius: 50px;
  width: 50%;
  height: 300px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.first_blog {
  padding: 60px 20px 40px;
}

.titulo__blogs {
  color: #f21c5e;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.blog_first {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.columna_first {
  float: left;
  border: 1px solid #f21c5e;
  border-radius: 40px 0;
  width: 100%;
  overflow: hidden;
}

.columna_first.var {
  width: 31.3333%;
  margin: 15px 1%;
}

.imagen__blog {
  float: left;
/*  background-image: url('../images/first_blog.jpg');*/
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 350px;
}

.imagen__blog.var {
/*  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');*/
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 225px;
}

.info__blog {
  float: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 350px;
  padding: 40px;
  display: flex;
  position: relative;
}

.info__blog.var {
  width: 100%;
  height: 275px;
  padding: 20px;
}

.categoria_blog {
  color: #000;
  background-color: #f21c5e;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
}

.titulo__blog {
  color: #013555;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.titulo__blog.var {
  font-size: 35px;
  line-height: 40px;
}

.ver_mas {
  color: #f21c5e;
  background-image: url('../images/arrow_icon.svg');
  background-position: 100% 6px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 20px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  inset: auto auto 40px 40px;
}

.ver_mas.var {
  bottom: 20px;
  left: 20px;
}

.categorias {
  float: left;
  width: 100%;
  padding: 20px;
}

.categoria {
  color: #000;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.categoria:hover, .categoria.active {
  color: #f21c5e;
  border-color: #f21c5e;
}

.content__blogs {
  float: left;
  width: 100%;
  padding: 40px 20px 60px;
}

.blogs {
  float: left;
  width: 102%;
  margin-left: -1%;
}

.content_blog {
  padding: 50px 20px;
}

.regresar {
  color: #f21c5e;
  background-image: url('../images/regresar.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 25px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.banner_noticia {
  margin-top: 60px;
}

.titulo_noticia {
  color: #002237;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.imagen_interna {
  border-radius: 40px 0;
  overflow: hidden;
}

.interna {
  width: 100%;
}

.interna.in {
  margin-bottom: 30px;
}

.share {
  text-align: center;
  margin-top: 30px;
}

.share.mid {
  float: left;
  text-align: left;
  width: 50%;
}

.network {
  margin-left: 5px;
  margin-right: 5px;
}

.img_share {
  width: 35px;
}

.content__noticia {
  color: #000;
  margin-top: 40px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.content__noticia.var {
  margin-top: 0;
}

.title__new {
  color: #000;
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.parrafo {
  margin-bottom: 30px;
}

.final__new {
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

.label_share {
  color: #000;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  font-weight: 600;
}

.categorias_finales {
  float: left;
  text-align: right;
  width: 50%;
  padding-top: 65px;
}

.category {
  color: #000;
  background-color: #f5f5f5;
  margin-left: 5px;
  padding: 5px 15px;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.banner_nosotros {
  float: left;
  background-image: url('../images/banner_nosotros.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.second_quienes {
  float: left;
  background-image: url('../images/barra.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  padding: 50px 20px;
}

.left_quienes {
  float: left;
  width: 50%;
  padding-left: 60px;
  padding-right: 30px;
}

.right_quienes {
  float: left;
  text-align: right;
  width: 50%;
}

.imagen_quienes {
  background-image: url('../images/quienes.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  width: 100%;
  max-width: 450px;
  height: 275px;
  display: inline-block;
}

.final_second {
  float: left;
  width: 100%;
  margin-top: 60px;
}

.columnas_quienes {
  margin-top: 45px;
}

.cuadro {
  float: left;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14.2857%;
  height: 135px;
  margin-left: 0%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.cuadro._1 {
  z-index: 4;
  height: 200px;
  margin-top: -10px;
  position: relative;
}

.cuadro._2 {
  z-index: 3;
  height: 180px;
  position: relative;
}

.cuadro._3 {
  z-index: 2;
  height: 170px;
  position: relative;
  top: 5px;
}

.cuadro._4 {
  height: 150px;
  margin-left: 0%;
  position: relative;
  top: 15px;
}

.titulo_sector {
  color: #002237;
  margin-top: 10px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.icono_sector {
  height: 58px;
}

.third_nosotros {
  float: left;
  background-image: linear-gradient(#002237, #00619d);
  width: 100%;
  padding: 40px 20px;
}

.titulo_valores {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.columnas_valores {
  text-align: center;
}

.valor {
  background-color: #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-left: -30px;
  display: inline-flex;
  overflow: hidden;
  box-shadow: 0 5px #009eff;
}

.valor._2 {
  width: 170px;
  height: 170px;
}

.valor._3 {
  width: 160px;
  height: 160px;
}

.banner_contacto {
  float: left;
  background-image: url('../images/cadena.svg');
  background-position: 0 50px;
  background-repeat: no-repeat;
  background-size: auto 200px;
  width: 100%;
  padding: 65px 20px;
}

.titulo_contacto {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.texto_contacto {
  color: #000;
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.columnas_contacto {
  margin-top: 50px;
}

.columna_contacto {
  float: left;
  text-align: center;
  width: 33.3333%;
  min-height: 100px;
}

.titulo_tc {
  color: #002237;
  margin-top: 20px;
  font-family: Barlow, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.texto_tc {
  color: #000;
  margin-top: 15px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
}

.final_cc {
  color: #000;
  margin-top: 15px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
}

.final_cc *{
  color: #000;
}

.content__contact {
  float: left;
  text-align: center;
  background-image: url('../images/clip_contacto.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  padding: 40px 20px 60px;
}

.content_form {
  max-width: 500px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.label_form {
  color: #000;
  text-align: left;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.input_form {
  color: #000;
  text-align: left;
  border: 1px solid #000;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.input_form.textarea {
  min-height: 125px;
}

.enviar {
  background-color: #f21c5e;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 12px 40px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
}

.enviar_form:hover .enviar {
  color: #fff;
  background-color: #000;
}

.contenido__politicas {
  float: left;
  width: 100%;
  padding: 50px 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.content_404 {
  text-align: center;
  padding: 60px 20px;
}

.icono_404 {
  height: 150px;
}
.listado_categorias{
  position: relative;
  width: 100%;
}

/*ROTADORES*/

ul.rotador_servicios, .columnas_mobile ul {
    padding: 0 !important;
    list-style: none !important;
}

.columnas_mobile {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.columnas_mobile ul li{
  padding: 0 5px;
}

.slider-controls {
    text-align: center;
}

.slider-controls button {
    height: 40px;
    width: 40px;
    background: #000;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0px;
}

@media(max-width: 1130px){
  .columna{
    width: 48%;
  }

.titulo_servicio {
    font-size: 25px;
    line-height: 30px;
}

.boton.azul{
  padding-left: 20px;
  padding-right: 20px;
}
}

@media screen and (max-width: 991px) {
.item_nav.w--current, .item_nav:hover {
    background: #f31c5f;
}

.nav_menu{
  background:#fff;
}

.titulo_servicio{
  font-size: 20px;
  line-height: 20px;
}

.servicio, .columna, .cuadro, .valor {
    transform: scale(1) !important;
    transition: all 0.4s ease !important;
    position: relative !important;
}

.servicio:hover, .columna:hover, .cuadro:hover, .valor:hover {
    transform: scale(1) !important;
    transition: all 0.4s ease !important;
}

.valor {
    display: inline-flex;
    margin: auto;
    margin-bottom: 20px;
    float: none;
}


.boton.azul{
  padding-left: 20px;
  padding-right: 20px;
}

  .header {
    height: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    margin-left: 20px;
  }

  .logo {
    height: 60px;
  }

  .nav_menu {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .item_nav {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1px #00000026;
    border-top-style: solid;
    margin-left: 0;
  }

  .item_nav.var {
    border-style: none;
    border-radius: 0;
    margin-left: 0;
  }

  .main {
    margin-top: 80px;
  }

  .left_banner {
    padding-top: 20px;
    padding-right: 0;
  }

  .titulo_banner {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 40px;
  }

  .texto_banner {
    margin-bottom: 0;
  }

  .boton.outline.negro {
    float: left;
    margin-top: 0;
  }

  .second_home {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left_second {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 100px;
  }

  .right_second {
    width: 100%;
    padding-left: 0;
    padding-right: 100px;
  }

  .titulo_second {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 35px;
  }

  .third_home {
    padding-top: 40px;
  }

  .title_servicios {
    font-size: 20px;
    line-height: 25px;
  }

  .subtitulo_servicios {
    font-size: 30px;
    line-height: 35px;
  }

  .third_servicios {
    font-size: 18px;
  }

  .left_servicios {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .left_servicios.right {
    margin-top: 20px;
    padding-left: 0;
  }

  .fourth_home {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cintillo {
    margin-left: -20px;
    margin-bottom: 40px;
  }

  .titulo_cintillo {
    font-size: 30px;
    line-height: 35px;
  }

  .columna {
    width: 98%;
    margin-top: 40px;
    margin-bottom: 15px !important;
  }

  .texto_columna {
    min-height: 85px;
    overflow: hidden;
  }

  .fifth_home {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .left_blue {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .titulo_ba {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

  .texto_ba {
    font-size: 15px;
    line-height: 20px;
  }

  .blog_home {
    padding-bottom: 30px;
  }

  .titulo_blogs {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .texto_bh {
    width: 100%;
    margin-bottom: 15px;
  }

  .columnas__blog {
    flex-flow: column;
    width: 100%;
    margin-left: 0%;
    display: block;
  }

  .columna_blog {
    width: 96%;
    margin-bottom: 40px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .imagen_blog.var {
    height: 250px;
  }

  .side_footer {
    text-align: center;
    width: 100%;
  }

  .side_footer.var {
    text-align: center;
  }

  .mid_footer {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .down_footer {
    margin-top: 20px;
    padding-top: 20px;
  }

  .toggle {
    color: #fff;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .toggle.w--open {
    background-color: #0000;
  }

  .img_second {
    max-width: 250%;
  }

  .left_soporte.var {
    padding-left: 40px;
  }

  .right_soporte {
    margin-top: 30px;
  }

  .texto_soporte {
    background-position: 0 6px;
    background-size: auto 30px;
  }

  .left_final {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columna_first.var {
    width: 48%;
  }

  .banner_noticia {
    margin-top: 30px;
  }

  .titulo_noticia {
    font-size: 25px;
    line-height: 30px;
  }

  .categorias_finales {
    padding-top: 0;
  }

  .category {
    margin-top: 10px;
    margin-left: 10px;
  }

  .second_quienes {
    background-image: none;
    padding-bottom: 20px;
  }

  .left_quienes {
    padding-left: 0;
  }

  .cuadro {
    width: 96%;
    height: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .cuadro._1 {
    height: 180px;
    margin-top: 0;
  }

  .cuadro._3 {
    height: 180px;
    top: 0;
  }

  .cuadro._4 {
    height: 180px;
    margin-left: 1%;
    top: 0;
  }

  .content__contact {
    padding-right: 200px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    background-size: auto 102% !important;
  }

  .left_banner {
    text-align: center;
    width: 100%;
  }

  .titulo_banner {
    max-width: 100%;
    font-size: 30px;
    line-height: 35px;
  }

  .texto_banner {
    max-width: 100%;
  }

  .right_banner {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }

  .left_second, .right_second {
    padding-right: 60px;
  }

  .info_servicio {
    padding: 30px;
  }

  .titulo_servicio {
    font-size: 25px;
    line-height: 30px;
  }

  .fourth_home {
    padding-bottom: 0;
  }

  .fourth_home._1 {
    padding-bottom: 20px;
  }

  .cintillo {
    margin-bottom: 20px;
  }

  .slider-controls {
      margin-bottom: 30px;
  }

  .titulo_cintillo.new, .titulo_cintillo.var {
    font-size: 20px;
  }

  .columna {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .banner_azul {
    height: auto;
  }

  .left_blue {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .imagen_blue {
    border-top-right-radius: 0;
    border-bottom-left-radius: 40px;
    width: 100%;
    height: 250px;
  }

  .blog_home {
    padding-top: 30px;
  }

  .imagen_banner {
    max-width: 300px;
  }

  .columna_blog {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 20px;
  }

  .info_blog {
    text-align: left;
  }

  .titulo_blog {
    min-height: 10px;
  }

  .img_second {
    max-width: 100%;
  }

  .left_soporte {
    width: 100%;
    padding-top: 30px;
    padding-right: 0;
  }

  .left_soporte.var {
    padding-left: 0;
  }

  .right_soporte {
    width: 100%;
  }

  .texto_soporte {
    background-position: 0 0;
    background-size: auto 20px;
    padding-top: 0;
  }

  .final_soluciones {
    margin-top: 30px;
  }

  .left_final {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .right_final {
    width: 100%;
    position: relative;
  }

  .second_quienes {
    padding-top: 20px;
  }

  .left_quienes {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .right_quienes {
    text-align: left;
    width: 100%;
  }

  .final_second {
    margin-top: 40px;
  }

  .cuadro {
    width: 96%;
    margin: 10px 2% !important;
  }

  .valor {
    float: none;
    width: 200px;
    height: 200px;
    margin: 15px 1%;
    display: inline-flex;
    margin-bottom: 20px;
  }

  .banner_contacto {
    padding-top: 40px;
  }

  .titulo_contacto {
    font-size: 25px;
    line-height: 30px;
  }

  .texto_contacto {
    font-size: 15px;
  }

  .columna_contacto {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .titulo_tc {
    font-size: 20px;
    line-height: 25px;
  }

  .icono_404 {
    height: 75px;
  }

  .imagen_servicio.new {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 225px;
  }

  .info_servicio.new {
    width: 100%;
    height: auto;
    padding: 25px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 45%;
  }

  .boton.azul {
    padding-left: 30px;
    padding-right: 30px;
  }

  .left_second, .right_second {
    padding-right: 20px;
  }

  .info_servicio.new {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .imagen_servicio {
    background-position: 50% -30px;
    background-size: auto 122%;
    border-bottom-right-radius: 40px;
  }

  .imagen_servicio.var {
    background-size: cover;
  }

  .imagen_servicio.new {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 225px;
  }

  .titulo_cintillo {
    font-size: 25px;
    line-height: 30px;
  }

  .left_blue {
    padding: 25px;
  }

  .imagen_banner {
    max-width: 250px;
  }

  .titulo_blogs {
    font-size: 25px;
    line-height: 30px;
  }

  .texto_blog.var {
    height: auto;
  }

  .right_final {
    height: 175px;
  }

  .first_blog {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .titulo__blogs {
    font-size: 25px;
    line-height: 30px;
  }

  .blog_first {
    margin-top: 20px;
  }

  .columna_first.var {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .imagen__blog {
    width: 100%;
    height: 200px;
  }

  .info__blog {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .info__blog.var {
    height: auto;
  }

  .titulo__blog {
    font-size: 20px;
    line-height: 25px;
  }

  .ver_mas, .ver_mas.var {
    margin-top: 20px;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .categorias {
    padding-bottom: 0;
  }

  .categoria {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .content__blogs {
    padding-top: 20px;
  }

  .blogs {
    width: 100%;
    margin-left: 0%;
  }

  .content_blog {
    padding-top: 30px;
  }

  .titulo_noticia {
    margin-top: 10px;
  }

  .interna.in {
    margin-bottom: 15px;
  }

  .share.mid {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .content__noticia {
    text-align: justify;
  }

  .title__new {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 30px;
  }

  .parrafo {
    margin-bottom: 15px;
  }

  .categorias_finales {
    text-align: center;
    width: 100%;
  }

  .category {
    margin-left: 5px;
    margin-right: 5px;
  }

  .titulo_valores {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .content__contact {
    background-image: none;
    padding-top: 0;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .form_block {
    margin-bottom: 0;
  }

  .icono_404 {
    height: 75px;
  }
}


