body {
padding-top: 50px;
background-color:lightgrey;
font-family: 'Raleway', sans-serif !important;
    letter-spacing: 1px;
}
body h1 {
    font-weight: bold;
    margin-bottom: 1.5em;
}


span {
    color: goldenrod;
    font-weight: bold;
}

/* ------- navegation menu ---------- */
.nav {
    padding: 20px;
    font-weight: bold;
    font-size: 1.2em;
}

.navbar {
    border:solid;
    border-color: white;
    border-width: 2px;
}


#logo-faro {
    border: solid;
    border-color: white;
    border-width: 2px;
    color: goldenrod;
    margin: 10px;
    margin-bottom: 20px;
    padding-bottom: 50px;   
}

#logo-faro:hover {
    border-width: 4px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 1.5em;
}


/* ------ TOP ------ */
.top img{
    height: 90vh;
    margin-left: auto;
    margin-right: auto;
    
}

/* ---- SOBRE NOSOTROS TAB ----- */
#nosotros {
    background-color: rgba(0,0,0,1);
    color: white;
    border-radius: 1%;
    border: solid;
    border-width: 2px;
    padding: 10px;
}
#nosotros h1 {
        padding: 10px;
        text-align: center;
        font-weight: bold;
    }
    

.tab-content {
    padding-left: 10px;
}

#nosotros .nav-tabs {
    background-color: white;
    color: red;  
}
  
}
#nosotros .tab-content {
    background-color: white;
    color: black;
}

.nav-tabs li {
    background-color: black;
}

.nav-tabs li a {
    color: white;
}

.nav-tabs li a:hover{
    color: black;
}
#panel-navegador {
    background-color: white;
    padding: 10px;
    border-radius: 1%; 
    color: black;
    margin-top: 5px;
}

#historia {
    width: 40% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#aguafy img {
    margin-left: auto;
    margin-right: auto;  
}

#aguafy {
    margin-top: 5px;
}

#aguafy  button {
    padding: 10px;
    font-size: 20px;
}

#menu1 li {
    list-style: none;
    padding: 5px;
}


#historia img {
    width: 100%;
}

#mondariz {
    width: 80% !important;
}

/* --------------- Carousel CLIENTES Slick--------------- */

#clientes {
    background-color: white;
    padding: 10px;
    margin: 15px;
    border: solid;
    border-color: black;
    border-width: 2px;
    border-radius:1%;
    text-align: center; 
}

.autoplay img {
    max-width: 95%;
}

.img-tall {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    
}



/* ---------------------- Oportuinidades ----------------------- */
#oportunidades {
background-color: rgba(0,0,0,1);
    border-radius: 1%;
    border: solid;
    border-width: 2px;
    border-color: white;
    padding: 10px;
    margin: 10px;
    
}

#oportunidades h1 {
    color: white;   
}

.question {
    text-align: center;
    font-size: 1.em;
    font-weight: bold;
}


/* -------------------  FOOTER ---------------- */

footer {
    background-color: black;
    color: white;
    letter-spacing: 2px;
}

#contact i {
    font-size: 40px;
    margin: 20px;
    color: white;
}

#contact a:hover {
    font-size: 45px;
    padding: 5px;
    border: solid;
    border-color: white;
    border-width: 2px;
}


/* --------------- media queries ------ */

@media (max-width: 600px) {
    #panel-navegador a {
        margin: 0px !important;
        padding: 10px;
        font-size: 12px !important;
        text-align: center;
        
    }
    
    .top img {
    height: 50vh;
    margin-left: auto;
    margin-right: auto;
    
}

}

