.containerPrincipal{
    background-image: url("../imagenes/bg-banner.jpg");
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 80px);
}


.container-imagen-text{
    display: flex;
    justify-content: center;
    align-items: center;
}

.container2{
    color: white;
    position: absolute;
    top: 50%;
    text-align: center;
}

.titulo-formulario{
    text-align: center;
}

.container2 h1{
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;
}

.google-map{
    line-height: 0;
    margin: 0;
    padding: 0;
}

.rounded{
    width: 730px;
    height: 500px;
}

.imagePromocion {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .rounded{
        width: 580px;
        height: 350px;
    }
    
}

.fondo-seguros {
    background-color: #b6b6b6;
}

.imagen-seguros {
    filter: grayscale(100%) brightness(50%) !important;
}

.imagen-seguros-chn {
    filter: grayscale(100%) brightness(0%) !important;
}

@media only screen and (max-width: 767px) {
    .imagen-seguros {
        max-width: 320px !important;
        margin-bottom: 20px;
    }
    
    .imagen-seguros-chn {
        max-width: 320px !important;
        margin-bottom: 20px;
    }
}