
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

header {
    background-color: #da8a22;
    color: #fff;
    padding: 30px;
    text-align: center;
}


.slider-container {
    border: 1px solid black;
    height: 200px;
    position: relative;
  }

.card-conteiner {
background-color: #e99187;
height: 100%;
}

.arrows-conteiner {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

#seccion2{ 
   height: 200px;
   overflow: hidden;
}



.contenedor-imagen {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 500px; 
   padding-top: 10ch;
   padding-bottom: 10ch;
   
}

.contenedor-imagen img {
    max-width: 100%;
    height: fit-content;
}

.contenedor-texto {
    padding: 20px;
}

h1 { font-family: "Bodoni Moda SC", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 3em;
    margin-bottom: 10px;
    margin-top: 10 px;
}


p {font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
    line-height: 1.5;
    text-align:justify
}

.seccion-botones {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.contenedor-botones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.boton {
    display: inline-block;
    padding: 20px 50px;
    margin: 20px;
    background-color: #da8a22;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.boton:hover {
    background-color: #e99187;
}

main {
    padding: 20px;
}

section {
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    font-family: "Playfair Display", serif;
     font-optical-sizing: auto;
     font-weight: 800;
      font-style: normal;
}

footer {
    background-color:#da8a22;
    color: #fff;
    text-align: center;
    padding: 10px;
    
}
