﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*****************************
    GERAL
*****************************/

body {
    font-family: 'Montserrat', sans-serif;
}

section {
    padding: 55px 0;
}

.bg-breadcrumb {
    background: #e9e9e9;
}

.breadcrumb {
    padding: 18px 0;
    text-transform: capitalize;
    background-color: #942335;
    color: #fff;
}

ol.breadcrumb {
    background: transparent;
    margin: 0;
}

    ol.breadcrumb a {
        color: #343a40;
    }

hr {
    margin: 0;
}

.btn {
    cursor: pointer;
}

.link-padrao {
    color: inherit;
    text-decoration: inherit;
}

    .link-padrao:hover {
        color: inherit;
        text-decoration: inherit;
    }

.center-h {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.bg-grey {
    background: #f7f7f7;
}

.orange {
    color: #f93e00;
}

.blue {
    color: #122844;
}

.white {
    color: #fff;
}

.red {
    color: #942335;
}

.titulo-g {
    font-size: 65px;
}

.titulo-m {
    font-size: 45px;
    font-weight: 900;
}

.borda {
    border: 4px #ffe004 solid;
    width: 20%;
    border-radius: 30px;
    margin: 25px 0;
}

.banner {
    background-image: url(img/fundo_banner02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 135px;
    border-bottom: 20px #ffe004 solid;
}

.pilares {
    background-image: url(img/fundo_pilares.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pilares .bg-yellow {
    background: #ffe004;
    padding: 35px 20px 105px;
    max-width: 30%;
    margin: 0 15px;
}

.pilares .bg-white {
    background: #fff;
    padding: 35px 20px 105px;
    max-width: 30%;
    margin: 0 15px;
}


.contato {
    background-image: url(img/fundo_contato.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 20px 25px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}

/*****************************
    HEADER
*****************************/

.container.container-header {
    max-width: 1300px;
}

.logo {
    width: 60%;
}

nav.navbar {
    padding: 0 0 55px;
}

.nav-item {
    margin: 0 20px;
    padding: 7px 0;
}

a.nav-link {
    color: #fff;
}

    a.nav-link:hover {
        color: #ffe004;
    }

.dropdown-menu {
    background: #f93e00;
    border: none;
    top: 80%;
}

.dropdown-item {
    color: #fff;
    font-size: 14px;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #fff;
        background-color: #ff7243;
    }

li.nav-item.menu-active {
    background: #f93e00; 
}

span.icon-bar {
    background: #fff;
    width: 35px;
    height: 5px;
    display: block;
    margin-top: 5px;
}

.topo {
    padding: 15px 100px;
    background: #00000040;
    color: #fff;
    font-size: 14px;
    border-top: 4px #ffe004 solid;
}

.redes-sociais {
    font-size: 14px;
}

.dropdown-menu .dropdown-submenu {
    position: relative;
}

    .dropdown-menu .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -5px;
        display: none;
        position: absolute;
    }

    /* Exibe o submenu quando o item pai é hover */
    .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

/*****************************
    BANNER
*****************************/
    .carousel-control-next, .carousel-control-prev {
        width: 8%;
    }

/*****************************
    BOTOES
*****************************/

.btn-primary {
    background: #343a40;
    border-color: #343a40;
}

    .btn-primary:hover, btn-primary:active {
        background: #262833;
        border-color: #262833;
    }

.btn-site {
    background: #ffe004;
    color: #000;
    padding: 12px 45px;
    border-radius: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .btn-site:hover {
        background: #fbe64f;
        color: #000;
    }

.btn-contato {
    background: #fff;
    width: 100%;
    color: #942335;
    padding: 12px 45px;
    border-radius: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .btn-contato:hover {
        background: #ededed;
        color: #942335;
    }

.btn-link {
    font-weight: 600;
    color: #333;
    background-color: transparent;
}

    .btn-link:hover {
        color: #f94410;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }


/*****************************
    FOOTER
*****************************/

footer {
    padding: 70px 0 35px;
    color: #000;
    background-image: url(img/fundo_rodape.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    footer ul {
        padding: 0;
        list-style: none;
            line-height: 2.5;
    }

        footer ul a {
            color: #fff;
        }

.col-rodape {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

    .col-rodape i {
        font-size: 18px;
        color: #932437;
        background: #fff;
        padding: 7px 9px;
        border-radius: 3px;
    }

.assinatura {
    padding: 25px 0 5px;
    font-size: 14px;
    color: #000;
}

    .assinatura .container {
        border-top: 1px #000 solid;
        padding-top: 35px;
    }

    .assinatura a {
    }



@media only screen and (max-width: 768px) {

    .titulo-g {
        font-size: 45px;
    }

    .titulo-m {
        font-size: 30px;
    }

    .logo {
        width: 55%;
        margin: 30px 0;
    }

    .navbar-toggler {
        margin: auto;
    }

    .pilares .bg-yellow, .pilares .bg-white {
        max-width: 90%;
    }

    .topo {
        display: none;
    }

    .banner {
        padding: 0 0 50px;
        border-top: 10px #ffe004 solid;
    }

    .navbar-nav .nav-link {
        text-align: center;
    }

    h5 {
        font-size: 14px;
    }

    nav.navbar {
        padding: 0 0 0px;
    }

    .navbar-brand {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1270px;
    }
}
