/* HEADER */
body {
    --sm-color-base: #38688C;
    --sm-color-secondary: #0F172A;

    --menu-text-color: #0F172A;

    --button-bg-color: #0F172A;
}

.header-box {
	margin: 0 auto;
	padding: 0;
	transition: all ease 0.3s;
}
.header-box .top-bar {

    padding: 0;
}

.navbar {

    background-color: #38688C;
}

.idioma {

    justify-content: end;
    margin-right: 10px;
}

.idioma .nav-link {

    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    color: #EFF4F9 !important;

}

.dropdown-toggle.idiomas-link::after {

    margin-left: 0.75rem;
}


.navbar.menu {

    border-bottom: 1px solid #2C3343;
    padding: 0;
}

.menu .navbar-brand {

    padding: 0;
}

.menu .nav-link {

    line-height: 49px;
}
.menu .navbar-brand img {
    max-width: none !important;
}

.menu .nav-link, .menu .dropdown-item {

    font-size: 16px;
}

.navbar-nav.opciones {

    display: flex;
    justify-content: space-between;

}


.opciones .nav-item a {

    font-size: 18px;
    color: var(--menu-text-color) !important;
    font-weight: 600;
}

.opciones .nav-garantizar-mi-alquiler a {

    color: #ffffff !important;
   
}

.opciones .nav-item.selected > a, .opciones .nav-item a:hover, .opciones .nav-item a:focus {

    color: var(--sm-color-base) !important;


}

.enlace-top-bar {

    text-decoration: none;
}

.content-pisos-alquiler {

    border-left: 1px solid #EFF4F9;
    border-right: 1px solid #EFF4F9;
    width: 178px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
}

.content-pisos-alquiler span {

    color: #EFF4F9;

}

.content-clientes {

    border-right: 1px solid #EFF4F9;
    width: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
}


.content-clientes span {

    color: #EFF4F9;
}

.logo {

    margin-right: 0.5rem;
}

.nav-garantizar-mi-alquiler {

    background-color: var(--button-bg-color);
    width: 235px;
}


.nav-garantizar-mi-alquiler img {

    margin-left: 0.5rem;
}

.navbar-brand {
    border-right: 1px solid #2C3343;   
}
.navbar-brand img {
    margin-right: 0;
    padding: 1rem 1.25rem;
    padding-right: 2rem
}

.propietarios {
    border-radius: 0;
    margin-top: 0 !important;
    padding: 0;
}

.opciones .dropdown .dropdown-menu .selected .dropdown-item, .opciones .dropdown .dropdown-menu .dropdown-item:hover {

    background-color: #EFF4F9;

   
}

.nav-item .propietarios a {

    color: #38688C !important;
    font-weight: 500;
    padding: 1rem 10rem 1rem 3rem;
    
}

.navbar-nav.idioma-header {

    display: none;
} 


.nav-item.pisos-alquiler {

    display: none;
}

.content-iniciar-sesion {

    display: none;

}


@media (max-width: 991px) {

    .navbar .container {

        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .navbar.top-bar {

        display: none;
    }
    
    .menu .navbar-brand {
    	margin: 0;
    }

    .navbar-brand {
        border: none;
    }
    .navbar-brand img {
    	margin-right: 0;
    	padding: 1rem 1rem;
	}

    .navbar-nav.idioma-header {
        display: block;
    }
	
	.navbar-nav.idioma-header .dropdown-menu {
		position: absolute;
		left: auto;
		right: 0;
	}

    .navbar-toggler.btn-menu {
        margin: 0;
    }

    .navbar-light .navbar-toggler {

        border-color: transparent;
    }

    .navbar-light .navbar-toggler .navbar-toggler-icon {

        background-image: url("../../images/resources/menu.png");
    }

    .navbar-light .navbar-toggler:not(.collapsed) .navbar-toggler-icon {

        background-image: url("../../images/resources/menu-cruz.png");
        width: 19px;
    }



    .navbar-toggler:focus {

        box-shadow: none;

    }

    .menu .nav-link {

        line-height: 1.5;
    }

    .navbar-light .navbar-nav .nav-link {

        color: #38688C !important;
        padding: 1rem 0.5rem;
        text-align: start;

    }

    .opciones .nav-item {

        border-bottom: 1px solid #38688C;
        position: relative;
    } 

    .opciones .nav-item.dropdown {

        border-top: 1px solid #2C3343;
    }

    .dropdown-toggle.propietarios-link::after {
        
        background-image: url("../../images/resources/menu-link.png");
        width: 32px;
        height: 32px;
        border: 0;
        position: absolute;
        top: 33px;
        transform: translateY(-50%);
        right: 14px;

    }

    .dropdown-toggle.propietarios-link.show::after {

        background-image: url("../../images/resources/link-raya.png");
        width: 22px;
        right: 20px;


    }

    .dropdown-menu.propietarios {

        border: none;

    }

    .dropdown-menu.propietarios .garantizamos {

        border-bottom: 1px solid #38688C;
        background-color: #EFF4F9;
    }

    .dropdown-menu.propietarios .gestionamos {

        background-color: #EFF4F9;
    }

    .garantizamos .dropdown-item {

        border-top: 1px solid #38688C;

    }

    .nav-item .propietarios a {

        padding-left: 20px;
    }

    .nav-item.pisos-alquiler {

        display: block;
    }

    .nav-item.nav-garantizar-mi-alquiler {

        display: none;
    }

    .content-iniciar-sesion {

        margin: 40px 20px;
        display: block;
    }


    .content-iniciar-sesion a {

        display: block;
        max-width: 350px;
        background-color: #2C3343;
        color: #ffffff;
        text-decoration: none;
        padding: 0.5rem;
        text-align: center;

    }
}
@media (max-width: 360px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 0.5rem 0;
	}
	.navbar-brand {
		max-width: 58vw;
	}
	.navbar-brand img {
		padding: 0.75rem 0.5rem;
		padding-right: 0.25rem;
	}
}




/*FORMULARIO */
.form--landing {
    margin: 0 auto;
    max-width: 483px;
    text-align: center;
    background-color: #ffffff;
    padding-bottom: 30px;
}

.form--landing .form__title {
    font-size: 32px;
    font-family: 'poppins';
    font-weight: 500;
    max-width: 371px;
    display: inline-block;
    margin: 0;
    margin-top: 30px;
	margin-bottom: 10px;
    color: #2C3343;
    line-height: 1.25;
}

.form--landing p {
    text-align: center;
    margin-bottom: 20px !important;
    color: #2C3343 !important;
    font-weight: 400 !important;
}

.form--landing .form-group .form__input, .form--landing .form-group .form__select {

    max-width: 371px;
    height: 54px;
    width: 100%;
    border-color: #38688C;
	position:relative;
}

.form--landing .form-group .form__input::placeholder {

    color: #38688C;
    font-style: normal;
}

.form--landing .form-group .cbl_wrapper{
	position:relative;
}

.form--landing .form-group .form__select {

    color: #a0b7c8;;
    font-style: normal;
}



.form--landing .form-group .cbl_wrapper::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 2;
    top: 50%;
    right: 15px;
    padding: 4px;
    border-right: 2px solid #585858;
    border-bottom: 2px solid #585858;
    transform: translateY(-50%) rotate(45deg);
	color: #38688C;
}


.form--landing .form-group {
    /*display: flex;
    justify-content: center;*/
    max-width: 371px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.form--landing .form-checks {
    margin-left: 56px;
    margin-bottom: 1rem;
}
.form--landing .form-checks label {
    color: #64748B;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: left;
}
.form--landing .form-checks label a {
    color: var(--sm-color-base);
	text-decoration: underline;
}
form input[type="checkbox"]+label::before, form input[type="radio"]+label::before {
    background-color: #EFF4F9;
    border: 1px solid var(--sm-color-base);
    box-shadow: none !important;
}

.form--landing .btn-enviar {

    text-align: center;
}

.form--landing .btn-enviar button {

    max-width: 371px;
	margin-top:0px;
    display: inline-block;
    width: 80%;
    border-radius: 0;
    background-color: #38688C;
    color: #ffffff;
    text-transform: uppercase;

}
/*
.form-landing .subtitulo {
	font-size : 0.75rem !important; 
	color:#38688C !important; 
}
*/
@media (max-width: 991px ) {

    .content-form {
        padding: 1.125rem 1.25rem;
        background-color: #EFF4F9;
   
    }

    .form--landing {
        margin: 0 auto;
    }



}


/*HOME - CABECERA */
.hero.hero--landings .hero__title {
    font-weight: 700;
}

.hero.hero--landings .hero__content {
    margin-left: 2rem;
}

.hero__content p {

    margin-bottom: 2rem !important;
    font-size: 1.5rem !important;
}

.hero--large {

    margin-top: 0;
}

.hero__content .text-logo {

    display: inline-block;
    margin-right: 0.5rem !important;
    margin-bottom: 0 !important;
}


@media (max-width: 991px ) {

    .hero.hero--large .container {

        padding: 0;
    }

    .hero--large {

        background-color: #ffffff;

    }

    .hero .hero__img {

        max-width: 100%;
        height: auto;
        transform: none;
        position: relative;  
        left: 0;

    }

    .hero.hero--landings {

        padding: 0;
    }

    /*.container {

        padding: 0;

    } */

    .hero.hero--landings .hero__content {

        margin-top: 2rem;
        margin-left: 4%;
        margin-right: 4%;

    }

    .hero.hero--landings .hero__content .hero__title {

        color: #38688C;

    }

    .hero.hero--landings .hero__content p {

        color: #2C3343;
    }

    .hero__content .text-logo {

        display: inline-block;
        margin-right: 0.5rem !important;
    }

    .hero.hero--landings {

        text-align: start;

    }


    
}




/*HOME - SECTION APARTADOS */
.section-apartados {

    margin: 114px 0;
}

.section-apartados .content-titulo-apartados h2 {
    display: block;
    color: #38688C;
    font-weight: 700;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.section-apartados .content-titulo-apartados {

    margin-bottom: 80px;
}

.content-apartado .img-gestionamos-alquiler {

    display: none;
}

.apartado-text {

    margin-top: 20px;
    width: 100%;
}
.apartado-text p {
	margin: 8px 0;
}
.apartado-text .apartado__title {
    color: #38688C;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.2;
    margin: 0;
}

.enlace-ver-mas {

    text-decoration: none;
    color: var(--sm-color-base);
    font-weight: 500;
}
.enlace-ver-mas:hover {
    color: var(--sm-color-base);
}

.enlace-ver-mas img {

    margin-left: 0.5rem;
}

.enlace-ver-mas .button-ver-mas {

    display: block;
}

.enlace-ver-mas .button-ver-menos {

    display: none;
}

.enlace-ver-mas:not(.collapsed) .button-ver-mas {

    display: none;
}

.enlace-ver-mas:not(.collapsed) .button-ver-menos {

    display: block;
}


@media (max-width: 767px ) {

    .section-apartados {

        margin: 60px 0 30px;
    }
    
    .section-apartados .content-titulo-apartados {

        margin-bottom: 30px;
    }


    .content-apartado {

        margin-bottom: 30px;
    }

    .apartado-text {

        margin-top: 0;
        /*margin-left: 1rem;*/
        padding-left: 1rem;

    }

    .content-apartado .img-garantizamos,
    .content-apartado .img-inquilinos,
    .content-apartado .img-gestionamos-alquiler2 {

        display: none;
    }

    .content-apartado .img-gestionamos-alquiler {

        display: block;
        width: 100%;
        margin-bottom: 30px;
    
    }

} 


@media (min-width: 1200px) {

    .apartado-text {

        width: 272px;
    }
}


/*HOME - SECTION TARIFAS */
.section-elige-tarifa {

    display: none;
    
}

.content-elige-tarifa h2 {

    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    
}

.content-elige-tarifa p {

    margin-bottom: 0;
    color: #ffffff;
    text-align: center;

}


.section-tarifas {

    position: relative;
    background-color: #38688C;
    padding-top: 60px;
    margin-bottom: 114px;
}


.content-titulo-tarifas h2 {

    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.content-coberturas-box {
    position: relative;
    margin: 0 auto;
    max-width: 380px;
    z-index: 1;
}
.content-coberturas {
    position: relative;
    background-color: #ffffff;
    padding-top: 1.5rem;
    z-index: 2;
}
.coberturas-title {
    position: relative;
    margin: 0 auto;
    margin-bottom: -1.5rem;
    padding: 5px 5px;
    text-align: center;
    z-index: 3;
}
.coberturas-title span {
    font-size: 1rem;
    font-weight: 700;
}

.title-box-GB {
    background-color: #BECCCD;
    max-width: 187px;
}

.title-box-GG {
    max-width: 330px;
    background-color: #B1C9E1;
}

.title-box-GGI {
    max-width: 330px;
    background-color: #688FAA;
    color: #ffffff;
    font-weight: 700;
}

.title-box-GB span,
.title-box-GG span {

    color: #1E3C52;
    
    font-family: 'poppins';
}

.content-tarifa {

    text-align: center;
}

.content-tarifa span {

    font-size: 96px;
    color: #38688C;
    font-weight: 600;

}

.content-tarifa-info {

    text-align: center;
    max-width: 227px;
    margin: 0 auto;
}

.content-tarifa-info p {

    margin-top: 0;
    color: #64748B;
}

.content-solicitar-informacion a {

    margin: auto;
    display: flex;
    text-decoration: none;
    background-color: #38688C;
    color: #ffffff;
    width: 80%;
    height: 44px;
    align-items: center;
    justify-content: center;
}

.ver-mas {

    display: flex;
    justify-content: center;
    padding: 2rem 0 2rem;
}


.content-tarifas-text {

    text-align: center;
    max-width: 896px;
    padding: 80px 0;
    margin: 0 auto;


}

.content-tarifas-text p {

    color: #ffffff;
    
}

.desplegable {

    justify-content: center;
    display: flex;
}

.tarifa-block {

    width: 80%;
    padding-bottom: 0.5rem;
   
}

.tarifa-block-text {

    padding: 0 0 0.5rem;
    margin-bottom: 1rem;    
    border-bottom: 1px solid #D0DEEE;
}

.tarifa-block-text p {

    margin-bottom: 0;
    color: #2C3343;
}

.tarifa-block-icono {

    padding: 0 0 0.5rem;
    margin-bottom: 1rem;  
    justify-content: end;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D0DEEE;

}

.tarifa-block-icono .tick {

    width: 19px;
    height: 18px;
}

.tarifa-block-icono img {

    width: 15px;
    height: 14px;
}


@media (max-width: 767px) {

    .section-elige-tarifa {

        display: block;
        background-color: #38688C;
        padding-top: 60px;
    }


    .content-elige-tarifa {

        display: block;
    }

}


@media (max-width: 1023px) {

    .section-tarifas {

        margin-bottom: 60px;
    }

    .content-coberturas {

        margin: auto;
        margin-bottom: 40px;
    }

    .content-tarifas-text {

        padding: 0 0 60px;
    }
}


/*HOME - PASO A PASO */
.section-paso-a-paso {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
	position: relative;
    margin-bottom: 60px;
    overflow: hidden;
}

.title-paso-a-paso {
    padding-bottom: 30px;
}

.title-paso-a-paso h2 {
    display: block;
    text-align: center;
    color: #38688C;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
}

.column-content-paso {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-paso {

   /* width: 550px; */
   width: 100%;
    margin-bottom: 50px;
}

.content-paso-final {

    /*width: 550px; */
    width: 100%;
}

.content-paso .img-numeracion,
.content-paso-final .img-numeracion {

    margin-right: 0.75rem;
}

.content-paso h3,
.content-paso-final h3 {

    font-size: 29px;
    color: #2C3343;
}

.content-paso p,
.content-paso-final p {

    color: #2C3343;
}

.section-paso-a-paso .content-img-paso {
    
	display: block;
	margin: 0;
	margin-bottom: 1.25rem;
}


.section-paso-a-paso .swiper-container {
	position: relative;
	overflow: hidden;
    padding-bottom: 30px;
}

.section-paso-a-paso .swiper-controls {
    
   /* position: absolute;
    
    display: block;
    
    top: 0;
    bottom: 37%;
    left: 0;
    right: 0;
    z-index: 10; */
}

.section-paso-a-paso .swiper-controls .swiper-button-next,
.section-paso-a-paso .swiper-controls .swiper-button-prev {
	top: auto;
	margin-top: 0px;
	bottom: 0px;
}
.section-paso-a-paso .swiper-controls .swiper-button-next::after,
.section-paso-a-paso .swiper-controls .swiper-button-prev::after {
    content: "";
	width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.section-paso-a-paso .swiper-button-prev, .section-paso-a-paso .swiper-rtl .swiper-button-next {
	left: 0px;
}
.section-paso-a-paso .swiper-button-next, .section-paso-a-paso .swiper-rtl .swiper-button-prev {
	right: 0;
}

.swiper-controls .swiper-button-next-pasos::after {
    background-image: url("../../images/resources/pasador-right.png");
    

}

.swiper-controls .swiper-button-prev-pasos::after {
    background-image: url("../../images/resources/pasador-left.png"); 
    
}


@media screen and (min-width: 768px) {

    .section-paso-a-paso {
        
        margin-bottom: 114px;

    }

	.title-paso-a-paso {
		padding-bottom: 80px;
	}
	.section-paso-a-paso .content-img-paso {
		margin-bottom: 0;
	}
	
	.section-paso-a-paso .swiper-wrapper {
		flex-direction: column;
	}
	.section-paso-a-paso .swiper-wrapper .swiper-slide {
		height: auto;
	}
	.section-paso-a-paso .swiper-controls {
		display: none;
	}

    .content-paso, .content-paso-final {
        max-width: 520px;
    }
}




/* HOME - ¿POR QUE ALQUILAR CON RG? */
.section-alquiler-RG {
    background-color: #38688C;
    padding: 80px 0 114px;
    position: relative;
    overflow: hidden;
}

.title-alquiler-RG h2 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
}

.content-alquiler p,
.content-alquiler-final p {
    color: #2C3343;
}

.content-fila .alquiler_rg_title {
    color: #2C3343;
    font-weight: 500;
    font-size: calc(1.275rem + .3vw);
    line-height: 1.1;
    margin: 0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.content-fila .alquiler_rg_title>* {
	width: 100%;
	max-width: 100%;
}
.content-fila .alquiler_rg_title img {
	width: auto;
}

.section-alquiler-RG .content-fila {
    position: relative;
    align-items: center;
    margin: 0 1.25rem;
}

.content-alquiler {
	position: relative;
	display: block;
    margin: 1rem 0;
    padding: 0 12px;
    border: 0;
    height: 100%;
}
.content-alquiler-final {
    margin: 1rem 0;
    padding: 0 12px;
}

.content-alquiler img,
.content-alquiler-final img {
    margin-right: 0.75rem;
}



.section-alquiler-RG .swiper-container {
    --swiper-navigation-size: 25px;

    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: #ffffff;
}
.section-alquiler-RG .swiper-wrapper {
    gap: 0px;
    padding-bottom: 45px;
}
.section-alquiler-RG .swiper-slide + .swiper-slide {
	border-left: 0;
}
.section-alquiler-RG .swiper-controls {
    /*position: relative; */
    position: absolute;
    background-color: var(--sm-color-base);
    display: block;
    height: 45px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.section-alquiler-RG .swiper-controls .swiper-button-next,
.section-alquiler-RG .swiper-controls .swiper-button-prev {
    top: auto;
    margin-top: 0px;
    bottom: 0px;
    width: 25px;
    height: 25px;
}
.section-alquiler-RG .swiper-controls .swiper-button-next::after,
.section-alquiler-RG .swiper-controls .swiper-button-prev::after {
    content: "";
	width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.section-alquiler-RG .swiper-button-prev, .section-alquiler-RG .swiper-rtl .swiper-button-next  {
    left: 0.625rem;
}
.section-alquiler-RG .swiper-button-next, .section-alquiler-RG .swiper-rtl .swiper-button-prev {
    right: 0.625rem;
}
.section-alquiler-RG .swiper-controls .swiper-button-next::after {
    background-image: url("../../images/resources/pasador-blanco-right.png");
}

.section-alquiler-RG .swiper-controls .swiper-button-prev::after {
    background-image: url("../../images/resources/pasador-blanco-left.png");
}

@media screen and (min-width: 768px) {
    .section-alquiler-RG .content-fila {
        margin: 0 auto;
    }

    .section-alquiler-RG .swiper-wrapper {
		flex-direction: row;
	}
    .section-alquiler-RG .swiper-wrapper .swiper-slide {
        flex: 0 0 auto;
        width: 25%;
	}
    .section-alquiler-RG .swiper-controls {
        display: none;
    }
    .section-alquiler-RG .swiper-slide + .swiper-slide {
		border-left: 1px solid #38688C;
	}
    
    .section-alquilar-rg-home .swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 1fr;
		grid-column-gap: 0;
		grid-row-gap: 0.75rem;
		padding: 1.25rem 0;
	}
	.section-alquilar-rg-home .swiper-wrapper .swiper-slide {
		width: 100%;
	}
}
@media screen and (min-width: 992px) {
	.section-alquilar-rg-home .swiper-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
    .section-alquiler-RG {
        padding: 60px 0 60px;
        position: relative;
        overflow: hidden;
    }

    .content-alquiler,
    .content-alquiler-final {
        border-right: none;
        margin: 1.5rem 2rem;
    }
}

@media (min-width: 992px) {
    .title-alquiler-RG h2 {
        font-size: 2.25rem;
    }
}
@media (min-width: 1200px) {
    .content-fila .alquiler_rg_title {
        font-size: 1.435rem;
    }
}


/*GARANTIZAMOS - CALCULA HONORARIOS */
.section-honorarios {
    margin-bottom: 114px;
}
.content-honorarios {
    background-color: #BECCCD;
    padding: 3rem;
}

.title-honorarios {
	position: relative;
	display: block;
	margin: 0;
    margin-bottom: 2rem;
}

.title-honorarios .titular-seccion {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
	margin: 0;
}

.form-honorarios {
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;*/
}

.form-honorarios label {
    color: #38688C;
    display: inline-block;
    margin-right: 2rem;
    font-size: 1rem;
    font-weight: 500;
}

.form-honorarios input[type="number"] {
    max-width: 220px;
    display: inline-block;
    /*margin-right: 7rem;*/
    font-size: 2.5rem;
    font-weight: 700;
    color: #38688C;
    border-color: #38688C;
    background: rgba(255,255,255,0.4);
    text-align: center;
}

.form-honorarios input[type="number"]::placeholder {
    font-size: 2.5rem;
    color: #38688C;
    font-weight: 700;
    font-style: normal;
    text-align: center;

}

.form-honorarios .button-calcular {
    background-color: #38688C;
    color: #ffffff;
    border-color: transparent;
    text-align: center;
    max-width: 369px;
    width: 100%;
    height: 56px;
    margin: 0 auto;
    margin-right: 0;

}
.resultado-calculadora {
    position: relative;
    margin: 0;
    margin-top: 1.875rem;
}
.resultado-calculadora .resultado-row {
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1.875rem 0;
    align-items: center;
    justify-content: space-between;
}
.resultado-calculadora .resultado-row + .resultado-row {
    border-top: 1px solid var(--sm-color-base);
}
.resultado-row .result-col {
    position: relative;
    padding: 0 1rem;
    width: 100%;
    text-align: center;
}
.resultado-row .result-col:last-child {
    padding-right: 0;
}
.resultado-row .result-cell-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.resultado-row .result-cell {
    position: relative;
    padding: 0 1rem;
    width: 100%;
}
.resultado-row .result-porcentaje {
    /*flex: auto;*/
    color: #ffffff;
    font-size: 3.3125rem;
    font-weight: 700;
    line-height: 1;
    padding-left: 0;
    width: 100%;
}
.resultado-row .result-propietario {
    color: var(--sm-color-base);
    font-size: 1.125rem;
    font-weight: 500;
}
.resultado-row .result-propietario strong {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}
.resultado-row .result-renta {
    color: var(--sm-color-base);
    font-size: 1.125rem;
    font-weight: 500;
}
.resultado-row .result-renta strong {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
}
.resultado-row .result-buttons {
	flex-wrap: wrap;
	width: 100%;
}
.resultado-row .result-buttons .rbutton {
    display: inline-block;
    color: var(--sm-color-base);
    font-size: 1rem;
    font-weight: 500;
    margin: 0.25rem 0.5rem;
    background-color: transparent;
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--sm-color-base);
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}
.resultado-row .result-buttons .rbutton.button-contratar {
    color: #ffffff;
    padding: 0.625rem 4.25rem;
    background-color: var(--sm-color-base);
    margin-right: 0;
}
.resultado-row .result-buttons .rbutton:hover {
    color: #ffffff;
    background-color: var(--sm-color-base);
}
.resultado-info p {
    color: var(--sm-color-base);
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0;
    text-align: right;
}
@media screen and (min-width: 768px) {
	.resultado-calculadora .resultado-row {
	    flex-direction: row;
	    padding: 1.875rem 0;
	}
	.resultado-row .result-col {
	    padding: 0 1.25rem;
	    width: 100%;
	    text-align: center;
	}
	.resultado-row .result-cell {
	    padding: 0 1.25rem;
	    width: 100%;
	}
	.resultado-row .result-cell-row {
	    flex-direction: column;
	}
	.resultado-row .result-porcentaje {
    	font-size: 3.3125rem;
    	width: 100%;
	}
	.resultado-row .result-buttons {
		width: 100%;
	}
}
@media screen and (min-width: 992px) {
	.resultado-calculadora .resultado-row {
	    flex-direction: row;
	    flex-wrap: nowrap;
	    padding: 1.875rem 0;
	}
	.resultado-row .result-col {
	    padding: 0 1.5rem;
	    width: auto;
	    text-align: left;
	}
	.resultado-row .result-cell {
		flex: 0 0 auto;
	    width: auto;
	}
	.resultado-row .result-cell-row {
		flex: 0 0 auto;
		width: auto;
	    flex-direction: row;
	}
	.resultado-row .result-porcentaje {
    	font-size: 3.3125rem;
    	flex: 0 0 auto;
    	width: 180px;
	}
	.resultado-row .result-renta {
		border-left: 4px solid var(--sm-color-base);
	}
	.resultado-row .result-buttons {
		flex: 0 0 auto;
		width: auto;
	}

    .form-honorarios label {
        font-size: 1.5rem;
    }
}


@media (max-width: 991px) {

    .section-honorarios {

        margin-bottom: 60px;
    }

    .title-honorarios .titular-seccion {

        text-align: center;
    }

    .content-alquiler-mensual {

       text-align: center;
    }

    .form-honorarios label {

        margin-bottom: 1.5rem;
    }


    .form-honorarios input[type="number"] {

        width: 100%;
        max-width: 100%;
        margin-bottom: 1.5rem;
        display: block;
    }

    .form-honorarios .button-calcular {
        
        width: 100%;
        max-width: 100%;
        display: block;

    }
}

@media (min-width: 992px) {

    .form-honorarios .button-calcular {

        margin-top: 2rem;

    }

    .content-alquiler-mensual {

        display: flex;
        align-items: center;
    }

}

@media (min-width: 1400px) {

    .form-honorarios .button-calcular {

        margin-top: 0;

    }

}


/*GARANTIZAMOS - ALQUILER SEGURO */
.section-alquiler-seguro {

    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
}
.alquiler-seguro-item {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 276px;
    padding: 0 1.25rem;
}

.section-alquiler-seguro .swiper-container {
    position: relative;
	overflow: hidden;
    padding: 0;
}
.section-alquiler-seguro .swiper-wrapper {
    gap: 0px;
    padding-bottom: 30px;
}

.section-alquiler-seguro .swiper-controls {
    
    position: absolute; 
    display: block; 
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0 auto;
    max-width: 276px;
 }



.section-alquiler-seguro .swiper-controls .swiper-button-next,
.section-alquiler-seguro .swiper-controls .swiper-button-prev {
	top: auto;
	margin-top: 0px;
	bottom: 0px;
    width: 25px;
    height: 25px;
}
.section-alquiler-seguro .swiper-controls .swiper-button-next::after,
.section-alquiler-seguro .swiper-controls .swiper-button-prev::after {
	content: "";
	width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.section-alquiler-seguro .swiper-button-prev, .section-alquiler-seguro .swiper-rtl .swiper-button-next {
	left: 0px;
}
.section-alquiler-seguro .swiper-button-next, .section-alquiler-seguro .swiper-rtl .swiper-button-prev {
	right: 0;
}

.section-alquiler-seguro .swiper-controls .swiper-button-next::after {
    background-image: url("../../images/resources/pasador-right.png");
}
.section-alquiler-seguro .swiper-controls .swiper-button-prev::after {
    background-image: url("../../images/resources/pasador-left.png");
}
@media screen and (min-width: 768px) {
    .alquiler-seguro-item {
        padding: 0;
    }
    .section-alquiler-seguro .swiper-wrapper {
		flex-direction: row;
        justify-content: space-between;
	}
    .section-alquiler-seguro .swiper-wrapper .swiper-slide {
        flex: 0 0 auto;
        width: 20%;
	}
    .section-alquiler-seguro .swiper-controls {
        display: none;
    }
}


.title-alquiler-seguro {
    text-align: center;
    max-width: 646px;
    margin: 0 auto;
    color: #38688C;
    margin-bottom: 60px;
}

.title-alquiler-seguro h2 {
    font-weight: 700;
}


.text-alquiler-seguro {
    margin-top: 20px;
    max-width: 253px;
}

.text-alquiler-seguro .alquiler_seguro_title {
    color: #38688C;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
	margin: 0;
	margin-bottom: 1rem;
}

.img-logo {
    margin-top: 0.5rem;
}


@media screen and (min-width: 768px) {
    .section-alquiler-seguro {
        margin-bottom: 114x;
    }

    .title-alquiler-seguro {
        margin-bottom: 80px;
    }
}



/*GARANTIZAMOS - GARANTIZAR ALQUILER */
.section-garantizar-alquiler {
    background-color: #38688C;
    padding: 50px 0;
}

.content-garantizar-alquiler {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10%;
}

.text-garantizar-alquiler p {
    color: #ffffff;
    font-size: 29px;
    margin-bottom: 0;
    font-weight: 600;
    margin-right: 3rem;
}

.content-enlace a {
    width: 298px;
    display: flex;
    text-decoration: none;
    color: #ffffff;
    background-color: var(--button-bg-color);
    height: 46px;
    align-items: center;
    justify-content: center;
}

.content-enlace img {
    margin-left: 1rem;
}

@media (max-width: 991px) {
    .content-garantizar-alquiler {
        display: block;
    }

    .text-garantizar-alquiler p {
        margin-right: 0;
    }

    .content-garantizar-alquiler .content-enlace {

        margin-top: 2rem;
    }

}


/*POR QUE RENTA - GARANTIZAR ALQUILER 2 */
.section-garantizar-alquiler2 {

    background-color: #ffffff;
    padding: 50px 0;
}

.content-garantizar-alquiler2 {

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10%;
}

.text-garantizar-alquiler2 p {

    color: #38688C;
    font-size: 29px;
    margin-bottom: 0;
    font-weight: 600;
    margin-right: 3rem;
}

@media (max-width: 991px) {

    .content-garantizar-alquiler2 {

        display: block;

    }

    .text-garantizar-alquiler2 p {

        margin-right: 0;

    }

    .content-garantizar-alquiler2 .content-enlace {

        margin-top: 2rem;
    }

}


/*PREGUNTAS FRECUENTES */
.section-faqs {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #EFF4F9;
}
.content-faqs {
    position: relative;
    display: block;
    margin: 0;
}
.accordion-faqs {
    position: relative;
    padding-top: 20px;
    padding-left: 0;
    z-index: 2;
}
.title-faqs {

    margin-bottom: 30px;
}

.title-faqs h2 {

    color: #38688C;
    font-weight: 700;
    text-align: center;

}

.img-faqs {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


.accordion-item {

    max-width: 1030px;
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
    border: none;
}

.accordion-item .accordion-header {
    border: 2px solid #38688C;
    color: #2C3343;
    font-size: 1.938rem;
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
    margin-bottom: 0;
}

.accordion-header .accordion-button:focus {
    box-shadow: none;
    color: #38688C;
	background-color: #EFF4F9;
}

.accordion-collapse {
    border: 2px solid #38688C;
    border-top: 0;
}

.accordion-button {
	color: #212529;
	background-color: #fff;
}
.accordion-button:not(.collapsed) {
	color: #38688C;
	background-color: #EFF4F9;
}

.accordion-button::after {
    background-image: url("../../images/resources/cruz.png") ;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../../images/resources/x-mark.png");
}

.accordion-collapse .accordion-body {
    border: 2px solid #38688C;
    border-top: 0;
    color: #64748B;
}


.img-faqs {

    display: none;
}

.accordion-item {

    margin-left: 0px;
        
}


@media (min-width: 992px) {

    .section-faqs {

        padding-top: 114px;
        padding-bottom: 114px;
        background-color: #ffffff;
    } 

    .accordion-faqs {
        padding-left: 16vw;
    }

    .title-faqs {

        margin-bottom: 80px;
    }

    .img-faqs {
        display: block;
    }

    .accordion-collapse .accordion-body {
        border-top: 0;
    }
}

.section_gestionamos_content .section_title_box .titular-seccion {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	z-index: 2;
	clear: both;
}
.section_gestionamos_content .section_title_box .titular-seccion > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
}
.section_gestionamos_content .section_title_box .titular-seccion .numeros-titulo {
	position: relative;
	display: inline-block;
	color: #d8d8d8;
	font-size: 5rem;
	font-weight: 700;
	line-height: 0.88;
	margin: 0;
	text-transform: uppercase;
	width: auto;
}
@media (min-width: 992px) {
	.section_gestionamos_content .section_title_box .titular-seccion .numeros-titulo {
		position: absolute;
		display: block;
		font-size: 8.75rem;
		top: 50%;
		left: -6.25rem;
		transform: translateY(-46%);
		z-index: -1;
	}
}


/*GESTIONAMOS - SELECCIONAMOS AL INQUILINO IDONEO*/
.section-seleccionamos-inquilino {
    margin: 114px 0;
}
.title-seleccionamos-inquilino {
    margin-bottom: 80px;
    text-align: center;
}
.title-seleccionamos-inquilino h2.titular-seccion {
	color: #38688C;
    font-weight: 700;
    margin: 0 auto;
}

.img-estabilidad-laboral,
.img-contrato {
    display: block;
}
.title-seleccionamos-inquilino img {
    display: inline;
}
.title-seleccionamos-inquilino h3 {
    color: #38688C;
    font-weight: 700;
    display: inline;
    /*margin-left: -44px;*/

}
.text-seleccionamos-inquilino {
    max-width: 354px;
    margin-left: 30px;
    margin-top: 20px;
}

.text-seleccionamos-inquilino .inquilino_title {
    color: #38688C;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 1rem;
}

.text-seleccionamos-inquilino p {
    color: #2C3343;
}

@media (max-width: 767px) {
    .section-seleccionamos-inquilino {
        margin: 60px 0 30px;
    }

    .title-seleccionamos-inquilino .numeros-titulo {
        max-width: 90px;
        width: 100%;
    }

    .title-seleccionamos-inquilino {
        align-items: center;
        display: flex;
        text-align: start;
        margin-bottom: 60px;
    }

    .img-seleccionamos {
        width: 100%;
        margin-bottom: 30px;
    }

    .img-estabilidad-laboral,
    .img-contrato {
        display: none;
    }

    .text-seleccionamos-inquilino {
        margin-bottom: 30px;
        margin-top: 0;
    }
}


/*GESTIONAMOS - PROPONEMOS EL MEJOR PRECIO DE ALQUILER */
.section-mejor-precio {
    margin-bottom: 114px;
}

.title-mejor-precio {
    text-align: center;
    margin-bottom: 80px;
}
.title-mejor-precio img {
    display: inline;
}
.title-mejor-precio h3 {
    text-align: left;
    /*margin-left: -73px;*/
    color: #38688C;
    font-weight: 700;
    display: inline;
}

.img-mejor-precio {
    height: 544.27px;
    width: 100%;
}

.content-estudio-mercado .mejorprecio_title,
.content-publicacion-portales .mejorprecio_title,
.content-gestion-profesional .mejorprecio_title {
    color: #38688C;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 1rem;
    font-size: 17px;
}

.content-estudio-mercado {
    max-width: 285px;
    margin-bottom: 54px;
}

.content-publicacion-portales {
    max-width: 324px;
    margin-bottom: 30px;
}

.content-portales {
    margin-bottom: 54px;
}

.content-portales img {
    margin-right: 20px;
}
.content-portales .idealista {
    height: 25px;
}
.content-portales .fotocasa {
    height: 33px;
}
.content-portales .habitaclia {
    height: 42px;
}

.content-gestion-profesional {
    max-width: 346px;
}

.content-mejor-precio .content-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .section-mejor-precio {
        margin-bottom: 60px;
    }

    .title-mejor-precio .numeros-titulo {
        max-width: 90px;
        width: 100%;
    }

    .title-mejor-precio {
        align-items: center;
        display: flex;
        text-align: start;
        margin-bottom: 60px;
    }

    .title-mejor-precio h3 {
        text-align: left;
    }

    .content-estudio-mercado,
    .content-publicacion-portales,
    .content-gestion-profesional {
        max-width: 100%;
        width: 100%;
    }

    .content-estudio-mercado,
    .content-portales {
        margin-bottom: 30px;
    }
    .content-right div {
        padding-left: 1rem;
    }

}


/*GESTIONAMOS - GESTION INTEGRAL DEL ALQUILER */
.section-gestion-integral {

    margin-bottom: 114px;
}

.title-gestion-integral {

    margin-bottom: 80px;
    text-align: center;
}

.title-gestion-integral img {
    display: inline-block;
    margin-top: -10px;
}

.title-gestion-integral h3 {
    color: #38688C;
    font-weight: 700;
    display: inline-block;
    /*margin-left: -72px;*/
    margin-bottom: 0;
}


.content-gestion-integral .content-left p,
.content-gestion-integral .content-right p {
    margin-bottom: 26px;
    color: #2C3343;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
}

.content-ver-mas {

    display: none;
}

@media screen and (min-width: 992px) {
    .content-gestion-integral .content-right {
        max-width: 560px;
    }
}

@media (max-width: 767px) {
    .section-gestion-integral {
        margin-bottom: 60px;
    }

    .title-gestion-integral .numeros-titulo {
        max-width: 90px;
        width: 100%;
    }

    .title-gestion-integral {
        align-items: center;
        display: flex;
        text-align: start;
        margin-bottom: 60px;
    }

    .title-gestion-integral h3 {
        text-align: left;
    }

    .content-ver-mas {
        display: block;
        text-align: center;
    }

    .content-ver-mas a {

        max-width: 319px;
        /*display: inline-block; */
        width: 100%;
        background-color: #2C3343;
        color: #ffffff;
        text-decoration: none;
        padding: 1rem;
        text-align: center;
    }

    .content-ver-mas img {

        margin-left: 1rem;
    }
    


}


/*POR QUE RENTA - RENTA GARANTIZADA */
.hero.hero--large.hero--landings.hero-por-que-rg {

    min-height: 0;
    text-align: center;
}


section.section_title.section-rg {

    padding: 60px 0 60px;
}

.hero.hero--landings .hero__content.content-por-que-rg {

    margin-bottom: 0;

}

.hero.hero--landings .hero__content.content-por-que-rg .hero__title {

    margin-bottom: 0 !important;
}


.section_title .content-text-RG {

    max-width: 1020px;
    border: 1px solid #38688C;
    padding: 50px 10%;
}

.content-title-RG {

    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    
}

.content-title-RG h4 {

    color: #38688C;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1rem;
}

.content-text-RG h4 {

    color: #2C3343;
    font-size: 20px;
}


@media (min-width: 768px) {

    .hero.hero--landings .hero__content.content-por-que-rg {

        max-width: 100%;

    }


}

@media (min-width: 992px) {

    .hero.hero--large.hero--landings.hero-por-que-rg {

        min-height: 50vh;
    }

    .hero.hero--landings .hero__content.content-por-que-rg .hero__title {

        margin-bottom: 2rem !important;
    }


}



/*POR QUE RENTA - EQUIPO */
.equipo {

    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.swiper-consejo,
.swiper-equipo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.equipo .swiper-container {
	position: relative;
    margin: 0 auto;
    padding: 0;
	overflow: hidden;
    max-width: 1200px;
}
.equipo .swiper-container .swiper-wrapper {
    gap: 0px;
    padding-bottom: 30px;
}

.equipo .equipo-title {
    padding-bottom: 30px;
}

.equipo .equipo-title h3 {
    color: #38688C;
    text-align: center;
    font-size: 1.563rem;
    font-weight: 700;
}
.equipo .equipo-item {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.25rem;
    max-width: 255px;
}

.equipo-item img {
    filter: grayscale(1);
}

.equipo-item .equipo-nombre {
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0;
    color: #38688C;
}

.equipo .line {
    width: 100%;
    height: 1px;
    background-color: #38688C;
    margin: 30px 0;
}

.swiper-equipo .equipo-item {
    max-width: 238px;
}

.swiper-consejo .swiper-controls .swiper-button-next, .swiper-consejo .swiper-controls .swiper-button-prev,
.swiper-equipo .swiper-controls .swiper-button-next, .swiper-equipo .swiper-controls .swiper-button-prev {
	top: auto;
	margin-top: 0px;
	bottom: 0px;
}
.swiper-consejo .swiper-controls .swiper-button-next::after, .swiper-consejo .swiper-controls .swiper-button-prev::after,
.swiper-equipo .swiper-controls .swiper-button-next::after, .swiper-equipo .swiper-controls .swiper-button-prev::after {
    content: "";
	width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.swiper-consejo .swiper-button-prev,  .swiper-consejo .swiper-rtl .swiper-button-next,
.swiper-equipo .swiper-button-prev,  .swiper-equipo .swiper-rtl .swiper-button-next {
	left: 1.75rem;
}
.swiper-consejo .swiper-button-next, .swiper-consejo .swiper-rtl .swiper-button-prev,
.swiper-equipo .swiper-button-next, .swiper-equipo .swiper-rtl .swiper-button-prev {
	right: 1.75rem;
}


.swiper-consejo .swiper-controls .swiper-button-next::after,
.swiper-equipo .swiper-controls .swiper-button-next::after {
    background-image: url("../../images/resources/pasador-right.png");
}
.swiper-consejo .swiper-controls .swiper-button-prev::after,
.swiper-equipo .swiper-controls .swiper-button-prev::after {
    background-image: url("../../images/resources/pasador-left.png");
}

@media screen and (min-width: 768px) {

    .equipo {

        margin-bottom: 114px;
    }

    .equipo .equipo-title {

        padding-bottom: 80px;
    
    }

    .equipo .line {

        margin: 80px 0;

    }

    .equipo .equipo-item {
        margin: 0 14px;
        margin-bottom: 1.25rem;
    }
    .swiper-equipo .equipo-item {
        margin: 0 8px;
        margin-bottom: 1rem;
    }

    .equipo .swiper-wrapper .swiper-slide {

		height: auto;
	}
    .swiper-consejo .swiper-wrapper,
    .swiper-equipo .swiper-wrapper {
		flex-direction: row;
        flex-wrap: wrap;
	}
    .swiper-consejo .swiper-wrapper .swiper-slide {
        flex: 0 0 auto;
        width: 50%;
	}
    .swiper-equipo .swiper-wrapper .swiper-slide {
        flex: 0 0 auto;
        width: 20%;
	}
    .swiper-consejo .swiper-controls,
    .swiper-equipo .swiper-controls {
		display: none;
	}


}
@media screen and (min-width: 992px) {
    .swiper-consejo .swiper-wrapper .swiper-slide {
        flex: 0 0 auto;
        width: 25%;
	}
    .swiper-equipo .swiper-wrapper .swiper-slide {
        flex: 0 0 auto;
        width: 20%;
	}
}






/*ETICA */
section.section_title {

    padding: 60px 0;
}
.section_title .section_title__title {
	color: #38688C;
	font-size: 1.563rem;
    font-weight: 700;
    margin-bottom: 60px;
}
.section_title .section_title__subtitle {
	position: relative;
	color: #38688C;
	font-size: 1.25rem;
    font-weight: 700;
    padding-top: 20px;
    margin-bottom: 20px;
}

.section_title strong {

    color: #2C3343;
}

.disclaimer {

    margin-bottom: 30px;
}

.btn-canal-etico {

    margin-top: 60px;
}

.btn-canal-etico a {
    text-decoration: none;
    color: #2C3343;
    margin: auto;
    display: flex;
    background-color: #ffffff;
    max-width: 242px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #2C3343;
}

.btn-canal-etico .vector {
    margin-left: 1rem;
}

@media (max-width: 767px) {
    .section.section_title {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section_title .section_title__title {
    	font-size: 1.938rem;
        margin-bottom: 30px;
    }
    .section_title .section_title__subtitle {
		font-size: 1.435rem;
	    margin-bottom: 20px;
	}

    .btn-canal-etico {
        margin-top: 30px;
    }
}


/*SIEMPRE ACTUALIZADOS */
.content-img-actualizados {}

.img-siempre-actualizados {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 360px;
}


.content-actualizados {
    background-color: #38688C;
    display: flex;
    align-items: center;
}

.content-actualizados .text-box {
    margin:  0 10%;
    max-width: 500px;
}

.content-actualizados .actualizados_title {
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.938rem;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 30px;
    max-width: 345px;
}

.content-actualizados p {
    color: #ffffff;
    margin-bottom: 30px;
}

.btn-visitar-blog a {
    text-decoration: none;
    color: #ffffff;
    display: flex;
    background-color: #2C3343;
    max-width: 218px;
    height: 46px;
    align-items: center;
    justify-content: center;
}

.btn-visitar-blog .vector {
    margin-left: 1rem;
}

@media (max-width: 767px) {
    .img-siempre-actualizados {
        min-height: 289.61px;
    }
    .text-box .actualizados_title {
        margin-top: 60px;
    }

    .btn-visitar-blog {
        margin-bottom: 60px;
    }
}


/*GARANTIZAR MI ALQUILER - FORM */
.hero.hero--landings .hero__content.hero-garantizar-mi-alquiler {

    max-width: 100%;
}

.section-form {

    margin-top: 80px;
}

.section-form label {

    color: #38688C;
    font-size: 1rem;
}

.section-form form input,
.section-form form .select_wrapper,
.section-form form textarea {

    border: 1px solid #38688C;
}

/*.content-form {

   margin-bottom: 20px;
}  */

form .content-formulario input::placeholder,
form .content-formulario .select_wrapper select {

    font-style: normal;
}

form .content-formulario input::placeholder {

    color: #94B4D3;
}

form .content-formulario .select_wrapper select {

    color: #0F172A;
}

.section-form form .form-checks label {
    color: #64748B;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: left;
}
.section-form form .form-checks {
    margin-bottom: 1rem;
	align-items: center;
}
.section-form form .form-checks label a {
    color: var(--sm-color-base);
	text-decoration: underline;
}

.content-btn-enviar {

    margin-bottom: 100px;
    margin-top: 20px;
}

.btn-enviar-form {

    color: #ffffff;
    background-color: #38688C;
    width: 198px;
    height: 46px;
    border-color: transparent;
}


@media (max-width: 767px) {

    .section-form {

        margin-top: 20px;
    }

    .content-btn-enviar {

        margin-bottom: 60px;
    }

    .btn-enviar-form {

        width: 100%;
    }


}

@media (min-width: 992px) {

    .hero.hero--landings .hero__content.hero-garantizar-mi-alquiler {

        text-align: center;

    }
    


}

/*GARANTIZAR MI ALQUILER - NUESTROS SERVICIOS EN DIFERENTES CIUDADES */
.section-servicios {

    margin: 100px 0;
}

.title-servicios {

    text-align: center;
    margin-bottom: 80px;

    
}

.title-servicios h2 {

    font-weight: 700;
    color: #38688C;
}

.content-servicios {

    display: flex;
    align-items: center;
    justify-content: center;
}

.content-img-servicios {

    display: block;
}

.servicios-info h5 {

    color: #38688C;
    font-weight: 700;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.servicios-info .ciudad h5 {

    text-transform: none;
    margin-bottom: 0.5rem;
}

.servicios-info .ciudad {

    margin-bottom: 40px;
}

.servicios-info .ciudad img {

    margin-right: 0.5rem;
}

@media (max-width: 767px) {

    .hero--landings.hero-garantizar-mi-alquiler {

        min-height: 0;
        text-align: center;

    }

    .section-servicios {

        margin: 60px 0;
    }

    .title-servicios {

        text-align: center;
        margin-bottom: 50px;
    
    }

    .content-img-servicios {

        display: none;
    }

    .servicios-info h5 {

        margin-bottom: 50px;
    }

    .servicios-info .ciudad {

        margin-bottom: 30px;
    }
}



/*AVISO LEGAL */
.static_page h1 {

    text-align: center;
}

.static_page h2,
.static_page h3,
.static_page p,
.static_page li {

    color: #2C3343;
}

.static_page .container div>table>thead>tr>th {

    background-color: #38688C;
    color: #ffffff;
}

.static_page .container div>table>tbody>tr>td:first-child {

    background-color: #38688C;
    color: #ffffff;

}

.title-condiciones-uso {

    font-size: 1.5625rem;
}


@media (max-width: 767px) {

    .static_page .container h1 {

        margin-top: 0 !important;

    }
}





/*FOOTER */

footer {
    border-top: 1px solid #ffffff;
    padding-bottom: 60px;
    margin-bottom: 88px;
}

footer nav.nav--sedes p {

    line-height: 25px;

}

.nav.nav--sedes .contacto {

    display: none;

}

.nav.nav--footer .contacto2 {

    display: block;

}
@media screen and (min-width: 768px) {
    footer {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {

    .content-logo {

        display: flex;
        justify-content: center;

    }

    .content-sedes {

        display: flex;
        justify-content: center;
        margin-top: 30px 

    }

    .footer nav.layout {

        text-align: center;

    }

    .nav.nav--rrss {

        justify-content: center;

    }

    .nav.nav--sedes {

        text-align: center;
    }

    .nav.nav--sedes .blog,
    .nav.nav--sedes .contacto {

        display: block; 
    }

    .nav.nav--sedes .contacto {

        margin-left: 0;

    }

    .nav.nav--sedes .blog {

        text-align: center;
    }


    .nav.nav--footer .contacto2 {

        display: none;
    }

}

@media screen and (max-width: 1024px) {

    footer .footer-item .row {

        justify-content: space-between !important;

    }

}


/*PLAN ALQUILA COMUNIDAD DE MADRID */
.hero--large .container {

    max-width: 100%;

}

.hero-plan .hero__title {

    display: block;
    text-align: center;
    
}

.hero-plan .hero__img {

    filter: brightness(80%);
}

.section-title-plan {
    
    display: none; 

}


.section-plan-alquila {

    margin: 6rem 0;
}

.section-plan-alquila .content-plan {

    background-color: #BECCCD;
    padding: 2rem;

}

.section-plan-alquila .content-plan h2 {

    color: #ffffff;
    font-weight: 700;
    font-size: 2.25rem;
    margin-bottom: 1rem;

}

.section-plan-alquila .content-plan p {

    font-weight: 400;
    font-size: 1rem;
    color: #2C3343;
    
}

.content-imagenes-plan {

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.content-img1-plan img {

    max-width: 162px;
    height: 48px;

}

.content-img2-plan img {

    max-width: 162px;
    height: auto;
}


@media (max-width: 575px) {

    .content-imagenes-plan {
        
        display: block !important;   

    }

    .content-imagenes-plan .content-img1-plan {

        margin-bottom: 3rem;
    }

    .content-imagenes-plan .content-img1-plan,
    .content-imagenes-plan .content-img2-plan {

        display: flex;
        justify-content: center;
    }


}


@media (max-width: 991px) {

    .hero--large.hero-plan {

        min-height: auto;
        height: auto;
    }

    .hero-plan .hero__title {

        display: none;
    }

    .section-title-plan {

        display: block;
        margin-top: 3rem;

    }

    .section-title-plan .title-plan {

        color: #38688C;
        font-size: 2.25rem;
        font-weight: 600;
    
    }

    .section-plan-alquila {

        margin: 3rem 0 6rem;
    }


    .content-imagenes-plan {

        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-top: 1rem;

    }

}


/*PLAN ALQUILA - VENTAJAS */
.section-ventajas {

    margin-bottom: 3rem;
}

.section-ventajas .content-title-ventajas h2 {

    font-weight: 700;
    font-size: 2.25rem;
    color: #38688C;
    text-align: center;
    margin-bottom: 4rem;

}

.section-ventajas .content-btn-ventajas {

    margin-bottom: 5rem;
}

.content-btn-ventajas .btn-huge {
    display: block;
}

.content-btn-ventajas .btn-small {
    display: none;
}

.content-btn-ventajas .nav-pills {
	gap: 1.125rem;
}

.content-btn-ventajas .nav-link {
    color: #38688C;
    background: rgba(255, 255, 255, 0.05);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 1px;
	border: 0.5px solid #38688C;
}

.content-btn-ventajas .nav-link.active {

    color: #ffffff;
    background-color: #38688C;
}

.content-icons-ventajas .box-ventaja {

    margin-bottom: 6rem;
}

.box-ventaja .icon-ventaja {

    text-align: center;
    max-width: 226px;
    margin-bottom: 1rem;
   
}

.box-ventaja .data-ventaja {

    text-align: center;
    max-width: 226px;
}

.box-ventaja .data-ventaja p {
	color: #294C65;
}


@media (max-width: 767px) {

    .content-btn-ventajas .btn-small {

        display: block;
    
    }

    .content-btn-ventajas .btn-huge {

        display: none;
    
    }

    .content-icons-ventajas .box-ventaja {

        max-width: 231px;
        margin: auto;
        margin-bottom: 3rem;

    }


}



/*PLAN ALQUILA - PROCEDIMIENTO */
.section-procedimiento {

    margin-bottom: 6rem;
}

.section-procedimiento .column-data {

    display: flex;
    justify-content: center;
    align-items: center;
}

.column-data .content-data-procedimiento h2 {

    font-weight: 700;
    font-size: 2.25rem;
    color: #38688C;
    max-width: 421px;
    margin-bottom: 2rem;
}

.column-data .content-data-procedimiento p {

    max-width: 507px;
    font-weight: 400;
    font-size: 1rem;
    color: #2C3343;

}

@media (max-width: 991px) {

    .section-procedimiento {

        background-color: #EFF4F9;
        padding: 4rem 0;
    }

    .section-procedimiento .content-data-procedimiento {

        margin-top: 2rem;
    }

    .section-procedimiento .column-img {

        display: flex;
        justify-content: center;
    }
}


/*PLAN ALQUILA - REQUISITOS */
.section-requisitos {

    margin-bottom: 6rem;

}

.section-requisitos .content-title-requisitos h2 {

    font-weight: 700;
    font-size: 2.25rem;
    text-align: center;
    color: #38688C;
    margin-bottom: 4rem;

}


.section-requisitos .content-btn-requisitos {

    margin-bottom: 5rem;
}


.content-btn-requisitos .btn-small {

    display: none;

}

.content-btn-requisitos .btn-huge {

    display: block;

}

.content-btn-requisitos .nav-pills {
	gap: 1.125rem;
}

.content-btn-requisitos .nav-link {
	color: #38688C;
    background: rgba(255, 255, 255, 0.05);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 1px;
	border: 0.5px solid #38688C;

}

.content-btn-requisitos .nav-link.active {

    color: #ffffff;
    background-color: #38688C;
}



.content-requisitos .box-requisitos p {
	position: relative;
	padding-left: 42px;
    margin-bottom: 3rem;
}
.content-requisitos .box-requisitos p::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-image: url('../../images/resources/check.svg');
	position: absolute;
	top: 6px;
	left: 0;
}


.content-requisitos .content-requisitos-prop-data p {

    font-weight: 300;
    font-style: italic;
    font-size: 1rem;
    color: #2C3343;
}

.content-requisitos .content-requisitos-inq-data {
    
    margin-bottom: 3rem;
}

.content-requisitos .content-requisitos-inq-data p {

    font-weight: 300;
    font-style: italic;
    font-size: 1rem;
    color: #2C3343;

}

.content-requisitos-doc {

    background-color: #BECCCD;
    padding: 2rem;

}

.content-requisitos-doc .title-doc {

    font-weight: 600;
    font-size: 1rem;
    color: #2C3343;
    margin-bottom: 2rem;




}


.content-requisitos-doc .box-requisitos p {

    margin-bottom: 3rem;
}


@media (max-width: 767px) {

    .section-requisitos .content-title-requisitos h2 {

        text-align: start;
    }

    .content-btn-requisitos .btn-small {

        display: block;
    
    }

    .content-btn-requisitos .btn-huge {

        display: none;
    
    }


}




/*PLAN ALQUILA - GESTION DE LA FIANZA */
.section-gestion {

    background-color: #38688C;
    padding: 6rem 0;
}

.section-gestion .content-title-gestion {

    max-width: 1002px;
    margin: auto;
}

.section-gestion .content-title-gestion h2 {

    font-weight: 700;
    font-size: 2.25rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 4rem;
    text-align: center;
}

.section-gestion .content-data-gestion {

    max-width: 756px;
    margin: auto;

}

.section-gestion .content-data-gestion p {

    color: #ffffff;
    font-size: 1rem;
}

@media (max-width: 767px) {

    .section-gestion {

        margin-bottom: 6rem;
    }
}


/*PLAN ALQUILA - CONTACTA CON NOSOTROS */
.section-contacta {

    display: block;
    margin-top: 6rem;
}

.section-contacta .content-title-contacta h2 {

    font-weight: 700;
    font-size: 2.25rem;
    text-align: center;
    color: #38688C;

}

@media (max-width: 767px) {

    .section-contacta {

        display: none;
    }

    .div-plan {

        margin-bottom: 36px;
    }
}


/*PLAN ALQUILA - SUBMENU */
.submenu-plan {
    position: -webkit-sticky;
    position: sticky;
    top: 106px;
    animation: all 0.5s ease-out;
}
.header-say-bye .submenu-plan {
    top: 0px;
}
.submenu-plan .navbar {
    background-color: #BECCCD;
}

.submenu-plan .navbar .navbar-nav {

    margin: auto;
}

.submenu-plan .navbar .navbar-nav .nav-item {

    margin-right: 53px;

}

.submenu-plan .navbar .navbar-nav .nav-item a {

    color: #38688C;
    font-size: 1rem;
    font-weight: 600;

}

@media (max-width: 991px) {

    .submenu-plan .navbar-nav {

        flex-direction: row;
        justify-content: space-around;
    }

    .submenu-plan .navbar .navbar-nav .nav-item {

        margin: auto;

    }
}
@media (max-width: 380px) {
	.submenu-plan .navbar-nav {
		 flex-direction: column;
	}
	.submenu-plan .navbar .navbar-nav .nav-item a {
		padding: 0.5rem 0.5rem;
	}
}


section.section_title--location {
    color: #ffffff !important;
    background-color: #38688C !important;
    padding: 7.125rem 0;
}
.section_title--location h2 {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.25rem;
}
.section_title--location .cta {
    position: relative;
    display: block;
    padding: 1.5rem 0;
    border: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    /*min-width: 123px;*/
    background: transparent !important;
}
.section_title--location .cta a {
    color: #ffffff;
    border: 0;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.section_title--location .cta .cta__icon {
    height: 88px;
    margin: 0 auto;
    margin-bottom: 1.75rem;
}
.section_title--location .cta .cta__data {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}
@media (max-width: 991px) {
    section.section_title--location {
        padding: 2.25rem 0 1.875rem 0;
    }
    .section_title--location .cta .cta__data {
        font-size: 1rem;
        font-weight: 400;
    }
}


.section-localizaciones {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 3.438rem 0 5.125rem 0;
}
.section-localizaciones .item-localizacion {
    display: block;
    margin: 0;
    margin-bottom: 2rem;
}
.section-localizaciones .item-localizacion .localizacion_title {
    color: #38688C;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 0.75rem;
}
.section-localizaciones .item-localizacion ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.section-localizaciones .item-localizacion ul li {
    display: block;
    margin: 0;
    padding: 0.25rem 0;
}
.section-localizaciones .item-localizacion ul li a {
    color: #2C3343;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    margin-bottom: 0.75rem;
    text-decoration: none;
    outline: none;
    box-sizing: none;
}
.section-localizaciones .item-localizacion ul li a img {
    display: inline-block;
    margin: 0;
    margin-left: 0.25rem;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.section-localizaciones .image-localizacion {
    display: block;
    margin: 0;
}

@media (max-width: 991px) {
    .section-localizaciones .item-localizacion {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .section-localizaciones .item-localizacion ul li {
        display: inline-block;
        width: 48%;
    }
    .section-localizaciones .image-localizacion {
        margin-bottom: 1.25rem;
    }

    .section-localizaciones .item-localizacion ul {
        padding: 0 1rem;
    }
    .section-localizaciones .item-localizacion .localizacion_title {
        padding: 0 1rem;
    }
    .section-localizaciones .item-localizacion .localizacion_title br {
        display: none !important;
    }
}