body {
    font-family: "Droid Sans", Arial, sans-serif;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.header {
    background-color: #efefef;
    height: 40px;
    color: #0d2352;
}

.header-xs {
    background-color: #efefef;
    height: 60px;
    color: #0d2352;
    line-height: 60px;
    vertical-align: middle;
    font-size: 24px;
}

.header-item {
    float: left;
    padding-right: 30px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-weight: bold;
}

.header-item-right {
    float: right;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-weight: bold;
}

.menu {
    background-color: white;
    height: 100px;
    color: #0d2352;
}

.banner {
    background-image: url("/imgs/bgcapa.webp");
    background-position: center center;
    background-size: cover;
    position: relative;
}

.frase-principal {
    width: 100%;
    position: absolute;
    margin-top: -20px;
    top: 50%;
    text-align: center;
}

.remove {
    margin: 0;
    padding: 0;
}

.slogan {
    font-size: 56px;
    line-height: 56px;
    font-family: 'Allison', cursive;
    color: #fd7e14;
    font-weight: bold;
}