/* Loading */
.viventa-v2-loading-svg{
    display: block;
}
.viventa-v2-loading-svg.v2-hide-loading{
    display: none;
}

.viventa-v2-terms-links a{
    display: inline-block!important;
    vertical-align: middle!important;
    margin: 0 16px!important;
}

/* Contact Buttons */
ul.viventa-v2-contact-buttons,
.et-db #et-boc ul.viventa-v2-contact-buttons{
    list-style: none;
    margin: 0!important;
    padding: 0!important;
    position: relative;
    z-index: 9;
}
ul.viventa-v2-contact-buttons li,
.et-db #et-boc ul.viventa-v2-contact-buttons li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 48px 0;
}
ul.viventa-v2-contact-buttons li a,
.et-db #et-boc ul.viventa-v2-contact-buttons li a{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    position: relative;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
}
ul.viventa-v2-contact-buttons li a > span,
.et-db #et-boc ul.viventa-v2-contact-buttons li a > span{
    display: block;
    position: absolute;
    top: 64px;
    font-size: 10px;
    text-align: center;
    left: 0;
    right: 0;
}
ul.viventa-v2-contact-buttons li .v2-skype-button-fix,
.et-db #et-boc ul.viventa-v2-contact-buttons li .v2-skype-button-fix{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    position: relative;
}
ul.viventa-v2-contact-buttons li .v2-skype-button-fix .skype-button.rounded .lwc-chat-button .lwc-button-icon,
.et-db #et-boc ul.viventa-v2-contact-buttons li .v2-skype-button-fix .skype-button.rounded .lwc-chat-button .lwc-button-icon{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    background-color: #0098D9;
    position: absolute;
    top: 0;
    left: 0;
}
ul.viventa-v2-contact-buttons li .v2-skype-button-fix .skype-button.rounded .lwc-chat-button .lwc-button-text,
.et-db #et-boc ul.viventa-v2-contact-buttons li .v2-skype-button-fix .skype-button.rounded .lwc-chat-button .lwc-button-text{
    display: none;
}
ul.viventa-v2-contact-buttons li .v2-skype-button-fix .skype-button.rounded .lwc-chat-button .lwc-button-icon svg,
.et-db #et-boc ul.viventa-v2-contact-buttons li .v2-skype-button-fix .skype-button.rounded .lwc-chat-button .lwc-button-icon svg{
    width: 32px!important;
    height: 32px!important;
    position: absolute;
    top: 12px;
    left: 12px;
}

/* Contact - Social Buttons */
ul.viventa-v2-contact-social-buttons,
.et-db #et-boc ul.viventa-v2-contact-social-buttons{
    list-style: none;
    margin: 0!important;
    padding: 0!important;
}
ul.viventa-v2-contact-social-buttons li,
.et-db #et-boc ul.viventa-v2-contact-social-buttons li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 48px 0;
}
ul.viventa-v2-contact-social-buttons li a,
.et-db #et-boc ul.viventa-v2-contact-social-buttons li a{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    position: relative;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
}
ul.viventa-v2-contact-social-buttons li a span,
.et-db #et-boc ul.viventa-v2-contact-social-buttons li a span{
    display: none;
}

.viventa-v2-team-carrousel,
.et-db #et-boc .viventa-v2-team-carrousel-container{
    padding: 36px 36px 80px 36px;
}

.viventa-v2-team-carrousel .swiper-wrapper,
.et-db #et-boc .viventa-v2-team-carrousel .swiper-wrapper{
    transition-property: transform!important;
}

.viventa-v2-team-carrousel-item,
.et-db #et-boc .viventa-v2-team-carrousel-item{
    display: block;
    width: 100%;
    padding-bottom: 125%;
    border-radius: 32px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: white;
    overflow: hidden;
}
@media screen and (min-width: 768px){
    .viventa-v2-team-carrousel-item,
    .et-db #et-boc .viventa-v2-team-carrousel-item{
        padding-bottom: 150%;
    }
}
.viventa-v2-team-carrousel-item-overlay,
.et-db #et-boc .viventa-v2-team-carrousel-item-overlay{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 100%);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.viventa-v2-team-carrousel-item:hover .viventa-v2-team-carrousel-item-overlay,
.et-db #et-boc .viventa-v2-team-carrousel-item:hover .viventa-v2-team-carrousel-item-overlay{
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 1200px){
    .viventa-v2-team-carrousel-item-overlay,
    .et-db #et-boc .viventa-v2-team-carrousel-item-overlay{
        visibility: visible;
        opacity: 1;
    }
}
.viventa-v2-team-carrousel-item-content,
.et-db #et-boc .viventa-v2-team-carrousel-item-content{
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    font-size: 12px;
    font-family: 'Quicksand', sans-serif;
    padding: 0 10px 0 10px;
}
.viventa-v2-team-carrousel-item-content > p,
.et-db #et-boc .viventa-v2-team-carrousel-item-content>p{
    display: block;
    margin: 8px!important;
    padding: 0;
}
.viventa-v2-team-carrousel-item-name,
.et-db #et-boc .viventa-v2-team-carrousel-item-name{
    font-size: 18px;
    font-weight: 500;
}

.viventa-v2-team-carrousel-item-position,
.et-db #et-boc .viventa-v2-team-carrousel-item-position{
    font-size: 12px;
}

/* ___________________________________________________ */
.viventa-v2-preguntas-frecuentes,
.et-db #et-boc .viventa-v2-preguntas-frecuentes{
    display: block;
    padding: 16px;
}
.viventa-v2-preguntas-item,
.et-db #et-boc .viventa-v2-preguntas-item{
    position: relative;
    margin: 32px 0;
}
.viventa-v2-preguntas-item-pregunta,
.et-db #et-boc .viventa-v2-preguntas-item-pregunta{
    font-size: 24px;
    line-height: 1.5;
    margin: 0 16px;
    font-weight: 700;
}
.viventa-v2-preguntas-item-respuesta,
.et-db #et-boc .viventa-v2-preguntas-item-respuesta{
    font-size: 14px;
    background-color: #E9F1F3;
    border-radius: 24px;
    padding: 32px;
    margin: 16px 0;
    display: none;
}
.viventa-v2-preguntas-item.open-item .viventa-v2-preguntas-item-respuesta,
.et-db #et-boc .viventa-v2-preguntas-item.open-item .viventa-v2-preguntas-item-respuesta{
    display: block;
}
.viventa-v2-preguntas-toggle,
.et-db #et-boc .viventa-v2-preguntas-toggle{
    padding-left: 40px;
    cursor: pointer;
    min-height: 48px;
}
.viventa-v2-preguntas-toggle-icon,
.et-db #et-boc .viventa-v2-preguntas-toggle-icon{
    padding: 8px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    position: relative;
    border-radius: 8px;
    position: absolute;
    left: 2px;
    top: 2px;
}
.viventa-v2-preguntas-toggle-icon span,
.et-db #et-boc .viventa-v2-preguntas-toggle-icon span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.viventa-v2-preguntas-toggle-icon.icon-open,
.et-db #et-boc .viventa-v2-preguntas-toggle-icon.icon-open{
    background-color: white;
    border: 1px solid #DAA2A4;
    color: #1D2128;
}

.viventa-v2-preguntas-item.open-item .viventa-v2-preguntas-toggle-icon.icon-open,
.et-db #et-boc .viventa-v2-preguntas-item.open-item .viventa-v2-preguntas-toggle-icon.icon-open{
    display: none;
}

.viventa-v2-preguntas-toggle-icon.icon-close,
.et-db #et-boc .viventa-v2-preguntas-toggle-icon.icon-close{
    background-color: #1D2128;
    border: 1px solid #1D2128;
    color: white;
    display: none;
}

.viventa-v2-preguntas-item.open-item .viventa-v2-preguntas-toggle-icon.icon-close,
.et-db #et-boc .viventa-v2-preguntas-item.open-item .viventa-v2-preguntas-toggle-icon.icon-close{
    display: block;
}

/* _____________________________________________ */
.viventa-v2-testimonials-item,
.et-db #et-boc .viventa-v2-testimonials-item{
    padding: 48px;
    height: 385px;
    width: 570px;
    border-radius: 16px;
    background-color: white;
    position: relative;
    display: inline-block;
}
@media screen and (max-width: 767px){
    .viventa-v2-testimonials-item,
    .et-db #et-boc .viventa-v2-testimonials-item{
        padding: 20px;
        min-height: 360px;
    }
}
@media screen and (max-width: 980px){
    .viventa-v2-testimonials-item,
    .et-db #et-boc .viventa-v2-testimonials-item{
        padding: 32px;
        height: auto;
        min-height: 320px;
    }
}
.viventa-v2-testimonials-item:before,
.et-db #et-boc .viventa-v2-testimonials-item:before{
    content: "";
    background-image: url('../img/quotemarks@2x.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #EB0045;
    width: 48px;
    height: 36px;
    position: absolute;
    top: 48px;
    left: 48px;
}
@media screen and (max-width: 980px){
    .viventa-v2-testimonials-item:before,
    .et-db #et-boc .viventa-v2-testimonials-item:before{
        top: 20px;
        left: 20px;
        width: 24px;
        height:13px;
    }
}
.viventa-v2-testimonials-item-body,
.et-db #et-boc .viventa-v2-testimonials-item-body{
    font-size: 20px;
    margin-top: 76px;
}
@media screen and (max-width: 980px){
    .viventa-v2-testimonials-item-body,
    .et-db #et-boc .viventa-v2-testimonials-item-body{
        font-size: 16px;
        margin-top: 40px;
    }
}
.viventa-v2-testimonials-item-name,
.et-db #et-boc .viventa-v2-testimonials-item-name{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
@media screen and (max-width: 980px){
    .viventa-v2-testimonials-item-name,
    .et-db #et-boc .viventa-v2-testimonials-item-name{
        font-size: 16px;
    }
}
.viventa-v2-testimonials-item-title,
.et-db #et-boc .viventa-v2-testimonials-item-title{
    font-size: 16px;
    color: rgba(51,51,51,0.5);
}
.viventa-v2-testimonials-item-image,
.et-db #et-boc .viventa-v2-testimonials-item-image{
    font-size: 20px;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 980px){
    .viventa-v2-testimonials-item-image,
    .et-db #et-boc .viventa-v2-testimonials-item-image{
        width: 44px;
        height: 44px;
    }
}
.viventa-v2-testimonials-item-details,
.et-db #et-boc .viventa-v2-testimonials-item-details{
    position: absolute;
    bottom: 48px;
    left: 48px;
    right: 48px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px){
    .viventa-v2-testimonials-item-details,
    .et-db #et-boc .viventa-v2-testimonials-item-details{
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
}
@media screen and (max-width: 980px){
    .viventa-v2-testimonials-item-details,
    .et-db #et-boc .viventa-v2-testimonials-item-details{
        bottom: 32px;
        left: 32px;
        right: 32px;
    }
}
.viventa-v2-testimonials-item-details > div,
.et-db #et-boc .viventa-v2-testimonials-item-details > div{
    flex: 1 0 auto;
}
.viventa-v2-testimonials-item-details > div:first-child,
.et-db #et-boc .viventa-v2-testimonials-item-details > div:first-child{
    flex: 0 0 96px;
}
@media screen and (max-width: 980px){
    .viventa-v2-testimonials-item-details > div:first-child,
    .et-db #et-boc .viventa-v2-testimonials-item-details > div:first-child{
        flex: 0 0 60px;
    }
}

#et-boc .et-l .viventa-v2-testimonials .swiper-slide{
    opacity: 0.5;
}
#et-boc .et-l .viventa-v2-testimonials .swiper-slide.swiper-slide-active,
#et-boc .et-l .viventa-v2-testimonials .swiper-slide.swiper-slide-next,
#et-boc .et-l .viventa-v2-testimonials .swiper-slide:last-child{
    opacity: 1;
}

#et-boc .et-l .viventa-v2-testimonials-container .swiper-button-next{
    color: #ccc;
    z-index: 9;
}

#et-boc .et-l .viventa-v2-testimonials-next-slide{
    color: #EB0045;
    z-index: 9;
    right: 40px;
    left: auto;
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
#et-boc .et-l .viventa-v2-testimonials-next-slide:after{
    content: 'next';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

@media screen and (max-width: 980px){
    #et-boc .et-l .viventa-v2-testimonials-next-slide{
        top: 44px;
        right: 16px;
        width: 24px;
        height: 24px;
        left: unset;
    }
    #et-boc .et-l .viventa-v2-testimonials-next-slide:after{
        font-size: 24px;
    }
}

#et-boc .et-l .viventa-v2-testimonials-container.testimonials-grid .viventa-v2-testimonials{
    display: flex;
    flex-wrap: wrap;
}
#et-boc .et-l .viventa-v2-testimonials-container.testimonials-grid .viventa-v2-testimonials .viventa-v2-testimonials-item{
    flex: 0 0 100%;
    margin: 8px;
}

@media screen and (max-width: 767px){
    #et-boc .et-l .viventa-v2-testimonials-container.testimonials-grid .viventa-v2-testimonials .viventa-v2-testimonials-item, .et-db #et-boc .viventa-v2-testimonials-item {
        padding: 32px;
        height: auto;
        min-height: 280px;
    }
}

@media screen and (min-width: 768px){
    #et-boc .et-l .viventa-v2-testimonials-container.testimonials-grid .viventa-v2-testimonials{
        display: flex;
        flex-wrap: wrap;
    }
    #et-boc .et-l .viventa-v2-testimonials-container.testimonials-grid .viventa-v2-testimonials .viventa-v2-testimonials-item{
        flex: 1 0 40%;
        margin: 8px;
    }
}


/* Project TAG */
.content-project .project-slide-image{
    position: relative;
}
.v2-project-subsidio-etiqueta{
    background-color: #EB0045;
    color: white;
    display: inline-block;
    margin: 0;
    font-size: 10px;
    border-radius: 16px;
    padding: 8px 14px 8px 32px;
    position: relative;
    margin: 0 0 16px 0;
}
.content-project .project-slide-image .v2-project-subsidio-etiqueta{
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0;
}
.v2-project-subsidio-etiqueta:before{
    content: '';
    background-image: url('../img/icono-subsidio@2x.png');
    width: 16px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* HOME CTA */
#et-boc .et-l .viventa-v2-home-ctas{
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 32px;
}
@media screen and (min-width: 768px){
    #et-boc .et-l .viventa-v2-home-ctas{
        width: 100%;
        padding-bottom: 106%;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 980px){
    #et-boc .et-l .viventa-v2-home-ctas{
        padding-bottom: 0;
        height: 580px;
    }
}
@media screen and (min-width: 768px){
    #et-boc .et-l .viventa-v2-home-ctas:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-image: url('../img/home-cta-bg@2x.png');
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media screen and (min-width: 980px){
    #et-boc .et-l .viventa-v2-home-ctas{
        background-image: url('../img/home-cta-bg@2x.png');
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    #et-boc .et-l .viventa-v2-home-ctas:before{
        display: none;
    }
}
#et-boc .et-l .viventa-v2-home-ctas > div.viventa-v2-home-cta-item{
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 70%;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
}
#et-boc .et-l .viventa-v2-home-ctas > .viventa-v2-home-cta-item.escoger-vivienda{
    z-index: 3;
}
#et-boc .et-l .viventa-v2-home-cta-item.escoger-vivienda{
    background-image: url('../img/home-cta-bg-white@2x.png');
}
#et-boc .et-l .viventa-v2-home-cta-item.escogi-vivienda{
    background-image: url('../img/home-cta-bg-gray-mobile@2x.png');
}
@media screen and (min-width: 768px){
    #et-boc .et-l .viventa-v2-home-ctas > div.viventa-v2-home-cta-item{
        width: 380px;
        height: 300px;
        padding-bottom: 0;
        z-index: 2;
        position: absolute;
    }
    #et-boc .et-l .viventa-v2-home-ctas > .viventa-v2-home-cta-item.escoger-vivienda{
        top: 10%;
        right: 20%;
        z-index: 3;
    }
    #et-boc .et-l .viventa-v2-home-cta-item.escogi-vivienda{
        background-image: url('../img/home-cta-bg-gray@2x.png');
        bottom: 10%;
        right: 5%;
    }   
}
@media screen and (min-width: 980px){
    #et-boc .et-l .viventa-v2-home-ctas > div.viventa-v2-home-cta-item{
        width: 340px;
        height: 240px;    
        padding-bottom: 0;
        z-index: 2;
        position: absolute;
    }
    #et-boc .et-l .viventa-v2-home-cta-item.escoger-vivienda{
        top: 12%;
        right: 20%;
    }
    #et-boc .et-l .viventa-v2-home-cta-item.escogi-vivienda{
        bottom: 12%;
        right: 5%;
    }   
}
@media screen and (min-width: 980px){
    #et-boc .et-l .viventa-v2-home-ctas > div.viventa-v2-home-cta-item{
        width: 340px;
        height: 240px;    
        padding-bottom: 0;
        z-index: 2;
        position: absolute;
    }
    #et-boc .et-l .viventa-v2-home-cta-item.escoger-vivienda{
        top: 12%;
        right: 20%;
    }
    #et-boc .et-l .viventa-v2-home-cta-item.escogi-vivienda{
        bottom: 12%;
        right: 5%;
    }
}
#et-boc .et-l div.viventa-v2-home-cta-item h2{
    font-size: 16px!important;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 16px;
    margin: 0 auto!important;
    max-width: 80%;
}
@media screen and (min-width: 1025px){
    #et-boc .et-l div.viventa-v2-home-cta-item h2{
        font-size: 18px!important;
        font-weight: 700;
        line-height: 1.5;
        margin: 0 auto!important;
        max-width: 80%;
    }
}
#et-boc .et-l .viventa-v2-home-ctas > div.viventa-v2-home-cta-item > div.viventa-v2-home-cta-item-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 260px;
}
#et-boc .et-l .viventa-v2-home-ctas > div.viventa-v2-home-cta-item > div.viventa-v2-home-cta-item-content{

}
#et-boc .et-l .viventa-v2-home-ctas-select-list{
    border: 1px solid #ccc;
    padding: 12px 48px;
    border-radius: 12px;
    position: relative;
    margin: 0;
    cursor: pointer;
    background-color: white;
}

#et-boc .et-l .viventa-v2-home-ctas-select-list:before,
#et-boc .et-l .viventa-v2-home-ctas-select-list:after{
    content: '';
    position: absolute;
    top: 4px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#et-boc .et-l .viventa-v2-home-ctas-select-list:before{
    background-image: url('../img/icon-location@2x.png');
    width: 16px;
    height: 16px;
    left: 14px;
    top: 14px;
}

#et-boc .et-l .viventa-v2-home-ctas-select-list:after{
    background-image: url('../img/icon-arrow-down@2x.png');
    width: 10px;
    height: 6px;
    right: 16px;
    top: 20px;
}

#et-boc .et-l .viventa-v2-home-ctas-select-list select{
    border: none;
}

#et-boc .et-l .viventa-v2-home-ctas-select-list-items{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    background-color: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    transition: all 0.3s ease-in-out;
}

#et-boc .et-l .viventa-v2-home-ctas-select-list.open-menu{
    border-radius: 12px 12px 0 0;
}

#et-boc .et-l .viventa-v2-home-ctas-select-list.open-menu .viventa-v2-home-ctas-select-list-items{
    display: block;
    max-height: 180px;
    overflow: auto;
}

#et-boc .et-l .viventa-v2-home-ctas-select-list .viventa-v2-home-ctas-select-list-item{
    padding: 12px 48px;
    text-align: left;
    font-weight: 600;
}

#et-boc .et-l .viventa-v2-home-ctas-select-list .viventa-v2-home-ctas-select-list-item:hover{
    background-color: rgba(0,0,0,0.15);
}
#et-boc .et-l .viventa-v2-home-ctas-select-list .viventa-v2-home-ctas-select-list-item:focus,
#et-boc .et-l .viventa-v2-home-ctas-select-list .viventa-v2-home-ctas-select-list-item.selected-item{
    background-color: #EB0045;
    color: white;
}

#et-boc .et-l  .viventa-v2-home-ctas-select-list-selected-item{
    font-weight: 600;
    text-align: left;
}

/* ________________________________________________________________ */
.et-db #et-boc .viventa-v2-team-carrousel-container .swiper-button-prev:after, 
.et-db #et-boc .viventa-v2-team-carrousel-container .swiper-container-rtl .swiper-button-next:after,
.et-db #et-boc .viventa-v2-team-carrousel-container .swiper-button-next:after, 
.et-db #et-boc .viventa-v2-team-carrousel-container .swiper-container-rtl .swiper-button-prev:after{
    font-size: 0;
    width: 32px;
    height: 16px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.et-db #et-boc .viventa-v2-team-carrousel-container .swiper-button-prev:after, 
.et-db #et-boc .viventa-v2-team-carrousel-container .swiper-container-rtl .swiper-button-next:after{
    background-image: url('../img/right-arrow@2x.png');
}

.et-db #et-boc .viventa-v2-team-carrousel-container .swiper-button-next:after, 
.et-db #et-boc .viventa-v2-team-carrousel-container .swiper-container-rtl .swiper-button-prev:after{
    background-image: url('../img/right-arrow@2x.png');
    transform: rotate(180deg);
}
.et-db #et-boc .viventa-v2-team-carrousel-container .swiper-button-prev, 
.et-db #et-boc .viventa-v2-team-carrousel-container .swiper-button-next{
    z-index: 999;
}
.et-db #et-boc .viventa-v2-team-carrousel-container .swiper-button-prev, 
.et-db #et-boc .viventa-v2-team-carrousel-container .swiper-button-next{
    top: 90%;
}

/*________________________*/

#et-boc .et-l .viventa-v2-team-carrousel-container{
    position: relative;
}
#et-boc .et-l .viventa-v2-team-carrousel-arrow{
    background-image: url('../img/right-arrow@2x.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 8px;
}
#et-boc .et-l .viventa-v2-team-carrousel-arrow:hover{
    background-image: url('../img/right-arrow-active@2x.png');
}

#et-boc .et-l .viventa-v2-team-carrousel-navigation{
    margin: 36px 0 16px 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#et-boc .et-l .viventa-v2-team-carrousel-arrow.prev{
    transform: rotate(180deg);
}
#et-boc .et-l .viventa-v2-team-carrousel-pagination{
    display: inline-block;
    vertical-align: middle;
    margin: 0 36px;
}

/* ___________________________________________________ */
#et-boc .et-l .viventa-v2-home-logos{

}
#et-boc .et-l .viventa-v2-home-logo-item{
    width: 100%;
    height: auto;
    padding-bottom: 40%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px){
    #et-boc .et-l .viventa-v2-home-logos{
        text-align: center;
    }
}
@media screen and (min-width: 768px){
    #et-boc .et-l .viventa-v2-home-logo-item{
        width: 130px;
        height: 50px;
        padding-bottom: 0;
        margin: 10px;
        display: inline-block;
        vertical-align: middle;
    }
}

/* ___________________________ */

.et-db #et-boc .et-l .et_pb_module.viventa-v2-custom-list ul,
.et-db #et-boc .et-l .et_pb_text.viventa-v2-custom-red-bullets ul{
    margin: 0;
    padding: 0;
}
.et-db #et-boc .et-l .et_pb_module.viventa-v2-custom-list ul li,
.et-db #et-boc .et-l .et_pb_text.viventa-v2-custom-red-bullets ul li{
    padding-left: 24px;
    list-style: none;
    position: relative;
}
.et-db #et-boc .et-l .et_pb_module.viventa-v2-custom-list ul li:before{
    content: '';
    width: 12px;
    height: 12px;
    background-image: url('../img/viventa-v2-bullet@2x.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 2px;
    top: 2px;
}
.et-db #et-boc .et-l .et_pb_text.viventa-v2-custom-red-bullets ul li:before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #EB0045;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 12px;
}

/* ___________________________ */
.et-db #et-boc .et-l .et_pb_row.viventa-v2-informacion-segura{
    background-image: url('../img/segura@2x.png');
    background-size: 214px 239px;
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
}

@media screen and (max-width: 767px){
    .et-db #et-boc .et-l .et_pb_row.viventa-v2-informacion-segura{
        background-size: 107px 120px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px){
    .et-db #et-boc .et-l .et_pb_row.viventa-v2-informacion-segura{
        background-size: 160px 179px;
    }
}


.et-db #et-boc .et-l .et_pb_row.viventa-v2-informacion-segura:before{
    content: '';
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 107px;
    height: 39px;
    background-image: url('../img/credifile-badge@2x.png');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}
.et-db #et-boc .et-l .et_pb_section.viventa-v2-contactanos-redes,
.et-db #et-boc .et-l .et_pb_row.viventa-v2-contactanos-redes{
    background-image: url('../img/seguridad-respaldo-bg@2x.png');
    background-size: 213px 205px;
    background-position: 44px 0;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px){
    .et-db #et-boc .et-l .et_pb_section.viventa-v2-contactanos-redes,
    .et-db #et-boc .et-l .et_pb_row.viventa-v2-contactanos-redes{
        background-size: 106px 102px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px){
    .et-db #et-boc .et-l .et_pb_section.viventa-v2-contactanos-redes,
    .et-db #et-boc .et-l .et_pb_row.viventa-v2-contactanos-redes{
        background-size: 160px 153px;
    }
}

.et-db #et-boc .et-l .et_pb_section.viventa-v2-contactanos-redes,
.et-db #et-boc .et-l .et_pb_row.viventa-v2-contactanos-redes{
    padding-top: 140px;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
    .et-db #et-boc .et-l .et_pb_section.viventa-v2-contactanos-redes,
    .et-db #et-boc .et-l .et_pb_row.viventa-v2-contactanos-redes{
        padding-top: 34px;
        padding-left: 30%;
    }
}
@media screen and (min-width: 1200px){
    .et-db #et-boc .et-l .et_pb_section.viventa-v2-contactanos-redes,
    .et-db #et-boc .et-l .et_pb_row.viventa-v2-contactanos-redes{
        padding-top: 34px;
        padding-left: 25%;
    }
}

@media screen and (min-width: 1600px){
    .et-db #et-boc .et-l .et_pb_section.viventa-v2-contactanos-redes,
    .et-db #et-boc .et-l .et_pb_row.viventa-v2-contactanos-redes{
        padding-top: 34px;
        padding-left: 20%;
    }
}

@media screen and (min-width: 1200px){
    .et-db #et-boc .et-l .et_pb_section.viventa-v2-contactanos-redes,
    .et-db #et-boc .et-l .et_pb_row.viventa-v2-contactanos-redes{
        padding-top: 34px;
        padding-left: 25%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px){
    .et-db #et-boc .et-l .et_pb_section.viventa-v2-contactanos-redes,
    .et-db #et-boc .et-l .et_pb_row.viventa-v2-contactanos-redes{
        background-size: 160px 153px;
    }
}

@media (max-width: 478px){
    .et-db #et-boc .et-l .et_pb_gutters1.viventa-v2-custom-gutter .et_pb_column, 
    .et-db #et-boc .et-l .et_pb_gutters1.et_pb_row.viventa-v2-custom-gutter .et_pb_column{
        margin-bottom: 4px!important;
    }
}

@media (max-width: 980px){
    .et-db #et-boc .et-l .et_pb_gutters1.viventa-v2-custom-gutter .et_pb_column, 
    .et-db #et-boc .et-l .et_pb_gutters1.et_pb_row.viventa-v2-custom-gutter .et_pb_column{
        width:100%!important;
        margin-bottom: 4px!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }
}

@media (min-width: 981px){
    .et-db #et-boc .et-l .et_pb_row.viventa-v2-custom-gutter .et_pb_column.et-last-child, 
    .et-db #et-boc .et-l .et_pb_row.viventa-v2-custom-gutter .et_pb_column:last-child{
        margin-right: 0!important;
    }
    .et-db #et-boc .et-l .et_pb_row.viventa-v2-custom-gutter .et_pb_column{
        margin-right: 4px!important;
    }
}

.et-db #et-boc .viventa-v2-slides-nosotros .swiper-container{
    padding-bottom: 36px;
}
.et-db #et-boc .viventa-v2-slides-nosotros .swiper-pagination{
    text-align: left;
    padding-left: 44%;
}
.et-db #et-boc .viventa-v2-slides-nosotros .swiper-pagination .swiper-pagination-bullet{
    background-color: rgba(255,255,255,0.5);
    transition: all 0.3s ease-in-out;
}
.et-db #et-boc .viventa-v2-slides-nosotros .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: rgba(255,255,255,1);
    width: 28px;
    border-radius: 4px;
}

.et-db #et-boc .viventa-v2-slides-nosotros .swiper-button-prev{
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.et-db #et-boc .viventa-v2-slides-nosotros .swiper-button-next{
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.et-db #et-boc .swiper-button-prev:after, .et-db #et-boc .swiper-button-next:after{
    color: rgba(255,255,255,0.3);
}

.et-db #et-boc .viventa-v2-slides-nosotros:hover .swiper-button-prev{
    visibility: visible;
    opacity: 1;
}
.et-db #et-boc .viventa-v2-slides-nosotros:hover .swiper-button-next{
    visibility: visible;
    opacity: 1;
}

.et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-item{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: white;
    min-height: 600px;
}
.viventa-v2-slides-alternativas-item .swiper-slide{
    opacity: 0!important;
}
.et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-column.image-column{
    width: 100%;
    padding-bottom: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 32px;
}
@media screen and (min-width: 981px){
    .et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-item{
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-bottom: 48px;
        min-height: unset;
    }
    .et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-column:first-child{
        flex: 0 0 50%;
    }
    .et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-column{
        flex: 0 0 50%;
        padding: 48px;
    }
    .et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-column.image-column{
        padding-bottom: 50%;
        padding: 0 0 50% 0;
        flex: 0 0 50%;
        margin-top: 0;
    }
}
.et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-titulo{
    font-size: 20px;
    max-width: 320px;
    font-weight: 700;
    letter-spacing: -1px;
}
.et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-descripcion{
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    max-width: 360px;
}
.et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-descripcion{
    margin-bottom: 32px;
}
.et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-titulo{
    font-size: 32px;
    margin-bottom: 32px;
}
@media screen and (min-width: 981px){
    .et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-titulo{
        font-size: 40px;
        margin-bottom: 64px;
    }
    .et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-descripcion{
        margin-bottom: 64px;
    }
}
.et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-pagination{
    text-align: center;
    margin-top: 32px;
}
@media screen and (min-width: 981px){
    .et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-pagination{
        text-align: left;
        position: absolute;
        bottom: 24px;
        z-index: 99999;
        padding: 0 0 0 48px;
        margin-top: 0;
    }
}
.et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-pagination-button{
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 16px;
    position: relative;
    cursor: pointer;
    margin-right: 24px;
}
.et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-pagination-button:after{
    content: '';
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/right-arrow@2x.png');
}
.et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-pagination-button:not(.swiper-button-disabled):hover:after{
    background-image: url('../img/right-arrow-active@2x.png');
}
.et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-pagination-button.prev:after{
    transform: rotate(180deg);
}
.et-db #et-boc .et-l .et_pb_section .viventa-v2-slides-alternativas-pagination-button.swiper-button-disabled{
    opacity: 0.5;
}

.viventa-v2-contact-map-component .contact-map .fluid-width-video-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
.viventa-v2-contact-map-component .contact-map{
    position: relative;
}