:root {
    --main-color: #d34a4a;
    --primary-color: #3498db;
    --black: #13131a;
    --bg: #C11918;
    --color: #ffffff;
    --border: 0.1rem solid rgba(255, 255, 255, 0.3)
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    transition: 0.2s linear;
    font-family: "Nunito", sans-serif;

}

body {
    background-color: var(--bg);
}

section {
    padding: 3rem 2rem;
    margin: 0 auto;
    max-width: 1200px;

}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: var(--bg);


}

.header section {
    width: 72rem;
    height: 14rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.3rem;
    padding-bottom: 1.5rem;

}

.logo2 img {

    width: 16em;
    height: auto;
    margin-left: 7rem;
}


.navbar {
    margin-left: 3rem;
    font-size: 1.5rem;
    color: #ffffff;
    word-spacing: 3rem;

}

.navbar a {
    color: var(--color);

}

.navbar a:hover {
    color: var(--black);
    border-bottom: 0.1rem solid var(--main-color);
    padding-bottom: 0.5rem;
    transition: 0.4s;

}

.hplimpa {
    width: 30rem;
    height: auto;
    margin-top: 15rem;
    border-radius: 5%;

}

.home-container section {
    display: flex;
    align-items: center;
    min-height: 100vh;

}

.content {
    margin-top: 10rem;
    color: var(--color);
    font-size: 1.5rem;
    word-spacing: 0.5rem;
    font-weight: 100;
    line-height: 3rem;
    margin-left: 11rem;

}

.contato {
    width: 10rem;
    height: auto;
    margin-left: 10rem;
    cursor: pointer;
}

.about .row {

    display: flex;
    align-items: center;
    min-height: 100vh;
    margin-bottom: 1rem;

}

.sobre-image {
    width: auto;
    height: 35rem;
    margin-top: 10rem;
    border-radius: 5%;

}

.nos h2 {
    color: var(--black);
    text-shadow: 1px 1px 2px var(--primary-color), 0 0 7px var(--black), 0 0 0.2px var(--black);

}

.nos {
    margin-bottom: 1rem;
    color: var(--color);
    font-size: 1.5rem;
    word-spacing: 0.5rem;
    font-weight: 80;
    line-height: 3rem;
    margin-left: 11rem;
}

.box-service {
    display: flex;
    align-items: center;
    min-height: 100vh;

}

.img-cabos {
    width: auto;
    height: 33rem;
    border-radius: 5%;
    margin-top: 14rem;
    margin-bottom: 5rem;

}

.title-service {
    font-size: 1.5rem;
    word-spacing: 0.5rem;
    font-weight: 80;
    line-height: 3.5rem;
    margin-left: 11rem;


}

.title-service h2 {
    color: var(--black);
    text-shadow: 1px 1px 2px var(--primary-color), 0 0 7px var(--black), 0 0 0.2px var(--black);
    
}

li {
    font-size: 1.5rem;
    color: var(--color);

}

.review-box {
    display: flex;
    align-items: center;
    min-height: 102vh;


}

.review-box img {

    width: 20rem;
    height: auto;
    border-radius: 5%;
    margin-bottom: 0.1rem;
}


.title-antes {

    margin-top: 0rem;
    color: var(--color);
    font-size: 1.5rem;
    word-spacing: 0.5rem;
    font-weight: 80;
    line-height: 5rem;
    margin-left: 11rem;
    margin-bottom: 0.1rem;
}

.title-antes h2 {
    color: var(--black);
    text-shadow: 1px 1px 2px var(--primary-color), 0 0 7px var(--black), 0 0 0.2px var(--black);
}

.title-antes h3 {
    color: var(--primary-color);
    text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
}

.title-engordurada h3 {
    color: var(--primary-color);
    text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
}

.review-corte {
    display: flex;
    align-items: center;
    min-height: 100vh;

}

.review-corte img {
    width: 20rem;
    height: auto;
    border-radius: 5%;
    margin-top: 0.3rem;

}

.review-engordurada {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.title-engordurada {
    margin-bottom: 5rem;
    color: var(--color);
    font-size: 1.5rem;
    word-spacing: 0.5rem;
    font-weight: 80;
    line-height: 5rem;
    margin-left: 11rem;

}

.review-engordurada img {

    width: 20rem;
    height: auto;
    border-radius: 5%;
    /*margin-bottom: 33rem;*/
}

.box-address {

    display: flex;
    align-items: center;
    min-height: 50vh;

}

.title-address {
    margin-bottom: 2px;
    color: var(--color);
    font-size: 1.5rem;
    word-spacing: 0.5rem;
    font-weight: 80;
    line-height: 2rem;
    margin-left: 5rem;

}

.title-address h2 {
    color: var(--black);
    text-shadow: 1px 1px 2px var(--primary-color), 0 0 7px var(--black), 0 0 0.2px var(--black);
}

.contato-footer {
    width: 10rem;
    height: auto;
}

.map iframe {
    border-radius: 5%;
}

.map {

    margin-bottom: 8rem;
}

@media (max-width:600px) and (orientation:portrait) {}