a {
    font-family: 'IBM Plex Serif', serif;
    font-size: 18px;

}

.fondo{
    background-color: rgb(239, 250, 252);
}

.centrar {
    justify-content: center;
    text-align: center;
    align-items: center;
}

.italicFont {
    font-family: 'IBM Plex Serif', serif;
    font-size: 18px;
    font-style: italic;
}

.titulo {
    font-family: 'IBM Plex Serif', serif;
    color: rgb(67, 157, 187);
    font-weight: 500;
    font-style: normal;
    text-align: center;
}

.tituloBlanco {
    font-family: 'IBM Plex Serif', serif;
    color: rgb(67, 157, 187);
    text-align: center;
}

.letrasBlancas {
    font-family: 'IBM Plex Serif', serif;
    color: rgb(255, 255, 255);
    text-align: center;
}

.fuenteOscura {
    font-family: 'IBM Plex Serif', serif;
    color: rgb(177, 237, 248);
}

.empresas {
    text-align: center;
    margin-top: -3pc;
}

.seguros1 {
    background-color: rgb(67, 157, 187);
    border-top-right-radius: 10pc;
    border-top-left-radius: 10pc;
}

.seguros2 {
    background-color: rgb(67, 157, 187);
    border-top-left-radius: 10pc;
    border-top-right-radius: 10pc;
}

.seguros3 {
    background-color: rgb(67, 157, 187);
    border-top-left-radius: 10pc;
    border-top-right-radius: 10pc;
    border-bottom-left-radius: 10pc;
    border-bottom-right-radius: 10pc;
}

.misionIMG{
    border-bottom-left-radius: 18pc;
    border-bottom-right-radius: 18pc;
    border-start-end-radius: 18pc;
    border-start-start-radius: 18pc;
    height: 80%;
    width: 80%;
    box-shadow: 0px 5px 15px 10px rgba(169, 172, 173, 0.397);
}

.v{
    background-color: rgba(70, 70, 70, 0.301);

    border-bottom-left-radius: 15pc;
    border-bottom-right-radius: 15pc;
    border-start-end-radius: 15pc;
    border-start-start-radius: 15pc;
    box-shadow: 0px 5px 15px 10px rgba(34, 37, 37, 0.068);
}

ul {
    list-style: none;

}

.coberturas {
    display: block;
    background-color: rgba(33, 99, 7, 0.521);
    border-bottom-right-radius: 2pc;
    border-bottom-left-radius: 2pc;

}

.coberturas2 {
    display: none;
    background-color: rgba(33, 99, 7, 0.521);
    border-bottom-right-radius: 2pc;
    border-bottom-left-radius: 2pc;
}


.btnVerMas {
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgba(14, 90, 4, 0.295);
    border: none;

}

.foot {
    background: rgb(0, 130, 130);
    background: linear-gradient(90deg, rgba(0, 130, 130, 0.15029761904761907) 0%, rgba(46, 46, 46, 0.09147408963585435) 54%, rgba(0, 130, 130, 0.15309873949579833) 100%);
}

.error {
    font-size: 13px;
    color: rgba(78, 8, 8, 0.699);
    font-family: 'IBM Plex Serif', serif;
    text-align: center;
}

.invalido {
    border-color: red;
    border-style: groove;
}

.formB {


    background: linear-gradient(0deg, #045161b6 0%, #4ab2c4b9 100%);
    border-radius: 10px;
    box-shadow: 0px 5px 15px 10px rgba(0, 0, 0, 0.199);
}

.sbm{
    background-color: rgb(248, 248, 122);
    border-style: none;
    border-radius: 6px;
    color: rgb(51, 51, 51);

    
    
    width: 230px;
    height: 36px;
    
    
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 12px;
    padding-left: 12px;

    
}