    @charset "UTF-8";
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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("/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;
    }



    /*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);
    }

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

    .descripcion-componente h1 {
        display: none;
    }

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

    /*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;
    }

    /**/

    .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;
    }

    .tabs-componente .background-tab {
        height: 60px;
        width: 100%;
        background: #EDEDED;
        position: absolute;
        top: 0;
        border-radius: 50px;
    }

    .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: 33.33%;
        height: 60px;
        cursor: pointer;
        transition: all 0.5s;
        background: transparent;
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px;
    }
    /* .tabs-componente .tabs-responsive-componente .tab-segmento::after{
    content: "";
        width: 1px;
        height: 30px;
        background-color: #3F3F3F;
        right: 0;
        position: absolute;
    } */

    .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(3)::after{
        display: none;
    }
    /* .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: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 0;
        color: #3F3F3F;
    }

    .tabs-componente .tabs-responsive-componente .tab-segmento .esfera {
        width: 13px;
        height: 13px;
        border-radius: 50px;
        border: 1px solid #ff6600;
        margin-right: 2px;
        padding: 2px;
    }

    .tabs-componente .tabs-responsive-componente .tab-segmento .esfera span {
            width: 100%;
        height: 100%;
        display: block;
        background: #ff6600;
        border-radius: 50px;
    }


    .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(2) {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(3) {
        position: absolute;
        right: 0;
    }

    .tabs-componente .tabs-responsive-componente .tab-segmento.active {
        background-image: linear-gradient(to left, #FF6600 , #FF9E5D);
        box-shadow: -2px 2px 6px 0px rgb(0 0 0 / 40%);
    
    }

    .tabs-componente .tabs-responsive-componente .tab-segmento.active::after {
        display: none;
    
    }

    .tabs-componente .tabs-responsive-componente .tab-segmento.active .esfera {
        border: 1px solid white; 
    }

    .tabs-componente .tabs-responsive-componente .tab-segmento.active .esfera span {
        background-color: #2CFF00;
    }

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

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

    .tabs-componente .tabs-responsive-componente .contenido-tab {
        display: none;
        width: 100%;
        padding: 60px 15px 15px 15px;
    }


    /* .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;
    }



    /*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*/

    .carousel-proyecto-render{
        position: relative;
        margin-bottom: 50px;
    }
    .componente-constructora{
        background: white;
        position: absolute;
        top: 20px;
        left: -9px;
        z-index: 2;
        padding: 16px;
        box-shadow: -2px 2px 6px 0px rgb(0 0 0 / 40%);
    }
    .componente-constructora:after{
        content: "";
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-bottom: 17px solid transparent;
        border-right: 9px solid #686868;
        position: absolute;
        left: 0px;
        bottom: -17px;
    }

    .componente-constructora span{
        font-family: "Montserrat", sans-serif;
        color: #000000;
        font-size: 13px;
        font-weight: 600;
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }
    .componente-constructora img{
        width: 100%;
        max-width: 130px;
    }

    .renders-componente {
        display: flex;
        align-items: center;
        position: relative;
        text-align: center;
        max-width: 1171px;
        width: 100%;
        margin: 0 auto;
        padding: 5px 0px;
        flex-wrap: wrap;
        background-color: #363A56;
            border-radius: 22px;
        overflow: hidden;
    }
    .renders-componente .item{
        position: relative;
    }
    .renders-componente .render-manzanas {
        position: relative;
        display: inline-flex;
        font-weight: 600;
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
    }

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

    .renders-componente .navegacion-render {
        position: absolute;
        width: 100%;
        /* background: rgb(35 52 85 / 80%); */
        padding: 15px 20px;
        z-index: 0;
        /* height: 100px; */
        bottom: 0;
        display: flex;
        align-items: center;
        pointer-events: none;
        background-image: linear-gradient(180deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 50%), rgb(255 255 255 / 85%));
        border-bottom-left-radius: 17px;
        border-bottom-right-radius: 17px;
    }

    .renders-componente .navegacion-render span{
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: #000000;
        font-size: 14px;
        line-height: 13px;
        white-space: nowrap;
    }

    .renders-componente .navegacion-render .btns-galeria{
        display: flex;
        gap: 8px;
        right: 0;
        margin: 0 0 0 auto;
    }

    .renders-componente .navegacion-render .btns-galeria a{
        height: 50px;
        width: 50px;
        background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
        background-size: 100% 130px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s linear;
        background-position: 0 -33px;
    }
    .renders-componente .navegacion-render .btns-galeria a:nth-child(1){
        z-index: 1;
        pointer-events: all;
    }

    .renders-componente .navegacion-render .btns-galeria a:nth-child(2){
        z-index: 1;
        pointer-events: all;
    }

    .renders-componente .navegacion-render .btns-galeria a img{
        width: 100%;
        object-fit: initial;
        max-width: 32px;
        height: auto;
        transition: none;
            transform: scale(1.0);
        
    }
    .renders-componente .navegacion-render .btns-galeria a span{
            visibility: visible;
        /* width: 120px; */
        background-color: #333333;
        color: #fff;
        text-align: center;
        border-radius: 0px;
        padding: 0px;
        position: absolute;
        z-index: 1;
        top: -18px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 0px;
        width: auto;
        line-height: 15px;
        margin: 0 auto;
        transition: 0.1s;
        height: 0;
    }
    .renders-componente  .navegacion-render .btns-galeria a span::after{
        content: "";
        width: 0;
        height: 0;
        border-left: 0px solid #333333;
        border-top: 0px solid transparent;
        border-bottom: 0px solid transparent;
        transform: rotate(90deg);
        position: absolute;
        bottom: -7px;
        left: 50%;
    }
    .renders-componente .navegacion-render .btns-galeria a:hover{
        background-position: 0 -59px;
    }
    .renders-componente .navegacion-render .btns-galeria a:hover span{
        visibility: visible;
        padding: 4px 10px;
        height: auto;
        font-size: 12px;
    }

    .renders-componente .navegacion-render .btns-galeria a:hover span::after{
        content: "";
        border-left: 5px solid #333333;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

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

    .renders-componente .owl-carousel .owl-item {
    padding:0px 5px;
    }
    /* 
    .renders-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-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-componente .render-manzanas:hover::before {
        content: "";
        background: rgb(255 102 0 / 80%);
        transition: background 0.5s ease;
    }

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

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

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

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

    .renders-componente #owl-carousel_5 .owl-nav .owl-prev,
    .renders-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-componente #owl-carousel_5 .owl-nav .owl-prev span,
    .renders-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-componente #owl-carousel_5 .owl-nav .owl-prev span:before,
    .renders-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-componente #owl-carousel_5 .owl-nav .owl-prev:hover,
    .renders-componente #owl-carousel_6 .owl-nav .owl-prev:hover {
        width: 55px;
        height: 55px;
        background-color: rgba(128, 176, 152, 1) !important;
    }

    .renders-componente #owl-carousel_5 .owl-nav .owl-next,
    .renders-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-componente #owl-carousel_5 .owl-nav .owl-next span,
    .renders-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-componente #owl-carousel_5 .owl-nav .owl-next span:before,
    .renders-componente #owl-carousel_6 .owl-nav .owl-next 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;
        opacity: 1;
        /* filter: brightness(10); */
    }

    .renders-componente #owl-carousel_5 .owl-nav .owl-next:hover,
    .renders-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-componente #owl-carousel_5 .owl-dots,
    .renders-componente #owl-carousel_6 .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        /* position: absolute; */
        /* bottom: 21px; */
        width: auto;
        margin: 0 auto;
        right: 0;
        left: 0;
        z-index: 1;
        padding: 10px;
    }
    /* 
    .renders-componente #owl-carousel_5 .owl-dots .owl-dot,
    .renders-componente #owl-carousel_6 .owl-dots .owl-dot {
        transition: 0.3s;
        min-width: auto;
        outline: none;
    }

    .renders-componente #owl-carousel_5 .owl-dots .owl-dot span,
    .renders-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-componente #owl-carousel_5 .owl-dots .owl-dot.active span,
    .renders-componente #owl-carousel_6 .owl-dots .owl-dot.active span {
        background-color: #80b098 !important;
        width: 30px !important;
    }

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

    .renders-componente #owl-carousel_6 .owl-dots button.owl-dot {
        width: 35px;
        height: 35px;
        border-radius: 5px;
        display: inline-block;
        background: #ff6600;
        margin: 0 2px;
        min-width: 10px;
        opacity: 0.6;
        background-size: cover;
        background-position: center;
    }

    .renders-componente #owl-carousel_6 .owl-dots button.owl-dot:nth-child(1) {
        background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/montecielo-ll/v2/img/renders/render-porteria.webp);
    }

    .renders-componente #owl-carousel_6 .owl-dots button.owl-dot:nth-child(2) {
        background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/montecielo-ll/v2/img/renders/render-toma-aerea-montecielo-ll.webp);
    }

    .renders-componente #owl-carousel_6 .owl-dots button.owl-dot:nth-child(3) {
        background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/montecielo-ll/v2/img/renders/render-exterior-alameda.webp);
    }

    .renders-componente #owl-carousel_6 .owl-dots button.owl-dot:nth-child(4) {
        background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/montecielo-ll/v2/img/renders/render-planta-urbana.webp);
    }

    .renders-componente #owl-carousel_6 .owl-dots button.owl-dot:nth-child(5) {
        background-image: url(/vivienda/Paginas/proyectos-de-vivienda/nqs-67/img/slider-img/Carousel-Principal-NQS67_4.jpg);
    }

    .renders-componente #owl-carousel_6 .owl-dots button.owl-dot:nth-child(6) {
        background-image: url(/vivienda/Paginas/proyectos-de-vivienda/nqs-67/img/slider-img/Carousel-Principal-NQS67_5.jpg);
    }

    .renders-componente #owl-carousel_6 .owl-dots button.owl-dot:nth-child(7) {
        background-image: url(/vivienda/Paginas/proyectos-de-vivienda/nqs-67/img/slider-img/Carousel-Principal-NQS67_2.jpg);
    }

    .renders-componente #owl-carousel_6 .owl-dots button.owl-dot:nth-child(8) {
        background-image: url(/vivienda/Paginas/proyectos-de-vivienda/nqs-67/img/slider-img/Carousel-Principal-NQS67_1.jpg);
    }

    .renders-componente #owl-carousel_6 .owl-dots button.owl-dot.active {
        background-color: white;
        border: 1px solid #ff6600;
        width: 40px;
        height: 40px;
        opacity: 1;
        box-shadow: 0px 0px 3px 0px #ff6600;
    }

    .renders-componente #owl-carousel_6 .owl-dots button.owl-dot:focus {
        outline: none;
    }

    .renders-componente #owl-carousel_6 .owl-dots button.owl-dot:hover {
        background-color: #ff6600;
        border: 1px solid #ff6600;
        opacity: 1;
    }

    .renders-componente #owl-carousel_6 .owl-dots button.owl-dot span {
        display: none;
    }
    /**/

    .titulo-tab{
        margin-bottom: 40px;
    }

    .titulo-tab h4{
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 23px;
        margin-bottom: 0;
        color: #ff6600;
    }

    .tabs-planos{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .tabs-planos .cont-izq{
    width: 100%;
    }
    .tabs-planos .cont-izq .img-planos{
        position: relative;
    }
    .tabs-planos .cont-izq .img-planos img{
    text-align: center;
    width: 100%;
    max-width: 441px;
    margin: 0 auto;
    }

    .tabs-planos .cont-izq .img-planos a,
    .tabs-planos .cont-izq .img-planos button{
        background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
        background-size: 100% 100px;
        background-position: 0 -35px;
        color: white;
        padding: 0px 15px;
        border-radius: 50px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: max-content;
        font-size: 16px;
        line-height: 13px;
        text-decoration: none;
        transition: all 0.2s linear;
        position: absolute;
        bottom: 56px;
        right: 0;
        transform: scale(0.8);
            outline: 0;
        border: none;
    }
    .tabs-planos .cont-izq .img-planos a img,
    .tabs-planos .cont-izq .img-planos button img{
        width: 6px;
        margin-left: 16px;
    }

    .tabs-planos .cont-izq .img-planos a:hover,
    .tabs-planos .cont-izq .img-planos button:hover{
        background-position: 0 -60px;
    }

    .tabs-planos .cont-der{
        width: 100%;
        /* padding: 40px 0px; */
    }

    .tabs-planos .cont-der .tab-precio{
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 23px;
        margin-bottom: 0;
        color: #363A56;
        text-align: center;
        line-height: 32px;
        border-bottom: 1px solid #ff6600;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .tabs-planos .cont-der .tab-precio span{
        display: block;
        font-weight: 700;
        font-size: 37px;
    }

    .tabs-planos .cont-der .tab-amenidades{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        border-bottom: 1px solid #ff6600;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .tabs-planos .cont-der .tab-amenidades h5{
        width: 100%;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 0;
        color: #363A56;
        line-height: 32px;
        text-align: center;
    }

    .tabs-planos .cont-der .tab-amenidades .item-amenidad{
        width: 33%;
    }

    .tabs-planos .cont-der .tab-amenidades .item-amenidad img{
        width: 100%;
        max-width: 54px;
        margin: 0 auto;
    }

    .tabs-planos .cont-der .tab-amenidades .item-amenidad p{
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 12px;
        margin-bottom: 0;
        color: #ff6600;
        text-align: center;
    }

    .tabs-planos .cont-der .tab-amenidades .Nota-legal{
        font-family: "Montserrat", sans-serif;
        font-size: 11px;
        line-height: 12px;
        margin-bottom: 0px;
        text-align: justify;
        font-style: italic;
        color: #000 !important;
        font-weight: 500;
        padding-top: 14px;
        width: 100%;
    }

    .tabs-planos .cont-der .tab-areas{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .tabs-planos .cont-der .tab-areas h5{
            width: 100%;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 0;
        color: #363A56;
        line-height: 32px;
        text-align: center;
        margin-bottom: 9px;
    }

    .tabs-planos .cont-der .tab-areas .item-areas{
        width: 50%;
    }

    .tabs-planos .cont-der .tab-areas .item-areas p{
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 12px;
        margin-bottom: 0;
        color: #363A56;
        text-align: left;
        line-height: 21px;
        text-align: center;

    }

    .tabs-planos .cont-der .tab-areas .item-areas p span{
        display: block;
        font-weight: 700;
        font-size: 28px;
        color: #ff6600;
    }

    .tab-acabados h4{
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 23px;
        margin-bottom: 0;
        color: #ff6600;
    }
    .tab-acabados ul{
        padding: 30px 0px;
    }
    .tab-acabados li{
        font-family: "Montserrat", sans-serif;
        color: #000000;
        text-align: left;
        margin-bottom: 10px;
    }

    .tab-acabados li:last-child{
        margin-bottom: 0px;
    }

    .tab-zonas-comunes{
        margin-bottom: 30px;
    }

    .tab-zonas-comunes h4{
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 23px;
        margin-bottom: 20px;
        color: #ff6600;
    }

    /**/

    .componente-contacto{
        padding: 40px 0px;
    }

    .componente-contacto h2{
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 23px;
        margin-bottom: 0;
        color: #ff6600;
        text-align: left;
    }

    .componente-contacto .iframe-formulario{
        width: 100%;
        margin-top: 17px;
    }

    .componente-contacto .iframe-formulario iframe{
        width: 100%;
    }

    .componente-contacto .redes-sociales{
        display: flex;
        align-items: center;
        gap: 5px;
        margin-top: 23px;
    }

    .componente-contacto .redes-sociales p{
        text-align: left;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 0;
        color: #000000;
        line-height: 17px;
    }

    .componente-contacto .redes-sociales a{
        transition: all .2s ease-in-out;
    }

    .componente-contacto .redes-sociales a img{
        width: 100%;
        max-width: 50px;
        transition: all .2s ease-in-out;
        filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.6));
    }

    .componente-contacto .redes-sociales a:hover img{
        max-width: 55px;
        filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.6));
    }

    /**/

    .componente-recorrido{
        width: 100%;
        height: 300px;
        background-color: #EDEDED;
        margin-bottom: 15px;
    }
    .componente-recorrido a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .componente-mapas{
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 5px 5px;
        flex-wrap: wrap;
        background-color: #363A56;
        border-radius: 22px;
        overflow: hidden;
    }

    .componente-mapas iframe{
        border: 0;
        width: 100%;
        height: 300px;
        border-radius: 19px;
    }

    .componente-mapas .btns-ubicacion{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
            gap: 0px 10px;
        padding: 20px;
    }

    .componente-mapas .btns-ubicacion p{
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 0;
        color: white;
        line-height: 19px;
        width: 100%;
        margin-bottom: 15px;
    }
    .componente-mapas .btns-ubicacion a{
        background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
        background-size: 100% 100px;
        background-position: 0 -35px;
        color: white;
        padding: 0px 15px;
        border-radius: 50px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: max-content;
        font-size: 16px;
        line-height: 13px;
        text-decoration: none;
        transition: all 0.2s linear;
    }

    .componente-mapas .btns-ubicacion a img{
        width: 6px;
        margin-left: 16px;
    }

    .componente-mapas .btns-ubicacion a:hover{
        background-position: 0 -60px;
    }


    /**/

    .componente-programas-vivienda{
        background-color: #81B29A;
    }

    .componente-programas-vivienda .cards-programas{
            position: relative;
        text-align: center;
        display: flex;
        /* align-items: center; */
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        max-width: 1171px;
        width: 100%;
        margin: 0 auto;
        padding: 80px 0px;
    }

    .componente-programas-vivienda .cards-programas .item-programa{
        position: relative;
        width: 30%;
    }

    .componente-programas-vivienda .cards-programas .item-programa .icono-programa{
        width: 100%;
        max-width: 100px;
        margin-bottom: 10px;
    }

    .componente-programas-vivienda .cards-programas .item-programa .texto-programa{
        margin-bottom: 50px;
    }

    .componente-programas-vivienda .cards-programas .item-programa .texto-programa h2{
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 23px;
        margin-bottom: 0;
        color: #363A56;
        margin-bottom: 12px;
    }

    .componente-programas-vivienda .cards-programas .item-programa .texto-programa p{
        font-family: "Montserrat", sans-serif;
        text-align: center;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
        font-weight: 500;
        margin-bottom: 40px;
    }

    .componente-programas-vivienda .cards-programas .item-programa a{
        background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
        background-size: 100% 100px;
        background-position: 0 -35px;
        color: white;
        padding: 0px 15px;
        border-radius: 50px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: max-content;
        font-size: 16px;
        line-height: 13px;
        text-decoration: none;
        transition: all 0.2s linear;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .componente-programas-vivienda .cards-programas .item-programa a img{
            width: 6px;
        margin-left: 16px;
    }

    .componente-programas-vivienda .cards-programas .item-programa a:hover{
            background-position: 0 -60px;
    }


    /*nuevo*/
    .bg-descripcion{
        background-color: #F2CC8E;
    }

    .componente-descripcion-proyecto{
        position: relative;
        text-align: center;
        display: flex;
        /* align-items: center; */
        justify-content: center;
        max-width: 1171px;
        width: 100%;
        margin: 0 auto;
        padding: 80px 15px;
        gap: 15px;
    }

    .componente-descripcion-proyecto .contenido-der{
        width: 40%;
    }

    .componente-descripcion-proyecto .contenido-izq{
        width: 60%;
    }

    .componente-descripcion-proyecto .contenido-izq h1{
        display: none;
    }
    .componente-descripcion-proyecto .contenido-izq h2{
        text-align: left;
        margin-bottom: 30px;
    }
    .componente-descripcion-proyecto .contenido-izq h2 span,
    .componente-descripcion-proyecto .contenido-izq p{
    font-family: "Montserrat", sans-serif;
    display: block;
    }

    .componente-descripcion-proyecto .contenido-izq h2 span{
    color: #000000;
    }

    .componente-descripcion-proyecto .contenido-izq h2 span:nth-child(1){
        display: flex;
        font-size: 40px;
        font-weight: 700;
        color: #000000;
    }
    .componente-descripcion-proyecto .contenido-izq h2 span:nth-child(1) span{
        margin-left: 13px;
        color: #363A56;
    }

    .componente-descripcion-proyecto .contenido-izq h2 span:nth-child(2){
        font-size: 20px;
        font-weight: 500;
        
    }

    .componente-descripcion-proyecto .contenido-izq h2 span:nth-child(3){
        background-color: #ff6600;
        color: white;
        font-weight: 700;
        padding: 3px 16px;
        width: max-content;
        font-size: 29px;
        
    }

    .componente-descripcion-proyecto .contenido-izq .parrafo{
    text-align: left;
        font-size: 16px;
        line-height: 21px;
        color: #000000;
        font-weight: 500;
        margin-bottom: 40px;

    }

    .componente-descripcion-proyecto .contenido-izq .datos-curiosos{
        display: flex;
        gap: 15px;
        margin-bottom: 35px;
        /* align-items: center;
        justify-content: left; */
    }
    .componente-descripcion-proyecto .contenido-izq .datos-curiosos .dato{
        display: flex;
        align-items: center;
        justify-content: left;
        width: 50%;
    }

    .componente-descripcion-proyecto .contenido-izq .datos-curiosos .dato img{
        width: 100%;
        max-width: 64px;
        padding: 10px;
        display: block;
    }

    .componente-descripcion-proyecto .contenido-izq .datos-curiosos .dato p{
        text-align: left;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0px;
        line-height: 18px;
        border-left: 1px solid #000000;
        padding: 10px 15px;
        color: #000000;
    }

    .componente-descripcion-proyecto .contenido-izq .datos-curiosos .dato p span{
        display: block;
        font-weight: 700;
        font-size: 20px;
        color: #363A56;
        padding-top: 9px;
        line-height: 22px;
    }

    .componente-descripcion-proyecto .contenido-izq .btn-landing{
        background-image: linear-gradient(to bottom, #ffbb8e, #ffbb8e, #ff6600, #ff6600);
        background-size: 100% 100px;
        background-position: 0 -35px;
        color: white;
        padding: 0px 15px;
        border-radius: 50px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: max-content;
        font-size: 16px;
        line-height: 13px;
        text-decoration: none;
        transition: all 0.2s linear;
        /* margin: 0 auto;*/
    }
    .componente-descripcion-proyecto .contenido-izq .btn-landing img{
        width: 6px;
        margin-left: 16px;
    }
    .componente-descripcion-proyecto .contenido-izq .btn-landing:hover{
        background-position: 0 -60px;
    }

    .componente-descripcion-proyecto .contenido-der .iframe-componente {
        /* position: relative;
        padding-bottom: 56.25%;
        height: 0; */
        width: 100%;
        height: 100%;
    }

    .componente-descripcion-proyecto .contenido-der .iframe-componente iframe {
        /* position: absolute;
        top: 0;
        left: 0; */
        width: 100%;
        height: 100%;
    }

    /**/
    .screen-landing{
        position: relative;
        text-align: center;
        display: flex;
        /* align-items: center; */
        justify-content: center;
        max-width: 1171px;
        width: 100%;
        margin: 0 auto;
        padding: 80px 15px;
        gap: 25px;
    }

    .screen-landing .contenido-izq{
        width: 60%;
    }
    .screen-landing .contenido-der{
        width: 40%;
    }

        /**/
        .renders-tabs-componente .render-manzanas img{
    border-radius: 5px;
        }
        .renders-tabs-componente .render-manzanas span{
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
            font-size: 15px;
            margin-bottom: 20px;
            color: #000000;
        }

    /*media queries*/

    @media only screen and (max-width: 1040px) {
        /*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;
        }
        .tabs-planos {
            gap: 0px;
            flex-wrap: wrap;
        }
        .tabs-planos .cont-izq {
            width: 100%;
        }
        .tabs-planos .cont-der {
            width: 100%;
            padding: 40px 0px;
        }
        .tabs-planos .cont-der .tab-precio {
            text-align: center;
            transform: scale(1.2);
        }
        .tabs-planos .cont-izq .img-planos a, .tabs-planos .cont-izq .img-planos button{
            position: relative;
            bottom: initial;
            transform: scale(1);
            left: 0;
            margin: 0 auto;
            margin-bottom: 21px;
        }
    }
    @media only screen and (max-width: 1000px) {
        .componente-descripcion-proyecto{
            flex-wrap: wrap;
        }
        .componente-descripcion-proyecto .contenido-izq {
            width: 100%;
            margin-bottom: 41px;
        }
        .componente-descripcion-proyecto .contenido-der {
            width: 100%;
        }
        .componente-descripcion-proyecto .contenido-der .iframe-componente {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            width: 100%;
        }
        
        .componente-descripcion-proyecto .contenido-der .iframe-componente iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    }

    @media only screen and (max-width: 950px) {
        .screen-landing{
            flex-wrap: wrap;
        }
        .screen-landing .contenido-izq {
            width: 100%;
        }
        .screen-landing .contenido-der{
            width: 100%;
        }
        .componente-contacto .redes-sociales{
            justify-content: center;
        }
        .tabs-planos .cont-izq .img-planos img {
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
        }
        .renders-componente .render-manzanas img{
            height: auto !important;
        }
        .componente-contacto {
            padding: 40px 0px 72px 0px;
        }
        .componente-programas-vivienda .cards-programas .item-programa{
            width: 40%;
        }
    }

    @media only screen and (max-width: 850px) {
            .container-gallery {
            grid-template-columns: 1fr;
            justify-items: center;
        }
    }

    @media only screen and (max-width: 768px) {
        /*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-componente {
            padding: 20px 0px 0px 0px;
            margin-bottom: 30px;
        } */
        .renders-componente .render-manzanas {
            padding: 0px;
        }
        .renders-componente .render-manzanas .caja-render {
            height: 350px;
        }
        .renders-componente .render-manzanas .caja-render img {
            height: 350px;
        }
        .renders-componente #owl-carousel_5,
        .renders-componente #owl-carousel_6 {
            height: auto;
        }
        .renders-componente #owl-carousel_5 .owl-nav {
            display: block !important;
        }
        .renders-componente #owl-carousel_5 .owl-dots,
        .renders-componente #owl-carousel_6 .owl-dots {
            display: block;    }
    
        /*sección contacto*/
        .contacto-componente {
            flex-wrap: wrap;
        }
    
        .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 {
            overflow: initial;
            height: 100% !important;
        }
        .renders-tabs-componente #owl-carousel_5.width-carousel .owl-stage-outer .owl-stage {
            display: flex;
            align-items: center;
            justify-content: left;
            flex-wrap: wrap;
            width: auto !important;
            transform: none !important;
        }

        .tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-dots{
            display: none;
        }

        .tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel1 .owl-dots{
            display: block;
        }

        .tabs-componente .tabs-responsive-componente .contenido-tab .owl-carousel .owl-nav{
            display: none;
        }

        .renders-tabs-componente #owl-carousel_5.width-carousel .owl-stage-outer .owl-stage .owl-item {
            float: inherit;
            margin-right: 0 !important;
            width: 33.33% !important;
        }
        .renders-tabs-componente #owl-carousel_5.width-carousel .owl-stage-outer .owl-stage .owl-item .item {
            padding: 4px;
        }
        .renders-tabs-componente #owl-carousel_5.width-carousel .owl-stage-outer .owl-stage .owl-item{}
    }

    @media only screen and (max-width: 650px){
        .renders-componente .render-manzanas img {
            height: 400 !important;
        }
    }

    @media only screen and (max-width: 600px){
        /**/
        /**/
        .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 {
            font-size: 22px;
            text-align: left;
            width: 100%;
            line-height: 19px;
        } */
        .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(1) {
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
            border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
        }
        .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(2) {
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
            border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
            position: relative;
            right: initial;
        }
        .tabs-componente .tabs-responsive-componente .tab-segmento:nth-of-type(3) {
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
            border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
            position: relative;
            right: initial;
        }
        .tabs-componente .tabs-responsive-componente .tab-segmento.active {
            border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
            border-bottom-right-radius: 5px;
            border-top-right-radius: 5px;
        }
        .tabs-componente .tabs-responsive-componente .tab-segmento.active h3 {
            font-size: 20px;
            color: white;
            font-weight: 700;
        }
        .tabs-componente .tabs-responsive-componente .contenido-tab {
            border: none;
            margin-bottom: 0;
        }
    }

    @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;
        }
        .componente-descripcion-proyecto .contenido-izq .datos-curiosos{
            flex-wrap: wrap;
        }
        .componente-descripcion-proyecto .contenido-izq .datos-curiosos .dato{
            width: 100%;
        }
    }

    @media only screen and (max-width: 500px) {
        .componente-programas-vivienda .cards-programas .item-programa {
            width: 100%;
            max-width: 400px;
        }
        .componente-descripcion-proyecto .contenido-izq h2 span:nth-child(1){
            display: initial;
            margin-left: 0 !important;
        }
        .renders-componente .navegacion-render span{
            display: none;
        }
    }

    @media only screen and (max-width: 450px) {
        /*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;
        }
        /**/
        .descripcion-componente .datos-curiosos-componente {
            margin-bottom: 30px;
        }
        .descripcion-componente .datos-curiosos-componente .contenido-caja {
            /* max-width: 50%; */
            padding: 0px 5px;
            margin-bottom: 20px;
        }
        /* .descripcion-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;
        }
    
        /**/
        .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;
        }

        /**/
        .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-componente .render-manzanas .caja-render {
            height: 250px;
        }
        .renders-componente .render-manzanas .caja-render img {
            height: 250px;
        }
        .renders-tabs-componente #owl-carousel_5 .owl-nav .owl-prev {
            width: 35px;
            height: 35px;
            left: 5px;
            top: 45%;
        }
        .renders-tabs-componente #owl-carousel_5 .owl-nav .owl-prev span:before {
            background-size: 14px;
        }
        .renders-tabs-componente #owl-carousel_5 .owl-nav .owl-prev:hover {
            width: 38px;
            height: 38px;
        }
        .renders-tabs-componente #owl-carousel_5 .owl-nav .owl-next {
            width: 35px;
            height: 35px;
            right: 5px;
            top: 45%;
        }
        .renders-tabs-componente #owl-carousel_5 .owl-nav .owl-next span:before {
            background-size: 14px;
        }
        .renders-tabs-componente #owl-carousel_5 .owl-nav .owl-next:hover {
            width: 38px;
            height: 38px;
        }
        .renders-tabs-componente #owl-carousel_5 .owl-dots {
            padding: 10px;
            bottom: -33px;
        }
        .renders-tabs-componente #owl-carousel_5 .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 {
            /* background-color: #51706d !important; */
            width: 30px !important;
        }
        .renders-tabs-componente #owl-carousel_5 .owl-dots .owl-dot:hover span {
            /* background-color: #51706d !important; */
        }
        /*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;
    }


    /**/

    .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;
    }