/*
Theme Name: Axia Brasil
Author: Adriano Oliveira
Author URI: https://www.linkedin.com/in/webadriano/
Description: Theme developed for Axia Brasil
Version: 1.0
*/

body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    background-color: #000;
}

body.single,
body.page,
body.archive{
    background: #fff url(img/bg-single.png) bottom left no-repeat;
    background-size: cover;
}
body.page-template.page-template-fale-conosco {
    background-color: black!important;
    background-image: none!important;
}

body.single footer,
body.page footer {
    background-color: #000;
}

.preto {
    background-color: black;
}
.preto-degrade {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 70%, rgba(0,0,0,0) 100%);
}

.mc4wp-response .mc4wp-error {
    color: orangered;
}

.mc4wp-response .mc4wp-success {
    color: lawngreen;
}

header {
    height: 110px;
}
header #logo {
    margin-top: 32px;
    position: relative; 
    z-index: 99;
}
header #menu {
    margin: 32px 25px 0 0;
}
header #menu .destaque {
    background-color: #efc981;
    font-weight: 600;
}
header #menu .destaque a {
    color: #000;
}
header #menu a {
    font-size: 17px;
    color: white;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: .5rem 0.5rem;
}
header #menu-mobile {
    display: none;
}

#banner {
    width: 100%;
    height: 850px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

#banner #carouselBanner,
#banner #carouselBanner .carousel-inner,
#banner #carouselBanner .carousel-inner .carousel-item {
    height: 100%;
}
#banner #carouselBanner .carousel-inner .carousel-item {
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

#banner #carouselBanner .carousel-inner .carousel-item img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#banner .texto-banner {
    width: 100%;
    color: white;
    font-size: 58px;
    line-height: 67px;
    text-align: center;
    padding-top: 25%;
}
#banner .chamada {
    width: 100%;
    color: white;
    font-size: 35px;
    text-align: center;
    margin-top: 10%;
}
#banner .chamada p {
    text-shadow: -1px 3px 10px rgba(0, 0, 0, 0.9);
}
#banner .chamada .btn-chamada {
    color: #870000;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: white;
    padding: 10px 63px;
    text-decoration: none;
    margin-top: 5px;
    transform: translate(-50%, 0px);
    float: left;
    margin-left: 49%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


#quem-somos {
    padding-top: 120px;
    color: white;
    font-size: 14px;
}
#quem-somos .container .row .nav {
    margin: 0 auto;
}
#quem-somos h1 {
    font-size: 2rem;
}
#quem-somos iframe {
    width: 100%;
    height: 315px;
}
#quem-somos hr {
    width: 100%;
    height: 1px;
    background-color: white;
    border: 1px 0 0 1px solid #b8b8b8;
    float: left;
    margin: 100px 0 27px 0;
}
#quem-somos .nav-tabs {
    border: 0 none;
}
#quem-somos .nav-tabs .nav-item {
    background-color: transparent;
    padding: 10px 7px;
}
#quem-somos .nav-tabs .nav-item .nav-link {
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    padding: 9px 30px;
}
#quem-somos .nav-tabs .nav-link.active {
    background-color: #efc981;
    color: black;
    text-transform: uppercase;
    padding: 10px 30px;
    border: 0 none !important;
}
#quem-somos .tab-content {
    margin: 70px 0;
}

#formacao-axia {
    width: 100%;
    height: 712px;
    background: url(img/bg-formacao-axia.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
#formacao-axia h2 {
    color: #efc981;
    font-size: 40px;
    margin-top: 25px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
#carouselFormacao {
    margin-top: 40px;
}
#carouselFormacao figure img {
    margin-top: 35px;
}
#carouselFormacao .texto-formacao {
    width: 370px;
}
#carouselFormacao h3 {
    font-weight: bold;
    font-size: 24px;
}
#carouselFormacao p {
    font-size: 14px;
}
#carouselFormacao p span {
    font-size: 18px;
}
#carouselFormacao .carousel-control-next,
#carouselFormacao .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    
}
#carouselFormacao .carousel-control-next {
    background: url(img/next.png) right center no-repeat;
}
#carouselFormacao .carousel-control-prev {
    background: url(img/prev.png) left center no-repeat;
}

#blog {
    width: 100%;
    position: relative;
}
#blog h2 {
    color: #efc981;
    font-size: 40px;
    margin-top: 25px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
#blog ul {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;
}
#blog ul li {
    width: calc(100% / 2);
    float: left;
    list-style: none;
    margin-bottom: 40px;
}
#blog ul li:nth-child(odd) {
    padding-right: 12px;
}
#blog ul li p {
    width: calc(100% / 2 - 10px);
    float: left;
    color: white;
    font-size: 20px;
    font-weight: 600;
}
#blog ul li p a {
    float: left;
    text-decoration: none;
    color: white;
    margin: 10px 10px 0 0;
}
#blog ul li figure {
    width: calc(100% / 2);
    float: right;
}
#blog ul li figure a {
    width: 100%;
    float: left;
    height: 132px;
    background-size: cover!important;
}
#blog ul li figure img {
    width: 100%;
    height: auto;
}

#trading-floors {
    width: 100%;
    position: relative;
    margin-bottom: 55px;
    float: left;
}
#trading-floors h2 {
    color: #efc981;
    font-size: 40px;
    margin-top: 25px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
}
#trading-floors ul {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;
    text-align: center;
    padding: 0;
}
#trading-floors ul li {
    width: calc(100% / 3 - 9px);
    background: #444444;
    list-style: none;
    display: inline-block;
    margin-right: 9px;
    min-height: 430px;
}
#trading-floors ul li:last-child {
    margin-right: 0;
}
#trading-floors ul li h3 {
    font-size: 19px;
    font-weight: bold;
    color: white;
    width: 100%;
    padding: 35px 0;
}
#trading-floors ul li h3 span {
    font-weight: 400;
    color: #efc981;
}
#trading-floors ul li figure {
    width: 100%;
    position: relative;
    line-height: 31px;
}

#trading-floors ul li figure img {
    width: 100%;
}

#trading-floors ul li figure a {
    font-weight: bold;
    font-size: 16px;
    color: white;
}
#trading-floors ul li figure a span {
    font-weight: 400;
    font-size: 13px;
    float: left;
    line-height: 16px;
    width: 100%;
}
#trading-floors ul li figure a img {
    width: 100%;
    opacity: 1;
}

#trading-floors ul li figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #444444;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 0 20px;
    text-align: left;
    opacity: 0;
}

#fale-conosco {
    width: 100%;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 55px;
    float: left;
}
#fale-conosco hr {
    width: 100%;
    height: 1px;
    background-color: white;
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
}
#fale-conosco h2 {
    color: #efc981;
    font-size: 40px;
    margin-top: 25px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
}
#fale-conosco form {
    width: 100%;
    float: left;
    margin: 15px 0;
    color: #fff;
}

#fale-conosco form .btn {
    color: black;
    text-transform: uppercase;
    background-color: #efc981;
    font-weight: bold;
}

#fale-conosco .contato {
    width: 100%;
    float: left;
    margin-top: 50px;
}
#fale-conosco .contato figure {
    margin-right: 90px;
    text-align: center;
    max-width: 100px;
}

#fale-conosco .contato figure a img {
    width: 100%;
}
#fale-conosco .contato figure:last-child {
    margin-right: 0px;
}
#fale-conosco .contato figure a {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 1;
}
#fale-conosco .contato figure figcaption {
    margin-top: 5px;
}


footer {
    width: 100%;
    position: relative;
    text-transform: uppercase;
    margin-top: 50px;
    padding-top: 50px;
    float: left;
    text-align: center;
    color: white;
    background: url(img/bg-footer.png) bottom center no-repeat;
}
footer figure img {
    max-width: 270px;
    margin-bottom: 80px;
}

footer figure nav > div {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0px);
}

footer figure nav a {
    color: #fff;
    text-transform: lowercase;
}

footer figcaption {
    width: 100%;
    float: left;
    margin-top: 60px;
}

footer figcaption nav a {
    font-size: 17px;
    color: #fff;
}

footer .txt-2 {
    font-size: 10px;
    width: 100%;
    float: left;
    margin: 30px 0;
}

footer .txt-2 a {
    color: #fff;
    text-decoration: underline;
}

footer .txt-2 a:hover {
    color: #efc981;
}

footer .coop {
    font-size: 10px;
    width: 100%;
    float: left;
    margin: 30px 0;
}

/* Contato */
body.page-template-fale-conosco #content-page {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

body.page-template-fale-conosco #content-page h1 {
    color: #efc981;
    font-size: 40px;
    margin-top: 25px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    text-transform: uppercase;
}

body.page-template-fale-conosco #content-page p {
    color: #fff;
}

#txt-from-mc p {
    text-transform: none !important;
}

/* Single */
#thumbnail-destaque {
    width: 100%;
    text-align: center;
    min-height: 160px;
}

#thumbnail-destaque img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 425px;
}
body.single h1,
body.page h1  {
    font-weight: bold;
}
#content-single {
    position: relative;
    top: -100px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    padding: 25px 15px;
}
#content-single .breadcrumps {
    width: 100%;
    padding: 15px 0 25px 0;
    font-size: 20px;
    text-transform: uppercase;
}
#content-single .breadcrumps a {
    color: #000;
}
#content-single img,
#content-single p img {
    width: 100%;
    height: auto;
}

#veja-mais {
    width: 100%;
    position: relative;
    text-transform: uppercase;
}
#veja-mais h2 {
    color: #efc981;
    font-size: 40px;
    margin-top: 25px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
}
#veja-mais ul {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 100px;
}
#veja-mais ul li {
    width: calc(100% / 2);
    float: left;
    list-style: none;
    margin-bottom: 40px;
}
#veja-mais ul li:nth-child(odd) {
    padding-right: 12px;
}
#veja-mais ul li p {
    width: calc(100% / 2 - 10px);
    float: left;
    color: black;
    font-size: 16px;
    font-weight: 600;
}
#veja-mais ul li p a {
    float: left;
    text-decoration: none;
    color: black;
    margin: 10px 10px 0 0;
}
#veja-mais ul li figure {
    width: calc(100% / 2);
    float: right;
}
#veja-mais ul li figure a {
    width: 100%;
    float: left;
    height: 132px;
    background-size: cover!important;
}
#veja-mais ul li figure img {
    width: 100%;
    height: auto;
}

iframe{
    width: 100%;
    height: 620px;
}

/* Desktop */
@media (min-width: 1200px) {
    header #menu .destaque:hover {
        background-color: white;
    }
    header #menu .destaque:hover a {
        color: #efc981;
    }
    header #menu a:hover {
        color: #efc981;
    }
    #banner .chamada .btn-chamada:hover {
        background-color: #870000;
        color: white;
    }
    #quem-somos .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
        border: 0 none;
        text-decoration: none;
        background-color: #efc981;
        color: black;
    }
    #carouselFormacao .carousel-control-next:hover,
    #carouselFormacao .carousel-control-prev:hover {
        opacity: 1;
    }
    #trading-floors ul li:hover {
        border-bottom: 20px solid #ddbb7a;
    }
    #trading-floors ul li:hover figure figcaption {
        opacity: 1;
    }
    #fale-conosco .contato figure a:hover {
        opacity: 0.7;
    }

    footer figure nav a:hover {
        color: #ddbb7a;
    }

    #fale-conosco form .btn:hover {
        color: #efc981;
        background-color: #fff;
    }

    #txt-from-mc p {
        text-transform: none !important;
    }
}

/* Mobile */
@media (max-width: 1199px) {
    iframe {
        width: 100%;
        height: 216px;
    }
    @media (min-width: 478px) {
        iframe {
            width: 100%;
            height: 272px;
        }
    }
    @media (min-width: 575px) {
        iframe {
            width: 100%;
            height: 390px;
        }
    }
    @media (min-width: 993px) {
        iframe {
            width: 100%;
            height: 520px;
        }
    }
    footer figure nav {
        display: none !important;
    }
    header {
        height: auto;
    }
    header #logo img {
        width: 60%;
    }
    header #menu {
        display: none;
    }
    header #menu-mobile .destaque {
        background-color: #efc981;
        font-weight: 600;
    }
    header #menu-mobile {
        display: block;
        width: 100%;
        float: right;
        margin-top: -47px;
    }
    header #menu-mobile button {
        float: right;
        position: relative;
        z-index: 199;
    }
    header #menu-mobile button:focus{
        outline: none;
    }
    header #menu-mobile nav {
        width: 110%;
        left: -5%;
        position: absolute;
        top: 60px;
    }
    header #menu-mobile nav ul {
        background-color: #000;
        text-align: center;
        padding: 10px 10px;
    }
    header #menu-mobile nav a {
        color: white;
    }

    #banner {
        height: 480px;
    }
    #banner .texto-banner {
        font-size: 26px;
        line-height: 32px;
        padding-top: 140px;
    }
    #banner .chamada {
        font-size: 18px;
        margin-top: 50px;
    }
    #banner .chamada p {
        text-shadow: -1px 3px 10px rgba(0, 0, 0, 0.9);
    }
    #banner .chamada .btn-chamada {
        font-size: 20px;
        padding: 8px 40px;
        line-height: 22px;
    }

    #quem-somos {
        padding-top: 50px;
    }
    #quem-somos h1 {
        text-align: center;
        margin-bottom: 50px;
    }
    #quem-somos hr {
        margin: 20px 0 50px 0;
    }
    #quem-somos .nav-tabs .nav-item {
       width: 100%;
    }

    #quem-somos .nav-tabs .nav-item .nav-link {
        text-align: center;
        line-height: 22px;
    }
    #quem-somos .tab-content {
        margin: 25px;
    }

    #quem-somos .tab-content h1 {
        font-size: 28px;
    }

    #quem-somos .tab-pane {
        width: 100%;
    }

    #quem-somos .tab-pane img {
        width: 100%;
        height: auto;
    }

    #formacao-axia {
        width: 100%;
        height: auto;
        background: white;
    }
    #formacao-axia h2 {
        color: #efc981;
        font-size: 25px;
    }
    #carouselFormacao {
        margin-top: 25px;
    }
    #carouselFormacao .carousel-inner {
        min-height: 750px;
    }
    #carouselFormacao figure {
        width: 100%;
        text-align: center;
    }
    #carouselFormacao figure img {
        margin-top: 0px;
        width: 70%;
        max-width: 356px;
        float: none!important;
    }
    #carouselFormacao .texto-formacao {
        width: 100%;
        text-align: center;
    }
    #carouselFormacao h3 {
        font-weight: bold;
        font-size: 19px;
    }
    #carouselFormacao p {
        font-size: 14px;
    }
    #carouselFormacao p span {
        font-size: 16px;
    }
    #carouselFormacao .carousel-control-next,
    #carouselFormacao .carousel-control-prev {
        top: -242px;
    }

    #blog ul li {
        width: 100%;
        padding: 0;
    }
    #blog ul li:nth-child(odd) {
        padding-right: 0px;
    }
        @media (min-width: 576px) {
            #blog ul li:nth-child(odd),
            #blog ul li:nth-child(even) {
                padding-right: 20px;
            }
        }
    #blog ul li p {
        width: 100%;
        text-align: center;
    }
    #blog ul li p a {
        text-align: center;
        width: 100%;
        margin: 10px 0 0 0;
    }
    #blog ul li figure {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    #blog ul li figure img {
        width: 100%;
        float: none;
    }
    
    #trading-floors h2 {
        font-size: 32px;
        margin-top: 15px;
    }
    #trading-floors ul {
        width: 100%;
        float: left;
        position: relative;
        margin-top: 30px;
        text-align: center;
        padding: 0;
    }
    #trading-floors ul li {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0px;
    }
        @media (min-width: 576px) {
            #trading-floors ul li {
                width: calc(100% / 3 - 9px);
                margin-right: 9px;
            }
            #trading-floors ul li figure figcaption {
                padding: 0 5px;
                font-size: 15px;
            }
        }
    #trading-floors ul li figure {
        line-height: 28px;
    }
    #trading-floors ul li figure img {
        display: none;
    }
    #trading-floors ul li figure a {
        font-weight: bold;
        font-size: 19px;
        color: white;
    }
    #trading-floors ul li figure figcaption {
        text-align: center;
        opacity: 1;
    }
    
    #fale-conosco h2 {
        font-size: 22px;
    }
    #fale-conosco .contato {
        width: 100%;
        margin-top: 20px;
    }
    #fale-conosco .contato figure {
        margin-right: 10px;
        text-align: center;
        float: left;
    }

    #fale-conosco .contato figure img {
        width: 100%;
        max-width: 100px;
    }

    #fale-conosco .contato figure:last-child {
        margin-right: 0px;
    }
    #fale-conosco .contato figure a {
        color: white;
        font-size: 16px;
        text-transform: uppercase;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        opacity: 1;
    }
    #fale-conosco .contato figure figcaption {
        display: none;
    }
    
    footer {
        margin-top: 0px;
        padding-top: 0px;
    }

    footer figure img {
        margin-bottom: 0;
    }

    /* Single */
    #veja-mais ul li {
        width: 100%;
        padding: 0;
    }
    #veja-mais ul li:nth-child(odd) {
        padding-right: 0px;
    }
        @media (min-width: 576px) {
            #veja-mais ul li:nth-child(odd),
            #veja-mais ul li:nth-child(even) {
                padding-right: 20px;
            }
        }
    #veja-mais ul li p {
        width: 100%;
        text-align: center;
    }
    #veja-mais ul li p a {
        text-align: center;
        width: 100%;
        margin: 10px 0 0 0;
    }
    #veja-mais ul li figure {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    #veja-mais ul li figure img {
        width: 100%;
        float: none;
    }

    #txt-from-mc p {
        text-transform: none !important;
    }
}
