
/* Common styles */
body {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
}

.spacer {
    height: 48px;
    width: 100%;
}

.spacer100 {
    height: 100px;
    width: 100%;
}

/* Imagenes de encabezado */
.solo-imagen img{
    width: 100%;
}

.header-servicios {
    text-align: center;
    color: white;
}

.header-servicios > .titulo {
    position: absolute;
    top: 20%;
    left: 5%;
    transform: translate (-50%, -50%);

}

.header-servicios img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    
}

/* Texto */
.texto1 {
    display: flex;
    justify-content: center;
}

.texto1 > .contenido {
    width: 70%;
    text-align: center;

    letter-spacing: 1px;
    line-height: 30px;
    color: #1b2026;
}

.texto1 > .contenido > .imagen img {
    width: 100%;
}


.texto2 {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.texto2 > .contenido {
    width: 70%;
    text-align: center;
    letter-spacing: 1px;
    line-height: 30px;
    color: #1b2026;
}

.texto2 > .contenido > .titulo {
    font-size: 1.75em;
    letter-spacing: 1px;
    color: #2a97b4;
}


.barra {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px; 
    background-color: #f6f6f6;
}

.barra > img {
    width: 80%;
}

.barra > .contenido {
    width: 70%;
    text-align: center;
    letter-spacing: 1px;
    line-height: 30px;
    color: #1b2026;
}

.barra > .social-media {
    margin-bottom: 40px;
    display: flex;
    width: 30%;
    font-size: 2em;
    color: black;
    justify-content: space-around;
}

.barra > .copyright {
    width: 70%;
    font-size: 0.8em;
    text-align: center;
    color: #444444;
    line-height: 25px;
}

.botones {
    display: flex;
    justify-content: space-around;
}


.boton {
    font: bold 11px;
    text-decoration: none;
    background-color: #2a97b4;
    color: white;
    padding: 10px 25px;
    font-size: 1.25em;
    padding: 10px 25px;
    border: 1px solid #2a97b4;
    border-radius: 2px;
    outline: none;
    transition: 0.3s
}

.boton:active {
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.4);
}


.cuadros {
    display: flex;
    justify-content: space-around;
    align-items: top;
    padding: 10px; 
}

.cuadros img {
    width: 100%;
}

.cuadros > .cuadro {
    width: 70%;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 30px;
    color: #1b2026;
}

.cuadros > .cuadro li{
    text-align: left;

}
