@charset "utf-8";
/* CSS Document */


/* estilos.css */
body {
    font-family: Montserrat, sans-serif;
    background-color: #f0f0f0;
    color: #333;
}

.row {
    max-width: 1100px;
    align-content: center;
    padding: 20px;
}

.titulos {
    font-size: 28px;
    font-weight: 800;
    color: #80B918;
}

.incluye {
    background-color: #ff0033;
    color: white;
    max-width: 120px;
    border-radius: 50px;
    padding: 7px;
    font-weight: 700;
    text-align: center; 
    margin: 0 auto; 
} 

.precioregular {
    font-size: 14px;
}

.preciofec {
    background-color: #FF0033;
    color: white;
    font-size: 18px;
    font-weight: 900;
    border-radius: 50px;
}

.titulocarta {
    font-size: 19px;
    font-weight: 700;
}

.btn {
    background-color: #80B918;
    border-radius: 50px;
}

.card {
    border-radius: 20px;
    background-color: #f8f9fa;
}

.card-img-top {
    padding: 5px;
    width: 100%;
}

.cardbody {
    padding: 5px;
    display: flex; 
    justify-content: center; 
    margin-bottom: 10px; 
}

.card-text {
    font-size: 12px;
    flex-grow: 1;
}

.custom-card {
    height: 100%; 
    display: flex;
    flex-direction: column; 
}

.card-body {
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
}

.card-title {
    font-size: 1.25rem; 
}

.subtitulos {
    font-size: 20px;
    font-weight: 600;
    color: #80B918;
    padding: 10px;    
}

.parrafo1 {
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
}

.parrafo2 {
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
}

.check {
    width: 15px;
}

.footertext {
    color: white;
    font-weight: 600;
}
