/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html{scroll-behavior: smooth;}

/* Variables */
html{
    --colorPrincipal: #d74b75;
    --colorSecundario: #683f68;
    --colorAmarillo: #f8ae52;
    --colorGris:#ccc;
    --sizeTextoMovil: 1.1rem;
    --sizeTextoTablet: 1.20rem;
    --sizeTextoDesktop: 1.25rem;}

*{box-sizing: border-box;}

h1, h2, h3, h4, h5, h6{font-family: "Roboto", sans-serif; font-size: 24px; color: #fff; text-align: center;}
body, nav, header, main, #negocios, footer{width: 100%;}

/* ///////////////////////////////////////// */

body{
    margin: 0 auto;
    max-width: 1920px;
    background-color: #0d0d0d;}

/*WhatsApp*/
#ws{
    width: 65px;
    position: absolute;
    right: 40px;
    bottom: 85px;
    z-index: 200;
    position: fixed;
    cursor: pointer;
}

#ws img{width: 100%;}

/*Flecha Arriba*/
#flecha{
    width: 55px;
    position: absolute;
    right: 110px;
    bottom: 98px;
    z-index: 200;
    position: fixed;
    cursor: pointer;
    display: none;
    z-index: 100;
}

#flecha img{width: 100%;}

/* Menú de navegación */
#loguito{width: 125px; margin-left: 10px;}

.navbar{
    width: 100%;
    background-color:var(--colorPrincipal) !important;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
    position: fixed !important;
    z-index: 200;
}

.navbar .nav-link{
    color: rgba(255, 255, 255, 1) !important;
    text-align: right;
    margin-right: 10px;
    font-weight: 500;
    height: 50px;
}

.navbar-nav .nav-item{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 20px 0 8px 0;
}

.navbar-nav .nav-item:last-child{margin-bottom: 10px;}

/* Menú Hamburguesa */
.navbar-toggler{color: #fff; border:0px solid #fff; background-color: transparent !important; font-size: 23px;}
.navbar-toggler:focus{box-shadow: 0px 0px 10px var(--colorPrincipal);}

.navbar-toggler-icon{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

/* Submenú */
.dropdown-menu{
    background-color: var(--colorPrincipal);
    border: 1px solid rgba(255, 255, 255, 0.3);
    outline: none;
    padding: 0;
}

.dropdown-item{
    color: #fff;
    padding: 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}   

.dropdown-menu > li:last-child > .dropdown-item{border-bottom: none;}

#relleno{width: 100%; height: 96px;}

header{
     height: 250px;
     margin-top: -9px;
     background:rgba(0,0,0,0.6) url(../imagenes/banner-inversiones-movil.webp);
     background-repeat: no-repeat;
     background-position: center bottom;
     background-size: cover;
     background-blend-mode: darken;
     position: relative;}

h1{
    font-size: 40px;
    margin-top: 0;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    text-shadow: 0 5px 8px rgba(0, 0, 0, 0.7);}

main{padding: 20px}

main a{color: var(--colorGris);}

.subtitulo{
    font-size: 1.65rem;
    text-align: center;
    margin-top: 20px;
    font-weight: 800;
}


#textoServicios{margin: 32px 0 40px;}
#textoServicios p{color: white; font-size: 1.1rem;}

hr{
    width: 100%;
    margin: 0 auto 32px;
    border-color: rgba(255, 255, 255, 0.8);}


#sectorUno{
    width: 100%;
    color: #fff;}

#sectorUno p{font-size: 1.1rem;}

#sectorUno ul{margin: 24px 0 38px -10px;}
#sectorUno ul li{font-size: 1.1rem; margin-bottom: 12px;}

#sectorUno img{width: 100%; margin-bottom: 24px;}

.resaltado{
    background-color: rgba(215, 75, 117, 0.3);
    padding: 16px;
    border-radius: 8px;
    margin: 0 0 32px;}

#banner{
    width: 100%;
    height: 400px;
    background:rgba(0,0,0,0.6) url(../imagenes/banner.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-blend-mode: darken;
    background-attachment: fixed;
    margin-bottom: 75px;
}

/* Footer */
footer{
    height: 1200px;
    padding:  50px 10px;
    position: relative;
    border-top: 1px solid var(--colorPrincipal);
    background-image: url(../imagenes/estatua.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#logoFooter{width: 125px; margin: auto; border-radius:10px;}
#logoFooter img{width: 100%;}

#redes{
    width: 155px;
    margin: 50px auto;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#redes p{color: white; font-size: 1.3rem; font-weight: 400; text-align: center;}

#logosRedes{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

#logosRedes img{width: 58px; transition: 0.3s;}
#logosRedes #logoYou{width: 59px; transition: 0.3s;}

#logosRedes img:hover{
    transform: scale(1.1);
    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.7));
}

#broker{
    width: 300px;
    margin: auto;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}

#broker img{width: 100%;}


#datosDireccion{
    width: 100%;
    height: 350px;
    margin: 20px auto 10px auto;
}

#datosDireccion address{
    color: #fff;
    font-size: 1.2rem;
    font-style: normal;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 3px 8px black;
}

#mapa{
    width: 100%;
    height: 100%;
    border: 3px solid var(--colorPrincipal);
}

#down{
    width: 100%;
    height: 120px;
    padding: 25px 6px 0;
    margin-top: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(104, 63, 104, 0.7);
}

#down p{color: #fff; text-align: center; font-family: arial; font-size: 1.1rem;}
#down a{color: rgb(255, 255, 255);}
#down a:hover{color: #bdc68d;}


