body{
    font-family: 'Alte Haas Grotesk', sans-serif;
    color: #333;
    overflow-x: hidden;/*En caso de que la imagen sea muy grande y se salga de la pagina */
    background-color: #f9f9f9;
}

.imagen-header{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    position: relative; 
    z-index: -1
}

.discontinua{
    border: none; 
    border-top: 3px dashed #000; /*Grosor de la línea */
    margin-left: 5%; 
    margin-right: 5%;
}


.titulo-grande {
    font-weight: 900;
    color: #050338; /* Puedes ajustar este color al tono que necesites */
    font-family: 'Montserrat', sans-serif;
}

.subtitulo {
    color: #050338; /* Un color más suave para el subtítulo */
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.seccion-contratar {
    
    padding: 40px 20px;
}

.titulo-contratar {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    color: #3b5bdb; /* Color azul */
    font-weight: 700;
    margin-bottom: 20px;
}

.subtitulo-contratar {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #333;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*Estilo de las cards informativas*/
.card-informativa {
    background-color: white;
    border-radius: 30px;
}

.card-title-informativa {
    font-size: 1.2rem;
}

.card-img-top-informativa {
    width: 60px;
}

.tarjeta-sombra{
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}


/*Estilo tarjetas */
.card {
    border-radius: 10px;
    
}

.card-body-tarjeta{
    padding: 2rem;
}

.fila2 {
    
    padding-right: 20px; /* Espacio horizontal derecho */
    padding-left: 20px; /* Espacio horizontal izquierdo */
    padding-bottom: 20px;
}

.tarjeta {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    height: auto; 
    
}

.tarjeta-oferta{
    background-color: #4e6cef;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    height: auto; 
}

.card-body-tarjeta {
    padding: 2rem; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-title {
    font-size: 4rem;
    font-weight: bold;
    color: orange;
}
.card-title-oferta{
    font-size: 4rem;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
}

.parrafo-superior {
    font-size: 1.3rem;
    color: blue;
    margin-bottom: 0; /* Reducir el margen inferior */
}

.parrafo-superior-oferta{
    font-size: 1.3rem;
    color: white;
    margin-top: 0;
    margin-bottom: 0; /* Reducir el margen inferior */
}
.parrafo-peq-oferta{
    font-size: 0.75rem;
    color: white;
    margin-top: 0;
    margin-bottom: 0; /* Reducir el margen inferior */
}

/* Icono ajustado */
.icono-tarjeta {
    max-width: 30px;  /* Tamaño fijo para el icono */
    max-height: 30px;
    opacity: 0.8;
    margin-left: 10px; /* Espacio entre el texto y el icono */
}



.sabermas {
    margin-top: auto;            
    background-color: #0d0f3b;
    border-color: #0d0f3b;
    white-space: nowrap;
    color: white;
    font-weight: bold;
    border-radius: 25px;
    padding: 0.25rem 1.5rem; 
    font-size: 0.75rem; 
    text-align: center;
    display: flex;               
    justify-content: center;      
    align-items: center; 
    width: auto;
    
}

.sabermas:hover {
    background-color: orange;
    color: white;
    border-color: orange;
}

.contenedor-boton{
    display: flex;               
    flex-direction: column;       
    justify-content: flex-end;
}

.card-text-tarjeta {
    margin-bottom: 0;
}
.card-text-informativa {
    margin-bottom: 0;
}

.condiciones{
    font-size: 0.8rem;
   margin-bottom: 0;
}

.letrapeq{
    margin-top: 0;
    font-size: 0.7rem;
    cursor: pointer;
}

@media (min-width: 1200px){
.img-wimax{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
}