body {
    background-color: transparent;
    color: #333333;
    font-size: 12px;
    overflow-x: hidden;
    /*font-family: 'Lato', sans-serif !important;*/
    font-family: 'Roboto', sans-serif;
}

.roboto{
    font-family: 'Roboto', sans-serif;
}

.border-l{
    border-left: 1px solid #707070;
}

.border-r{
    border-right: 1px solid #707070;
}

/* NUEVA - NUEVA - DETALLE PROYECTO */
.maxw960{
    max-width: 960px;
}
.img_edificio{
    width: 100%;
    padding-bottom: 120%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.img_int_ext{
    width: 100%;
    padding-bottom: 56%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.box1_text{
    background-color: #1F272F;
    border-radius: 5px;
    padding: 40px 50px;
    color: #FFFFFF;
    margin-right: -30%;
    margin-left: 30%;
    z-index: 1;
    position: relative;
    width: 100%;
}
.box2_text{
    background-color:#4A4F55;
    border-radius: 5px;
    padding: 40px 50px;
    color: #FFFFFF;
    margin-left: 20%;
    z-index: 1;
    position: relative;
    width: 130%;
}
.box3_text{
    box-shadow: #CCCCCC 0 0 10px -3px;
    background-color:#FFFFFF;
    border-radius: 5px;
    padding: 40px 50px;
    color: #1F272F;
    margin-left: -50%;
    z-index: 1;
    position: relative;
    width: 130%;
}
.icon_proy{
    display: inline-flex;
    padding: 10px 10px;
    flex-shrink: 0;
    flex-grow: 1;
}
.cont_icon{
    display: flex;
}
.titulo_icon{
    font-size: 18px;
}
.galeria-proyecto{
    position: relative;
}
.galeria-proyecto .img-galeria {
    max-width: 100%;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    outline: none;
}
.galeria-proyecto .swiper-button-next {
    top: 50%;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    right: 15%;
    outline: none;
}
.galeria-proyecto .swiper-button-prev {
    top: 50%;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    left: 15%;
    outline: none;
}
.swiper-pagination-bullets {
    display: none;
    bottom: -20px !important;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 4px;
    border-radius: 5px;
    background: #EEEEEE;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #C93725;
}
.swiper-slide-next{
    opacity: 0.3;
}
.swiper-slide-prev{
    opacity: 0.3;
}
.swiper-pagination1, .swiper-pagination2, .swiper-pagination3 {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}

@media (max-width:768px){
    .galeria-proyecto .img-galeria {
        height: 240px;
    }
    .galeria-proyecto .swiper-button-next {
        display: none;
    }
    .galeria-proyecto .swiper-button-prev {
        display: none;
    }
    .swiper-pagination-bullets {
        display: block;
    }
    .box1_text{
        padding: 40px 50px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: -10%;
        width: 80%;
    }
    .box2_text{
        padding: 40px 40px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: -10%;
        width: 80%;
    }
    .box3_text{
        padding: 40px 40px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: -10%;
        width: 80%;
    }

    .icon_proy{
        padding: 10px 10px;
        box-shadow: #CCCCCC 0 0 10px 0px;
        width: calc(33% - 10px);
        margin: 10px 5px 5px 5px;
        height: 70px;
        border-radius: 3px;
    }
    .icon_proy img{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .cont_icon{
        display: block;
    }
    .titulo_icon{
        font-size: 22px;
        text-align: center;
    }
}
/* FIN - NUEVA - DETALLE PROYECTO */

.img_history{
    min-height: 340px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vertical-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
#slider_historia .owl-stage-outer{
    background-color: #1F272F;
}
.cont_line_history{
    display: grid;
    grid-template-columns: 1fr 100fr 1fr;
    width: 100%;
    height: 60px;
    box-shadow: #CCCCCC 0 5px 10px;
}
.btn_left_history{
    background-color: #1F272F;
    background-image: url(../images/quienes_somos/ico_left.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 60px;
    cursor: pointer;
}
.btn_right_history{
    background-color: #1F272F;
    background-image: url(../images/quienes_somos/ico_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 60px;
    cursor: pointer;
}
.body_line_history{
    overflow: hidden;
}
.fecha_history{
    border-top:#0090DF 1px solid;
    height: 40px;
    margin-top: 20px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    user-select: none;
    float: left;
}
.fecha_history_active p{
    font-weight: 700;
}
.fecha_history_active .punto_history{
    height: 14px;
    width: 14px;
    margin: -7px auto;
}
.fecha_history:hover .punto_history{
    height: 14px;
    width: 14px;
    margin: -7px auto;
}
.fecha_history:hover p{
    font-weight: 700;
}
.fecha_history p{
    margin-top: 10px;
    margin-bottom: 0;
    color: #0090DF;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    width: 70px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.punto_history{
    border-radius: 100%;
    height: 10px;
    width: 10px;
    margin: -5px auto;
    background-color: #0090DF;
}
.riel_history{
    position: relative;
    display: block;
    width: 1350px;
    min-height: 60px;
}
@media (max-width:900px)
{
    .border-l{
        border-left: 0px solid #707070;
    }
    
    .border-r{
        border-right: 0px solid #707070;
    } 
}

.roboto-font {
    font-family: 'Roboto Condensed', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

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

.texto_diciembre {
    position: absolute;
    top: -20px;
    color: #FFF;
    left: 0;
}

#menu_pro_fixed {
    display: none;
}
#menu_preventa_fixed {
    display: none;
}
#menu_pro_fixed2 {
    display: none;
}
#menu_pro_fixed3 {
    display: none;
}
#menu_pro_fixed4 {
    display: none;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #00A4E1;
    border-radius: 0;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5;
}

.bg1 {
    background: url(../images/banner.jpg) center no-repeat;
    background-size: cover;
    min-height: 320px;
}

.bg-banner-contacto {
    background: url(../images/banner_contacto.jpg) center no-repeat;
    background-size: cover;
    min-height: 300px;
}

.bg-banner-postventa {
    background: url(../images/banner_postventa.jpg) center no-repeat;
    background-size: cover;
    min-height: 300px;
}

.bg-oport {
    background: url(../images/oportunidad/banner1.jpg) center no-repeat;
    background-size: cover;
    min-height: 320px;
}

.maxw25p {
    max-width: 25%;
}

.bl1-EFEFEF {
    border-left: #EFEFEF 1px solid;
}

.tag_quiero {
    bottom: -15%;
    right: 0;
    left: 0;
    position: absolute;
    max-width: 340px;
    width: 90%;
}

.cont_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    width: 100%;
    /*filter:grayscale(100%);*/
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.table_info_proyecto {
    width: 100%;
    background-color: #FFFFFF;
    font-size: 14px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.table_info_proyecto td {
    height: 100px;
}

.btn-proyecto {
    background-color: #CCCCCC;
    color: #FFFFFF;
    line-height: 4;
}

.btn-proyecto2 {
    background-color: #1D355D;
    color: #FFFFFF !important;
    line-height: 4;
}

.btn-proyecto2:hover {
    background-color: #0092D9 !important;
}


.btn-proyecto3 {
    background-color: #0092D9;
    color: #FFFFFF !important;
    line-height: 4;
}

.btn-proyecto3:hover {
    background-color: #0079bf !important;
}

.menu_active .btn-proyecto2 {
    background-color: #0092D9 !important;
    color: #FFFFFF !important;
}

.cont_aviso {
    width: max-content;
    min-width: 200px;
    margin: auto;
    /* color: #FFFFFF; */
    position: absolute;
    z-index: 1;
    padding: 15px 30px;
    text-align: center;
    left: 0;
    right: 0;
    top: -22px;
}

.contenedor_proyecto, .contenedor_proyecto_oport {
    cursor: pointer;
    position: relative;
    width: 100%;
    display: block;
    text-decoration: none !important;
}

.cont_sombra {
    background: #FFFFFF;
    display: table;
    vertical-align: middle;
    width: 90%;
    height: 70px;
    text-align: center;
    color: #333333;
    padding: 0 45px;
    transition: background 0.3s, height 0.3s;
    position: absolute;
    bottom: -15px;
    left: 5%;
    z-index: 1;
}

.contenedor_proyecto:hover .btn-proyecto {
    background-color: #0092D9 !important;
    color: #FFFFFF !important;
}

.contenedor_proyecto:hover .cont_acom_home {
    bottom: 20px;
}

.contenedor_proyecto:hover .texto_home_proy {
    height: auto;
}

.texto_home_proy {
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.linea-proyecto {
    background-color: #FFF;
    height: 0px;
    width: 60px;
}

.contenedor_proyecto:hover .linea-proyecto {
    height: 1px;
}

.cont_acom_home {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cont_img_home {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 400px;*/
    height: 670px;
    width: 100%;
    /* filter: grayscale(70%); */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cont_img_home2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 400px; */ /* 07-07-20021 */
    /*height: 300px;*/
    height: 540px;
    width: 100%;
    /* filter: grayscale(70%); */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

@media (max-width:2600px){
    .cont_img_home {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 400px;*/
        height: 920px;
        width: 100%;
        /* filter: grayscale(70%); */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    
    .cont_img_home2 {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 400px; */ /* 07-07-20021 */
        /*height: 300px;*/
        height: 920px;
        width: 100%;
        /* filter: grayscale(70%); */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}

@media (max-width:1980px){
    .cont_img_home {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 400px;*/
        height: 670px;
        width: 100%;
        /* filter: grayscale(70%); */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    
    .cont_img_home2 {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 400px; */ /* 07-07-20021 */
        /*height: 300px;*/
        height: 670px;
        width: 100%;
        /* filter: grayscale(70%); */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}
@media (max-width:1280px){
    .cont_img_home {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 400px;*/
        height: 440px;
        width: 100%;
        /* filter: grayscale(70%); */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    
    .cont_img_home2 {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 400px; */ /* 07-07-20021 */
        /*height: 300px;*/
        height: 440px;
        width: 100%;
        /* filter: grayscale(70%); */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}
@media (max-width:860px){
    .cont_img_home {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 400px;*/
        height: 930px;
        width: 100%;
        /* filter: grayscale(70%); */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    
    .cont_img_home2 {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 400px; */ /* 07-07-20021 */
        /*height: 300px;*/
        height: 930px;
        width: 100%;
        /* filter: grayscale(70%); */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}
@media (max-width:480px){
    .cont_img_home {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 400px;*/
        height: 490px;
        width: 100%;
        /* filter: grayscale(70%); */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    
    .cont_img_home2 {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 400px; */ /* 07-07-20021 */
        /*height: 300px;*/
        height: 490px;
        width: 100%;
        /* filter: grayscale(70%); */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}

@media (max-width:320px){
    .cont_img_home {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 400px;*/
        height: 320px;
        width: 100%;
        /* filter: grayscale(70%); */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    
    .cont_img_home2 {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 400px; */ /* 07-07-20021 */
        /*height: 300px;*/
        height: 320px;
        width: 100%;
        /* filter: grayscale(70%); */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
}

.cont_sombra_reverse {
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    color: #FFF;
    /*
    height: 200px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    */
    transition: background 0.3s, height 0.3s;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.cont_sombra_reverse2 {
    display: table;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    color: #FFF;
    height: 200px;
    /*
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    */
    transition: background 0.3s, height 0.3s;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.cont_sombra_reverse3 {
    display: table;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    color: #FFF;
    height: 200px;
    /*
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    */
    transition: background 0.3s, height 0.3s;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.contenedor_proyecto:hover .cont_img_home>.cont_sombra_reverse {
    height: 400px;
    transition: background 0.3s, height 0.3s;
    background: rgb(201, 55, 37, 0.7);

}

.contenedor_proyecto:hover .cont_img_home>.cont_sombra_reverse2 {
    /*height: 400px; 07-07-2021*/
    height: 300px;
    transition: background 0.3s, height 0.3s;
    /*background: rgb(201, 55, 37, 0.7);*/
    background: rgba(246, 168, 3, 0.7);
}

.contenedor_proyecto:hover .cont_img_home>.cont_sombra_reverse3 {
    height: 400px;
    transition: background 0.3s, height 0.3s;

    background: rgba(19, 165,56, 0.7);
}

.contenedor_proyecto:hover .cont_img_home {
    filter: grayscale(0%);
}

/* cont_img_home2 */
.contenedor_proyecto:hover .cont_img_home2>.cont_sombra_reverse {
    height: 400px;
    transition: background 0.3s, height 0.3s;
    background: rgb(201, 55, 37, 0.7);

}

.contenedor_proyecto:hover .cont_img_home2>.cont_sombra_reverse2 {
    /*height: 400px; 07-07-2021*/
    height: 300px;
    transition: background 0.3s, height 0.3s;
    /*background: rgb(201, 55, 37, 0.7);*/
    background: rgba(246, 168, 3, 0.7);
}

.contenedor_proyecto:hover .cont_img_home2>.cont_sombra_reverse3 {
    height: 400px;
    transition: background 0.3s, height 0.3s;

    background: rgba(19, 165,56, 0.7);
}

.contenedor_proyecto:hover .cont_img_home2 {
    filter: grayscale(0%);
}

.btn-proyecto-hover {
    position: absolute;
    padding: 40px 0 39px 0;
    width: 100%;
    background-color: #CCCCCC;
    color: #FFFFFF;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.contenedor_proyecto:hover .btn-proyecto-hover {
    display: block;
    padding: 50px 0 49px 0;
    background-color: #0092D9;
    margin-top: -10px;
}



.br1-table {
    border-right: #EEEEEE 1px solid;
    height: 60px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.bt6-0092D9 {
    border-top: #0092D9 6px solid;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.linea_footer {
    background: #77869E;
    height: 1px;
    width: 80px;
}

.list_social {
    padding: 0;
    margin-top: 30px;
}

.list_social li {
    display: inline-block;
    margin-right: 5px;
    overflow: hidden;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.list_social li:hover {
    border-radius: 50%;
}

.hover-footer-text {
    color: #77859E;
    text-decoration: none !important;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.hover-footer-text:hover {
    color: #FFFFFF !important;
}

.cont_slide {
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    margin: 10vw auto;
    max-width: 35%;
}

.cont_slide img {
    width: auto !important;
    max-width: 100%;
    margin: auto;
}

.cont_slide2 {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    grid-auto-rows: max-content;
    width: auto;
    left: 0;
    right: 0;
    /* dafault 160*/
    bottom: 0;
    z-index: 1;
    text-align: center;
    margin: auto;
    max-width: 100%;
}
.carrusel_home_prev{
    background-image: url(../images/home/arrow_left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #4A4F55;
    height: 80px;
    width: 80px;
    display: flex;
    cursor: pointer;
}
.carrusel_home_next{
    background-image: url(../images/home/arrow_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #4A4F55;
    height: 80px;
    width: 80px;
    display: flex;
    cursor: pointer;
}
.cont_slide2 p{
    display: flex;
    flex-grow: 10;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}


.cont_slide3 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    width: 100%;

    /* background: -moz-linear-gradient(356deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(356deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.3) 100%);
    background: linear-gradient(356deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); */
}

.cont_slide2-1{
    position: absolute;
    width: auto;
    height: 0;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 0;
    z-index: 1;
    text-align: center;
    margin: auto;
    max-width: 80%;
}

@media (max-width: 1000px)
{
    .cont_slide2-1{
        position: absolute;
        width: auto;
        height: 0;
        left: 0;
        right: 0;
        top: 100px !important;
        bottom: 0;
        z-index: 1;
        text-align: center;
        margin: auto;
        max-width: 80%;
    }
}


@media (min-width: 1280px)
{
    .cont_slide2-1{
        position: absolute;
        width: auto;
        height: 0;
        left: 0;
        right: 0;
        top: 100px;
        bottom: 0;
        z-index: 1;
        text-align: center;
        margin: auto;
        max-width: 80%;
    }
}


@media (min-width: 1500px)
{
    .cont_slide2-1{
        position: absolute;
        width: auto;
        height: 0;
        left: 0;
        right: 0;
        top: 100px;
        bottom: 0;
        z-index: 1;
        text-align: center;
        margin: auto;
        max-width: 80%;
    }
}



@media (min-width: 1600px)
{
    .cont_slide2-1{
        position: absolute;
        width: auto;
        height: 0;
        left: 0;
        right: 0;
        top: 100px;
        bottom: 0;
        z-index: 1;
        text-align: center;
        margin: auto;
        max-width: 80%;
    }
}


@media (min-width: 1800px)
{
    .cont_slide2-1{
        position: absolute;
        width: auto;
        height: 0;
        left: 0;
        right: 0;
        top: 160px;
        bottom: 0;
        z-index: 1;
        text-align: center;
        margin: auto;
        max-width: 80%;
    }
}

@media (min-width: 1900px)
{
    .cont_slide2-1{
        position: absolute;
        width: auto;
        height: 0;
        left: 0;
        right: 0;
        top: 90px;
        bottom: 0;
        z-index: 1;
        text-align: center;
        margin: auto;
        max-width: 80%;
    }
}

.cont_slide2 img {
    width: auto !important;
    max-width: 100%;
    margin: auto;
}

.contenedor_condicion {
    max-width: 200px;
    margin: -20px auto;
}

.cont_info_slider {
    position: absolute;
    z-index: 3;
    width: 94%;
    margin-left: 3%;
    bottom: -80px;
    height: 160px;
}

.dtable {
    display: table;
}

.vertical {
    display: table-cell;
    vertical-align: middle;
}

.btn_info_slide {
    background-color: #0092D9;
    position: absolute;
    color: #FFF;
    height: 84px;
    font-size: 16px;
    text-align: center;
    padding: 30px 0px;
    width: 100%;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
}

.btn_info_slide:hover {
    padding: 40px 0px;
    height: 100px;
    color: #FFFFFF !important;
    text-decoration: none;
}

.btn_info_slide_red {
    background-color: #FF3636;
    position: absolute;
    color: #FFF;
    height: 84px;
    font-size: 16px;
    text-align: center;
    padding: 30px 0px;
    width: 100%;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
}

.btn_info_slide_red:hover {
    padding: 40px 0px;
    height: 100px;
    color: #FFFFFF !important;
    text-decoration: none;
}

.linea_title {
    display: inline-block;
    width: 100%;
    max-width: 60px;
    height: 1px;
    background-color: #CCCCCC;
}

.select_form {
    background-color: #FAFAFA;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #666666;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: #DDDDDD 1px solid;
}

.btn-buscar {
    background: #0092D9;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding: 13px 0;
    border-radius: 50px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-buscar:hover {
    background: #1D355D;
}

.linea_title_bg {
    padding-left: 80px;
    padding-right: 75px;
    background-image: url(../images/linea.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}

.linea_title_bg_blanca {
    padding-left: 80px;
    background-image: url(../images/linea_blanca.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}

.linea4-0092D9 {
    background-color: #0092D9;
    height: 4px;
    width: 50px;
}

.linea1-FFF {
    background-color: #FFF;
    height: 1px;
    width: 60px;
}

.btn-proyecto-home {
    background-color: #0092D9;
    position: absolute;
    color: #FFFFFF;
    font-size: 18px;
    height: 0;
    width: 90%;
    margin-left: 5%;
    overflow: hidden;
    bottom: -38px;
    cursor: pointer;
    padding: 0 0;
    text-align: center;
    z-index: 4;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.contenedor_proyecto:hover .btn-proyecto-home {
    padding: 25px 0;
    height: auto;
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-masinfo {
    background: #0092D9;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: #FFF;
    font-size: 18px;
}

.contenedor_condicion_detalle {
    position: absolute;
    max-width: 200px;
    width: 100%;
    margin: auto;
    bottom: -20px;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 2;
}

.lista_detalle {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.lista_detalle li {
    float: left;
    padding: 20px 20px;
    width: 50%;
}

.cont_info_main {
    padding: 0px 40px;
    height: 200px;
}

.bg-banner {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 540px; /* default 540*/
    width: 100%;
}

.submenu_detalle {
    width: 100%;
    height: 60px;
}

.submenu_detalle td {
    position: relative;
}

.submenu_detalle .btn-submenu {
    padding: 22px 0;
    display: block;
    text-align: center;
    color: #FFFFFF !important;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.submenu_detalle .linea_submenu {
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: #C93725;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.submenu_detalle .linea_submenu2 {
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: #f6a803;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.submenu_detalle .linea_submenu3 {
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: #0090DF;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.submenu_detalle .activo_submenu {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #C93725;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.submenu_detalle .activo_submenu2 {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #f6a803;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.submenu_detalle .activo_submenu3 {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #0090DF;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.submenu_detalle .btn-submenu:hover~.linea_submenu {
    width: 100% !important;
}

.submenu_detalle .btn-submenu:hover~.linea_submenu2 {
    width: 100% !important;
}

.cont_logo_submenu {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.btn-brosh {
    border: #77869E 1px solid;
    padding: 13px 0;
    display: block;
    text-align: center;
    color: #FFFFFF !important;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    transition: all ease .2s;
    background: linear-gradient( to left, transparent 50%, #0092D9 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.btn-brosh:hover {
    text-decoration: none;
    background-position: left bottom;
    border-color: #0092D9;
}

.btn-cot {
    color: #FFF !important;
    text-align: center;
    padding: 26px 0;
    width: 100%;
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    transition: all ease .2s;
    background: linear-gradient( to left, #C93725 50%, #EE1C0D 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.btn-cot:hover {
    background-position: left bottom;
}
.btn-cot-img{
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 20px 0;
    text-align: center;
}

.btn-con {
    color: #FFF !important;
    text-align: center;
    padding: 26px 0;
    width: 100%;
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    transition: all ease .2s;
    background: linear-gradient( to left, #F6A803 50%, #d48f03 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.btn-con:hover {
    background-position: left bottom;
}



.btn-sostenible {
    color: #FFF !important;
    text-align: center;
    padding: 26px 0;
    width: 100%;
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    transition: all ease .2s;
    background: linear-gradient(to left, #13A538 50%, #13A538 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.btn-sostenible:hover {
    background-position: left bottom;
}

.btn-ofi {
    color: #FFF !important;
    text-align: center;
    padding: 26px 0;
    width: 100%;
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    transition: all ease .2s;
    background: linear-gradient( to left, #13a538 50%, #149536 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.btn-ofi:hover {
    background-position: left bottom;
}

.container_quiero {
    padding: 60px 20px;
    width: 100%;
    border: #DDDDDD 1px solid;
    text-align: center;
}

.size-quiero1 {
    font-size: 4vw;
}

.size-quiero2 {
    font-size: 1.5vw;
}

.cubo_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 75%;
}

.bg-attach {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
}

.container_plantas_menu {
    width: 100px;
    float: left;
    display: inline-block;
}

.container_plantas {
    width: calc(100% - 100px);
    float: left;
    display: inline-block;
}
/*
.swiper-slide {
    height: 100px;
    width: 100px;
    text-align: center;
    font-size: 16px;
    background: #1D355D;
    color: #FFF;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: #EEE 1px solid;
    transition: all ease .2s;
}

.swiper-slide:hover {
    background: #0092D9;
}

.swiper-container {
    height: 500px;
    width: 100px;
}

.swiper-button-next {
    position: absolute;
    top: auto;
    bottom: -10%;
    width: 27px;
    height: 44px;
    left: 0;
    right: 0;
    margin-top: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    transition: all ease .2s;
}

.swiper-button-prev {
    position: absolute;
    top: -10%;
    width: 27px;
    height: 44px;
    margin-top: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    transition: all ease .2s;
}
*/
.img_planta {
    width: 95%;
    margin: 0 auto 40px auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-cotizar {
    background-color: #C93725;
    color: #FFFFFF;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    max-width: 250px;
    border-radius: 3px;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    transition: all ease .2s;
    background: linear-gradient( to left, #C93725 50%, #EE1C0D 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.btn-cotizar:hover {
    background-position: left bottom;
}

.ico_text {
    padding-left: 50px;
}

.ico_dorm_b {
    background: url(../images/ico_dorm_b.png) left center no-repeat;
    height: 25px;
}

.ico_bano_b {
    background: url(../images/ico_bano_b.png) left center no-repeat;
    height: 25px;
}

.titulo_galeria {
    width: 260px;
    background: #1D355D;
    text-align: center;
    padding: 110px 20px 20px 20px;
    margin-top: -40px;
    margin-left: 30px;
    display: inline-block;
    float: left;
}

.container_categoria_galeria {
    width: calc(100% - 290px);
    display: inline-block;
    float: left;
}

#carrusel_categoria_galeria .item {
    text-align: center;
    color: #CCCCCC;
    font-size: 14px;
    transition: all ease .2s;
    height: 80px;
    cursor: pointer;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#carrusel_categoria_galeria .item:hover {
    color: #1D355D;
}

.opt_activo {
    color: #1D355D !important;
}

#carrusel_categoria_galeria .owl-nav {
    height: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
}

#carrusel_categoria_galeria .owl-prev {
    position: absolute;
    left: 0;
    font-size: 50px;
    height: 100%;
    top: 0;
    bottom: 0;
    padding: 0 !important;
    color: #CCCCCC;
    outline: none;
    opacity: 0.6;
    transition: all ease .2s;
    max-height: 500px;
}

#carrusel_categoria_galeria .owl-prev:hover {
    opacity: 1;
    color: #333333;
}

#carrusel_categoria_galeria .owl-next {
    position: absolute;
    right: 0;
    font-size: 50px;
    height: 100%;
    top: 0;
    bottom: 0;
    padding: 0 !important;
    color: #CCCCCC;
    outline: none;
    opacity: 0.6;
    transition: all ease .2s;
    max-height: 500px;
}

#carrusel_categoria_galeria .owl-next:hover {
    opacity: 1;
    color: #333333;
}

#carrusel_categoria_galeria .disabled {
    width: 0px;
    overflow: hidden;
    padding: 0 !important;
}

.container_map {
    width: 100%;
}

.container_map iframe {
    width: 100%;
    height: 600px;
}

.box-map {
    position: absolute;
    top: 35px;
    width: 300px;
    float: left;
    z-index: 2;
}

.btn-map {
    background-color: #CCCCCC;
    color: #FFFFFF;
    padding: 0 45px;
    height: 80px;
    cursor: pointer;
    width: 100%;
    max-width: 240px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all ease .2s;
}

.btn-map img {
    margin-right: 10px;
}

.btn-map:hover {
    background-color: #0092D9;
    color: #FFFFFF;
    text-decoration: none;
}

.container_btn_map {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.container-contacto {
    border: #DDDDDD 1px solid;
    height: auto;
    width: 100%;
    max-width: 960px;
    margin: auto;
    background-color: #FFFFFF;
}

.linea_medio {
    background: linear-gradient(to top, transparent 0%, transparent calc(50% - 0.81px), #DDDDDD calc(50% - 0.8px), #DDDDDD calc(50% + 0.8px), transparent calc(50% + 0.81px), transparent 100%);
}

.cont-title-oport {
    background-color: #1D355D;
    position: absolute;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    bottom: -40px;
    padding: 25px 35px;
    z-index: 1;
}

.cont_img_oport {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    width: 100%;
    filter: grayscale(0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cont-title-oport p {
    width: 100%;
}

.linea-v {
    height: 30px;
    width: 1px;
    background: #CCCCCC;
}

.cont-btns-bottom {
    display: inline-block;
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 30px;
    margin-bottom: -40px;
}

.btn-oport-bot-izq {
    background-color: #0092D9;
    float: left;
    width: 60%;
    height: 80px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.btn-oport-bot-der {
    background-color: #1D355D;
    float: left;
    width: 40%;
    height: 60px;
    margin-top: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.border-map {
    border: #EEEEEE 20px solid;
}

.border-map-FAFAFA {
    border: #FAFAFA 20px solid;
}

.titulo_contacto {
    color: #FFFFFF;
    background-color: #1D355D;
    padding: 20px 30px;
    margin: -50px auto;
    text-align: center;
    line-height: 1.2;
    font-size: 26px;
    max-width: 300px;
}

.btn-contacto {
    background-color: #1B345E;
    color: #FFFFFF;
    padding: 0 45px;
    height: 80px;
    cursor: pointer;
    width: 100%;
    max-width: 240px;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: -40px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all ease .2s;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

.btn-contacto:hover {
    background-color: #0092D9;
}

.btn-blue {
    background-color: #1B345E;
    display: block;
    color: #FFFFFF;
    padding: 20px 30px;
    cursor: pointer;
    width: 100%;
    max-width: 380px;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -50px;
    margin-top: 20px;
    transition: all ease .2s;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

.btn-blue:hover {
    background-color: #142746;
    color: #FFFFFF;
    text-decoration: none;
}

.link-FFF {
    color: #FFFFFF !important;
    text-decoration: none !important;
    display: block;
    width: 100%;
}

.link-1D345D {
    color: #1D345D !important;
    text-decoration: none !important;
    display: block;
    width: 100%;
}

.pestana {
    width: 100%;
    height: 100px;
    background-color: #DDDDDD;
    color: #666666;
    font-size: 16px;
    text-align: center;
    padding: 20px;
    transition: all ease .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.pest_activa {
    background-color: #008EDF;
    color: #FFFFFF;
    padding-top: 35px;
    margin-top: -15px;
    height: 115px;
}

.contpest {
    padding: 60px 40px;
}

.sub_menu {
    width: 100%;
}

.sub_menu li {
    float: left;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all ease .2s;
}

.sub_menu_hover:hover {
    background-color: #0092D9;
    cursor: pointer;
}

.sub_menu li a {
    float: left;
    color: #FFFFFF !important;
    text-decoration: none !important;
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.w20 {
    width: 20%;
}

#menu_preventa_fixed {
    display: none;
}

.mb70-resp {
    margin-bottom: 70px;
}

.mt80-resp {
    margin-top: 80px;
}

.pt100-resp {
    padding-top: 100px;
}

/*************************  ICONS  ***************************/

.txt_icon {
    padding-left: 50px;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 30px;
    line-height: 1;
    overflow-wrap: break-word;
    padding-top: 6px;
}

.ico_dorm {
    background-image: url(../images/ico_dorm.png);
}

.ico_bano {
    background-image: url(../images/ico_bano.png);
}

.ico_mts {
    background-image: url(../images/ico_mts.png);
}

.ico_clock {
    background-image: url(../images/ico_clock.png);
}

/************************* FIN - ICONS  ***************************/

@media (max-width: 1350px) {
    .size-quiero1 {
        font-size: 5vw;
    }
    .size-quiero2 {
        font-size: 2vw;
    }
}

@media (max-width:1030px) {}

@media (max-width:991px) {
    .cont_info_slider .size36 {
        font-size: 20px;
    }
    .cont_info_slider .size28 {
        font-size: 18px;
    }
    .cont_info_slider .size24 {
        font-size: 16px;
    }
    .cont_info_slider .size20 {
        font-size: 14px;
    }
    .cont_info_slider .size16 {
        font-size: 10px;
    }
    .cont_info_slider .pl50 {
        padding-left: 20px;
    }
    .cont_info_slider .pr50 {
        padding-right: 20px;
    }
    .fix_grid_resp {
        margin-left: -25px;
        width: calc(100% + 50px);
    }
    .w20 {
        width: 100%;
    }
}
.d-xs{
    display: none;
}
@media (max-width:768px) {
    .vertical-center{
        display: block;
    }
    .img_history{
        min-height: 200px;
    }
    .d-xs{
        display: block;
    }
    .carrusel_home_prev{
        width: 30px;
        height: 90px;
    }
    .carrusel_home_next{
        width: 30px;
        height: 90px;
    }
    .cont_slide2 p{
        display: flex;
        flex-grow: 10;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        font-size: 12px;
        width: 80%;

    }
    .texto_diciembre {
        position: relative;
        width: 100%;
        top: 0px;
        color: #FFF;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .btn_info_slide {
        background-color: #0092D9;
        position: relative;
        color: #FFF;
        height: 84px;
        font-size: 14px;
        text-align: center;
        padding: 20px 0px;
        width: 100%;
        cursor: pointer;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .btn_info_slide:hover {
        padding: 20px 0px;
        height: 84px;
        color: #FFFFFF !important;
        text-decoration: none;
    }
    .btn-proyecto-home {
        background-color: #0092D9;
        position: absolute;
        color: #FFFFFF;
        font-size: 15px;
        height: 0;
        width: 90%;
        margin-left: 5%;
        overflow: hidden;
        bottom: -20px;
        cursor: pointer;
        padding: 0 0;
        text-align: center;
        z-index: 4;
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    /*
    .contenedor_proyecto .cont_img_home>.cont_sombra_reverse {
        height: 400px;
        transition: background 0.3s, height 0.3s;
        background: rgb(0, 0, 0, 0.3);
    }
    */
    /*
        .contenedor_proyecto .cont_img_home>.cont_sombra_reverse2 {
            height: 400px;
            transition: background 0.3s, height 0.3s;
            background: rgb(0, 0, 0, 0.3);
        }
        */
    .contenedor_proyecto .cont_img_home>.cont_sombra_reverse3 {
        height: 400px;
        transition: background 0.3s, height 0.3s;
        background: rgb(0, 0, 0, 0.3);
    }

    .contenedor_proyecto .cont_img_home {
        filter: grayscale(0%);
    }

    /*cont_img_home2*/
    .contenedor_proyecto .cont_img_home2>.cont_sombra_reverse3 {
        height: 400px;
        transition: background 0.3s, height 0.3s;
        background: rgb(0, 0, 0, 0.3);
    }

    .contenedor_proyecto .cont_img_home2 {
        filter: grayscale(0%);
    }

    .contenedor_proyecto .btn-proyecto-home {
        padding: 18px 0;
        height: auto;
        opacity: 1;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .contenedor_proyecto .cont_acom_home {
        bottom: 30px;
    }
    .contenedor_proyecto .texto_home_proy {
        height: auto;
    }
    #carrusel_home .owl-stage-outer {
        padding-bottom: 0;
    }
    #carrusel_home .owl-nav {
        height: 100%;
    }
    #carrusel_home .owl-dots {
        bottom: 140px;
    }

    #carrusel_proyectos {
        overflow: inherit;
    }

    #carrusel_proyectos .owl-stage-outer {
        padding-bottom: 0;
    }
    #carrusel_proyectos .owl-nav {
        height: 100%;
    }

    #carrusel_proyectos .owl-dots {
        bottom: 140px;
    }

    .pestana {
        font-size: 12px;
    }
    .btn-blue {
        margin-bottom: 20px;
    }
    .mt80-resp {
        margin-top: 0px;
    }
    .bg1 {
        background: url(../images/banner.jpg) center no-repeat;
        background-size: cover;
        min-height: 200px;
    }
    .tag_quiero {
        bottom: -30%;
        right: 0;
        left: 0;
        position: absolute;
        max-width: 340px;
        width: 90%;
    }
    .bg-banner {
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: 320px;
        width: 100%;
    }

    .bg-banner-mobile {
        background-position: 29% bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 368px;
        width: 100%;
    }
    .titulo_galeria {
        width: 100%;
        background: #1D355D;
        text-align: center;
        padding: 20px 20px 20px 20px;
        margin-top: 0;
        margin-left: 0;
        display: inline-block;
        float: left;
    }
    .border-map {
        border: #EEEEEE 10px solid;
    }
    .box-map {
        position: absolute;
        top: 50px;
        width: 100%;
        padding: 20px;
        float: left;
        z-index: 2;
        left: 0;
    }
    .box-map h2 {
        float: left;
    }
    .container_categoria_galeria {
        width: 100%;
        display: inline-block;
        float: left;
    }
    #carrusel_categoria_galeria {
        margin-top: 0px;
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    .mb70-resp {
        margin-bottom: 15px;
    }
    .pt80 {
        padding-top: 40px;
    }
    .pb80 {
        padding-bottom: 40px;
    }
    .pt100-resp {
        padding-top: 0px;
    }
    .pt200 {
        padding-top: 0px;
    }
    .mt100 {
        margin-top: 70px;
    }

    .mt100-xs {
        margin-top: 100px;
    }
    .size18 {
        font-size: 14px;
    }
    .fix_pad {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .v-center-resp {
        display: block;
    }
    .container_btn_map {
        bottom: auto;
    }
    .btn-map {
        padding: 0;
    }
    /*
    #carrusel_plantas .owl-nav{
        display: none;
    }
    #carrusel_plantas {
        width: 100%;
    }
    */
    .container_plantas {
        width: 100%;
    }
    .cont_info_slider {
        position: relative;
        z-index: 3;
        width: 100%;
        margin-left: 0;
        bottom: auto;
        height: 120px;
    }
    .cont_info_main {
        padding: 30px 40px;
        height: auto;
    }
    .contenedor_condicion_detalle {
        position: relative;
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
        bottom: auto;
        left: 0;
        right: 0;
        top: auto;
        padding: 20px 0;
        z-index: 2;
        text-align: center;
    }
    .contenedor_condicion_detalle img {
        display: inline-block;
        margin-bottom: 0px;
        margin-right: 15px;
        margin-top: -6px;
    }
    .contenedor_condicion_detalle p {
        display: inline-block;
        margin-bottom: 0px;
    }
    .contenedor_condicion_detalle br {
        display: none;
    }
    .size-quiero1 {
        font-size: 10vw;
    }
    .size-quiero2 {
        font-size: 4vw;
    }
    .size30 {
        font-size: 16px;
    }
}

@media (max-width:600px) {
    .hidden-600 {
        display: none;
    }
    .br1-table {
        border-right: #344A6E 1px solid;
    }
    .min-padd .td3 {
        width: 33%;
    }
}

@media (max-width:500px) {
    .size36 {
        font-size: 26px;
    }
    .size26 {
        font-size: 20px;
    }
    .size24 {
        font-size: 18px;
    }
    .size20 {
        font-size: 16px;
    }
    .size16 {
        font-size: 14px;
    }
    .size14 {
        font-size: 12px;
    }
    .min-padd .col-md-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar-brand {
        float: left;
        height: auto;
        padding: 20px 20px;
        font-size: 18px;
        line-height: 20px;
        width: 70%;
    }
}

.btn-proyecto {
    background-color: #FFFFFF !important;
    color: #999999 !important;
    border: #CCCCCC 1px solid;
    font-size: 14px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.btn-proyecto:hover {
    background-color: #0092D9 !important;
    color: #FFFFFF !important;
}

.container-select {
    cursor: pointer;
    position: relative;
    width: 100%;
    display: block;
    text-decoration: none !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 370px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.container-select-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 370px;
    width: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.container-select-hover {
    display: table;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    color: #FFF;
    position: absolute;
    bottom: 0;
    z-index: 1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.container-select:hover .container-select-img>.container-select-hover {
    height: 370px;
    transition: 0.4s;
    background: rgb(0, 0, 0, 0.7);
}

.select-logo {
    position: absolute;
    width: 100%;
    bottom: 30px;
    padding: 0 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.container-select:hover .container-select-img>.container-select-hover>.select-logo>svg>.letra_trazado {
    fill: #FFFFFF;
    transition-duration: 0.3s;
}

.link-svg:hover svg path {
    fill: #0090df;
}

.link-svg svg path {
    transition-duration: 0.3s;
}

.gradiente-negro {
    /* background: linear-gradient( to bottom, transparent 80%, #000000 100%); */
    width: 100%;
    height: 100%;
}

.titulo_proyecto {
    position: absolute;
    bottom: 15px;
    left: 50px;
}

.detalle_proyecto {
    position: absolute;
    bottom: 15px;
    right: 50px;
}

.tipo-depto {
    background-color: #CCCCCC;
    color: #777777;
    padding: 10px;
    cursor: pointer;
    transition-duration: 0.3s;
    border-radius: 3px
}

.tipo-depto:hover {
    background-color: #C93725;
    color: #FFFFFF;
    padding: 10px;
    cursor: pointer;
}

.tipo-depto-active {
    background-color: #C93725;
    color: #FFFFFF;
    padding: 10px;
    cursor: pointer;
    border-radius: 3px
}

.col-20 {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (max-width:1200px) {
    .col-20 {
        width: 33%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width:576px) {
    .col-20 {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.planta {
    background-color: #F5F5F5;
    color: #999999;
    padding: 20px;
    transition-duration: 0.3s;
    cursor: pointer;
}

.planta:hover {
    background-color: #393E43;
    color: #FFFFFF;
}

.planta-active {
    background: #393E43;
    color: #FFFFFF;
    padding: 20px;
    cursor: pointer;
}


/* COMERCIAL */

.btn-comercial-active:hover{
    opacity: 0.8;
    transition-duration: 0.8s;
    color: #ffffff;
}

.contenedor-titulo-comercial{
    position: absolute;
    bottom: 15px;
    width: 100%;
}

/* MAPA GOOGLE */

#mapIframe {
    width: 100%;
    min-height: 470px;
}

.h475 {
    min-height: 475px;
}

/* SLIDER */

/*
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}
*/
/* QUIENES SOMOS */

.box-valores{
    min-height: 250px;
}

#carrusel_logos3 .owl-stage-outer{
    margin: 0 60px;
}

/* default quitar esto para mantener el tamaño real*/
#carrusel_home .owl-stage-outer .owl-stage .owl-item{
    /* height: 800px; */
}

#carrusel_home .owl-item img {
    display: block;
    width: auto;
    height: 540px;
    object-fit: cover;
}

#carrusel_home2 .owl-stage-outer .owl-stage .owl-item{
    height: 425px;
}

.box_area{
    -webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.10);

    min-height: 330px;
    border-radius: 5px;
    padding: 18px;

}

.box_area_quienes_somos{
    -webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.10);

    min-height: 270px;
    border-radius: 5px;
    padding: 18px;

}

.ver_mas_box{
    transition: opacity 1s linear;
}

@media (max-width: 768px){
    .bg-quienes-somos{
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: inherit;
        height: 320px;
        width: 100%;
    }
    .box_area{
        margin-top: 50px;
    }

}

/* TIME LINE */
.timeline{
    position: relative;
}

/*Line*/
.timeline>li::before{
    content:'';
    position: absolute;
    width: 1px;
    background-color: #EAEAEA;
    top: 0;
    bottom: 0;
    left:-3px;
}

/*Circle*/
.timeline>li::after{
    text-align: center;
    padding-top:10px;
    z-index: 10;
    content:attr(data-year);
    position: absolute;
    width: 80px;
    height: 80px;
    border:1px solid #EAEAEA;
    color: #393E43;
    background-color: #FFFFFF;
    border-radius: 50%;
    top:0;
    left:-43px;
    line-height: 4.5;
    cursor: pointer;
}


.timeline>li.active::after{
    text-align: center;
    padding-top:10px;
    z-index: 10;
    font-size: 12px;
    content:attr(data-year);
    position: absolute;
    width: 80px;
    height: 80px;
    border:1px solid #0090DF;
    color: #FFFFFF;
    background-color: #0090DF;
    border-radius: 50%;
    top:0;
    left:-43px;
    line-height: 4.5;
    zoom: 1.05;
    transition-duration: 1s;
}

.time-item:hover:after{
    border:1px solid #0090DF;
    color: #393E43;
    transition-duration: 1s;
}

/*Content*/
.timeline>li{
    counter-increment: item;
    padding: 10px 58px;
    margin-left: 0px;
    min-height:110px;
    position: relative;
    background-color: white;
    list-style: none;
}
.timeline>li:nth-last-child(1)::before{
    width: 0px;
}

#img-timeline{
    transition-duration: 1s;
}


.container2{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (max-width: 1920px){
    .container2 {
        width: 1280px;
    }
}

@media (max-width: 1280px){
    .container2 {
        width: 1280px;
    }
}

@media (max-width: 992px){
    .container2 {
        width: 970px;
    }
}

@media (max-width: 800px){
    .container2 {
        width: 100%;
    }
}
@media (max-width: 768px){
    .container2 {
        width: 100%;
    }
    #carrusel_home .owl-item img {
        display: block;
        width: auto;
        height: 400px;
        object-fit: cover;
    }

    #filtro_anio {
        width: 145px;
        margin-left: 0;
    }
    #filtro_tipo {
        width: 170px;
        margin-right: 0;
    }
    .lupita{
        margin-left: 10px;
        margin-right: 10px;
    }
}

.visibility-off {
    visibility: hidden;
}

.inversion-link {
    text-decoration: none;
    padding: 20px;
    font-size: 14px;
    color: #333;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    display: block;
    margin: 20px 0;
    transition: all .3s ease;
}

.inversion-link:hover, .inversion-link:active, .inversion-link:focus {
    background-color: #0090DF;
    color: #FFF;
    font-weight: bold;
}

/* FIX */
#carrusel_home .owl-item .item{
    position: relative;
}

.color-0090DF{

    color: #0090DF;
}

.color-333333{

    color: #333333;
}

.color-393E43{

    color: #393E43;
}