@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Square+Peg&display=swap");

/*variables*/

:root {
    --fondo: #f6ead9;
    --verde-claro: #8ebd80;
    --verde-oscuro: #404F39;
    --naranja: #ff6600;
    --texto-gris: #38383e;
    /**/
    --verde: #74b82f;
    --naranja-p: #f26e24;
    --amarillo: #ffa600;
}


/*estilos generales*/

html {
    scroll-behavior: smooth;
    height: 100%;
    margin: 0;
    min-height: 100vh;
    flex-direction: column;
    font-family: "Roboto", sans-serif;
    padding: 0px;
}

body {
    height: 100%;
    margin: 0;
    min-height: 100vh;
    flex-direction: column;
    font-family: "Roboto", sans-serif;
    padding: 0px;
}

.justify-content-center {
    justify-content: center;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.display-flex {
    display: flex;
    align-items: center;
}

.dis-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex {
    display: flex;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

@font-face {
    font-family: "MuseoSans";
    src: url("https://corporativo.compensar.com/Style%20Library/webparts/Dia-sin-Iva/2022/fonts/MuseoSans_bold.ttf") format("woff");
}

@font-face {
    font-family: "Letters-for-Learners";
    src: url("../fuentes/Letters-for-Learners.woff") format("woff");
}

@font-face {
    font-family: "avenir-condensed";
    src: url("../fuentes/Avenir Next Condensed Medium.woff");
}

.margin-section {
    margin-bottom: 50px;
}


/*banner*/

.banner_pagina {
    position: relative;
}

.banner_pagina .owl-carousel .item img {
    width: 100%;
}

.banner_pagina .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important;
    /**/
}

.banner_pagina .owl-carousel .owl-nav [class*=owl-] {
    margin: 0 !important;
}

.banner_pagina .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: rgba(142, 189, 128, 0.7) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
    left: 40px;
    top: 45%;
}

.banner_pagina .owl-carousel .owl-nav .owl-prev span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.banner_pagina .owl-carousel .owl-nav .owl-prev span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    opacity: 1;
    filter: brightness(10);
}

.banner_pagina .owl-carousel .owl-nav .owl-prev:hover {
    width: 55px;
    height: 55px;
    background-color: var(--verde-oscuro) !important;
}

.banner_pagina .owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: rgba(142, 189, 128, 0.7) !important;
    transition: 0.3s;
    margin: 0 0 0 auto !important;
    outline: none;
    min-width: auto;
    right: 40px;
    top: 45%;
}

.banner_pagina .owl-carousel .owl-nav .owl-next span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.banner_pagina .owl-carousel .owl-nav .owl-next span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    filter: brightness(10);
}

.banner_pagina .owl-carousel .owl-nav .owl-next:hover {
    width: 55px;
    height: 55px;
    background-color: var(--verde-oscuro) !important;
    box-shadow: none !important;
}

.banner_pagina .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    width: auto;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 20px;
}

.banner_pagina .owl-carousel .owl-dots .owl-dot {
    transition: 0.3s;
    min-width: auto;
    outline: none;
}

.banner_pagina .owl-carousel .owl-dots .owl-dot span {
    margin: 2px !important;
    transition: 0.3s !important;
    background-color: rgba(142, 189, 128, 0.7) !important;
}

.banner_pagina .owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--verde-claro) !important;
    width: 30px !important;
}

.banner_pagina .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--verde-oscuro) !important;
}


/*navegación*/

.bg-navegacion {
    background-color: white;
    padding: 0px 15px;
}

.navegacion-componente {
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.navegacion-componente .precio-componente p {
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 25px;
    text-align: left;
    line-height: 27px;
    color: #ff6600;
}

.navegacion-componente .precio-componente p span {
    display: block;
    font-size: 20px;
    color: #38383E;
    font-weight: 500;
}

.navegacion-componente .precio-componente p span strong {
    font-weight: 900;
}

.navegacion-componente .anclas {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}

.navegacion-componente .anclas a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    padding: 30px 10px;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
}

.navegacion-componente .anclas a::after {
    content: "";
    border-right: 1px solid #233455;
    height: 63px;
    background: var(--verde-oscuro);
    width: 1px;
    position: absolute;
    right: -1px;
}

.navegacion-componente .anclas a>div {
    width: 50px;
    height: 50px;
    background-color: #233455;
    border-radius: 50%;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    min-height: 50px;
}

.navegacion-componente .anclas a>div img {
    width: 34px;
    filter: brightness(29.5);
}

.navegacion-componente .anclas a p {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: #233455;
    margin-bottom: 0;
    text-align: left;
    line-height: 17px;
    padding-left: 10px;
    font-size: 16px;
}

.navegacion-componente .anclas a p span {
    display: block;
}

.navegacion-componente .anclas a:last-child::after {
    display: none;
}

.navegacion-componente .anclas a:hover {
    background-color: #233455;
}

.navegacion-componente .anclas a:hover::after {
    display: none;
}

.navegacion-componente .anclas a:hover>div {
    background-color: #ff6600;
}


/* .navegacion-componente .anclas a:hover>div img {
    filter: invert(44%) sepia(62%) saturate(3467%) hue-rotate(3deg) brightness(104%) contrast(107%);
} */

.navegacion-componente .anclas a:hover p {
    color: white;
}


/*título datos curiosos */

.bg-naranja-palido {
    background-color: #f9f9f9;
    position: relative;
}

.bg-naranja-palido:before {
    content: "";
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/fondo-bg.png);
    width: 500px;
    height: 235px;
    background-size: 507px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.bg-naranja-palido:after {
    content: "";
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/fondo-bg.png);
    width: 500px;
    height: 235px;
    background-size: 507px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.titulo-componente {
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 10px;
    z-index: 1;
}

.titulo-componente h1 {
    display: none;
}

.titulo-componente .img-logo {
    width: 100%;
    max-width: 800px;
    margin-bottom: 53px;
}

.titulo-componente .descripcion-titulo {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 40px;
}

.titulo-componente .descripcion-titulo span {
    color: var(--naranja);
}

.titulo-componente .datos-curiosos-componente {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.titulo-componente .datos-curiosos-componente .contenido-caja {
    width: 100%;
    /* max-width: 25%; */
    padding: 0px 9px;
    margin-bottom: 10px;
}

.titulo-componente .datos-curiosos-componente .contenido-caja img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
}

.titulo-componente .datos-curiosos-componente .contenido-caja p {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #38383E;
    margin-bottom: 0;
    text-align: center;
    line-height: 17px;
    font-size: 16px;
    margin-top: 14px;
}

.titulo-componente .datos-curiosos-componente .contenido-caja p span {
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 20px;
    margin-bottom: 4px;
    color: #ff6600;
    font-weight: 900;
}

.titulo-componente .btns-brochure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.titulo-componente .btns-brochure a {
    background: #233455;
    color: white;
    /* box-shadow: 0px 0px 8px 1px var(--naranja); */
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-decoration: none;
    font-size: 20px;
    border-radius: 50px;
    transition: 0.3s ease;
    line-height: 20px;
}

.titulo-componente .btns-brochure a:hover {
    background: white;
    box-shadow: 0px 0px 8px 1px #233455;
    color: #233455;
}

.datos-curiosos-componente .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important;
    /**/
}

.datos-curiosos-componente .owl-carousel .owl-nav [class*=owl-] {
    margin: 0 !important;
}

.datos-curiosos-componente .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: rgb(255 102 0 / 70%) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
    left: 40px;
    bottom: 5px;
}

.datos-curiosos-componente .owl-carousel .owl-nav .owl-prev span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.datos-curiosos-componente .owl-carousel .owl-nav .owl-prev span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    opacity: 1;
    filter: brightness(10);
}

.datos-curiosos-componente .owl-carousel .owl-nav .owl-prev:hover {
    width: 55px;
    height: 55px;
    background-color: rgb(255 102 0 / 100%) !important;
    opacity: 1 !important;
}

.datos-curiosos-componente .owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: rgb(255 102 0 / 70%) !important;
    transition: 0.3s;
    margin: 0 0 0 auto !important;
    outline: none;
    min-width: auto;
    right: 40px;
    bottom: 5px;
}

.datos-curiosos-componente .owl-carousel .owl-nav .owl-next span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.datos-curiosos-componente .owl-carousel .owl-nav .owl-next span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    filter: brightness(10);
}

.datos-curiosos-componente .owl-carousel .owl-nav .owl-next:hover {
    width: 55px;
    height: 55px;
    background-color: rgb(255 102 0 / 100%) !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

.datos-curiosos-componente .owl-carousel .owl-dots {
    width: 100%;
    min-width: auto;
    z-index: 1;
    padding: 20px;
}

.datos-curiosos-componente .owl-carousel .owl-dots .owl-dot {
    transition: 0.3s;
    min-width: auto;
    outline: none;
}

.datos-curiosos-componente .owl-carousel .owl-dots .owl-dot span {
    margin: 2px !important;
    transition: 0.3s !important;
    background-color: rgb(255 102 0 / 70%) !important;
}

.datos-curiosos-componente .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #ff6600 !important;
    width: 30px !important;
}

.datos-curiosos-componente .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #b54800 !important;
}


/*Renders componente*/

.renders-carousel-componente {
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 10px 80px 10px;
    flex-wrap: wrap;
}

.renders-carousel-componente .texto-descripcion {
    width: 100%;
}

.renders-carousel-componente .texto-descripcion h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: var(--verde-claro);
    font-size: 26px;
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
}

.renders-carousel-componente .texto-descripcion p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    text-align: left;
}

.renders-carousel-componente .texto-descripcion p .texto-naranja {
    color: var(--naranja);
}

.renders-carousel-componente .texto-descripcion.flotante {
    position: absolute;
    top: 13%;
    width: 39.5% !important;
    padding-right: 20px;
    height: 230px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.renders-carousel-componente .render-home {
    position: relative;
    display: inline-flex;
    font-weight: 600;
    width: 100%;
    padding: 4px;
}

.renders-carousel-componente .render-home .caja-render {
    width: 100%;
    height: 230px;
    position: relative;
    border-radius: 20px;
}

.renders-carousel-componente .render-home .caja-render img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 230px;
    border-radius: 20px;
}

.renders-carousel-componente .render-home .caja-render::before {
    content: "";
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    border-radius: 20px;
    opacity: 0.6;
    transition: background 0.5s ease;
    left: 0;
}

.renders-carousel-componente .render-home .caja-render::after {
    content: "";
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/icono-lupa.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    background-size: 0px;
    background-position: center;
    transition: background-size 0.5s ease;
    top: 0;
}

.renders-carousel-componente .render-home .caja-render:hover::before {
    content: "";
    background: var(--verde-oscuro);
    transition: background 0.5s ease;
}

.renders-carousel-componente .render-home .caja-render:hover::after {
    content: "";
    background-size: 59px;
    transition: background-size 0.5s ease;
}

.renders-carousel-componente #owl-carousel_4.width-carousel .owl-stage-outer {
    overflow: initial;
    height: 100% !important;
}

.renders-carousel-componente #owl-carousel_4.width-carousel .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    width: auto !important;
    transform: none !important;
}

.renders-carousel-componente #owl-carousel_4.width-carousel .owl-stage-outer .owl-stage .owl-item {
    float: inherit;
    margin-right: 0 !important;
    width: 20% !important;
}

.renders-carousel-componente #owl-carousel_4.width-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(1) {
    margin-left: 40% !important;
}

.renders-carousel-componente #owl-carousel_4 .owl-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important;
    display: none;
    /**/
}

.renders-carousel-componente #owl-carousel_4 .owl-nav [class*=owl-] {
    margin: 0 !important;
}

.renders-carousel-componente #owl-carousel_4 .owl-nav .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: rgba(142, 189, 128, 0.7) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
    left: 40px;
    top: 45%;
}

.renders-carousel-componente #owl-carousel_4 .owl-nav .owl-prev span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.renders-carousel-componente #owl-carousel_4 .owl-nav .owl-prev span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    opacity: 1;
    filter: brightness(10);
}

.renders-carousel-componente #owl-carousel_4 .owl-nav .owl-prev:hover {
    width: 55px;
    height: 55px;
    background-color: rgb(142, 189, 128) !important;
}

.renders-carousel-componente #owl-carousel_4 .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: rgba(142, 189, 128, 0.7) !important;
    transition: 0.3s;
    margin: 0 0 0 auto !important;
    outline: none;
    min-width: auto;
    right: 40px;
    top: 45%;
}

.renders-carousel-componente #owl-carousel_4 .owl-nav .owl-next span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.renders-carousel-componente #owl-carousel_4 .owl-nav .owl-next span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    filter: brightness(10);
}

.renders-carousel-componente #owl-carousel_4 .owl-nav .owl-next:hover {
    width: 55px;
    height: 55px;
    background-color: rgb(142, 189, 128) !important;
    box-shadow: none !important;
}

.renders-carousel-componente #owl-carousel_4 .owl-dots {
    position: absolute;
    bottom: 0;
    width: auto;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 20px;
    display: none;
}

.renders-carousel-componente #owl-carousel_4 .owl-dots .owl-dot {
    transition: 0.3s;
    min-width: auto;
    outline: none;
}

.renders-carousel-componente #owl-carousel_4 .owl-dots .owl-dot span {
    margin: 2px !important;
    transition: 0.3s !important;
    background-color: rgba(142, 189, 128, 0.7) !important;
}

.renders-carousel-componente #owl-carousel_4 .owl-dots .owl-dot.active span {
    background-color: var(--verde-claro) !important;
    width: 30px !important;
}

.renders-carousel-componente #owl-carousel_4 .owl-dots .owl-dot:hover span {
    background-color: var(--verde-claro) !important;
}


/*modal renders*/

.modal-renders {
    padding: 18px !important;
}

.modal-renders .modal-dialog {
    width: 100% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.modal-renders .modal-dialog .modal-content {
    border-radius: 0 !important;
    border: none;
}

.modal-renders .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: none;
}

.modal-renders .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: -15px;
    top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    width: 30px;
    height: 30px;
    background: #ff6600;
    color: white;
    border-radius: 50%;
    opacity: 1;
    transition: 0.5s ease;
    margin-top: initial !important;
    min-width: initial;
}

.modal-renders .modal-dialog .modal-content .modal-header .close span {
    text-shadow: none;
}

.modal-renders .modal-dialog .modal-content .modal-header .close:hover {
    background: #b54800;
}

.modal-renders .modal-dialog .modal-content .modal-body {
    padding: 0 0 0 0;
    position: relative;
}

.modal-renders .owl-carousel .item h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
    left: 0;
    text-align: center;
    margin-bottom: 0;
    background: rgb(35 52 85 / 80%);
    padding: 10px;
    color: white;
}

.modal-renders .owl-carousel .item img {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 0;
}

.modal-renders .owl-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important;
    /**/
}

.modal-renders .owl-nav [class*=owl-] {
    margin: 0 !important;
}

.modal-renders .owl-nav .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: rgba(142, 189, 128, 0.7) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
    left: 40px;
    top: 45%;
}

.modal-renders .owl-nav .owl-prev span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.modal-renders .owl-nav .owl-prev span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    opacity: 1;
    filter: brightness(10);
}

.modal-renders .owl-nav .owl-prev:hover {
    width: 55px;
    height: 55px;
    background-color: rgb(142, 189, 128) !important;
}

.modal-renders .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: rgba(142, 189, 128, 0.7) !important;
    transition: 0.3s;
    margin: 0 0 0 auto !important;
    outline: none;
    min-width: auto;
    right: 40px;
    top: 45%;
}

.modal-renders .owl-nav .owl-next span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.modal-renders .owl-nav .owl-next span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    filter: brightness(10);
}

.modal-renders .owl-nav .owl-next:hover {
    width: 55px;
    height: 55px;
    background-color: rgb(142, 189, 128) !important;
    box-shadow: none !important;
}

.modal-renders .owl-dots {
    width: 100%;
    min-width: auto;
    z-index: 1;
    padding: 20px;
}

.modal-renders .owl-dots .owl-dot {
    transition: 0.3s;
    min-width: auto;
    outline: none;
}

.modal-renders .owl-dots .owl-dot span {
    margin: 2px !important;
    transition: 0.3s !important;
    background-color: rgba(142, 189, 128, 0.7) !important;
}

.modal-renders .owl-dots .owl-dot.active span {
    background-color: var(--verde-claro) !important;
    width: 30px !important;
}

.modal-renders .owl-dots .owl-dot:hover span {
    background-color: var(--verde-claro) !important;
}


/*Botón flotante*/

.btn-flotante {
    position: fixed;
    top: 50%;
    right: -92px;
    background: var(--verde);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    width: 139px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-animation: 1.5s mover-btn infinite;
    animation: 1.5s mover-btn infinite;
    transition: 0.5s;
    z-index: 2;
}

.btn-flotante .icono {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    z-index: 0;
}

.btn-flotante .icono img {
    width: 30px;
    position: relative;
    left: 2px;
    filter: invert(58%) sepia(77%) saturate(415%) hue-rotate(47deg) brightness(96%) contrast(86%);
}

.btn-flotante p {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: white;
    margin: 0;
    padding-left: 10px;
    font-size: 15px;
    line-height: 16px;
}

.btn-flotante:hover {
    background: var(--verde-oscuro);
    right: 0;
}

.btn-flotante:hover .icono img {
    filter: invert(50%) sepia(9%) saturate(1493%) hue-rotate(57deg) brightness(50%) contrast(83%);
}

.btn-flotante:hover::before {
    background: var(--verde-oscuro);
}


/*Titulo*/

.titulo-seccion {
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0px 10px;
}

.titulo-seccion h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: #38383E;
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 20px;
}

.titulo-seccion h2 span {
    display: block;
    color: #ff6600;
    font-size: 30px;
}

.titulo-seccion h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: #ff6600;
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 20px;
}

.titulo-seccion p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.titulo-seccion p a {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-decoration: none;
    transition: all 0.3s;
}

.titulo-seccion p a:hover {
    color: var(--verde-oscuro);
}


/**/

.ubicacion-componente {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/tyba-reservado/img/fondo-ubicacion.jpg);
    width: 100%;
    padding: 50px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ubicacion-componente h3 {
    text-align: center;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 30px;
}

.ubicacion-componente p {
    text-align: center;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 22px;
}

.ubicacion-componente>div {
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
}

.ubicacion-componente>div a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 6px 15px;
    height: 60px;
    border-radius: 50px;
    transition: 0.5s;
    box-shadow: inset 0 0 6px 3px white;
}

.ubicacion-componente>div a img {
    height: 100%;
}

.ubicacion-componente>div a:nth-child(1) img {
    height: 80%;
}

.ubicacion-componente>div a:hover {
    transition: 0.5s;
    transform: scale(1.1);
    box-shadow: inset 0 0 6px 5px #ff6600;
}


/**/

.tabs-componente {
    display: flex;
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    border-radius: 60px;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
}

.tabs-componente .tabs-responsive-componente {
    display: flex;
    height: auto;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
}

.tabs-componente .tabs-responsive-componente .tab-segmento {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50%;
    height: 60px;
    cursor: pointer;
    transition: all 0.5s;
    background: #dbdbdb;
}


/* .tabs-componente .tabs-responsive-componente .tab-segmento {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 60px;
    cursor: pointer;
    transition: all 0.5s;
    background: var(--fondo);
    border-radius: 30px;
} */

.tabs-componente .tabs-responsive-componente .tab-segmento h3 {
    transition: all 0.5s;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 0;
}

.tabs-componente .tabs-responsive-componente .tab-segmento .flecha-accordion {
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff6600;
    border-radius: 50%;
    transition: 0.3s;
    display: none;
}

.tabs-componente .tabs-responsive-componente .tab-segmento .flecha-accordion img {
    width: 17px;
    transform: rotate(90deg);
    filter: brightness(10);
    transition: 0.3s;
}

.tabs-componente .tabs-responsive-componente .tab-segmento::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid var(--fondo);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    transform: rotate(90deg);
    position: absolute;
    bottom: 0px;
    transition: all 0.5s;
    z-index: -1;
}

.tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(1) {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

.tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(2) {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    position: absolute;
    right: 0;
}

.tabs-componente .tabs-responsive-componente .tab-segmento.active {
    background: #233455;
}

.tabs-componente .tabs-responsive-componente .tab-segmento.active h3 {
    font-size: 20px;
    color: white;
}

.tabs-componente .tabs-responsive-componente .tab-segmento.active:nth-of-type(1) {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

.tabs-componente .tabs-responsive-componente .tab-segmento.active:nth-of-type(2) {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}

.tabs-componente .tabs-responsive-componente .tab-segmento.active::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid #233455;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    transform: rotate(90deg);
    position: absolute;
    bottom: -28px;
}

.tabs-componente .tabs-responsive-componente .tab-segmento.active+.contenido-tab {
    display: block;
}

.tabs-componente .tabs-responsive-componente .tab-segmento.active .flecha-accordion {
    background: #ff6600;
}

.tabs-componente .tabs-responsive-componente .tab-segmento.active .flecha-accordion img {
    width: 19px;
    filter: brightness(29.5);
    /* filter: invert(84%) sepia(16%) saturate(794%) hue-rotate(60deg) brightness(83%) contrast(85%); */
    transform: rotate(-90deg);
}

.tabs-componente .tabs-responsive-componente .tab-segmento:hover h3 {
    font-size: 20px;
}

.tabs-componente .tabs-responsive-componente .tab-segmento:hover .flecha-accordion {
    background: #233455;
}

.tabs-componente .tabs-responsive-componente .tab-segmento:hover .flecha-accordion img {
    width: 19px;
    filter: brightness(10);
}

.tabs-componente .tabs-responsive-componente .contenido-tab {
    display: none;
    width: 100%;
    right: 0;
    top: 70;
    padding: 60px 15px 15px 15px;
    border-bottom: 1px solid gray;
    margin-bottom: 30px;
}

.tabs-componente .tabs-responsive-componente .contenido-tab .titulo-seccion h4 {
    font-size: 32px;
}

.tabs-componente .tabs-responsive-componente .contenido-tab .titulo-seccion h4 strong {
    /* color: #38383E; */
    font-weight: 900;
}

.tabs-componente .tabs-responsive-componente .contenido-tab .titulo-seccion h4 span {
    display: block;
    font-size: 26px;
    color: #233455;
}


/* .tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel {
    border-bottom: 1px solid gray;
} */

.tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important;
    /**/
}

.tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-nav [class*=owl-] {
    margin: 0 !important;
}

.tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: rgb(255 102 0 / 70%) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
    left: 40px;
    bottom: 10px;
}

.tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-nav .owl-prev span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-nav .owl-prev span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    opacity: 1;
    filter: brightness(10);
}

.tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-nav .owl-prev:hover {
    width: 55px;
    height: 55px;
    background-color: rgb(255 102 0 / 100%) !important;
    opacity: 1 !important;
}

.tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: rgb(255 102 0 / 70%) !important;
    transition: 0.3s;
    margin: 0 0 0 auto !important;
    outline: none;
    min-width: auto;
    right: 40px;
    bottom: 10px;
}

.tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-nav .owl-next span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-nav .owl-next span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    filter: brightness(10);
}

.tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-nav .owl-next:hover {
    width: 55px;
    height: 55px;
    background-color: rgb(255 102 0 / 100%) !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

.tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-dots {
    width: 100%;
    min-width: auto;
    z-index: 1;
    padding: 20px;
}

.tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-dots .owl-dot {
    transition: 0.3s;
    min-width: auto;
    outline: none;
}

.tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-dots .owl-dot span {
    margin: 2px !important;
    transition: 0.3s !important;
    background-color: rgb(255 102 0 / 70%) !important;
}

.tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #ff6600 !important;
    width: 30px !important;
}

.tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #b54800 !important;
}


/*planos tabs*/

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

.planos .planos-izq {
    width: 50%;
    padding: 15px 15px 15px 0px;
}

.planos .planos-izq .targetDiv {
    position: relative;
    padding-left: 27px;
}

.sello-aplicaSubsidio {
    border: none;
    position: absolute;
    top: -12px;
    left: -4px;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.sello-aplicaSubsidio::before {
    content: "";
    border-left: 7px solid #525252;
    position: absolute;
    top: 12px;
    height: 130px;
    left: 31px;
    /* width: 10px; */
    /* border-start-start-radius: 20px; */
    border-top-style: dashed;
}

.sello-aplicaSubsidio img {
    max-width: 230px;
    z-index: 1;
    position: relative;
}

.planos .planos-izq .targetDiv h5 {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/plano-fondo-tipologia.png);
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Square Peg", cursive;
    font-weight: 900;
    font-size: 54px;
    padding: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    padding: 9px 39px;
    background-size: contain;
    width: 300px;
}

.planos .planos-der {
    width: 50%;
    padding: 15px 0px 15px 15px;
}

.planos .planos-der .especificaciones-plano {
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid;
}

.planos .planos-der .especificaciones-plano h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: var(--naranja);
    font-size: 25px;
    line-height: 29px;
}

.planos .planos-der .especificaciones-plano h6 span {
    display: block;
    font-size: 30px;
    color: #38383E;
}

.planos .planos-der .especificaciones-plano h6:first-child {
    margin-bottom: 30px;
}

.planos .planos-der .especificaciones-plano h5{
    padding: 10px 22px 10px 10px;
    background-color: #ff6600;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: white;
    font-size: 31px;
    line-height: 29px;
    width: max-content;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0;
    margin-bottom: 21px;
}

.planos .planos-der .btns-componente-plano {
    display: flex;
    align-items: center;
    gap: 30px;
}

.planos .planos-der .btns-componente-plano .nav-pills {
    display: flex;
    align-items: center;
    gap: 30px;
}

.planos .planos-der .btns-componente-plano .nav-pills .nav-item button {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent !important;
}

.planos .planos-der .btns-componente-plano .nav-pills .nav-item a {
    padding: initial;
}

.planos .planos-der .btns-componente-plano .nav-pills .nav-item.active a {
    background-color: transparent;
}

.planos .planos-der .btns-componente-plano .nav-pills .nav-item.active a .btn-plano {
    width: 95px;
    height: 95px;
    background: white;
    box-shadow: 0px 0px 5px 3px #233455;
}

.planos .planos-der .btns-componente-plano .nav-pills .nav-item.active a .btn-plano img {
    width: 55px;
    filter: invert(50%) sepia(9%) saturate(1493%) hue-rotate(57deg) brightness(50%) contrast(83%);
}

.planos .planos-der .btns-componente-plano .nav-pills .nav-item a:hover {
    background-color: transparent;
}

.planos .planos-der .btns-componente-plano .btn-plano {
    background: #233455;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s;
}

.planos .planos-der .btns-componente-plano .btn-plano img {
    transition: 0.3s;
    width: 50px;
    /* filter: invert(50%) sepia(9%) saturate(1493%) hue-rotate(57deg) brightness(50%) contrast(83%); */
    filter: brightness(29.5);
}

.planos .planos-der .btns-componente-plano .btn-plano span {
    visibility: hidden;
    /* width: 120px; */
    background-color: #ff6600;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 0px;
    position: absolute;
    z-index: 1;
    top: 113%;
    /* left: 50%; */
    margin-left: -60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 0;
    width: 100%;
    max-width: 100%;
    min-width: 120px;
    line-height: 15px;
    margin: 0 auto;
    transition: 0.1s;
    height: 0;
}

.planos .planos-der .btns-componente-plano .btn-plano span::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0px solid #ff6600;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    transform: rotate(-90deg);
    position: absolute;
    top: -7px;
    left: 48%;
}

.planos .planos-der .btns-componente-plano .btn-plano:hover {
    width: 95px;
    height: 95px;
    background: white;
    box-shadow: 0px 0px 5px 3px #233455;
}

.planos .planos-der .btns-componente-plano .btn-plano:hover img {
    width: 55px;
    filter: invert(50%) sepia(9%) saturate(1493%) hue-rotate(57deg) brightness(50%) contrast(83%);
}

.planos .planos-der .btns-componente-plano .btn-plano:hover span {
    visibility: visible;
    padding: 4px 10px;
    height: auto;
    font-size: 13px;
}

.planos .planos-der .btns-componente-plano .btn-plano:hover span::after {
    content: "";
    border-left: 5px solid #ff6600;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}


/*Renders tabs*/
/*new*/

.js-contenedor-modal,
.js-contenedor-modal2 {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
}

.modal__image,
.modal__image2 {
    max-width: 1024px;
    width: 100%;
}

.js-icono-cerrar {
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 21px;
    padding: 30px 25px;
    cursor: pointer;
}

.js-icono-cerrar:after,
.js-icono-cerrar:before {
    content: "";
    position: absolute;
    top: 2rem;
    width: 2rem;
    height: 2px;
    background-color: #999;
    transform: rotate(45deg);
    opacity: .6;
}

.js-icono-cerrar:before {
    right: 10px;
}

.js-icono-cerrar:after {
    right: 10px;
    transform: rotate(-45deg);
}

.js-icono-cerrar:hover:before {
    background-color: #fff;
}

.js-icono-cerrar:hover:after {
    background-color: #fff;
}

.js-contenedor-modal #prev,
.js-contenedor-modal #next,
.js-contenedor-modal2 #prev,
.js-contenedor-modal2 #next {
    position: absolute;
}

.js-contenedor-modal #prev,
.js-contenedor-modal2 #prev
 {
    left: 20px;
}

.js-contenedor-modal #next,
.js-contenedor-modal2 #next {
    right: 20px;
}

.js-contenedor-modal #prev,
.js-contenedor-modal #next,
.js-contenedor-modal2 #prev,
.js-contenedor-modal2 #next  {
    text-indent: -666em;
}

.js-contenedor-modal a.arrow,
.js-contenedor-modal2 a.arrow {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: rgb(255 102 0 / 70%) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.js-contenedor-modal a.arrow::before,
.js-contenedor-modal2 a.arrow::before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    /* transform: rotate(180deg); */
    opacity: 1;
    filter: brightness(10);
}

.js-contenedor-modal a.arrow:hover,
.js-contenedor-modal2 a.arrow:hover {
    width: 55px;
    height: 55px;
    background-color: rgba(128, 176, 152, 1) !important;
}
.js-contenedor-modal .arrow.left,
.js-contenedor-modal2 .arrow.left {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.js-contenedor-modal .arrow.right,
.js-contenedor-modal2 .arrow.right {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}


/* .arrow.left {
} */

/*neww*/


/*Renders tabs*/

.renders-tabs-componente {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px 40px 0px;
    flex-wrap: wrap;
}

.renders-tabs-componente .render-manzanas {
    position: relative;
    display: inline-flex;
    font-weight: 600;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.renders-tabs-componente .render-manzanas img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.renders-tabs-componente .render-manzanas span {
    position: absolute;
    bottom: -1px;
    width: 100%;
    background: rgb(35 52 85 / 80%);
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    z-index: 0;
    color: white;
    font-size: 14px;
    line-height: 13px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.renders-tabs-componente .render-manzanas:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* 
.renders-tabs-componente .render-manzanas::before {
    content: "";
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    border-radius: 20px;
    opacity: 0.6;
    transition: background 0.5s ease;
}

.renders-tabs-componente .render-manzanas::after {
    content: "";
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/torres-de-galicia/img/icono-lupa.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    background-size: 0px;
    background-position: center;
    transition: background-size 0.5s ease;
}

.renders-tabs-componente .render-manzanas:hover::before {
    content: "";
    background: rgb(255 102 0 / 80%);
    transition: background 0.5s ease;
}

.renders-tabs-componente .render-manzanas:hover::after {
    content: "";
    background-size: 59px;
    transition: background-size 0.5s ease;
} */

.renders-tabs-componente #owl-carousel_5,
.renders-tabs-componente #owl-carousel_6 {
    border-bottom: none;
}

.renders-tabs-componente #owl-carousel_5 .owl-nav,
.renders-tabs-componente #owl-carousel_6 .owl-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important;
    display: none !important;
    /**/
}

.renders-tabs-componente #owl-carousel_5 .owl-nav [class*=owl-],
.renders-tabs-componente #owl-carousel_6 .owl-nav [class*=owl-] {
    margin: 0 !important;
}

.renders-tabs-componente #owl-carousel_5 .owl-nav .owl-prev,
.renders-tabs-componente #owl-carousel_6 .owl-nav .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: rgba(128, 176, 152, 0.7) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
    left: 40px;
    top: 45%;
}

.renders-tabs-componente #owl-carousel_5 .owl-nav .owl-prev span,
.renders-tabs-componente #owl-carousel_6 .owl-nav .owl-prev span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.renders-tabs-componente #owl-carousel_5 .owl-nav .owl-prev span:before,
.renders-tabs-componente #owl-carousel_6 .owl-nav .owl-prev span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/torres-de-galicia/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    opacity: 1;
    /* filter: brightness(10); */
}

.renders-tabs-componente #owl-carousel_5 .owl-nav .owl-prev:hover,
.renders-tabs-componente #owl-carousel_6 .owl-nav .owl-prev:hover {
    width: 55px;
    height: 55px;
    background-color: rgba(128, 176, 152, 1) !important;
}

.renders-tabs-componente #owl-carousel_5 .owl-nav .owl-next,
.renders-tabs-componente #owl-carousel_6 .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: rgba(128, 176, 152, 0.7) !important;
    transition: 0.3s;
    margin: 0 0 0 auto !important;
    outline: none;
    min-width: auto;
    right: 40px;
    top: 45%;
}

.renders-tabs-componente #owl-carousel_5 .owl-nav .owl-next span,
.renders-tabs-componente #owl-carousel_6 .owl-nav .owl-next span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.renders-tabs-componente #owl-carousel_5 .owl-nav .owl-next span:before,
.renders-tabs-componente #owl-carousel_6 .owl-nav .owl-next span:before {
    background-image: url(https://corporativo.compensar.com/vivienda/Biblioteca%20de%20estilos/webparts/torres-de-galicia/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    /* filter: brightness(10); */
}

.renders-tabs-componente #owl-carousel_5 .owl-nav .owl-next:hover,
.renders-tabs-componente #owl-carousel_6 .owl-nav .owl-next:hover {
    width: 55px;
    height: 55px;
    background-color: rgba(128, 176, 152, 1) !important;
    box-shadow: none !important;
}

.renders-tabs-componente #owl-carousel_5 .owl-dots,
.renders-tabs-componente #owl-carousel_6 .owl-dots {
    position: absolute;
    bottom: 21px;
    width: auto;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 20px;
    display: none;
}

.renders-tabs-componente #owl-carousel_5 .owl-dots .owl-dot,
.renders-tabs-componente #owl-carousel_6 .owl-dots .owl-dot {
    transition: 0.3s;
    min-width: auto;
    outline: none;
}

.renders-tabs-componente #owl-carousel_5 .owl-dots .owl-dot span,
.renders-tabs-componente #owl-carousel_6 .owl-dots .owl-dot span {
    margin: 2px !important;
    transition: 0.3s !important;
    background-color: rgba(128, 176, 152, 0.7) !important;
}

.renders-tabs-componente #owl-carousel_5 .owl-dots .owl-dot.active span,
.renders-tabs-componente #owl-carousel_6 .owl-dots .owl-dot.active span {
    background-color: #80b098 !important;
    width: 30px !important;
}

.renders-tabs-componente #owl-carousel_5 .owl-dots .owl-dot:hover span,
.renders-tabs-componente #owl-carousel_6 .owl-dots .owl-dot:hover span {
    background-color: #51706d !important;
}

/*puntos de interés*/

.puntos-interes-componente {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0px 10px;
}

.puntos-interes-componente .contenido-caja {
    width: 100%;
    /* max-width: 25%; */
    padding: 0px 9px;
    margin-bottom: 10px;
}

.puntos-interes-componente .contenido-caja img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
}

.puntos-interes-componente .contenido-caja p {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: var(--verde-oscuro);
    margin-bottom: 0;
    text-align: center;
    line-height: 17px;
    font-size: 16px;
}

.puntos-interes-componente .contenido-caja p span {
    display: block;
}

.puntos-interes-componente .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important;
    /**/
}

.puntos-interes-componente .owl-carousel .owl-nav [class*=owl-] {
    margin: 0 !important;
}

.puntos-interes-componente .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: rgba(142, 189, 128, 0.7) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
    left: 40px;
    bottom: 5px;
}

.puntos-interes-componente .owl-carousel .owl-nav .owl-prev span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.puntos-interes-componente .owl-carousel .owl-nav .owl-prev span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    opacity: 1;
    filter: brightness(10);
}

.puntos-interes-componente .owl-carousel .owl-nav .owl-prev:hover {
    width: 55px;
    height: 55px;
    background-color: var(--verde-oscuro) !important;
}

.puntos-interes-componente .owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: rgba(142, 189, 128, 0.7) !important;
    transition: 0.3s;
    margin: 0 0 0 auto !important;
    outline: none;
    min-width: auto;
    right: 40px;
    bottom: 5px;
}

.puntos-interes-componente .owl-carousel .owl-nav .owl-next span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.puntos-interes-componente .owl-carousel .owl-nav .owl-next span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/cantoval/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    filter: brightness(10);
}

.puntos-interes-componente .owl-carousel .owl-nav .owl-next:hover {
    width: 55px;
    height: 55px;
    background-color: var(--verde-oscuro) !important;
    box-shadow: none !important;
}

.puntos-interes-componente .owl-carousel .owl-dots {
    width: 100%;
    min-width: auto;
    z-index: 1;
    padding: 20px;
}

.puntos-interes-componente .owl-carousel .owl-dots .owl-dot {
    transition: 0.3s;
    min-width: auto;
    outline: none;
}

.puntos-interes-componente .owl-carousel .owl-dots .owl-dot span {
    margin: 2px !important;
    transition: 0.3s !important;
    background-color: rgba(142, 189, 128, 0.7) !important;
}

.puntos-interes-componente .owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--verde-claro) !important;
    width: 30px !important;
}

.puntos-interes-componente .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--verde-oscuro) !important;
}


/*testimoniales componente*/

.testimoniales-componente {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.testimoniales-componente .notas-testimoniales {
    width: 50%;
    padding: 10px;
}

.testimoniales-componente .notas-testimoniales .testimonial-escrito {
    width: 100%;
    background: white;
    box-shadow: 0px 0px 8px 1px #b3b3b3;
    padding: 40px 40px;
    margin-bottom: 15px;
    border-radius: 15px;
}

.testimoniales-componente .notas-testimoniales .testimonial-escrito:last-child {
    margin-bottom: 0px;
}

.testimoniales-componente .notas-testimoniales .testimonial-escrito .testimonio-persona {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: left;
    color: #8B8583;
    margin-bottom: 15px;
}

.testimoniales-componente .notas-testimoniales .testimonial-escrito .persona-datos {
    display: flex;
    align-items: center;
    border-top: 1px solid;
    padding-top: 15px;
}

.testimoniales-componente .notas-testimoniales .testimonial-escrito .persona-datos img {
    width: 100%;
    max-width: 70px;
    margin-right: 14px;
}

.testimoniales-componente .notas-testimoniales .testimonial-escrito .persona-datos .nombre-fecha {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: var(--naranja);
    margin-bottom: 0;
    line-height: 17px;
}

.testimoniales-componente .notas-testimoniales .testimonial-escrito .persona-datos .nombre-fecha span {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    color: var(--verde-oscuro);
    font-size: 13px;
}

.testimoniales-componente .video-testimoniales {
    width: 50%;
    padding: 10px;
}

.testimoniales-componente .video-testimoniales iframe {
    height: 100%;
    width: 100%;
    border-radius: 15px;
}


/*sección contacto*/

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

.contacto-componente .lineas-atencion {
    width: 50%;
    background: #F7F7F7;
    padding: 100px 0px 100px 15px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.contacto-componente .lineas-atencion .linea-componente {
    width: 100%;
    max-width: 585.5px;
    margin: 0 0 0 auto;
    padding-right: 30px;
}

.contacto-componente .lineas-atencion .linea-componente .caja-contacto {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid gray;
}

.contacto-componente .lineas-atencion .linea-componente .caja-contacto:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contacto-componente .lineas-atencion .linea-componente .caja-contacto .img-referencia {
    min-width: 150px;
    height: 150px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 8px 1px #b3b3b3;
}

.contacto-componente .lineas-atencion .linea-componente .caja-contacto .img-referencia img {
    width: 100%;
    max-width: 80px;
}

.contacto-componente .lineas-atencion .linea-componente .caja-contacto .texto {
    padding-left: 20px;
}

.contacto-componente .lineas-atencion .linea-componente .caja-contacto .texto h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: var(--verde-oscuro);
    font-size: 26px;
    margin-bottom: 0px;
}

.contacto-componente .lineas-atencion .linea-componente .caja-contacto .texto h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.contacto-componente .lineas-atencion .linea-componente .caja-contacto .texto a {
    background: var(--verde-claro);
    color: white;
    box-shadow: 0px 0px 8px 1px var(--verde-claro);
    padding: 7px 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-decoration: none;
    font-size: 17px;
    border-radius: 50px;
    transition: background 0.5s ease;
    display: inline-flex;
}

.contacto-componente .lineas-atencion .linea-componente .caja-contacto .texto a:hover {
    background: var(--verde-oscuro);
    color: white;
    box-shadow: 0px 0px 8px 1px var(--verde-claro);
}

.contacto-componente .formulario {
    width: 585.5px;
    padding: 0px 25px;
}


/*constructota componente*/

.constructora-componente {
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid gray;
    padding: 20px 10px 0px 10px;
    margin-top: 57px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.constructora-componente p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    text-align: center;
    display: block;
}

.constructora-componente p strong {
    font-weight: 900;
}

.constructora-componente img {
    width: 100%;
    max-width: 120px;
}


/*redes-sociales*/

.redes-sociales-componente .redes-sociales-caja {
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: all 0.3s;
}

.redes-sociales-componente .redes-sociales-caja .caja-red {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: white;
    box-shadow: 0px 0px 8px 1px #b3b3b3;
    border-radius: 25px;
    transition: ease 0.3s;
}

.redes-sociales-componente .redes-sociales-caja .caja-red img {
    width: 100%;
    width: 54px;
    filter: drop-shadow(6px 6px 5px #B3B3B4);
    transition: ease 0.3s;
}

.redes-sociales-componente .redes-sociales-caja .caja-red:hover {
    border-radius: 25px;
}

.redes-sociales-componente .redes-sociales-caja .caja-red:hover.box-red-social-1 {
    box-shadow: 0px 0px 8px 1px green;
}

.redes-sociales-componente .redes-sociales-caja .caja-red:hover.box-red-social-2 {
    box-shadow: 0px 0px 8px 1px #1772ec;
}

.redes-sociales-componente .redes-sociales-caja .caja-red:hover.box-red-social-3 {
    box-shadow: 0px 0px 8px 1px #f43590;
}

.redes-sociales-componente .redes-sociales-caja .caja-red:hover img {
    width: 64px;
    filter: drop-shadow(0px 0px 0px #B3B3B4);
}


/*media queries*/

@media only screen and (max-width: 1040px) {
    /**/
    .bg-navegacion {
        padding: 0px 0px;
    }
    /**/
    .navegacion-componente {
        flex-wrap: wrap;
    }
    .navegacion-componente .precio-componente {
        width: 100%;
        background: #ff6600;
        padding: 10px 15px;
        border-bottom: 2px solid #ff6600;
    }
    .navegacion-componente .precio-componente p {
        text-align: center;
        line-height: 27px;
        color: white;
    }
    .navegacion-componente .precio-componente p span {
        font-size: 20px;
        color: white;
    }
    .navegacion-componente .anclas {
        margin: 0 auto;
        width: 100%;
        justify-content: center;
    }
    .navegacion-componente .anclas a {
        width: 33.33%;
    }
    .navegacion-componente .anclas a p span {
        display: initial;
    }
    /**/
    /*planos tabs*/
    .planos .planos-izq {
        width: 40%;
        padding: 15px 15px 15px 0px;
    }
    .planos .planos-izq .targetDiv {
        position: relative;
    }
    .planos .planos-der {
        width: 60%;
        padding: 15px 15px 55px 15px;
    }
    .planos .planos-der .especificaciones-plano {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: none;
    }
    .planos .planos-der .especificaciones-plano h6 {
        font-size: 25px;
        line-height: 32px;
    }
    .planos .planos-der .especificaciones-plano h6 span {
        font-size: 40px;
    }
    .planos .planos-der .especificaciones-plano h6:first-child {
        margin-bottom: 20px;
    }
    .planos .planos-der .btns-componente-plano {
        gap: 10px;
    }
    .planos .planos-der .btns-componente-plano .nav-pills {
        gap: 7px;
    }
    /*sección contacto*/
    .contacto-componente {
        flex-wrap: wrap;
    }
    .contacto-componente .lineas-atencion {
        width: 100%;
        background: transparent;
        padding: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .contacto-componente .lineas-atencion .linea-componente {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        padding-right: initial;
        gap: 10px;
        padding: 0px 10px;
        margin-bottom: 20px;
    }
    .contacto-componente .lineas-atencion .linea-componente .caja-contacto {
        display: block;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
        padding: 40px;
        background: rgba(142, 189, 128, 0.2);
        border-radius: 20px;
        box-shadow: 4px 4px 8px -2px #b3b3b3;
        width: 50%;
        position: relative;
    }
    .contacto-componente .lineas-atencion .linea-componente .caja-contacto:last-child {
        padding-bottom: 40px;
        border-right: none;
    }
    .contacto-componente .lineas-atencion .linea-componente .caja-contacto .img-referencia {
        min-width: 120px;
        height: 120px;
        width: 120px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .contacto-componente .lineas-atencion .linea-componente .caja-contacto .img-referencia img {
        max-width: 68px;
    }
    .contacto-componente .lineas-atencion .linea-componente .caja-contacto .texto {
        padding-left: 0px;
        padding-bottom: 65px;
    }
    .contacto-componente .lineas-atencion .linea-componente .caja-contacto .texto h3 {
        text-align: center;
        font-size: 23px;
        margin-bottom: 20px;
    }
    .contacto-componente .lineas-atencion .linea-componente .caja-contacto .texto h4 {
        text-align: center;
        font-size: 14px;
    }
    .contacto-componente .lineas-atencion .linea-componente .caja-contacto .texto a {
        display: block;
        text-align: center;
        position: absolute;
        bottom: 47px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        right: 0;
        left: 0;
    }
    .contacto-componente .formulario {
        width: 100%;
        padding: 0px 25px;
    }
    /*Renders componente*/
    .renders-carousel-componente {
        padding: 30px 10px 50px 10px;
    }
    .renders-carousel-componente .texto-descripcion {
        max-width: 800px;
        margin: 0 auto;
    }
    .renders-carousel-componente .texto-descripcion h2 {
        text-align: center;
        width: 100%;
        margin-bottom: 28px;
    }
    .renders-carousel-componente .texto-descripcion p {
        text-align: center;
    }
    .renders-carousel-componente .texto-descripcion.flotante {
        position: relative;
        top: initial;
        width: 100% !important;
        padding-right: 20px;
        height: initial;
    }
    .renders-carousel-componente #owl-carousel_4.width-carousel .owl-stage-outer .owl-stage .owl-item {
        width: 25% !important;
    }
    .renders-carousel-componente #owl-carousel_4.width-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(1) {
        margin-left: initial !important;
    }
}
@media only screen and (max-width: 850px) {
        .container-gallery {
        grid-template-columns: 1fr;
        justify-items: center;
    }
}

@media only screen and (max-width: 768px) {
    /**/
    .titulo-componente .datos-curiosos-componente {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .titulo-componente .datos-curiosos-componente .contenido-caja {
        /* max-width: 33.33%; */
        padding: 0px 5px;
        margin-bottom: 30px;
    }
    /* .titulo-componente .datos-curiosos-componente .contenido-caja img {
        width: 90px;
    } */
    .titulo-componente .datos-curiosos-componente .contenido-caja p {
        line-height: 15px;
        font-size: 14px;
    }
    .titulo-componente .btns-brochure {
        flex-wrap: wrap;
    }
    /**/
    .navegacion-componente .anclas {
        display: initial;
    }
    .navegacion-componente .anclas a {
        width: 100%;
        border-bottom: 2px solid var(--verde-oscuro);
    }
    .navegacion-componente .anclas a::after {
        display: none;
    }
    .navegacion-componente .anclas a>div {
        display: none;
    }
    .navegacion-componente .anclas a p {
        transition: 0.3s;
        padding-left: 0;
    }
    .navegacion-componente .anclas a:last-child {
        border-bottom: none;
    }
    .navegacion-componente .anclas a:hover p {
        font-size: 17px;
    }
    /**/
    /**/
    .tabs-componente {
        padding: 0px 0px;
    }
    .tabs-componente .tabs-responsive-componente {
        display: flex;
        height: auto;
        text-align: center;
        max-width: 1171px;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
        position: relative;
    }
    .tabs-componente .tabs-responsive-componente .tab-segmento {
        width: 100%;
        padding: 0px 15px;
        cursor: pointer;
        transition: all 0.5s;
        background: var(--fondo);
    }
    .tabs-componente .tabs-responsive-componente .tab-segmento h3 {
        text-align: left;
        width: 100%;
        line-height: 19px;
    }
    .tabs-componente .tabs-responsive-componente .tab-segmento .flecha-accordion {
        display: flex;
    }
    .tabs-componente .tabs-responsive-componente .tab-segmento::after {
        display: none;
    }
    .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(1) {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }
    .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(2) {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        position: relative;
        right: initial;
    }
    .tabs-componente .tabs-responsive-componente .tab-segmento.active:nth-of-type(1) {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }
    .tabs-componente .tabs-responsive-componente .tab-segmento.active:nth-of-type(2) {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }
    .tabs-componente .tabs-responsive-componente .contenido-tab {
        border: none;
        margin-bottom: 0;
    }
    /*renders*/
    .renders-carousel-componente {
        height: auto;
        padding: 30px 10px 30px 10px;
    }
    .renders-carousel-componente .texto-descripcion.flotante {
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .renders-carousel-componente .render-home {
        padding: 0px;
    }
    .renders-carousel-componente .render-home .caja-render {
        height: 350px;
    }
    .renders-carousel-componente .render-home .caja-render img {
        height: 350px;
    }
    .renders-carousel-componente #owl-carousel_4 {
        height: auto;
    }
    .renders-carousel-componente #owl-carousel_4 .owl-nav {
        display: block;
    }
    .renders-carousel-componente #owl-carousel_4 .owl-dots {
        display: block;
    }
    /*Renders tabs*/
    .renders-tabs-componente {
        padding: 20px 0px 0px 0px;
        margin-bottom: 30px;
    }
    .renders-tabs-componente .render-manzanas {
        padding: 0px;
    }
    .renders-tabs-componente .render-manzanas .caja-render {
        height: 350px;
    }
    .renders-tabs-componente .render-manzanas .caja-render img {
        height: 350px;
    }
    .renders-tabs-componente #owl-carousel_5,
    .renders-tabs-componente #owl-carousel_6 {
        height: auto;
    }
    .renders-tabs-componente #owl-carousel_5 .owl-nav,
    .renders-tabs-componente #owl-carousel_6 .owl-nav {
        display: block !important;
    }
    .renders-tabs-componente #owl-carousel_5 .owl-dots,
    .renders-tabs-componente #owl-carousel_6 .owl-dots {
        display: block;
        padding: 0;
        bottom: 44px;
    }
    /*planos tabs*/
    .planos {
        display: initial;
    }
    .planos .planos-izq {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 0px;
    }
    .planos .planos-izq .targetDiv {
        position: relative;
        padding-left: 0px;
    }
    .planos .planos-izq .targetDiv img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .planos .planos-der {
        width: 100%;
        padding: 15px 15px 55px 15px;
    }
    .planos .planos-der .especificaciones-plano h6 {
        text-align: center;
    }
    .planos .planos-der .especificaciones-plano h6 span {
        font-size: 40px;
    }
        .planos .planos-der .especificaciones-plano h5 {
        padding: 10px 22px 10px 10px;
        margin: 0 auto;
        margin-bottom: 24px;
        border-radius: 50px;
        padding: 10px 16px;
    }
    .planos .planos-der .btns-componente-plano {
        justify-content: center;
    }
    .planos .planos-der .btns-componente-plano .nav-pills {
        justify-content: center;
    }
    /*puntos de interés*/
    .puntos-interes-componente .contenido-caja {
        /* max-width: 33.33%; */
        padding: 0px 5px;
        margin-bottom: 30px;
    }
    .puntos-interes-componente .contenido-caja img {
        width: 90px;
    }
    .puntos-interes-componente .contenido-caja p {
        line-height: 14px;
        font-size: 14px;
    }
    /*testimoniales componente*/
    .testimoniales-componente .notas-testimoniales {
        order: 2;
        width: 100%;
    }
    .testimoniales-componente .notas-testimoniales .testimonial-escrito {
        width: 100%;
        background: white;
        box-shadow: 0px 0px 8px 1px #b3b3b3;
        padding: 40px 40px;
        margin-bottom: 15px;
        border-radius: 15px;
    }
    .testimoniales-componente .notas-testimoniales .testimonial-escrito:last-child {
        margin-bottom: 0px;
    }
    .testimoniales-componente .notas-testimoniales .testimonial-escrito .testimonio-persona {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 15px;
        line-height: 18px;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: left;
        color: #8B8583;
        margin-bottom: 15px;
    }
    .testimoniales-componente .notas-testimoniales .testimonial-escrito .persona-datos {
        display: flex;
        align-items: center;
        border-top: 1px solid;
        padding-top: 15px;
    }
    .testimoniales-componente .notas-testimoniales .testimonial-escrito .persona-datos img {
        width: 100%;
        max-width: 70px;
        margin-right: 14px;
    }
    .testimoniales-componente .notas-testimoniales .testimonial-escrito .persona-datos .nombre-fecha {
        text-align: left;
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
        color: var(--naranja);
        margin-bottom: 0;
        line-height: 17px;
    }
    .testimoniales-componente .notas-testimoniales .testimonial-escrito .persona-datos .nombre-fecha span {
        display: block;
        font-family: "Roboto Condensed", sans-serif;
        color: var(--verde-oscuro);
        font-size: 13px;
    }
    .testimoniales-componente .video-testimoniales {
        width: 100%;
        padding: 10px;
        height: 300px;
    }
    /*sección contacto*/
    .contacto-componente {
        flex-wrap: wrap;
    }
    .contacto-componente .lineas-atencion .linea-componente {
        gap: 0px;
        flex-wrap: wrap;
    }
    .contacto-componente .lineas-atencion .linea-componente .caja-contacto {
        width: 100%;
        margin-bottom: 30px;
    }
    .contacto-componente .lineas-atencion .linea-componente .caja-contacto:last-child {
        margin-bottom: 0px;
    }
    .contacto-componente .lineas-atencion .linea-componente .caja-contacto .texto {
        padding-left: 0px;
        padding-bottom: 0px;
    }
    .contacto-componente .lineas-atencion .linea-componente .caja-contacto .texto a {
        position: relative;
        bottom: initial;
        width: 100%;
        max-width: 219px;
        margin: 0 auto;
    }
    .contacto-componente .formulario {
        padding: 0px 0px;
    }
    /**/
    .sello-aplicaSubsidio img {
        max-width: 230px !important;
        z-index: 1;
        position: relative;
        margin: 0 !important;
    }
    .sello-aplicaSubsidio::before {
        display: none;
    }
    .sello-aplicaSubsidio {
        top: -29px;
        left: 0px;
    }
    /**/
}
@media only screen and (min-width: 768px) {
    .renders-tabs-componente #owl-carousel_5.width-carousel .owl-stage-outer,
    .renders-tabs-componente #owl-carousel_6.width-carousel .owl-stage-outer {
        overflow: initial;
        height: 100% !important;
    }
    .renders-tabs-componente #owl-carousel_5.width-carousel .owl-stage-outer .owl-stage,
    .renders-tabs-componente #owl-carousel_6.width-carousel .owl-stage-outer .owl-stage {
        display: flex;
        align-items: center;
        justify-content: left;
        flex-wrap: wrap;
        width: auto !important;
        transform: none !important;
    }
    .renders-tabs-componente #owl-carousel_5.width-carousel .owl-stage-outer .owl-stage .owl-item,
    .renders-tabs-componente #owl-carousel_6.width-carousel .owl-stage-outer .owl-stage .owl-item {
        float: inherit;
        margin-right: 0 !important;
        width: 25% !important;
    }
    .renders-tabs-componente #owl-carousel_5.width-carousel .owl-stage-outer .owl-stage .owl-item .item,
    .renders-tabs-componente #owl-carousel_6.width-carousel .owl-stage-outer .owl-stage .owl-item .item {
        padding: 4px;
    }
}

@media only screen and (max-width: 550px) {
    /*título datos curiosos */
    .bg-naranja-palido:before {
        width: 280px;
        height: 153px;
        background-size: 280px;
    }
    .bg-naranja-palido:after {
        width: 280px;
        height: 153px;
        background-size: 280px;
    }
    /**/
    .ubicacion-componente {
        padding: 50px 10px;
    }
    .ubicacion-componente h3 {
        line-height: 24px;
        margin-bottom: 15px;
    }
    .ubicacion-componente p {
        font-size: 18px;
        line-height: 19px;
    }
    .ubicacion-componente>div {
        gap: initial;
        flex-wrap: wrap;
    }
    .ubicacion-componente>div a {
        max-width: 300px;
        width: 100%;
        margin-bottom: 10px;
    }
    .ubicacion-componente>div a:hover {
        height: 65px;
        transform: scale(1);
        /* box-shadow: inset 0 0 6px 5px var(--verde-claro); */
    }
    .ubicacion-componente>div a:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 450px) {
    /**/
    .navegacion-componente .precio-componente p {
        font-size: 20px;
        line-height: 23px;
    }
    /*Titulo*/
    .titulo-seccion h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .titulo-seccion h2 span {
        display: initial;
        font-size: 24px;
    }
    .titulo-seccion h4 {
        font-size: 24px;
        line-height: 26px;
    }
    .titulo-seccion p {
        font-size: 15px;
    }
    /*banner*/
    .banner_pagina {
        position: relative;
    }
    .banner_pagina .owl-carousel .owl-nav .owl-prev {
        width: 35px;
        height: 35px;
        left: 5px;
        top: 45%;
    }
    .banner_pagina .owl-carousel .owl-nav .owl-prev span:before {
        background-size: 14px;
    }
    .banner_pagina .owl-carousel .owl-nav .owl-prev:hover {
        width: 38px;
        height: 38px;
    }
    .banner_pagina .owl-carousel .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        right: 5px;
        top: 45%;
    }
    .banner_pagina .owl-carousel .owl-nav .owl-next span:before {
        background-size: 14px;
    }
    .banner_pagina .owl-carousel .owl-nav .owl-next:hover {
        width: 38px;
        height: 38px;
    }
    .banner_pagina .owl-carousel .owl-dots {
        padding: 10px;
    }
    .banner_pagina .owl-carousel .owl-dots .owl-dot span {
        margin: 2px !important;
        transition: 0.3s !important;
        background-color: rgba(64, 79, 57, 0.7) !important;
    }
    .banner_pagina .owl-carousel .owl-dots .owl-dot.active span {
        background-color: var(--verde-oscuro) !important;
        width: 30px !important;
    }
    .banner_pagina .owl-carousel .owl-dots .owl-dot:hover span {
        background-color: var(--verde-oscuro) !important;
    }
    /**/
    .titulo-componente .datos-curiosos-componente {
        margin-bottom: 30px;
    }
    .titulo-componente .datos-curiosos-componente .contenido-caja {
        /* max-width: 50%; */
        padding: 0px 5px;
        margin-bottom: 20px;
    }
    /* .titulo-componente .datos-curiosos-componente .contenido-caja img {
        width: 90px;
    } */
    /*renders*/
    .renders-carousel-componente .render-home .caja-render {
        height: 250px;
    }
    .renders-carousel-componente .render-home .caja-render img {
        height: 250px;
    }
    .renders-carousel-componente #owl-carousel_4 .owl-nav .owl-prev {
        width: 35px;
        height: 35px;
        left: 5px;
        top: 45%;
    }
    .renders-carousel-componente #owl-carousel_4 .owl-nav .owl-prev span:before {
        background-size: 14px;
    }
    .renders-carousel-componente #owl-carousel_4 .owl-nav .owl-prev:hover {
        width: 38px;
        height: 38px;
    }
    .renders-carousel-componente #owl-carousel_4 .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        right: 5px;
        top: 45%;
    }
    .renders-carousel-componente #owl-carousel_4 .owl-nav .owl-next span:before {
        background-size: 14px;
    }
    .renders-carousel-componente #owl-carousel_4 .owl-nav .owl-next:hover {
        width: 38px;
        height: 38px;
    }
    .renders-carousel-componente #owl-carousel_4 .owl-dots {
        padding: 10px;
        bottom: -33px;
    }
    .renders-carousel-componente #owl-carousel_4 .owl-dots .owl-dot span {
        margin: 2px !important;
        transition: 0.3s !important;
        background-color: rgba(64, 79, 57, 0.7) !important;
    }
    .renders-carousel-componente #owl-carousel_4 .owl-dots .owl-dot.active span {
        background-color: var(--verde-oscuro) !important;
        width: 30px !important;
    }
    .renders-carousel-componente #owl-carousel_4 .owl-dots .owl-dot:hover span {
        background-color: var(--verde-oscuro) !important;
    }
    /**/
    .puntos-interes-componente .owl-carousel .owl-nav .owl-prev {
        width: 35px;
        height: 35px;
        left: 5px;
        top: 45%;
    }
    .puntos-interes-componente .owl-carousel .owl-nav .owl-prev span:before {
        background-size: 14px;
    }
    .puntos-interes-componente .owl-carousel .owl-nav .owl-prev:hover {
        width: 38px;
        height: 38px;
    }
    .puntos-interes-componente .owl-carousel .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        right: 5px;
        top: 45%;
    }
    .puntos-interes-componente .owl-carousel .owl-nav .owl-next span:before {
        background-size: 14px;
    }
    .puntos-interes-componente .owl-carousel .owl-nav .owl-next:hover {
        width: 38px;
        height: 38px;
    }
    /**/
    .datos-curiosos-componente .owl-carousel .owl-nav .owl-prev {
        width: 35px;
        height: 35px;
        left: 5px;
        top: 45%;
    }
    .datos-curiosos-componente .owl-carousel .owl-nav .owl-prev span:before {
        background-size: 14px;
    }
    .datos-curiosos-componente .owl-carousel .owl-nav .owl-prev:hover {
        width: 38px;
        height: 38px;
    }
    .datos-curiosos-componente .owl-carousel .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        right: 5px;
        top: 45%;
    }
    .datos-curiosos-componente .owl-carousel .owl-nav .owl-next span:before {
        background-size: 14px;
    }
    .datos-curiosos-componente .owl-carousel .owl-nav .owl-next:hover {
        width: 38px;
        height: 38px;
    }
    /**/
    .ubicacion-componente {
        padding: 40px 10px;
    }
    .ubicacion-componente h3 {
        line-height: 20px;
        font-size: 18px;
    }
    /**/
    .tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-nav .owl-prev {
        width: 35px;
        height: 35px;
        left: 5px;
        top: 45%;
    }
    .tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-nav .owl-prev span:before {
        background-size: 14px;
    }
    .tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-nav .owl-prev:hover {
        width: 38px;
        height: 38px;
    }
    .tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        right: 5px;
        top: 45%;
    }
    .tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-nav .owl-next span:before {
        background-size: 14px;
    }
    .tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-nav .owl-next:hover {
        width: 38px;
        height: 38px;
    }
    .tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-dots {
        padding: 10px;
        bottom: -33px;
    }
    .tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-dots .owl-dot span {
        margin: 2px !important;
        transition: 0.3s !important;
        /* background-color: rgba(142, 189, 128, 0.7) !important; */
    }
    .tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-dots .owl-dot.active span {
        /* background-color: var(--verde-claro) !important; */
        width: 30px !important;
    }
    .tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-dots .owl-dot:hover span {
        /* background-color: var(--verde-oscuro) !important; */
    }
    /*Renders tabs*/
    .renders-tabs-componente .render-manzanas .caja-render {
        height: 250px;
    }
    .renders-tabs-componente .render-manzanas .caja-render img {
        height: 250px;
    }
    .renders-tabs-componente #owl-carousel_5 .owl-nav .owl-prev,
    .renders-tabs-componente #owl-carousel_6 .owl-nav .owl-prev {
        width: 35px;
        height: 35px;
        left: 5px;
        top: 45%;
    }
    .renders-tabs-componente #owl-carousel_5 .owl-nav .owl-prev span:before,
    .renders-tabs-componente #owl-carousel_6 .owl-nav .owl-prev span:before {
        background-size: 14px;
    }
    .renders-tabs-componente #owl-carousel_5 .owl-nav .owl-prev:hover,
    .renders-tabs-componente #owl-carousel_6 .owl-nav .owl-prev:hover {
        width: 38px;
        height: 38px;
    }
    .renders-tabs-componente #owl-carousel_5 .owl-nav .owl-next,
    .renders-tabs-componente #owl-carousel_6 .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        right: 5px;
        top: 45%;
    }
    .renders-tabs-componente #owl-carousel_5 .owl-nav .owl-next span:before,
    .renders-tabs-componente #owl-carousel_6 .owl-nav .owl-next span:before {
        background-size: 14px;
    }
    .renders-tabs-componente #owl-carousel_5 .owl-nav .owl-next:hover,
    .renders-tabs-componente #owl-carousel_6 .owl-nav .owl-next:hover {
        width: 38px;
        height: 38px;
    }
    .renders-tabs-componente #owl-carousel_5 .owl-dots,
    .renders-tabs-componente #owl-carousel_6 .owl-dots {
        padding: 10px;
        bottom: -33px;
    }
    .renders-tabs-componente #owl-carousel_5 .owl-dots .owl-dot span,
    .renders-tabs-componente #owl-carousel_6 .owl-dots .owl-dot span {
        margin: 2px !important;
        transition: 0.3s !important;
        /* background-color: rgba(64, 79, 57, 0.7) !important; */
    }
    .renders-tabs-componente #owl-carousel_5 .owl-dots .owl-dot.active span,
    .renders-tabs-componente #owl-carousel_6 .owl-dots .owl-dot.active span {
        /* background-color: #51706d !important; */
        width: 30px !important;
    }
    .renders-tabs-componente #owl-carousel_5 .owl-dots .owl-dot:hover span,
    .renders-tabs-componente #owl-carousel_6 .owl-dots .owl-dot:hover span {
        /* background-color: #51706d !important; */
    }
    /*planos tabs*/
    .planos .planos-izq .targetDiv h5 {
        font-size: 30px;
    }
    .planos .planos-der .especificaciones-plano h6 {
        font-size: 20px;
        line-height: 23px;
    }
    .planos .planos-der .especificaciones-plano h6 span {
        font-size: 25px;
    }
    .planos .planos-der .especificaciones-plano h6:first-child {
        margin-bottom: 13px;
    }
    .planos .planos-der .btns-componente-plano {
        gap: 4px;
    }
    .planos .planos-der .btns-componente-plano .btn-plano {
        width: 60px;
        height: 60px;
    }
    .planos .planos-der .btns-componente-plano .btn-plano img {
        width: 36px;
    }
    .planos .planos-der .btns-componente-plano .btn-plano:hover {
        width: 60px;
        height: 60px;
    }
    .planos .planos-der .btns-componente-plano .btn-plano:hover img {
        width: 40px;
    }
    .planos .planos-der .btns-componente-plano .nav-pills .nav-item.active a .btn-plano {
        width: 60px;
        height: 60px;
    }
    .planos .planos-der .btns-componente-plano .nav-pills .nav-item.active a .btn-plano img {
        width: 40px;
    }
    /*puntos de interés*/
    .puntos-interes-componente .contenido-caja {
        /* max-width: 50%; */
        margin-bottom: 20px;
    }
    .puntos-interes-componente .contenido-caja p {
        line-height: 15px;
    }
    .puntos-interes-componente .contenido-caja p span {
        display: initial;
    }
    /*sección contacto*/
    .contacto-componente .lineas-atencion .linea-componente .caja-contacto {
        padding: 25px 15px;
    }
    .contacto-componente .lineas-atencion .linea-componente .caja-contacto .img-referencia {
        min-width: 90px;
        height: 90px;
        width: 90px;
        margin-bottom: 11px;
    }
    .contacto-componente .lineas-atencion .linea-componente .caja-contacto .img-referencia img {
        max-width: 58px;
    }
    .contacto-componente .lineas-atencion .linea-componente .caja-contacto .texto h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .redes-sociales-componente .redes-sociales-caja {
        gap: 5px;
    }
    .redes-sociales-componente .redes-sociales-caja .caja-red {
        width: 70px;
        height: 70px;
        border-radius: 15px;
    }
    .redes-sociales-componente .redes-sociales-caja .caja-red img {
        width: 46px;
    }
    .redes-sociales-componente .redes-sociales-caja .caja-red:hover {
        border-radius: 15px;
    }
    .redes-sociales-componente .redes-sociales-caja .caja-red:hover img {
        width: 50px;
    }
    /*modal renders*/
    .modal-renders {
        padding: 40px 5px !important;
    }
    .modal-renders .modal-dialog .modal-content .modal-header {
        padding: 0;
        border: none;
    }
    .modal-renders .modal-dialog .modal-content .modal-header .close {
        right: 0px;
        top: -32px;
    }
    .modal-renders .modal-dialog .modal-content .modal-header .close span {
        text-shadow: none;
    }
    .modal-renders .modal-dialog .modal-content .modal-header .close:hover {
        background: var(--verde-claro);
        color: white;
    }
    .modal-renders .modal-dialog .modal-content .modal-body {
        padding: 0 0 0 0;
        position: relative;
    }
    .modal-renders .owl-carousel .item h3 {
        font-size: 15px;
        top: 0;
        padding: 4px;
        bottom: initial;
    }
    .modal-renders .owl-nav .owl-prev {
        width: 35px;
        height: 35px;
        left: 5px;
        top: 40%;
    }
    .modal-renders .owl-nav .owl-prev span:before {
        background-size: 14px;
    }
    .modal-renders .owl-nav .owl-prev:hover {
        width: 38px;
        height: 38px;
    }
    .modal-renders .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        right: 5px;
        top: 40%;
    }
    .modal-renders .owl-nav .owl-next span:before {
        background-size: 14px;
    }
    .modal-renders .owl-nav .owl-next:hover {
        width: 38px;
        height: 38px;
    }
    .modal-renders .owl-dots {
        padding: 10px;
        bottom: -33px;
    }
    .modal-renders .owl-dots .owl-dot span {
        margin: 2px !important;
        transition: 0.3s !important;
        background-color: rgba(64, 79, 57, 0.7) !important;
    }
    .modal-renders .owl-dots .owl-dot.active span {
        background-color: var(--verde-oscuro) !important;
        width: 30px !important;
    }
    .modal-renders .owl-dots .owl-dot:hover span {
        background-color: var(--verde-oscuro) !important;
    }
    /**/
    .sello-aplicaSubsidio {
        top: -19px;
    }
    .sello-aplicaSubsidio img {
        max-width: 150px;
    }
}

.header__actions {
    width: 100%;
}


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


/*chats*/

.opciones__atencion {
    display: none !important;
}

.btn__atencion__02 {
    display: none !important;
}


/*nuevo*/

.titulo-componente .iframe-componente {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    margin-bottom: 40px;
}

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

.titulo-componente .video-pagina {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    margin-bottom: 40px;
}

.titulo-componente .video-pagina video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/**/

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none !important;
}


/*textos legales imagenes*/

.textos-legales-imagenes {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 40px;
    text-align: justify;
    font-style: italic;
    color: #000 !important;
}
/**/

.content-img-modal {
    position: relative;
}

.content-img-modal span {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
    left: 0;
    text-align: center;
    margin-bottom: 0;
    background: rgb(35 52 85 / 80%);
    padding: 10px;
    color: white;
}


.content-img-modal,
.content-img-modal2 {
    position: relative;
}

.content-img-modal span,
.content-img-modal2 span {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
    left: 0;
    text-align: center;
    margin-bottom: 0;
    background: rgb(35 52 85 / 80%);
    padding: 10px;
    color: white;
}