/* Para lo que no estema  */


.background-mama-1 {
    background-image: url(/assets/prepara9/img/backgrounds/pexels-yan-krukau-7155353.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}



/* Forms */
.form-control {
    background-color: #fff;
}

.form-control::placeholder {
    color: #fff;
}

select.custom-select {
    background-color: #fff;
}

.form-control[type="file"] {
    height: fit-content;
}

/* GENERAL */

/**** 
.btn {
    color: #ffffff !important;
    background: #db8cd8;
    font-size: 20px;
}

.btn:hover {
    color: #db8cd8 !important;
    background: #fff;
}

.discard-btn.btn {
    color: #db8cd8 !important;
}

.btn-primary:hover {
    color: white !important;
    background: #db8cd8;
}

***/

/* NAVBAR */ 


/* HOME PAGE *¡¡

#hero-home .hero-title {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 30px 0px 30px;
    margin-bottom: 0;
}

#hero-home .hero-subtitle {
    background-color: rgba(255, 255, 255, 0.8);
    
    font-weight: bolder;
    padding-top: 8px;
    padding-bottom: 30px;
}

#message-home .from-markdown p {
    font-size: 1.3em;
    text-align: justify;
}

#aseguradoras-home .section-title {
    display: none;
}

*/

/* LOGIN OVERRIDES ****/
.page-card-head img {
    max-height: 4rem !important;
}

/* Solicitud contacto Web form banner */
#page-solicitud-contacto .page-header {
    background-image: url(/assets/prepara9/img/backgrounds/pexels-yan-krukau-7155353.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: -1rem 0rem -10.5rem;
    z-index: -1;
    min-height: 400px;
}