@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');
* {
    font-family: 'Open Sans', sans-serif;
}

.font-sans {
    font-family: 'Open Sans', sans-serif;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-thin {
    font-weight: 100;
}

.font-extra-light {
    font-weight: 200;
}

.font-light {
    font-weight: 600;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semi-bold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extra-bold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

body,
header {
    background: #F3F3F3;
}

header img[alt=Logo] {
    max-width: 300px;
}

.navbar-collapse {
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
    clear: both;
    background: #F68221;
    justify-content: center;
    flex-direction: column;
}

.navbar-collapse hr {
    width: 100%;
    margin: 0;
    margin-bottom: 0.2rem;
    border: 1px solid #F3F3F3;
}

.navbar-nav .nav-link {
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px solid transparent;
}

.navbar-nav .nav-link:hover {
    opacity: .8;
    border-bottom: 2px solid #F3F3F3;
}

.navbar {
    padding-right: 0;
}

.bg-custom {
    background: #F68221
}

.text-custom {
    color: #F68221
}

.text-custom-secondary {
    color: #005E33;
}

.services-item {
    height: 100%;
}

.services-item .image {
    border: 3px solid #0F842A;
    border-radius: 10px;
    padding: 1.3rem;
}

ul {
    padding-top: 1rem;
}

ul li {
    color: #1D8B36;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.owl-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.about {
    background: url(./img/about_bg.png);
    background-size: cover;
}

.about .values {
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    background: #005E33;
    padding: 1.5rem 0;
    font-size: 3rem;
    text-align: center;
    color: white;
}

.about .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about .list p {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: white;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.about .list img {
    margin-right: 5px;
    max-width: 25px;
}

.contact {
    background: url(img/contact_bg.png);
    background-size: 100% 100%;
    color: white;
}

.contact a {
    color: white;
    padding-right: 0.7rem;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.contact,
.contact a {
    font-size: 1.4rem;
}

.bg-black {
    background: black;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 4rem;
}

.whatsapp-circle {
    width: 80px;
    height: 80px;
    background: #009688;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    cursor: pointer;
    text-decoration: none;
    color: white;
    font-size: 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.whatsapp-circle:hover {
    background: #00C1AF;
    text-decoration: none;
    color: white;
}

.navbar-toggler i {
    font-size: 3rem;
    padding-right: 10px;
    padding-top: 15px;
}

.networks i {
    font-size: 2rem;
}

.nav-pills .nav-link {
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    border-radius: 0;
    background-color: #005E33;
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #F68221;
}

.infr .nav-pills .nav-link {
    clip-path: none;
    border-radius: 0;
    background: transparent;
    color: #F68221;
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.infr .nav-pills .nav-link.active,
.infr .nav-pills .show>.nav-link {
    background-color: #F68221;
    color: white;
}

@media only screen and (max-width: 1366px) {
    .navbar-nav .nav-link {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width: 576px) {
    footer .links {
        align-items: flex-start;
    }
    h1 {
        padding-top: 1rem;
        font-size: 2.5rem !important;
    }
    .about .values {
        clip-path: none;
    }
    .about .list {
        padding-top: 1rem;
    }
    .contact,
    .contact a {
        font-size: 0.9rem;
    }
    .networks i {
        font-size: 2rem;
    }
    .contact {
        background: url(./img/contact_right.png);
    }
    header img[alt=Logo] {
        max-width: 250px;
    }
    .navbar-collapse {
        clip-path: none;
    }
    .contact .phone {
        display: flex;
        align-items: center;
        padding: 0.5rem 0;
    }
    .contact .phone i {
        margin-right: 10px;
    }
}

footer {
    text-align: center;
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #a5a5a5;
}

::-webkit-scrollbar-thumb:hover {
    background: #838383;
}