header{
    background-color: #F5F4FF;
    padding: 0%;
}
.container-nav {
    background-color: #394D9B ;
    border-color: #F0823D;
}
.navbar-samai li{
    padding-right: 50px;
}
.navbar-nav a{
    color: white;
}
.dropdown-menu-color{
    background-color: #394D9B;
}
.navbar-nav-space ul img{
    padding-right: 20px;
    color: white;
}
.navbar-nav-space li{
    padding-left: 50px;
}

.image-lema figure{
    width: 100%;
}
.lema{
    color: #394D9B;
    
   
}
@media (min-width:1200px){
    .lema{
        padding-top: 200px;
    }
}
.card-servicios{
    padding: 20px;
    margin-top: 48px;
    width: 100%;
    background-color: rgb(240, 130, 61, 0.5)!important;
}

.card-servicios img{
    width: auto;
    height: 150px;
}
.card-servicios .card-title {
    font-size: 18px;
    font-weight: bold;
}
.title-map{
    margin-top: 48px;
    color: #394D9B;

}
.ubicacion-samai{
    width: auto;
}
.image-mapa{
    width: 100%;
    height: auto;
}
.registro{
    color: #394D9B;
}
.formulario form p{
    color: #394D9B;
    margin: 5px;
}
.formulario form{
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    padding-top: 25px;
}
.formulario form input{
    width: 309px;
    height: 24px;
    border-radius: 6px;
    border-color: #B7C6FF;
    border-style: solid;
}
.content-formulario{
    margin: 20px auto;
    padding: 50px 20px;
    border-radius: 25px;
    border:#394D9B solid 1px;
}
.boton-formulario{
    width: 400px;
    height: 42px;
    background: #394D9B;
    color: white;
    border-radius: 12px;
    border: none;
}
.contenedor-boton{
   margin-top: 40px; 
}
.footer{
    background-color: #394D9B;
    width: 100%;
    height: 80px;
}
.footer p {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    color: white;
    text-decoration-line: underline;
}
.content{
    background-color:#F5F4FF ;
}
.ul-categorias{
    background: #394D9B;
}
