/* Transiciones */

#preloader {
    background: #38444b !important;
}

#preloader::before {
    border: 6px solid #b885f0;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}


/* Menú superior */

.nav-menu a {
    color: #38444b;
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 7px;
    font-weight: 600;
}

.nav-menu .active a {
    color: #b885f0;
}

#header {
    background: #e3e5ea;
}

#header .container {
    max-width: 98%;
}

#header .logo img {
    max-height: 44px;
}

#header.header-scrolled,
#header.header-inner-pages {
    background: #f3f5fa;
}

.get-started-btn {
    color: #ffffff !important;
    border: 2px solid #38444b;
    margin: 0px;
    background: #38444b;
}

.get-started-btn:hover {
    color: #38444b !important;
    background: transparent;
}

.mobile-nav-toggle i {
    color: #38444b;
}

.idioma ul {
    left: -50px !important;
}

.perfil ul {
    left: -100px !important;
}

.perfil img {
    width: 24px;
    border-radius: 50%;
    border: solid 1px #38444b;
}


/* Botones */

.btn-primary {
    background: #b885f0;
    border-color: #b885f0;
    color: #ffffff;
}

.btn-google,
.btn-facebook {
    padding: 12px 34px;
    transition: 0.4s;
    border-radius: 50px;
}

.btn-google {
    background: #ea4335;
    border-color: #ea4335;
    color: #ffffff;
}

.btn-google:hover {
    background: #fa5345;
    border-color: #fa5345;
}

.btn-facebook {
    background: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

.btn-facebook:hover {
    background: #5b79b8;
    border-color: #5b79b8;
}

.back-to-top i {
    background: #b885f0;
}

.back-to-top i:hover {
    background: #9865d0;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #da9c1e;
    border-color: #da9c1e;
}

.boton-sino {
    width: 100px !important;
}

.tabla-comparador .btn-group label.btn {
    margin: 0px 10px 0px 10px !important;
    opacity: 0.4;
    border-radius: 50% !important;
    padding: 4px 4px 4px 4px;
    font-size: 26px;
    line-height: 26px;
}

.tabla-comparador .btn-group label.btn.active {
    margin: 0px 10px 0px 10px !important;
    opacity: 1;
}

a.enlace-faq {
    display: inline !important;
    padding: 0px !important;
}

a.aviso-evaluacion {
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
}

.bloquear-espacio {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.aviso-enlace {
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
}

#ordenDePrioridades a.ayuda {
    color: #ffffff;
}

li.prioridades_papelera {
    list-style: none;
}

.tabla-comparador a.ayuda {
    color: #38444b;
}

.btn-flotante {
    position: fixed;
    right: 70px;
    bottom: 17px;
    border-radius: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}


/* Componentes */

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #b885f0;
    background-color: #b885f0;
}

input.elemento-error:focus {
    border-color: #ff0000;
}

.elemento-error .custom-control-label::before {
    border-color: #ff0000 !important;
}

input.max100 {
    max-width: 600px;
    display: inline-block;
}

input.max30 {
    max-width: 180px;
    display: inline-block;
}


/*
{
    border-color:#ff0000;
}
*/


/* Pasos */

.no-active .bs-stepper-circle {
    background-color: #fabc3e !important;
    color: #000000;
}

.ant-active .bs-stepper-circle,
.active .bs-stepper-circle {
    background-color: #b885f0;
    color: #000000;
}

.contenido-paso {
    min-height: 300px;
    margin-top: 40px;
}

.progress-bar {
    background: #b885f0;
}

.progress {
    height: 0.5rem;
}


/* Mapas */

#map {
    width: 100%;
    height: 300px;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#ubicacion {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 90%;
}

#ubicacion:focus {
    border-color: #4d90fe;
}


/* Elementos reordenables */

.reordenables .elemento-ordenable {
    margin-bottom: 10px !important;
    background-color: #38444b;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    border: solid 1px #38444b;
    cursor: grab;
}

.reordenables .elemento-ordenable.elemento-ordenable-excluir {
    background-color: #ffffff;
    color: #38444b;
    border-left: solid 1px #38444b;
    border-right: solid 1px #38444b;
    border-top: 0px;
    border-bottom: 0px;
    border-radius: 0px;
    margin: 0px !important;
    padding-bottom: 10px !important;
}

.reordenables .elemento-ordenable.elemento-ordenable-excluir-primero {
    background-color: #ffffff;
    color: #38444b;
    border-top: solid 1px #38444b;
    border-radius: 5px 5px 0px 0px;
}

.reordenables .elemento-ordenable.elemento-ordenable-excluir-ultimo {
    background-color: #ffffff;
    color: #38444b;
    border-bottom: solid 1px #38444b;
    border-radius: 0px 0px 5px 5px;
}

.reordenables .elemento-ordenable::marker {
    color: #38444b;
}

.reordenables .elemento-ordenable:active {
    margin-bottom: 10px !important;
    background-color: #ffffff;
    border-color: #38444b;
    color: #38444b;
}

@media (max-width: 580px) {
    .reordenables .elemento-ordenable {
        margin-left: 25px;
    }
}


/* Imágenes */

.imagen-propiedad {
    max-width: 340px;
    max-height: 340px;
    width: 100%;
    height: auto;
    /*margin: 0px 10px 0px 10px !important;*/
}

.propiedad_imagen {
    width: 238px;
    height: 170px;
    overflow: hidden;
    border: solid #38444b 1px;
    margin: 0px 10px 0px 10px !important;
    line-height: 170px;
    text-align: center;
}


/* Secciones (genérico) */

.section-title h2,
#hero h2 {
    text-transform: none;
    color: #38444b !important;
}

#hero h1 {
    font-size: 32px;
}

#hero h2 {
    font-size: 18px;
}

.section-title h2::after {
    background: #b885f0;
    height: 5px;
}

.section-sin-hero {
    margin-top: 70px;
}


/* Sección "Hero" */

#hero {
    background: #ffffff;
    color: #515151;
    height: 100%;
}

#hero h1 {
    color: #38444b;
}

#hero h2 {
    color: #b885f0;
}

#hero .btn-get-started {
    color: #fff;
    background: #38444b;
}

#hero .btn-get-started:hover {
    color: #fff;
    background: #b885f0;
}

#hero .btn-get-started-secondary {
    color: #fff;
    background: #ffc000;
}

#hero .btn-get-started-secondary:hover {
    color: #fff;
    background: #af7000;
}

#hero .animar1 {
    position: absolute;
    top: 0px;
    left: 22%;
    top: 2%;
    animation: up-down 2s ease-in-out infinite alternate both;
    -o-animation: up-down 2s ease-in-out infinite alternate both;
    -moz-animation: up-down 2s ease-in-out infinite alternate both;
    -webkit-animation: up-down 2s ease-in-out infinite alternate both;
    -chrome-animation: up-down 2s ease-ina
}

#hero .animar2 {
    position: absolute;
    top: 0px;
    right: 13%;
    top: 7%;
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
    -o-animation: up-down 2s ease-in-out infinite alternate-reverse both;
    -moz-animation: up-down 2s ease-in-out infinite alternate-reverse both;
    -webkit-animation: up-down 2s ease-in-out infinite alternate-reverse both;
    -chrome-animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

#hero .animar3 {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
    -o-animation: up-down 2s ease-in-out infinite alternate-reverse both;
    -moz-animation: up-down 2s ease-in-out infinite alternate-reverse both;
    -webkit-animation: up-down 2s ease-in-out infinite alternate-reverse both;
    -chrome-animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

#graficoHome1 {
    max-width: 540px;
    max-width: 100%;
}


/* Sección "Servicios" */

.services .icon-box .icon i {
    color: #ffffff;
    background: #b885f0;
    padding: 10px;
    border-radius: 50%;
}

.services .icon img {
    height: 56px;
}

.services .pasos img {
    max-width: 100%;
    max-width: 255px;
}


/* Sección "Precios" */

.pricing .featured {
    border-top-color: #b885f0;
}

.pricing .proximamente {
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    background: #b885f0;
    padding: 8px;
    position: absolute;
    right: 16px;
    top: 30px;
}

.pricing h3 {
    padding-bottom: 10px;
    border-bottom: solid 1px #dfdee3;
    font-size: 28px;
}

.pricing h4 {
    color: #88949b;
}

.pricing h4 span {
    color: #88949b;
    font-size: 15px;
    display: block;
}

.pricing .columna-precio {
    max-width: 450px;
    margin: auto;
    margin-top: 0px;
}

.pricing .buy-btn {
    color: #b885f0;
    background: #ffffff;
    border-color: #b885f0;
    text-transform: uppercase;
}

.pricing .buy-btn:hover {
    background: #b885f0;
}

.pricing .featured .buy-btn {
    background: #b885f0;
    border-color: #b885f0;
}

.pricing .featured .buy-btn:hover {
    color: #b885f0;
    background: #ffffff;
}

.pricing ul i {
    color: #b885f0;
}


/* Sección "Preguntas Frecuentes" */

.faq .faq-list .icon-help,
.faq .faq-list a {
    color: #38444b !important;
}


/* Sección "Contacto" */

.contact .php-email-form {
    border-top: 3px solid #38444b;
    border-bottom: 3px solid #38444b;
}

.contact .php-email-form button[type="submit"] {
    background: #38444b;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #b885f0;
}


/* Sección "Comparador" */

.comparador-subtitulo {
    margin-bottom: 20px;
    text-align: center;
}

.comparador .etiqueta label {
    font-weight: bold !important;
}

.propiedad_titulo {
    font-size: 18px;
    max-width: 236px;
}

@media (max-width: 780px) {
    .comparador .etiqueta {
        text-align: left !important;
        margin-top: 10px;
    }
    .bs-stepper .step,
    .bs-stepper .line {
        display: none;
    }
    .bs-stepper .step.active {
        display: block;
        width: 100%;
    }
}

.alinear-radio .custom-control {
    min-width: 170px;
    margin-right: 6px !important;
    display: inline-block !important;
}


/* Sección "Resultado" */

img.ganador-imagen,
img.ganador-estadisticas {
    max-width: 100% !important;
}

.consulta-inspeccion {
    min-height: 400px;
}


/* Sección "Noticias" */

.card-img-div {
    /*
    max-height: 400px;
    overflow: hidden;
    */
    text-align: center;
}

.card-img-div img {
    width: 800px;
}


/* Sección "Beneficios" */

.beneficios .row {
    margin-bottom: 10px !important;
}

.beneficio-titulo {
    background: #b885f0;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px;
}

.beneficios i {
    color: #b885f0;
}

.beneficio-texto {
    padding: 10px;
}


/* Pie de página */

#footer {
    font-size: 14px;
    background: #b885f0;
}

#footer .footer-top {
    background: #dbe0e8;
}

#footer .footer-top h4 {
    color: #b885f0;
}

#footer .footer-top .footer-links ul i {
    color: #b885f0;
}

#footer .footer-top .social-links a {
    background: #b885f0;
}

img.medio-de-pago {
    width: 72px !important;
}

.noticia p span {
    font-family: Roboto !important;
}