input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    box-shadow: 0 0 0 1000px #fff inset !important
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
    background-color: #fff !important
}

*::-webkit-input-placeholder {
    color: #c5c5c5
}

*::-moz-placeholder {
    color: #c5c5c5
}

*:-ms-input-placeholder {
    color: #c5c5c5
}

*:-moz-placeholder {
    color: #c5c5c5
}

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

#app-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /* background-image: url(../images/chalet-verano-fondo.jpg);
    background-position: 20% 120%;
    background-repeat: no-repeat;
    background-size: 60%; */
    overflow-x: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.wrapper {
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 50px;
    color: var(--light__e);
}

.tabs li::marker {
    color: #171717;
}

.tabs .fa-long-arrow-right {
    color: var(--color_boton);
    font-size: 30px;
    margin-bottom: 10px;
}

@media screen and (max-width:1340px) {
    #app-container {
        background-position: 20% 110%
    }

    .wrapper {
        padding: 30px 60px
    }
}

@media screen and (max-width:768px) {
    #app-container {
        background-position: center bottom;
        background-size: 80%
    }

    .wrapper {
        padding: 30px 40px
    }

    .tabs .fa-long-arrow-right {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .wrapper {
        padding: 30px 24px
    }
}

header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.logo {
    height: 70px;
    margin-right: 30px
}

#slogan {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#slogan h1 {
    font-size: 30px;
    font-family: firasansregular, sans-serif;
    color: #6c6c6c
}

#slogan h2 {
    font-family: firasanslight, sans-serif;
    font-weight: 100;
    font-size: 1.17rem
}

@media screen and (max-width:768px) {
    header .wrapper {
        padding: 20px 40px
    }

    .logo {
        height: 45px
    }

    #slogan {
        height: 45px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #slogan h1 {
        font-size: 20px
    }

    #slogan h2 {
        display: none
    }
}

.llamanos.desktop {
    display: none
}

@media screen and (max-width:580px) {
    #slogan h1 span {
        display: block
    }
}

#time {
    margin-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.time__segundos {
    font-size: 50px;
    font-weight: 600;
    margin-right: 10px;
    min-width: 80px;
    text-align: right
}

#time-text .minified {
    display: none
}

#time-final {
    display: none
}

#time-final .minified {
    display: none
}

.time-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 12.5px
}

.time-bar__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin-bottom: 40px
}

.time-bar__bar nav {
    margin-bottom: 15px
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs__timebar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #eaeaea;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs__timebar-increment {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 0%;
    height: 100%;
    border-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 0;
    background-color: #fec43d;
    -webkit-transition: all .5s ease-in-out 1s;
    -o-transition: all .5s ease-in-out 1s;
    transition: all .5s ease-in-out 1s
}

.tabs__timebar--end .tabs__timebar-increment {
    width: 100%
}

.tabs__timebar--end .tabs__timebar-point {
    background-color: #fec43d
}

.tabs__timebar-point {
    width: 25px;
    height: 25px;
    background-color: #eaeaea;
    border-radius: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs__timebar-point.point-1 {
    -webkit-transform: translateX(-12.5px);
    -ms-transform: translateX(-12.5px);
    transform: translateX(-12.5px)
}

.tabs__timebar-point.point-4 {
    -webkit-transform: translateX(12.5px);
    -ms-transform: translateX(12.5px);
    transform: translateX(12.5px)
}

.tabs__timebar-point:after {
    content: '';
    position: absolute;
    width: 10%;
    height: 10%;
    border-radius: 100%;
    opacity: 0;
    background: #fec43d;
    -webkit-transition: all .4s ease-in-out 1.2s;
    -o-transition: all .4s ease-in-out 1.2s;
    transition: all .4s ease-in-out 1.2s
}

.current.tabs__timebar-point:after {
    width: 100%;
    height: 100%;
    opacity: 1
}

.tabs a {
    cursor: default;
    pointer-events: none
}

.tabs li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    width: calc(100%/3)
}

.tabs li .tabs__title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    font-weight: 100
}

.tabs li .tabs__title span {
    display: block;
    font-weight: 600
}

.tabs .order {
    display: none
}

@media screen and (max-width:1024px) {
    #time {
        max-width: 110px
    }
}

@media screen and (max-width:768px) {
    #time-text .complete {
        display: none
    }

    #time-text .minified {
        display: block
    }

    #time-final .complete {
        display: none
    }

    #time-final .minified {
        display: block
    }

    #time {
        display: none
    }

    .time-bar__bar {
        margin-bottom: 20px
    }

    .tabs__timebar-point {
        width: 20px;
        height: 20px
    }
}

.tabs .minified {
    display: none
}

#slides {
    position: relative;
    min-height: 370px
}

#slides article {
    display: none;
    opacity: 0;
    transform: translateX(50%)
}

#slides article.appear {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

#preg8 {
    margin: auto;
}

#slides article.disappear {
    opacity: 0;
    transform: translateX(-50%);
    -webkit-transition: all .3s ease .5s;
    -o-transition: all .3s ease .5s;
    transition: all .3s ease .5s
}

#slides article h3 {
    font-size: 28px;
    font-family: firasansregular, sans-serif;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
}

#slides .input.radio label {
    min-width: 450px;
    line-height: 24px;
    border: 1px solid #fec43d;
    border-radius: 43px;
    color: #fec43d;
    font-size: 22px;
    font-weight: 300;
    padding: 25px 40px 25px 40px;
    margin: 0 0 1vw 0;
    display: inline-block;
    position: relative;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer
}

.checkbox,
.radio {
    text-align: center;
}

.arrow-cp {
    position: absolute;
    top: 18px;
    z-index: 5;
    right: 25px;
    font-size: 35px !important;
    pointer-events: none;
}

.arrow-cp2 {
    position: absolute;
    top: 18px;
    z-index: 5;
    right: -42px;
    font-size: 35px !important;
    pointer-events: none;
}

#slides .input.radio label:after {
    content: "";
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../images/icono-red.svg);
    margin-left: 20px;
    position: absolute;
    right: 30px;
    top: calc(50% - 12.5px);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

#slides .input.radio label:hover:after {
    content: "";
    background-image: url(../images/icono-bl.svg);
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

#slides .input.radio label.active:after {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
    transition: all ease-in .1s
}

#slides .input.radio label:hover {
    /* color: #fff; */
    color: #000;
    background-color: #fec43d;
    border-radius: 43px 0 43px 0
}

#slides .input.radio label.active {
    /* color: #fff;
    background-color: #000;
    border: 1px solid #000; */
    color: #000;
    background-color: #fec43d;
    border-radius: 43px 0 43px 0
}

#slides .input.radio input {
    display: none
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: 0px;
}

#preg9,
#preg13,
#preg16 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

#preg9 .input.radio,
#preg13 .input.radio,
#preg16 .input.radio {
    margin-right: 1vw;
    margin-top: -5px
}

#preg9 .input.radio label,
#preg13 .input.radio label,
#preg16 .input.radio label {
    margin-bottom: 1vw
}

.telf-cp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 550px;
    position: relative;
    height: 92px;
    margin: auto;
}

.telf-cp .input.text {
    width: 65%;
    position: absolute;
    top: 0
}

.telf-cp .input.text input {
    width: 100%;
    height: 92px;
    padding: 0 40px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #fec43d !important;
    font-size: 22px;
    color: #555;
    z-index: 1;
    border-radius: 50px;
    -webkit-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    transition: all ease-in .2s;
    font-family: firasanslight, sans-serif
}

.telf-cp .submit {
    width: 100%;
    height: 100%
}

.telf-cp .submit:after {
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    top: calc(50% - 12.5px);
    width: 25px;
    height: 25px;
    background-image: url(../images/icono-bl.svg);
    -webkit-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    transition: all ease-in .2s;
    pointer-events: none
}

.telf-cp .submit:hover:after {
    right: calc(30px - 5%);
    transform: scale(1.25)
}

.telf-cp .submit input {
    width: 100%;
    height: 92px;
    border: 1px solid #fec43d;
    border-radius: 100px;
    background-color: #fec43d;
    font-size: 22px;
    color: #fff;
    -webkit-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    transition: all ease-in .2s;
    text-align: right;
    padding-right: 70px;
    cursor: pointer;
    font-family: firasanslight, sans-serif;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: unset
}

.telf-cp.active .submit input {
    border: 1px solid #000;
    background-color: #000
}

.telf-cp.active .input.text input {
    border: 1px solid #000 !important
}

.telf-cp .submit:hover input {
    width: 105%
}

.telf-cp .error-message {
    position: absolute;
    bottom: -60px;
    margin-bottom: 30px;
    color: #fec43d;
    width: 150%;
    right: -125px;
    text-align: center;
    /* width: fit-content; */
    /* max-width: 1280px; */
    margin: 0 auto;
}

.negocio-last .telf-cp .error-message {
    bottom: -110px
}

.vivienda-last .telf-cp .error-message {
    bottom: -110px;
    right: -185px;
}

#privacidad2 {
    font-size: .8em;
    margin-top: 20px;
    text-align: center;
}

#privacidad2 a {
    color: #fec43d;
    text-decoration: underline
}

@media screen and (max-width:1057px) {
    #slides {
        min-height: 555px
    }
}

@media screen and (max-width:768px) {
    .tabs .complete {
        display: none
    }

    .tabs .minified {
        display: block
    }

    #slides {
        min-height: 475px
    }

    #slides article h3 {
        font-size: 20px;
        line-height: 25px;
        text-align: center
    }

    #slides .input.radio label {
        min-width: auto;
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
        padding: 20px 30px 20px 30px;
        font-size: 20px;
        border-radius: 33px
    }

    .vivienda-last .telf-cp .error-message {
        width: 100%;
        left: 35px;
    }

    .tabs li {
        text-align: start;
    }

    #slides .input.radio label:hover {
        border-radius: 33px 0 33px 0
    }

    #preg9 .input.radio,
    #preg13 .input.radio,
    #preg16 .input.radio {
        width: 100%
    }

    .telf-cp {
        max-width: 100%;
        width: 100%;
        height: 72px
    }

    .telf-cp .input.text input {
        height: 72px;
        padding: 0 30px
    }

    .telf-cp .submit input {
        height: 72px
    }

    .telf-cp .submit:hover input {
        width: 100%
    }

    .telf-cp .submit:hover:after {
        right: 30px
    }
}

@media screen and (max-width:580px) {
    .telf-cp .input.text {
        width: calc(100% - 70px)
    }

    .telf-cp .error-message {
        bottom: -80px
    }

    .negocio-last .telf-cp .error-message {
        bottom: -130px
    }

    .vivienda-last .telf-cp .error-message {
        bottom: -130px
    }
}

@media screen and (max-width:460px) {
    #slides .line-2 {
        display: block
    }
}

footer {
    height: auto;
    color: #fff;
    font-size: 14px;
    background-color: #75787b
}

footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 30px 50px
}

#copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.logo-footer {
    height: 45px;
    margin-right: 20px
}

.footer__item {
    margin-right: 20px
}

.footer__item.popup-link {
    text-decoration: underline
}

@media screen and (max-width:768px) {
    footer {
        height: auto
    }

    .logo-footer {
        height: 40px
    }
}

@media screen and (max-width:580px) {
    footer .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .logo-footer {
        margin-right: 0;
        margin-bottom: 5px;
        height: 35px
    }

    .footer__item {
        margin-right: 0;
        margin-top: 8px
    }
}

.popupOferta {
    max-width: 600px;
    background-color: #fff;
    padding: 60px 80px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 100px;
    color: #6c6c6c;
    margin: 0 auto
}

.popupOferta.white-popup .black {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.popupOferta .black {
    width: 100% !important;
    max-width: auto !important
}

.popupOferta .black .red {
    color: #fec43d
}

.popupOferta h3.demi {
    font-size: 36px;
    font-family: firasansregular, sans-serif;
    margin-bottom: 10px
}

.popupOferta h4.ventajas {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fec43d
}

.popupOferta li {
    font-size: 18px;
    font-family: firasanslight, sans-serif;
    height: 38px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popupOferta li .check {
    position: relative;
    display: inline-block;
    left: 0;
    width: 10px;
    height: 18px;
    margin-right: 24px
}

.popupOferta li .check:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 3px;
    height: 100%;
    width: 3px;
    background: #fec43d;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right
}

.popupOferta li .check:before {
    content: '';
    position: absolute;
    bottom: 3px;
    width: 100%;
    height: 3px;
    background-color: #fec43d;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right
}

.popupOferta .right {
    text-align: right;
    margin-bottom: 30px;
    margin-top: 1em
}

.popupOferta button {
    border: none;
    color: #fff;
    background-color: #fec43d;
    cursor: pointer;
    line-height: 36px;
    padding: 0 40px;
    font-size: 14px;
    font-family: firasansregular, sans-serif;
    border-radius: 18px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.popupOferta button:hover {
    background-color: #000
}

.popupOferta .small {
    font-size: 11px
}

@media screen and (max-width:640px) {
    .mfp-container {
        padding: 20px !important
    }

    .popupOferta {
        padding: 50px;
        border-bottom-right-radius: 60px;
        border-top-left-radius: 60px
    }

    .popupOferta h3.demi {
        font-size: 30px
    }

    .popupOferta .right {
        text-align: left;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        margin-top: 2em
    }

    .popupOferta .black .red {
        color: #fec43d;
        display: block
    }

    .popupOferta .small {
        margin-top: 1em
    }
}

.cookies {
    display: block;
    font-size: .65em;
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    padding: 5px 0;
    text-align: center;
    background-color: #000;
    color: #fff;
    z-index: 10000000000
}

.cookies .cookies-content {
    padding: 0 2%;
    max-width: 1200px;
    margin: 0 auto
}

.cookies .cookies-text {
    float: left;
    text-align: left;
    padding: 4px 0
}

.cookies .cookies-text p {
    padding: 0 !important
}

.cookies .cookies-buttons button {
    border: 0;
    color: #000;
    padding: 4px;
    background-color: #fff
}

.cookies .cookies-buttons button:before {
    content: "Cerrar"
}

@media screen and (max-width:479px) {
    .cookies {
        font-size: .65em
    }

    .cookies .cookies-content {
        position: relative;
        overflow: hidden
    }

    .cookies .cookies-text {
        float: left;
        text-align: left;
        padding: 4px 30px 4px 0
    }

    .cookies .cookies-buttons button {
        position: absolute;
        top: 0;
        right: 4px;
        cursor: pointer;
        padding: 10px
    }

    .cookies .cookies-buttons button:before {
        content: "X"
    }
}

@media (max-width: 600px) {
    .error-message {
        width: 100% !important;
        left: 0 !important;
    }

    .telf-cp.telf .error-message {
        left: 37px !important;
        right: 0 !important;
    }

    .telf-cp .error-message {
        left: -130px !important;
    }

    .footer-main .footer-logos .footer-img img {
        height: 38px !important;
    }

    .footer-links .bg-secundario {
        font-size: 13px;
    }
}