@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');
/* Sticky footer styles
-------------------------------------------------- */

*, :focus {
    outline: none;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Titillium Web', sans-serif;
    padding-top: 60px;
    margin-bottom: 132px;
    font-size: 16px;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 132px;
}

.logo {
    top: 0;
    position: absolute;
    background: white;
    padding: 10px;
    border-radius: 0 0 20px 20px;
    z-index: 100000000;
}

main p {
    text-align: justify;
}

/* Custom page CSS
-------------------------------------------------- */

/* Not required for template or sticky footer method. */

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav .nav-link {
    text-transform: uppercase !important;
    position: relative;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #EC252A !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .navbar-nav .nav-link:hover {
        color: #005D99 !important;
    }

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.destaque {
    border: 2px solid #EC252A !important;
    border-radius: 30px;
    line-height: 28px !important;
    height: 40px !important;
    padding: 4px 20px !important;
    font-size: 16px !important;
    margin-top: 10px;
    margin-bottom: 10px
}

    .destaque:hover {
        border: 2px solid #005D99 !important;
    }

.barra {
    position: absolute;
    height: 2px;
    width: 0%;
    bottom: 10px;
    left: 0px;
    background: #005D99;
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.5s ease;
    /* Firefox */
    -o-transition: all 0.5s ease;
    /* IE 9 */
    -ms-transition: all 0.5s ease;
    /* Opera */
    transition: all 0.5s ease;
}

.barra2 {
    position: absolute;
    height: 2px;
    width: 0%;
    bottom: 10px;
    right: 0px;
    background: #005D99;
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.5s ease;
    /* Firefox */
    -o-transition: all 0.5s ease;
    /* IE 9 */
    -ms-transition: all 0.5s ease;
    /* Opera */
    transition: all 0.5s ease;
}

.barra3 {
    position: absolute;
    height: 2px;
    width: 0%;
    top: 10px;
    left: 0px;
    background: #005D99;
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.5s ease;
    /* Firefox */
    -o-transition: all 0.5s ease;
    /* IE 9 */
    -ms-transition: all 0.5s ease;
    /* Opera */
    transition: all 0.5s ease;
}

.barra4 {
    position: absolute;
    height: 2px;
    width: 0%;
    top: 10px;
    right: 0px;
    background: #005D99;
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.5s ease;
    /* Firefox */
    -o-transition: all 0.5s ease;
    /* IE 9 */
    -ms-transition: all 0.5s ease;
    /* Opera */
    transition: all 0.5s ease;
}

.navbar-nav .nav-link:hover .barra, .navbar-nav .nav-link:hover .barra2, .navbar-nav .nav-link:hover .barra3, .navbar-nav .nav-link:hover .barra4 {
    width: 50%;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    /* border-bottom: 2px solid black; */
}

.btn-destaque {
    color: #fff;
    border: 2px solid #C43338 !important;
    background: #EC252A;
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
}

    .btn-destaque:hover {
        color: #fff;
        border: 2px solid #C43338 !important;
        background-color: #C43338;
    }

.btn-destaque-border {
    color: #EC252A;
    border: 2px solid #EC252A !important;
    background: transparent !important;
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
}

    .btn-destaque-border:hover {
        color: #fff;
        border: 2px solid #C43338 !important;
        background: #C43338 !important;
    }

main a {
    color: #005D99;
}

footer {
    background: #005D99;
    color: white;
}

    footer p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    footer h4 {
        font-size: 20px;
        margin-top: 10px;
    }

.fundo {
    background: rgba(0, 0, 0, 0.15)
}

.logos img {
    width: 30px;
    margin-left: 10px;
}

.titulo {
    background: #efefef;
    color: #005D99;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    border-radius: 30px;
}

.btn-primary {
    background: #005D99;
}

.info h2 {
    font-weight: 300;
    color: #EC252A;
    font-size: 26px;
}

.vermelho {
    border-radius: 10px;
    background: rgba(236, 37, 42, 0.7);
    padding: 20px;
    color: white;
    min-height: 220px;
}

.marketing {
    margin-bottom: 20px;
    ;
}

    .marketing h2 {
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .marketing svg {
        float: right;
        height: 60px;
        width: 60px;
    }

.mb-2 {
    margin-bottom: 20px auto;
}

.my-1 {
    margin: 10px auto;
}

.my-2 {
    margin: 20px auto;
}

.my-4 {
    margin: 20px auto !important;
}

.my-5 {
    margin: 20px auto !important;
    padding-bottom: 20px;
}

.bg-success {
    background-color: #00c689 !important;
}

.bg-info {
    background-color: #005D99 !important;
}

.dash .panel {
    padding: 20px;
    border-radius: 40px;
    color: white;
}

    .dash .panel .icon {
        width: 50px;
        height: 50px;
        background: white;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
        margin: 0;
        padding: 0
    }

        .dash .panel .icon i {
            font-size: 30px;
        }

.dash .bg-success .icon i {
    color: #00c689;
}

.dash .bg-info .icon i {
    color: #005D99;
}

.dash small {
    color: #fff;
}

.form-control, .btn {
    border-radius: 20px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.dropdown-menu {
    left: 50%;
    right: auto;
    text-align: center;
    transform: translate(-50%, 0);
}

.btn {
    padding: 7px 20px;
    font-size: 16px;
    outline: none;
}

.form-control {
    height: 45px;
    padding: 10px 20px;
    font-size: 16px;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
        color: #fff !important;
    }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    background: #545B62;
    color: #fff;
    outline: none;
}

#Form .row, .tab-pane .row {
    margin-bottom: 20px;
}

.nav-tabs > li > a {
    font-weight: 600;
}

.tab-pane {
    padding: 20px;
    border: 1px solid;
    border-color: #fff #dee2e6 #dee2e6#dee2e6;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media (max-width: 768px) {
    .nav-tabs li span {
        display: none;
    }
}

.dropdown-toggle {
    outline: none !important;
}

.carousel, .carousel-inner {
    height: 80vh;
    margin-bottom: 40px;
}

.item {
    max-height: 80vh;
    min-height: 80vh;
    max-width: 100vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.carousel-caption {
    top: 150px;
    z-index: 10;
    left: 20px;
    text-align: left;
}

    .carousel-caption h1 {
        font-size: 50px;
    }

.redes {
    text-align: right;
}

.vermelho {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .item {
        max-height: 40vh;
        min-height: 40vh;
        max-width: 100vw;
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .vermelho {
        min-height: auto !important;
    }

    .btn-destaque-border {
        display: block;
        margin-top: 10px;
    }

    .footer {
        height: 195px;
        text-align: center;
    }

    body {
        padding-top: 50px;
        margin-bottom: 195px;
    }

    .navbar-nav {
        padding-top: 40px;
    }

    .info h2 {
        text-align: center;
    }

    .nav-tabs i {
        font-size: 25px;
    }

    .redes {
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: center;
    }

    .menor {
        font-size: 14px;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .btn-group-vertical {
        margin-bottom: 10px;
    }

    .btn {
        display: block !important;
        width: 100%;
    }
}

.navbar-toggle {
    border: 0;
    border-radius: 0;
}


.owl-carousel {
    margin-bottom: 20px;
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all 0.3s ease;
}

    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }


#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #0d4b78;
    color: #fff;
    padding: 12px 16px;
    box-shadow: 0 -6px 16px rgba(0,0,0,.12);
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap
}

    .cookie-banner b {
        font-weight: 700
    }

    .cookie-banner a {
        color: #fff;
        text-decoration: underline
    }

.cookie-actions {
    margin-left: auto;
    display: flex;
    gap: 8px
}

    .cookie-actions button {
        border: 0;
        border-radius: 6px;
        padding: 8px 12px;
        cursor: pointer
    }

.cookie-accept {
    background: #ffffff;
    color: #0d4b78
}

.cookie-essential {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.6)
}

@media (max-width:640px) {
    .cookie-actions {
        width: 100%;
        justify-content: flex-end
    }
}