:root {
    --bg-color-orange: #FF592D;
    --bg-color-dark-gray: #373c42;
  }

* {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    border: 0;
}

html, body {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
}

#contents {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
}



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

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

.text-white {
    color: white;
}

.title {
    width: 100%;
    text-align: center;
    font-size: 1.8em;
    font-weight: 900;
}

.title-2 {
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
}

.subtitle {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: 800;
}

.text-normal {
    font-size: 1em;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
}

.font-x1 {
    font-size: 1em;
}

.font-x13 {
    font-size: 1.3em;
}

.font-x15 {
    font-size: 1.5em;
}






/* MENU */

.menu-mobile {
    display: none;
}

#menu {
    margin: 0px !important;
    padding: 0px !important;
}


#div-menu-image {
    height: 600px;
    width: 100%;
    background-image: url('../img/imagem-topo.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.text-menu-bar {
    width: 100%;
    text-align: right;
    padding: 2% 8% 1% 0% !important;
    background-color: rgba(0, 0, 0, .7);
}

#div-menu-whatsapp {
    background-color: var(--bg-color-orange);
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu-whatsapp-text {
    padding-left: 10%;
}

#logo-menu {
    width: 34vw;
    margin-left: 7%;
    margin-bottom: 50px;
}

#text-menu {
    font-size: 1.2em;
    text-align: left;
    margin-left: 7%;
    margin-bottom: 50px;
}


.div-menu-services {
    display: inline-block;
    margin-left: 7%;
}

.text-menu-small {
    width: fit-content;
    font-size: 0.9em;
    font-weight: 200;
    color: white;
}

.text-menu-orange {
    width: fit-content;
    font-size: 2.3em;
    font-weight: 900;
    color: var(--bg-color-orange);
    margin-top: -8px;
}

.div-menu-arrow {
    display: inline-block;
    margin-left: 15px;
}

.arrow-img {
    width: 90px;
    margin-top: -40px;
}

#menu-phone-img {
    height: 620px;
    position: absolute;
    top: 12%;
    right: 60px;
    z-index: 100;
}

/* FIM MENU */


/* SERVICE */

#services {
    width: 100%;
    margin: 0;
    padding: 3% 10%;
}

/* FIM SERVICE */


/* FUNCTIONALITIES */

#functionalities {
    margin: 0;
}

#functionalities-content {
    background-image: url('../img/fundo-icons.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 70px;
}

#functionalities-container {
    padding-left: 10vw;
    padding-right: 10vw;
}

.card-row {
    margin-top: 30px;
}

.card {
    margin: auto;
    text-align: center;
    max-width: 800px !important;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}

.card-img-top {
    margin: auto;
    height: 60px;
    width: auto;
}

.card-text {
    color: white;
    font-size: 1em;
    font-weight: 700;
}

/* END FUNCTIONALITIES */


/* BANNER */
#banner {
    width: 100%;
    margin: 0;
    margin-top: 10px;
    height: 240px;
    background-image: url('../img/ImagemBanner.jpg');
    padding-top: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}


#banner-left {
    padding-left: 100px;
}

#banner-title {
    text-align: left;
    margin-bottom: 4px;
}

#banner-text {
    text-align: right;
    font-weight: 800;
    line-height: 16px;
    text-align: left;
}

#banner-right { 
    padding-right: 100px;
}

#banner-subtitle {
    text-align: right;
    font-size: 3em;
    font-weight: 200;
    line-height: 50px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 10px;
}

#banner-whatsapp {
    text-align: right;
    color: white;
    font-size: 1.6em;
    font-weight: 800;
}

/* END BANNER */


/* OTHER_SERVICES */
    
#other_services {
    margin: 0;
}

.card-other_services-row {
    width: 100%;
    margin: 30px 0px 0px 0px;
}

.other_services_card {
    height: 100%;
}

.other_services_card_title_box {
    max-height: 80px;
    background-color: var(--bg-color-dark-gray);
    display: flex;
    align-items:center;
    height: auto;
    padding-right: 20px;
}

.other_services_icon {
    height: 82px; /* 133px*/
    width: 67px; /*  112px*/
    float: left;
    margin-right: 12px;
    padding: -5px;
}

.other_services_card_title_text {
    color: white;
    font-size: .9em;
    text-align: center;
    font-weight: 500;
    line-height: 20px;
    vertical-align:middle;
}

.other_services_card_body {
    padding: 15px 0px;
}

.other_services_card_body_text {
    font-size: 1em;
    font-weight: 300;
    text-align: center;
}

.other_services_card_body_orange {
    background-color: var(--bg-color-orange);
    height: 90%;
    padding: 15px 50px;
}

.other_services_card_body_ul_text_orange {
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 20px 20px;
}

.other_services_card_body_text_orange {
    color: white;
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;

}

.other_services_card_body_text_orange:first-child {
    padding-top: 20px;
}

.other_services_card_body_text_orange:last-child {
    padding-bottom: 40px;
}

/* FIM OTHER_SERVICES */

/* ABOUT US */

#about_us {
    margin: 0;
    padding: 20px 12% 0 12%;
    margin-bottom: 20px;
}

#title-about_us {
    margin-bottom: 30px;
    
}


/* FIM ABOUT US */


/* CONTACT US */

#contact {
    margin: 0;
    background-image: url('../img/fundo_footer.jpg');
    padding: 60px 100px 80px 100px;
    background-repeat: no-repeat;
    background-size: cover; 
}


#title-contact_us {
    margin-bottom: 40px;
}

.footer-contact {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 200;
}

.footer-contact-on-your-way {
    color: white;
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 200;
    margin-top: -12px;
    margin-left: 72px;
}

.icon-contact_us {
    font-size: 1.6em;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

#logo-footer {
    width: 200px;
    margin: 30px auto;
}

.contact-label {
    color: white;
    font-size: .8em;
}

.contact-input {
    font-size: .9em;
    border-radius: 0px;
}

#btn-contact_us {
    color: var(--bg-color-orange);
    height: 36px;
}

#btn-contact_us img {
    height: 100%;
    object-fit: cover;
}

.g-recaptcha {
    display: none;
}

#references-footer {
    margin: 0;
    background-color: rgba(0, 0, 0, .4);
    height: 60px;
    padding: 2px 120px;
    margin-top: -60px;
    color: gray;
    margin-bottom: 35px;
}

#references-text-footer { 
    font-size: .7em;
    width: 100%;
    text-align: right;
    margin-bottom: 0px;
}

.social-icons-footer {
    margin-right: 20px;
    position: relative;
    top: 4px;
}

#logo-cp {
    height: 54px;
}

.social-link {
    color: white;
    margin-right: 8px;
    opacity: 0.7;
}

.social-link:hover {
    color: white;
    opacity: 1;
}

/* FIM CONTACT US */


/* WHATSAPP */

#btn_whatsapp {
    background-color: rgba(255, 69, 0, 0.8);
    position: fixed;
    bottom: 50vh;
    right: 0;
    width: 45px;
    height: 70px;
    color: white;
    text-align: center;
    z-index: 1000;
    border-radius: 4px 0 0 4px;
}

#btn_whatsapp:hover {
    cursor: pointer;
}

#btn_whatsapp-icon {
    padding-top: 20px;
    font-size: 32px;
    opacity: 0.8;
}

/* FIM WHATSAPP */


/* SCROLL */

#scroll_down {
    height: 35px;
    background-color: rgba(0, 0, 0, .5);
    width: 100vw;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    text-align: center;
}

.link-scroll_down {
    color: #ccc;
    width: 100%;
    text-align: center;
}

.link-scroll_down:hover {
    color: white;
}

.icon-scroll_down {
    position: relative;
    top: 7px;
}

/* FIM SCROLL */

@media only screen and (max-width: 992px) {
    
    /* MENU */

    .menu-mobile {
        display: block;
    }

    #div-menu-image {
        height: 370px;
    }
    
    .text-menu-bar {
        padding: 5px !important;
    }

    .text-menu-bar>span {
        display: block;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        text-align: center;
    }

    .menu-web {
        display: none;
    }

    #logo-menu-mobile {
        width: 22vw;
        min-width: 190px;
        max-width: 210px;
        margin-top: 20px;
        margin-left: 8%;
        margin-bottom: 20px;
        display: block;
    }

    #div-menu-whatsapp {
        background-color: orangered;
    }
    
    #menu-whatsapp-text {
        padding-left: 0;
        font-size: 1em;
    }

    #menu-phone-img {
        height: 340px;
        position: absolute;
        top: 150px;
        right: 0px;
        z-index: 100;
    }

    #div-menu-text-mobile {
        background-color: var(--bg-color-orange);
    }

    #text-menu-mobile {
        font-size: 1em;
        text-align: left;
        padding: 35px 0px 10px 0px;
    }

    .div-menu-services {
        margin-left: 3%;
    }

    .text-menu-small {
        font-size: 0.75em;
        font-weight: 200;
        color: white;
    }

    .text-menu-orange {
        font-size: 1.9em;
        font-weight: 900;
        margin-top: -8px;
    }

    .div-menu-arrow {
        margin-left: 3px;
    }
    
    .arrow-img {
        width: 65px;
        margin-top: -32px;
    }

    /* FIM MENU */
    
    /* SERVICE */

    #services {
        width: 100%;
        margin: 0;
        padding: 3% 5%;
        text-align: justify;
    }

    /* FIM SERVICE */

    /* FUNCTIONALITIES */
    #functionalities-content {
        background-image: none;
        background-color: var(--bg-color-dark-gray);
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .br-mobile {
        display: block;
    }
    /* FIM FUNCTIONALITIES */

    /* BANNER */
    #banner {
        margin-top: 10px;
        height: 320px;
        background-image: url('../img/imagem_banner_mobile.png');
        padding-top: 40px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 50px;
    }

    #banner-left { 
        padding-left: 20px;
    }

    #banner-right { 
        padding-right: 0px;
        padding-left: 20px;
    }

    #banner-subtitle {
        text-align: left;
    }
    
    #banner-whatsapp {
        text-align: left;
    }

    /* FIM BANNER */


    /* OTHER SERVICES */

    .other_services_icon_orange {
        position: absolute;
        z-index: 10;
    }

    #functionalities-container {
        padding: 0;   
    }

    .card-other_services-row {
        margin-top: 0;
    }

    .card-other_services-row > div {
        padding: 0;
    }

    .other_services_icon_orange {
        display: none;
    }

    .other_services_card_body_text {
        padding-left: 5%;
        padding-right: 5%;
    }

    .other_services_card_body_orange {
        padding: 10px 5%;
    }

    /* FIM OTHER SERVICES */
    

    /* CONTACT US */

    #logo-footer {
        width: 200px;
        margin: 0px;
        position: absolute;
        top: 0px;
        right: 0px;   
    }

    #contact-col-right {
        margin-top: 50px;
    }

    /* FIM CONTACT US */
    
    
}



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

    body {
        width: calc(100% + 8px) !important;
    }
    
    /* MENU */

    #div-menu-image {
        background-image: url('../img/imagem_topo_mobile.jpg');
    }

    #text-menu-mobile {
        font-size: .8em;
    }

    #menu-phone-img {
        height: 230px;
        position: absolute;
        top: 210px;
        right: -10px;
        z-index: 100;
    }

    /* FIM MENU */

    /* FUNCTIONALITIES */
    #functionalities-content {
        background-image: none;
        background-color: var(--bg-color-dark-gray);
        padding-top: 10px;
        padding-bottom: 20px;
    }

    /* FIM FUNCTIONALITIES */

    /* BANNER */

    #banner {
        height: 200px;
        padding-top: 30px;
    }

    #banner-title {
        font-size: 1.2em;
        margin-bottom: 0;
    }
    
    #banner-text {
        font-size: .7em;
        margin-bottom: 0;
    }
    
    #banner-subtitle {
        font-size: 1.7em;
        margin-bottom: 0;
    }
    
    #banner-whatsapp {
        font-size: 1em;
        margin-top: -10px;
    }

    /* FIM BANNER */


    /* CONTACT US */

    #contact {
        padding: 40px 0px 60px 0px;
    }

    #logo-footer {
        width: 200px;
        position: relative;
        display: block;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-contact, .footer-contact-on-your-way {
        text-align: center;
    }

    #contact-col-right {
        padding: 40px 30px;
        background-color: rgba(0, 0, 0, .3);
    }

    #references-footer {
        padding: 2px 20px;
    }

    #btn_whatsapp-icon {
        margin-right: 2px;
    }

    /* FIM CONTACT US */


}
