.contenedor-seccion-contactar {
    display: flex;
    font-family: IberPangeaText-Regular;
    flex-direction: column;
    justify-content: center;
    background-color: #DCEBE1;
    align-items: center;
    padding: 24px 16px 40px;
}

.button-text {
    font-family: IberPangeaText-Regular !important;
}

.visita-nuestros-puntos a {
    color: #2F6852;
}

.contenedor-pdfs {
    padding: 24px 16px;
    gap: 8px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.texto-condiciones {
    color: #2F6852;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    line-height: 16px;
    word-wrap: break-word;
    margin-left: 4px;
}

.texto-aclaratorio-pdfs {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    word-wrap: break-word;
    cursor: pointer;
    color: #707070;
    margin: 0;
    padding: 0 10px;
}


.visita-nuestros-puntos {
    font-size: 16px;
    text-decoration: underline;
    color: #2F6852;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
}

.contactos,
.contenedor-contactos {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.img-cascos {
    display: block;
}

.mas-dudas {
    flex-direction: column;
    align-items: center;
    margin: 55px auto;
    margin-bottom: 20px;
}

.titulo-contratar {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #2C2C2C;
    margin-bottom: 32px;
    padding: 0;
    margin-top: 8px;
}

.button-text {
    text-transform: none !important;
    font-size: 16px;
    line-height: 28px;
    align-items: center;
    text-align: center;
    color: #387002;
    display: contents;
}

#btn-contratar {
    width: 244px;
    height: 56px;
    padding-left: 40px;
    padding-right: 40px;
    background: #2F6852;
    border-radius: 100px;
    flex-direction: column;
    justify-content: center;
    color: #FFFAF6;
    align-items: center;
    display: inline-flex;
    margin: 0 auto;
}

.boton-llama-al-borde-oscuro {
    border-color: #2F6852 !important;
    width: 250px;
    margin: 0 !important;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.boton-te-llamamos-contratar {
    color: #2F6852 !important;
}

#btn-contratar .button-text {
    color: #fff;
}

#carousel-blog-container ul .carousel-card .mod-card .information .iber-title {
    background: transparent !important;
}

.texto-eu {
    font-size: 15px;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {

    .contenedor-seccion-contactar {
        padding: 24px 40px 40px;
    }

    .contactos {
        flex-direction: row;
    }

    #btn-contratar {
    margin: 0;
    }
    
    .contenedor-pdfs {
    padding: 24px 40px;
    }

}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .contenedor-seccion-contactar {
        padding: 24px 83px 40px;
    }
    
    .titulo-contratar {
    font-size: 32px;
    line-height: 40px;
    }

    .contenedor-pdfs {
    padding: 24px 83px 40px;
    }
    
}

@media (min-width: 1200px) {
    .contenedor-pdfs {
    padding: 24px 100px 40px;
    }
    
}

@media (min-width: 1920px) {
    .contenedor-pdfs {
    padding: 24px 320px 40px;
    }
    
}