@import url(https://allfont.es/allfont.css?fonts=book-antiqua);

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

/*---------------------header------------------------*/
.bc-image{
    height: 500px;
    background-image: url("../images/bc-audi.jpg");
    background-size: cover;
    opacity: 0.5;
    position: relative;
}

.div-logo{
    height: 500px;
    width: 100%;
    position: absolute;    
    top: 0;
    left: 0;
} 

.logo{
    display: block;
    width: 50%;
    height: 50%;
    margin: 100px auto 0;  
}

.enlace{
    /* position: fixed; */
    font-size: 40px;
    font-weight: bold;  
}

.enlace a{
    text-decoration: none; 
    color: white;
}

/* .enlace a:hover{
    text-decoration: none; 
} */

a{
    text-decoration: none; 
    color: black;   
}

.item{
    padding-bottom: 2%;
}



/* a:link {text-decoration: none; }
a:visited {text-decoration: none; } */

/* -------------------seccion-----------------------*/
.bloq{
    text-align: center;
    margin: 0 250px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    justify-content: center;
}

.nuestra-empresa p{
    text-align: justify;
    /* font-family: 'Book Antiqua', arial; */
    font-family: 'Times New Roman', Times, serif;
    /* text-transform: uppercase; */
}

h2{
    margin-bottom: 10px;
}

h3{
    margin: 10px;
}

.page2 h3{
    margin: 0;
}

h4{
    margin: 10px;
    text-align: left;
}

.bloq div{
    width: 50%;
    padding: 10px;
}

.socios{
    margin: 0;
}

.socios div{
    width: 30%;
}

.conten-img{
    height: 300px;
    width: 300px;
    border-radius: 50%;
}

.af-img{
    border-radius: 0;
    border: solid 5px #212A55;
}

.r-azul{
    background-color: #212A55;
    color: white;
}

.r-blanco{
    color: #212A55;
}

.padreNode{
    width: 100% !important;
}

ul{
    text-align: left;
}

.soc li{
    list-style: none;
    text-align: center;
    margin-bottom: 4px;
}

.calif {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.calif h3{   
    padding: 0;
    margin: 0 auto;
}

.calif ul{
    padding-left: 15px;
}

.doc-rel a{
    color: #212A55;
}

.tray h3{
    text-align: left;
}

.tray ul{
    padding-left: 15px;
}

.titu{
    align-self: center;
}

.normas{
    width: 100% !important;
    text-align: left;
}

.gust{
    line-height: 21px;
}

.banner img{
    width: 100%;
}


/* -----------------Footer--------------- */
.soc li{
    text-align: left;
}

.copy{
    align-self: center;
}

/* -----------------BUSCADOR ESTILOS--------------- */
.buscador label{
    color: white;
    font-weight: bold;
}
.buscador{
    box-sizing: border-box;
     max-width: 100%;
    border: 1px solid #212A55;
  box-shadow: 0px 0px 2px #212A55;
  margin:0 auto;
  width:100%;
  line-height:2;
  padding: 10px 10px 20px 10px;
 background: #212A55;
}
#buscador{
box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    outline: none;
    border: 1px solid #151515;
}

.fixed{
    position:fixed; 
    top:0;
    width: 63%;
    left: 0;
    right: 0;
    
}
/* ----------------------------------- */



/* ----- Para teléfono ----- */

@media (max-width:399px) and (min-width: 320px) {

.nuestra-empresa{
    padding: 0 5px;
}

    .bc-image,.div-logo{
        height: 300px;
    }

    .logo{
        width: 100%;
    }

    .bloq,.r-azul, .r-blanco{
        margin: 0;
    }

    .dbl-div-img{
        display: none;
    }

    ul{
        padding-left: 10px;
    }

    .bloq div{
        width: 100%;
    }

    .calif{
        margin-top: 10px;
        text-align: center;
        /* text-align: justify; */
        margin-left: 15px;
    }

    .cont{
        order:1;
    }
    .copy{
        order:2;
    }

    .soc li{
        list-style-type: none;
    }

    .fixed{
        width: 100%;
                
    }

    .enlace a{
        font-size: 15px;        
        width: 100%;
    }
}

/* ----------------------------- */

/* Para tablets */

@media (max-width: 1140px) and (min-width: 400px) {
    .bc-image,.div-logo{
        height: 300px;
    }

    .logo{
        width: 100%;
    }

    .bloq,.r-azul, .r-blanco{
        margin: 0;
    }
   
    .dbl-div-img{
        display: none;
    }

    .bloq div{
        width: 100%;
    }

    .tray h3{
        text-align: center;
    }

    .bloq h4{
        text-align: center;
    }
        
    .bloq li{
        text-align: center;
    }

    .calif{
        margin-top: 10px;
        /* text-align: center; */
        margin-left: 15px;
    }

    .calif h3{
        width: 100%;
    }

    .calif ul{
        padding: 0;
        width: 100%;
        list-style: none;
    }

    .cont{
        order:1;
    }
    .copy{
        order:2;
    }

    .soc li{
        list-style-type: none;
    }

    .fixed{
        width: 100%;
                
    }

    .enlace a{
        font-size: 20px;
    }

}