body {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 22px;
    color: #1F2D3A;
}
img {
    max-width: 100%;
}
hr {    
    border-top: 3px solid  #E3003B;
    opacity: 1.0;
}
/* typograpy */
h2 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #E4003A;
    text-align: center;
}
h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight:600;
    color: #1F2D3A;
    text-align: center;
    padding-bottom: 5px;
}
/* bottoni */
.btn {
    border-radius: 10px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}
.btn-primary {
    background-color: #E3003B;
    border-color: #ffffff;
    letter-spacing: 1px;
    padding-left: 25px;
    padding-right: 25px;
    min-width: 75px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #B00721;
    border-color: #ffffff;
}
.up-bt {
    display: table;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgba(0,0,0,0.5);
    background-size: 80%;
    padding: 20px;
}
.carousel-indicators .active {    
    background-color:#E3003B;
}
footer {
    background-color: #E3003B;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Altezza per mantenere il rapporto 16:9 */
    height: 0;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}