.section-header {
    text-align: center;
    padding-bottom: 15px;
    color:#fff;
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 50px;
}
.banner {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.section-content {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    text-align: center;
}
.section-content2 {
    background-color: #ffffff00;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    margin-bottom: 30px;
    text-align: center;
}
.contact-info {
    margin-top: 20px;
}
.contact-info address {
    font-style: normal;
    line-height: 1.6;
}
.contact-info h5 {
    margin-bottom: 15px;
}
.contact-info a {
    color: #007bff;
    text-decoration: none;
}
.contact-info a:hover {
    text-decoration: underline;
}
body{
    background:linear-gradient(45deg, rgb(36, 81, 180), rgb(196, 237, 250));

}

/*productos*/
