@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');

header {
        background-image: url('imagenes/pixelcut-export.jpeg');
        background-repeat:repeat;
        background-size: cover;
      
    background-color:#EB9067;
    color: #ffffff;
    text-align: center;
    text-shadow: 5px 5px 6px rgb(0, 0, 0);
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.contenedor-imagen {
    background-color: #EB9067;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px; 
}

.contenedor-imagen img {
    max-width: 100%;
    height: auto;
    height: 400px;

}

.contenedor-texto {
    padding: 20px;
}

h1 {
    font-size: 3em;
    margin-bottom: 10px;
    font-family: 'Rowdies';
}

p {
    font-size: 3,00cem;
    line-height: 1.5;
}

.seccion-botones {
    background-color: #EB677A;
    padding: 20px;
    text-align: center;

}


.contenedor-botones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

h2 {
    font-size: 6cem;
    margin-bottom: 10px;
}

p {
    font-size: 3,00cem;
    line-height: 1.5;
}

h3 {
    font-size: 6cem;
    margin-bottom: 10px;
}

p {
    font-size: 3,00cem;
    line-height: 1.5;
}

.boton {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    background-color: #519B96;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}


.boton:hover {
    background-color:#EB9067;
}

main {
    padding: 20px;
}

section {
    margin-bottom: 20px;
    border: 1px solid #fdfdfd;
    padding: 20px;
}


footer {
    background-color: #EB9067;
    color: #fff;
    text-align: center;
    padding: 10px;
}
