﻿/*** VENTANA MODAL ***/
.close {
    text-align: right;
    padding: 5px 10px !important;
    color: #1c1c1c;
}

.modal-body {
    padding: 0 15px 15px 15px;
}

li#modalAvisoTitulo {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background-color: #e98d38;
    text-align: center;
    margin: 0 0 10px 0;
}

.lity {
    background: rgb(0 0 0 / 32%);
}

.modal-body {
    padding: 0;
}

.taber-content.tab-content {
    padding: 15px;
}

button.close {
    color: #fff;
    position: relative;
    opacity: 1;
    padding: 0 !important;
    z-index: 99999;
    margin: 3px 4px;
}

/*** VENTANA MODAL FIN ***/
/*** LOADER INICIO ***/
section#propListado {
    position: relative;
}

.cont__lds-spinner {
    width: 100%;
    height: 400px;
    position: absolute;
    background-color: rgb(246, 246, 246);
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .lds-spinner div {
        transform-origin: 32px 32px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 29px;
            width: 5px;
            height: 14px;
            border-radius: 20%;
        }

.text-loader {
    position: absolute;
    left: 50%;
    top: 65%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*** LOADER FIN ***/

/*** CABECERA INICIO ***/
.header--top {
    background-color: #0f4c81;
}

.header--top {
    top:initial;
    padding: 0px 0;
}

.header__logo {
    width: 24%;
    text-align: left;
}

.dk-selected, .dk-selected {
    outline: none;
    border-color: #0f4c81;
}
.dk-selected {
    border: 1px solid #0f4c81 !important;
}

    .header__logo img {
        width: 65%;
    }

.header__menu.header__menu--v2 {
/*    width: 60%;*/
    position: absolute;
    right: 0px;
    width: 75%;
}

.header__menu.header__menu--v3 {
    width: 20%;
    text-align: right;
}

ul.header__nav--rrss .header__rrss {
    display: inline-block;
}

.header__menu.header__menu--v2 ul.header__nav {
    width: 100%;
    text-align: center;
}

ul.header__nav--rrss {
    display: inline-flex;
}

    ul.header__nav--rrss li > a {
        font-size: 18px;
        color: #ffffff;
        padding: 0 10px;
        transition: 0.3s color ease-out;
    }

        ul.header__nav--rrss li > a:hover {
            color: #1fc341;
        }

.header__nav-link--v2 {
    text-transform: uppercase !important;
}

@media only screen and (min-width: 1200px) {
    .header__nav {
        margin-right: initial;
    }
}

@media (max-width: 991px) {
    .header__menu.header__menu--v3 {
        display: none !important;
    }

    .header__menu.header__menu--v2 {
        width: 100%;
    }

    li.header__nav-item.hover ul > li {
        background-color: #b5b5b5;
    }

    li.header__nav-item.hover li > a {
        color: #ffffff;
    }

    .header__nav li ul {
        padding-left: 0;
    }

    .header__logo img {
        margin: 0 auto;
        text-align: center;
        width: 150px;
    }
}

@media only screen and (min-width: 992px) {
    .header__nav {
        margin-right: initial;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header__menu {
        display: block !important;
    }
}

@media(max-width:767px) {
    .header__logo {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}
/*** CABECERA FIN ***/

/*** CABECERA SECCIONES INICIO ***/
.header--blue {
    background-color: #0f4c81;
    padding: 10px 0;
}

.partners {
    padding: 40px 0;
}
/*** CABECERA SECCIONES FIN ***/

/*****CABECERA DIVISAS**************/
#header-top {
    background: #f1d0a1;
    padding: 10px 0;
    margin-bottom: 0;
    position: relative;
    display: block;
}

.header-top-links {
    text-align: left;
}

#header-top .header-top-links ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

    #header-top .header-top-links ul li {
        display: inline-block;
        color: #fff;
    }

.af-line {
    background: #fff;
    display: inline-block;
    height: 12px;
    width: 1px;
    margin: 0 12px -2px;
}

.header-top-links span {
    color: #fff;
}

/*****FIN CABECERA DIVISAS**********/
/*** BUSCADOR INICIO ***/
.listing-search__btn {
    transition: 0.3s ease-out;
}

    .listing-search__btn:hover {
        opacity: 0.8;
    }

.main-listing__form-label {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 5px;
    margin-left: 15px;
}

.main-listing__form-select {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.cont__radio {
    display: inline-flex;
}

@media only screen and (min-width: 992px) {
    .main-search--absolute {
        position: absolute;
        left: 0;
        bottom: -50px;
        z-index: 5;
        width: 100%;
        background-color: transparent;
    }
}

@media only screen and (max-width: 992px) {
    .main-search--absolute {
        position: relative;
        left: 0;
        bottom: 0;
        z-index: 5;
        width: 100%;
        background-color: transparent;
        padding: 55px 0;
    }
}
/*** BUSCADOR FIN ***/

/*** BUSCADOR LISTADO INICIO ***/
.main-listing__main .main-listing__form-label {
    color: #333333;
}

section.main-listing .listing-search__more-label {
    color: #333333;
}

section.main-listing .listing-search__btn {
    margin-bottom: initial;
}

.dk-selected {
    border: 1px solid #eeeeee;
}
/*** BUSCADOR LISTADO FIN ***/

/*** DESTACADAS LATERAL INICIO ***/
.similar-home__image .similar-home__favorite {
    position: absolute;
    top: 10px;
    right: initial;
    left: 10px;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0px 5px;
    line-height: 20px;
    font-size: 11px;
    font-weight: 600;
    background-color: rgb(10, 34, 83);
    color: #ffffff;
    border-radius: initial;
    text-align: center;
    cursor: pointer;
}

.similar-home__image {
    height: 137px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: #ccc;
}

    .similar-home__image img {
        width: auto;
        height: 100%;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .similar-home__image {
        height: 140px;
        width: 100%;
        overflow: hidden;
        text-align: center;
        background-color: #ccc;
    }

        .similar-home__image img {
            width: 100%;
            height: auto;
        }
}

@media (max-width: 767px) {
    .similar-home__image {
        height: 190px;
        width: 100%;
        overflow: hidden;
        text-align: center;
        background-color: #ccc;
    }
}
/*** DESTACADAS LATERAL FIN ***/

/*** LISTADO DE PROPIEDADES INICIO ***/
section#propListado .item-grid__image-container {
    height: 163px;
    width: 264px;
    text-align: center;
    background-color: #ccc;
}

span.item__label.cod__list {
    left: initial;
    right: 10px;
    top: 10px;
}

.item__label {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 12px;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    border-radius: 3px;
    background-color: #0f4c81!important;
}

.listing__price {
    margin: 0;
    text-transform: initial;
}

    .listing__price.price-venta {
        margin-top: 15px;
    }

    .listing__price.price-arriendo {
        margin: 5px 0 15px;
    }

.property-prices {
    min-height: 70px;
}

ul.pagination {
    width: 100%;
    display: block;
    text-align: center;
}

.cont__pagination {
    display: inline-flex;
    text-align: center;
    width: 100%;
}

section#propListado.main-listing__item-grid .item-grid__image-container {
    height: 250px;
    width: 100%;
    text-align: center;
    background-color: #ccc;
}

.label-info {
    background-color: transparent;
}

.label-primary {
    background-color: transparent;
}

@media (min-width: 992px) and (max-width: 1199px) {
    section#propListado.main-listing__item-grid .item-grid__image-container {
        height: 230px;
        width: 100%;
        text-align: center;
        background-color: #ccc;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section#propListado.main-listing__item-grid .item-grid__image-container {
        height: 250px !important;
        width: auto !important;
        text-align: center;
        background-color: #ccc;
    }

    section#propListado .item-grid__image-container {
        height: auto !important;
        width: auto !important;
        text-align: center;
        background-color: #ccc;
    }

    .similar-home__image {
        height: auto;
        width: 100%;
        overflow: hidden;
        text-align: center;
        background-color: #ccc;
    }
}

@media (max-width: 767px) {
    section#propListado .item-grid__image-container {
        height: 260px;
        width: 100%;
        text-align: center;
        background-color: #ccc;
    }
}
/*** LISTADO DE PROPIEDADES FIN ***/

/*** FICHA DE PROPIEDAD INICIO ***/
.property__name {
    margin-bottom: 8px;
    font-size: 25px;
}

.property__figure {
    display: block;
    margin-bottom: -2px;
    color: #333333;
    font-size: 20px;
}

.property__stat {
    display: inline-block;
    margin-right: 20px;
    color: #888888;
    font-size: 11px;
    text-transform: uppercase;
}

.cont__precio {
    display: inline-block;
    padding: 0 10px 0 0;
}

    .cont__precio .cont__op {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
    }

.cont_nav a.disabled {
    color: #aaa;
    cursor: not-allowed;
}

.property__slider-image.slick-slide.slick-current img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}


#fichaPropiedad .property__list h5 {
    margin-bottom: 5px;
    text-align: center;
    color: #999999;
}

#fichaPropiedad .property__icon {
    width: 40px !important;
    padding: 10px;
    height:40px;
}

    #fichaPropiedad .property__icon.fa-facebook-f {
        background-color: #3b5998;
    }

    #fichaPropiedad .property__icon.fa-twitter {
        background-color: #00acee;
    }

    #fichaPropiedad .property__icon.fa-whatsapp {
        background-color: #25D366;
    }

#fichaPropiedad .contact-form__header-container img{
    margin:0 auto;
}

.property__slider-nav li.property__slider-item.slick-slide {
    height: 52px;
}

    .property__slider-nav li.property__slider-item.slick-slide a > img {
        height: 100%;
        width: auto;
        margin: 0 auto;
    }

#fichaPropiedad .navegador-ficha {
    margin-left: 10px;
}

.contact-number {
    color: #333333;
    font-size: 12px;
    text-transform: none;
    transition: 0.3s color ease-out;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contact-form--white {
    position: relative;
    display: flex;
    flex-direction: column;
}

.contact-name {
    margin-bottom: 10px;
}

.contact-info {
    display: grid;
}

section#fichaPropiedad .slick-initialized .slick-slide {
    background-color: #ccc;
}

.slick-slide {
    border: 1px solid #fff;
}

    .slick-slide.slick-current {
        max-height: 605px;
    }

.cont__mapa {
    position: relative;
}

    .cont__mapa img {
        width: 100%;
        height: auto;
    }

#mapContainer {
    width: 100%;
    display: contents;
}

@media (max-width: 767px) {
    section #fichaPropiedad .slick-slide.slick-current {
        max-height: 250px;
    }

    .property__name {
        margin-bottom: 8px;
        font-size: 24px;
    }

    .property__feature {
        margin-bottom: 30px;
        padding: 15px 20px;
        background-color: #ffffff;
        transition: 0.5s box-shadow ease-out;
        text-align: center;
    }

    .widget__container {
        padding-top: 10px;
    }
}

@media (max-width: 991px) {
    .property__feature-container {
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .property__main-item {
        margin-right: 10px;
        padding-right: 20px;
    }
}
/*** INICIO BUTTONS ***/
.video-block {
    display: flex;
}

    .video-block a:not([href]):not([tabindex]) {
        width: 100%;
    }

.cont__mapa .video-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
}

.box-shadow-ripples h2 {
    font-size: 16px;
}

.box-shadow-ripples {
    height: 120px;
    width: 400px;
    border: 0px solid #313030;
    border-radius: 0;
    background-size: cover;
    position: absolute;
    /* box-shadow: 0 0 16px rgba(0, 0, 0, 0.16); */
    z-index: 10;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

    .box-shadow-ripples:before {
        position: absolute;
        content: "";
        top: -7px;
        bottom: -7px;
        left: -7px;
        right: -7px;
        border-radius: 0;
        box-shadow: 0 0 rgba(0, 0, 0, 0.2), 0 0 0 16px rgba(0, 0, 0, 0.2), 0 0 0 32px rgba(0, 0, 0, 0.2), 0 0 0 48px rgba(0, 0, 0, 0.2);
        z-index: -1;
        animation: ripples 1s linear infinite;
        animation-play-state: running;
        opacity: 1;
        transition: 0.5s;
        transform: scale(0.6);
        background-color: rgba(0, 0, 0, 0.6);
    }

    .box-shadow-ripples:hover:before {
        animation-play-state: running;
        opacity: 1;
        visibility: visible;
        transform: scale(0.7);
    }

    .box-shadow-ripples h2 {
        text-align: center;
        top: 50%;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
    }

@keyframes ripples {
    to {
        box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.2), 0 0 0 32px rgba(0, 0, 0, 0.2), 0 0 0 48px rgba(0, 0, 0, 0.2), 0 0 0 64px rgba(0, 0, 0, 0);
    }
}
/*** FIN BUTTONS ***/
/*** FICHA DE PROPIEDAD INICIO ***/

/*** DESTACADAS INICO ***/
.item-grid, .famous-agents, .partners {
    background-color: #f2f6f9;
}

    .item-grid .listing, .famous-agents .slick-slide.slick-current, .partners .owl-stage .item {
        background: #fff;
        -webkit-box-shadow: 0px 6px 15px 0px rgb(111 120 142 / 10%);
        box-shadow: 0px 6px 15px 0px rgb(111 120 142 / 10%);
        overflow: hidden;
    }

.listing__favorite {
    position: absolute;
    z-index: 3;
    top: 15px;
    width: auto;
    height: auto;
    background: rgb(34, 53, 91);
    text-align: center;
    border-radius: initial;
    cursor: pointer;
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.listing__favorite {
    background: #0f4c81;
    top: 10px;
    left: 10px;
    right: initial;
    padding: 0 12px;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    border-radius: 3px;
}

.item-grid__image-container {
    height: 222px;
    text-align: center;
    background-color: #ccc;
}

.listing img {
    width: auto;
    height: 100%;
}

p.listing__price span {
    font-size: 16px;
    text-transform: capitalize;
}

.listing__btn {
    flex-shrink: 0;
    display: inline-block;
    border: 1px solid #1fc341;
    padding: 8px 15px;
    color: #1fc341;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 40px;
    transition: 0.3s all ease-out;
}

.listing__figure {
    display: block;
    font-size: 15px;
}

@media only screen and (min-width: 768px) {
    .item-grid {
        padding: 100px 0 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .item-grid__image-container {
        height: 340px;
    }
}

@media (max-width: 991px) {
    .new-listing__block {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 767px) {
    .listing__details ul.listing__stats {
        display: inline-block;
    }

    .listing__details .listing__btn {
        display: inline-block;
        float: right;
    }
}
/*** DESTACADAS FIN ***/

/*** SERVICIOS INICIO ***/
.feature img {
    display: inline-block;
    margin-bottom: 45px;
}

section.features h2.section__title.section__title--b-margin {
    text-align: center;
    padding: 0 0 40px 0;
    color: #ffffff;
}

.features__overlay {
    background-color: rgba(10, 34, 83, 0.8);
}
/*** SERVICIOS FIN ***/

/*** BUSCADOR POR COMUNAS ***/
.new-listing__title {
    margin-bottom: 0;
    margin-top: 5px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}

.new-listing__content {
    background: rgb(0 0 0 / 12%);
}
/*** BUSCADOR POR COMUNAS FIN ***/

/*** LISTADO DE AGENTES ***/
.famous-agents__navigation-prev .svg-inline--fa.fa-w-8 {
    width: 40px;
    margin-top: 10px;
}

.famous-agents__navigation-next .svg-inline--fa.fa-w-8 {
    width: 40px;
    margin-top: 10px;
}

.famous-agents__wrapper .slick-slide img {
    margin: 0 auto;
    width: auto;
    height: 100%;
}

.famous-agents__header {
    width: 262px;
    height: 255px;
    background-color: #fff;
}

ul.pagination li {
    display: inline-block;
    margin: 0 2px;
}

    ul.pagination li > a {
        display: inline-block;
        color: #333333;
        width: 40px;
        height: 40px;
        line-height: 30px;
        text-align: center;
        border-radius: 4px;
        border: 1px solid transparent;
        transition: 0.5s all ease-out;
    }

li.active > a {
    background-color: #f39339;
    color: #ffffff !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .famous-agents__header {
        width: 292px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .famous-agents__header {
        width: 220px;
        height: 220px;
        background-color: #ccc;
    }
}

@media (max-width: 767px) {
    .famous-agents__header {
        width: auto;
        height: 255px;
        background-color: #ccc;
    }

    .partners__list li {
        padding: 10px 15px;
        width: 100%;
        text-align: center;
    }
}
/*** LISTADO DE AGENTES INICIO ***/

/*** PARTNERS ***/
ul.partners__list li > img {
    padding: 10px;
    background-color: #fff;
}
/*** PARTNERS FIN ***/

/*** BLOG DE NOTICIAS INICIO ***/
span.ion-pricetags.news__tags-icon {
    color: #888888;
    font-size: 12px;
}

span.news__meta a {
    color: #888888;
    font-size: 12px;
}
/*** BLOG DE NOTICIAS INICIO ***/

/*** BANNER ***/
.newsletter__content img {
    flex-shrink: 0;
    height: 45px;
}

.newsletter__form a {
    margin: 0;
}

.newsletter .svg-inline--fa.fa-whatsapp.fa-w-14 {
    font-size: 50px;
    color: #ffffff;
}
/*** BANNER FIN ***/
/*** FOOTER INICIO ***/
ul.footer__rrss {
    display: inline-flex;
    margin: 0 0 5px 0;
}

    ul.footer__rrss li {
        padding: 0 5px;
        text-transform: uppercase;
    }

ul.footer__contact {
    display: inline-flex;
    margin: 0 0 5px 0;
}

    ul.footer__contact li {
        padding: 0 5px;
    }

.footer__logo img {
    width: 270px;
}

@media (max-width: 1199px) {
    ul.footer__contact {
        display: inline-block;
    }

        ul.footer__contact li {
            margin: 5px 0 5px 0;
        }
}

@media(max-width:767px) {
    ul.footer__rrss {
        display: flex;
        flex-direction: column;
    }
}
/*** FOOTER FIN ***/

/*** CONTACTO ***/
a:not([href]):not([tabindex]) {
    color: #ffffff !important;
    text-decoration: none;
    float: right;
}

ul.ul_cont__rrss {
    position: relative;
    margin: 15px 0 0 0;
    float: left;
}

    ul.ul_cont__rrss li {
        display: inline-block;
        margin: 0 10px 0 0;
    }
/*** Captcha ***/
.cont-captcha {
    float: right;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

    .cont-captcha .g-recaptcha {
        float: right;
    }

.cont-btn {
    width: 100%;
    display: inline-block;
    text-align: right;
}
/*** Captcha ***/
@media (max-width: 767px) {
    .contact-form__footer {
        position: relative;
        width: 100%;
        float: right;
    }
}
/*** CONTACTO FIN ***/

/*** LISTADO BLOG ***/
.news__thumbnail {
    height: 250px;
    width: 100%;
    background-color: #c1c1c1;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .news__thumbnail img {
        transition: 0.3s transform ease-out;
        width: 100%;
        height: auto;
    }

.news__title {
    height: 60px;
}

/*** LISTADO BLOG FIN ***/

/*** FICHA BLOG ***/
span.news__cat a {
    color: #ffffff;
}

.news__thumbnail--single {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 992px) {
    .news__cat {
        margin-bottom: 27px;
        margin-right: 10px;
    }
}
/*** FICHA BLOG FIN ***/

/*** MEDIDAS Y OTROS INICIO ***/
a {
    transition: 0.3s color ease-out;
}

    a:hover {
        text-decoration: none !important;
    }

    a:hover, a:focus {
        color: #ffffff;
        text-decoration: none;
    }

    .listing-sort__link a:hover, a:focus {
        color: #333333;
        text-decoration: none;
    }

    .header__menu.header__menu--v2 a:hover, a:focus {
        color: #ffffff;
        text-decoration: none;
    }

.no-padding {
    padding: 0 !important;
}
/*** MEDIDAS Y OTROS FIN ***/

/**** ULTIMOS CAMBIOS ****/
.cont_btnContactoWSP {
    width: 100%;
    margin: 35px 0;
    text-align: center;
}

    .cont_btnContactoWSP a {
        background-color: #25d366;
        color: #ffffff;
        padding: 12px 30px;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 500;
    }

        .cont_btnContactoWSP a > i {
            font-size: 16px;
            font-weight: 500;
        }

        .cont_btnContactoWSP a:hover {
            background-color: #ffffff;
            border: 1px solid #25d366;
            color: #25d366;
        }
/******************/



/*******PIE**************/
.footer__copyright-list a {
    text-transform: initial;
    font-size: 14px;
}
/*******************/
/*@media(max-width:767px) {
    .item-grid {
        position: relative;
        padding: 40px 0 40px;
        background-color: #f6f6f6;
    }
}
*/
/*****OWL CAROUSEL********/
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

    .owl-theme .owl-controls .owl-page span {
        background: none repeat scroll 0 0 #869791;
        border-radius: 20px;
        display: block;
        height: 12px;
        margin: 5px 7px;
        opacity: 0.5;
        width: 12px;
    }
/*****FIN OWL CAROUSEL********/


/******NOTIFICACIÓN CAMPOS CONTACTOS**********/


.help-block {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    color: #bb2222;
    position: absolute;
    text-align: right;
    right: 0px;
    top: 20px;
    transform: translate(-50%, -50%);
}

    .help-block .tooltiptext {
        visibility: hidden;
        width: 150px;
        background-color: #bb2222;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 10px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: 0;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 12px;
        line-height: 20px;
        transform: translate(-50%, 0%);
    }

        .help-block .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #b22 transparent transparent transparent;
        }

    .help-block:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.contact_business_details .help-block {
    right: 0px;
    top: 45%;
}

@media(max-width:767px) {

    .help-block .tooltiptext {
        width: 90px;
        left: 5px;
    }
}

/******FIN NOTIFICACIÓN CAMPOS CONTACTOS**********/


/*******QUIÉNES SOMOS**************/
.about-us__title {
    font-weight: 100;
    font-family: 'Roboto' !important;
    color: #000 !important;
    margin-bottom: 1.5rem;
}

.bajada-titulo-servicios {
    margin-bottom: 40px !important;
    width: 70%;
    margin: 0 auto;
}

.mb-5 {
    margin-bottom: 1.5rem !important;
}

.contenedor-servicios {
    background-color: #f8f8f8;
    padding: 40px;
    position: relative;
    display: flex;
    width: 100%;
}

    .contenedor-servicios .contenedor-servicios-2 {
        position: relative;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: start;
        align-content: center;
        align-items: center;
        display: flex;
    }

        .contenedor-servicios .contenedor-servicios-2 .contenedor-servicios-img {
            text-align: center;
            width: 100%;
            margin-bottom: 20px;
        }

        .contenedor-servicios .contenedor-servicios-2 .contenedor-servicios-texto ul li {
            list-style: initial !important;
        }

@media all and (-webkit-min-device-pixel-ratio : 3.0) {
    .features {
        background-image: url(/assets/img/web/servicios01.jpg);
        background-size: 100%;
        background-size: auto;
        background-attachment: initial;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}
/*******FIN QUIÉNES SOMOS**********/

.grecaptcha-badge {
    z-index: 9999;
}