﻿/*-------------
 	General
-------------*/

:root {
    --color-white: #FFFFFF;
    --color-gray-100: #e3e9ed;
    --color-gray-800: #4A5255;
    --color-gray-900: #2F373B;
    --color-gray-300: #dde4e8;
    --color-gray-600: #697276;
    --color-gray-400: #C4CBCF;
    --color-gray-500: #D7DCDF;
    --color-red-600: #FF0000;
    --color-blue-700: #4E48EB;
}

.text-color-blue-700 {
    color: var(--color-blue-700) !important;
}

.form-check {
    height: 42px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.form-check-input {
    width: 26px;
    height: 26px;
    margin-right: 12px;
    border: none;
    background-color: var( --color-gray-400) !important;
}


    .form-check-input:focus {
        box-shadow: none;
    }


.btn-info {
    font-weight: 700;
    background-color: var(--color-blue-700);
    color: #fff;
    outline: 0;
    font-size: 1.45rem;
    border: none;
    padding: 1.6rem 0;
    max-width: 512px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Lexend", sans-serif;
    border-radius: 10px;
}

    .btn-info:hover,
    .btn-info:active,
    .btn-info:focus {
        background-color: var(--color-blue-700) !important;
        color: #fff !important;
        outline: 0;
        border: none;
    }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    background-color: var(--color-gray-100);
}

/*-------------
 	Typographic
-------------*/

h1, h2, h3, h4, h5, h6, p {
    font-family: "Roboto Condensed", sans-serif;
    padding: 0;
    margin: 0;
}

p {
    font-weight: 300;
    font-size: 1.625rem;
}


/*-------------
 	Sections
-------------*/

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 200px 146px;
}


/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 556px) {

    .hero,
    .hero-shadow {
        min-height: 300px !important;
    }

    section {
        padding: 50px 10px;
    }

    .hero-gradient,
    .modal-image,
    .about-section-gif,
    .about-section-img,
    .contact-section-image {
        border: 10px solid green;
        position: absolute;
        visibility: hidden;
        display: none !important;
    }

    .services-section p {
        font-size: 2rem !important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
    section {
        padding: 50px 10%;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
    section {
        padding: 100px 50px;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
    section {
        padding: 100px 1rem;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (max-width: 1400px) {
    .section {
        padding: 100px 100px;
    }
}




/*----------------
 	Hero Section
----------------*/

.hero-shadow {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 600px;
    background: rgb(227,233,237);
    background: linear-gradient(0deg, rgba(227,233,237,1) 0%, rgba(129,133,135,1) 100%);
    opacity: 0.75;
}

.hero-gradient {
    height: 100px;
    background: rgb(222,227,230);
    background: linear-gradient(180deg, #dfe4e7 0%, #e3e9ed 100%);
}

.hero {
    width: 100%;
    color: #fff;
    text-align: center;
    min-height: 600px;
    opacity: 0.75;
    background-color: #cdcbcd;
    background-image: url('../videos/video.gif');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}


/*video {
    object-fit: contain;
}*/

.hero-video {
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    width: 100%;
    background-image: url('../videos/video.gif');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 800px) {

    .hero {
        min-height: 600px;
    }
}

.gradient-top {
    height: 300px;
    background: rgb(129,133,135);
    background: linear-gradient( 0deg, var(--color-gray-800) 0%, var(--color-gray-100) 100%);
}

.gradient-bottom {
    height: 300px;
    background: linear-gradient( 0deg, var(--color-gray-100) 0%, var(--color-gray-800) 100%);
}

/*--------------------
 	About Section
--------------------*/

.about-section {
    width: 100%;
    display: flex;
    text-align: justify;
}

    .about-section h1 {
        font-size: 2.50rem;
        font-weight: 300;
        margin-top: 20px;
    }

    .about-section h4 {
        font-size: 2.25rem;
        font-weight: 400;
        margin-bottom: 60px;
        text-align: justify;
    }

.about-section--first {
    height: 400px;
}

.about-section-text {
    max-width: 733px;
    text-align: justify;
}


.about-section-img {
    width: 25rem;
    top: -200px;
    position: relative;
    right: 0;
    float: right;
}


/*--------------------
 	Cases Section
--------------------*/
.cases-section {
    width: 100%;
    display: flex;
}


    .cases-section h3 {
        color: #414a4f;
        text-transform: capitalize;
        font-size: 2rem;
        font-weight: 400;
        margin-bottom: 0.5rem;
        text-align: center;
    }

    .cases-section .cases-section-subtitle {
        font-size: 1.875rem;
        font-weight: 300;
        color: var(--color-gray-900);
        text-align: center;
    }

.case-card {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background-image: url('../images/card.png');
    background-position: center;
    background-size: contain;
    border: 1px solid var(--color-gray-900);
    background-repeat: no-repeat;
    min-height: 380px;
    width: 100%;
    max-width: 300px;
}

.case-card-title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    min-height: 140px;
    background-color: var(--color-gray-900);
    color: var(--color-white);
    border-radius: 100%;
    text-align: center;
    border: none;
    transition: 0.2s;
    font-size: 1.1rem;
    font-weight: 400;
}

    .case-card-title:hover {
        transform: scale(1.1);
        font-weight: bold;
        transition: 0.2s;
        background-color: var(--color-gray-600) !important;
    }

.about-section-gif {
    text-align: right;
    margin: 0;
    padding: 0;
    width: 80%;
    display: block;
    float: right;
}

.about-section .btn {
    margin-top: 60px;
}

.modal-content {
    background-color: var(--color-gray-100) !important;
    padding: 40px 0 60px 0;
}

.modal-image {
    width: 250px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.modal-header {
    padding: 20px 0;
    z-index: 1;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    border: none;
}

    .modal-header h4 {
        font-weight: 400;
        text-align: center;
    }

    .modal-header p {
        font-weight: 300;
    }

    .modal-header .btn-close {
        position: absolute;
        top: 1rem;
        right: 1rem;
    }

.case-note-container {
    min-width: 300px;
}

.case-note-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.case-note-content {
    width: 100%;
    text-align: center;
}

    .case-note-content h3 {
        font-size: 1.4rem;
        font-weight: 400;
        margin-bottom: 16px;
    }

    .case-note-content p {
        font-size: 1.2rem;
    }


/*--------------------
 	Services Section
--------------------*/
.services-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    background-color: var(--color-gray-800);
    color: var(--color-gray-100);
}

    .services-section img {
        width: 174px;
        height: 166px;
    }

    .services-section h3 {
        font-size: 2.25rem;
        font-weight: 400;
        margin-bottom: 100px;
        color: var(--color-gray-100);
    }

    .services-section p {
        font-size: 3.56rem;
        font-weight: 300;
        font-family: "Lexend", sans-serif;
        margin: 12px;
    }

    .services-section ul {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 0;
        margin: 0;
        list-style: none;
        color: var(--color-gray-100);
    }

    .services-section li {
        font-size: 1.2rem;
        font-weight: 300;
        padding: 0;
        margin: 0;
        list-style: disc;
        text-align: left;
        margin-bottom: 0.5rem;
    }

/*---------------------
 	Contact Section
---------------------*/

.contact-section {
    width: 100%;
    position: relative;
    padding-top: 0;
    background-image: url('../images/enfeite_02.png');
    background-position: top left;
    background-size: 400px;
    background-repeat: no-repeat;
}

.contact-section-image {
    display: block;
    width: 490px;
    position: absolute;
    top: -100px;
    left: -180px;
    transform: rotate(-20deg);
    z-index: 1;
}

.contact-section h3 {
    color: #414a4f;
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    text-align: center;
}

.contact-section form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 640px;
    width: 100%;
    z-index: 10;
}

.form-label {
    padding: 0;
}

.form-control {
    border: none;
    height: 49px;
    background-color: var(--color-gray-500);
}

    .form-control:focus {
        border-color: none;
        outline: 0;
        box-shadow: none;
        background-color: var(--color-gray-500);
    }

textarea.form-control {
    height: 136px;
}


/*--------------------------
 	Customers
--------------------------*/

.section-customers {
    display: flex;
    width: 100%;
    background: var(--color-gray-900);
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: 268px;
}

.gradient {
    height: 200px;
    background: linear-gradient( 0deg, #4A5255 0%, #E3E9ED 100% );
}

.section-customers--gradient {
    background: linear-gradient( 0deg, var(--color-gray-900) 0%, #4A5255 100% );
    align-items: end;
    justify-content: end;
}

.section-customers img {
    width: 148px;
    opacity: 0.5;
    margin: 0 20px;
}

/*--------------------------
 	Footer
--------------------------*/
footer {
    display: flex;
    flex-direction: column;
    color: var(--color-gray-100);
    padding: 20px 0;
    min-height: 470px;
    background-color: var(--color-gray-900);
    align-items: center;
    justify-content: center;
}

    footer p {
        font-size: 1rem;
    }

    footer img {
        width: 183px;
        height: 128px;
    }

    footer h4 {
        font-weight: 500;
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    footer ul {
        list-style: none;
        padding: 0;
        font-weight: 200;
    }

    footer li {
        margin-bottom: 12px;
    }

    footer a {
        text-decoration: none;
        color: var(--color-gray-100);
    }
