* {
    font-family: 'Poppins', sans-serif !important;
}

html {
    overflow-x: hidden;
}

.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    z-index: 1050;
    align-items: center;
    transition: all 250ms ease;
}

.spinner-border {
    border-color: #7a9d1f;
    border-right-color: transparent;
}

.anchor {
    position: absolute;
    top: -76px;
}

.navbar {
    background: transparent;
}

.navbar .logo {
    height: 50px;
    margin-top: 10px;
    width: auto;
}

.navbar.scrolled {
    background-color: #fff !important;
    transition: all 200ms ease;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

.navbar a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    transition: color 200ms ease;
}

.navbar .btn {
    position: absolute;
    right: 5rem;
}

.navbar.scrolled a.nav-item {
    color: #7d7d7d;
}


.navbar a.active::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #7a9d1f;
    margin: auto;
}

#intro.carousel {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.carousel-indicators{
    z-index:99 !important;
}

#intro.carousel .carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
}

#intro.carousel .carousel-indicators .active {
    background-color: #7a9d1f;
}

#intro.carousel .carousel-inner {
    height: 100%;
}

#intro.carousel .carousel-item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slide-1 {
    background-image: url(../img/slide_1.jpg);
}

.slide-2 {
    background-image: url(../img/slide_2.jpg);
}

.welcome {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
}

.welcome h1 {
    text-align: center;
    font-size: 90px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 5px;
}

.welcome h4 {
    display: block;
    height: 30px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 100;
    color: #ffffff;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h1 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 40px;
    font-size: 35px;
}

h2 {
    line-height: 42px;
    font-weight: 800;
    font-size: 35px;
    text-transform: uppercase;
}

h3 {
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
}

.bg-gray {
    background-color: #f5f5f5;
}

.bg-yellow {
    background-color: #f5cb43;
}

.bg-green {
    background-color: #7a9d1f;
}

.bg-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-image--about-1 {
    background-image: url(../img/about_1.jpg);
}

.bg-image--about-2 {
    background-image: url(../img/about_2.jpg);
}

.color-gray {
    color: #7d7d7d;
}

.color-white {
    color: #ffffff;
}

.color-green {
    color: #7a9d1f;
}

.color-yellow {
    color: #f5cb43;
}

.btn-outline-primary {
    color: #7a9d1f;
    border-width: 2px;
    border-color: #7a9d1f;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #7a9d1f;
    border-color: #7a9d1f;
}

.btn-outline-primary:focus,
.btn-outline-primary:active {
    box-shadow: 0 0 0 0.2rem rgba(104, 177, 26, .5);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #7a9d1f;
    border-color: #7a9d1f;
}

.btn-primary {
    font-size: 16px;
    font-weight: bold;
    background-color: #7a9d1f;
    border-color: #7a9d1f;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #7a9d1f;
    border-color: #7a9d1f;
}

.btn-primary:focus,
.btn-primary:active {
    box-shadow: 0 0 0 0.2rem rgba(104, 177, 26, .5);
}

.btn-primary:hover {
    color: #fff;
    background-color: #7a9d1f;
    border-color: #7a9d1f;
}

.link-quitosano,
.link-quitosano:hover {
    color: #7a9d1f;
    font-weight: 600;
}

.underline::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background-color: #000000;
}

.underline--center::after {
    margin: auto;
}

.underline--left::after {
    margin-right: auto;
}

.underline--right::after {
    margin-left: auto;
}

.underline--yellow::after {
    background-color: #f5cb43;
}

.underline--green::after {
    /*background-color: #7a9d1f;*/
    background-color: transparent;
}

.info-card {
    padding: 50px 10%;
}

.mt-25{
    margin-top:25px;
}

.mb-50{
    margin-bottom:50px;
}

.pt-50 {
    padding-top: 50px;
}

.pl-15{
    padding-left:15px;
}

.lh-45{
    line-height:45px;
}

.card {
    border: none;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

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

footer {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}


.features .card-deck {
    justify-content: center;
}

.features .card {
    padding: 10px 20px;
    max-width: 250px;
}

.features .card img {
    width: 50%;
    margin: 20px auto;
}

.products .card-deck {
    justify-content: center;
}

.products .card {
    padding: 10px 20px;
    max-width: 370px;
}

.products .card img {
    width: 80%;
    margin: 20px auto;
}

.success-stories img {
    margin-top: 1rem;
    cursor: pointer;
}

form .textfield {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

form .textfield {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    background: 0 0;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 0px;
}

form .textfield::-webkit-input-placeholder {
    color: #ffffff;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.icon {
    height: 30px;
    width: 30px;
}

.close-button {
    height: 15px;
    margin: 7px 0px;
}

.modal-content {
    border: none;
    border-radius: 3px;
}

.modal-title {
    text-transform: uppercase;
}

.modal-header {
    border: none;
    padding: 10px 15px;
}

.modal.show {
    display: flex !important;
}

.modal-body {
    padding: 0;
}

.carousel-caption {
    position: relative;
    text-align: left;
    padding: 20px 20px 0px 20px;
    right: unset;
    left: unset;
    bottom: unset;
    color: black;
}

.carousel-control-prev,
.carousel-control-next {
    bottom: 30%;
}

img.menu-icon {
    width: 30px;
}

.close {
    outline: none !important;
}

@media (max-width: 576px) {

    .info-card * {
        text-align: left !important;
    }
    
    .info-card .underline--center::after {
        margin-left: unset;
        margin-right: auto !important;
    }

    .card-deck {
        flex-direction: column;
        align-items: center;
        margin-top: 0px !important;
    }

    .card {
        margin-top: 3rem;
    }

    #success-stories .row {
        margin-top: 0 !important;
    }

    #success-stories img {
        margin-top: 1rem;
    }

    .welcome h1 {
        font-size: 55px;
    }

    .welcome h4 {
        font-size: 18px;
    }

}

@media (max-width: 992px) {

    .navbar {
        background-color: #fff !important;
        transition: all 200ms ease;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
        justify-content: space-around;
    }

    button.navbar-toggler {
        left: 20px;
    top: 24px;
        position: absolute;
        outline: none;
    }

    a.navbar-brand {
        margin: 0;
    }
    .navbar .nav-item {
        color: #000;
    }
    
    .navbar .nav-item.active::after {
        margin-left: unset;
    }

    .navbar-collapse {
        padding: 0 !important;
    }
    
    .navbar-collapse .btn{
        margin: 1rem 0;
        float: unset !important;
        position: relative !important;
        right: unset !important;
    }

}

/* Distribuidores */

.distribuidoresDep{
    background-color: #7a9d1f;
    color:#FFF;
    text-align:center;
    text-transform: uppercase;
    font-size:21px;
    font-weight: normal;
}

.distribuidoresModal .modal-body {
    max-width: 95vw;
    overflow-x: scroll;
}

.table td, .table th{
    font-size: 15px !important;
}