@charset "UTF-8";
:root {
    --animate-delay: 0.25s;
    --theme-primary-color: rgb(0, 28, 133);
    --theme-secondary-color: red;
    --theme-tertiary-color: white;
    --theme-primary-color-alpha: rgba(0, 28, 133,0.75);
    --theme-secondary-color-alpha: rgba(255,0,0,0.75);
    --theme-tertiary-color-alpha: rgba(255,255,255,0.75);
}
body {
    color: var(--theme-primary-color);
}
.theme-primary-color { color: var(--theme-primary-color) !important }
.theme-secondary-color { color: var(--theme-secondary-color) !important }
.theme-tertiary-color { color: var(--theme-tertiary-color) !important }

.flag-es, .flag-en {
    padding-left: 30px !important;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-image: url(/assets/images/es.png);
}
.flag-en {
    background-image: url(/assets/images/en.png);
}
a.navlink.flag-es, .flag-en {
    padding-left: 30px !important;
}
.display-3 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
@media (max-width: 414px) {
    .display-3 {
        font-size: 4.25rem;
    }
}
@media (max-width: 375px) {
    .display-3 {
        font-size: 3.8rem;
    }
}
.navbar-short > .topbar { margin-top:-50px; }
.topbar {
    margin: -8px -30px 5px -15px;
    width: calc(100% + 30px);
    padding: .25rem 1.5rem;
    box-shadow: inset 1px 1px 8px silver;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all 1s;
}
.topbar > ul {
    margin-bottom: 0 !important;
}
.topbar > ul a {
    color: red;
}
.cid-sxjqTkoNCA img.img-fluid {height: auto;}
.cid-sxjqTkoNCA a.hover-effect {
    position: absolute;
    top: 0; right:0; bottom:0; left:0;
}
.cid-sxjqTkoNCA a.hover-effect:hover {
    background-color: rgba(255,0,0,0.5);
}
.cid-sxRb5zKASt .carousel-caption {
    top: 150px;
    padding: 2.5rem;
    background-color:var(--theme-primary-color-alpha);
    left: 0;
    right: 0;
    bottom: auto;
}
.cid-sAuOzDsyyG .header-caption {
    padding: 2.5rem;
    background-color:var(--theme-primary-color-alpha);
    width: 100%;
}
.testimonials1.cid-sz4IuDlyLF,
.team1.cid-syvTu3I10S {
    background-color: var(--theme-tertiary-color);
    color: var(--theme-primary-color);
}
.team1.cid-syvTu3I10S .mbr-section-subtitle {
    font-style: italic;
}
.testimonials1.cid-sz4IuDlyLF .display-7 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}
@media (max-width: 1024px) {
    .testimonials1.cid-sz4IuDlyLF .display-7 {
        font-size: 1.25rem;
    }
}
@media (max-width: 768px) {
    .testimonials1.cid-sz4IuDlyLF .display-7 {
        font-size: 1rem;
    }
}
@media (max-width: 600px) {
    .testimonials1.cid-sz4IuDlyLF .display-7 {
        font-size: .9rem;
    }
}
@media (max-width: 400px) {
    .testimonials1.cid-sz4IuDlyLF .display-7 {
        font-size: .8rem;
    }
}
.footer6.cid-sxR5W9yPGA {
    background-color: white;
    color: var(--theme-primary-color);
}
.footer6.cid-sxR5W9yPGA .footer-lower hr {
    border-color: var(--theme-primary-color) ;
}
@media (max-width: 480px) {
    .form-check-inline{
        display: flex;
    }
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6
{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 3rem;
    line-height: 1.1;    
}
.list-square,
.list-square > ul {
    list-style: square;
}
.privacy-links {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1rem;
}
.privacy-links li:not(:first-child):before {
    content: ' · '
}