/*Estilos generales*/
button {
    background-color: #1e1e1e;
    color: #f8f8f8;
    width: 35%;
    padding: 10px 0px 10px 0px;
    border: none;
    border-radius: 23px;
    margin: 0;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Manrope', sans-serif;
    text-align: center;
}

.contenedor {
    padding: 60px 0;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.h1 {
    font-weight: bolder;
}
/*Fin de estilos generales*/

/* Header */
header {
    width: 100%;
    height: 90px;
    background: #1e1e1e;
    position: sticky;
    top: 0;
    display: flex;
    z-index: 1000;
}

.contenedor-cabeza {
    background: #f8f8f8;
    border: #1e1e1e;
    padding: 5px;
    text-align: center;
}

.logo-header {
    display: flex;
    padding: 7px 689px 10px 110px;
}

.logo-header a {
    display: flex;
}

nav {
    display: flex;
    align-content: right;
    padding: 30px 110px 30px 0;
}

nav > a {
    text-decoration: none;
    color: #f8f8f8;
    padding: 8px;
    font-weight: 300;
    margin-right: 10px;
}

nav > a:hover {
    text-decoration: none;
    color: #ff0d4d;
}
/* ... */

.bienvenida {
    background-color: #ff0d4d;
    color: #f8f8f8;
    padding: 60px 0;
    text-align: center;
}

.servicios {
    background-color: #f8f8f8;
    color: #1e1e1e;
    padding: 60px 0;
    text-align: center;
}

.portafolio {
    background-color: #ffdb3f;
    color: #1e1e1e;
    padding: 60px 0;
    text-align: center;
}

.contacto {
    background-color: #fa9dbc;
    color: #1e1e1e;
    padding: 60px 0;
    text-align: center;
}

.contenedor a {
    font-weight: bold;
}
/* ... */

/*footer x fin*/
footer {
    position: relative;
    background: #f8f8f8;
    border-top: 1px #1e1e1e;
    margin: auto;
    overflow: hidden;
}

.contenedor-footer {
    margin: auto;
    padding-bottom: 0px;
    background-color: #ffdb3f;
    border-top: 1px solid #f8f8f8;
}

.content-foo {
    position: relative;
    padding: 10px 0px 10px 0px;
    display: flex;
    justify-content: space-around;
    text-align: justify;
    margin-right: 30px;
    margin-left: 10px;
}

.contenedor-logo img {
    margin: auto;
    width: 228px;
    height: 78px;
    position: absolute;
}

.contenedor-logo p {
    color: #ffdb3f;
}

.content-foo a {
    display: block;
    text-decoration: none;
    text-align: justify;
    padding-bottom: 5px;
    color: #ff0d4d;
}

.content-foo h2 {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #ff0d4d;
}

.contenedor-contacto a h3 {
    font-size: 15px;
    text-decoration: underline;
}

.contacto-enlace {
    display: flex;
}

/*footer 2*/
.titulo-final {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    color: #1e1e1e;
    background-color: #f8f8f8;
}

.derecho h1 {
    font-size: 14px;
    margin-right: 112px;
    margin-left: 112px;
}

.otros {
    column-count: 7;
    display: flex;
    text-align: center;
    justify-content: space-between;
    margin-right: 112px;
    margin-left: 112px;
}

.otros h2 {
    text-decoration: underline;
    color: #1e1e1e;
    font-size: 14px;
}
