@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');


html{
    height: 100%;
}
body {
    background-color: #FFF;
    background-image: url('img/bsas.jpg') ;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 0px;
    margin: 0;
    font-family: 'Roboto Condensed', 'sans-serif';
    font-size: 16px;
    min-width: 300px;
    background-attachment: fixed;
}

a{
    color: inherit;
    text-decoration: none;
}
li{
    list-style: none;
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
a img{
    max-width: 530px;
    width: 100%;
}
header{
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
header img, footer img{
    width: 120px;
}
header nav{
    padding: 1px 0;
}
header nav ul li{
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 18%;
    position: relative; 
    border-bottom: 4px solid #fff;


}
header nav ul li:hover{
    transition: border-color 0.2s ease-in;
    /*transition: background-color 0.2s ease-in;*/
    /*background-color: rgba(0, 0, 0, 0.7);*/
    color: #555;
    border-color: #000;
}
header nav ul li.active {
    /*background: #bbb !important;*/
    /*color: #fff;*/
    border-color: #000;
}
/*header nav ul li.active:after {    
    left: calc(50% - 18px);
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #000;
    border-width: 18px;
}*/
header nav #resp{
    display: none;
    background-color: #000;
    color: #fff;
    margin:0;
    padding:10px;
    text-align: left;
}

section{
    background-color: rgba(255, 255, 255, 0.8);
    /*background-color: #fff;*/
    width: 80%;
    /*min-width: 300px;*/
    margin: 20px auto 60px auto;
    padding: 20px 35px;
    text-align: center;
}

h2{
    font-weight: 500;
}
footer{    
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    margin: 20px 0;
}
footer p{
    color: #fff;
    margin: 3px 0;
    padding:0;
    font-weight: 300;
}

footer #contacto{
    width: 80%;
    text-align: right;
    margin:20px auto;
}

/**** NOSOTROS ****/

.formaTrabajo p{
    font-family: 'Roboto';
    font-size: 15px;
    text-align: justify;
}
.formaTrabajo{
    text-align: left;
    padding: 1px 20px 10px 20px;
    background: #fff;
}
/**** SOCIOS ****/

div#asociados {
    /*background: #fff;*/
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-between;
}

.socios {
    /*width: 44%;*/
    padding: 5px 20px 10px 20px
    background: #fff;
    margin: 10px;
    /* flex-grow: 1; */
    text-align: left;
}

.socios p {
    font-family: 'Roboto';
    font-size: 15px;
    text-align: justify;
}

.socios ul {
    font-family: 'Roboto';
    font-size: 15px;
    /* padding-left: 10px; */
}

.socios ul li i {
    padding: 7px 5px;
}

#nats{
    background: #cecece;
}

/***** SERVICIOS ****/

div.servicios{

}
div.servicios h3{
    font-weight: initial;
    text-transform: uppercase;
}
div.servicios p{
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.servicios {
    max-width: 980px;
    margin: auto;
}
/****CONTRUCCION****/

#construccion span{
    vertical-align: super;
    padding-left: 10px;
}
p.msj{
    text-align: center;
}
#formSend{
    text-align: left;
    width: 90%;
    max-width: 620px;
    margin: auto;
    padding: 15px 10px;
    background-color: #E8E8E8;
    border-radius: 3px;
}
#formSend .alert{
    border-color: #da5858;
}
#formSend input{
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 8px;
    width: -webkit-fill-available;
    margin: 0px 10px;
    display: block;
}
#formSend label{
    display: block;
    padding: 7px 10px;
}
p.enviado {
    text-align: center;
    font-size: 28px;
    /* font-family: 'Roboto'; */
    padding: 50px;
    color: #555;
    font-weight: 600;
}
#formSend input[type="submit"] {    
    margin: 20px auto;
    width: 150px;
    background-color: #666;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    display: block;
}
#formSend textarea {
    padding: 7px;
    margin: 0 8px;
    border-radius: 3px;
    height: 200px;
    vertical-align: top;
    width: -webkit-fill-available;
}
.texto{
    width: 90%;
    max-width: 920px;
    margin: 35px auto;
}
.texto > p > span{
    padding: 0 5px;
}
.texto i{
    margin: 10px 7px;
}
#maps{
    width: 100%;
    height: 450px;
    border: 0;
}

/*footer redes*/
#redes a {
    padding: 10px;
    border-radius: 20px;
    color: #fff;
    float: left;
    margin: 50px 0;
}
#redes a i{
    width: 20px;
    text-align: center;
}
a.plus {
    background: red;
}
a.face {
    background: #365899;
    margin: 50px 10px !important;
}
a.lind {
    background: #006fa6;
}


