body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0; 
    margin: 0;
    line-height: 1.6;
}

h1 {
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    color: #d9011b;
    margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

p {
    margin-bottom: 25px;
}

.custom-border {
    border: 4px solid red; 
    border-radius: 10px; 
    padding: 10px; 
}


.step {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 15px;
	padding-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.step h2 {
    margin-top: 0;
}

.video-container {
    display: flex;
    justify-content: center; 
    margin: 20px 0; 
}

footer {
    background-color: #1e1e1e;
    color: #ffffff;
    padding: 20px;
    margin-top: 30px;
    border-top: 1px solid #444;
    display: display-block;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer div {
    flex: 1 1 200px; 
    margin: 10px;
}

footer h6 {
    margin-bottom: 10px;
    color: #f0f0f0;
    font-size: 14px; 
}

footer ul {
    list-style: none;
    padding: 0;
    font-size: 10px; 
}

footer li {
    margin-bottom: 5px;
}

.footer-images {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    width: 100%;
}

.footer-image {
    width: 68px; 
    height: 28px; 
    margin: 0 5px; 
}

footer p {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    font-size: 12px; 
}

header {
    background-color: #d9011b; 
    color: white; 
    padding: 0px;
	
}

.header-content {
    display: flex; 
    align-items: center; 
    justify-content: center; 
}

.header-logo {
    max-width: 100px; 
    max-height: 100px; 
    margin-right: 10px; 
}

.texto-tamano {
        font-size: 1.5rem; 
    }

