/* Element Selectors */
body {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
}

section {
    margin-bottom: 2rem;
}

section h1,
p {
    color: #232323;
}

section h1 {
    margin: 2rem 0;
    font-family: "Raleway", sans-serif;
    font-size: 2rem;
}

section p {
    font-size: .9rem;
}

a, a:hover {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

/* Navbar */

#mainNavbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    transition: background .5s;
}

.navbar .navbar-brand {
    position: relative;
    margin-right: 0;
    margin-left: .75rem;
    text-align: center;
    text-transform: uppercase;
}

.navbar-brand .purple-square {
    position: absolute;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid rgba(83, 19, 53);
    transform: rotate(-135deg);
}

.navbar-brand .purple-square:nth-of-type(1) {
    left: calc(50% - 1.25rem);
    border-top: 1px solid rgba(83, 19, 53, .6);
}

.navbar-brand .purple-square:nth-of-type(2) {
    left: calc(50% - .9375rem);
}

.navbar-brand .purple-square:nth-of-type(3) {
    left: calc(50% - .625rem);
    border-bottom: 1px solid rgba(83, 19, 53, .4);
}

.navbar-brand span:first-of-type {
    display: block;
    margin-top: 1.75rem;
    color: rgba(83, 19, 53);
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.1rem;
    letter-spacing: .0625rem;
}

.navbar-brand span:nth-of-type(2) {
    display: block;
    margin-top: -.2rem;
    color: #575555;
    font-family: "Raleway", sans-serif;
    font-size: .7rem;
    letter-spacing: .0625rem;

}

.navbar .navbar-toggler {
    border-color: transparent;
    margin-top: 1.125rem;
}

.navbar .navbar-toggler:focus {
    outline: transparent;
}

.navbar .navbar-nav .nav-link {
    color: #575555;
    text-transform: uppercase;
    transition: color .5s;
}

.navbar .navbar-nav .nav-link:hover {
    color: rgba(83, 19, 53);
}

/* Header video */

.wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block; 
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
}

.video-container video {
    position: absolute;
    top: 48%;
    left: 68%;
    width: 291vw;
    transform: translate(-50%, -50%); 
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 4rem;
    z-index: 1;
}

.video-overlay-content {
    padding: 2rem;
    background-color: rgba(255, 255, 255, .5);
    color: #575555;
    font-size: 1.1rem;
    text-align: center;
    text-transform: uppercase;
}

.video-overlay p {
    font-weight: 400;
}

.video-overlay span {
    font-weight: 600;
}

.video-overlay p:first-of-type {
    margin-bottom: 0;
}

.social-media a {
    margin: 0 .5rem;
    color: rgb(83, 19, 53);
    font-size: 1.4rem;
}

/* Quotes */

.quotes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40vh;
    padding: 0 .5rem;
    background-color: rgb(83, 19, 53);
    text-align: center;
    text-transform: uppercase;
}

.quotes .quote,
.author {
    color: #fff;
}

.quote {
    font-size: 1.1rem;
    font-weight: 100;
}

.author {
    margin-bottom: 0;
    font-size: 1rem;
    letter-spacing: .0625rem;
}

/* Treinamentos */

.treinamentos-list {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}

.treinamentos-list-item {
    height: 6.25rem;
    margin-bottom: .0625rem;
    background-color: #36354d;
    color: #fff;
    font-size: .9rem;
    text-transform: uppercase;
    transition: background-color .5s;
}

.treinamentos-list-item:hover {
    background-color: #29293b;
}

.treinamentos-list-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* Coaching */

.container-coaching {
    position: relative;
    padding: 8rem 0;
    background-image: url("/imgs/coaching.jpg");
    background-size: cover;
}

.container-coaching::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color:rgba(83, 19, 53, .7);
}

.container-coaching h1,
.container-coaching p {
    color: #fff;
}

/* Jacqueline Andrade */

.jackie-image {
    width: 100%;
    height: 16rem;
    background-image: url("/imgs/jackie.jpg");
    background-position: center;
    background-size: cover;
}

/* Empresas Atendidas */

.empresas {
    background-color: #efefef;
    padding: 2rem 0;
    margin-bottom: 0;
}

.container-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.container-flex h1 {
    flex: 0 100%;
}

.empresas-card {
    position: relative;
    width: 210px;
    max-width: 210px;
    height: 74px;
    max-height: 74px;
    margin: 1.25rem;
}

.empresas-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 74px;
    opacity: 1;
    z-index: 0;
}

.empresas-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 74px;
    opacity: 0;
    transition: opacity .4s;
    z-index: 1;
}

.empresas-card:hover::after {
    opacity: 1;
}

.empresas-card-1::before {
    background-image: url(imgs/vale-pb.png);
}

.empresas-card-1::after {
    background-image: url(imgs/vale.png);
}

.empresas-card-2::before {
    background-image: url(imgs/gerdau-pb.png);
}

.empresas-card-2::after {
    background-image: url(imgs/gerdau.png);
}

.empresas-card-3::before {
    background-image: url(imgs/ge-pb.png);
}

.empresas-card-3::after {
    background-image: url(imgs/ge.png);
}

.empresas-card-4::before {
    background-image: url(imgs/localiza-pb.png);
}

.empresas-card-4::after {
    background-image: url(imgs/localiza.png);
}

.empresas-card-5::before {
    background-image: url(imgs/ouro-minas-pb.png);
}

.empresas-card-5::after {
    background-image: url(imgs/ouro-minas.png);
}

.empresas-card-6::before {
    background-image: url(imgs/vli-pb.png);
}

.empresas-card-6::after {
    background-image: url(imgs/vli.png);
}

.empresas-card-7::before {
    background-image: url(imgs/cemig-pb.png);
}

.empresas-card-7::after {
    background-image: url(imgs/cemig.png);
}

.empresas-card-8::before {
    background-image: url(imgs/carmen-steffens-pb.png);
}

.empresas-card-8::after {
    background-image: url(imgs/carmen-steffens.png);
}

.empresas-card-9::before {
    background-image: url(imgs/teksid-pb.png);
}

.empresas-card-9::after {
    background-image: url(imgs/teksid.png);
}

.empresas-card-10::before {
    background-image: url(imgs/prima-linea-pb.png);
}

.empresas-card-10::after {
    background-image: url(imgs/prima-linea.png);
}

.empresas-card-11::before {
    background-image: url(imgs/petrobras-pb.png);
}

.empresas-card-11::after {
    background-image: url(imgs/petrobras.png);
}

.empresas-card-12::before {
    background-image: url(imgs/unifacisa-pb.png);
}

.empresas-card-12::after {
    background-image: url(imgs/unifacisa.png);
}

/* Números */

.numeros {
    padding: 2.5rem 2rem;
    margin-bottom: 0;
    background-color: #efefef;
}

.container-numeros {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.numeros-card span {
    display: block;
}

.numeros-card hr {
    width: 6.875rem;
}

.numeros-card-title {
    color: #36354d;
    font-size: 4rem;
}

.numeros-card-title::after {
    content: "+";
    font-size: 3rem;
}

.numeros-card:not(:last-child) .numeros-card-content {
    margin-bottom: 2.5rem;
}

/* Rodapé */

.rodape {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem 0; 
    background-color: #36354d;
    color: #fff;
}

.contato {
    margin-bottom: .5rem;
}

/* Componentes */

.btn-primary {
    display: inline-block;
    padding: 20px 40px 18px;
    border: none;
    margin: 4px 2px;
    background-color: #6b1944;
    color: #fff;
    font-size: .785em;
    line-height: 1.7em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .4s ease;
}

.btn-primary:hover {
    background-color: #581436;
}

/* JS classes */

.scrolled {
    background-color: #FAFCFB;
    box-shadow: 1px 0 15px #aaa;
}

/* Media Queries */

@media (min-width: 576px) {
    .wrapper {
        height: 80vh;
    }

    .video-container video {
        top: 57%;
        left: 62%;
        width: 184vw;
    }

    .video-overlay-content {
        padding: 2.5rem;
        font-size: 1.2rem;
    }

    .quotes {
        height: 30vh;
    }

    .quote {
        font-size: 1.2rem;
    }

    .jackie-image {
        height: 20rem;
    }
}

@media (min-width: 768px) {
    .video-container video {
        top: 74%;
        left: 63%;
        width: 178vw;
    }

    .video-overlay p:first-of-type {
        margin-bottom: .2rem;
    }    

    .social-media a {
        font-size: 1.5rem;
    }

    .container.container-images {
        padding: 0;
    }

    .treinamentos-list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .treinamentos-list-item {
        flex-basis: 50%;
        position: relative;
        height: 16rem;
        margin: 0;
        background-position: center;
        background-size: cover;
    }

    .treinamentos-list-item::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(54, 53, 77, .8);
        transition: background-color .5s;
        z-index: 0;
    }

    .treinamentos-list-item:hover::after {
        background-color: rgba(41, 41, 59, .8);
    }

    .treinamentos-list-item.item-1 {
        background-image: url("imgs/vendas.jpg");
    }

    .treinamentos-list-item.item-2 {
        background-image: url("imgs/negociacao.jpg");
    }

    .treinamentos-list-item.item-3 {
        background-image: url("imgs/comunicacao.jpg");
    }

    .treinamentos-list-item.item-4 {
        background-image: url("imgs/desenvolvimento-equipes.jpg");
    }

    .treinamentos-list-item.item-5 {
        background-image: url("imgs/inteligencia-positiva.jpg");
    }

    .treinamentos-list-item a {
        position: absolute;
        z-index: 1;
    }

    .container-coaching {
        background-attachment: fixed;
    }

    .container-numeros {
        flex-direction: row;
        align-items: flex-start;
    }

    .numeros-card {
        flex: 33.333%;
    }

    .numeros-card:not(:last-child) .numeros-card-content {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .wrapper {
        height: 90vh;
    }

    .video-container video {
        top: 77%;
        left: 59%;
        width: 162vw
    }
    
    .treinamentos-list-item {
        flex-basis: 33.333%;
        height: 18rem;
    }

    .jackie-image {
        width: 80%;
    }
}

@media (min-width: 1263px) {
    .numeros-card-content {
        padding: 0 3rem;
    }
}