/* Website Feito por Frederico Bento 1/7/2020  */
/* Website made by Frederico Bento 1/7/2020 */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}


html {
    scroll-behavior: smooth;
    margin: 0px !important;
    overflow-x: hidden !important; 
}

body {
    margin: 0;
    padding: 0;
    animation-name: fadein;
    animation-duration: 1s;
    min-width: 100% !important;
    overflow-x: hidden !important; 
}

.map {
    width: 100%;
    height: 50% !important;
}



section {
    position: relative;
    widows: 100%;
    max-width: 100%;
    /*  min-height: 100vh; */
    height: 45vw;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.navBar {
    position: fixed;
    border: 2.6vw solid white;
    background-color: white;
    box-shadow: 2px 1px #d6d6d6;
    width: 100%;
    min-height: 8%;
    z-index: 3;
}

section .content {
    margin-top: 40px;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
}

section .content div h2 {
    position: relative;
    color: white;
    /* margin-left: 80px; */
    /* font-size: 5vw; */
    font-size: 6vw;
    font-weight: 100px;
    z-index: 5;
}

section .content p {
    /* margin-left: 80px; */
    color: white;
    font-size: 2.5vw; /* +1 */
}

section .content div {
    margin-left: 10px;
    background: rgba(54, 89, 252, 0.3);
    padding: 20px;
    padding-right: 0;
}

.text {
    animation-name: fadein;
    animation-duration: 2s;
}

section .content input {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    margin-top: 20px;
    background: #ff2562;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.95em;
    font-weight: 700;
    letter-spacing: 2px;
    z-index: 6;
}

.imagem2 {
    position: fixed;
    margin-left: 40vw;

    width: 60vw;
    max-width: 100%;
    /* margin-left: 800px; */
    height: 45vw;
    z-index: 1;
}

.section2 {
    position: relative;
    widows: 100%;
    min-height: 100vh;
    background: #b4d0e7;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.imagem {
    position: fixed;
    margin-top: 10px;
    z-index: 4;
    margin-left: 20px;
}

.imagem img {
    max-width: 15vw;
}

.nav {
    position: fixed;
    top: 1.7vw;
    right: 10px;
    display: flex;
    display: -webkit-flex;
    border-left: 0.27vw solid #0061ff;
    padding-left: 15px;
    z-index: 4;
}

.nav li {
    list-style: none;
}

.nav li input {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    color: black;
    text-decoration: none;
    margin-right: 30px;
    font-size: 1.6vw;
}

.nav li input.active {
    color: black;
    border-bottom: 0.27vw solid #0061ff;
    z-index: 4;
    padding-bottom: 5px;
    color: black;
}

.nav li input:hover {
    color: black;
    border-bottom: 0.27vw solid #0061ff;
    padding-bottom: 5px;
}

.nav li button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    color: black;
    text-decoration: none;
    margin-right: 30px;
    font-size: 1.6vw;
}

.nav li button:hover {
    color: black;
    border-bottom: 0.27vw solid #0061ff;
    padding-bottom: 5px;
}

.grid {
    margin-top: 30px;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, minmax(30vw, 1fr));
    grid-template-rows: repeat(2, minmax(200px, auto)); /* 1fr*/
    justify-content: center;
    grid-auto-rows: 1fr;
}

.square {
    padding: 2vw;
    /*  padding: 30px; */
    text-align: left;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #8f9ba5;
}

.square a {
    color: white;
    font-size: 1.3em;
}
.square b {
    color: #005bf4;
    position: relative;
    font-size: 1.5em;
}

.box {
    position: relative;
    padding: 12.5vw 200px 12.5vw 200px;
    z-index: 2;
    /* background-color: #96C0CE; */
    background-color: white;
    align-items: center;
}

.box h2 {
    position: relative;
    color: black;
    font-size: 3vw;
    font-weight: 100px;
    z-index: 6;
    text-align: center;
}

.box2 {
    position: relative;
    padding: 15vw 10vw 15vw 10vw;
    z-index: 2;
    /*background-color: #304D6D;*/

    background-attachment: fixed;
    transform-origin: center center 0;
    /* transform: translatey(-10px); */
    background-size: cover;
}

.box2 h2 {
    position: relative;
    color: white;
    font-size: 3vw;
    font-weight: 100px;
    z-index: 6;
}

.box2 a {
    position: relative;
    font-size: 1.5em;
    color: white;
}

.box2 div {
    background: rgba(0, 0, 0, 0.3);
    padding: 4vw;
    margin-bottom: 0px;
}

.box3 {
    position: relative;
    padding: 20px 20px 20px 20px;
    z-index: 2;
    background-color: white;
    align-items: center;
}

.box3 h2 {
    position: relative;
    color: black;
    font-size: 3vw;
    font-weight: 100px;
    z-index: 6;
}

.glider-contain {
    padding: 20px;
}

.glider-prev {
    color: #1c9bcc;
    margin-top: 50px;
    margin-left: 20px;
}

.glider-next {
    margin-top: 20px;
    margin-right: 20px;
}

.glider figure figcaption {
    padding: 5px;
    color: #005BF4;
    font-size: 1.5vw;
    margin-top: 10px;
    width: 62%;
    text-align: center;
    
}

.glider figure img {
    width: 60%;
}


.box4 {
    position: relative;
    padding: 50px 200px 50px 70px;
    width: 100%;
    z-index: 2;
    background-color: #304d6d;
    align-items: center;
}

.box4 h2 {
    position: relative;
    color: white;
    font-size: 3vw;
    font-weight: 100px;
    z-index: 6;
}

.box5 {
    padding: 10px;
    position: relative;
    background-color: #eaeaea;
    z-index: 2;

}

.box5 div {
    margin-top: 20px;
    grid-gap: 0px;
    grid-template-columns: repeat(6, minmax(1px, 1fr));
    grid-template-rows: repeat(1, minmax(3vw, 1fr));
    display: grid;
    justify-content: center;
}

.box5 div img {
    height: 3vw;
}

.box5 h2 {
    margin-top: 10px;
    margin-left: 30px;
    color: #005bf4;
    display: flex;
    font-size: 1.8em;
}

.box5 div {
    margin-left: 30px;
}

.gridInfo {
    display: grid;
    grid-gap: 1vw;
    grid-template-columns: repeat(5, minmax(50px, 1fr));
    grid-template-rows: repeat(1, minmax(50px, 1fr));
    position: relative;
}

@media (max-width: 1500px) {
    .gridInfo {
        display: grid;
        grid-template-columns: repeat(3, minmax(50px, 1fr));
        grid-template-rows: repeat(2, minmax(50px, 1fr));
        position: relative;
    }

}

@media (max-width: 1000px) {
    .gridInfo {
        display: grid;
        grid-template-columns: repeat(2, minmax(50px, 1fr));
        grid-template-rows: repeat(2, minmax(50px, 1fr));
        position: relative;
    }

    .gridInfo div p {
        font-size: 2rem;
        color: white;
        text-align: left;
    }

    .gridInfo div a {
        font-size: 2rem;
        color: white;
        text-align: left;
    }
}

.gridInfo div {
    text-align: left;
    margin-top: 20px;
    margin-left: 0px;
}

.gridInfo div b {
    font-size: 1.2em;
    color: white;
    font-weight: bold;
    text-align: left;
}

.gridInfo div p {
    font-size: 0.95em;
    color: white;
    text-align: left;
}

.gridInfo div a {
    font-size: 0.95em;
    color: white;
    text-align: left;
}

.map iframe {
    margin-top: 60px;
    position: relative;
    width: 100%;
    height: 400px;
}

.cont img {
    height: 400px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    z-index: 999;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #e2e2e2;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 20%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    margin-top: 0px;
    font-size: 28px;
    font-weight: bold;
    padding-left: 10px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5fa8de;
    color: white;
    text-align: center;
    font-size: 1.3vw;
}

.modal-body {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}

.modal-body a {
    margin: 2vw;
}

footer {
    padding-top: 20px;
    padding: 5px;
    color: black;
    background-color: #eaeaea;
    text-align: center;
    border-top: 1px solid black;
}

/* Keyframes Animations */

@-webkit-keyframes fadein {
    0% {
        opacity: 30%;
    }
    100% {
        opacity: 100%;
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 30%;
    }
    100% {
        opacity: 100%;
    }
}

@keyframes fadein {
    0% {
        opacity: 30%;
    }
    100% {
        opacity: 100%;
    }
}

@keyframes boxAppear {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

