/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/



.portada {
    position: relative;
    height: 40vw;
    overflow: hidden;
    opacity: 0; /* Inicialmente oculto */
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; /* Transición suave de la opacidad */
}
.portada_fondo{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.portada_texto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: default;
}

.portada_texto_1{
    font-family: 'Karma', serif;
    font-size: 3.5vw;
    font-weight: 400;
    color: white;
    text-align:center;
    margin-left: 3vw;
    margin-right: 3vw;

}


.portada_texto_2{
    font-family: 'Karma', serif;
    font-size: 2.5vw;
    font-weight: 400;
    color: #cc9d54;
    text-align:center;
    margin-left: 3vw;
    margin-right: 3vw;
}

.sec_carousel {
    background-image: url("/imagenes/pagina/elegante-fondo-textura-hormigon-oscuro.jpg");
    background-size: 100%;
    padding-top: 5vw;
    padding-bottom: 5vw;
}


.cont_sec_servicios_fondo_img{
    width: 100%;
    height: 20vw;
    background-image: url("/imagenes/pagina/elegante-sala-estar-escandinava-muebles-sofa-menta-diseno-que-burlan-plantas-mapa-cartel-eleg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 -28vw;
    overflow: visible;

}
.cont_sec_servicios_fondo_img_color{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    overflow: visible;

}

.sec_servicios_titulo{
    font-family: 'Karma', serif;
    font-size: 2vw;
    font-weight: 400;
    color: white;
    text-align: center;
    padding: 1vw;
    padding-bottom: 0;
}
.sec_servicios_titulo2{
    font-family: 'Karma', serif;
    font-size: 1.5vw;
    font-weight: 400;
    color: white;
    text-align: center;
    padding: 1vw;
    padding-bottom: 0;
}
.cont_sec_servicios_fondo{
    background-color: #131313;
    width: 100%;
    overflow: visible;
    padding-bottom: 10vw;
}
.cont_cuadros_servicios{
    margin: auto;
display:-ms-grid;
display:grid;
width: 70%;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}

.cuadros_servicios{
    margin: auto;
    margin-top: -10vw;
    background-color: #bd914c;
    border: 0.2vw solid #ff6701;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width:17vw;
    aspect-ratio: 10/10;
    overflow: visible;
    border-radius: 4vw;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.cuadros_servicio_titulo{
    font-family: 'Karma', serif;
    font-size: 2vw;
    font-weight: 400;
    color: #262626;
}

.cuadros_servicio_img{
    width: 4.5vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.cuadros_servicio_texto{
    font-family: 'Karma', serif;
    font-size: 1vw;
    font-weight: 400;
    color: #ffffff;
}










.sec_serviciosND{
    width: 100%;
    background-image: url("/imagenes/pagina/joven-pareja-feliz-dandose-mano-agente-inmobiliario-mientras-compra-apartamento-nuevo.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.cont_sec_servicios_fondo_img_colorND{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5vw;
    padding-bottom: 5vw;

}

.sec_servicios_titulo2ND{
    font-family: 'Karma', serif;
    font-size: 1vw;
    font-weight: 400;
    color: white;
    text-align: center;
    padding: 1vw;
    width: 70%;
}
.centrado {
    text-align: center;
}
.sec_servicios_titulo2ND i {
    color: #cc9d54;
}


.sec_comentarios_titulo{
    font-family: 'Karma', serif;
    font-size: 2vw;
    font-weight: 400;
    color: white;
    text-align: center;
    margin-top: 10vw;
}

.cont_carousel_comentarios{
    width: 100%;
    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;
    position: relative;
}


.carousel_comentarios{
    width: 80%;
    margin-bottom: 7vw;
}

.cont_elemento_carousel_comentarios{
    width: 95%;
    margin: auto;
}

.prev_comentarios{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    width: 4.5vw;
    height: 4.5vw;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    border: none;
    bottom: 0;
    left: 44%;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.prev_comentarios:hover{
    background-color: rgba(255, 255, 255);
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;

}
.prev_comentarios i{
    font-size: 1vw;
    color: #ff6701;
}
.next_comentarios{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    width: 4.5vw;
    height: 4.5vw;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    border: none;
    bottom: 0;
    right: 44%;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;

}
.next_comentarios:hover{
    background-color: rgba(255, 255, 255);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;

}

.next_comentarios i{
    font-size: 1vw;
    color: #ff6701;
}

.cont_carousel_elemento_texto_comentarios{
    width: 85%;
    margin: auto;
    margin-top: 1VW;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.cont_carousel_elemento_texto_comentarios p{
    text-align:justify;
    font-family: 'Karma', serif;
    font-size: 1vw;
    font-weight: 400;
    color: white;
    width: 65%;
}
.carousel_elemento_texto_titulo_comentarios{
    text-align: center;
    font-family: 'Karma', serif;
    font-size: 1.2vw;
    font-weight: 400;
    color: #ff6701;
}


.comentarios_estrellas{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2vw;
}
.comentarios_estrellas i{
    font-size: 0.8vw;
    color: white;
    padding-left:1vw;
    padding-right: 1vw;
}

#comillas{
    color: rgba(255, 255, 255, 0.30);
    font-size: 2vw;
}

.cont_comillas_izq{
width: 100%;
}
.fa-quote-left{
    padding-left: 2vw;
}
.fa-quote-right{
    padding-right: 2vw;
}
.cont_comillas_der{
width: 100%;
text-align: end;
}

.contacto_Asesor{
    width: 100%;
    height: 40vw;
    background-image: url("/imagenes/pagina/paisaje-analogico-ciudad-edificios.jpg");
    background-size: 100% ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -19vw;
    overflow: visible;
    position: relative;
}

.fondo_contacto_Asesor{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}


.content-select_contacto{
    position: absolute;
    top: 15vw;
    right: 30vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #131313;
    border: 0.2vw solid #bd914c;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 1vw;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.buscar_contacto {
    font-family: 'Karma', serif;
    font-size: 1vw;
    font-weight: 400;
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin-left: 1vw;
    z-index: 2;
}
.content-select_contacto:hover {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#contactar{
    font-size: 1.5vw;
    color: rgb(255, 255, 255);
}

.contacto_logo{
    height: 12vw;
    position: absolute;
    top: 10vw;
    left: 30vw;
}



@media (max-width:800px) {
  
.cont_sec_servicios_fondo_img{
    height: 30vw;
    background-position: 0 -18vw;
}
.cuadros_servicios{
    margin-top: -16vw;
    width:19vw;
}

.sec_servicios_titulo{
    font-size: 3.5vw;
}
.sec_comentarios_titulo{
    font-size: 3.5vw;
}
.prev_comentarios{
    width: 6.5vw;
    height: 6.5vw;
    left: 40%;
}

.prev_comentarios i{
    font-size: 3vw;
}
.next_comentarios{
    width: 6.5vw;
    height: 6.5vw;
    right: 40%;
}

.next_comentarios i{
    font-size: 3vw;
}

.sec_servicios_titulo2ND{
    font-size: 2vw;
    width: 90%;
}


.carousel_elemento_texto_titulo_comentarios{
        font-size: 2.2vw;

}
.carousel_comentarios{
    width: 90%;
}

.carousel_elemento_texto_texto_comentarios{
    font-size: 2vw;
    width: 95%;

}

.comentarios_estrellas i{
    font-size: 2.8vw;
}

#comillas{
    font-size: 4vw;
}

.contacto_Asesor{
    height: 50vw;
    background-position: 0 0;
}
 
.content-select_contacto{
    top: 20vw;
    right: 20vw;
}
.buscar_contacto {
    font-size: 2vw;
}
.contacto_logo{
    top: 15vw;
    left: 20vw;
}
.cuadros_servicio_texto{
        font-size: 2vw;
}

}