body {
    color: #00284c;
    font-size: 16px;
}

h1,h2,h3 {
    font-weight:600;
}
h1 {font-size:3.5rem}

footer {
    color: #01509a !important;
    background-color: #ffffff !important;
}

.bloque {
    padding-top: 6rem;
}

.navbar-dark {
    background-color: #ffffff !important;
    font-weight:600;
}
.navbar-brand img {
    height:auto;
    width:4rem;
}
.text-blue {
    color: #01509a !important;
}
.nav-link {
    color: #01509a !important;
    font-size: 1rem !important;
    text-transform: none;
}
.nav-svg-icon {
    color: #01509a !important;
}

.mySlides {
    display: none
    max-height: 50vh;
}

.jumbo {
    color: #ffffff !important;
    background-color: #01509a !important;
    padding: 4rem;
    border: solid #ffffff .5rem;
    border-radius: 2rem; 
    width: 50vw;
    margin-top:320px;
}
.jumbo .title {
    font-weight:600;
}
.jumbo .title {
}

.jumbo .cta {
    color: #01509a !important;
    background-color: #ffffff !important;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 2rem;
    border:none;
    border-radius: 2rem;
}

#nosotros {
    padding: 6rem;
}

#servicios {
    color: #ffffff !important;
    background-color: #01509a !important;
    padding:4rem 0rem; !important;
}
#servicios .items {
    display:flex;
    align-items: stretch;
    justify-content: space-around;
}
#servicios .item {
    padding-right: 2rem;
}
#servicios .icon {
    height:auto;
    width: 4rem;
}

#contacto {
    background-color: #eaf5ff !important;
}