/* 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;
    --colorRosaOscuro: #a03857;
    --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, 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: 750px;
     margin-top: -9px;
     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;
     position: relative;
}

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

#headerTexto{
    width: 300px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);    
}

#headerTexto p{
    color: #fff;
    font-size: var(--sizeTextoMovil);
    text-align: center;
    font-weight: 500;
}

#btn{
    width: 200px;
    height: 40px;
    background-color: var(--colorSecundario);
    position: absolute;
    top: 285px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.5);
}

#btn p{
    color: white;
    font-size: var(--sizeTextoMovil);
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    margin: 0;
}

#btn:hover{background-color: rgb(71, 43, 71);}

main{padding: 20px}

#start{
    height: 1px;
    position: absolute;
    top: 750px;
    z-index: 100;
}

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

#sub1{scroll-margin-top: 120px; text-align: left;}
#sub2{scroll-margin-top: 120px; text-align: left;}

/* Equipo */
#nosotros{margin-top: 20px;}
#nosTexto p{font-size: var(--sizeTextoMovil); color: #ccc;}

#equipo{width: 100%;}

#equipo img{width: 100%; border-radius: 8px;}

#avatares{
    width: 100%;
    margin: 30px 0 50px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#avatares .placa{
    width: 48%;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid var(--colorAmarillo);
}

#avatares .placa img{
    width: 100%;
    border-radius: 8px 8px 0 0;  
}


#avatares .placa p{margin-top: 10px; text-align: center; color: var(--colorGris);}

/* Modal */
.modal-content{
background-color: #212529;
box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.85);
}

.modal-body p{color: #fff; font-size: 16.9px;}
.btn-close{background-color: #f00;}

/* Servicios */
#servicios{
    height: 1px;
    position: absolute;
    top: 2195px;
    z-index: 100;
}

#service{
    width: 100%;
    margin: 20px 0 50px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#service p{
    font-size: var(--sizeTextoMovil);
    color: #ccc;}

#service a{
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: var(--colorPrincipal);
}    

#servicio1{width: 100%;}

#servicio1 img{width: 100%; border-radius: 8px;}

/* Videos */
/* #containerVideo{
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#containerVideo iframe{
    width: 100%;
    height: 400px;
    margin-top: 15px;
    border: 3px solid var(--colorPrincipal);
} */

/* Contáctenos */
#contacto{
    height: 1px;
    position: absolute;
    top: 2860px;
    left: 0;
    z-index: 100;
}

#contact{
    width: 100%;
    margin: 20px 0 0px 0;
}

#infoForm{width: 100%; margin: auto;}
#infoForm p{font-size: var(--sizeTextoMovil); color: white;}
#infoForm img{
    width: 100%; 
    object-fit: cover; 
    border-radius: 8px; 
}

#contact form{
    width: 100%;
    margin: 35px auto 0 auto;
}

#contact form label, #contact form input{display: block;}
#contact form input{
    width: 100%;
    height: 40px;
    margin: 5px 0 25px 0;
    padding-left: 10px;
    background-color: #ebedef;
    border: none;
    outline: none;
    border-radius: 4px;
}

#contact form label{
    color: #ccc;
    font-size: 1.1rem;
}

#contact form textarea{
    width: 100%;
    height: 150px;
    margin: 5px 0 25px 0;
    resize: none;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 4px;
    background-color: #ebedef;
}

#contact form #botonEnviar{
    background-color: var(--colorPrincipal);
    height: 50px;
    color: #ccc;
    font-size:1.1rem;
    font-weight: 500;    
}

#contact form input:focus, #contact form textarea:focus{
    border: 3px solid var(--colorAmarillo);
}

#contact form #botonEnviar:focus{border: none;}

#formok{
    width: 100%;
    height: 50px;
    outline: none;
    border: 0;
    display: block; 
    overflow: hidden;
    }

#contactoWs{width: 100%; margin: 32px auto;}  
#contactoWs img{width: 100%;}

#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;}


