/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-bottom: 2px solid #B38410;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
  /*Fonts*/
  @font-face {
    font-family: 'aristeobold';
    src: url('../fonts/aristeo-bold-webfont.woff') format('woff2'),
         url('../fonts/aristeo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

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

  @font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

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

  @font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  h1{
    font-family: 'robotoblack';
    font-size: 66px;
  }

  h2{
    font-family: 'robotoblack';
    font-size: 46px;
  }

  h3{
    font-family: 'robotolight';
    font-size: 35px;  
  }

  h4{
    font-family: 'robotoregular';
    font-size: 22px;
  }

  h5{
    font-family: 'robotobold';
    font-size: 26px;
  } 

  h6{
    font-family: 'robotoregular';
    font-size: 14px;
  } 

  p{
    font-size: 17px;
    letter-spacing: 0.01px;
    line-height: 23px;
  }

  b{
    font-family: 'robotobold';
  }

  /*Colors*/
  .bg-azuldark { background-color: #1E31AA !important;}
  .bg-azulclaro{ background-color: #EDEFF8 !important;}
  .bg-celeste{ background-color: #E8EAF6 !important;}
  .bg-plomooscuro{background-color: #333333 !important;}

  .text-azuldark {color: #1E31AA !important;}
  .text-azullight {color: #8794D8 !important;}
  .text-marronoscuro {color: #AB7C16 !important;}
  .text-marronclaro {color: #AD7E16 !important;}

  body {
    padding-top: 14px !important;
  }

  /* Menu principal*/
  .contacto-tel {
    color: #1E31AA;
    font-size: 16.8px;
    letter-spacing: 0.3px;
  }

  .contacto-tel:hover {
    color: #1E31AA;
    opacity: .85;
  }

  .contacto-tel span {
    white-space: nowrap;
  }

  .menu-links {
    gap: 80px !important;
  }

  .menu-links .nav-link {
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 16px !important;
  }

  .menu-links .btn-contacto {
    padding: 6px 30px !important;
    font-size: 22px !important;
    border-radius: 22px !important;
    font-family: 'robotolight';
  }

  #menu .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    opacity: 1;
  }

  #menu .navbar-nav .nav-link:hover,
  #menu .navbar-nav .nav-link:focus {
    color: #fff;
    opacity: .85;
  }

  #menu .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  nav.sticky-top {
    top: 0;
    z-index: 1020;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }

  nav.navbar.navbar-expand-lg {
    position: relative;
    top: 35px;
    width: 90% !important;
    margin: 0 auto !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    min-height: 70px !important;
    transition: top .35s ease, width .35s ease,
                border-radius .35s ease, box-shadow .35s ease;
  }

  nav.navbar.navbar-expand-lg.navbar-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3) !important;
  }

  body.navbar-is-fixed .slide-inicio {
    margin-top: 92px;
  }
    
  nav.navbar.navbar-expand-lg .container {
    max-width: 80% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 88%);
    font-family: 'robotolight';
    font-size: 22px !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
  }

  .navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff !important;
    border-radius: 4px;
  }

  .navbar-nav .nav-link.active{
    color: #ffffff;
  }

  .btn-contacto {
    background: linear-gradient(90deg, #C9971F 0%, #8a6414 100%);
    border: none;
    font-size: 12.8px;
    letter-spacing: 1px;
  }

  .btn-contacto {
    background: linear-gradient(90deg, #C9971F 0%, #8a6414 100%);
    border: none;
    font-size: 15.2px;
    letter-spacing: 1px;
    padding: 8px 28px !important; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, filter 0.2s ease;
  }

  .btn-contacto:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
    color: #fff;
  }

  #menu .navbar-collapse.navbar-nav-scroll {
    overflow-y: auto;
  }

  #menu .navbar-collapse.navbar-nav-scroll::-webkit-scrollbar {
    width: 6px;
  }

  #menu .navbar-collapse.navbar-nav-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .4);
    border-radius: 3px;
  }

  /*Slides Home*/
  .slideh-1{
    background: url(../img/slide-principal/slide1-inteligencia-comercial.png);
  }

  .slideh-2{
    background: url(../img/slide-principal/slide2-alianzas-que-impulsan.png);
  }

  .slideh-3{
    background: url(../img/slide-principal/slide3-resultados-comerciales.png);
  }

  .slideh-1, .slideh-2, .slideh-3, .slideproyectos-1 {
    height: 645px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    background-position: center;
  }

  

  .wrap-texto {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0 0 0 7%;
    max-width: 500px;
  }
  /*mirella*/

  .wrap-texto h1 {
    font-size:clamp(30px,7vw,45px);
    font-weight: 800;
    line-height:1.1;
    margin: 10px 0;
  }

  .wrap-texto h3 {
    font-size:clamp(16px,3vw,21px);
    font-weight: 400;
    line-height:1.4;
    margin-bottom:.3em;
  }
  /*mirella*/

  .highlight-box {
    display: inline-block;
    background-color: #1E31AA;
    color: #fff;
    padding: 1px 7px;
    border-radius: 5px;
  }

  .item {
    position: relative;
  }

  .slide-inicio .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.4) 40%, rgba(0,0,0,.05) 75%);
    z-index: 1;
  }

  .owl-carousel .owl-nav {
    margin-top: 0;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.35) !important;
    border: 1px solid rgba(255,255,255,.5);
    color: #fff !important;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 28.8px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
    z-index: 3;
  }

  .owl-carousel .owl-nav button.owl-prev:hover,
  .owl-carousel .owl-nav button.owl-next:hover {
    background: #C9971F !important;
    border-color: #C9971F;
  }

  .owl-carousel .owl-nav button.owl-prev { left: 20px; }
  .owl-carousel .owl-nav button.owl-next { right: 20px; }

  .owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
  }

  .owl-carousel .owl-dots .owl-dot span {
    display: block;
    background: rgba(255,255,255,.6) !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0;
    border: 1px solid rgba(0,0,0,.2);
  }

  .owl-carousel .owl-dots .owl-dot.active span {
    background: #C9971F !important;
    border-color: #C9971F;
  }

  .slide-inicio {
    position: relative;
  }

  /*Seccion experiencia*/
  .experiencia-section {
    background: linear-gradient(90deg, #B28412 0%, #7C4D12 100%);
    margin-top: -2px;
  }

  .border-end-md {
    border-right: 1px solid rgba(255,255,255,.5);
  }

  /*Seccion conoce mas boton - flecha*/

  #detalleConoceMas{
    max-height:0;
    overflow:hidden;
    opacity:0;
    transition:all .7s ease;
  }
  
  #detalleConoceMas.abierto{
    max-height:9000px;
    opacity:1;
  }

  .flecha-conoce{
    display: none;
    font-size: 40px;
    color: #1E31AA;
    margin-top: 15px;
    transition: transform .4s ease;
    -webkit-text-stroke: 5px #1E31AA;
  }

  .flecha-cierre{
    color: #ffffff;
    -webkit-text-stroke: 5px #ffffff;
  }

  .flecha-conoce.mostrar{
    display: inline-block;
  }

  .flecha-conoce.rotar{
    transform: rotate(0deg);
  }

  .flecha-cierre.rotar{
    transform: rotate(180deg);
  }

  .flecha-cierre:hover {
      opacity: .75;
  }

  /* Seccion Modelo Estrategico */
  .modelo-card {
    position: relative;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(30, 49, 170, 0.12);
    margin: 20px;
    padding: 20px 50px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .modelo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(30, 49, 170, 0.18);
  }

  .modelo-icon img {
    object-fit: contain;
  }

  .modelo-text {
    color: #1E31AA;
    margin: 0;
  }

  .btn-conoce-mas {
    background-color: #1E31AA;
    transition: filter 0.2s ease, transform 0.2s ease;
    box-shadow: 0 8px 30px rgb(0 0 0 / 34%);
    border-radius: 20px;
  }

  .btn-conoce-mas:hover {
    background-color: #1E31AA;
    filter: brightness(1.15);
    transform: translateY(-1px);
    color: #fff;
  }

  .btn-conoce-mas:active,
  .btn-conoce-mas:focus,
  .btn-conoce-mas.active {
    background-color: #1E31AA !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 8px 30px rgb(0 0 0 / 34%) !important;
  }

  .step-number {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #1E31AA;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 25px;
    padding-bottom: 5px;
  }

  .conoce-mas h2{
    font-size: 39px;
  }

  .modelo-card-detalle {
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

    padding: 50px;
  }

  .modelo-card-detalle svg {
    width: 42px;
    height: 42px;
  }

  .modelo-card-detalle h5 {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .paso-comercial-wrap .row.mb-3,
  .paso-comercial-wrap .row.mb-5 {
    display: flex;
    align-items: stretch;
  }

  .paso-comercial-wrap .row.mb-3 > [class*="col-"],
  .paso-comercial-wrap .row.mb-5 > [class*="col-"] {
    display: flex;
  }

  .paso-comercial-wrap .row.mb-5 .col-md-7 {
    display: flex;
    flex-direction: column;
  }

  .paso-comercial-wrap .row.mb-5 .col-md-7 .row {
    flex: 1;
  }

  .object-fit-cover {
    object-fit: cover;
  }

  .split-card {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .split-card-icon {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .split-card-icon svg {
    width: 36px;
    height: 36px;
  }

  .split-card-desc {
    flex: 1;
  }

  .split-card-desc.bg-tan {
    background-color: #F9EED9;
  }

  .split-card-desc.bg-lavanda {
    background-color: #D3D8F4;
  }

  .paso-comercial-wrap {
    max-width: 700px;
  }

  .paso-comercial-wrap .row {
    margin-left: 0;
    margin-right: 0;
  }

  .bleed-right,
  .bleed-left {
    transition: none;
  }

  /* Seccion Ecosistema Marketing y Ventas */
  .ecosistema-section {
    background-color: #1E31AA;
  }

  .ecosistema-label {
    color: #C9971F;
    font-weight: 700;
    font-size: 13.6px;
    letter-spacing: 2px;
  }

  .ecosistema-carousel .owl-stage {
    display: flex;
    align-items: stretch;
  }

  .ecosistema-carousel .owl-item {
    display: flex;
    height: auto;
  }

  .ecosistema-carousel .item {
    display: flex;
    width: 90%;
  }

  .ecosistema-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 60px 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    overflow: visible;
  }

  .ecosistema-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 140px;
    transform: translateX(-50%);
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg, #C9971F 0%, #8a6414 100%);
    border-radius: 0 0 4px 4px;
  }

  .ecosistema-badge {
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border: 5px #ffff solid;
    border-radius: 50%;
    background: linear-gradient(90deg, #C9971F 0%, #8a6414 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 25px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  }

  .ecosistema-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ecosistema-card h5 {
    color: #1E31AA;
    font-weight: 700;
    font-size: 15.2px;
    line-height: 1.3;
    margin-bottom: 9.6px;
  }

  .ecosistema-card p {
    color: #7b7fc4;
    font-size: 12.48px;
    line-height: 1.4;
  }

  .ecosistema-carousel {
    padding: 0 45px;
  }

  .ecosistema-carousel .owl-stage-outer {
     padding: 90px 0 20px;
  }

  .ecosistema-carousel .owl-nav button.owl-prev,
  .ecosistema-carousel .owl-nav button.owl-next {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    width: auto !important;
    height: auto !important;
    font-size: 38.4px;
    box-shadow: none;
  }

  .ecosistema-carousel .owl-nav button.owl-prev:hover,
  .ecosistema-carousel .owl-nav button.owl-next:hover {
    background: transparent !important;
    color: #C9971F !important;
  }

  .ecosistema-carousel .owl-nav button.owl-prev { left: -10px; }
  .ecosistema-carousel .owl-nav button.owl-next { right: -10px; }

  .ecosistema-carousel .owl-dots .owl-dot span {
    background: rgb(255 255 255 / 0%) !important;
    border: 3px solid #fff !important;
    width: 17px;
    height: 17px;
  }

  .ecosistema-carousel .owl-dots .owl-dot.active span {
    background: #C9971F !important;
  }

  .ecosistema-section .owl-carousel .owl-dots{
    bottom: -20px !important;
  }

  .ecosistema-section .owl-dots .owl-dot.active span {
    background: #ffffff !important;
  }

  .ecosistema-section .owl-carousel .owl-dots .owl-dot.active span {
    border-color: #ffffff;
  }


  .metrics-key-box {
    background: linear-gradient(90deg, #C9971F 0%, #8a6414 100%);
    border-radius: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 110px;
    padding: 50px;
  }

  .metric-item {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 20px 0;
  }

  .metrics-bar {
    row-gap: 40px !important;
  }

  .metrics-bar .col-md-9 {
    display: flex;
    align-items: center;
  }

  .metrics-bar .col-md-9 .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  /*Seccion Nuestro Equipo*/
  .equipo-card {
    border-radius: 30px;
    padding: 50px 23px;
  }

  .equipo-section-wrap {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }

  .equipo-foto-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  .equipo-info {
    border-left: 6px solid #AB7C16;
    padding-left: 10px;
    text-align: start;
  }

  .equipo-info h6 {
    font-size: 19px;
  }

  .equipo-info p {
    color: #8794D8 !important;
    font-size: 14px;
  }

  /*PROYECTOS*/
  .slide-proyectos{background: url(../img/proyectos/slide1-proyectos.png);}

  .proyectos-listado {
    background-color: #fff;
  }

  .proyecto-card {
    background: #fff;
    height: 100%;
  }

  .proyecto-img-wrap {
    position: relative;
    overflow: visible;
  }

  .proyecto-img {
    display: block;
    width: 100%;
    object-fit: cover;
  }

  .proyecto-tag {
    position: absolute;
    top: 80px;
    left: -25px;
    background-color: #1E31AA;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    width: 50px;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    border-radius: 7px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    z-index: 2;
  }

  .proyecto-body {
    padding: 35px 20px 0;
  }

  .p-magdalena .proyecto-logo {
    max-height: 30px;
    object-fit: contain;
  }

  .p-surco .proyecto-logo {
    max-height: 45px;
    object-fit: contain;
  }

  .proyecto-divider {
    border-bottom: 2px solid #8794D8;
    margin: 15px 0;
  }

  .proyecto-stat {
    font-size: 14px;
    color: #1E31AA;
    font-weight: 600;
  }

  .proyecto-precio {
    font-size: 14px;
  }

  .proyecto-precio span:first-child {
    color: #1E31AA;
  }

  /*Seccion Nuestra Experiencia*/

  .experiencia-nombre {
    color: #8794D8;
    font-weight: 600;
    margin: 20px 0 2px;
  }

  .experiencia-distrito {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
  }

  .experiencia-deptos {
    color: #8794D8;
    margin-bottom: 0;
  }

  /*SERVICIOS*/
  /*Slides*/
  .slideservicio-1{
    background: url(../img/servicios/slides/transformamos-proyectos-inmobiliarios.png);
  }

  .slideservicio-2{
    background: url(../img/servicios/slides/mas-que-vender-propiedades.png);
  }

  .slideservicio-3{
    background: url(../img/servicios/slides/experiencia-tecnologia-gestion-comercial.png);
  }

  .slideservicio-1, .slideservicio-2, .slideservicio-3{
    height: 645px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    background-position: center;
  }
  /*mirella*/
  .slideservicio-1 .wrap-texto,
  .slideservicio-2 .wrap-texto,
  .slideservicio-3 .wrap-texto {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: left;
    margin: 0;
    padding-left:5%;
    padding-right:5%;
    max-width: 650px;
    width: 90%;
    
  }
  /*mirella*/
  
  .experiencia-descripcion {
    text-align: justify;
    text-align-last: center;
    margin-left: auto;
    margin-right: auto;
  }

  .que-hacemos-section .row {
  row-gap: 55px;
}

.bg-dorado-degradado {
  background: linear-gradient(90deg, #C9971F 0%, #8a6414 100%);
}

.servicio-card {
  position: relative;
  padding-top: 28px;
  height: 100%;
}

.servicio-icon-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .25);
  z-index: 2;
}

.servicio-card-box {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}

.servicio-card-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .15);
}

.servicio-banner {
  min-height: 78px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.servicio-banner h5 {
  color: #fff;
  font-size: 18px;
  margin: 0;
  line-height: 1.25;
}

.servicio-body {
  padding: 14px 16px 20px;
  flex: 1;
}

.servicio-body p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.complementarios {
  position: relative;
  padding: 100px 0;
  background: url('../img/servicios/que-hacemos/slide-que-hacemos.png') center/cover no-repeat;
}

.complementarios-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, .3);
  padding: 65px 20px 45px;
}

.complementario-divider {
  border-right: 1px solid #AB7C16;
}

.complementarios-card {
  position: relative;
  overflow: visible;
}

.complementario-item {
  position: relative;
  padding: 40px 45px;
}

.complementario-icon {
  position: absolute;
  top: -35%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
  z-index: 2;
}

.complementario-item p {
  line-height: 1.5;
  margin: 0;
}

/*FOOTER*/
.footer-logo{
  max-width: 60%;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover{
  color: #AB7C16;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden,
[hidden] {
  display: none !important;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}



/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   ========================================================================== */

@media (max-width:1400px) {
  /*Proyectos*/
  .proyectos-listado .col-lg-4 {
        width: 40%;
  }
}

@media (max-width:1200px) {
  /*Home - Nuestro modelo estrategico (cards)*/
  .modelo-card {
    border-radius: 30px;
    padding: 15px 25px;
  }
  
  .modelo-card-detalle {
    border-radius: 30px;
    padding: 27px;
  }

  .ecosistema-carousel .item {
    width: 100%;
  }

  .ecosistema-card::before{
    width: 70%;
    left: 50%;
  }

  /*Proyectos*/
  .proyectos-listado .col-lg-4 {
    flex: 0 0 auto;
    width: 48%;
  }

  /*Servicios*/
  .complementario-icon {
    top: -30%;
  }

  .complementario-item {
    position: relative;
    padding: 0px 15px;
  }

  .servicio-card {
    position: relative;
    padding-top: 40px;
    height: 100%;
  }

} 

@media (max-width: 992px) {
  .menu-links {
    gap: 64px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .modelo-card{
    border-radius: 30px;
    margin: 5px;
    padding: 7px 26px;
  }

  /*Proyectos*/
  .p-magdalena .proyecto-logo {
    max-height: 25px;
  }
  h4 {
    font-size: 17px;
  }
  
}
/*Mirella*/
@media (max-width:820px){

    .proyectos-listado .col-lg-4{
        width:90%;
    }

}
/*mirella*/

@media (max-width: 767px) {
  .border-end-md {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .modelo-card {
    margin-bottom: 20px;
  }

  .bleed-right .col-6,
  .bleed-left .col-6 {
    margin-right: 0;
    margin-left: 0;
  }

  nav.navbar.navbar-expand-lg.navbar-fixed {
    width: 92% !important;
  }

  .analisis .col-md-5{
    margin-bottom: 40px;
  }

  .perfilamiento,
  .velorizacion{
    margin-top: 30px;
  }

  .equipo-card {
    padding: 50px 55px;
    margin: 0 20px 31px;
  }

  /*Seccion servicios*/
  .complementario-divider {
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }

  .complementario-icon {
    top: 6%;
    left: -7%;
  }
}

@media (max-width: 667px) {
  /*home*/
  .equipo-card {
    margin-bottom: 34px;
    padding: 47px 60px;
  }

  /*Proyectos*/
  .proyectos-listado .col-lg-4 {
    width: 85%;
  }

  /*Servicios*/
  .complementario-icon {
    display: none;
  }
}

@media print,
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
}
/*mirella*/
@media (max-width:576px){

  /*servicios*/
  .wrap-texto{
    width:90%;
    max-width:100%;
    padding-inline:8%;
    margin:0;

  }

  .wrap-texto h1{

    font-size:34px;
    line-height:1.15;

  }

  .wrap-texto h3{

    font-size:18px;

  }

  .slideservicio-1,
  .slideservicio-2,
  .slideservicio-3{
    height: 520px;
    background-position: 65% center;
  }

  .slideservicio-1 .wrap-texto,
  .slideservicio-2 .wrap-texto,
  .slideservicio-3 .wrap-texto{

    width:100%;
    max-width:100%;
    padding:0 25px;

  }

  .wrap-texto h1{

    font-size:36px;
    line-height:1.1;
  }

  .wrap-texto h3{

    font-size:18px;
    line-height:1.4;

  }
  /*mirella*/
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}