/* Importing fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round');


/* ------------------------------------------  
    CONTAINER 
------------------------------------------ */
.container {
    width: 96%;
    margin: 2%;
    float: left;
    padding: 2%;
    background-color: #FFF;
    /* border: 1px solid green; */
}

* {
    box-sizing: border-box;
}

/* Define Website variables */
:root {
    --primaryColor: #95c018;
    --secondaryColor: #6f8d06;
    --textColor: #3c3b39;
    --navbarHeight: 100px;
}


html,
body,
form {
    color: var(--textColor);
    font-size: 1em;
    font-family: 'Varela Round', sans-serif;
    overflow-x: hidden;
    text-align: justify;
    margin: 0;
}


/* ------------------------------------------  
    TIPOGRAPHY  
------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;    
    text-align: center;
}

h1 {
    font-size: 2em;
    color: var(--primaryColor);
}

h2 {
    font-size: 2em;
    color: var(--primaryColor);
}

h3 {
    font-size: 1.2em;
    color: var(--primaryColor);
}

p {
    text-align: justify;
    line-height: 20px;
}

.small-text {
    font-size: 0.6em; 
}

i {
    color: var(--secondaryColor);
    font-size: 2em;
}

a:active,
a:visited,
a:link{
    text-decoration: none;
    color: var(--textColor);
}
a:hover {
    text-decoration: none;
    color: var(--primaryColor);
}

.text-center {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.navbar-back-space {
    height: 100px;
    float: left;
    width: 100%;
    /* border: 1px solid red; */
}

.space-between-sections {
    height: 40px;
    float: left;
    width: 100%;
    /* border: 1px solid red;
    background-color: #6f8d06; */
}

/* MAP */
.map {
    border: 0;
    width: 100%;
    height: 400px;
    margin-bottom: 5%;
}



/* ----------------------- NAVBAR --------------------------- */
/* ---------------------------------------------------------- */
nav {
    width: 100%;
    position: fixed;
    background-color: white;
    /* background-color: transparent; */
    height: 70px;
    height: var(--navbarHeight);
    top: 0;
    box-shadow: 0 2px 5px rgb(85, 85, 90);
    z-index: 99;
}

/* Navbar Desktop & Mobile :: Website Logo */
.brand-logo {
    max-height: var(--navbarHeight);
    margin: 0;
    float: left;
    /* border: 1px solid red; */
}

.desktop-menu {
    display: none;
}

.navbar-mobile-btn {
    float: right;
    margin: 35px 30px 0 0;
    cursor: pointer;
}

.mobile-btn-top-bar,
.mobile-btn-middle-bar,
.mobile-btn-bottom-bar {
    border: 1px solid var(--textColor);
    margin: 8px 0;
    width: 35px;
    transition: 1s;
}

.mobile-btn-rotation .mobile-btn-top-bar {
    transform: translate(0, 11px) rotate(-45deg);
    /* transition: 1s; */
}

.mobile-btn-rotation .mobile-btn-middle-bar {
    opacity: 0;
    /* transition: 1s; */
}

.mobile-btn-rotation .mobile-btn-bottom-bar {
    transform: translate(0, -11px) rotate(45deg);
    /* transition: 1s; */
}

.mobile-menu {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: var(--navbarHeight);
    top: 101px;
    background-color: var(--primaryColor);
    overflow-x: hidden;
    transition: 1s;
}

.show-mobile-menu {
    height: 140px;
}

.mobile-menu a {
    text-align: center;
    padding: 12px 0;
    text-decoration: none;
    color: #FFF;
    display: block;
    transition: 0.3s;
}

.mobile-menu a:hover,
.mobile-menu a:focus {
    color: var(--textColor);
}


/* ---------------------- SECTIONS --------------------------- */
/* ----------------------------------------------------------- */

section {
    width: 100%;
    float: left;
    /* border: 1px solid rgb(255, 0, 30); */
    margin: 0;
    padding: 0;
}

section img {
    width: 100%;
}

/* Section Title */
.section-title {
    padding: 0;
    margin: 0 0 8% 0;
}

/* Page Title :: Bar under the titles */
.bar-under-title {
    width: 20%;
    margin: 5px 40% 0% 40%;
    border: 1px solid var(--primaryColor);
}

#sec-products p, #sec-contacts p, #sec-contacts i {
    text-align: center !important;
    /* border: 1px solid blue;  */
}

.product{
    margin-bottom: 10%;
}

.product img{
    margin-bottom: 5%;
}

.financing-logos {
    width: 90%;
    margin: 0 5%;
    float: left;
}

.financing-logos img {
    width: 100%;
}


/* ------------------------ FOOTER --------------------------- */
/* ----------------------------------------------------------- */

footer {
    background-color: #222;
    width: 100%;
    float: left;
    margin-top: 5%;
}

footer p {
    text-align: center;
}



/* Small devices (landscape phones, 576px and up)  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
@media (min-width: 576px) {

}


/* Medium devices (tablets, 768px and up)  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
@media (min-width: 768px) {
    
}


/* Large devices (tablets landscape, desktops, 1024px and up)  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
@media (min-width: 1024px) {


    h2, i {
        font-size: 2.3em;
    }
    
    h3 {
        font-size: 1.4em;
    }    
    

    .navbar-mobile-btn {
        display: none;
    }

    .desktop-menu {
        display: block;
        float: right;
        margin: 40px 70px 0 0;
    } 
    
    .desktop-menu a {
        padding: 0 10px;
    }

    .navbar-back-space {
        height: 100px;
    }

    .space-between-sections {
        height: 40px;
    }

    .section-title {
        margin: 0 0 2% 0;
    }

    .bar-under-title {
        width: 6%;
        margin: 5px 47% 0% 47%;;
    }

    .product, .col-sm-3 {
        width: 33.33%;
        float: left;
        padding: 0 2%;
        margin-bottom: 0%;
    }

    .product img{
        margin-bottom: 2%;
    }

    .map {
        height: 500px;
        margin-bottom: 5%;
    }

    .financing-logos {
        width: 40%;
        margin: 0 30%;
    }


    footer {
        margin-top: 2%;
    }

}


/* Dispositivos muito grandes ( >= que 1200px ) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* @media (min-width: 1200px){
} */


/* Extra large devices (large desktops, 1600px and up) */
/* @media (min-width: 1600px) {
} */