@font-face {
    font-family: 'gt_haptik';
    src: url('../fonts/GT_Haptik_Regular.ttf');
}

html {
    font-size: 21px;
    font-family: 'gt_haptik', 'Times New Roman', Times, serif !important;
}

body {
    font-family: 'gt_haptik', 'Times New Roman', Times, serif !important;
}

h1 {
    font-size: 2.38rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1rem;
}

#animation_container {
    height: 258px;
    width: 100%;
    overflow: hidden;
}

.animation_wrapper {
    height: 139px;
    margin: 0;
    padding: 0;
    position: relative;
}

.animation_wrapper .img_1 {
    position: absolute;
    height: 139px;
    top: 0;
    left: 0;
    animation: scroll_dir 40s linear infinite;
}

.animation_wrapper .img_2 {
    height: 139px;
    position: absolute;
    top: 0;
    left: 30%;
    animation: scroll_left 40s linear infinite;
}

@keyframes scroll_dir {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll_left {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(-10%);
    }
}

#second_container {
    color: white;
    background-color: black;
    text-align: center;
    transition: opacity 1s;
    position: relative;
}

#second_container_wrapper {
    position: absolute;
    transition: top 1s;
}

#third_container {
    overflow: hidden;
    position: relative;
    /*background-color: blueviolet;*/
}

#fourth_container {
    position: relative;
}

#fourth_container_services {
    width: 100%;
    position: relative;
}

#fifth_container{
    height: 597px;
    margin-top: 30px;
    background-color: black;
}

.services_list {
    width: 100%;
    position: absolute;
    top: 900px;
    transition: top 1s 0.5s;
}

.services_list_item {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 1.5rem;
    border-bottom: 2px solid black;
    position: relative;
}

.services_list_item:last-child {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 1.5rem;
    border-bottom: 0px;
    position: relative;
}

.services_list_item span {
    margin-left: 40px;
}

.services_list_item_img {
    position: absolute;
    display: none;
    z-index: 999;
}

.footer-wrapper {
    margin-left: 134px;
    color: white;
    font-size: 1.09rem;
    height: 100%;
    padding-top: 91px;
    padding-bottom: 30px;
}

.footer-wrapper .copyright {
    font-size: 0.9rem;
}

.footer-wrapper .address {
    font-size: 2.56rem;
}

.find-us-wrapper {
    width:30%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fifth_container_content {
    width: 100%;
    height: 100%;
}

.circle {
    background: black;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;


    transition: width 1s 0.2s ease-in, height 1s 0.2s ease-in, opacity 0.5s 1s;

    /*transition-delay: 0.2s;
    transition-duration: 1s;
    transition-timing-function: ease-in;*/
}

.logo {
    margin-top: 20px;
    opacity: 0;
    transition: opacity 0.5s;
}  

#saiba-mais-fisrt-section{
    right: 66px;
    bottom: 91px;
}

.saiba-mais-section-1 {
    border: 1px solid white;
    border-radius: 50%;
    overflow: hidden;
}

.saiba-mais-section-1-circle-1{
    z-index: 999;
    position: absolute;
}

.saiba-mais-section-1-circle-1 span {
    font-size: 14px;
}

.green:hover {
    color: #00774D;
}

.green:hover svg path {
    fill: #00774D;
}

.blue:hover {
    color: #1452AC;
}

.blue:hover svg path{
    fill: #1452AC;
}

.red:hover {
    color: #9E181A;
}

.red:hover svg path{
    fill: #9E181A;
}


.saiba-mais-section-1-circle-2 {
    position: absolute;

    z-index: 0;

    border-radius: 50%;

    width: 1px;
    height: 1px;

    left: 50%;
    top: 50%;

    background-color: white;

    transition: width 0.5s ease-in, height 0.5s ease-in, transform 0.3s ease-in;

}

.scroll {
    position: fixed;

    bottom: 20px;
    left: 50px;
}

.deslize {
    bottom: 0px;
    transition: color 0.5s;
    position: absolute;
}

.soon{
    /*top: 35px;*/
    font-size: 14px;
    /*position: absolute;*/
}

.service_title_container {
    opacity: 1;
    position: absolute;
    top: 900px;
    transition: top 1.5s;
}

/* Mobile */

@media (max-width:600px) {
    html {
        font-size: 13px;
    }

    #animation_container {
        height: 140px;
        width: 100%;
        overflow: hidden;
    }
    
    .animation_wrapper {
        height: 75px;
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .animation_wrapper .img_1 {
        height: 80px;
    }
    
    .animation_wrapper .img_2 {
        height: 80px;
    }

    .service_title_container {
        margin-left: 30px;
        margin-right: 30px;
    }

    .services_list_item svg{
        margin-left: 25px;
        flex: none;
        width: 15px;
        height: 15px;
        margin-top: 5px;
    }

    .services_list_item {
        font-size: 15px;
        padding-top: 17px;
        padding-bottom: 17px;
        display: flex !important;
    }

    .services_list_item span {
        margin-left: 20px;
    }

    .services_list_item_text {
        margin-right: 30px;
    }

    .footer-wrapper{
        margin-left: 30px;
    }

    #fifth_container {
        height: 450px;
    }

    .find-us-wrapper > .saiba-mais-section-1 {
        display: none;
    }

    .footer-wrapper .address {
        font-size: 1.4rem;
    }

    .address_circle {
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 1px solid white;
    }

    .logo {
        opacity: 0;
        transition: opacity 0.5s;
    } 

    .logo_container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #saiba-mais-fisrt-section{
        margin-top: 100px;
        opacity: 0;
    }

    .saiba-mais-section-1 {
        width: 150px;
        height: 150px;
    }
    
    .saiba-mais-section-1-circle-1{
        width: 150px;
        height: 150px;
    }

    .deslize {
        margin: 0px 30px 0px 30px;
    }

    #second_container {
        position: relative;
        height: 597px;
    }

    #second_container_wrapper {
        top: 300px;
        padding: 40px;
        height: 597px;

        transition: top 1.5s ease-in;
    }

    #third_container{
        display: none;
    }

    #second_container_text {
        display: none;
    }

    .second_container_last_text{
        max-width: 400px;
        line-height: 22.59px;
    }

    .services_list_item_img {
        width: 200px;
    }

    .mob {
        display: block;
    }

    #third_container_mob div{
        position: absolute;
        top: 0px;
        float: left;
        display: flex;
    }

    #fourth_container {
        padding-top: 30px;
        /*background-color: black;*/
    }

    #fourth_container_services {
        height: 660px;
    }

    .desk {
        display: none;
    }

    .soon{
        /*top: 35px;*/
        font-size: 8px;
        vertical-align: super;

        /*position: absolute;*/
    }

    .services_list_item:last-child {
        padding-top: 17px;
        padding-bottom: 17px;
        font-size: 15px;
    }
}

/* Tablet */

@media (min-width:600px) {
    #fourth_container {
        padding-top: 143px;
        /*background-color: black;*/
    }

    .service_title_container {
        margin-left: 60px;
    }

    .services_list_item img{
        margin-left: 50px;
    }

    html {
        font-size: 17px;
    }

    #saiba-mais-fisrt-section{
        position: absolute;
    }

    .saiba-mais-section-1 {
        width: 250px;
        height: 250px;
        position: relative;
    }
    
    .saiba-mais-section-1-circle-1{
        width: 250px;
        height: 250px;
    }

    #second_container {
        opacity: 1;
    }

    #second_container_text_mob {
        display: none;
    }

    .second_container_last_text{
        max-width: 766px;
    }

    .services_list_item_img {
        width: 400px;
    }

    .mob {
        display: none;
    }

    .desk {
        display: block;
    }

    #third_container_mob {
        display: none !important;
    }

    #fourth_container_services {
        height: 780px;
    }

    #fifth_container{
        margin-top: 60px;
    }

    .slide_container {
        display: flex;
    }
}

/* Desktop */
@media (min-width:900px) {
    .service_title_container {
        margin-left: 130px;
    }

    .services_list_item svg{
        margin-left: 110px;
    }

    html {
        font-size: 21px;
    }

    #fourth_container_services {
        height: 1000px;
    }

    .contacto {
        position: absolute; 
        top: -60px;
    }

    .contacto-custo {
        position: absolute; 
        top: 27px;
    }

    .contacto-email {
        position:absolute;
        top: 55px;
    }
}

/* Desktop */
@media (min-width:2280px) {
    html {
        font-size: 35px;
    }

    #fourth_container_services {
        height: 1400px;
    }

    .logo_container img {
        height: 500px !important;
    }
}