/*SLIDER INFINITO*/
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 8));
    }
}

.slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 90%;
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 16);
}

.slider .slide {
    height: 100px;
    width: 250px;
}

/*FIN SLIDER INFINITO*/


.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.preloader {
    width: 70px;
    height: 70px;
    border: 10px solid #eee;
    border-top: 10px solid #666;
    border-radius: 50%;
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*********** CONTACTO ***************/
.contact-form {
    background: #fff;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 70%;
}

.contact-form .card {
    border: 1px solid rgb(0 0 0 / 34%) !important;
}

.contact-form .form-control {
    border-radius: 1rem;
}

.contact-form p {
    margin-bottom: 5px;
    margin-left: 1%;
}

.contact-form .error_consignar {
    background-color: #ff000030;
}

.contact-form form {
    padding-top: 1%;
    padding-right: 6%;
    padding-bottom: 10%;
    padding-left: 6%;
}

.contact-form form .row {
    margin-bottom: -7%;
}

.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

/************ FIN CONTACTO **************/
body {
    overflow-x: hidden;
}

.comodidades_detalle {
    font-size: 15px;
    color: #6f6d6d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.icono_busqueda {
    width: 25px;
}

.icono_detalle {
    width: 25%;
    margin: 2%;
}

.icono_comodidades {
    width: 11%;
}

.icono_comodidades2 {
    width: 6%;
}

.footer_encima {
    z-index: 10;
    position: absolute;
}

.icono_footer {
    width: 2%;
    position: relative;
}

::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgb(226 25 32);
}

.letra_fitro_detalle {
    font-size: 15px;
    color: #6f6d6d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

.letra_ligth {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.letra_contacto {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #676767;
}

.letra_bold {
    color: #ba0e19;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.card_propiedades .card-text {
    color: #575757;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.letra_bold_gris {
    color: #575757;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.filtros label {
    float: left;
    height: 32px;
    min-width: 40%;
    margin: 4px;
    background-color: #EFEFEF;
    border: 1px solid #D0D0D0;
    cursor: pointer;
}

.ir-arriba {
    display: none;
    padding: 18px;
    background: #000000;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    width: 60px;
}

.filtros label span {
    text-align: center;
    font-size: 18px;
    padding: 3px 3px;
    display: block;
}

.filtros label input {
    position: absolute;
    opacity: 0;
}

.filtros input:checked+span {
    color: #ff0000;
}

.custom-select,
.input_filtros {
    border-radius: 0 !important;
    border: 1px solid white !important;
}

.menu-fixed {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1, #d8d8d8);
}

.menu-no-fixed {
    background-color: transparent !important;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.form-inline {
    justify-content: center;
}

.form-inline .custom-select,
.form-inline .form-control,
.bootstrap-select {
    width: 85% !important;
}

.dropdown {
    width: 90%;
}

.texto_home {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 3%;
    margin-bottom: 3%;
}

/**************NAVBAR****************/
.icono_header1,
.icono_header2,
.icono_header3,
.icono_header4,
.icono_header5 {
    width: 100%;
}

.icono_header6 {
    width: 110%;
    margin-left: -3%;
}

.contenedeor_iconos_header {
    width: 65%
}

.contenedeor_iconos_header a:hover {
    border-bottom: 2px solid red;
    transform: scale(1.02);
}

.contenedeor_iconos_header .active {
    border-bottom: 2px solid red;
    pointer-events: none;
}

.redes_header {
    width: 55%;
}

/**********BOTONES FLOTANTES*****/
.btnflotante_w {
    position: fixed;
    z-index: 99;
    right: 0px;
    width: 150px;
    margin-top: 10%;
}

.btnflotante_w:hover {
    width: 170px;
}

.btnflotante_p {
    position: fixed;
    z-index: 99;
    right: 0px;
    width: 150px;
    margin-top: 15%;
}

.btnflotante_p:hover {
    width: 170px;
}

.btnflotante_pro {
    position: fixed;
    z-index: 99;
    right: 0px;
    width: 150px;
    margin-top: 20%;
}

.btnflotante_pro:hover {
    width: 170px;
}

.btn_busqueda_derecha {
    margin-left: -12%;
    margin-top: -6%;
    width: 100%;
}

.btn_busqueda_derecha:hover {
    transform: scale(1.1);
}


/**********FIN BOTONES FLOTANTES*****/
.card_footer_home {
    background-color: rgb(129, 129, 129);
    color: white;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.card_footer_detalle {
    background-color: rgb(129, 129, 129);
    color: white;
}

.icono_select_home {
    background-color: #ffffff;
}

.icono_select_home a {
    color: #616161;
}

.icono_select_home .dropdown-menu.show {
    padding: 5px;
}

.icono_select_home .dropdown-item-precio {
    border: 1px solid #606060;
    border-radius: 5px;
    margin-top: 5px;
}

.footer-copyright {
    background-color: rgba(158, 158, 158, 0.637);
    height: 110px;
}

.card_propiedades {
    border: none !important;
}

.card_exterior .card-img-top {
    box-shadow: inset 0 -3em 3em rgb(255 255 255), 0 0 0 2px rgb(226 226 226), 0.3em 0.3em 1em rgb(0 0 0 / 63%);
    border: solid 1px rgb(175, 175, 175);
    padding: 5px;
    height: 340px;
}

.card_busqueda .card-img-top {
    box-shadow: inset 0 -3em 3em rgb(255 255 255), 0 0 0 2px rgb(226 226 226), 0.3em 0.3em 1em rgb(0 0 0 / 63%);
    border: solid 1px rgb(175, 175, 175);
    padding: 5px;
    height: 250px;
}

.card_propiedades .card-img-top {
    box-shadow: inset 0 -3em 3em rgb(255 255 255), 0 0 0 2px rgb(226 226 226), 0.3em 0.3em 1em rgb(0 0 0 / 63%);
    border: solid 1px rgb(175, 175, 175);
    padding: 5px;
    height: 250px;
}

.card_propiedades .card-body {
    box-shadow: inset 0 -3em 3em rgb(255 255 255), 0 0 0 2px rgb(226 226 226), 0.3em 0.3em 1em rgb(0 0 0 / 63%);
    border-right: solid 1px rgb(148, 148, 148);
    border-left: solid 1px rgb(180, 180, 180);
}

.imagen_zoom {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 400px;
}

.imagen_zoom2 {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    max-height: 400px;
}

.imagen_zoom3 {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    max-height: 300px;
}

.card_nosotros {
    border-radius: 4px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
}

.cards_blog {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
}

.cards_blog:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.btn_buscar {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;

}

.btn_buscar:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    box-shadow: none;

}

.btn_buscar:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    box-shadow: none;
}

.banner_movil {
    display: none;
}

.iconos_card_footer_home {
    text-align: center;
}

.iconos_card_footer_detalle img {
    height: 42px;
    margin-top: 5px;
}

.iconos_card_footer_detalle h4 {
    font-size: 12px;
}

.iconos_card_footer_home h4 {
    font-size: 15px;
}

.next_propiedades {
    right: -15%;
}

.prev_banner_general {
    left: 5%;
}

.next_banner_general {
    right: 5%;
}

.next_banner_general .carousel-control-next-icon,
.prev_banner_general .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.carousel-control-next img {
    transform: rotate(180deg);
    width: 20%;
}

.carousel-control-prev img {
    width: 20%;
}

.next_imagenes {
    z-index: 10;
    border: none;
    background-color: #ff000000;
}

.prev_imagenes {
    z-index: 10;
    border: none;
    background-color: #ff000000;
}

.prev_propiedades {
    left: -15%;
}

.iconos_card_footer_home img {
    height: 40px;
}

.logo_footer {
    width: 40%;
    margin-left: 30%;
}

.letra_divisora {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.icono_select_home input {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.imagen_carousel_detalle {
    width: auto;
    max-width: 100%;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #d20b13;
    border-color: #cc0a12;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #cf0a13;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}

.dropdown-menu.show {
    min-width: auto !important;
}
.cod_inmb{
    font-weight: bold;
}
.btm_codigo_imb {
    background-color: #bf0e19;
    border-color: #bf0e19;
    font-weight: 600;
}
button#btn_buscar_imb {
    border-color: #bf0e19;
    color: #bf0e19;
    font-weight: 700;
}
.cod_inmueble_flotante{
    color: white;
    background-color: #ba0e19;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
}
.titulopropiedades{
    height: 45px;
    font-size: 18px;
}

@media (max-width: 1650px) {

    .contenedeor_iconos_header {
        width: 75%
    }

    .form-inline .custom-select,
    .form-inline .form-control,
    .bootstrap-select {
        width: 80% !important;
    }
}

@media (max-width: 1580px) {

    .form-inline .custom-select,
    .form-inline .form-control,
    .bootstrap-select {
        width: 80% !important;
        padding: 0px;
    }

    .btn_busqueda_derecha {
        margin-top: -2%;
    }
}


@media (max-width: 1350px) {
    .form-inline .custom-select,
    .form-inline .form-control,
    .bootstrap-select {
        width: 75% !important;
        padding: 0px;
    }

    .contenedeor_iconos_header {
        width: 85%;
    }

    .btn_busqueda_derecha {
        margin-top: 0%;
        margin-left: -15%;
    }
    .dropdown {
        width: 80%;
    }
    .iconos_card_footer_home img {
        height: 30px;
    }
}

@media (min-width: 992px) {

    .select_home_1 {
        margin-left: 1%;
    }
    .iconos_card_footer_home img {
        height: 40px;
    }

    .select_home_1,
    .select_home_2 {
        max-width: 24%;
    }
}

@media (max-width: 992px) {
    .contact-form {
        width: 95%;
    }
    .dropdown {
        width: 95%;
        float: right;
    }
    .dropdown-toggle::after {
        float: right;
        margin-top: 10px;
    }
    .form-inline .custom-select,
    .form-inline .form-control,
    .bootstrap-select {
        width: 85% !important;
        padding: 5px;
    }
    .btn_busqueda_derecha {
        width: 30%;
        margin-top: 0%;
        margin-left: -2%;
    }

    .icono_detalle {
        width: 30%;
    }

    .icono_comodidades {
        width: 25%;
    }

    .icono_comodidades2 {
        width: 12%;
    }

    .btn_buscar {
        margin-top: 1%;
    }

    .btn_buscar::before {
        color: #bb0e19;
        font-weight: 800;
        content: "BUSCAR";
    }

    .icono_select_home {
        max-width: 90%;
        margin-left: 5%;
    }

    .btnflotante_w {
        margin-top: 20%;
    }

    .btnflotante_p {
        margin-top: 30%;
    }

    .btnflotante_pro {
        margin-top: 40%;
    }

    .texto_home {
        margin-top: 10%;
    }

    .iconos_card_footer_home img {
        width: 30px;
        height: 30px;

    }

    .iconos_card_footer_home h4 {
        font-size: 15px;
        margin-top: 1%;
    }

    .icono_footer {
        width: 10%;
    }

    .logo_footer {
        width: 35%;
        margin-left: 0%;
    }

    .icono_header1 {
        width: 27%;
    }

    .icono_header2 {
        width: 40%;
    }

    .icono_header3 {
        width: 60%;
    }

    .icono_header4 {
        width: 75%;
    }

    .icono_header5 {
        width: 47%;
    }

    .icono_header6 {
        width: 31%;
    }

    .contenedeor_iconos_header {
        width: 100%;
        text-align: center;
    }

    .imagen_zoom2 {
        width: 60%;
        margin-left: 20%;
    }

    .menu-no-fixed {
        position: fixed;
        z-index: 1000;
        top: 0;
        width: 100%;
        background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1, #d8d8d8);
    }

    .redes_header {
        width: 5%;
    }

    .icono_header_redes {
        text-align: center;
    }

    .ir-arriba {
        padding: 13px;
        width: 50px;
    }

    .icono_header_vista .nav-link {
        text-align: justify;
    }
}


@media (max-width: 570px) {
    .btn_busqueda_derecha {
        width: 50%;
        margin-top: 0%;
        margin-left: -7%;
    }

    .carousel_home {
        width: 90%;
        margin-left: 5%;
    }

    .card-body {
        padding: 5px;
    }

    .card-body .card-text {
        margin: 0px;
    }

    .card-footer {
        padding: 5px;
    }

    li.nav-item.icono_header_redes {
        width: 6%;
        margin-left: 5%;
        margin-top: 3%;
    }

    img.redes_header {
        width: 100%;
    }

    img.redes_header.icono_facebook {
        width: 65%;
    }
}

@media (max-width: 480px) {
.card-body {
    padding: 10px;
}
    .dropdown {
        width: 90%;
    }
    .btones_flotantes {
        margin-top: 8%;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }


    .ir-arriba {
        padding: 10px;
        width: 40px;
    }

    .btnflotante_w {
        position: static;
        z-index: 99;
        right: 0px;
        width: 32%;
        margin-top: 20%;
    }

    .btnflotante_p {
        position: static;
        z-index: 99;
        right: 0px;
        width: 32%;
        margin-top: 20%;
    }

    .btnflotante_pro {
        position: static;
        z-index: 99;
        right: 0px;
        width: 33%;
        margin-top: 20%;
    }

    .btnflotante_pro:hover,
    .btnflotante_p:hover,
    .btnflotante_w:hover {
        width: 30%;
    }

    .banner_web {
        display: none;
    }

    .banner_movil {
        display: block;
    }

    .carousel-control-next img {
        width: 50%;
    }

    .carousel-control-prev img {
        width: 50%;
    }
}
