@import url(reset.css);

@font-face {
    font-family: 'Trajan';
    src: url('trajan.otf');
}

body {
    font-size: 1.8vh;
    font-weight: 400;
    cursor: default;
    background-color: white;
    color: #000000;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/*mobile*/

.mobile {
    display: none;
}

/*header*/

header>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6vh;
}

header>div>img {
    height: 4vh;
    width: 15vh;
    object-fit: contain;
    object-position: center left;
}

header>div>nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vh;
}

header>div>nav>a {
    text-decoration: none;
    color: #666666;
    white-space: nowrap;
}

header>div>nav>a:hover {
    color: #FF8F2B;
}

/*banner*/

.banner {
    width: 100%;
    height: 40vh;
    position: relative;
}

.banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.banner>div {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner>div>p {
    color: white;
    font-size: 280%;
    width: 65%;
    text-align: center;
    font-family: 'Trajan';
    font-weight: 700;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
    line-height: 1.2;
}

.banner>div>p>span {
    color: #FF8F2B;
}

/*quemsomos*/

.quemsomos>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8vh 0;
}

.quemsomos>div>img {
    width: 55%;
    height: 45vh;
    object-fit: cover;
    object-position: center;
    border-radius: 5vh;
}

.quemsomos>div>div {
    width: calc(45% - 6vh);
}

.quemsomos>div>div>h2 {
    color: #FF8F2B;
    font-size: 200%;
    font-family: 'Trajan';
    margin-bottom: 2vh;
    font-weight: 700;
}

.quemsomos>div>div>p {
    color: #666666;
    line-height: 1.25;
}

/*servicos*/

.servicos {
    background-image: url(../img/servicos.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.servicos>div {
    padding: 8vh 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.servicos>div>h2 {
    width: 100%;
    text-align: center;
    color: #FF8F2B;
    font-size: 200%;
    font-family: 'Trajan';
    margin-bottom: 5vh;
    font-weight: 700;
}

.servicos>div>div {
    width: 28%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2vh;
}

.servicos>div>div>p {
    color: #FF8F2B;
    font-size: 500%;
    line-height: .6;
}

.servicos>div>div>div>h3 {
    color: #FF8F2B;
    font-size: 120%;
    font-family: 'Trajan';
    margin-bottom: 1vh;
    font-weight: 700;
}

.servicos>div>div>div>p {
    color: white;
    line-height: 1.25;
}

/*video*/

.video>div {
    padding: 8vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.video>div>video {
    width: 50vh;
    height: 30vh;
    background-color: black;
    margin-bottom: 5vh;
}

.video>div>p {
    width: 40%;
    text-align: center;
    color: #FF8F2B;
    font-size: 120%;
    font-family: 'Trajan';
    margin-bottom: 5vh;
    font-weight: 700;
    line-height: 1.25;
}

.video>div>a {
    background-color: #FF8F2B;
    padding: 1vh 5vh;
    border-radius: 3vh;
    font-family: 'Trajan';
    color: black;
    text-decoration: none;
    font-size: 80%;
}

.video>div>a:hover {
    background-color: black;
    color: #FF8F2B;
}

/*middle*/

.middle {
    width: 100%;
    height: 50vh;
}

.middle>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*tipos*/

.tipos>div {
    padding: 8vh 0;
}

.tipos>div>h2 {
    width: 100%;
    text-align: center;
    color: #FF8F2B;
    font-size: 200%;
    font-family: 'Trajan';
    margin-bottom: 5vh;
    font-weight: 700;
}

.tipos>div>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vh;
}

.tipos>div>ul>li>img {
    width: 25vh;
    height: 30vh;
    object-position: center;
    object-fit: cover;
    border-radius: 3vh;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .3);
}

.tipos>div>ul>li>p {
    color: #FF8F2B;
    font-size: 100%;
    font-family: 'Trajan';
    font-weight: 700;
    margin-top: 1vh;
    text-align: center;
}

.tipos>div>p {
    text-align: center;
    margin-top: 5vh;
    color: #666666;
}

/*sintonia*/

.sintonia {
    width: 100%;
    position: relative;
    padding: 8vh 0;
}

.sintonia>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.sintonia>div {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.sintonia>div>h2 {
    color: #FF8F2B;
    font-size: 200%;
    font-family: 'Trajan';
    margin-bottom: 2vh;
    font-weight: 700;
    width: 40%;
}

.sintonia>div>p {
    color: white;
    line-height: 1.5;
    width: 40%;
}

/*orcamento*/

.orcamento {
    width: 100%;
    position: relative;
    padding: 8vh 0;
}

.orcamento>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.orcamento>div {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4vh;
}

.orcamento>div>p {
    color: white;
    font-size: 150%;
    width: 50%;
    text-align: center;
    font-family: 'Trajan';
    font-weight: 700;
    line-height: 1.5;
}

.orcamento>div>a {
    background-color: black;
    text-decoration: none;
    padding: 1.5vh 5vh;
    color: white;
    font-family: 'Trajan';
    border-radius: 4vh;
}

.orcamento>div>a:hover {
    background-color: white;
    color: black;
}

/*galeria*/

.galeria>div {
    padding: 8vh 0;
}

.galeria>div>h2 {
    width: 100%;
    text-align: center;
    color: #FF8F2B;
    font-size: 200%;
    font-family: 'Trajan';
    margin-bottom: 5vh;
    font-weight: 700;
}

.galeria>div>div {
    position: relative;
}

.galeria__list {
    width: 100%;
    height: 30vh;
}

.galeria__left {
    position: absolute;
    left: -4vh;
    bottom: calc(50% - 2vh);
    cursor: pointer;
}

.galeria__left>svg {
    height: 4vh;
    fill: #666666;
}

.galeria__left:hover>svg {
    fill: #FF8F2B;
}

.galeria__right {
    position: absolute;
    right: -4vh;
    bottom: calc(50% - 2vh);
    cursor: pointer;
}

.galeria__right>svg {
    height: 4vh;
    fill: #666666;
}

.galeria__right:hover>svg {
    fill: #FF8F2B;
}

.galeria__item {
    width: calc(25% - 1.5vh);
    height: 30vh;
    margin-right: 2vh;
    border-radius: 3vh;
    overflow: hidden;
}

.galeria__item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*bottom*/

.bottom {
    width: 100%;
    height: 50vh;
}

.bottom>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*footer*/

footer {
    background-color: black;
}

footer>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8vh 0;
}

footer>div>div {
    width: 30%;
}

footer>div>div:nth-of-type(1)>img {
    width: 100%;
    height: 4vh;
    object-fit: contain;
    object-position: center left;
    filter: brightness(100);
}

footer>div>div:nth-of-type(1)>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1vh;
    margin-top: 2vh;
}

footer>div>div:nth-of-type(1)>div>a {
    width: 4vh;
    height: 4vh;
    background-color: #FF8F2B;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer>div>div:nth-of-type(1)>div>a>svg {
    height: 2.5vh;
    fill: black;
}

footer>div>div:nth-of-type(1)>div>a:hover {
    background-color: white;
}

footer>div>div:nth-of-type(1)>div>a:hover>svg {
    fill: #FF8F2B;
}

footer>div>div:nth-of-type(2)>h6,
footer>div>div:nth-of-type(3)>h6 {
    color: #FF8F2B;
    font-size: 100%;
    font-family: 'Trajan';
    margin-bottom: 1vh;
    font-weight: 700;
}

footer>div>div:nth-of-type(2)>p,
footer>div>div:nth-of-type(3)>p {
    color: white;
    font-size: 80%;
    line-height: 1.5;
}

footer>div>div:nth-of-type(2)>div,
footer>div>div:nth-of-type(3)>div {
    height: 4vh;
}

footer>div>a {
    position: absolute;
    right: 2vh;
    bottom: 2vh;
}

footer>div>a>img {
    height: 2vh;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

footer>a {
    position: fixed;
    bottom: 2vh;
    right: 2vh;
    width: 5vh;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: limegreen;
    border-radius: 100%;
    z-index: 9;
}

footer>a>svg {
    fill: white;
    height: 3vh;
}

footer>a:hover {
    background-color: white;
}

footer>a:hover>svg {
    fill: limegreen;
}

/*modal*/

.modal {
    background-color: rgba(0, 0, 0, .9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .25s ease-in;
    z-index: -2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal.active {
    opacity: 1;
    z-index: 999;
}

.modal__close {
    position: fixed;
    right: 2vh;
    top: 2vh;
    cursor: pointer;
    z-index: 1;
}

.modal__close>svg {
    height: 3vh;
    fill: white;
}

.modal>ul>li {
    position: relative;
}

.modal>ul>li>img {
    max-width: 90vw;
    max-height: 88vh;
    border-radius: 5vh;
}