/*ESTILOS WIT*/

/*BANNER DE COOKIES (COMPLIANCE AGENCY MOOVE) TEMA CLARO*/
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    border-top: 0 !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%) !important;
}

/*BANNER DE COOKIES (COMPLIANCE AGENCY MOOVE) TEMA OSCURO*/
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    border-top: 0 !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%) !important;
}

/*OCULTA EL TÍTULO DE HELLO-ELEMENTOR SI SE ACTIVA POR ERROR LA PLANTILLA POR DEFECTO*/
.page-header {
  display: none;
}

.sin-margen p:last-child{
    margin-bottom: 0px;
}

/*PÁGINAS LEGALES */
#texto-legal h1,
#texto-legal h2,
#texto-legal h3,
#texto-legal h4,
#texto-legal h5,
#texto-legal h6{
    margin-top:30px;
}

#texto-legal h1{
    font-size: 30px;
}

#texto-legal h2{
    font-size: 26px;
}

#texto-legal h3{
    font-size: 24px;
}

#texto-legal h4{
    font-size: 22px;
}

#texto-legal h5{
    font-size: 20px;
}

#texto-legal h6{
    font-size: 18px;
}

#texto-legal p,
#texto-legal li{
    font-size: 18px;
}

#texto-legal ol,
#texto-legal ul{
    margin-bottom: 30px;
}

.iconos{
  line-height:0;
}

.woocommerce-form-login {
  height: auto !important;
}

/*CABECERA */
.home .glink {
  color: #fff !important;
}

.glink{
    color: #617477 !important;
    padding: 2px;
}

.home .glink:hover {
  background: #fff !important;
  color: #349CD9 !important;
}

.glink:hover{
    background: #617477;
    color: #ffffff !important;
}

.home .gt-current-lang {
  font-weight: 400 !important;
  background: #fff;
  color: #349CD9 !important;
}

.gt-current-lang{
    font-weight: 400 !important;
    background: #617477;
    color: #ffffff !important;
}

.home #cabecera{
    position:absolute;
    z-index:5;
}

.home #menu-principal a{
    color:#ffffff;
}

.home #menu-principal a.elementor-sub-item{
    color: #617477;
}

.home #menu-principal a.elementor-sub-item:hover{
    color: #ffffff;
}

.home #menu-principal svg{
    fill:#ffffff;
}

@media (max-width:1200px){
    .home #menu-principal a{
        color:#617477;    
    }

    .home #menu-principal .sub-arrow svg{
        fill:#617477;
    }

    .home #menu-principal a.elementor-item-active{
        color: #ffffff;
    }

    .home #menu-principal a:hover{
        color: #ffffff;
    }

    #menu-principal a:hover .sub-arrow svg{
        fill: #ffffff;
    }
}

#menu-principal a:hover{
    font-weight: 700;
}

#menu-principal a.elementor-item-active{
    font-weight: 700;
}

#menu-principal span.elementor-menu-toggle__icon--close, 
#menu-principal span.elementor-menu-toggle__icon--open {
  line-height: 0;
}

/*SECCIÓN APARTAMENTOS*/
.boton-apartamento:hover{
    cursor: pointer;
}

#imagen-patio, #imagen-loft, #imagen-suite{
    opacity:0;
}

#linea-patio, #linea-loft, #linea-suite{
    opacity:0;
}

.aparecer{
    opacity:1 !important;
    transition:300ms !important;
}

/*Flecha animada*/
#flecha{
    animation: bounce 2s ease infinite;
}

#flecha:hover{
    transform: translateY(-11px);
    transition:300ms;
    cursor:pointer;
}