* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Poppins', sans-serif;
}

:root {
    --primary-color: #005227;
    --primary-color-tone: #128348;
    --primary-color-dark: #212224;
    --secondary-color: #CBCBCB;
    --tertiary-color: #FF6B00;
    --neutral-color: #F2F4F7;
    --dark-color: #000;
}

body {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: repeat;
    background-image: url(./img/logo-opaque.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*NavBar*/
nav {
    display: flex;
    width: 100%;
    min-height: 8vh;
    position: fixed;
    top: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.20);
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.01);
}

.logo {
    display: flex;
    margin-left: 50px;
}

.logo img {
    width: 230px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
    font-weight: 700;
}

.nav-links li a {
    position: relative;
    font-size: 1.05rem;
    font-weight: 800;
    text-decoration: none;
    color: #0f172a;
    text-transform: uppercase;
    transition: 0.3s;
}

.nav-links li a:hover {
    color: var(--primary-color-tone);
    text-shadow: 0 0 5px var(--primary-color);
}

.btn-nav {
    height: 45px;
    width: 200px;
    margin-right: 50px;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: var(--primary-color);
    cursor: pointer;
    transition: .3s;
    text-transform: uppercase;
}

.btn-nav-link {
    color: var(--neutral-color);
    font-size: 1.07rem;
    font-weight: 700;
    text-decoration: none;
}

.btn-nav:hover {
    background: var(--primary-color-tone);
}

/*Intro*/
.intro-container {
    width: 100%;
    min-height: 56vh;
    padding: 1rem;
    margin-top: 8vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    color: white;
    background: url(./img/intro-background.png) no-repeat right;
    background-size: cover;
}

.intro-content {
    padding-left: 50px;
    margin-top: 7rem;
}

.intro-content h1 {
    font-weight: 800;
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    padding-bottom: 20px;
    text-transform: uppercase;
}

.intro-content p {
    font-size: clamp(0.5rem, 5vw, 1rem);
}

.btns-intro {
    display: flex;
    margin-left: 50px;
    gap: 20px;
    width: 620px;
}

.btns-intro button {
    height: 45px;
    width: 300px;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: var(--primary-color);
    color: var(--neutral-color);
    font-size: 1.07rem;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    text-transform: uppercase;
}

.btns-intro button:hover {
    background: var(--primary-color-tone);
}

.btns-intro button:nth-child(2) {
    outline-style: solid;
    outline-offset: -2px;
    outline-width: 2px;
    outline-color: var(--primary-color);
    background: rgba(255, 255, 255, 0);
}

.btns-intro button:nth-child(2):hover {
    background: var(--primary-color);
}

/*Products*/
.products-container {
    display: flex;
    width: 100%;
    min-height: 36vh;
    gap: 10px;
    background: var(--neutral-color);
    color: var(--primary-color);
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.products-description {
    display: flex;
    max-width: 490px;
    margin-left: 100px;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.products-description span {
    text-transform: uppercase;
    font-weight: 800;
    word-spacing: 1px;
    letter-spacing: 1px;
}

.products-description h2 {
    text-transform: uppercase;
    font-size: 2.5rem;
    color: var(--dark-color);
    line-height: 2.5rem;
    word-spacing: 1px;
}

.products-description p {
    font-size: 1rem;
    line-height: 1.2rem;
    word-spacing: 1px;
    letter-spacing: 1px;
}

.btns-products {
    display: flex;
    gap: 30px;
}

.btns-products button {
    height: 45px;
    width: 300px;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: var(--primary-color);
    color: var(--neutral-color);
    font-size: 1.07rem;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
}

.btns-products button:hover {
    background: var(--primary-color-tone);
}

.cards-group {
    display: flex;
    margin-right: 100px;
    gap: 20px;
}

.card {
  width: 15em;
  height: 19em;
  box-shadow: 0px 1px 13px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  gap: 25px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 0.5em;
  padding-bottom: 3.4em;
}

.card-image {
    max-height: 200px;
    width: 210px;
    display: grid;
    place-items: center;
}

.card-image img {
    height: 100%;
    width: 100%;
}

.card .title {
    text-align: center;
    font-size: 1em;
    bottom: 0.4em;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.card hr {
    width: 40%;
    height: 1px;
    margin-top: -20px;
    border: 0px;
    border-top: 5px solid var(--primary-color);
    border-radius: 5px;
}

/*Values*/
.values-container {
    display: flex;
    width: 100%;
    height: 20vh;
    background: var(--primary-color-dark);
    justify-content: space-between;
    align-items: center;
    color: var(--neutral-color);
    gap: 10px;
}

.values {
    display: flex;
    flex-basis: 350px;
}

.values-container .left {
    margin-left: 100px;
}

.values-container .right {
    margin-right: 100px;
}

.values-logo {
    justify-content: center;
    align-content: center;
    margin-right: 10px;
    color: var(--primary-color-tone);
}

.values-text > h2 {
    text-transform: uppercase;
}

.values-text > p {
    font-size: 0.8rem;
}

/*Contact*/
footer {
    bottom: 0px;
    width: 100%;
    background: var(--dark-color);
    color: var(--neutral-color);
}

.main-content {
    display: flex;
    justify-content: space-between;
    
}

.main-content .box {
    flex-basis: 30%;
    padding: 10px 20px;
}

.main-content .left {
    margin-left: 50px;
}

.main-content .right {
    margin-right: 50px;
}

.box h2 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
}

.box .content {
    margin: 20px 0 0 0;
    position: relative;
}

.box .content::before {
    position: absolute;
    content: "";
    background-color: var(--primary-color-tone);
    top: -10px;
    height: 4px;
    width: 100%;
}

.box .content::after {
    position: absolute;
    content: "";
    top: -10px;
    height: 4px;
    width: 30%;
    background: var(--primary-color);
}

.left .content .social {
    margin: 20px 0 0 0;
}

.left .content .social .fab {
    color: var(--neutral-color);
}

.left .content p {
    text-align: justify;
}

.left .content .social a {
    padding: 0 3px;
}

.left .content .social a span {
    height: 40px;
    width: 40px;
    background-color: var(--primary-color);
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    transition: .3s;
}

.left .content .social a span:hover {
    background: var(--primary-color-tone);
}

.center .content .fas {
    font-size: 1.4375rem;
    background-color: var(--primary-color);
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
}

.center .content .fas:hover {
    background-color: var(--primary-color-tone);
}

.center .content .text {
    font-size: 1.07rem;
    font-weight: 500;
    padding-left: 10px;
}

.center .content .phone {
    margin: 8px 0;
}

.right form .text {
    font-size: 1.07rem;
    margin-bottom: 2px;
}

.right form .msg {
    margin-top: 10px;
}

.right form input, .right form textarea {
    width: 100%;
    font-size: 1.07rem;
    background-color: var(--secondary-color);
    padding-left: 10px;
    border: 1px solid var(--dark-color);
    border-radius: 5px;
}

.right form input {
    height: 35px;
}

.right form .btn {
    margin-top: 10px;
}

.right form .btn button {
    height: 40px;
    width: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: var(--primary-color);
    font-size: 1.07rem;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
}

.right form .btn button:hover {
    background-color: var(--primary-color-tone);
}

.right form input:focus, .right form textarea:focus {
    outline-color: var(--primary-color);
}

.bottom center {
    padding: 5px;
    font-size: .80rem;
}

.bottom center span {
    color: var(--neutral-color);
}

.bottom center a {
    color: var(--primary-color);
    text-decoration: none;
}

.bottom center a:hover {
    text-decoration: underline;
}

/*Whatsapp Click*/
.whatsapp_float {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
  text-align: center;
  z-index: 100;
  border: none;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transform: scale(1.1);
}

.whatsapp_float:hover {
  transform: scale(1.2);
}

.home-whatsapp-icon {
  width: 51px;
  height: 51px;
}

.home-whatsapp-icon svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 550px) {
    .btn-nav {
        display: none;
    }
}

/*Responsive exceptions*/
@media screen and (max-width: 900px) {
    .nav {
        
    }

    .nav-links {
        display: none;
    }

    .intro-content {
        padding: 0px;
    }

    .btns-intro {
        display: none;
    }

    footer {
        position: relative;
        bottom: 0px;
    }

    .main-content {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .main-content .box {
        margin: 5px 0;
    }
}

/*Hide Values Container*/
@media screen and (max-width: 1000px) {
    .values-container {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .products-container {
        flex-direction: column;
    }

    .products-description {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .cards-group {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 0px;
    }
}