body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #333;
    font-size: x-large;
    text-align: center;
}


.hero {
    text-align: center;
    width: 80%;
    padding-left: 10%;
}

hr {
    border: none;
    border-top: 10px solid #1ebe5c; /* Cambia el color y grosor según tu diseño */
    margin: 2% 0; /* Ajusta el espacio alrededor de la línea */
}

.highlight-green {
    color: green; /* Cambia 'green' por el código de color que prefieras, por ejemplo, #28a745 */
}

.hero-text h1 {
    font-size: 60%;
    font-weight: 1000;
    color: #222;
}

.hero-text .bold {
    font-weight: 600;
    margin-top: 1rem;
}

.video-section{
    width: 70%;
    padding-left: 15%;
}

.video-section video {
    width: 100%;
    height: 100%;
    background-color: green;
    padding: 0%;
}

.texto{
    background-color: #8cc63f;
    color: white;
    width: 100%;
    padding-top: 1%;
    padding-bottom:1%;
    font-size: large;
}

.testimonio {
    display: flex;
    flex-direction:row;
    height: 20%;
}

.btn {
    display: inline-block;
    margin: 1rem;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn.primary {
    background-color: #4CAF50;
    color: white;
}

.btn.primary:hover {
    background-color: #45a049;
}

.btn.secondary {
    background-color: #008CBA;
    color: white;
}

.btn.secondary:hover {
    background-color: #007bb5;
}

.btn.whatsapp {
    background-color: #25D366;
    color: white;
}

.btn.whatsapp:hover {
    background-color: #1ebe5c;
}

.cta-buttons {
    text-align: center;
    padding: 2rem;
}

.cta-buttons2 {
    text-align: center;
    padding: 1rem;
    width: 100%;
    height: 50%;
    font-size: small;
}

.testimonios {
    padding: 3rem 2rem;
    text-align: center;
    width: 80%;
    padding-left: 10%;
}

.testimonios h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 800;
}

.testimonios-grid {
    display: flex;
    grid-template-columns: repeat(1, 1fr);
    flex-wrap: wrap;
    gap: 2rem;
}

.caso {
    border-radius: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.caso p{
    font-size: .5rem;
    margin: 0.5rem 0;
}
.imagenes {
    display: flex;
    flex-direction: row;
    align-content: center;
    margin-bottom: 1rem;
}

.imagenes img {
    width: 50%;
    height: 100%;
    border-radius: 8px 0 0 8px;
    margin-right: 10%; 
}

.imagenes img:last-child {
    border-radius: 0 8px 8px 0;
    margin-right: 0;
}

.caso p {
    margin: 1rem 0 0.5rem;
    font-size: 0.95rem;
}

.caso cite {
    display: block;
    font-style: normal;
    color: #444;
    margin-top: 0.3rem;
    font-weight: bold;
}


blockquote {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-left: 5px solid #4CAF50;
    font-style: italic;
}

.contacto {
    background-color: #f2f2f2;
    text-align: center;
    padding: 2rem;
}

footer {
    background-color: #222;
    color: #ccc;
    text-align: center;
    padding: 1rem;
}
