@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');

body,
html {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 16px;
}

header,
main,
footer {
    width: 100%;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

.header a,
.header a:link {
    color: #213b73;
}

footer ul {
    list-style-type: none;
}

footer ul a {
    color: #fff;
}

header>div,
footer>div {
    max-width: 1600px;
    margin: 0px auto;
}

#top {
    margin: 0px auto;
}

.cincuenta {
    width: 49%;
    display: inline-block;
}

section>h2,
section>div {
    width: 1600px;
    margin: 0px auto;
}

footer {
    background-color: #0080C5;
}

#general {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}


/*ALINEACIONES*/

.centro {
    text-align: center;
}

.derecha {
    text-align: right;
}

.izquierda {
    text-align: left;
}

/*ESTILOS */

.underline {
    text-decoration: underline;
}

.mayusculas {
    text-transform: uppercase;
}


.negrita {
    font-weight: bold;
}

/*TIPOS DE H*/

h1 {
    color: white;
    background-color: #213b73b9;
    font-size: 2.5rem;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

#sector h2 {
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
}

.certificados h3 {
    font-family: 'Roboto Condensed', sans-serif;
}

h3 {
    color: #213b73;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}

h4 {
    color: white;
    background-color: #213b73;
    font-weight: 100;
    font-family: 'Roboto Condensed', sans-serif;
}

.bg-claro,
.bg-oscuro {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
}
section p {
    position: relative;
    z-index: 2;
}

.bg-claro {
    background-color: #ffffff;
}

.bg-oscuro {
    background-color: #eef0f4;
}

#navegador {
    width: auto;
    position: relative;
}

input:focus {
    border: 1px solid green;
}

.header img {
    display: inline-block;
    width: 300px;
    height: 84px;
    margin-left: 0px;
}

.tercio img {
    width: 100%;
}

nav {
    width: 1290px;
    text-align: right;
    float: right;
}

header nav ul {
    list-style-type: none;
    margin: 30px auto;
}

header nav ul li {
    color: #213b73;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin: 0px 20px;
}

header nav ul li a {
    padding: 10px 20px;
}

section>div,
.prefooter {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.lineatop {
    border-top: 6px solid #213b73;
}

.certificados img {
    max-width: 100px;
    height: auto;
    margin: 0px 10px;
}

.tercio,
.dostercios {
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
}

.dostercios {
    width: 66%;
}

.tercio {
    width: 33%;
}

.tercio img {
    width: 80%;
    height: auto;
    margin: 25px;
    border: 1px solid #000;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
}

.galeria img {
    width: 17%;
    margin: 30px 3.5%;
}

section#titulo {
    background-image: url(../img/LARRINAGA-home.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-bottom: 6px solid #213b73;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

section#titulo h1 {
    width: auto;
    padding: 30px 50px;
    margin: 0px auto;
    color: #fff;
    background-color: #213b73b9;
    font-size: 2.5rem;
    text-align: center;
    display: inline-block;
}

#slide {
    background-image: url(../img/LARRINAGA-home.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-bottom: 6px solid #213b73;
    width: 100%;
}

.titulo {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.titulo h1 {
    text-align: center;
    padding: 30px 50px;
    width: 450px;
    margin: 0 auto;
}

#top img {
    width: 25px;
    height: 25px;
}

.subtitulo {
    text-align: center;
    color: #213b73;
}

.imagenes {
    text-align: center;
}

div.servicios img {
    width: 183px;
    height: 183px;
}

.servicios {
    width: 65%;
    margin-top: 50px;
}

.servicios>div {
    display: inline-block;
    width: 24%;
    margin: 0% 4%;
    text-align: center;
    vertical-align: top;
}

.prefooter {
    padding-bottom: 30px;
    padding-top: 30px;
}

section#sector > div {
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
}
.servicios div h3 {
    text-align: center;
    margin-top: 1em;
}

.imagenes2 img {
    width: 260px;
    height: 140px;
}

.imagenes2 {
    display: flex;
    position: relative;
}

.imagenes2 h4 {
    position: absolute;
    padding: 5px 15px;
    right: -40px;
    bottom: 0px;
}
form {
    display: block;
    width: 75%;
    margin: 0px auto;
    padding-bottom: 90px;
}
label {
    display: block;
    margin-bottom: 20px;
}
input {
    padding: 10px;
}
label span {
    min-width: 100px;
    display: inline-block;
    margin-right: 25px;
}
label[for='resetear'] ,label[for='enviar'] {
    float: left;
    margin-right: 25px;
    margin-top: 50px;
}
.footer {
    margin-top: 50px;
    border-top: 5px solid #213b73;
}

.footer .certificado img {
    width: 44px;
    height: 44px;
}

.certificados {
    text-align: right;
}

.piedepagina {
    display: flex;
    margin-top: 50px;
}

.info {
    margin-top: 50px;
}

.info ul li {
    text-align: center;
    color: white;
}

.ue p {
    color: white;
    text-align: right;
}

/*Palabras de fondo*/

#talleres::before {
    content: 'Talleres';
    position: absolute;
    font-size: 10em;
    top: -0.9em;
    left: -34.1px;
    letter-spacing: -10px;
    color: #eef0f4;
    z-index: 0;
}

#larrinaga:after {
    content: 'Larrinaga';
    position: absolute;
    font-size: 10em;
    font-weight: 900;
    bottom: 0em;
    right: 0em;
    letter-spacing: 10px;
    color: #ffffffc7;
    z-index: 0;
    margin-bottom: -39px;
}

/*ENLACES*/

a:hover {
    color: #151616;
    text-decoration: none;
}

.header a,
.header a:link {
    text-decoration: none;
}

.header a:active {
    background-color: #213b73b0;
    color: #ffffff;
}

.info a,
.info a:link {
    color: #ffffff;
}

.info a:visited {
    color: #77e0e0;
}

section#sector>div div {
    display: inline-block;
}

/*Responsive*/

@media screen and (max-width:780px) {}