@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --corpo: 'Raleway', sans-serif;
    --background: #ded6c0;
    --texto: #f5f0ed;
    --cor1: #241d1b;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    list-style-position: inside;
    text-decoration: none;
}

::selection {
    color: #fff;
    background-color: #d03b40;
}

body {
    font-family: var(--corpo);
    background-color: var(--background);
}

/*---------Starts Header-----------*/
.header-container {
    width: 100%;
    min-height: 750px;
    display: flex;
    flex-direction: column;
    background: var(--background) url(../media/Fondo1.jpg) center center fixed;
    background-size: cover;
}

.header__text {
    max-width: 750px;
    display: flex;
    flex-direction: column;
    color: var(--texto);
    text-align: center;
    align-items: center;
    align-content: center;
    margin: auto;
    padding: 2rem;
}

.header__text h1 {
    font: 900 2.5em var(--corpo);
    margin: 20px 0px;
}

.header__text h3 {
    font: 500 1.2em var(--corpo);
    line-height: 1.5em;
}

.divisor {
    display: block;
    height: 2px;
    width: 40%;
    background-color: white;
    margin: 20px auto;
}

nav {
    width: 100%;
    height: 80px;
    padding: 1rem;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-desktop {
    display: flex;
    align-items: center;
}

.menu-desktop li {
    padding: 1rem;
}

.menu-desktop a {
    font-weight: 700;
    color: var(--texto);
    transition: .1s all;
}

.menu-desktop a:hover {
    border-bottom: 2px solid var(--texto);
    padding-bottom: .5rem;
}

.menu-mobile {
    display: none;
}
/*--------Finish header---------*/

/*--------Starts Description---------*/
.description {
    display: flex;
    width: 100%;
}

.description div {
    width: 50%;
    min-height: 400px;
    padding: 2rem;
    color: var(--cor1);
    border-right: .5px solid var(--cor1);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.description div h2 {
    font: 800 1.5em var(--corpo);
}

.description div p {
    font: 500 1em var(--corpo);
    line-height: 1.8em;
}

.description img {
    width: 40%;
}
/*--------Finishes Description---------*/

/*-------- Starts container-two ---------*/
.container-two {
    width: 100%;
    min-height: 650px;
    background: #ded6c0 url(../media/Fondo2.jpg) center center fixed;
    border-top: 1px solid var(--cor1);
    border-bottom: 1px solid var(--cor1);
    display: flex;
    background-size: cover;
}

.container-two .container-two__text {
    max-width: 750px;
    padding: 40px;
    color: #fff;
    margin: auto;
    line-height: 1.5em;
    text-align: center;
    align-content: center;
    align-items: center;
}

.container-two .container-two__text h1 {
    font: 900 2em var(--corpo);
}

.container-two .container-two__text p {
    line-height: 1.8em;
    margin-top: 1rem;
}

.container-two .container-two__text button {
    max-width: 300px;
    margin: 2rem auto;
    color: var(--texto);
    font-weight: 800;
    padding: .8rem 1rem;
    background-color: transparent;
    border: 2px solid var(--background);
    cursor: pointer;
    transition: .3s all;
}

.container-two .container-two__text button:hover {
    background-color: #ded6c0d2;
    color: var(--cor1);
    box-shadow: 8px 8px #d03b40;
}
/*-------- Finishes container-two ---------*/

/*-------- Starts about-us ---------*/
.about-us {
    width: 100%;
    max-width: 1300px;
    min-height: 600px;
    padding: 2rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.about-us .about-us__image {
    width: 50%;
    max-height: 500px;
}

.about-us .about-us__image img {
    width: 90%;
    max-height: 500px;
    object-fit: cover;
    border: 1px solid var(--cor1);
    box-shadow: 8px 8px #d03b40;
}

.about-us .about-us__text {
    max-width: 550px;
    padding: 1rem;
}

.about-us .about-us__text h2 {
    font: 800 2em var(--corpo);
    margin-bottom: 1rem;
}

.about-us .about-us__text p {
    font: 500 1.2em var(--corpo);
    line-height: 1.8em;
}

.about-us .about-us__text button {
    max-width: 300px;
    margin: 2rem auto;
    padding: 1rem 2rem;
    cursor: pointer;
    font: 600 .8em var(--corpo);
    border: 1px solid var(--cor1);
    background-color: #d03b40;
    color: #fff;
    transition: .3s all;
}

.about-us .about-us__text button:hover {
    box-shadow: 8px 8px var(--cor1);
}
/*-------- Finishes about-us ---------*/

/*-------- Starts map ---------*/
.map {
    width: 100%;
    min-height: 600px;    
    padding: 3rem;
    border-top: 1px solid var(--cor1);
    backdrop-filter: brightness(30%);
    background: var(--background) url(../media/Fondo3.jpg) center center fixed;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.map__item {
    width: 500px;
    height: 500px;
    padding: 2rem;
    background-color: #ded6c0c5;
    border: 1px solid var(--cor1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.map__item h1 {
    font: 800 2em var(--corpo);
    margin-bottom: 1rem;
}

.map__item h3 {
    font: 500 1.3em var(--corpo);
    line-height: 1.5em;
}

.map__item button {
    max-width: 300px;
    margin: 2rem auto;
    color: var(--texto);
    font-weight: 800;
    padding: .8rem 1.8rem;
    background-color: #d03b40;
    border: 1px solid var(--cor1);
    cursor: pointer;
    transition: .3s all;
}

.map__item button:hover {
    box-shadow: 8px 8px var(--cor1);
}
/*-------- Finishes map ---------*/

/*--------Starts Footer---------*/
footer {
    min-height: 300px;
    padding: 2rem;
    background-color: var(--background);
    color: var(--cor1);
    border-top: 1px solid var(--cor1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

footer .list-container {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

footer > p {
    width: 100%;
    padding-top: 1rem;
    text-align: center;
    font: 600 1em var(--corpo);
    border-top: 1px solid var(--cor1);
}

footer ul {
    width: 20%;
}

footer ul input[type=email] {
    padding: 1rem;
    border: 1px solid var(--cor1);
    background: none;
}

footer ul input::placeholder {
    color: var(--cor1);
    font-weight: 700;
}

footer ul li p {
    font-weight: 500;
    line-height: 1.5em;
}

footer ul .list__title p {
    font-weight: 800;
    margin-bottom: 1rem;
}

footer ul .list__email {
    display: flex;
    gap: .2rem;
}

footer button {
    padding: 1rem;
    border: 1px solid var(--cor1);
    background-color: #d03b40;
    color: #fff;
    transition: .3s all;
}

footer button:hover {
    box-shadow: 5px 5px var(--cor1);
}
/*--------Finishes Footer---------*/


/*--------Medias Queries---------*/
@media screen and (max-width: 768px) {

/*-------------Header Mobile/Tablet-----------*/
nav {
    background-color: #241d1b83;
    border-bottom: 1px solid #fff;
    padding: 0;
}

nav .logo {
    padding-left: 1rem;
}

.menu-desktop {
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    top: 80px;
    background-color: #241d1b83;
    visibility: hidden;
    overflow: hidden;
    transition: .6s;
}

.menu-desktop li {
    padding: 1.2rem;
}

.menu-mobile {
    display: block;
    margin: 1rem;
    padding: 1rem;
    background: none;
    border: none;
    cursor: pointer;
}

button .menu-mobile__icon {
    width: 30px;
    display: block;
    color: #f5f0ed;
    border-top: 1px solid #f5f0ed;
    transition: .2s all;
}

button .menu-mobile__icon::after {
    width: 30px;
    height: 1px;
    display: block;
    content: '';
    background: currentColor;
    margin-top: 6px;
    position: relative;
}

button .menu-mobile__icon::before {
    width: 30px;
    height: 1px;
    display: block;
    content: '';
    background: currentColor;
    margin-top: 6px;
    position: relative;
}

.nav.active button .menu-mobile__icon {
    transform: rotate(45deg);
}

.nav.active button .menu-mobile__icon::after {
    transform: rotate(90deg);
    top: -7px;
}

.nav.active button .menu-mobile__icon::before {
    display: none;
}

.nav.active .menu-desktop {
    height: calc(100vh - 80px);
    visibility: visible;
    z-index: 2;
}
/*-------------Finishes Header Mobile/Tablet-----------*/

/*--------Starts Description---------*/
.description {
    flex-direction: column;
    justify-content: space-evenly;
}

.description div {
    width: 100%;
    gap: 2rem;
    min-height: 200px;
    border-right: none;
    border-bottom: 1px solid var(--cor1);
}

.description img {
    width: 20%;
}
/*--------Finishes Description---------*/

/*-------- Starts about-us ---------*/
.about-us {
    flex-direction: column;
    gap: 3rem;
}

.about-us .about-us__image {
    width: 100%;
    text-align: center;
}

.about-us .about-us__image img {
    max-height: 350px;
}
/*-------- Finishes about-us ---------*/

/*-------- Stars map ---------*/
.map {
    flex-direction: column-reverse;
    justify-content: space-around;
    gap: 3rem;
}

.map__item {
    width: 90%;
}

.map iframe {
    width: 90%;
}
/*-------- Finishes map ---------*/

/*-------- Starts footer ---------*/
footer .list-container {
    flex-direction: column;
}

footer ul {
    width: 90%;
    margin: 1.5rem;
}
/*-------- Finishes footer ---------*/
}



