/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
:root{
  --color_banner:#00beff;
  --color_banner_texto:#fff;
}
html {
  font-size: 16px;
}

body {
  color: #0B1D40;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Bogle", sans-serif;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  margin:0!important;
}

body,
html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

body,
.smooth-container {
  scroll-behavior: smooth;
}

a, a:visited, a:hover, a:active {
  color: inherit;
}

.container-small {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-small {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-small {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-small {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-small {
    max-width: 990px;
  }
}

p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0;
  color: #0B1D40;
}

p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2.5rem;
}

@media only screen and (max-width: 991px) {
  .wrap {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 15px;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -.6rem;
  margin-left: -.6rem;
}

.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
  padding-right: .6rem;
  padding-left: .6rem;
}

.row.row-big {
  margin-right: -2.1rem;
  margin-left: -2.1rem;
}

.row.row-big > [class^="col-"],
.row.row-big > [class*=" col-"] {
  padding-right: 2.1rem;
  padding-left: 2.1rem;
}

@media only screen and (max-width: 550px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big > [class^="col-"],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

* {
  outline: none;
}

a,
button {
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.btn {
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 100px;
  height: 3.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .5rem 1.5rem;
  color: #fff;
  background: #00BEFF;
  min-width: 12.5rem;
  border: 1px solid #00BEFF;
}
.btn:not(.btn-header):not(:hover){
	color: #fff!important;
}
.btn:hover {
  background: #fff;
  border: 1px solid #00BEFF;
  color: #0B1D40;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.btn--blanco {
  background: #fff;
  color: #0B1D40;
}

.btn--blanco:hover {
  background: #0B1D40;
  color: #fff;
}

.btn--azul {
  background: #0B1D40;
  color: #fff;
  border: 1px solid #0B1D40;
}

.btn--azul:hover {
  border: 1px solid #0B1D40;
  color: #0B1D40;
  background: transparent;
}

.btn--b-azul {
  border-color: #0B1D40;
  color: #0B1D40;
}

.btn--b-azul:hover {
  background: #0B1D40;
  color: #fff;
}

.btn--b-negro {
  border: 1px solid #2E2F32;
  color: #2E2F32;
  background: #fff;
}

.btn--b-negro:hover {
  background: #2E2F32;
  color: #fff;
  border: 1px solid #2E2F32;
}

.btn-link {
  color: #00BEFF!important;
  font-size: 1.125rem;
  font-weight: bold;
}

.btn-link img {
  margin-left: .2rem;
  transition: all .3s ease;
}

.btn-link:hover {
  text-decoration: underline;
}

.btn-link:hover img {
  transform: translateX(5px);
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

.text-left {
  text-align: left;
}

@media (max-width: 1500px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    transition-property: none !important;
    /*CSS transforms*/
    transform: none !important;
    /*CSS animations*/
    animation: none !important;
    visibility: visible !important;
  }
}

@font-face {
  font-family: 'Bogle';
  src: url("fonts/Bogle-Black.woff2") format("woff2"), url("fonts/Bogle-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Bogle';
  src: url("fonts/Bogle-Bold.woff2") format("woff2"), url("fonts/Bogle-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Bogle';
  src: url("fonts/Bogle-Regular.woff2") format("woff2"), url("fonts/Bogle-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.carrusel {
  position: relative;
}

.carrusel.con-nav {
  padding: 0;
}

.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
}

.carrusel .tns-nav button {
  width: 1.18rem;
  height: 1.18rem;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 8px;
  background: transparent;
  padding: 0;
}

.carrusel.gris button {
  border-color: #E3E1E6;
  background: #E3E1E6;
}

.carrusel.gris button.tns-nav-active {
  background: #2E2F31;
  border-color: #2E2F31;
}

.carrusel.blanco button {
  border-color: #D9D9D9;
  background: #D9D9D9;
}

.carrusel.blanco button.tns-nav-active {
  background: #fff;
  border-color: #fff;
}

.carrusel.azul button {
  background: transparent;
}

.carrusel.azul button.tns-nav-active {
  background: #00BEFF;
  border-color: #00BEFF;
}

.carrusel .tns-controls button {
  background: transparent;
  border-radius: 50%;
  font-size: 0;
  width: 46px;
  height: 46px;
  line-height: 40px;
  border: none;
  text-align: center;
  position: absolute;
  padding: 3px 0 0;
  z-index: 10;
  top: 40%;
}

.carrusel .tns-controls button:first-child {
  left: 20px;
  padding-right: 0px;
}

.carrusel .tns-controls button:last-child {
  right: 20px;
  padding-left: 0px;
}

.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 32px;
  color: #fff;
}

.carrusel .tns-controls button:first-child:after {
  content: "\f053";
  padding-right: 4px;
}

.carrusel .tns-controls button:last-child:after {
  content: "\f054";
  padding-left: 4px;
}

.carrusel .tns-controls button:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 640px) {
  .carrusel .tns-controls {
    display: none;
  }
  .carrusel .tns-controls button {
    width: 40px;
    height: 40px;
    line-height: 32px;
  }
  .carrusel .tns-controls button:after {
    font-size: 24px;
  }
  .carrusel .tns-controls button:first-child {
    left: 20px;
  }
  .carrusel .tns-controls button:last-child {
    right: 20px;
  }
}

.carrusel .tns-controls {
  display: none;
}

.carrusel.con-nav .tns-controls {
  display: block;
}

@media only screen and (max-width: 640px) {
  .carrusel.con-nav .tns-controls {
    display: none;
  }
}

.slide-home .carrusel .tns-nav {
  position: absolute;
  left: 160px;
  bottom: 1em;
  z-index: 999;
}

@media only screen and (max-width: 1550px) {
  .slide-home .carrusel .tns-nav {
    left: 80px;
  }
}

.c-movil {
  overflow: hidden;
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 20px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
}

header {
  padding: 1rem 0;
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 99;
  transition: all .5s ease;
}

header.solido {
  padding: 1rem 0 1rem;
}

header.oculto {
  transform: translateY(-100%);
}

@media only screen and (max-width: 991px) {
  header {
    padding: 1rem 0;
  }
}

@media only screen and (max-width: 550px) {
  header {
    padding: .6rem 0;
  }
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

header .logo {
  width: 10.6rem;
  position: relative;
  z-index: 10;
}

header .logo img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  header .logo {
    z-index: 999;
  }
}

@media only screen and (max-width: 550px) {
  header .logo {
    width: 115px;
  }
}

header nav {
  position: relative;
}

header nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

header nav ul li {
  margin-left: 2rem;
}

header nav ul li a{
  color: #000;
  font-size: 1rem;
  display: block;
  padding-bottom: 0rem;
  position: relative;
}
header nav ul li.current-menu-item a{
font-weight:700;
}

header nav ul li a:not(.btn):after{
	content:"";
	position:absolute;
	bottom:-5px;
	width:0;
	left:0;
	height:1px;
	transition:all .3s ease;
	background-color:#00BEFF;
}

header nav ul li.current-menu-item a:after,
header nav ul li a:not(.btn):hover:after{
	width:100%;
	
}

header nav ul li a.btn {
  color: #0B1D40;
  background: #00BEFF;
  font-weight: 700;
  border-radius: 100px;
}

header nav ul li a.activo:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #00BEFF;
}

header nav ul li:hover .submenu-soluciones {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  header nav ul li:hover .submenu-soluciones {
    opacity: 0;
    visibility: hidden;
  }
}

@media only screen and (max-width: 991px) {
  header nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    height: 100%;
    background: #FAF9FC;
    padding: 6rem 1.5rem 2rem;
    z-index: 99;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
  }
  header nav.visible {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  header nav ul {
    flex-direction: column;
  }
  header nav ul li {
    margin-left: 0;
    margin-bottom: 1.5rem;
  }
  header nav ul li a {
    color: #000;
    font-size: 30px;
  }
  header nav ul li a.btn {
    margin-top: 30px;
  }
}

header .btn-menu {
  display: none;
  z-index: 999;
  height: auto;
  position: absolute;
  right: 2rem;
  top: 2rem;
}

@media only screen and (max-width: 550px) {
  header .btn-menu {
    right: 1rem;
    top: 1.2rem;
  }
}

header .btn-menu span {
  width: 30px;
  height: 3px;
  background-color: #0B1D40;
  margin: 6px 0;
  transition: 0.4s;
  display: block;
}

header .btn-menu.open span:nth-child(1) {
  transform: rotate(-45deg) translate(-9px, 6px);
}

header .btn-menu.open span:nth-child(2) {
  opacity: 0;
}

header .btn-menu.open span:nth-child(3) {
  transform: rotate(45deg) translate(-7px, -4px);
}

@media only screen and (max-width: 991px) {
  header .btn-menu {
    display: block;
  }
}

.content {
  padding-top: 6rem;
}

@media only screen and (max-width: 550px) {
  .content {
    padding-top: 4rem;
  }
}

.hero{
  position: relative;
  min-height: 80vh;
}

@media only screen and (max-width: 992px) {
  .hero.hero-soluciones{
    min-height: auto;
  }
}

.hero__img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 80vh;
  vertical-align: bottom;
}

.hero-soluciones-img{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 80vh;
  vertical-align: bottom;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .hero-soluciones-img{
    height: 50vh;
  }
}

.hero-soluciones-img img{
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-soluciones-img img.-bg{
  height: auto;
  transform: translateY(-50%);
  top:50%;
}

.hero .container {
  height: auto;
  position: relative;
  z-index: 10;
  border-left: 1px solid #FFAD03;
}

.hero__txt {
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .hero__txt {
    padding: 0 1rem;
  }
}

.hero__txt h3 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.hero__txt h1 {
  margin: 0 0 1rem;
  font-size: 3rem;
  color: #0B1D40;
  font-weight: 400;
  max-width: 30rem;
  line-height: 1.1;
}

@media only screen and (max-width: 768px) {
  .hero__txt h1 br {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  .hero__txt h1 {
    font-size: 30px;
  }
}

.hero__txt p {
  max-width: 28rem;
  font-size: 1.25rem;
  color: #0B1D40;
  font-weight: normal;
  margin-bottom: 0;
}

.hero__txt .botones .btn {
  margin: 0 1rem;
}

@media only screen and (max-width: 768px) {
  .hero__txt h1 {
    font-size: 3rem;
  }
  .hero__txt p {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 550px) {
  .hero__txt h1 {
    font-size: 2.4rem;
    line-height: 1;
  }
  .hero__txt p {
    font-size: 1.2rem;
  }
  .hero__txt .botones {
    flex-direction: column;
  }
  .hero__txt .botones .btn {
    margin: 0 0 1rem;
    width: 250px;
  }
}

.hero.hero-soluciones .hero__txt .container {
  border-left: 1px solid #00BEFF;
}

.hero.hero-soluciones .hero__txt .container h1 {
  font-size: 2.5rem;
}

@media only screen and (max-width: 550px) {
  .hero.hero-soluciones .hero__txt .container h1 {
    font-size: 30px;
  }
}

.hero.hero-soluciones .hero__txt .container p {
  font-size: 1.5rem;
  max-width: 30.6rem;
}

@media only screen and (max-width: 550px) {
  .hero.hero-soluciones .hero__txt .container p {
    font-size: 16px;
  }
}

.hero.hero-nosotros .hero__txt .container {
  border-left: 1px solid #FFAD03;
}

.hero.hero-nosotros .hero__txt .container h1 {
  font-size: 3rem;
  color: #fff;
}

.hero.hero-nosotros .hero__txt .container p {
  font-size: 1.25rem;
  max-width: 30.6rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .hero.hero-nosotros .hero__txt .container h1 {
    font-size: 30px;
  }
  .hero.hero-nosotros .hero__txt .container p {
    font-size: 16px;
  }
}

.hero.hero-partners .hero__txt .container {
  border-left: 1px solid #00BEFF;
}

.hero.hero-partners .hero__txt .container h1 {
  font-size: 1.875rem;
  color: #fff;
}

.hero.hero-partners .hero__txt .container p {
  font-size: 1.25rem;
  max-width: 30.6rem;
  color: #fff;
}

.hero.hero-search {
  background: #E9F3F7;
}

.hero.hero-search .hero__txt .container {
  border-left: 1px solid #00BEFF;
}

.hero.hero-search .hero__txt .container h1 {
  font-size: 2.5rem;
}

.hero.hero-search .hero__txt .container p {
  font-size: 1.5rem;
  max-width: 30.6rem;
}

@media only screen and (max-width: 768px) {
  .hero.hero-search .hero__txt .container h1 {
    font-size: 30px;
  }
  .hero.hero-search .hero__txt .container p {
    font-size: 16px;
  }
}

.hero.hero-detalle .hero__txt {
  padding-left: 0;
  position: relative;
}

.hero.hero-detalle .hero__txt .container {
  border-left: none;
}

.hero.hero-detalle .hero__txt .container h3 {
  font-size: 1.5rem;
}

.hero.hero-detalle .hero__txt .container h1 {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.hero.hero-detalle .hero__txt .container p {
  font-size: 1rem;
}

.bg-gris {
  background: #FAF9FC;
}

.bg-circle-gris {
  background-image: url("../images/bg-circle.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
}

.bg-celeste {
  background: #E9F3F7;
}

.bajada-texto {
  padding: 5.5rem 0 4rem;
  text-align: center;
}

.bajada-texto h2 {
  margin: 0 0 1.2rem;
  font-size: 2.37rem;
  color: #0B1D40;
}

.bajada-texto h2 span:last-of-type,
body.page-id-17 .bajada-texto h2,
body.page-id-25 .bajada-texto.tipo-2 h2{
    color: #00BEFF;
}

@media only screen and (max-width: 550px) {
  .bajada-texto h2 {
    font-size: 30px;
  }
}

.bajada-texto h2 br{
	display:none
}

.bajada-texto p {
  font-size: 1.87rem;
  padding: 0 2rem;
}

@media only screen and (max-width: 550px) {
  .bajada-texto p {
    font-size: 24px;
    padding: 0;
  }
}

.bajada-texto.tipo-2 h2 {
  font-size: 1.875rem;
}

.bajada-texto.tipo-2 p {
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .bajada-texto.tipo-2 h2 {
    font-size: 24px;
  }
  .bajada-texto.tipo-2 p {
    font-size: 18px;
  }
}

.bloque-texto {
  padding: 2rem 0;
}

.bloque-texto .container-small {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .bloque-texto .container-small {
    flex-direction: column-reverse;
  }
}

.bloque-texto .container-small .content-section {
  width: 22.3rem;
  margin-right: 3rem;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .bloque-texto .container-small .content-section {
    margin-right: 0;
  }
}

.bloque-texto .container-small .content-section h5 {
  font-size: 1.5rem;
  color: #00BEFF;
  margin: 0 0 1.3rem;
  font-weight: 400;
}

@media only screen and (max-width: 550px) {
  .bloque-texto .container-small .content-section h5 {
    font-size: 18px;
  }
}

.bloque-texto .container-small .content-section h4 {
  font-size: 1.87rem;
  margin: 0 0 2.2rem;
  color: #0B1D40;
  font-weight: 400;
	line-height:1.2;
}

@media only screen and (max-width: 550px) {
  .bloque-texto .container-small .content-section h4 {
    font-size: 24px;
    margin-bottom: 1.5rem;
  }
}

.bloque-texto .container-small .content-section p {
  font-size: 1.5rem;
  line-height: 1.2;
}

@media only screen and (max-width: 550px) {
  .bloque-texto .container-small .content-section p {
    font-size: 18px;
  }
}

.bloque-texto .container-small .image-section {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .bloque-texto .container-small .image-section {
    margin-bottom: 2rem;
  }
}

.bloque-texto .container-small .image-section figure {
  width: 22.6rem;
}

.bloque-texto .container-small .image-section figure img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 550px) {
  .bloque-texto .container-small .image-section figure {
    width: 280px;
    margin: 0 auto;
  }
}

.bloque-texto .container-small .image-section .extra-circle {
  width: 22.6rem;
  height: 22.6rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 80%;
}

@media only screen and (max-width: 768px) {
  .bloque-texto .container-small .image-section .extra-circle {
    left: 60%;
  }
}

@media only screen and (max-width: 550px) {
  .bloque-texto .container-small .image-section .extra-circle {
    width: 280px;
    height: 280px;
    margin: 0 auto;
    left: 70%;
  }
}

.bloque-texto .container-small .image-section .extra-circle.celeste {
  border: 2px solid #00BEFF;
}

.bloque-texto .container-small .image-section .extra-circle.azul {
  border: 2px solid #0B1D40;
}

.bloque-texto .container-small .image-section .extra-circle.rosa {
  border: 2px solid #FF0DE7;
}

.bloque-texto .container-small .image-section.image-circle-center figure {
  width: auto;
}

.bloque-texto .container-small .image-section.image-circle-center .extra-circle {
  width: 22.6rem;
  height: 22.6rem;
}

.bloque-texto.reversa .container-small {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .bloque-texto.reversa .container-small {
    flex-direction: column-reverse;
  }
}

.bloque-texto.reversa .container-small .content-section {
  margin-right: 0;
  margin-left: 3rem;
  width: 23.5rem;
}

@media only screen and (max-width: 768px) {
  .bloque-texto.reversa .container-small .content-section {
    margin-left: 0;
    max-width: 100%;
  }
}

.bloque-texto.reversa .container-small .image-section figure {
  width: 25rem;
}

@media only screen and (max-width: 550px) {
  .bloque-texto.reversa .container-small .image-section figure {
    width: 280px;
    margin: 0 auto;
  }
}

.bloque-texto.reversa .container-small .image-section .extra-circle {
  width: 25rem;
  height: 25rem;
  left: auto;
  right: 85%;
}

@media only screen and (max-width: 550px) {
  .bloque-texto.reversa .container-small .image-section .extra-circle {
    width: 280px;
    height: 280px;
    margin: 0 auto;
    right: 70%;
  }
}

.bloque-texto.reversa .container-small .image-section.image-circle-center figure {
  padding-top: 1.8rem;
  position: relative;
  z-index: 10;
  width: 27.5rem;
}

.bloque-texto.reversa .container-small .image-section.image-circle-center .extra-circle {
  width: 22rem;
  height: 22rem;
  left: 9%;
}

@media only screen and (max-width: 550px) {
  .bloque-texto.reversa .container-small .image-section.image-circle-center {
    margin-bottom: 2rem;
  }
  .bloque-texto.reversa .container-small .image-section.image-circle-center .extra-circle {
    width: 230px;
    height: 230px;
    left: 0;
    right: 0;
  }
}

.bloque-texto.reversa-2 .container-small {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .bloque-texto.reversa-2 .container-small {
    flex-direction: column-reverse;
  }
}

.bloque-texto.reversa-2 .container-small .content-section {
  margin-right: 0;
  margin-left: 0;
  width: 50%;
  min-width: 50%;
}

.bloque-texto.reversa-2 .container-small .content-section h5 {
  color: #0B1D40;
}

@media only screen and (max-width: 768px) {
  .bloque-texto.reversa-2 .container-small .content-section {
    width: 100%;
    min-width: 100%;
  }
}

.bloque-texto.reversa-2 .container-small .image-section {
  width: 50%;
  min-width: 50%;
}

.bloque-texto.reversa-2 .container-small .image-section .extra-circle {
  width: 22rem;
  height: 22rem;
  left: auto;
  right: 75%;
}

@media only screen and (max-width: 768px) {
  .bloque-texto.reversa-2 .container-small .image-section {
    width: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .bloque-texto.reversa-2 .container-small .image-section .extra-circle {
    width: 280px;
    height: 280px;
  }
}

@media only screen and (max-width: 768px) {
  .bloque-texto.tipo-2 .container-small {
    flex-direction: column-reverse;
  }
}

.bloque-texto.tipo-2 .container-small .content-section {
  width: 50%;
  min-width: 50%;
  padding-right: 1.5rem;
  margin-right: 0;
}

.bloque-texto.tipo-2 .container-small .content-section h5 {
  color: #0B1D40;
}

@media only screen and (max-width: 768px) {
  .bloque-texto.tipo-2 .container-small .content-section {
    width: 100%;
    padding-right: 0;
  }
}

.bloque-texto.tipo-2 .container-small .image-section {
  width: 50%;
  min-width: 50%;
  text-align: right;
}

.bloque-texto.tipo-2 .container-small .image-section figure {
  margin: 0 0 0 auto;
}

.bloque-texto.tipo-2 .container-small .image-section.img-big figure {
  width: 24.5rem;
  position: relative;
  z-index: 2;
}

.bloque-texto.tipo-2 .container-small .image-section.img-big .extra-circle {
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .bloque-texto.tipo-2 .container-small .image-section.img-big figure {
    width: 280px;
  }
}

@media only screen and (max-width: 768px) {
  .bloque-texto.tipo-2 .container-small .image-section.partner-2 {
    margin-bottom: 3rem;
  }
  .bloque-texto.tipo-2 .container-small .image-section.partner-2 .extra-circle {
    width: 200px;
    height: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .bloque-texto.tipo-2 .container-small .image-section {
    width: 100%;
    min-width: 100%;
  }
  .bloque-texto.tipo-2 .container-small .image-section figure {
    width: 280px;
    margin: 0 auto 1rem;
  }
  .bloque-texto.tipo-2 .container-small .image-section .extra-circle {
    width: 280px;
    height: 280px;
  }
}

.bloque-texto.tipo-2.reversa .container-small .content-section {
  margin-left: 0;
  padding-left: 1rem;
  padding-right: 0;
}

.bloque-texto.tipo-2.reversa .container-small .content-section h5 {
  color: #0B1D40;
}

@media only screen and (max-width: 768px) {
  .bloque-texto.tipo-2.reversa .container-small .content-section {
    padding-left: 0;
  }
}

.bloque-texto.tipo-2.reversa .container-small .image-section {
  width: 50%;
  min-width: 50%;
  text-align: left;
}

.bloque-texto.tipo-2.reversa .container-small .image-section figure {
  margin: 0 auto 0 0;
}

.bloque-texto.tipo-2.reversa .container-small .image-section.img-big figure {
  width: 28.5rem;
}

@media only screen and (max-width: 991px) {
  .bloque-texto.tipo-2.reversa .container-small .image-section.img-big figure {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .bloque-texto.tipo-2.reversa .container-small .image-section {
    width: 100%;
    min-width: 100%;
  }
  .bloque-texto.tipo-2.reversa .container-small .image-section figure {
    margin: 0 auto;
    max-width: 90%;
    width: 280px;
  }
}

.bloque-texto.tipo-2.small .container-small .content-section {
  margin-left: 0;
  padding-left: 0rem;
  padding-right: 0;
  width: 24rem;
  min-width: 24rem;
}

.bloque-texto.tipo-2.small .container-small .content-section h5 {
  color: #0B1D40;
}

@media only screen and (max-width: 768px) {
  .bloque-texto.tipo-2.small .container-small .content-section {
    width: 100%;
    min-width: 0;
  }
}

.bloque-texto.tipo-2.small .container-small .image-section {
  width: calc(100% - 24rem);
  min-width: calc(100% - 24rem);
  text-align: center;
}

.bloque-texto.tipo-2.small .container-small .image-section figure {
  width: 12.8rem;
  margin: 0 auto;
  padding-top: 1rem;
}

.bloque-texto.tipo-2.small .container-small .image-section .extra-circle {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .bloque-texto.tipo-2.small .container-small .image-section {
    width: 100%;
  }
  .bloque-texto.tipo-2.small .container-small .image-section figure {
    width: 150px;
  }
  .bloque-texto.tipo-2.small .container-small .image-section .extra-circle {
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 240px;
    height: 240px;
  }
}

@media only screen and (max-width: 550px) {
  .bloque-texto.tipo-2.small .container-small .image-section .extra-circle {
    top: 20px;
  }
}

.bloque-texto.t-search .container-small {
  align-items: center;
}

.bloque-texto.t-search .container-small .content-section {
  width: 50%;
  min-width: 50%;
  margin: 0;
}

.bloque-texto.t-search .container-small .content-section h5 {
  color: #0B1D40;
}

@media only screen and (max-width: 768px) {
  .bloque-texto.t-search .container-small .content-section {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
  }
}

.bloque-texto.t-search .container-small .image-section {
  width: 50%;
  min-width: 50%;
  text-align: right;
  padding-left: 5.8rem;
}

.bloque-texto.t-search .container-small .image-section figure {
  margin: 0 0 0 auto;
  width: 22.6rem;
  padding-top: 0rem;
  position: relative;
  z-index: 2;
}

.bloque-texto.t-search .container-small .image-section .extra-circle {
  width: 22.6rem;
  height: 22.6rem;
  left: 90%;
}

.bloque-texto.t-search .container-small .image-section .extra-circle.azul {
  background-color: #0B1D40;
  border-color: #0B1D40;
  z-index: 0;
}

.bloque-texto.t-search .container-small .image-section .extra-circle.center {
  left: auto;
  right: 3%;
  margin: 0 auto;
  transform: translateY(-48%);
  top: 50%;
}

@media only screen and (max-width: 768px) {
  .bloque-texto.t-search .container-small .image-section figure {
    width: 280px;
    margin: 0 auto;
  }
  .bloque-texto.t-search .container-small .image-section .extra-circle {
    left: 60%;
    width: 270px;
    height: 270px;
    top: 20px;
  }
}

.bloque-texto.t-search .container-small .image-section.img-search2 figure,
body.page-id-30 #seccion-2 .container-small .image-section figure{
  width: 25.5rem;
}

body.page-id-32 #seccion-1 .container-small .image-section figure{
	width: 27rem;
}
body.page-id-30 #seccion-2 .extra-circle,
body.page-id-30 #seccion-3 .extra-circle{
	display:none;
}

@media only screen and (max-width: 768px) {
  .bloque-texto.t-search .container-small .image-section.img-search2 figure {
    width: 280px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .bloque-texto.t-search .container-small .image-section {
    width: 100%;
    padding-left: 0;
    margin-bottom: 2rem;
  }
}

.bloque-texto.t-search.reversa .container-small {
  align-items: center;
}

.bloque-texto.t-search.reversa .container-small .content-section {
  margin: 0;
  padding-left: 4.5rem;
}

.bloque-texto.t-search.reversa .container-small .content-section h5 {
  color: #0B1D40;
}

@media only screen and (max-width: 768px) {
  .bloque-texto.t-search.reversa .container-small .content-section {
    padding-left: 0;
  }
}

.bloque-texto.t-search.reversa .container-small .image-section {
  text-align: center;
}

.bloque-texto.t-search.reversa .container-small .image-section figure {
  margin: 0 auto;
  width: 22.6rem;
  padding-top: 0;
}

.bloque-texto.t-search.reversa .container-small .image-section .extra-circle {
  width: 22rem;
  height: 22rem;
  left: auto;
  right: 60%;
  top: calc(50% - 11rem);
}

.bloque-texto.t-search.reversa .container-small .image-section.img-display1 {
  padding-right: 1rem;
}

.bloque-texto.t-search.reversa .container-small .image-section.img-display1 figure {
  width: 27rem;
  max-width: 1000%;
}

@media only screen and (max-width: 550px) {
  .bloque-texto.t-search.reversa .container-small .image-section.img-display1 figure {
    width: 290px;
  }
  .bloque-texto.t-search.reversa .container-small .image-section.img-display1 .extra-circle {
    width: 250px;
    height: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .bloque-texto.t-search.reversa .container-small .image-section figure {
    width: 280px;
  }
  .bloque-texto.t-search.reversa .container-small .image-section .extra-circle {
    width: 280px;
    height: 280px;
    top: 20px;
  }
}

.bloque-texto.t-search.tipo-2 .container-small .image-section {
  padding-left: 0;
}

.s-video {
  padding: 2rem 0;
}

.w-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}

.w-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section {
  padding: 5rem 0;
}

@media only screen and (max-width: 550px) {
  .section {
    padding: 3rem 0;
  }
}

.productos-servicios .productos-servicios-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}

@media only screen and (max-width: 991px) {
  .productos-servicios .productos-servicios-header {
    display: block;
  }
}

.productos-servicios .productos-servicios-header .productos-content {
  width: 40rem;
  max-width: 100%;
}

.productos-servicios .productos-servicios-header .productos-content h4 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.productos-servicios .productos-servicios-header .productos-content p {
  font-size: 1.875rem;
  margin: 0;
  color: #0B1D40;
}

@media only screen and (max-width: 991px) {
  .productos-servicios .productos-servicios-header .productos-content {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .productos-servicios .productos-servicios-header .productos-content {
    width: 100%;
    margin-bottom: 1rem;
  }
  .productos-servicios .productos-servicios-header .productos-content h4 {
    font-size: 18px;
  }
  .productos-servicios .productos-servicios-header .productos-content p {
    font-size: 24px;
  }
}

.productos-servicios .tabs-productos {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .productos-servicios .tabs-productos {
    display: block;
  }
}

.productos-servicios .tabs-productos .tabs-nav {
  width: 18rem;
  min-width: 18rem;
}

.productos-servicios .tabs-productos .tabs-nav a {
  font-size: 1.25rem;
  font-weight: bold;
  color: #00BEFF;
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
}

.productos-servicios .tabs-productos .tabs-nav a img {
  width: 4.18rem;
  margin-right: 1.2rem;
  transition: all .3s ease;
}

.productos-servicios .tabs-productos .tabs-nav a img.ic-on {
  display: none;
}

.productos-servicios .tabs-productos .tabs-nav a:hover {
  color: #0B1D40;
}

.productos-servicios .tabs-productos .tabs-nav a:hover img {
  opacity: .85;
}

.productos-servicios .tabs-productos .tabs-nav a.activo img.ic-on {
  display: block;
}

.productos-servicios .tabs-productos .tabs-nav a.activo img.ic-off {
  display: none;
}

.productos-servicios .tabs-productos .tabs-nav a.activo:hover {
  color: #00BEFF;
}

@media only screen and (max-width: 991px) {
  .productos-servicios .tabs-productos .tabs-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2rem;
  }
  .productos-servicios .tabs-productos .tabs-nav a {
    display: block;
    text-align: center;
    width: 25%;
  }
  .productos-servicios .tabs-productos .tabs-nav a img {
    margin: 0 auto 5px;
    display: block;
  }
}

@media only screen and (max-width: 550px) {
  .productos-servicios .tabs-productos .tabs-nav a {
    font-size: 14px;
  }
}

.productos-servicios .tabs-productos .tabs-panel .item-panel {
  display: none;
}

.productos-servicios .tabs-productos .tabs-panel .item-panel.visible {
  display: block;
}

.productos-servicios .tabs-productos .tabs-panel .item-panel .w-panel {
  display: flex;
}

.productos-servicios .tabs-productos .tabs-panel .item-panel .w-panel .image-section {
  width: 16rem;
  min-width: 16rem;
  margin-right: 2.6rem;
  padding-top: 1rem;
}

.productos-servicios .tabs-productos .tabs-panel .item-panel .w-panel .image-section img {
  width: 100%;
}

.productos-servicios .tabs-productos .tabs-panel .item-panel .w-panel .content-section h3 {
  font-size: 1.875rem;
  margin: 0 0 1.5rem;
  font-weight: 400;
}

.productos-servicios .tabs-productos .tabs-panel .item-panel .w-panel .content-section p {
  font-size: 1.5rem;
}

@media only screen and (max-width: 550px) {
  .productos-servicios .tabs-productos .tabs-panel .item-panel .w-panel {
    display: block;
  }
  .productos-servicios .tabs-productos .tabs-panel .item-panel .w-panel .image-section {
    width: 100%;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .productos-servicios .tabs-productos .tabs-panel .item-panel .w-panel .content-section h3 {
    font-size: 20px;
    font-weight: bold;
  }
  .productos-servicios .tabs-productos .tabs-panel .item-panel .w-panel .content-section p {
    font-size: 18px;
  }
}

.s-insights .insights-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}

.s-insights .insights-header.mb-small {
  margin-bottom: 2rem;
}

.s-insights .insights-header .insights-content {
  width: 40rem;
  max-width: 100%;
}

.s-insights .insights-header .insights-content h4 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.s-insights .insights-header .insights-content p {
  font-size: 1.875rem;
  margin: 0;
  color: #0B1D40;
}

@media only screen and (max-width: 768px) {
  .s-insights .insights-header {
    display: block;
  }
  .s-insights .insights-header .insights-content {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .s-insights .insights-header .insights-content h4 {
    font-size: 18px;
  }
  .s-insights .insights-header .insights-content p {
    font-size: 24px;
  }
}

.s-insights .card-insight {
  border: 1px solid #686868;
  border-left: 5px solid #00BEFF;
  border-radius: 5px;
  padding: 1.875rem;
}

@media only screen and (max-width: 768px) {
  .s-insights .card-insight {
    margin-bottom: 1rem;
    padding: 1.8rem 1rem;
  }
}

.s-insights .card-insight h4 {
  font-size: .875rem;
  margin: 0 0 1.5rem;
	text-transform:uppercase;
}

.s-insights .card-insight p {
  font-size: 1.5rem;
}

.animated-image-wrapper {
  margin-top: -2rem;
  padding-left: 3rem;
}

@media only screen and (max-width: 768px) {
  .animated-image-wrapper {
    padding-left: 0;
  }
}

.animated-image-wrapper .circlesAnimation {
  max-height: 460px;
  max-width: 560px;
  width: 100%;
  height: 100vw;
  position: relative;
}

.animated-image-wrapper .circlesAnimation .circleContainer {
  width: 100%;
  height: 100%;
}

.animated-image-wrapper .circlesAnimation .storeNum {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.35rem;
  color: #0B1D40;
  font-weight: 700;
  width: 25%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .animated-image-wrapper .circlesAnimation .storeNum {
    font-size: 1.8rem;
  }
}

.caso-estudio .box-caso {
  text-align: center;
  background: #E9F3F7;
  padding: 4rem;
}

.caso-estudio .box-caso .w-caso {
  width: 46.87rem;
  max-width: 100%;
  margin: 0 auto;
}

.caso-estudio .box-caso .w-caso .w-video > div,
.caso-estudio .box-caso .w-caso img{
	width:100%!important;
/* 	height:100%!important; */
}

.caso-estudio .box-caso h2 {
  font-size: 2.375rem;
  color: #0B1D40;
  margin: 0;
  font-weight: 700;
}

.caso-estudio .box-caso p {
  font-size: 1.875rem;
}

@media only screen and (max-width: 768px) {
  .caso-estudio .box-caso {
    padding: 2rem;
  }
  .caso-estudio .box-caso h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .caso-estudio .box-caso p {
    font-size: 18px;
  }
}

.banner-texto {
  position: relative;
  padding: 12rem 0;
  text-align: center;
}

.banner-texto .bg-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.banner-texto h3 {
  font-size: 2.375rem;
  color: #fff;
  margin: 0 0 1rem;
  position: relative;
  z-index: 2;
}

.banner-texto p {
  color: #fff;
  margin: 0;
  font-size: 1.875rem;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .banner-texto {
	padding: 0rem 0;	
	}
	
  .banner-texto .bg-banner {
    object-position: top center;
	  
	/* cambios img */
	min-height: 50vh;
    position: relative;
  }
  .banner-texto h3 {
    font-size: 30px;
  }
  .banner-texto p {
    font-size: 24px;
  }
}

.testimonios .card-testimonio {
  width: 47rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 1rem 2rem;
}

.testimonios .card-testimonio p {
  font-size: 1.875rem;
  margin: 0;
}

.testimonios .card-testimonio p span {
  position: absolute;
  left: 0rem;
  top: .5rem;
  font-size: 3rem;
}

.testimonios .card-testimonio h4 {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 1.8rem 0 2rem;
}

@media only screen and (max-width: 768px) {
  .testimonios .card-testimonio {
    padding: 1rem 1rem 1rem 2rem;
  }
  .testimonios .card-testimonio p {
    font-size: 24px;
  }
  .testimonios .card-testimonio h4 {
    font-size: 18px;
  }
}

.card-linkedin {
  border: 1px solid #686868;
  border-radius: 5px;
  padding: 2rem;
  display: block;
}

@media only screen and (max-width: 768px) {
  .card-linkedin {
    margin-bottom: 1rem;
  }
}

.card-linkedin p {
  font-size: 1.125rem;
}

.card-linkedin .card-linkedin-footer {
  display: flex;
  align-items: center;
}

.card-linkedin .card-linkedin-footer .linkedin-izq {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

.card-linkedin .card-linkedin-footer .linkedin-izq .texto-linkedin {
  padding-left: .6rem;
}

.card-linkedin .card-linkedin-footer .linkedin-izq .texto-linkedin h4 {
  font-size: .813rem;
  font-weight: 700;
  margin: 0;
  color: #0B1D40;
}

.card-linkedin .card-linkedin-footer .linkedin-izq .texto-linkedin p {
  font-size: .813rem;
  color: #646465;
  font-weight: normal;
  margin-bottom: 0;
}

.como-comprar .box-comprar {
  background: #FAF9FC;
  padding: 2.6rem 1.5rem;
}

@media only screen and (max-width: 550px) {
  .como-comprar .box-comprar {
    padding: 2rem 0rem;
  }
}

.como-comprar .box-comprar.bg-celeste {
  background: #00BEFF;
}

.como-comprar .box-comprar .container-small {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .como-comprar .box-comprar .container-small {
    flex-direction: column-reverse;
  }
}

.como-comprar .box-comprar .content-section {
  width: 50%;
  min-width: 50%;
}

.como-comprar .box-comprar .content-section h4 {
  margin: 0 0 2.6rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #0B1D40;
}

.como-comprar .box-comprar .content-section p {
  font-size: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .como-comprar .box-comprar .content-section {
    width: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .como-comprar .box-comprar .content-section h4 {
    font-size: 30px;
  }
  .como-comprar .box-comprar .content-section p {
    font-size: 24px;
  }
}

.como-comprar .box-comprar .image-section {
  width: 50%;
  min-width: 50%;
}

.como-comprar .box-comprar .image-section img {
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .como-comprar .box-comprar .image-section {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .como-comprar .box-comprar .image-section img {
    margin: 0 auto;
  }
}

.partners {
  padding-bottom: 4rem;
}

.partners .container-small {
  position: relative;
}

.partners .col-md-4 {
  position: static;
}

.partners .item-partner {
  transition: all .5s ease;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

.partners .item-partner .card-partner {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 1rem 1rem 2rem;
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.partners .item-partner .card-partner .icon-card {
  color: #00BEFF;
  position: absolute;
  bottom: .5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 1.2rem;
  transition: all .5s ease;
}

.partners .item-partner .detalle-partner {
  padding: 1.5rem 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
  visibility: visible;
  position: absolute;
  width: 100%;
  left: 20px;
}

.partners .item-partner .detalle-partner h4 {
  margin: 0 0 .5rem;
  font-size: 1.875rem;
  font-weight: 300;
  color: #0B1D40;
}

@media only screen and (max-width: 768px) {
  .partners .item-partner .detalle-partner h4 {
    font-size: 24px;
  }
}

.partners .item-partner .detalle-partner p {
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .partners .item-partner .detalle-partner p {
    font-size: 18px;
  }
}

.partners .item-partner .detalle-partner .botones {
  text-align: right;
}

.partners .item-partner .detalle-partner .botones .btn-link {
  margin-left: 1rem;
}

@media only screen and (max-width: 640px) {
  .partners .item-partner .detalle-partner .botones {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .partners .item-partner .detalle-partner .botones .btn-link {
    margin-left: 0;
  }
}

.partners .item-partner.visible {
  padding-bottom: 200px;
}

@media only screen and (max-width: 768px) {
  .partners .item-partner.visible {
    padding-bottom: 0;
  }
}

.partners .item-partner.visible .card-partner .icon-card {
  transform: rotate(180deg);
}

.partners .item-partner.visible .detalle-partner {
  max-height: 400px;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .partners .item-partner.visible {
    height: auto;
  }
  .partners .item-partner.visible .detalle-partner {
    position: relative;
    max-height: 1000px;
    left: auto;
  }
}

.conectemos {
  position: relative;
  overflow: hidden;
  padding: 7.5rem 0;
}

@media only screen and (max-width: 768px) {
  .conectemos {
    text-align: center;
    padding: 4rem 0;
  }
}

.conectemos .img-conectemos {
  position: absolute;
  top: -20%;
  right: 0;
  height: 140%;
  display: block;
}

.conectemos .img-conectemos img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .conectemos .img-conectemos {
    height: 120%;
    top: -10%;
  }
}

@media only screen and (max-width: 768px) {
  .conectemos .img-conectemos {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 auto 2rem;
  }
}

.conectemos .texto-conectemos {
  width: 28rem;
  text-align: left;
}

.conectemos .texto-conectemos h3 {
  margin: 0 0 1rem;
  font-size: 1.875rem;
  font-weight: normal;
}

.conectemos .texto-conectemos p {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .conectemos .texto-conectemos {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .conectemos .texto-conectemos h3 {
    font-size: 24px;
  }
  .conectemos .texto-conectemos p {
    font-size: 20px;
  }
}

.titulo-insight {
  padding: 0 4rem 4.5rem;
}

.titulo-insight h4 {
  font-size: 1.875rem;
  margin: 0;
  font-weight: normal;
}

.titulo-insight p {
  font-size: 1.5rem;
}

@media only screen and (max-width: 550px) {
  .titulo-insight {
    padding: 0 0 2rem;
  }
  .titulo-insight h4 {
    font-size: 24px;
  }
  .titulo-insight p {
    font-size: 24px;
  }
}

.insights {
  padding: 2.5rem 0;
}

.insights .resultados {
  font-size: 1rem;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: .5rem;
  margin-bottom: 2.5rem;
  position: relative;
}

.insights .resultados .btn-filtrar {
  text-decoration: underline;
  position: absolute;
  right: 0rem;
  bottom: 8px;
  font-size: 16px;
  cursor: pointer;
  display: none;
}

@media only screen and (max-width: 991px) {
  .insights .resultados .btn-filtrar {
    display: block;
  }
}

.insights .sidebar {
  position: relative;
  transition: all .3s ease;
}

.insights .sidebar .cerrar-filtro {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #000;
  cursor: pointer;
  display: none;
  font-size: 1.8rem;
}

.insights .sidebar h3 {
  font-size: 1.875rem;
  margin: 0 0 2.5rem;
  font-weight: normal;
}

.insights .sidebar .limpiar {
  font-size: 1.125rem;
  color: #2E2F32;
  position: absolute;
  top: .5rem;
  right: 0;
  text-decoration: underline;
}

.insights .sidebar .btn-aceptar {
  background: #fff;
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: 2rem;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .insights .sidebar {
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
    z-index: 99;
    padding: 4.5rem 2rem 0rem;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
  }
  .insights .sidebar.visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .insights .sidebar .limpiar {
    right: 1rem;
    top: 5rem;
  }
}

@media only screen and (max-width: 550px) {
  .insights .sidebar {
    padding: 4.5rem 1rem 0rem;
  }
  .insights .sidebar .cerrar-filtro {
    display: block;
  }
  .insights .sidebar h3 {
    font-size: 24px;
  }
}

.articles-container .checkbox-category {
  flex-direction: column;
  margin-bottom: 25px;
}

.articles-container .checkbox-category label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.articles-container .checkbox-category p {
  font-weight: bold;
  font-size: 1.5rem;
}

@media only screen and (max-width: 550px) {
  .articles-container .checkbox-category p {
    font-size: 20px;
  }
}

.articles-container .checkbox-category.desktop-checkbox {
  display: flex;
}

.articles-container .checkbox-category.mobile-checkbox {
  display: none;
}

.insight-filter-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  height: 30px;
  clear: both;
  letter-spacing: 0.54px;
  color: #041E42;
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
}

.insight-filter-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.insight-filter-checkbox .checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 0.5px solid #000;
}

.insight-filter-checkbox input:checked ~ .checkmark {
  background-color: #fff;
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 0.5px solid #000;
}

.insight-filter-checkbox .checkmark::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  border-radius: 5px;
  border: solid #041E42;
  border-width: 0 3px 3px 0;
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.insight-filter-checkbox input:checked ~ .checkmark::after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 10px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid #041E42;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

@media only screen and (min-width: 600px) and (max-width: 959px), only screen and (max-width: 599px), only screen and (max-width: 350px) {
  .articles-container .checkbox-category.mobile-checkbox {
    display: flex;
  }
  .articles-container .checkbox-category.desktop-checkbox {
    display: none;
  }
}

.content-insight {
  
  
}

@media only screen and (min-width: 1280px) {
  .content-insight {
    margin-right: -15px;
    padding-left: 2rem;
  }
}

.c-insight-grid{
  position: relative;
    width: 100%!important;
    margin: 0 auto;
    /* margin: -15px; */
}

.c-insight{
  width: calc(100% / 1)!important;
  padding:15px;
  position: relative;
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width: 580px) {
  .c-insight{
    width: calc(100% / 2)!important;
  }
}

.c-insight-wrapper{
  background: #D9D9D9;
  border-radius: 15px;
  padding: 2.5rem 2rem;
  display: block;
}

.c-insight-wrapper:hover {
  background: #ccc;
}

.c-insight h5 {
  font-size: .875rem;
  font-weight: bold;
  margin: 0 0 1.5rem;
  color: #0B1D40;
  text-transform: uppercase;
}

.c-insight h4 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 2rem;
  color: #0B1D40;
  line-height: 1.4;
}

.c-insight .fecha {
  font-size: .75rem;
  color: #0B1D40;
  font-weight: bold;
}

.cargar-mas {
  text-align: center;
  padding: 1rem 0;
}

.detalle-insight {
  padding: 4rem 0 2rem;
}

@media only screen and (max-width: 550px) {
  .detalle-insight {
    padding-bottom: 0;
  }
}

.detalle-insight .img-detalle {
  width: 100%;
}

.detalle-insight .img-detalle img {
  width: 100%;
}

.detalle-insight .categorias {
  display: flex;
  padding: 1.2rem 0;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1280px) {
  .detalle-insight .categorias {
    gap:20px 0;
  }
}

@media only screen and (max-width: 550px) {
  .detalle-insight .categorias {
    flex-direction: column;
    align-items: flex-start;
  }
}

.detalle-insight .categorias a {
  color: #0B1D40;
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 100px;
  background: #E9F3F7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  min-width: 150px;
  text-align: center;
  margin-right: 1rem;
}

.detalle-insight .categorias a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .detalle-insight .categorias a {
    margin-bottom: 1rem;
  }
}

.s-insights .text-center {
  text-align: center;
}

.s-insights .titulo {
  font-size: 1.875rem;
  font-weight: normal;
  margin-top: 0;
}

.form-contacto form {
  padding: 0 4rem;
}

@media only screen and (max-width: 768px) {
  .form-contacto form {
    padding: 0;
  }
}

.form-contacto .form-group {
  position: relative;
  margin-bottom: 1.87rem;
}

.form-contacto .form-group br{
  display: none;
}

.form-contacto .form-group label {
  position: absolute;
  font-size: .75rem;
  color: #74767C;
  display: inline-block;
  background: #fff;
  padding: 2px 6px;
  top: -8px;
  left: 12px;
  z-index: 10;
}

.form-contacto .form-group input {
  border: 1px solid #909196;
  border-radius: 4px;
  height: 3.5rem;
  width: 100%;
  padding: .2rem 1rem;
}

.form-contacto .form-group select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.png");
  background-size: 12px auto;
  background-position: 96% center;
  background-color: transparent;
  border: 1px solid #909196;
  border-radius: 4px;
  height: 3.5rem;
  width: 100%;
  padding: .2rem 1rem;
}

.form-contacto .form-group .msg,
.wpcf7-not-valid-tip{
  color: #DF3D0F;
  font-size: .75rem;
  padding: .3rem 1rem;
}

.form-contacto .form-group .insight-filter-checkbox {
  position: relative;
  top: auto;
  left: auto;
  padding: 10px 0 0 28px;
  font-weight: 700;
  font-size: .875rem;
  color: #46474A;
}

.form-contacto .form-group .insight-filter-checkbox .checkmark {
  width: 18px;
  height: 18px;
  top: 12px;
  border-radius: 3px;
}

.form-contacto .form-group .insight-filter-checkbox input:checked ~ .checkmark::after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #041E42;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

.form-contacto .button-submit {
  text-align: center;
  padding: 4rem 0;
}

.form-contacto .button-submit button {
  border: none;
  margin: 0 auto;
  background: #004F9A;
}

.form-contacto .button-submit button:hover {
  color: #fff;
}

.form-contacto .form-bottom {
  display: flex;
  align-items: center;
}



@media only screen and (min-width: 1280px) {
  .form-contacto .form-bottom .legal {
    padding-left: 2rem;
  }
}

.form-contacto .form-bottom .legal a {
  color: #00BEFF;
  text-decoration: underline;
}

.form-contacto .form-bottom .legal .insight-filter-checkbox input {
  left: 0;
  width: 40px;
}

@media only screen and (max-width: 768px) {
  .form-contacto .form-bottom {
    flex-direction: column;
  }
}

.form-contacto .mensaje-form {
  text-align: center;
  padding-bottom: 3rem;
}

.form-contacto .mensaje-form p {
  font-size: 1.875rem;
  color: #0B1D40;
}

.form-contacto .mensaje-form p a {
  color: #00BEFF;
  text-decoration: underline;
}

@media only screen and (max-width: 550px) {
  .form-contacto .mensaje-form p {
    font-size: 20px;
  }
}

.wpcf7-submit{
  font-size: 1.125rem;
    font-weight: bold!important;
    border-radius: 100px!important;
    height: 3.125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.5rem;
    min-width: 12.5rem;
    border: none;
    margin: 0 auto;
    background: #004F9A!important;
    color:#fff!important;
    cursor: pointer;
}

.wpcf7-spinner{
  display:none!important;
}

.modal-politicas{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  padding: 2rem;
  display: none;
}

.modal-politicas.visible {
  display: block;
}

.modal-politicas .w-modal {
  background: #fff;
  max-width: 840px;
  margin: 0 auto;
  padding: 3rem 1rem 2rem 2rem;
  position: relative;
  height: 100%;
  border-radius: 10px;
}

.modal-politicas .w-modal .cerrar-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  font-size: 1.4rem;
}

.modal-politicas .w-modal .modal-content {
  overflow: auto;
  height: 100%;
  padding-right: 1rem;
}

.modal-politicas .w-modal h2 {
  font-size: 34px;
}

@media only screen and (max-width: 550px) {
  .modal-politicas .w-modal h2 {
    font-size: 28px;
  }
}

.modal-politicas .w-modal h4 {
  font-size: 22px;
}

@media only screen and (max-width: 550px) {
  .modal-politicas .w-modal h4 {
    font-size: 20px;
  }
}

.modal-politicas .w-modal ul {
  font-size: 16px;
	margin-left:20px;
	padding:0;
}

.modal-politicas .w-modal p {
  font-size: 16px;
}

footer {
  background: #00BEFF;
  padding: 3rem 0;
}

footer .logo-footer {
  width: 14rem;
  display: block;
}

footer .logo-footer img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  footer {
    text-align: center;
    padding: 2rem 0;
  }
  footer .logo-footer {
    width: 140px;
    margin: 0 auto;
  }
}

footer .links-footer a {
  color: #fff;
  font-size: 1rem;
  display: block;
  margin-bottom: 1rem;
}

footer .links-footer a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  footer .links-footer {
    display: none;
  }
}

footer .footer-bottom {
  border-top: 1px solid #fff;
  display: flex;
  justify-content: flex-end;
  padding: 1rem 3rem 0;
  margin-top: 2rem;
}

@media only screen and (max-width: 768px) {
  footer .footer-bottom {
    display: none;
  }
}

footer .footer-bottom p {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0;
}

footer .footer-bottom a {
  color: #fff;
  font-size: 1rem;
  border-left: 1px solid #fff;
  padding-left: .7rem;
  margin-left: .7rem;
}

footer .footer-bottom a:hover {
  text-decoration: underline;
}

.facetwp-facet{
  margin:0!important;
}

.cargar-mas .facetwp-load-more{
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 100px;
  height: 3.125rem;
  align-items: center;
  justify-content: center;
  padding: .5rem 1.5rem;
  min-width: 12.5rem;
  border: 1px solid #2E2F32;
  color: #2E2F32;
  background: #fff;
}

.cargar-mas .facetwp-load-more:hover{
  background: #2E2F32;
  color: #fff;
  border: 1px solid #2E2F32;
}

.facetwp-counter,
.facetwp-toggle{
  display: none;
}

.facetwp-overflow.facetwp-hidden{
  display:block;
}

.facetwp-checkbox{
  background: none!important;
  position: relative;
  padding-left: 50px!important;
  margin-bottom: 22px!important;
}

.facetwp-checkbox:before{
  content:"";
  position: absolute;
  top: 50%;
    transform: translateY(-50%);
  left: 0px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 0.5px solid #000;
}

.facetwp-checkbox:after{
  content: "";
  /* transform: rotate(45deg) scale(1); */
  opacity: 1;
  left: 10px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid #041E42;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  left: 6px;
  top: 30%;
  transform: rotate(45deg) scale(0);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.facetwp-checkbox.checked:after{
  transform: rotate(45deg) scale(1) translateY(-50%);
}

.facetwp-display-value{
  font-size: 16px;
  line-height: 23px;
  color: #041E42;
  font-weight: bold;
}

.facetwp-facet{
  opacity:1!important;
}

.form-group-check{
  margin: 0;
}

.form-group-check p{
  margin: 0;
}

.form-group-check input[type="checkbox"]{
  width:auto!important;
  appearance: none!important;
    border:0!important;
    width:auto!important;
    height:auto!important;
    display:none;
}

.form-group-check  label{
  position: relative!important;
  font-size: 14px!important;
  top: auto!important;
  left: auto!important;
  padding: 0!important;
  display: flex!important;
    align-items: center!important;
    
}

.form-group-check .wpcf7-list-item-label{
  position: relative;
  padding: 0 0 0 28px!important;
  font-weight: 700;
  font-size: 14px;
  color: #46474A;
}

@media only screen and (min-width: 1280px) {
  .form-group-check .wpcf7-list-item-label{
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1280px) {
  .form-bottom .form-group-check .wpcf7-list-item-label{
    margin-top: 45px;
  }
}

.form-group-check .wpcf7-list-item-label:after,
.form-group-check .wpcf7-list-item-label:before{
  content:"";
  position: absolute;
  background-color: transparent;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.form-group-check .wpcf7-list-item-label:after{
  top:50%;
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 0.5px solid #000;
}

.form-group-check .wpcf7-list-item-label:before{
  transform: rotate(45deg) scale(0);
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #041E42;
  border-width: 0 2px 2px 0;
  border-radius: 0;
}


.form-group-check input[type="checkbox"]:checked + .wpcf7-list-item-label:before{
  transform: rotate(45deg) scale(1);
}


.form-group-check .wpcf7-list-item{
  margin:0;
}

.s-insights .card-insight{
	min-height: 300px;
}

.s-us{
	    padding-bottom: 10px;
    margin-top: -30px;
}

.s-us p{
	font-size:14px;
}

/* LOGOS */

.section.logos{
  padding-bottom: 0;
}

.logos h2{
  margin: 0 0 1.75rem;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 400;
  color: #00BEFF;
}

.logos-grid,
.logos-footer{
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .logos-grid,
  .logos-footer{
    flex-flow: column;
  }
  .logos-footer{
    align-items: flex-start;
  }
}

.logos-item{
  margin: 0 16px;
}

@media only screen and (max-width: 1024px) {
  .logos-item {
      margin: 10px;
      width: 100%;
  }
}

.logo-wrap img{
  max-width: 100%;
  height: 60px;
  object-fit: contain;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .logo-wrap img {
      width: 65%;
      height: auto;
      margin: 0 auto;
      
  }
}

.section.logos .logos-grid{
  justify-content: center;
}

.logos-footer{
  color:#fff;
}

.logos-footer .logos-item{
  margin: 0 5px;
}

.logos-footer .logo-wrap img {
  height: 25px;
}

.logos-footer .logos-grid{
  margin-left: 10px;
}

@media only screen and (max-width: 768px){
  footer .links-footer{
    display: block;
  }
  footer .logos-footer{
    flex-flow: column;
    align-items: center;
  }
  footer .logos-grid{
    flex-flow: row;
  }

  footer .logos-footer .logo-wrap img{
    width: auto;
  }
}

/* SWEET ALERT */

.swal2-popup {
  width: 40em;
   min-height: 280px;
}

.swal2-styled.swal2-confirm,
.swal2-html-container{
  font-size: 1.125rem;
   border-radius:9999px !important;
   /* color:#fff !important; */
   font-weight:700; 
   line-height:1.2;
   
}

.swal2-styled.swal2-confirm{
   background-color: #004F9A;
   border: 1px solid #004F9A!important;
   outline: 0!important;
   height: 40px;
   padding: 0 45px;
}

.swal2-title{
   font-size: 2rem;
}

.swal2-icon {
   display: flex;
   transform: scale(1.5);
   margin-top: 50px;
}

.wpcf7-response-output{
  display: none !important;
}

/* DETALLE */

/* .content-detalle{
  padding: 0 20%;
}

@media only screen and (max-width: 599px){
  .content-detalle{
    padding: 0;
  }
} */
.content-detalle p,
.content-detalle ul,
.content-detalle p li{
  font-size: 24px;
  letter-spacing: 0.48px;
  line-height: 34px;
}

@media only screen and (max-width: 599px){
  .content-detalle p,
  .content-detalle ul,
  .content-detalle p li{
    font-size: 18px;
  }
}

.content-detalle ul,
.content-detalle ol{
  margin: 0;
  padding-left: 2rem;
  margin-top: 0;
    margin-bottom: 1rem;
}

.content-detalle  img{
  width: 100%;
}

/* .hero__txt h1, .hero__txt p {
    color: #0B1D40;
} */

.content-detalle .section{
  padding:0;
}

.hero.hero-search.hero-detalle{
  background: #fff !important;
  min-height: auto;
}

.hero.hero-search.hero-detalle .container{
  max-width: 1440px;
}

.hero-inner{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 612px;
  width: 100%;
  background: var(--color_banner);
  overflow: hidden;
}

.hero.hero-detalle .hero__txt .container h1{
  color: var(--color_banner_texto);
}

.hero-content{
  width: 50%; 
  height:100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.hero-content.-only-content{
  width: 100%;
}

.hero-content-inner{
  margin: 6.7% 0% 6.7% 9.8%;
  padding: 0px 4vw;
}

.hero-image{
  width:50%;
  height:100%;
  position: relative;
  color: rgb(255, 255, 255);
}

.hero-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content-overlay{
  overflow: hidden;
  position: absolute;
  bottom: 0%;
  right: -100%;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.hero-content-overlay-inner{
  position: absolute;
  height: 200%;
  width: 200%;
  border-radius: 50%;
  background: var(--color_banner);
  right: 80%;
  bottom: -47%;
}

.hero.hero-detalle .hero__txt .container h3{
  color:#fff;
}


@media only screen and (max-width: 599px){

  .hero-inner{
    height:auto;
  }

  .hero-content-inner {
    margin: 0;
    padding: 8vw 4vw;
}

  .hero.hero-search.hero-detalle .container{
    padding:0;
  }

  .hero-content-overlay{
    top: -100%;
    left: 0%;
    height: 100%;
    width: 100%;
  }

  .hero-content-overlay-inner{
    height: 200%;
    width: 200%;
    bottom: -80%;
    left: 49%;
    transform: translate(-50%, 50%);
}
 .hero-inner{
  flex-flow: column-reverse;
 }

 .hero-content,
 .hero-image{
  width:100%;
 }

 .hero-image img{
  width:100%;
 }

 .hero.hero-detalle .row{
  margin:0;
 }

 .hero.hero-detalle  .hero__txt{
    position: relative;
    padding: 0;
 }


}

.hero.hero-soluciones .hero__txt.hero__txt-insights .container{
  border:0;
}

.hero__txt-inner{
  display: flex;
  justify-content: flex-end;
}

.hero__txt-wrap{
  padding: 0 15px;
  border-left: 1px solid #00BEFF;
  margin: auto;
  margin-right: 0;
}

/*# sourceMappingURL=estilos.css.map */


/* MOVILE */

 