/*=========================================*/
/*=========================================*/
/*=== SCREEN (start) ===*/

/* ====================================== */
/* ========== GENERAL SETTINGS ========== */
@media screen {

  *:focus,
  *:focus-visible {
    outline: none !important;
  }

  html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
  }

  /*
  :root {
    --color_fondo: #FFF;
    --secundario: #5e5e5e;
    --secundario: #080808;
    --principal: #006F68;
  }
  */
  html,
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 16px;
  }
}

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

  html,
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 14px;
  }
}

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

  html,
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 12px;
  }
}

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

  html,
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 14px;
  }
}

@media screen {

  body {
    background: var(--color_fondo);
  }

  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Nunito', Arial, sans-serif !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    padding: 0;
  }

  b,
  strong {
    font-weight: 700;
  }

  i,
  em {
    font-style: italic;
  }

  a,
  svg path,
  button {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  a:hover {
    cursor: pointer;
    text-decoration: none;
  }

  /*
  .primary-color-hvr:hover svg path {
		fill: var(--color_hover);
	}
*/
  .home .main-h1 {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    color: #000 !important;
  }

  .pagina_fija {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .fa {
    font-style: normal !important;
  }

  .panel {
    border: 0 solid transparent;
  }

  .btn {
    display: inline-block;
    padding: 0 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 0px;
  }

  .blackfilter {
    position: absolute;
    inset: 0 0 0 0;
    opacity: 0.7;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
    mix-blend-mode: multiply;
  }

  .generic_box {
    position: relative;
    border-radius: 0.5rem;
    border: 0.5px solid #C1C1C1;
    background: #FFF;
  }

  .contacto .generic_box {
    padding: 2rem;
  }
}

/* end @media screen  */


/* ============================================== */
/* ========== ALTO MINIMO DE LA PAGINA ========== */
/* Alto de la pagina para que el footer quede fijo abajo cuando hay poco contenido - Restarle a 100vh (alto del viewport) el tamaño del footer en px para cada version */

@media screen and (min-width: 1200px) {
  #soporte_pagina>.soporte {
    min-height: calc(100vh - 24px);
  }
}

/* termina @media screen and (min-width: 1200px) */

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #soporte_pagina>.soporte {
    min-height: calc(100vh - 24px);
  }
}

/* termina @media screen and (min-width: 992px) and (max-width: 1199px) */

@media screen and (min-width: 768px) and (max-width: 991px) {
  #soporte_pagina>.soporte {
    min-height: calc(100vh - 55px);
  }
}

/* termina @media screen and (min-width: 768px) and (max-width: 991px) */

@media screen and (max-width: 767px) {
  #soporte_pagina>.soporte {
    min-height: calc(100vh - 55px);
  }
}

/* termina @media screen and (max-width: 767px)


/* ======================================= */
/* ========== UTILITY CLASSES ========== */

@media screen {

  a:hover, a:focus {
    text-decoration: none;
  }

  .p-x-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .p-r-0 {
    padding-right: 0;
  }

  .p-l-0 {
    padding-left: 0;
  }

  .m-t-15 {
    margin-top: 15px;
  }

  .m-b-0 {
    margin-bottom: 0;
  }

  .btn {
    display: inline-block;
    padding: 0 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 0px;
  }

  .btn-ampliar {
    color: var(--color_fondo);
    border: 1px solid var(--principal);
    background: var(--principal);
    text-align: center;
    padding: 0.69rem 1.94rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .btn-ampliar:hover,
  .btn-ampliar:focus {
    color: var(--principal);
    border: 1px solid var(--principal);
    background: var(--color_fondo);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  a.btn-imprimir {
    padding: 13px 49px;
    background-color: var(--color_fondo);
    display: block;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-transform: none;
    border: 1px solid var(--secundario);
    height: 45px;
    max-width: unset;
    border-radius: 0px;
    margin: 0 auto 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--secundario);
  }


  a.btn-compartir {
    background: url(img/icon_consulta_whatsapp.svg) no-repeat left center;
    background-size: 36px 39px;
    padding: 13px 34px;
    display: block;
    letter-spacing: 0.075em;
    text-transform: none;
    border: 1px solid var(--secundario);
    height: 50px;
    max-width: unset;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    border-radius: 0px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--secundario);
  }

  a.btn-compartir {
    /* margin-left: 2px; */
    color: var(--secundario);
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-transform: none;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
  }

  a.btn-compartir:hover,
  a.btn-imprimir:hover {
    color: var(--color_fondo);
    background: var(--secundario);
    outline: none;
  }

  a.btn-compartir i {
    color: #25D366;
  }

  a.btn-compartir:hover i {
    color: var(--color_fondo);
  }

  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .embed-responsive::before {
    display: block;
    content: "";
  }

  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .embed-responsive-21by9::before {
    padding-top: 42.857143%;
  }

  .embed-responsive-16by9::before {
    padding-top: 56.25%;
  }

  .embed-responsive-4by3::before {
    padding-top: 75%;
  }

  .embed-responsive-1by1::before {
    padding-top: 100%;
  }

  .grayscale_filter {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  /* Hover - Grow */

  .hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }

  .hvr-grow:hover,
  .hvr-grow:focus,
  .hvr-grow:active {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }

  /* Hover - Bounce In */

  .hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .hvr-bounce-in:hover,
  .hvr-bounce-in:focus,
  .hvr-bounce-in:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  }

  /* Hover - Underline From Left */

  .hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
  }

  .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #000;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .hvr-underline-from-left:hover:before,
  .hvr-underline-from-left:focus:before,
  .hvr-underline-from-left:active:before {
    right: 0;
  }

}

/* end @media screen  */


/* ===================================== */
/* ========== POP UP PRE HOME ========== */

@media screen {

  .popup_prehome button.close.in-body {
    position: absolute;
    top: 29px;
    right: 33px;
    font-size: 28px;
    color: #fff;
    text-shadow: 0 0 0 #ffffff;
    opacity: 1;
    z-index: 99;
    outline: none;
    float: none;
  }

}

/* end @media screen  */

@media screen and (min-width: 1200px) {

  .popup_prehome .modal-dialog {
    width: 920px !important;
  }

}

/* termina @media screen and (min-width: 1200px) */

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .popup_prehome .modal-dialog {
    width: 800px !important;
  }

}

/* termina @media screen and (min-width: 992px) and (max-width: 1199px) */

@media screen and (min-width: 768px) and (max-width: 991px) {

  .popup_prehome .modal-dialog {
    width: 600px !important;
  }

}

/* termina @media screen and (min-width: 768px) and (max-width: 991px) */

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

  .popup_prehome .modal-dialog {
    width: 100% !important;
  }

}

/* termina @media screen and (max-width: 767px) */


/* ======================================= */
/* ========== BOTONES FLOTANTES ========== */

@media screen {

  .floating-buttons {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1056;
    text-align: right;
  }

  .floating-buttons .btn-whatsapp a {
    color: #fff;
    background-color: #4dc247;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border: 0;
    position: relative;
    opacity: 1;
    display: inline-block;
    margin-top: 10px;
    width: 70px;
    height: 70px;
    text-align: left;
    padding: 16px 0px 16px 19px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .floating-buttons .btn-whatsapp a:hover {
    width: 220px;
  }

  .floating-buttons .btn-whatsapp .fab.fa-whatsapp {
    font-size: 36px;
    color: #fff;
    text-align: left;
  }

  .floating-buttons .btn-whatsapp span {
    position: absolute;
    top: 24px;
    right: -10px;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .floating-buttons .btn-whatsapp a:hover span {
    opacity: 1;
    right: 30px;
  }

}

/* end @media screen  */


/* ===================================== */
/* ========== BOTON IR ARRIBA ========== */

@media screen {

  .go-up-hide {
    display: none;
  }

  .go-up-show {
    display: block;
  }

  .go-up-btn {
    color: #000;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 10px;
    margin: 10px 16px 0 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .go-up-btn .fa {
    font-size: 21px;
    line-height: 1;
    font-weight: 400;
  }

}

/* end @media screen  */

@media screen and (min-width: 992px) {

  .go-up-btn:hover {
    color: #fff;
  }

}

/* termina @media screen and (min-width: 992px) */


/* ============================== */
/* ========== BUSQUEDA ========== */

@media screen {

  #header .btn.buscador {
    float: right;
  }

  #bck_black_search {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6) !important;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1030;
    display: none;
  }

  .panel_busqueda {
    height: 70px;
    /* 100% Full-height */
    width: 100%;
    /* 0 width - change this with JavaScript */
    padding: 0 0;
    margin: 0 0;
    position: absolute;
    /* Stay in place */
    z-index: 1057;
    /* Stay on top */
    top: -350px;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  }

  .panel_busqueda .texto {
    background: transparent;
    border: 0;
    font-size: 1rem;
    line-height: 1;
    font-weight: 100;
    outline: none !important;
    width: 85%;
    padding: 0 0;
    margin: 0 0;
    float: left;
  }

  .panel_busqueda .botones {
    width: 15%;
    float: left;
  }

  .panel_busqueda .botones a {
    display: inline-block;
    float: right;
  }

  .panel_busqueda input#str::-webkit-input-placeholder {
    color: var(--secundario);
  }

  .panel_busqueda input#str:-moz-placeholder {
    /* Firefox 18- */
    color: var(--secundario);
  }

  .panel_busqueda input#str::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--secundario);
  }

  .panel_busqueda input#str:-ms-input-placeholder {
    color: var(--secundario);
  }

}

/* end @media screen  */



/* ====== FILTRO ====== */
@media screen {

  .home .filtro .titulo_black,
  .home .filtro .sep {
    display: none;
  }

  .top .filtro {
    width: 100%;
    position: absolute;
    bottom: 30px;
    background: transparent;
    z-index: 20;
    right: 50%;
    transform: translateX(50%);
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    margin-top: 100px;
    margin-bottom: 35px;
    padding: 0px 0px;
  }

  .home .filtro {
    padding: 4.38rem 0;
    border-bottom: none;
    background: #fff;
  }

  .bg_white {
    background: #fff;
  }

  .filtro {
    padding: 5rem 0;
  }

  .filtro h3.titulo,
  #collapseBuscador h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: var(--principal);
    text-align: center;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .filtro .d-flex {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }

  .grid_filtro_home {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(348px, 1fr));
    grid-template-rows: auto;
    gap: 1.5rem;
  }

  .filtro .d-flex div {
    flex: 1 1 auto;
  }

  .filtro .form-group input {
    background: inherit;
    cursor: text;
  }


  /* SELCT CUSTOM */
  select.custom-select {

    &,
    &::picker(select) {
      -webkit-appearance: none;
      appearance: base-select;
      border-radius: 0.5rem;
      border: 1px solid;
      border-color: #c1c1c1;
      background: #fff;
      width: 100%;
      width: 21.75rem;
      color: var(--secundario);
      font-size: 1.125rem;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding: 1.06rem 1.25rem 1.25rem 1.81rem;
      align-items: center;
    }
  }

  select.custom-select {
    width: 100%;
    margin-bottom: 0.75rem;
  }

  select.custom-select:hover {
    border-color: var(--principal);
  }

  select.custom-select .dropdown-select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 1rem;
  }

  select.custom-select::picker-icon {
    content: "";
    display: block;
    background: url(img/arrow_select.svg) no-repeat 0px 0px transparent;
    width: 0.9375rem;
    height: 0.5625rem;
  }

  .custom-select option:checked {
    background-color: transparent;
    color: var(--principal);
    font-weight: 600;
  }

  .custom-select option:hover,
  .custom-select option:focus-visible {
    background-color: transparent;
    color: var(--principal);
    outline: none;
  }

  .custom-select option:checked:hover {
    background-color: transparent;
    color: var(--principal);
  }

  /* FIN CUSTOM SELECT */
  .filtros_campos .form-group {
    margin-bottom: 0px;
  }

  .filtros_campos .dropdown .bloque_btn {
    -webkit-appearance: none;
    appearance: base-select;
    border-radius: 0.5rem;
    border: 1px solid;
    border-color: #c1c1c1;
    background: #fff;
    width: 100%;
    width: 21.75rem;
    color: var(--secundario);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1.06rem 1.25rem 1.25rem 1.81rem;
    align-items: center;
  }

  .filtros_campos .dropdown .dropdown-menu {
    width: 100%;
    border: 1px solid;
    border-color: #c1c1c1;
    color: var(--secundario);
    padding: 1.06rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    margin-top: 0.69rem;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .filtros_campos .dropdown .dropdown-menu .d-flex {
    gap: 0.5rem;
    margin-bottom: 0.88rem;
  }

  /* CHECKBOX CUSTOM */
  .box-custom-checkbox,
  .box-custom-radio {
    display: block;
    position: relative;
    padding-left: 1.75rem;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .box-custom-radio {
    font-size: 1rem;
  }

  .box-custom-checkbox:hover,
  .box-custom-radio:hover {
    color: var(--principal);
  }

  /* Hide the browser's default checkbox button */
  .box-custom-checkbox input,
  .box-custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom checkbox button */
  .box-custom-checkbox .checkmark,
  .box-custom-radio .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .box-custom-checkbox .checkmark:after,
  .box-custom-radio .checkmark:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #C1C1C1;
  }

  .box-custom-checkbox .checkmark:after {
    content: "\f0c8";
  }

  .box-custom-radio .checkmark:after {
    content: "\f111";
  }

  /* Show the indicator (dot/circle) when checked */
  .box-custom-checkbox input:checked~.checkmark:after,
  .box-custom-radio input:checked~.checkmark:after {
    content: '\f058';
    display: block;
    font-weight: 700;
    color: var(--principal);
    color: #59686A;
  }

  .box-custom-checkbox input:checked~.checkmark:after {
    content: '\f14a';
  }

  .box-custom-radio input:checked~.checkmark:after {
    content: '\f058';
  }

  /* Style the indicator (dot/circle) */
  .box-custom-checkbox .checkmark:after,
  .box-custom-radio .checkmark:after {
    top: -2px;
    left: 0;
  }

  /* FIN CHECKBOX */

  .filtros_campos .dropdown button.bloque_btn,
  .filtros_campos .dropdown .dropdown-menu button.btn-apply {
    width: 100%;
    color: var(--secundario);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #C1C1C1;
    border-radius: 0.5rem;
    background: #fff;
    text-transform: none;
    padding-block: 1.06rem 1.25rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .filtros_campos .dropdown button.bloque_btn {
    text-align: left;
    color: var(--secundario);
    background: url(img/arrow_select.svg) no-repeat right 1.25rem center var(--color_fondo);
  }

  .filtros_campos .dropdown button.bloque_btn:hover {
    border: 1px solid var(--principal);
  }

  .filtros_campos .dropdown .dropdown-menu button.btn-apply {
    color: #FFF;
    background: var(--principal);
    border: 1px solid var(--principal);
    font-size: 0.9375rem;
    padding-block: 0.38rem 0.44rem;
  }

  .filtros_campos .buscar button {
    display: inline-block;
    width: 100%;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: var(--color_fondo);
    text-transform: none;
    border: 1px solid var(--principal);
    border-radius: 0.5rem;
    background: var(--principal);
    padding-block: 1.06rem 1.25rem;
    transition: 0.3s ease-in-out;
  }

  .filtros_campos .dropdown .dropdown-menu button.btn-apply:hover,
  .filtros_campos .dropdown .dropdown-menu button.btn-apply:focus,
  .filtros_campos .buscar button:hover,
  .filtros_campos .buscar button:focus {
    color: var(--principal);
    background: #fff;
  }

  .filtros_campos .precio input {
    padding-block: 0.75rem;
    padding-left: 1.25rem;
  }

  .ver-google-maps a.btn {
    color: #FFF;
    text-align: center;
    background: var(--secundario);
    border: 1px solid var(--secundario);
    border-radius: 0.5rem;
    padding: 1.06rem 1.25rem 1.12rem 1.25rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .ver-google-maps a.btn:hover,
  .ver-google-maps a.back_list {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    color: var(--secundario);
  }

  .ver-google-maps a.back_list:hover {
    background: var(--secundario);
    border: 1px solid var(--secundario);
    color: var(--color_fondo);
  }

  .filtros input#str::-webkit-input-placeholder {
    color: var(--secundario) !important;
  }

  .filtros input#str:-moz-placeholder {
    /* Firefox 18- */
    color: var(--secundario) !important;
  }

  .filtros input#str::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--secundario) !important;
  }

  .filtros input#str:-ms-input-placeholder {
    color: var(--secundario) !important;
  }

  .filtros .input-group-addon {
    background-color: transparent;
    border: none;
    padding: 0;
  }

  .filtros .input-group-addon button {
    color: var(--color_fondo);
    background-color: var(--secundario);
    border-radius: 0px;
    height: 50px;
    padding: 0 24px;
    outline: none;
    border: none;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 12px;
  }

  .filtros .input-group-addon button:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: var(--color_fondo);
    border: 1px solid var(--secundario);
    font-weight: 600;
  }

  .buscador-avanzado {
    flex-wrap: wrap;
  }

  .input-busqueda-calle-codigo {
    display: flex;
    justify-content: center;
  }

  input#keyword {
    text-size-adjust: 100%;
  }

  #collapseBuscador .input-busqueda-calle-codigo button {
    position: absolute;
    right: 1.5rem;
    top: 1.2rem;
    height: auto;
    width: auto;
    padding: 0 0;
    margin: 0 0;
    background: transparent;
    border: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

}

@media screen and (min-width: 1200px) and (max-width: 1260px) {}

/* termina @media screen and (min-width: 1200px) and (max-width: 1260px) */
@media screen and (max-width: 1200px) {}

/* termina @media screen and (max-width: 1200px) */
@media screen and (min-width: 992px) {}

/* termina @media screen and (min-width: 992px) */

@media screen and (min-width: 992px) and (max-width: 1199px) {}

@media screen and (min-width: 768px) and (max-width: 991px) {}

/* termina @media screen and (min-width: 768px) and (max-width: 991px) */
@media screen and (max-width: 767px) {}

/* termina @media screen and (max-width: 767px) */
@media screen and (max-width: 400px) {}


/* ===== TITULOS ===== */
@media screen {
  .titulo {
    font-size: 2.5625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 96%;
    /* 2.46rem */
    letter-spacing: -0.05125rem;
    text-align: left;
    margin-bottom: 0px;
    color: var(--principal);
  }

  .contacto .titulo {
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.065rem;
    margin-bottom: 5rem;
  }

  .titulo_black {
    text-transform: none;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.025em;
    color: var(--secundario);
    margin-bottom: 0px;
  }

  .sep {
    width: 70px;
    height: 2px;
    margin: 0px auto 50px;
    display: table;
  }
}

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

  .titulo,
  .contacto .titulo {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 25px;
  }

  .titulo .sep {
    margin: 25px auto 30px;
  }

  .subseccion-g .titulo_black {
    font-size: 24px;
  }
}


/* ============================ */
/* ========== HEADER ========== */

@media screen  {

  #soporte_pagina>.soporte {
    background: #F7F7F7;
  }

}

@media screen and (min-width: 992px) {

  #soporte_pagina>.soporte {
    /* Definir padding top del soporte en base al alto del header*/
    padding-top: 85px;
    padding-top: 8.125rem;
    background: #F7F7F7;
  }

}

/* termina @media screen and (min-width: 992px) */

/* ===== HEADER ===== */
@media screen {

  #header,
  #header.header_slim,
  #header .logo a img,
  #header .logo a img.logo_slim,
  #header .redes {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #header .redes {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex !important;
    align-items: flex-end;
  }

  #header .logo {
    position: relative;
  }

  #header .logo a {
    display: inline-block;
  }

  #header .logo a img.logo_chico {
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /*  #header.header_slim .logo_slim {
    height: 60px;
  }*/

  #header.header_slim .menu {
    border-top: none;
  }

  #header .logo.logo_slim {
    height: 40px;
  }

  .home #header {
    border: none;
  }

  #header {
    position: relative;
    background: var(--color_fondo);
    padding-block: 2.38rem;
    z-index: 1030;
  }

  #header .logo img {
    width: 9.375rem;
    height: 3.375rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header.header_slim .box-header {
    padding: 0 15px;
  }
}

@media screen and (min-width: 992px) {
  #header {
    border-bottom: 1px solid #d1d1d1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
  }

  .box-header .main-nav {
    width: -webkit-fill-available;
  }

  #header.header_slim {
    background-color: var(--color_fondo);
    border-bottom: 1px solid #d1d1d1;
    padding-block: 1.5rem;
    height: auto;
    position: fixed;
  }

  #header.header_slim .menu>ul>li>a {
    padding: 22px 0;
  }
}

/* termina @media screen and (min-width: 992px) */
@media screen and (max-width: 991px) {
  #header .redes {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #header {
    border-bottom: 1px solid #d1d1d1;
    padding: 15px 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
  }

  .home #header {
    background: var(--color_fondo);
  }

  #header .logo a img {
    height: 50px !important;
  }

  #header .logo a img.logo_slim {
    height: 50px;
  }

  a.hamburguer {
    right: 100px;
    top: 32px;
  }
}

@media screen and (max-width: 767px) {
  #header {
    border-bottom: 1px solid #d1d1d1;
    position: relative;
    padding: 15px 0px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
  }

  #header .logo {
    justify-content: right !important;
  }

  #header .logo a {
    margin: 0;
  }

}

/* ===== HEADER FIXED ===== */
@media screen {
  #header_fixed {
    /*background: var(--color_fondo);*/
    position: fixed;
    width: 100% !important;
    padding: 0 20px;
    left: 0;
    height: 60px;
    z-index: 1020;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #header_fixed .logo {
    float: left;
  }

  #header_fixed .logo a img {
    height: 60px;
  }

  .header_fixed_oculto {
    opacity: 0;
    top: -65px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .header_fixed_visible {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #header .logo .btn {
    right: 90px;
    top: 15px;
  }
}


/* ===== FOOTER ===== */
@media screen {

  #footer,
  #firma {
    background: #000;
    padding: 3.75rem 0 0px 0;
  }

  #firma {
    padding: 0 0px 1.56rem 0;
  }

  .accesos_footer {
    margin-block: 3.12rem 1.81rem;
    padding-block: 5rem;
    border-top: 1px solid #595959;
    border-bottom: 1px solid #595959;
  }

  #footer .logo a {
    display: inline-block;
  }

  #footer .logo img {
    width: 9.375rem;
    height: 3.375rem;
  }

  .mapa-sitio h6,
  .footer_redes_content h6,
  .contacto h6 {
    color: #FFF;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 1.25rem 0;
  }

  .mapa-sitio ul {
    column-gap: 5rem;
    column-count: 2;
    padding-inline-start: 0px;
  }

  .mapa-sitio ul li {
    list-style: none;
  }

  .mapa-sitio,
  .footer_redes_content,
  .contacto {
    color: #B0B0B0;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 2rem */
  }

  .footer_redes {
    display: flex;
    flex-direction: column;
    text-align: left;
  }

  #firma h6,
  .dinamic {
    text-align: center;
    color: #B0B0B0;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 1.75rem */
  }

  .mapa-sitio a,
  .footer_redes_content a,
  .contacto a,
  .dinamic a {
    color: #B0B0B0;
  }

  #footer a:hover,
  #footer a:focus {
    color: #FFF;
  }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {}

@media screen and (min-width: 768px) and (max-width: 991px) {}

@media screen and (max-width: 767px) {
  .accesos_footer,
  .footer_redes{
    text-align: center;
  }
  #footer .logo  {
    margin: 0 auto;
    text-align: center;
  }
  .footer_redes_content,
  .dinamic {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 400px) {}


/* ===== REDES ===== */
@media screen {
  #header .redes {
    display: block;
  }

  #footer .redes {
    text-align: center;
  }

  #header .redes,
  #footer .redes {
    position: relative;
  }

  .header_redes {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.31rem;
  }

  .header_redes a {
    line-height: 1;
  }

  .header_redes a svg path {
    fill: var(--secundario);
  }


  .header_redes a:hover svg path {
    opacity: 0.7;
  }


}

@media screen and (min-width: 768px) and (max-width: 991px) {}

/* termina @media screen and (min-width: 768px) and (max-width: 991px) */

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

}

/* termina @media screen and (max-width: 767px) */


/* ========================================== */
/* ========== MENU PRINCIPAL (web) ========== */

@media screen {

  .home .menu {
    background-color: transparent;
  }

  .home .navbar {
    right: 0;
    top: 0;
    position: absolute;
  }

  .menu {
    position: relative;
    margin: 0;
    display: inline-block;
  }

  .menu>ul {
    padding: 0;
    list-style: none;
    text-align: center;
  }

  .menu>ul:after {
    clear: both;
  }

  .menu>ul>li {
    display: inline-block;
    position: relative;
    text-align: center;
  }

  .menu>ul>li>a {
    color: var(--secundario);

    border-radius: 0px !important;
    padding: 0.5rem 0 !important;
    margin: 0 1.06rem;

    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.02rem;

    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 0px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
  }

  /*
  .menu>ul>li>a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: var(--principal);
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .menu>ul>li>a:hover:before,
  .menu>ul>li>a:focus:before,
  .menu>ul>li.active>a:before {
    left: 0;
    right: 0;
  }
  */

  .menu>ul>li>a:hover,
  .menu>ul>li>a:focus {
    text-decoration: none;
    background: 0 0;
    color: var(--principal);
  }

  .menu>ul>li.active>a,
  .menu>ul>li.active>a:hover,
  .menu>ul>li.active>a:focus {
    background: transparent;
  }

  .menu>ul .open>a,
  .menu>ul .open>a:hover,
  .menu>ul .open>a:focus {
    background: transparent !important;
    border-color: none;
  }

  .menu>ul>li .dropdown-menu {
    background: var(--color_fondo);
    position: absolute;
    top: 100%;
    left: 50%;
    right: auto;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    /*width: 100% !important;*/
    padding: 1px 0 0;
    margin: 0 0;
    font-size: 12px;
    line-height: 1;
    list-style: none;
    border: none !important;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .menu>ul>li:first-child .dropdown-menu {
    left: -38px;
    right: auto;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }

  .menu>ul>li:last-child .dropdown-menu {
    right: -30px;
    left: auto;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }

  .menu>ul>li .dropdown-menu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-width: 5px;
    margin-left: -5px;
  }

  .menu>ul>li:first-child .dropdown-menu:after {
    right: auto;
    left: 20%;
  }

  .menu>ul>li:last-child .dropdown-menu:after {
    left: auto;
    right: 20%;
  }

  .menu>ul>li>.dropdown-menu>li>a {
    color: var(--secundario);
    display: block;
    padding: 10px 15px;
    clear: both;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    text-transform: none;
    filter: none !important;
    background-image: none !important;
  }

  .menu>ul>li>.dropdown-menu>li:last-child {
    display: none;
  }

  .menu>ul>li>.dropdown-menu>li>a:hover,
  .menu>ul>li>.dropdown-menu>li>a:focus {
    color: var(--color_fondo);
    text-decoration: none;
    background-color: var(--principal);
  }

  .menu>ul>li>.dropdown-menu>.active>a,
  .menu>ul>li>.dropdown-menu>.active>a:hover,
  .menu>ul>li>.dropdown-menu>.active>a:focus {
    outline: 0;
    background-color: var(--principal);
    color: var(--color_fondo);
  }

  .menu>ul>li>.dropdown-menu .divider {
    background-color: var(--color_fondo);
    height: 1px;
    margin: 0 0;
    overflow: hidden;
  }

}

/* end @media screen  */

@media screen and (min-width: 992px) {

  .navbar-toggle {
    display: none;
    /*- Modificar (min-width: 992px) para cambiar la medida a la que se muestra o no el botón del menú móvil-*/
  }

}

/* termina @media screen and (min-width: 992px) */


/* =================================== */
/* ========== SUBMENU (web) ========== */

@media screen {

  .submenu ul>li+li {
    margin-left: 0;
  }

  .submenu ul>li:last-child>a {
    border-right: 0;
  }

  .submenu ul>li>a {
    color: #000;
    background: #e4e4e4;
    border-right: 1px solid;
    border-color: #fff;
    border-radius: 0 !important;
    padding: 20px 0 !important;
    margin: 0 0;
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
  }

  .submenu ul>li>a:hover,
  .submenu ul>li>a:focus {
    color: #fff;
    text-decoration: none;
  }

  .submenu ul>li.active>a,
  .submenu ul>li.active>a:hover,
  .submenu ul>li.active>a:focus {
    color: #000;
    background: #ccc;
    font-weight: 700;
    cursor: default;
  }

}

/* end @media screen  */


/* ===== MENU PRINCIPAL Y SUBMENU MOVIL ===== */
@media screen {
  a.hamburguer {
    position: relative;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 0 0;
    margin: 0;
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  a.hamburguer:hover,
  a.hamburguer:focus {
    text-decoration: none !important;
  }

  .navbar-toggle {
    overflow: hidden;
  }

  .navbar-toggle .icon-bar {
    background: var(--principal);
    height: 3px;
    border-radius: 0 !important;
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: opacity, transform;
    transition: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
  }

  .navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }

  .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }

  .menu_mobile ul {
    padding: 0;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .menu_mobile ul li {
    background: #f2f2f2;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .menu_mobile .acceso_clientes {
    color: var(--color_fondo);
    background: var(--gris);
  }

  .menu_mobile>ul>.active,
  .menu_mobile>ul>.active>a,
  .menu_mobile>ul>.active>a:hover,
  .menu_mobile>ul>.active>a:focus {
    /* color: var(--gris);
    background: var(--secundario); */
    font-weight: 700;
  }

  .menu_mobile ul li a {
    text-transform: none;
    color: var(--color_fondo);
    display: block;
    margin: 0 0;
    padding: 20px 0;
    list-style: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    letter-spacing: 0.03em;
  }

  .menu_mobile ul li {
    background-color: var(--principal);
  }

  .menu_mobile ul li.active a {
    color: var(--color_fondo);
  }

  .menu_mobile ul li.hasSubs>a {
    position: relative;
  }

  .menu_mobile ul li.hasSubs>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    display: inline-block;
    color: inherit;
    position: absolute;
    right: 20px;
    top: 19px;
    margin: 0;
    text-align: center;
    color: var(--color_fondo);
  }

  .menu_mobile ul li.hasSubs>a.collapsed:after {
    content: "\f105";
  }

  .menu_mobile ul li a:hover,
  .menu_mobile ul li a:focus {
    color: var(--color_fondo);
    text-decoration: none;
    background-color: var(--principal);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .menu_mobile ul li a:focus {
    border: none;
  }

  .menu_mobile .box_menu_mobile {
    color: var(--color_fondo);
    background: var(--principal);
  }

  .box_menu_mobile .social {
    font-size: 15px;
    padding: 20px 0;
    color: var(--color_fondo);
    margin-right: 7px;
    margin-left: 7px;
  }

  .box_menu_mobile .social a i {
    margin-right: 7px;
    margin-left: 7px;
    font-size: 18px;
    color: var(--color_fondo);
  }

  .submenu_mobile ul {
    margin: 0 0;
    padding: 10px 0;
    text-align: center;
  }

  .submenu_mobile ul li {
    background: var(--principal);
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    /*border-bottom: 1px solid var(--secundario);*/
    border-top: 0;
  }

  .submenu_mobile ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .submenu_mobile ul>.active>a,
  .submenu_mobile ul>.active>a:hover,
  .submenu_mobile ul>.active>a:focus {
    color: var(--color_fondo);
    font-weight: 400;
  }

  .submenu_mobile ul li a {
    color: var(--color_fondo);
    margin: 0;
    padding: 8px 0;
    list-style: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border-bottom: none;
  }

  .submenu_mobile ul li a:hover,
  .submenu_mobile ul li a:focus,
  .submenu_mobile ul li.active a {
    color: var(--color_fondo);
    font-weight: 700;
  }
}

@media screen and (max-width: 992px) {
  
}


@media screen and (max-width: 767px) {
  .menu_mobile ul {
    padding: 0;
    text-align: center;
  }

  .submenu_mobile ul {
    margin: 0 0;
    padding: 0px 0;
    text-align: center;
  }

  .submenu_mobile ul li:first-child {
    padding-top: 10px;
  }

  .submenu_mobile ul li:last-child {
    padding-bottom: 10px;
  }


}

/* ===== SUBMENU (WEB) ===== */
@media screen {
  .submenu {
    margin-top: 5rem;
    border-bottom: 1px solid #D1D1D1;
  }

  .submenu ul>li+li {
    margin-left: 0;
  }

  .submenu ul>li {
    float: left;
  }

  .submenu ul>li:last-child>a {
    border-right: 0;
  }

  .submenu ul>li>a {
    color: var(--secundario);
    background: transparent;
    border: none;
    border-radius: 0 !important;
    padding: 0 0 1rem 0 !important;
    margin: 0 2rem 0 0;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.0875rem;
    text-transform: uppercase;
    text-align: left;
  }

  .submenu ul>li>a:hover,
  .submenu ul>li>a:focus {
    color: var(--principal);
    background: transparent;
    text-decoration: none;
  }

  .submenu ul>li.active>a,
  .submenu ul>li.active>a:hover,
  .submenu ul>li.active>a:focus {
    color: var(--principal);
    background: transparent;
    cursor: default;
    font-weight: 700;
  }
}

/* ====== MENU SIDEBAR ====== */
@media screen {

  html,
  body,
  .st-container,
  .st-pusher,
  .st-content {
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .st-content {
    overflow-y: scroll;
  }

  .st-content,
  .st-content-inner {
    position: relative;
  }

  .st-container {
    position: relative;
    overflow: hidden;
  }

  .st-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }

  .st-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  }

  .st-menu-open .st-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  .st-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    overflow-y: auto;
    width: 300px;
    height: 100%;
    background: #48a770;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .st-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  .st-menu-open .st-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  }

  /* content style */
  .st-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .st-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
  }

  .st-menu ul li a {
    display: block;
    padding: 1em 1em 1em 1.2em;
    outline: none;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
    color: #f3efe0;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
  }

  .st-menu ul li:first-child a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
  }

  .st-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
    color: var(--color_fondo);
  }

  .st-effect-3.st-menu-open .st-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }

  .st-effect-3.st-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .st-effect-3.st-menu-open .st-effect-3.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }

  .st-effect-3.st-menu::after {
    display: none;
  }

  /* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
  .no-csstransforms3d .st-pusher,
  .no-js .st-pusher {
    padding-left: 300px;
  }
}



/* ===== SLIDE CAROUSEL  ===== */
@media screen {

  .home .carousel-inner .item .carousel-img {
    height: 100%;
    aspect-ratio: 16 / 9;
  }

  .home .carousel.slide .carousel_control.left img {
    left: 30px;
    opacity: 0.8;
  }

  .home .carousel.slide .carousel_control.right img {
    opacity: 0.8;
  }

  .home .sombra-slide {
    position: absolute;
  }

  .home .carousel.slide .carousel-indicators,
  .galeria_de_imagenes_slide .carousel.slide .carousel-indicators {
    position: absolute;
    bottom: 15px;
    right: 50%;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 15;
    width: 50%;
    padding-left: 0;
    text-align: center;
    list-style: none;
  }

  .home .carousel.slide .carousel-indicators li,
  .galeria_de_imagenes_slide .carousel.slide .carousel-indicators li {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0);
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid;
    border-color: var(--color_fondo);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .home .carousel.slide .carousel-indicators li:hover,
  .galeria_de_imagenes_slide .carousel.slide .carousel-indicators li:hover {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .home .carousel.slide .carousel-indicators .active,
  .home .carousel.slide .carousel-indicators .active:hover,
  .galeria_de_imagenes_slide .carousel.slide .carousel-indicators .active,
  .galeria_de_imagenes_slide .carousel.slide .carousel-indicators .active:hover {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border: 1px solid;
    border-color: var(--color_fondo);
    cursor: default;
  }

  .home .carousel.slide .carousel-img,
  .galeria_de_imagenes_slide .carousel.slide .carousel-img {
    text-align: center;
  }

  .home .carousel.slide .carousel-img img,
  .galeria_de_imagenes_slide .carousel.slide .carousel-img img {
    display: block;
    /* margin-top: 154px; */
  }

  .home .carousel.slide .carousel-caption {
    color: var(--color_fondo);
    position: absolute;
    top: 50%;
    left: calc((100vw - 1488px) / 2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    width: 36rem;
    z-index: 10;
    padding: 0;
    text-align: left;
    text-shadow: none !important;
  }



  .home .carousel.slide .carousel-caption-xs {
    text-align: center;
    padding: 30px 30px 35px 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .home .carousel.slide .carousel-caption h2 {
    font-size: 6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 96%;
    /* 5.76rem */
    letter-spacing: -0.12rem;
    color: var(--color_fondo);
    text-transform: none;
    margin: 0 0 3rem 0;
    padding: 0;
  }

  .home .carousel.slide .carousel-caption p {
    color: var(--color_fondo);
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 2.275rem */
    letter-spacing: 0.01625rem;
    padding: 0;
    margin: 0 0 2rem 0;
  }

  .home .carousel.slide .carousel-caption a {
    display: inline-block;
    color: var(--color_fondo);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 1.225rem */
    letter-spacing: 0.0875rem;
    text-decoration: none !important;
  }

  .home .carousel.slide .carousel-caption a svg {
    margin-left: 1rem;
    vertical-align: sub;
  }

  .home .carousel.slide .carousel-caption-xs h2 {
    color: var(--color_fondo);
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-decoration: none !important;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  }

  .home .carousel.slide .carousel-caption-xs p {
    color: var(--color_fondo);
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 22px;
    font-weight: 400;
    padding: 0 0 0 0;
    margin: 15px 0 0 0;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  }

  .home .carousel.slide .carousel_control {
    position: absolute;
    top: 0;
    height: 100%;
    width: 150px;
    display: block;
    z-index: 15;
  }

  .home .carousel.slide .carousel_control.left {
    left: 0;
    opacity: 0;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.2) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .home .carousel.slide .carousel_control.right {
    right: 0;
    opacity: 0;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.2)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.2) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.2) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.2) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .home .carousel.slide:hover .carousel_control {
    opacity: 1;
  }

  .home .carousel.slide .carousel_control i {
    color: var(--color_fondo);
    font-size: 32px;
  }

  .home .carousel.slide .carousel_control img,
  .home .carousel.slide .carousel_control i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .home .carousel.slide .carousel_control.left img,
  .home .carousel.slide .carousel_control.left i {
    left: 30px;
  }

  .home .carousel.slide .carousel_control.right img,
  .home .carousel.slide .carousel_control.right i {
    right: 30px;
  }

  .home .carousel.slide .carousel_control_mobile {
    width: 100%;
  }

  .home .carousel.slide .carousel_control_mobile a {
    color: var(--color_fondo);
    background: #ccc;
    display: inline-block;
    width: 50%;
    padding: 10px;
    text-align: center;
    text-decoration: none;
  }

  .home .carousel.slide .carousel_control_mobile a:hover {
    color: var(--color_fondo);
  }

  .home .carousel.slide .carousel_control_mobile .right {
    border-left: 1px solid;
    border-color: var(--color_fondo);
  }

  .home .carousel.slide .carousel-caption-box {
    border: 1px solid var(--color_fondo);
    position: absolute;
    bottom: 500px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    color: var(--color_fondo);
    background: transparent;
    padding: 30px 0;
    z-index: 20;
  }
}

@media screen and (max-width: 1580px) {
  .home .carousel.slide .carousel-caption {
    left: calc((100vw - 1320px) / 2);
  }
}

@media screen and (max-width: 1399px) {
  .home .carousel.slide .carousel-caption {
    left: calc((100vw - 1180px) / 2);
  }
}

@media screen and (max-width: 1199px) {
  .home .carousel.slide .carousel-caption {
    left: calc((100vw - 960px) / 2);
  }
}

@media screen and (max-width: 991px) {
  .home .carousel.slide .carousel-caption {
    left: calc((100vw - 740px) / 2);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1260px) {

  .home .carousel.slide .carousel_control.left,
  .home .carousel.slide .carousel_control.right {
    display: none !important;
  }
}

/* termina @media screen and (min-width: 1200px) and (max-width: 1260px) */

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .home .carousel.slide .carousel-caption-box {
    width: 940px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1070px) {

  .home .carousel.slide .carousel_control.left,
  .home .carousel.slide .carousel_control.right {
    display: none !important;
  }
}

/* termina @media screen and (min-width: 992px) and (max-width: 1070px) */

@media screen and (min-width: 1200px) {
  .popup_prehome .modal-dialog {
    width: 920px !important;
  }

  .home .carousel.slide .carousel-caption-box {
    width: 1140px;
  }
}

/* termina @media screen and (min-width: 1200px) */

@media screen and (min-width: 768px) and (max-width: 991px) {

  .home .carousel.slide .carousel-img img,
  .galeria_de_imagenes_slide .carousel.slide .carousel-img img {
    display: block;
    margin-top: 0;
  }

  #header .logo .btn {
    right: 90px;
    top: 15px;
  }
}

/* ====== Termina @media screen (min-width: 768px) and (max-width: 991px) ====== */

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

  .home .carousel.slide .carousel-img img,
  .galeria_de_imagenes_slide .carousel.slide .carousel-img img {
    min-height: 400px !important;
    display: block;
    margin-top: 0;
    object-fit: cover;
  }

  .home .carousel-inner .item .carousel-img {
    aspect-ratio: unset;
  }

  .home .carousel.slide {
    margin-top: 0px;
  }

  .home .carousel.slide .carousel-caption {
    padding-inline: 0.75rem;
        width: 100%;
        left: 0;
  }

  .home .carousel.slide .carousel-caption-box {
    width: 100%;
  }
  .home .carousel.slide .carousel-caption h2{
    font-size:4rem;
  }
  .home .carousel.slide .carousel-caption p{
    font-size:1.5rem;
  }
}

/*=== CSS OWL / sLICK CAROUSEL ===*/
@media screen {
	.galeria_slick .wrapper {
		position: relative;
	}

    .slider-main{
        margin-bottom: 1.25rem;
    }

	.slider-nav .slick-list {
		padding: 0 !important;
	}

    .slider-main.slick-initialized .slick-slide,
    .slider-main.slick-initialized .slick-slide img {
        display: block;
        aspect-ratio: 60 / 38;
        border-radius: 0.5rem;
        overflow: hidden;
    }

    .slider-nav .slick-slide {
        cursor: pointer;
        margin: 0 0.6rem;
        transition: opacity 0.3s;
    }

    .slider-nav .slick-slide figure{
        background: transparent;
    }
    
    .slider-nav .slick-slide img.slick-gallery-image {
        display: block;
        aspect-ratio: 11 / 7;
        border-radius: 0.5rem;
        overflow: hidden;
        width: 100%;
    }

    .slick-prev,
    .slick-next {
        visibility: hidden;
    }


    .slick-arrow {
        background: transparent;
        box-shadow: none;
        outline: 0;
        border: 1px solid;
        border-color: transparent;
        border-radius: 50%;
        display: inline-block;
        visibility: visible;
        padding: 0px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Safari   */
        z-index: 1020;
    }

    .arrow-left.slick-arrow {
        left: 2rem;
    }

    .arrow-right.slick-arrow {
        right: 2rem;
    }

    .slick-arrow svg circle,
    .slick-arrow svg path {
        /*stroke: var(--color_fondo);*/
    }

    .slick-arrow:hover svg {
        /*fill: var(--color_fondo);*/
    }

    .slick-arrow:hover svg path {
       stroke: var(--principal);
    }
}

@media screen and (min-width: 768px) {
	.galeria_de_imagenes .modulo .owl-carousel .owl-stage {
		display: flex;
	}

	.galeria_de_imagenes .owl-stage-outer {
		max-height: 305px !important;
		/* Alto del soporte, debe ser igual al alto de la imagen */
	}

	.galeria_de_imagenes .owl-gallery-image {
		width: auto !important;
		height: 200px !important;
		/* Alto de la imagen, debe ser igual al alto del soporte */
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.galeria_de_imagenes .owl-gallery-image:hover {
		opacity: 0.8 !important;
	}

	.galeria_slick .slider-main .owl-gallery-image {
		width: 100% !important;
		height: auto !important;
	}

	.galeria_slick .slider-nav .owl-gallery-image {
		aspect-ratio: 1;
		height: 13.75rem !important;
	}
}

/* termina @media screen and (min-width: 768px) */

@media screen and (max-width: 767px) {
	.galeria_de_imagenes .owl-gallery-image {
		max-width: 100% !important;
		height: 100% !important;
		object-fit: scale-down;
		display: inline-block;
	}
}

/* termina @media screen and (max-width: 767px) */



/* =============================== */

/* =========== HIGHLIGHTED TYPE 20 LOGOS CARROUSEL =========== */

@media screen {
  #marks-carousel {
    background: #fff;
    padding: 9.31rem 0 1.5rem 0;
    position: relative;
  }

  #marks-carousel h2.title {
    color: var(--principal);
    text-align: center;
    font-size: 2.5625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 96%;
    /* 2.46rem */
    letter-spacing: -0.05125rem;
    margin-bottom: 6rem;
  }

  #marks-carousel .box-mark {
    text-align: center;
    padding: 0 15px;
  }

  #marks-carousel .owl-carousel .owl-item img {
    display: inline-block !important;
    /*width: auto !important;
		aspect-ratio: 1/1;*/
    width: 250px !important;
    object-fit: contain;
  }

  #marks-carousel .owl-carousel .owl-height {
    height: auto !important;
  }

  #marks-carousel .owl-carousel .owl-stage-outer .owl-prev,
  #marks-carousel .owl-carousel .owl-stage-outer .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    outline: none;
    border: 0;
    width: 30px;
    height: 30px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #marks-carousel .owl-carousel .owl-stage-outer .owl-prev:hover,
  #marks-carousel .owl-carousel .owl-stage-outer .owl-next:hover {
    opacity: 1;
  }

  #marks-carousel .owl-carousel .owl-stage-outer .owl-prev {
    left: 0;
    padding: 0;
  }

  #marks-carousel .owl-carousel .owl-stage-outer .owl-next {
    right: 0;
    padding: 0;
  }

  #marks-carousel .owl-carousel .owl-stage-outer .owl-prev i,
  #marks-carousel .owl-carousel .owl-stage-outer .owl-next i {
    font-size: 21px;
    line-height: 1.4;
  }

  #marks-carousel .owl-carousel .owl-stage-outer .owl-prev.disabled,
  #marks-carousel .owl-carousel .owl-stage-outer .owl-next.disabled {
    opacity: 0.3;
  }

  @keyframes spin {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-100%);
    }
  }


}

@media screen and (max-width: 991px) {
  #marks-carousel .owl-carousel .owl-item img {
    display: inline-block !important;
    width: auto !important;
    object-fit: contain;
  }

  #marks-carousel-test {
    padding: 2.5rem 0;
  }

  #marks-carousel {
    padding: 4rem 0 4rem 0;
  }
  #marks-carousel h2.title{
    margin-bottom: 3rem;
  }

}
@media screen and (max-width: 768px) {
  #marks-carousel {
    padding: 6rem 0 4rem 0;
  }
  #marks-carousel h2.title{
    margin-bottom: 4rem;
  }
}

/* ===================================== */
/* ========== VIDEO DESTACADO SOBRE EL SLIDE PARA VERSION DESKTOP (HIGHLIGHTED 17) ========== */

@media screen {
  .slide-home-video-box {
    position: relative;
  }

  .slide-home-video {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .slide-home-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}


/* ====== LISTADOS ====== */
@media screen {
  .home .destacados {
    padding: 60px 0 70px 0;
  }

  .home .destacados,
  .home .carousel_multiple,
  .listado .editorial,
  .listado .especial,
  .listado .subsecciones,
  .listado .busqueda,
  .listado .galerias {
    position: relative;
    margin-bottom: 50px
  }

  .listado .editorial {
    margin-bottom: 7.5rem;
  }

  #editorial .modulo {
    margin-top: 30px;
  }

  .content_list {
    padding-top: 6.25rem;
    background: #F7F7F7;
  }

  .content_list .soporte_mapa{
    padding-bottom: 5rem;
  }

  .content_list .titulo {
    font-size: 2.5625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 96%;
    /* 2.46rem */
    letter-spacing: -0.05125rem;
    margin-bottom: 5rem;
  }

  .listado .subseccion .sep {
    margin-bottom: 25px;
  }

  #related_content {
    padding-top: 0px;
    padding-bottom: 70px;
    background: var(--color_fondo);
  }

  #related_content .titulo {
    margin-bottom: 50px;
  }

  .home .destacados.propiedades {
    padding-top: 6.25rem;
    padding-bottom: 8.81rem;
    margin-bottom: 0px;
    background: #F7F7F7;
  }

  .home .destacados {
    padding-top: 8.75rem;
    padding-bottom: 8.81rem;
    margin-bottom: 0px;
    background: #FFF;
  }

  .titulo_link {
    margin-bottom: 5rem;
  }

  .relacionados .titulo_link {
    margin-bottom: 3.5rem;
  }

  .titulo_link a {
    display: inline-block;
    color: var(--secundario);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 1.225rem */
    letter-spacing: 0.0875rem;
    text-decoration: none !important;
  }

  .titulo_link a svg {
    margin-left: 1.5rem;
    vertical-align: sub;
  }

  .titulo_link a:hover,
  .titulo_link a:focus-visible {
    color: var(--principal);
  }

  .titulo_link a:hover svg path,
  .titulo_link a:focus-visible svg path {
    fill: var(--principal);
  }

  .listado .especial h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 28px;
  }

  .grid_list {
    display: grid;
    /*
      grid-template-columns: repeat(auto-fill, minmax(29.5rem, 1fr));
      grid-template-columns: repeat(3, minmax(29.5rem, 1fr));
    */
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 1.5rem;
    margin-bottom: 0rem;
  }

  body:not(.home) .grid_list {
    margin-bottom: 5rem;
  }

  .modulo,
  .editorial .list-card {
    margin-bottom: 0px;
    border-radius: 0.5rem;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
  }

  .editorial .list-card article {
    padding: 0 !important;
  }


  .modulo article,
  .list-card article {
    display: grid;
    grid-template-rows: auto 1fr;
  }

  .modulo.accesos article {
    display: block;
  }

  .modulo .texto {
    margin-top: 20px;
    background-color: #fff;
  }

  .modulo .texto,
  .editorial .list-card .texto {
    padding-top: 1.81rem;
    padding-inline: 1.5rem;
    padding-bottom: 1.06rem;
    border: 1px solid #C1C1C1;
    margin: 0 0;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    display: grid;
    grid-template-rows: auto 1fr auto;
    background: #fff;
  }

  .modulo .texto h1:hover,
  .editorial .list-card .texto h1:hover {
    color: var(--secundario);
  }

  .modulo .texto a:focus {
    text-decoration: none;
    outline: none;
  }

  .modulo .texto a h1,
  .especial .texto a .datos_emprendimiento h1,
  .editorial .list-card .texto h1 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: var(--principal);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.69rem;
  }

  .modulo .texto .title_adress span {
    color: var(--secundario);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.01rem;
  }

  .modulo .texto p.op_tipo {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.105rem;
    margin-bottom: 0.56rem;
    color: var(--secundario);
    text-transform: uppercase;
  }

  .list-card .texto p {
    color: var(--secundario);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 1.575rem */
    letter-spacing: 0.0225rem;
    margin: 0 0 1.5rem 0;
  }

  .list-card .texto a.btn_related {
    color: var(--secundario);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 1.225rem */
    letter-spacing: 0.0875rem;
    text-decoration: none !important;
    display: inline-block;
    width: auto;
    text-align: left;
    border: none;
    cursor: pointer;
  }

  .list-card .texto a.btn_related svg {
    margin-left: 0.5rem;
    vertical-align: sub;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .list-card .texto a.btn_related:hover,
  .list-card .texto a.btn_related:focus {
    color: var(--principal);
  }

  .list-card .texto a.btn_related:hover svg path,
  .list-card .texto a.btn_related:focus svg path {
    fill: var(--principal);
  }

  .modulo .texto .datos span {
    text-align: left;
    color: var(--secundario);
    margin-bottom: 1.44rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.01rem;
  }

  .modulo .texto .datos>.d-flex {
    flex-wrap: wrap;
    margin-top: 1.41rem;
    padding-top: 1rem;
    align-items: center;
    border-top: 1px solid #C1C1C1;
  }

  .modulo .texto .datos .datos_prop {
    color: var(--secundario);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 1.5rem;
  }

  .modulo .texto .datos .datos_prop>div {
    display: flex;
    align-items: center;
  }

  .modulo .texto .datos .datos_prop>div svg {
    margin-right: 0.63rem;
    margin-bottom: 0.15rem;
  }

  .modulo .texto .datos .datos_prop>div span {
    color: var(--secundario);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
  }



  .home .destacados .emprendimiento,
  .editorial .emprendimiento,
  .especial .emprendimiento,
  .contenido .relacionados {
    position: relative;
  }

  .contenido .relacionados {
    padding-bottom: 2.5rem;
    padding-top: 4.5rem;
    border-top: 1px solid #D1D1D1;
    text-align: left;
  }

  .contenido .relacionados h4.titulo {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.0425rem;
    margin: 0 0;
  }

  .home .destacados .emprendimiento,
  .especial .emprendimiento,
  .contenido .relacionados .modulo .overlay,
  .list-card figure {
    border-radius: 0.5rem 0.5rem 0 0;
    height: auto;
    aspect-ratio: 29 / 21.25;
    overflow: hidden;
  }

  .list-card figure img {
    width: 100%;
    object-fit: cover;
    height: auto;
    aspect-ratio: 29 / 21.25;
  }

  .emprendimiento .metros_precio {
    position: absolute;
    bottom: 1rem;
    width: 100%;
    padding-inline: 1.5rem;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .emprendimiento .metros_precio .metros {
    color: #FFF;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .emprendimiento .metros_precio p.precio {
    color: #FFF;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }



  .modulo .emprendimiento .texto h1 {
    color: var(--secundario);
  }

  .modulo .emprendimiento .texto h1:hover,
  .modulo .emprendimiento .texto h1:active,
  .modulo .emprendimiento .texto h1:focus {
    color: var(--secundario);
  }

  .modulo .emprendimiento .texto p {
    font-size: 14px;
  }

  .modulo .emprendimiento .texto .datos,
  .modulo .emprendimiento .texto .datos {
    text-align: left;
    line-height: 2em;
    font-size: 15px;
    color: var(--secundario);
  }

  .modulo .emprendimiento .texto .datos p {
    color: var(--secundario);
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
  }

  .modulo .emprendimiento .texto .datos .precio {
    color: var(--secundario);
    text-transform: lowercase !important;
  }

  .modulo .emprendimiento figure img {
    height: auto;
    aspect-ratio: 26 / 22;
    overflow: hidden;
  }

  .modulo .emprendimiento figure img,
  .modulo figure {
    background: #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .modulo .emprendimiento figure img.logo,
  .modulo figure .logo {
    background: none;
  }

  .modulo figure:hover img {
    opacity: 0.2;
  }

  .modulo figure:hover .metros_precio {
    opacity: 0;
  }

  .modulo figure .masinfo {
    position: absolute;
    top: 50%;
    right: 36%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .modulo figure:hover .masinfo {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }



  .card.accesos article {
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 0.5rem;
  }

  .card.accesos figure {
    overflow: hidden;
  }

  .card.accesos figure img {
    object-fit: cover;
    aspect-ratio: 45/40;
  }

  .card.accesos article .modulo_bg_gradient {
    position: absolute;
    border-radius: 0 0 0.5rem 0.5rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
    bottom: 0;
    height: 50%;
    width: 100%;
  }

  .card.accesos article .texto {
    position: absolute;
    bottom: 2.44rem;
    left: 2.69rem;
    color: #FFF;
    width: 75%;
    text-wrap: balance;
  }

  .card.accesos article .texto h1 {
    white-space: nowrap;
    color: #FFF;
    font-size: 2.5625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 96%;
    /* 2.46rem */
    letter-spacing: -0.05125rem;
    margin: 0 0 1.5rem 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .card.accesos article a:hover .texto h1 {
    color: var(--principal);
  }

  .card.accesos article .texto p {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 1.5rem */
    letter-spacing: 0.0125rem;
    margin: 0 0 1.5rem 0;
  }

  .card.accesos article .texto .link {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 1.225rem */
    letter-spacing: 0.0875rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .card.accesos article .texto .link svg {
    margin: 0 0 0 1.5rem;
    vertical-align: sub;
  }

  .card.accesos article a:hover .texto .link {
    color: var(--principal);
  }

  .card.accesos article a:hover .texto .link svg path {
    fill: var(--principal);
  }


  .default {
    position: relative;
    width: 100%;
    height: auto;
  }

  .default .logo,
  .default-image .logo {
    display: inline-block;
    position: absolute !important;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    right: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2;
    object-fit: unset;
    height: auto;
    aspect-ratio: auto;
  }

  .busqueda {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: baseline;
  }

  .busqueda .orden_selects {
    display: flex;
    flex-direction: row;
  }

  .busqueda .vista_mapa,
  .busqueda .ordenar_por_1 {
    font-size: 16px;
  }

  .busqueda .ordenar_por_1.form-group {
    margin-bottom: 15px;
  }

  .busqueda .vista_mapa i {
    margin-right: 10px;
    font-size: 20px;
  }

  .busqueda .ordenar_por_2 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .busqueda .ordenar_por .form-group {
    margin-bottom: 0px;
  }

  .busqueda .ordenar_por_2 select {
    margin-left: 15px;
    width: 150px;
    height: 40px;
    font-size: 13px;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    background: url(img/select-arrow.svg) no-repeat right 23px center var(--color_fondo);
    color: var(--secundario);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ccc;
  }

  .busqueda .ordenar_por select:focus {
    box-shadow: none !important;
    outline: none !important;
  }

  figure .sobreimg p.fecha {
    left: 1.5rem;
    position: absolute;
    bottom: 1.12rem;
    color: var(--color_fondo);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  figure .sobreimg p.precio {
    color: var(--color_fondo);
    position: absolute;
    bottom: 20px;
    right: 0px;
    transform: translate(-10%, 50%);
    font-size: 18px;
    letter-spacing: 0.018em;
  }

  figure .gradient-hvr {
    background: rgb(0, 0, 0);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 97px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.60) 90%);
  }

  .sep_listado {
    height: 2px;
    background: var(--gris);
    width: 34px;
    margin: 5px auto;
  }

  .relacionados_separador {
    width: 50px;
    height: 2px;
    background: var(--gris);
    margin: 10px auto 60px;
  }

  figure:hover .sobreimg {
    opacity: 0;
  }

  .modulo figure span {
    color: var(--color_fondo);
  }

  .modulo figure .signomas {
    color: var(--color_fondo);
  }

  .contenido .galeria_de_imagenes_slide .default .logo {
    width: 20%;
  }

  .emprendimiento figure img {
    object-fit: cover;
    width: 100%;
  }

  .emprendimiento figure.default-image img {
    position: relative;
    object-fit: unset;
    height: auto;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {}

/* termina @media screen and (min-width: 992px) and (max-width: 1199px) */
@media screen and (max-width: 991px) {
  .grid_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .card.accesos article .texto h1 {
    white-space: wrap;
  }
}

@media screen and (max-width: 767px) {
  .grid_list {
    grid-template-columns: 1fr;
  }
  .card.accesos article {
    margin-bottom: 3rem;
  }
   .home .destacados,
  .home .destacados.propiedades {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  .content_list .subseccion .d-flex {
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  
}

@media screen and (min-width: 570px) and (max-width: 639px) {}

/* termina @media screen and (min-width: 570px) and (max-width: 639px) */
@media screen and (min-width: 480px) and (max-width: 569px) {}

/* termina @media screen and (min-width: 480px) and (max-width: 569px) */
@media screen and (max-width: 470px) {}

@media screen and (min-width: 420px) and (max-width: 479px) {}

/* termina @media screen and (min-width: 420px) and (max-width: 479px) */

@media screen and (max-width: 419px) {}

/* termina @media screen and (max-width: 419px) */
@media screen and (max-width: 400px) {}

@media screen and (max-width: 360px) {}

/* termina @media screen and (max-width: 360px) */


/* ================================================ */
/* =========== HIGHLIGHTED TYPE 6 TEXTO =========== */

@media screen {

  .home .texto_destacado {
    color: #fff;
    background-color: #282828;
    position: relative;
    padding: 0 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
  }

  .home .texto_destacado p {
    color: #fff;
    margin: 0 0;
    padding: 0 0;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .home .texto_destacado .fck img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }

}

/* end @media screen  */

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

  .home .texto_destacado {
    background-attachment: scroll;
  }

}

/* termina @media screen and (max-width: 1199px) */



/*=====NOVEDADES / DESTACADOS====*/
@media screen {

  .owl-nav-container .owl-next {
    position: absolute;
    right: -35px;
    top: 168px;
    border: none;
    background: transparent;
    color: var(--secundario);
    font-size: 24px;
    border-color: transparent;
    outline: none;
  }

  .owl-nav-container .owl-prev {
    position: absolute;
    left: -35px;
    top: 168px;
    border: none;
    background: transparent;
    color: var(--secundario);
    font-size: 24px;
    border-color: transparent;
    outline: none;
  }

  .owl-nav-container .owl-prev:hover,
  .owl-nav-container .owl-next:hover {
    opacity: 0.6;
  }

  .modulo .texto .datos img {
    margin-right: 10px;
    filter: grayscale(1);
    width: auto;
  }

  .editorial .novedad,
  .novedades_home {
    position: relative;
    background: var(--secundario);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .editorial .novedad:hover figure,
  .novedades_home:hover figure {
    /*-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
    filter: grayscale(100%);*/
    opacity: 0.3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .novedades_home .ampliar {
    background: rgba(160, 160, 160, 0.5);
    border: 1px solid var(--color_fondo);
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Safari */
    color: var(--color_fondo);
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 22px 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: 100;
  }

  .novedad .ampliar {
    background: rgba(160, 160, 160, 0.5);
    border: 1px solid var(--color_fondo);
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Safari */
    color: var(--color_fondo);
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 22px 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: 100;
  }

  .novedad:hover .ampliar,
  .novedades_home:hover .ampliar {
    opacity: 1;
  }

  .listado .editorial .modulo .texto h1 {
    color: var(--secundario);
  }

  .listado .editorial .modulo .texto h1:hover {
    color: var(--secundario);
  }

  .especial .emprendimiento figure img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .especial .texto .datos_emprendimiento a {
    text-align: left;
    letter-spacing: 0.025em;
    color: var(--secundario);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .especial .texto .datos_emprendimiento a:hover,
  .especial .texto .datos_emprendimiento a:focus {
    color: var(--secundario);
  }

  .especial .texto .datos_emprendimiento p.op_tipo {
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: var(--secundario);
    font-weight: 400;
  }

  .especial .texto .datos_emprendimiento span {
    text-align: left;
    letter-spacing: 0.025em;
    font-size: 16px;
    color: var(--secundario);
    font-weight: 400;
    margin-bottom: 10px;
  }

  .especial .texto .datos_emprendimiento .estado {
    margin-top: 8px;
    margin-bottom: 30px;
  }

  .especial .texto .datos_emprendimiento .estado .estado_desc {
    font-size: 14px;
    font-weight: 400;
    color: var(--secundario);
    letter-spacing: 0.025em;
    margin-left: 5px;
    padding-top: 8px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .home .texto_destacado,
  .home .imagen_destacada {
    background-attachment: scroll;
  }

  .home .texto_destacado {
    padding-bottom: 50px;
  }

  .home .texto_destacado p {
    font-size: 14px;
    padding: 0 100px;
  }

  .sop_home_novedades {
    margin-bottom: 0px;
  }

  .sop_home_novedades .home_novedades h1 {
    font-size: 20px;
  }

  .home .destacados .modulo .texto a h1 {
    margin-bottom: 10px;
  }

  .home .destacados .modulo .texto {
    margin-top: 25px;
  }

  .home .destacados .emprendimiento,
  .contenido .relacionados .modulo .overlay {
    overflow: hidden;
    height: auto;
  }

}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .home .texto_destacado,
  .home .imagen_destacada {
    background-attachment: scroll;
  }

  .home .carousel.slide .carousel-caption-box {
    width: 720px;
  }

  .home .texto_destacado {
    padding: 50px 0 0 0;
  }

  .home .texto_destacado p {
    padding: 0 100px;
    font-size: 12px;
  }

  .sop_home_novedades {
    margin-bottom: 50px;
  }

  .sop_home_novedades .home_novedades h1 {
    font-size: 17px;
  }
}

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

  .modulo figure:hover img {
    pointer-events: none;
    opacity: 1;
  }

  .home .destacados.propiedades .titulo {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .home .accesos_rapidos .box {
    flex-direction: row;
  }

  .home .accesos_rapidos .icono h4 {
    font-size: 20px;
  }

  .home .texto_destacado {
    padding: 50px 0;
  }

  .home .texto_destacado p {
    padding: 0 60px;
    font-size: 12px;
  }

  .home .texto_destacado,
  .home .imagen_destacada {
    background-attachment: scroll;
  }

  .sop_home_novedades {
    margin-bottom: 0px;
  }

}

@media screen and (max-width: 470px) {
  .home .accesos_rapidos .box {
    flex-direction: column;
  }

  .home .accesos_rapidos .box .icono {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 400px) {
  .home .accesos_rapidos .box {
    flex-direction: column;
  }

  .home .accesos_rapidos .icono h4 {
    font-size: 24px;
  }

  .home .texto_destacado p {
    padding: 0 10px;
  }
}




/* ======================================================================== */
/* =========== HIGHLIGHTED TYPE 10 IMAGEN (puede ser con texto) =========== */

@media screen {

  .home .imagen_destacada {
    color: #fff;
    height: 600px;
    margin: 0 0;
    text-align: center;
    position: relative;
    background-color: #000;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

}

/* end @media screen  */

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

  .home .imagen_destacada {
    background-attachment: scroll;
  }

}

/* termina @media screen and (max-width: 1199px) */


/* ============================================================ */
/* =========== HIGHLIGHTED TYPE 7 DATOS DE CONTACTO =========== */

@media screen {

  .info_contacto {
    position: relative;
  }

}

/* end @media screen  */


/* ================================================ */
/* =========== HIGHLIGHTED TYPE 8 VIDEO =========== */

@media screen {

  .home .video {
    color: #fff;
    background-color: #555555;
    position: relative;
    padding: 0 0;
    text-align: center;
  }

  .home .video a.btn {
    color: #fff;
    background-color: #282828;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0 !important;
    font-size: 0.9rem;
    line-height: 1;
    padding: 0 0;
    margin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

}

/* end @media screen  */


/* ====== CONTENIDOS ====== */
@media screen {

  .contenido .editorial,
  .contenido .editorial.noticias {
    position: relative;
    background: #F7F7F7;
    padding-top: 0rem;
  }

  .contenido .editorial.noticias {
    text-align: center;
  }

  .contenido .contacto article {
    padding: 5rem 0 0;
    padding-bottom: 7.5rem;
  }

  /*.contenido .editorial .container{
    padding-right: 40px;
    padding-left: 40px;
  }*/


  .contenido .editorial article {
    padding: 5rem 0 2.5rem;
  }

  .contenido .editorial.noticias article {
    padding: 5rem 0 0rem 0;
  }

  .contenido .editorial .figure_principal {
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
    margin: 0 auto 5rem;
  }

  .contenido .editorial .figure_principal img.principal {    
    object-fit: cover;
  }

  .contenido .editorial figure.principal img {
    border-radius: 0.5rem;
    display: inline-block !important;
  }

  .contenido .editorial figure.secundaria img {
    border-radius: 0.5rem;
    display: inline-block !important;
    object-fit: cover;
  }

  .contenido .editorial .titulo {
    color: var(--principal);
  }

  .contenido .editorial .titulo_galeria {
    text-align: left;
    margin-bottom: 25px;
    color: var(--principal);
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    text-transform: none;
    letter-spacing: 0.03em;
  }

  .contenido .editorial .subseccion .titulo {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
  }

  .contenido .editorial header .titulo,
  .contenido .editorial.noticias header .titulo {
    color: var(--principal);
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.065rem;
    margin-bottom: 3.5rem;
    text-align: left;
  }

  .contenido .editorial.noticias header .titulo {
    text-align: center;
    font-size: 2.125rem;
    letter-spacing: -0.0425rem;
  }

  .contenido .editorial.noticias .contenedor_editorial {
    max-width: 52.75rem;
    width: 100%;
    margin: 0 auto;
  }

  .contenido .editorial h1.sub-titulo {
    text-align: left;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 20px;
  }

  .contenido .contacto .grid_contacto {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 41.66666666666667% 58.333333333333336%;
    grid-template-rows: auto;
  }

  .contenido .contacto .grid_contacto.center_form {
    grid-template-columns: 1fr;
    /*place-items: center;*/
  }

  .contenido .contacto h1.titulo,
  .contenido .contacto .fck h3.fck_h3 {
    color: var(--secundario);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.045rem;
    margin-bottom: 2rem;
  }

  .contenido .editorial .sumario,
  .contenido .contacto .sumario {
    color: var(--secundario);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.6875rem */
    margin-bottom: 2rem;
  }
  .contenido .editorial .sumario{
    font-size: 1.375rem;
  }


  .contenido .contacto .sumario {
    width: 80%;
  }

  .contenido .editorial .fck {
    padding-bottom: 45px;
    padding-top: 0px;
  }

  .contenido .editorial.noticias .fck {
    padding-bottom: 5rem;
    padding-top: 0px;
  }

  .contenido .editorial .fck p,
  .contenido .editorial .fck ul li {
    color: var(--secundario);
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0 0;
    margin: 0 0;
  }

  .contenido .contacto .fck {
    margin-bottom: 2rem;
  }

  .contenido .contacto .fck .d-flex>div {
    width: 17.6875rem;
  }

  .contenido .contacto .fck .sub_title {
    color: var(--principal);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: 0.02rem;
    margin-bottom: 1rem;
  }

  .contenido .contacto .fck p,
  .contenido .contacto .fck ul li {
    color: var(--secundario);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.875rem */
    margin: 0px 0;
    padding: 0 0;
  }

  .contenido .contacto .mapa_contacto {
    border-radius: 0.5rem;
    overflow: hidden;
  }

  .contenido .editorial .fck img,
  .contenido .contacto .fck img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }

  .contenido .editorial .fck a,
  .contenido .contacto .fck a {
    text-decoration: underline;
    color: var(--principal);
  }
  .contenido .editorial .fck a:hover,
  .contenido .contacto .fck a:hover {
    color: var(--secundario);
  }

  .contenido .editorial .fck ul,
  .contenido .contacto .fck ul {
    list-style: none;
    padding: 0 0;
    margin: 0 0;
  }

  .contenido .editorial .fck ul li::before,
  .contenido .contacto .fck ul li::before {
    content: "\2022";
    margin-right: 7px;
    font-weight: 700;
  }

  .contenido .editorial .google_maps,
  .contenido .editorial .street_view,
  .contenido .contacto .google_maps,
  .contenido .contacto .street_view {
    position: relative;
  }

  .contenido .editorial .descargas a,
  .contenido .contacto .descargas a {
    color: var(--secundario);
    display: inline-block;
  }

  .contenido .editorial .herramientas {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #e7e7e7;
    padding: 35px 0;
    text-align: center;
  }

  .contenido .editorial .herramientas>.btn {
    background: #ccc;
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0 0;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .contenido .editorial .herramientas>.btn,
  .contenido .editorial .herramientas>.btn a {
    color: var(--color_fondo);
  }

  .contenido .editorial .herramientas>.btn.imprimir a,
  .contenido .editorial .herramientas>.btn.facebook a,
  .contenido .editorial .herramientas>.btn.twitter a,
  .contenido .editorial .herramientas>.btn.whatsapp a,
  .contenido .editorial .herramientas>.btn.consultar {
    padding-top: 5px;
    display: inline-block;
  }

  .contenido .editorial .modulo_tasacion {
    text-align: center;
    padding: 30px 90px;
  }

  .contenido .editorial .modulo_tasacion .icono_tasacion h4 {
    color: var(--secundario);
    font-size: 28px;
  }

  .contenido .editorial .modulo_tasacion .icono_tasacion .sep {
    background-color: var(--gris);
    width: 50px;
    height: 2px;
    margin: 20px auto;
    display: table;
  }

  .contenido .editorial .modulo_tasacion .icono_tasacion .desc {
    width: 95%;
    margin: 0 auto;
    font-size: 16px;
  }

  .contenido .editorial .fulimg {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contenido .editorial .fulimg figure .sobreimg {
    position: relative;
  }

  .contenido .editorial .fulimg figure .sobreimg .gradient-hvr {
    background: rgb(0, 0, 0);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 260px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.60) 90%);
  }

  .contenido .editorial .fulimg figure .sobreimg .icono_admin {
    position: absolute;
    bottom: 90px;
    padding-left: 30px;
  }

  .contenido .editorial .equipo {
    margin-bottom: 5rem;
  }

  .contenido .editorial .list-card-equipo {
    margin-bottom: 1.5rem;
  }

  .contenido .editorial .generic_box ,
  .list-card-servicio .generic_box{
    padding: 2rem;
  }

  .contenido .editorial .list-card-equipo h4 {
    color: var(--principal);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.875rem */
    letter-spacing: 0.025rem;
    margin: 0 0 1rem 0;
  }

  .contenido .editorial .list-card-equipo p,
  .contenido .editorial .list-card-equipo a.mail {
    color: var(--secundario);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.875rem */
  }

  .contenido .editorial .list-card-equipo p {
    margin: 0 0 0.5rem 0;
  }

  .contenido .editorial .list-card-equipo a.mail {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 6%;
    /* 1.2px */
    text-underline-offset: 25%;
    /* 5px */
    text-underline-position: from-font;

    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
  }

  .contenido .editorial .list-card-equipo a.mail:hover,
  .contenido .editorial .list-card-equipo a.mail:focus {
    color: var(--principal);
  }

  .grid_servicios {
    display: grid;
    grid-template-columns: repeat(3, minmax(21.75rem, 1fr));
    grid-template-rows: auto;
    gap: 1.5rem;
  }

  .list-card-servicio {
    position: relative;
  }

  .list-card-servicio .generic_box {
    padding-right: 1.5rem;
  }

  .list-card-servicio .generic_box figure img{
    height: 48px;
    aspect-ratio: 1;
  }

  .list-card-servicio figure {
    margin-bottom: 6.88rem;
  }

  .list-card-servicio h4 {
    color: var(--principal);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.875rem */
    letter-spacing: 0.025rem;
    margin: 0 0 1rem 0;
  }

  .list-card-servicio p {
    color: var(--secundario);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.875rem */
    margin: 0 0;
    height: 2lh;
    overflow: hidden;
    text-overflow: ellipsis;
  }


  /* FCK STYLES */
  .parrafo-xl, .fck_h3 {
    color: var(--secundario);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }


  .fck_h4 {
    color: var(--secundario);
    font-size: 18px;
    line-height: 1.222222222222222;
    font-weight: 400;
  }

  .fck_h5 {
    color: var(--secundario);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
  }

  .fck_h6 {
    color: var(--secundario);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }

  .fck_h3 b,
  .fck_h3 strong,
  .fck_h4 b,
  .fck_h4 strong,
  .fck_h5 b,
  .fck_h5 strong,
  .fck_h6 b,
  .fck_h6 strong {
    font-weight: 700;
  }

  .fck_h3 u,
  .fck_h4 u,
  .fck_h5 u,
  .fck_h6 u {
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 5px;
  }

  .box_00 {
    border: 1px solid;
    border-color: var(--secundario);
    padding: 30px;
  }
  .box_01, .box_02, .box_03 {
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .box_01 {
    border: 1px dashed;
    border-color: var(--principal);
    padding: 30px;
  }

  .box_02 {
    color: var(--color_fondo);
    background: var(--secundario);
    padding: 30px;
  }

  .box_03 {
    color: var(--secundario);
    background: #e4e4e4;
    border: 1px solid;
    border-color: #b5b5b5;
    padding: 30px;
  }

  .color_00 {
    color: var(--principal);
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .editorial,
  .subseccion {
    padding-top: 0;
  }

  .contenido .editorial .fulimg figure .sobreimg .tit_admin {
    padding-left: 15px;
    padding-right: 30px;
  }

}
@media screen and (max-width: 991px) {
  .contenido .contacto .grid_contacto {
    grid-template-columns: 1fr;
  }
  .grid_servicios {
    grid-template-columns: repeat(2, minmax(21.75rem, 1fr));
  }
}
@media screen and (max-width: 767px) {

  .contenido .editorial.noticias .contenedor_editorial {
    max-width: unset;
  }

  .contenido .contacto .sumario {
    width: 100%;
  }

  
}

@media screen and (max-width: 670px) {
  .grid_servicios {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 400px) {}

/* PLUGINS REDES SOCIALES */
@media screen {
  .plugins {
    position: absolute;
    left: 29%;
    bottom: 30px;
    z-index: 20;
    transform: translateX(-50%);
  }


  .plugins .plugin {
    float: left;
  }

  .plugins .face {
    margin: 0px 5px 0 5px !important;
  }
}


@media screen and (max-width: 767px) {
  .plugins {
    position: relative;
    bottom: 15px;
    left: 0px !important;
    margin-top: 0px;
    margin-left: 0px;
    transform: none;
  }

  .plugins .whatsapp {
    position: relative;
    top: -1px;
    margin-right: 5px;
    display: inline-block;
  }
}




/* ====== PROYECTO ====== */
@media screen {
  .proyecto {
    position: relative;
    padding-block: 5rem 6rem;
    background: #F7F7F7;
  }

  .proyecto .columna_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
  }

  .proyecto .encabezado {
    margin-bottom: 5rem;
  }

  h1.titulo_proyecto {
    color: var(--principal);
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.9rem;
  }

  button.share {
    appearance: none;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
  }

  .desc_icon_group {
    gap: 2.06rem;
  }

  .desc_icon_group .desc_icon,
  button.share {
    color: var(--secundario);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .desc_icon_group .desc_icon svg,
  button.share svg {
    margin-right: 0.6rem;
    vertical-align: top;
  }

  button.share:hover {
    color: var(--principal);
  }

  button.share:hover svg path {
    stroke: var(--principal);
  }

  button.share {
    anchor-name: --test;
  }

  .share_options {
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border: 1px solid var(--secundario);
    border-radius: 0.5rem;
    padding: 0.75rem;
    background: #fff;
    color: var(--secundario);
    box-shadow: 0 8px 32px hsl(0 0% 0% / 0.12);
    /*inline-size: min(90vw, 28rem);*/

    /* display: none; */
    /* default, you don't need this */
    opacity: 0;
    translate: 0 30px;

    transition-property: display, overlay, opacity, translate;
    transition-duration: 0.75s;
    transition-behavior: allow-discrete;

    &:popover-open {
      display: grid;
      opacity: 1;
      translate: 0px 0px;

      @starting-style {
        opacity: 0;
        translate: 0 -30px;
      }
    }

    @supports (anchor-name: --anchor) {
      margin-block-end: 1rem;
      inset: auto;
      position-area: bottom;
      position-try: flip-block;
    }
  }

  .share_options a i {
    color: var(--secundario);
  }

  .share_options a:hover i,
  .share_options a:focus i {
    color: var(--principal);
  }

  .proyecto .main_img {
    border-radius: 0.5rem;
    overflow: hidden;
    aspect-ratio: 6/4;
    object-fit: cover;
  }

  .proyecto .main_img img {
    overflow: hidden;
    aspect-ratio: 6/4;
    object-fit: cover;
  }

  .proyecto .generic_box {
    margin-bottom: 1.5rem;
    padding: 2.5rem;
  }

  .proyecto .generic_box.columna_form {
    padding: 2rem;
  }

  .proyecto .generic_box.first {
    margin-top: 1.5rem;
  }

  .proyecto .title_desc,
  .proyecto .fck h3.fck_h3,
  .proyecto .title,
  .proyecto .titulos_ubicacion .title {
    color: var(--secundario);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0;
  }

  .proyecto .fck h3.fck_h3,
  .proyecto .title {
    margin-bottom: 1.5rem;
  }

  .proyecto .titulos_ubicacion {
    margin-bottom: 2rem;
  }

  .proyecto .valor {
    color: var(--secundario);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0;
  }

  .proyecto .titulos_ubicacion .datos_ubicacion {
    color: var(--secundario);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .sep_proyecto {
    margin-block: 2rem;
    width: 100%;
    height: 1px;
    background: #D1D1D1;
  }

  .proyecto .operation,
  .proyecto p.sumario,
  .proyecto p.real_address,
  .proyecto .estado_emprendimiento {
    color: var(--secundario);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 2.0625rem */
    margin: 0 0 0.75rem 0;
  }

  .proyecto .estado_emprendimiento .active {
    display: block !important;
    visibility: visible !important;
  }

  .proyecto .fck p,
  .proyecto .fck ul li,
  .proyecto .fecha_y_estado p {
    color: var(--secundario);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
    /* 166.667% */
    margin: 0 0;
  }


  .proyecto .fck ul {
    width: 75%;
    column-count: 3;
    column-gap: 2rem;
    padding-inline-start: 0;
    margin-bottom: 2.5rem;
  }

  .proyecto .fck ul:last-child {
    margin-bottom: 0rem;
  }

  .proyecto .fck ul li {
    list-style: none;
  }

  .proyecto .cont-mapa {
    margin-bottom: 2.5rem;
  }

  .proyecto .cont-mapa,
  .proyecto .cont-street {
    overflow: hidden;
    border-radius: 0.5rem;
  }

  /* LINEA ESTADO */
  .proyecto .fecha_y_estado.emprend {
    margin-top: 0;
    text-align: left;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }

  .proyecto .estado {
    display: inline-block;
    margin-top: 0px;
    text-align: right;
  }

  .proyecto .estado .linea {
    width: 100%;
    height: 1px;
    background: var(--secundario);
    position: relative;
    margin-bottom: 3rem;
  }

  .proyecto .estado .linea .active {
    background: var(--principal);
  }

  .proyecto .estado .linea span {
    color: var(--secundario);
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.57143rem;
    /* 257.143% */
    position: absolute;
    top: 20px;
    left: 0;
  }

  .proyecto .estado .linea .active span {
    color: var(--principal);
  }

  .proyecto .estado .linea .en-const span {
    left: 0;
  }

  .proyecto .estado .linea .prox-est span {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%);
    /* Safari */
  }

  .proyecto .estado .linea .term span {
    right: 0;
  }

  .proyecto .estado .linea .circle {
    width: 12px;
    height: 12px;
    border: 1px solid var(--secundario);
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
  }

  .proyecto .estado .linea .circle.pozo {
    left: 0;
  }

  .proyecto .estado .linea .en-const .circle.construccion {
    left: 0%;
    transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-0%, -50%);
    /* Safari */
  }

  .proyecto .estado .linea .en-pozo.active .circle.pozo,
  .proyecto .estado .linea .en-const.active .circle.construccion,
  .proyecto .estado .linea .prox-est.active .circle.proximo_estreno,
  .proyecto .estado .linea .term.active .circle.terminado {
    border: 1px solid var(--principal);
    background: var(--principal);
  }

  .proyecto .estado .linea .circle.proximo_estreno {
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Safari */
  }

  .proyecto .estado .linea .circle.terminado {
    right: 0;
  }

  .proyecto .fecha_y_estado.emprend .antiguedad {
    color: var(--secundario);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
    margin: 4rem 0 0 0;
    position: relative;
  }

  /* FIN LINEA ESTADO */


  /* TABLA EMPRENDIMIENTO */
  .proyecto .precios_y_superficies .panel {
    border-bottom: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .proyecto .precios_y_superficies .panel>div {
    border-bottom: 1px solid #000;
  }

  .proyecto .precios_y_superficies .tab_table {
    padding-bottom: 1.43rem;
    border-bottom: 1px solid #D1D1D1;
  }

  .proyecto .precios_y_superficies a.head_table {
    text-decoration: none !important;
  }

  .proyecto .precios_y_superficies a.head_table .cantidad_disponibles .tipologia {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    /* 200% */
  }

  .proyecto .precios_y_superficies a:not(.collapsed) .flecha svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .proyecto .precios_y_superficies a.head_table .disp {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    /* 257.143% */
  }

  .table-responsive>.table,
  .proyecto .precios_y_superficies table {
    background-color: #fff;
  }

  .proyecto .precios_y_superficies .table.table-bordered {
    border: none;
    margin-bottom: 0;
  }

  .table tbody>tr>td {
    background-color: #fff;
  }

  .table-striped>tbody>tr:nth-child(odd)>td {
    background-color: #f3f1f1;
  }

  .table thead:first-child tr:first-child th {
    border: none !important;
  }

  .proyecto .precios_y_superficies .table td {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    border: none;
    text-align: center;
  }

  .table thead>tr>th,
  .table tbody>tr>th,
  .table tfoot>tr>th,
  .table thead>tr>td,
  .table tbody>tr>td,
  .table tfoot>tr>td {
    padding: 1.2rem 0px;
  }

  .proyecto .precios_y_superficies .table thead {
    color: var(--secundario);
    /*border-bottom: 1px solid #999;*/
  }

  .proyecto .precios_y_superficies .table .primera-fila {
    background-color: transparent;
  }

  .proyecto .precios_y_superficies .table thead tr th {
    padding-bottom: 15px;
    font-weight: 400;
  }

  .proyecto .precios_y_superficies .table thead tr th a {
    color: var(--secundario);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
  }

  .proyecto .precios_y_superficies .table thead tr th.active {
    background: transparent;
  }

  .proyecto .precios_y_superficies .table thead tr th:hover a,
  .proyecto .precios_y_superficies .table thead tr th.active a {
    color: var(--principal);
  }
  .proyecto .precios_y_superficies .table thead tr th.active a {
    font-weight: 500;
  }

  .proyecto .precios_y_superficies .table thead tr.segunda-fila {
    border-bottom: 1px solid var(--secundario);
  }

  .proyecto .precios_y_superficies .table thead tr.segunda-fila th {
    background-color: #fff;
    color: var(--secundario);
    border-bottom: none !important;
    padding: 1.2rem 0;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.42857rem;
    /* 142.857% */
    text-transform: capitalize;
    text-align: center;
  }

  .proyecto .precios_y_superficies .table tbody tr {
    border-bottom: 1px solid #D1D1D1;
  }

  .proyecto .precios_y_superficies .table tbody tr:last-child {
    border-bottom: none;
  }

  .proyecto .precios_y_superficies .table tbody tr td:first-child {
    text-align: left;
  }

  .proyecto .precios_y_superficies .table tbody tr td:last-child,
  .proyecto .precios_y_superficies .table tbody tr td:last-child a {
    color: var(--secundario);
    text-align: center;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    /* 125% */
    text-align: right;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .proyecto .precios_y_superficies .table tbody tr td:last-child a svg path {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .proyecto .precios_y_superficies .table tbody tr td:last-child a:hover,
  .proyecto .precios_y_superficies .table tbody tr td:last-child a:focus {
    color: var(--principal);
  }

  .proyecto .precios_y_superficies .table tbody tr td:last-child a:hover svg path,
  .proyecto .precios_y_superficies .table tbody tr td:last-child a:focus svg path {
    fill: var(--principal);
    stroke: var(--principal);
  }

  /* FIN TABLA EMPRENDIMIENTO */

  .proyecto .columna_form {
    height: 100%;
  }

  .proyecto h5.form-proyecto {
    color: var(--secundario);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.045rem;
    margin-bottom: 2rem;
  }

  .proyecto .form-group {
    margin-bottom: 0.75rem;
  }

  .proyecto .form-control::placeholder {
    color: #B0B0B0 !important;
  }

  .proyecto .consulta_venta .btn,
  .proyecto .columna_form a.btn.btn-compartir,
  .proyecto .columna_form a.btn.btn-descarga,
  .proyecto .columna_form a.btn.btn-imprimir {
    margin: 0rem auto;
    display: inline-block;
    width: 100%;
    padding: 1.06rem 0 1.12rem 0;
    text-align: center;
    background: var(--secundario);
    border-radius: 0.5rem;
    border: 1px solid var(--secundario);
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: auto;
  }

  .proyecto .consulta_venta .btn {
    margin-bottom: 1.75rem;
  }

  .proyecto .columna_form a.btn.btn-compartir,
  .proyecto .columna_form a.btn.btn-imprimir {
    margin-bottom: 0.75rem;
  }

  .proyecto .columna_form a.btn.btn-descarga {
    margin-bottom: 0rem;
  }

  .proyecto .consulta_venta .btn:hover,
  .proyecto .consulta_venta .btn:focus {
    background: #fff;
    color: var(--secundario);
  }

  .proyecto .columna_form .sep_proyecto {
    margin-block: 0 1.75rem;
  }

  .proyecto .columna_form a.btn.btn-compartir {
    background: #25CC62;
    border: 1px solid #25CC62;
  }

  .proyecto .columna_form a.btn.btn-compartir svg {
    margin-right: 0.62rem;
    margin-bottom: 0.15rem;
  }

  .proyecto .columna_form a.btn.btn-imprimir,
  .proyecto .columna_form a.btn.btn-descarga {
    background: #B0B0B0;
    border: 1px solid #B0B0B0;
  }

  .proyecto .columna_form a.btn.btn-compartir:hover,
  .proyecto .columna_form a.btn.btn-compartir:focus {
    background: #fff;
    color: #25CC62;
  }

  .proyecto .columna_form a.btn.btn-compartir:hover svg path,
  .proyecto .columna_form a.btn.btn-compartir:focus svg path {
    fill: #25CC62;
  }

  .proyecto .columna_form a.btn.btn-imprimir:hover,
  .proyecto .columna_form a.btn.btn-imprimir:focus,
  .proyecto .columna_form a.btn.btn-descarga:hover,
  .proyecto .columna_form a.btn.btn-descarga:focus {
    background: #fff;
    color: #B0B0B0;
  }

}

/* termina @media screen */

@media screen and (min-width: 768px) {
  .proyecto .columna_form {
    position: sticky;
    top: 8rem;
  }
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 992px) {
  .proyecto .fck ul {
    width: 100%;
    column-count: 2;
  }
}

@media screen and (max-width: 767px) {
  .proyecto .fck ul {
    column-count: 1;
  }
  .proyecto .titulos_ubicacion,
  .proyecto .generic_box.first .d-flex{
    flex-wrap: wrap;
    gap: 2rem;
  }
}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 320px) {}

/* ====== TERMINA PROYECTO ====== */


/*=========================================*/
/*=== GALERIA NUEVA DE TABS (empieza) ===*/
@media screen {
  .galerias_imper .item {
    padding: 0px 0px;
    height: 760px;
    overflow: hidden;
    border-radius: 0px;
  }

  .galerias_imper .item figure img {
    height: 760px;
    object-fit: cover;
    width: 100%;
    border-radius: 0px;
  }

  .galerias_imper.video .item {
    height: auto;
    width: 100%;
  }

  .bloque_tabs .tab-content {
    height: 760px;
    overflow: hidden;
  }


  .bloque_tabs .nav-tabs {
    border-bottom: none;
    margin-top: 0px;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    top: 103%;
    transform: translate(-50%, -50%);
  }

  .bloque_tabs .nav-tabs>li.disabled,
  .bloque_tabs .nav-tabs>li>a {
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 0px;
    border-radius: 0;
    color: var(--principal);
    cursor: default;
    background-color: transparent;
    border: 1px solid var(--principal);
    padding: 0.6rem 1.9rem;
  }

  .bloque_tabs .nav-tabs>li.disabled {
    opacity: 0.3;
  }

  .bloque_tabs .nav-tabs>li:hover>a,
  .bloque_tabs .nav-tabs>li.active>a,
  .bloque_tabs .nav-tabs>li.active>a:hover,
  .bloque_tabs .nav-tabs>li.active>a:focus {
    color: var(--color_fondo);
    cursor: default;
    background-color: var(--principal);
    border: 1px solid var(--principal);
    border-bottom-color: transparent;
  }
}

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

  .bloque_tabs .tab-content {
    height: auto !important;
  }

  .galerias_imper .item figure img,
  .galerias_imper .item,
  .galerias_imper .carousel-inner {
    max-height: 450px;
  }

  .galerias_imper .left.carousel_control,
  .galerias_imper .right.carousel_control {
    top: 50%;
  }

  .bloque_tabs .nav-tabs>li.disabled,
  .bloque_tabs .nav-tabs>li>a {
    font-size: 14px;
  }
}

/*=== GALERIA NUEVA DE TABS (termina) ===*/
/*=========================================*/


/* ============================================== */
/* =========== PLUGINS REDES SOCIALES =========== */

@media screen {

  .plugins .plugin {
    float: left;
  }

  .plugins .face {
    margin: 0px 5px 0 5px !important;
  }

}

/* end @media screen  */

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

  .plugins .whatsapp {
    position: relative;
    top: -1px;
    margin-right: 5px;
    display: inline-block;
  }

}

/* termina @media screen and (max-width: 767px) */


/* ===================================== */
/* =========== FCK TEMPLATES =========== */

@media screen {

  .fck_template {
    margin: 0 0 30px;
  }

  .fck_template figure figcaption {
    color: #fff;
    background: #000;
    text-align: center;
    padding: 10px 10px 12px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
  }

  .fck_template .col p {
    padding: 0 0;
  }

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

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

  .quote {
    position: relative;
  }

  .quote .fa-quote-left {
    position: absolute;
    top: 10px;
    left: 0;
  }

  .quote .fa-quote-right {
    position: absolute;
    bottom: 10px;
    right: 0;
  }

  .quote .fa {
    color: #c6c6c6;
    font-size: 42px;
  }

  .quote p {
    font-size: 21px;
    line-height: 1.428571428571429;
    font-weight: 300;
    font-style: italic;
    padding: 0 40px !important;
  }

}

/* end @media screen  */


/* ========================================================= */
/* =========== GALERIA DE IMAGENES (relacionada) =========== */

@media screen {

  .galeria_de_imagenes header {
    position: relative;
  }

  .galeria_de_imagenes .modulo {
    position: relative;
    margin: 0;
    margin-bottom: 50px;
    border-radius: 0;
  }

  .galeria_de_imagenes .modulo .col {
    position: relative;
    padding: 0 0;
  }

  .galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-prev,
  .galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-next,
  #galeria_de_imagenes a.left.carousel_control,
  #galeria_de_imagenes a.right.carousel_control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    background: var(--principal);
    outline: none;
    border: 0;
    width: 30px;
    height: 30px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-prev:hover,
  .galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-next:hover,
  #galeria_de_imagenes a.left.carousel_control:hover,
  #galeria_de_imagenes a.right.carousel_control:hover {
    opacity: 1;
  }

  .galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-prev,
  #galeria_de_imagenes a.left.carousel_control {
    left: 0;
    padding: 0;
  }

  .galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-next,
  #galeria_de_imagenes a.right.carousel_control {
    right: 0;
    padding: 0;
  }

  .galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-prev i,
  .galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-next i {
    font-size: 21px;
    line-height: 1.4;
    color: #fff;
  }

  #galeria_de_imagenes a.left.carousel_control i,
  #galeria_de_imagenes a.right.carousel_control i {
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
  }

  .galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-prev.disabled,
  .galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-next.disabled {
    opacity: 0.3;
  }

}

/* end @media screen  */

@media screen and (min-width: 768px) {

  .galeria_de_imagenes .modulo .owl-carousel .owl-stage {
    display: flex;
  }

  .galeria_de_imagenes .owl-stage-outer {
    max-height: 200px !important;
    /* Alto del soporte, debe ser igual al alto de la imagen */
  }

  .galeria_de_imagenes .owl-gallery-image {
    width: auto !important;
    height: 200px !important;
    /* Alto de la imagen, debe ser igual al alto del soporte */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .galeria_de_imagenes .owl-gallery-image:hover {
    opacity: 0.8 !important;
  }

}

/* termina @media screen and (min-width: 768px) */

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

  .galeria_de_imagenes .modulo {
    padding: 0 0;
    margin-right: 0;
    margin-left: 0;
  }

  .galeria_de_imagenes .owl-gallery-image {
    max-width: 100% !important;
    height: auto !important;
    display: inline-block;
  }

}

/* termina @media screen and (max-width: 767px) */


/* ================================= */
/* =========== MAPA =========== */

.cluster {
  background: var(--principal);
  color: #ccc;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
}

.cluster-1 {
  width: 45px;
  height: 45px;
  font-size: 21px;
  line-height: 1;
  padding-top: 0.8rem;
}

.cluster-2 {
  width: 3.43rem;
  height: 3.43rem;
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 0.85rem;
}

.cluster-3 {
  width: 4rem;
  height: 4rem;
  font-size: 1.75rem;
  line-height: 1;
  padding-top: 19px;
}

.iw-content {
  border: 1px solid #8e8a81;
}

.gm-style-iw-chr{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.gm-style .gm-style-iw-c{
  max-width: 472px !important;
  width: 100%;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.gm-style .gm-style-iw-d{
  overflow: hidden !important;
}
.map_img_info {
  height: auto;
  aspect-ratio: 29 / 21.25;
  overflow: hidden;
  position: relative;
}
.map_img_info img{
  height: auto;
  max-width: 100%;
  aspect-ratio: 29 / 21.25;
  overflow: hidden;
  object-fit: cover;
}
.map_gradient{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 97px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.60) 90%);  
}
.map_precio{
  position: absolute;
  bottom: 1rem;
  width: 100%;
  padding-inline: 1.5rem;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.map_precio p.map_metros{
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.map_precio p{
  color: #FFF;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.map_texto_bloque{
  padding-top: 1.81rem;
  padding-inline: 1.5rem;
  padding-bottom: 1.06rem;
  border: 1px solid #C1C1C1;
  margin: 0 0;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.map_oper{
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.105rem;
  margin-bottom: 0.56rem;
  color: var(--secundario);
  text-transform: uppercase;
}
.map_title{
  transition: 0.3s ease-in-out;
  color: var(--principal);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.69rem;
}
.map_text,
.map_datos .ambiente{
  color: var(--secundario);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.01rem;
}
.map_datos > .d-flex {
    flex-wrap: wrap;
    margin-top: 1.41rem;
    padding-top: 1rem;
    align-items: center;
    border-top: 1px solid #C1C1C1;
}
.map_datos .ambiente{
  display: flex;
  align-items: center;
}
.map_datos .ambiente svg{
  margin-right: 0.63rem;
  margin-bottom: 0.15rem;
}
a.btn.map_ampliar{
  color: var(--color_fondo);
  border: 1px solid var(--principal);
  background: var(--principal);
  text-align: center;
  padding: 0.69rem 1.94rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
a.btn.map_ampliar:hover{
  color: var(--principal);
  background: var(--color_fondo);
}



/* ================================= */
/* =========== PAGINADOR =========== */

@media screen {

  #paginador_contenedor {
    margin: 0rem 0 5.81rem 0;
    padding: 0 0;
    position: relative;
    text-align: center;
  }

  #paginador_contenedor span,
  #paginador_contenedor a {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #ccc;
    padding: 0 10px;
  }

  #paginador_contenedor a {
    color: var(--gris);
  }

  #paginador_contenedor a:hover i {
    color: var(--principal);
  }

  #paginador_contenedor .numero {
    color: #373737;
    padding: 0 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.285714285714286;
  }

}

/* end @media screen  */


/* ============================ */
/* ========== ALERTS ========== */

@media screen {

  .alert {
    padding: 15px 15px;
    border-radius: 0;
    background: #fff;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
  }

  .alert-success {
    color: #4ba54c;
    border-color: #4ba54c;
  }

  .alert-danger {
    color: #ba3533;
    border-color: #ba3533;
  }

}

/* end @media screen  */


/* ====== FORMULARIOS ====== */
@media screen {

  .grecaptcha-badge {
    visibility: hidden;
  }

  input {
    caret-color: var(--principal);
    caret-color: var(--secundario);
  }

  .contact_form .form-control {
    margin-bottom: 0.75rem;
  }


  .cont-tasacion h1 {
    font-size: 30px;
    text-align: center;
    margin: 90px 0 45px;
  }

  .cont-tasacion p.recaptcha-terms {
    text-align: center;
  }

  p.recaptcha-terms {
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    color: var(--secundario) !important;
  }

  p.recaptcha-terms a {
    color: var(--secundario) !important;
  }

  p.recaptcha-terms a:hover {
    text-decoration: underline;
  }

  .formulario.contact_form .form-control::placeholder {
    color: #B0B0B0 !important;
  }

  .input-group .form-control:first-child {
    border-color: var(--secundario);
  }

  .formulario .btn {
    background: var(--principal);
    color: var(--color_fondo);
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid var(--principal);
  }

  .formulario.contact_form .btn:hover {
    background: var(--color_fondo);
    color: var(--principal);
  }

  /*.form-control,
  .input-busqueda-calle-codigo .form-control,
  .formulario .form-control {*/
  .form-control {
    color: var(--secundario);
    background: var(--color_fondo);
    display: block;
    width: 100%;
    height: 100%;
    padding-block: 1.06rem 1.25rem;
    padding-left: 1.81rem;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid;
    border-color: #C1C1C1;
    border-radius: 0.5rem;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 00);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 00);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .form-control::placeholder {
    color: var(--secundario) !important;
  }

  .form-control:hover {
    border-color: var(--principal);
    /*background-color: transparent;*/
  }

  .form-control:focus {
    color: var(--secundario);;
    border-color: var(--principal);
    outline: 0;
    /*background: transparent;*/
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  }

  .formulario .form-control::placeholder {
    color: var(--secundario) !important;
  }

  .formulario .form-control:-moz-placeholder {
    color: var(--secundario) !important;
  }

  .formulario .form-control::-moz-placeholder {
    color: var(--secundario) !important;
  }

  .formulario .form-control:-ms-input-placeholder {
    color: var(--secundario) !important;
  }

  .formulario .form-control::-webkit-input-placeholder {
    color: var(--secundario) !important;
  }

  .formulario .form-control:hover:-moz-placeholder {
    color: var(--secundario) !important;
  }

  .formulario .form-control:hover::-moz-placeholder {
    color: var(--secundario) !important;
  }

  .formulario .form-control:hover:-ms-input-placeholder {
    color: var(--secundario) !important;
  }

  .formulario .form-control:hover::-webkit-input-placeholder {
    color: var(--secundario) !important;
  }

  .formulario .form-control:focus:-moz-placeholder {
    color: var(--secundario) !important;
  }

  .formulario .form-control:focus::-moz-placeholder {
    color: var(--secundario) !important;
  }

  .formulario .form-control:focus:-ms-input-placeholder {
    color: var(--secundario) !important;
  }

  .formulario .form-control:focus::-webkit-input-placeholder {
    color: var(--secundario) !important;
  }

  .formulario.consulta_venta .form-control::placeholder {
    color: #B0B0B0 !important;
  }

  input:-webkit-autofill {
    box-shadow: 0 0 0 50px var(--color_fondo) inset !important;
    -webkit-text-fill-color: var(--secundario);
  }

  input:-webkit-autofill:hover {
    box-shadow: 0 0 0 50px var(--color_fondo) inset !important;
    -webkit-text-fill-color: var(--secundario);
  }

  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    -webkit-text-fill-color: var(--secundario);
  }

  .formulario .form-group textarea {
    border-radius: 0.5rem;
    resize: none;
  }

  .campos_oblig {
    color: #B0B0B0;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .formulario .form-group span,
  .formulario h5 {
    display: inline-block;
    color: var(--secundario);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0px 0;
    padding: 0 0;
    margin-bottom: 0.75rem;
  }

  .formulario h5 {
    color: var(--principal);
  }

  .formulario hr {
    border-top: 1px solid var(--principal);
  }

  /* input file */
  .custom-file-input {
    color: #666; /* Color del texto del archivo seleccionado */
    font-family: sans-serif;
  }

  .custom-file-input::file-selector-button {
    background-color: var(--principal); /* Naranja */
    border: 1px solid var(--principal);
    color: #ffffff; /* Letras blancas */
    padding: 10px 20px;
    border-radius: 0.5rem;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s ease;
    margin-right: 10px;
  }

  .custom-file-input::file-selector-button:hover {
    background-color: #fff; /* Naranja más oscuro al pasar el mouse */
    color: var(--principal);
  }

/* fin input file */

  .formulario.contact_form .btn {
    color: #fff;
    background: var(--principal);
    border-radius: 0.5rem;
    border: 1px solid var(--principal);
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    outline: none;
    padding: 1.06rem 1rem 1.12rem 1rem;
    max-width: 19.75rem;
    height: auto;
    width: 100%;
    margin: 0;
  }

  .formulario .btn:hover {
    color: var(--principal);
    background: var(--color_fondo);
    outline: none;
  }

  .formulario.consulta .captcha {
    margin: 30px 0;
  }

  .column-right .form_fijo .mod {
    margin-bottom: 115px;
  }

  .formulario.contact_form {
    margin: 0 auto;
    margin-bottom: 0px;
  }

  .precios_y_superficies .btn {
    background: var(--secundario);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: var(--color_fondo);
    border-radius: 0px;
    border: 1px solid var(--secundario);
    margin: 14px auto 12px;
    padding: 18px 34px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid var(--secundario);
    font-weight: 400;
    display: block;
  }

  .precios_y_superficies .btn:hover,
  .precios_y_superficies .btn:focus {
    background: var(--color_fondo);
    color: var(--secundario);
  }

  /* ====== FORMULARIOS / NEWSLETTER HOME ====== */

  .formulario.newsletter_bottom {
    color: var(--color_fondo);
    position: relative;
  }

  .form_news_general {
    gap: 1.5rem;
    margin-bottom: 1rem;
  }

  .formulario.newsletter_bottom h2 {
    color: #FFF;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .formulario.newsletter_bottom .form_input {
    border-radius: 0.5rem;
    border: 1px solid #595959;
    background: #292929;
    padding: 1.06rem 1.81rem 1.25rem 1.81rem;
    color: #B0B0B0;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 21.75rem;
    width: 100%;
  }

  .formulario.newsletter_bottom .form_input:hover,
  .formulario.newsletter_bottom .form_input:focus {
    border: 1px solid var(--principal);
  }

  .formulario.newsletter_bottom button.btn {
    color: var(--secundario);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 0.5rem;
    border: 1px solid #fff;
    background: #fff;
    text-align: center;
    padding: 1.06rem 3.88rem 1.25rem 3.88rem;
  }

  .formulario.newsletter_bottom button.btn:hover,
  .formulario.newsletter_bottom button.btn:focus {
    background: var(--principal);
    color: #fff;
  }




}

@media screen and (min-width: 992px) and (max-width: 1199px) {}

@media screen and (min-width: 768px) and (max-width: 991px) {}

@media screen and (max-width: 991px) {
  .formulario.newsletter_bottom .form_input{
    max-width: unset;
  }
  .formulario.newsletter_bottom {
    margin-top: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .form_news_general {
    flex-direction: column;
  }
}

@media screen and (max-width: 470px) {}


/* ================================== */
/* =========== BREADCRUMB =========== */

@media screen {

  .breadcrumb {
    padding: 8px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 11px;
  }

}

/* end @media screen  */


/* ============================== */
/* =========== MODALS =========== */

@media screen {

  .modal {
    z-index: 1054;
  }

  .modal-header .close {
    margin-top: 0;
    position: absolute;
    right: 20px;
  }

  .contenido .editorial .modal-content {
    text-align: center;
    border: 0;
    border-bottom: 15px solid;
  }

  .contenido .editorial .modal-content .modal-header {
    background: #000;
    color: #fff;
    border-bottom: 0;
    text-transform: uppercase;
    padding: 20px 15px 20px 25px;
  }

  .contenido .editorial .modal-content .modal-header h4 {
    font-size: 16px;
  }

  .contenido .editorial .modal-content .modal-body {
    padding: 30px;
  }

  .contenido .editorial .modal-content .modal-body h5 {
    font-size: 1rem;
    margin-bottom: 30px;
  }

}

/* end @media screen  */


/*=== SCREEN (end) ===*/
/*=========================================*/
/*=========================================*/


/*=========================================*/
/*=========================================*/
/*=== PRINT ===*/

@media print {

  body {
    font-size: 11pt;
    line-height: 1.454545454545455;
    font-family: Arial, sans-serif !important;
    /*color: #000;*/
  }

  @page {
    size: A4;
    margin: 2cm 1.5cm;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }

  h1 {
    font-size: 24pt;
    line-height: 1.333333333333333;
    margin: 0;
  }

  h2 {
    font-size: 21pt;
    line-height: 1.333333333333333;
    margin: 0;
  }

  h3 {
    font-size: 18pt;
    line-height: 1.333333333333333;
    margin: 0;
  }

  h4 {
    font-size: 16pt;
    line-height: 1.3125;
    margin: 0;
  }

  h5 {
    font-size: 14pt;
    line-height: 1.285714285714286;
    margin: 0;
  }

  h6 {
    font-size: 14pt;
    line-height: 1.285714285714286;
    margin: 0;
  }

  .print .titulo {
    margin-bottom: 1cm;
    font-size: 21pt;
    line-height: 1.333333333333333;
    margin: 0;
  }

  .print .texto {
    font-size: 11pt;
    line-height: 1.454545454545455;
    font-weight: 400;
    margin: 0 0 1cm 0;
  }
  .print .texto.oper {
    font-weight: 600;
  }

  .print .img {
    margin: 0 0 1cm 0;
  }

  table,
  figure {
    page-break-inside: avoid;
  }

  img {
    max-width: 50% !important;
    height: auto !important;
  }

  .print .logo_print {
    border-bottom: 0.5pt solid #ccc;
    margin: 0 0 0.5cm 0 !important;
    padding: 0 0 0.25cm 0 !important;
  }

  .print .pricinpal{
    margin-bottom: 0.25cm;
  }

  .print .logo_print img {
    width: 6cm !important;
    height: 1.48cm !important;
  }

  
  .print .desc_icon_group{
    margin-bottom: 0.25cm;
    gap: 0.5cm
  }
  .print .desc_icon_group .desc_icon svg{
    margin-right: 0.6rem;
    vertical-align: top;
  }

  .print .generic_box{
    position: relative;
    border-radius: 0.25cm;
    border: 0.5px solid #C1C1C1;
    margin-bottom: 0.25cm;
    padding: 0.5cm;
  }
  .print .titulo{
    color: #FF6100 !important;
    font-size: 16pt;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.9rem;
  }
  .print .generic_box .title{
    font-size: 14pt;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 00;
  }
  .print .generic_box .texto{
    font-size: 12pt;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0.9rem;
  }
  .print .generic_box hr{
    margin-top: 0.5cm;
    margin-bottom: 0.5cm;
  }

  .btn_panel,
  .panel_adminfront,
  .admin_quick_edit {
    display: none;
  }

  .footer_print {
    font-size: 10pt;
    line-height: 1.6;
    border-top: 0.5pt solid #ccc;
    margin: 1.5cm 0 0 0;
    padding: 1cm 0 0 0;
  }

  .fck_h3 {
    font-weight: 400;
  }

  .fck_h4 {
    font-weight: 400;
  }

  .fck_h5 {
    font-weight: 400;
  }

  .fck_h6 {
    font-weight: 400;
  }

  .fck_h3 b,
  .fck_h3 strong,
  .fck_h4 b,
  .fck_h4 strong,
  .fck_h5 b,
  .fck_h5 strong,
  .fck_h6 b,
  .fck_h6 strong {
    font-weight: 700;
  }

  .fck_h3 u,
  .fck_h4 u,
  .fck_h5 u,
  .fck_h6 u {
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
  }

  .box_00 {
    border: 1px solid #000;
    padding: 30px;
  }

  .box_01 {
    border: 1px dashed #000;
    padding: 30px;
  }

  .box_02 {
    border: 1px solid #ccc;
    color: #000;
    padding: 30px;
  }

  .box_03 {
    background: #dcdcdc;
    border: 1px solid #b6b6b6;
    color: #000;
    padding: 30px;
  }

  .grecaptcha-badge {
    visibility: hidden;
  }

}

/*=== PRINT (end) ===*/
/*=========================================*/
/*=========================================*/