@import url(responsive_base.css);
@import url(responsive_base_gestinm.css);
body {
    font-family: 'Allerta', sans-serif;
    margin: 0 auto;
    box-sizing: border-box;
}

.hidden {
    display: none;
}

.selected {
    color: #00aaff !important;
}

.header_contenedor {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    background-color: rgb(71, 103, 149);
    border-bottom: 6px solid rgb(250, 238, 0);
}

.Logo-izda {
    padding: 0;
    margin: 0;
}

.Logo-izda2 {
    display: none;
}

.menu {
    width: 100%;
    height: auto;
    background-color: rgb(71, 103, 149);
    font-family: 'Allerta', sans-serif;
}

.menu ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0;
}

.menu li {
    font-size: 1.3em;
    font-weight: bold;
    list-style: none;
    padding: 1.4em;
    text-align: center;
}

.menu a {
    color: white;
    text-decoration: none;
    margin-left: 4em;
    margin-right: .5em;
}

.menu a:hover {
    cursor: pointer;
    color: #00aaff;
}

.Logo-dere {
    padding: 0;
    margin: 0;
}


/*DESDE AQUÍ CONTENIDO EXCLUSIVO DE PÁGINA GESTIÓN INMOBILIARIA*/

.contenedor_iconos_gi {
    display: flex;
    /*flex-direction: row;
    flex-wrap: wrap;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 550px;
    height: auto;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 2%;
    padding: 2%;
    border: 6px solid rgb(71, 103, 149);
    background-color: rgb(0, 0, 0);
}

.contenedor_iconos_gi img {
    width: 40%;
}

.contenedor_iconos_gi a {
    text-decoration: none;
    text-align: center;
}

.contenedor_iconos_gi p {
    color:#516594;
    text-align: center;
    font-size: 1.5em;
    margin-top: 7%;
}

.prom_inmob,
.alquileres {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 5%;
}

.prom_inmob a:hover,
.alquileres a:hover {
    position: relative;
    top: 5px;
    left: 5px;
    text-shadow: -1px -1px 2px #465f97;
}

.prom_inmob a:hover p,
.alquileres a:hover p {
    color: #00aaff;
    text-shadow: -1px -1px 2px #618926;
}

#presupuesto_gi {
    text-align: center;
    margin-top: 4%;
}

#presupuesto_gi p {
    font-family: arial, sans-serif;
    font-size: 2.8em;
    font-weight: bolder;
    color: #476694;
}

#presupuesto_gi a {
    cursor: pointer;
    color: #476694;
    text-decoration: none;
    text-decoration: underline;
}

#presupuesto_gi a:hover {
    text-shadow: -1px -1px 2px #465f97;
}

#presupuesto_gi a:hover p {
    color: lightgreen;
    text-shadow: -1px -1px 2px #618926;
}


/*HASTA AQUÍ CONTENIDO EXCLUSIVO PÁGINA GESTIÓN INMOBILIARIA*/


/*FOOTER*/

.sevillano_footer {
    margin-top: -6.4%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: 60px;
    background-color: rgb(0, 0, 0);
}

.footer_copyright {
    width: 90%;
    font-family: verdana, arial;
    text-align: left;
    color: #ffFFFF;
    padding-left: 1em;
    margin-top: 1.3em;
    font-size: .7em;
}

.footer_copyright2 {
    display: none;
}

.Redes_sociales {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    margin-top: .5em;
}

.Redes_sociales img {
    width: 40%;
}