﻿
:root {
    /*      var(--main-bg-color)  */
    --main-bg-color: #e6e6e6;
    /*      var(--main-footer-color)  */
    --main-footer-color: #212121;
    /*      var(--main-accent-color)    */
    --main-accent-color: #4CAF50;
    /*      var(--main-accent-color2)    */
    --main-accent-color2: #388E3C;
    /*      var(--main-pastel-color)    */
    --main-pastel-color: #a9c686;
    /*      var(--main-pastel-color2)    */
    --main-pastel-color2: #8c8c8c;
    /*      var(--sec-accent-color)    */
    --sec-accent-color: #757575;
    /*      var(--sec-pastel-color)    */
    --sec-pastel-color: #ffb3d9;
}

html {
   min-height: 100% !important;
   max-width: 100%;
}
body {
    background-color: var(--main-bg-color) !important;
    overflow-y: scroll;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.text-light {
    color:var(--main-bg-color);
}

.text-dark {
    color: var(--main-footer-color);
}

.bg-pastell {
    background-color: var(--main-pastel-color);
}

.header {
    min-height: 175px;
    background-size: cover;
    background-position: center;
    padding-top: 25px;
    padding-left: 10%;
    vertical-align: middle;
    background-color: white;
    margin-right: 0px !important;
}

.header #logo{
    max-height: 125;
    widht: 20%;
}

@media (max-width: 576px) {
    .header #claim {
        display: none;
    }
    .header #name {
        display: none;
    }
}

.content {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    min-height: 200px;
}

.container{
    min-height:100%;
    padding-bottom:8px;
}

#banner {
    min-height: 450px;
    background-size: cover;
    background-image: url(../IMG/banner_0.JPG);
    color: var(--main-footer-color);
    transition: background 2s linear;
    -moz-transition: background 2s linear; /* Firefox 4 */
    -webkit-transition: background 2s linear; /* Safari and Chrome */
    -o-transition: background 2s linear; /* Opera */
}

#downArrow a span {
    position: absolute;
    bottom: -70 px;
    width: 36px;
    height: 36px;
    margin-left: -16px;
    border-left: 4px solid var(--main-footer-color);
    border-bottom: 4px solid var(--main-footer-color);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

.mb-0 > button {
  display: block;
  position: relative;
}
.mb-0 > button:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
}
.mb-0 > button[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}

.center-con {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
}



.round {
    position: absolute;
    border: 2px solid var(--main-footer-color);
    background-color: var(--main-footer-color);
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

#cta {
    width: 100%;
    cursor: pointer;
    position: absolute;
}

    #cta .arrow {
        left: 20%;
    }

.arrow {
    position: absolute;
    bottom: 0;
    margin-left: 0px;
    width: 36px;
    height: 36px;
    background-size: contain;
    top: 20px;
}

.segunda {
    margin-left: 20px;
}

.next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: translateX(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.arrow.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.round:hover .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

    .round:hover .arrow.primera {
        animation-name: bounceAlpha;
        animation-duration: 1.4s;
        animation-delay: 0.2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }






    .align-middle-relativ {
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
}


    .bg-3o4-dark {
        background-color: var(--main-bg-color) !important;
    }

    .text-3o4-ma {
        color: var(--main-accent-color)
    }

    .text-3o4-mp {
        color: var(--main-pastel-color)
    }

    .text-3o4-sa {
        color: var(--sec-accent-color)
    }

    .text-3o4-sp {
        color: var(--sec-pastel-color)
    }

    .btn-3o4-light {
        color: black;
        background-color: var(--main-pastel-color);
        border-color: var(--main-pastel-color);
        border-radius: 20px !important;
    }

    .btn-3o4-light:hover {
        color: white;
        background-color: var(--main-accent-color2);
        border-color: var(--main-accent-color2);
        text-decoration: none;
    }

    .btn-3o4-dark {
        color: white;
        background-color: var(--main-accent-color);
        border-color: var(--main-accent-color);
        border-radius: 20px !important;
    }

    .btn-3o4-dark:hover {
        color: black;
        background-color: var(--main-pastel-color2);
        border-color: var(--main-pastel-color2);
        text-decoration: none;
    }

    .btn-3o4-sa {
        color: var(--main-pastel-color);
        background-color: var(--sec-accent-color);
        border-color: var(--sec-accent-color);
        border-radius: 20px !important;
    }

        .btn-3o4-sa:hover {
            color: var(--main-footer-color);
            background-color: var(--main-bg-color);
            border-color: var(--main-bg-color);
            text-decoration: none;
        }

    .btn-sq {
        border-radius: 0px !important
    }

    border-3o4-sa {
        border-bottom-color: var(--sec-accent-color) !important;
    }

    .link-3o4-light {
        color: var(--main-pastel-color) !important;
    }

    a.link-3o4-light:hover {
        color: var(--main-accent-color) !important;
        text-decoration: none;
    }

.link-3o4-dark {
    color: var(--main-accent-color) !important;
}

a.link-3o4-dark:hover {
    color: var(--main-footer-color) !important;
    text-decoration: none;
}

.link-3o4-dark2 {
    color: var(--sec-accent-color) !important;
}

a.link-3o4-dark2:hover {
    color: var(--main-footer-color) !important;
    text-decoration: none;
}

.active .link-3o4-dark2 {
    color: var(--main-footer-color) !important;
}

.active a.link-3o4-dark2:hover {
    color: var(--main-footer-color) !important;
    text-decoration: none;
}

.nav-tabs{
    border-color: var(--main-footer-color) !important;
}

    .nav-tabs .nav-link.active {
        border-color: var(--main-footer-color) var(--main-footer-color) var(--main-bg-color) !important;
        background-color: transparent !important;
    }

    .nav-tabs .nav-link:hover {
        border-color: var(--main-footer-color) var(--main-footer-color) var(--main-bg-color) !important;
        background-color: transparent !important;
    }


    .line-3o4-dark {
        background-color: var(--main-accent-color);
        width: 100%;
        height: 2px;
        margin-bottom: 3px;
    }

    .display-1 {
        font-size: 5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-2 {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-3 {
        font-size: 4rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-4 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-5 {
        font-size: 3rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-6 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-7 {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-8 {
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.5;
    }

    .table-icon {
        width: 8%;
    }

    .icon-s {
        height: 8%;
    }

    .icon-xs {
        height: 6%;
    }

    @media (max-width: 576px) {
        .pt-2-xs {
        padding-top: .5rem !important;
    }

    .ml-5-xs {
        margin-left: 3rem !important;
    }
    .ml-4-xs {
        margin-left: 1.5rem !important;
    }
    .ml-3-xs {
        margin-left: 1rem !important;
    }
    .ml-2-xs {
        margin-left: .5rem !important;
    }

    .mr-5-xs {
        margin-right: 3rem !important;
    }
    .mr-4-xs {
        margin-right: 1.5rem !important;
    }
    .mr-3-xs {
        margin-right: 1rem !important;
    }
    .mr-2-xs {
        margin-right: .5rem !important;
    }

    .mb-5-xs {
        margin-bottom: 3rem !important;
    }

    .mb-4-xs {
        margin-bottom: 1.5rem !important;
    }

    .mb-3-xs {
        margin-bottom: 1rem !important;
    }

    .mb-2-xs {
        margin-bottom: .5rem !important;
    }

    .display-1 {
        font-size: 3rem !important;
        font-weight: 300;
        line-height: 1.2;
    }
    .display-2 {
        font-size: 3rem !important;
        font-weight: 300;
        line-height: 1.2;
    }
    .display-3 {
        font-size: 3rem !important;
        font-weight: 300;
        line-height: 1.2;
    }
    .display-4 {
        font-size: 3rem !important;
        font-weight: 300;
        line-height: 1.2;
    }
    .display-5 {
        font-size: 3rem !important;
        font-weight: 300;
        line-height: 1.2;
    }

    .table-icon {
        width: 5%;
    }

    .icon-s{
        height: 5%;
    }
    .icon-xs {
        height: 5%;
    }
}

@media (max-width: 360px) {
    .icon-xs{
        display: none;
    }
}

.bg-light {
    background-color: var(--main-bg-color);
}

.bg-dark {
    background-color: var(--main-footer-color);
}


.open-position {
    background-color: var(--main-pastel-color);
    margin-top: 30px;
    padding: 20px;
}

.overlay {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: var(--main-bg-color);
    z-index: 9999;
}

.overlay-content {
    text-align: center;
    margin: auto;
    margin-top: 20%;
}

.loader {
    margin: auto;
    margin-bottom: 10px;
    border: 16px solid var(--main-pastel-color2); /* Light grey */
    border-top: 16px solid var(--main-pastel-color); /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



















    #myFooter {
        background-color: var(--main-footer-color);
        color: var(--main-pastel-color);
        flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        margin-top: 50px;
    }

        #myFooter .footer-copyright {
            padding-bottom: 3px;
            text-align: center;
        }

            #myFooter .footer-copyright p {
                margin: 10px;
                color: #ccc;
            }

        #myFooter ul {
            list-style-type: none;
            padding-left: 0;
            line-height: 1.7;
        }

        #myFooter h5 {
            font-size: 18px;
            color: var(--main-pastel-color);
            font-weight: bold;
            margin-top: 30px;
        }

        #myFooter .myCols {
            text-align: center;
        }

        #myFooter .social-networks {
            text-align: center;
            padding-top: 30px;
        }

            #myFooter .social-networks a {
                font-size: 32px;
                margin-right: 5px;
                margin-left: 5px;
                color: var(--main-pastel-color);
                padding: 10px;
                transition: 0.2s;
            }

                #myFooter .social-networks a:hover {
                    text-decoration: none;
                }

        #myFooter .instagram:hover {
            color: #8a3ab9;
        }

        #myFooter .twitter:hover {
            color: #00aced;
        }

        #myFooter .btn {
            border-radius: 20px;
            border: none;
            width: 150px;
            display: block;
            margin: 0 auto;
            margin-top: 10px;
            line-height: 25px;
        }

    @media screen and (max-width: 767px) {
        #myFooter {
            text-align: center;
        }
    }

#menuToggle {
    display: flex;
    flex-direction: column;
    position: relativ;
    top: 0px;
    right: 0px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    height: 45px;
    padding-bottom: 60px;
    background-color: var(--main-pastel-color);
}


#menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

@media(min-width: 1200px) {
    #menuToggle input {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    #menueSpans {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 20px;
    }

    #menu {
        position: absolute;
        width: 300px;
        padding-top: 80px;
    }
}

@media(max-width: 1199px) {
    #menuToggle input {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    #menueSpans {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 20px;
    }

    #menu {
        position: absolute;
        max-width: 90%;
        min-width: 75vh;
        padding: 80px;
    }
}

@media(max-width: 700px) {
    #menuToggle input {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    #menueSpans {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 20px;
    }

    #menu {
        position: absolute;
        max-width: 90%;
        min-width: 60vh;
        padding: 80px;
    }
}


#menuToggle span {
    display: flex;
    width: 39px;
    height: 5px;
    margin-bottom: 5px;
    position: relative;
    background: var(--sec-accent-color);
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.2s ease;
}

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #fff;
}

    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

#menu {
    margin: 0 0 0 -50px;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.5,0.05,1.0);
    text-align: right;
    background-color: var(--main-pastel-color);
    height: 300px;
}

    #menu li {
        transition-delay: 2s;
    }

#menuToggle input:checked ~ ul {
    transform: none;
}




/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timelinecontainer {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
    .timelinecontainer::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        right: -17px;
        background-color: white;
        border: 4px solid var(--main-accent-color);
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -16px;
}

/* The actual content */
.timelinecontent {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .timelinecontainer{
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .timelinecontainer::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }
    
    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        left: 15px;
    }
    
    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}




.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3 -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}

    .gallery .pics {
        -webkit-transition: all 350ms ease;
        transition: all 350ms ease;
    }

    .gallery .animation {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}

@media (max-width: 767px) {
    .m-dell-sm{
        margin-left: 15%;
        margin-right: 15%;
    }
}
