/*
 *   (c) 2018
 *   Designed by Kernel Soluciones www.kernelsoluciones.com
 */

body {
    overflow-x: hidden;
}

.navbar-brand .logo {
    width: 190px;
    height: auto;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #659b2c;
}

.btn-gm{
    background-color: #659b2c;
    color: white;
}

.btn-group ul li a{
    color:#659b2c;
}

.section-intro {
    height: 100vh;
    background-image: url('../img/about_1.jpeg');
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
@media (max-width: 350px) and (max-height: 750px) {
    .section-intro {
        height: 730px;
    }
}
.section-intro .back {
    background-color: rgba(255, 255, 255, 0.79);
    height: 100%;
}
.section-intro .intro-container .logo {
    width: 250px;
    height: auto;
    margin-top: 50px
}
@media (min-height: 670px) and (min-width: 950px) {
    .section-intro .intro-container .logo {
        width: 450px;
    }
}
@media (min-width: 670px) {
    .section-intro .intro-container .logo {
        width: 350px;
    }
}
@media (min-width: 950px) {
    .section-intro .intro-container .logo {
        width: 450px;
    }
}
.section-intro .intro-container .title {
    color: #434343;
}
.section-intro .intro-container .title:after {
    display: block;
    content: ' ';
    width: 180px;
    height: 5px;
    background-color: #73b033;
    margin-left: auto;
    margin-right: auto;
}
.section-intro .intro-container .title span {
    color: #73b033;
}
.section-intro .intro-container .description {
    font-size: 22px;
    margin-top: 25px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-height: 661px) {
    .section-intro {
        min-height: 700px;
    }
}
@media (min-height: 850px) {
    .section-intro {
        height: 80vh;
    }
}

.section-diag {
    position: relative;
    margin-top: -250px;
}
@media (min-width: 576px) and (max-width: 767px) {
    .section-diag .container {
        max-width: 100%;
    }
}
.section-diag .shadow {
    -ms-filter: drop-shadow(-1px 16px 15px rgba(50, 50, 0, 0.5));
    filter: drop-shadow(-1px 16px 15px rgba(50, 50, 0, 0.5));
    overflow: hidden;
}
.section-diag .shadow .clip {
    background-color: #7fbb3f;
    position: relative;
    height: 750px;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 84%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 84%);
}
@media (min-width: 430px) {
    .section-diag .shadow .clip {
        -webkit-clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 76%);
        clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 76%);
    }
}
@media (min-width: 576px) {
    .section-diag .shadow .clip {
        height: 450px;
    }
}
.section-diag .shadow .clip .left {
    position: absolute;
    top: -10%;
    left: -50px;
}
.section-diag .shadow .clip .right {
    position: absolute;
    bottom: -20%;
    right: -100px;
}
.section-diag .content {
    position: absolute;
    width: 100%;
    top: 0;
}

.feature {
    margin: 0;
    color: #fff;
    border: solid 1px #a8de6e;
}
@media (min-width: 990px) {
    .feature {
        margin: 0 30px;
    }
}
@media (min-width: 1250px) {
    .feature {
        margin: 0 50px;
    }
}
.feature img {
    max-width: 100%;
    height: auto;
}
.feature .title {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
.feature .description {
    padding: 0 5px;
}
@media (min-width: 600px) {
    .feature .title {
        font-size: 20px;
    }
    .feature .description {
        padding: 0 30px;
    }
}

.section-slogan-left {
    background-image: url(../img/about_2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-background-position-y: 30%;
    background-position-y: 30%;
    margin-top: -120px;
}
.section-slogan-left .back {
    background-color: rgba(255, 255, 255, 0.79);
    padding: 90px 0;
    height: 100%;
}
.section-slogan-left .slogan {
    border-left: solid 5px #73b033;
    padding: 20px 10px;
    max-width: 80%;
}
@media (min-width: 900px) {
    .section-slogan-left .slogan {
        max-width: 60%;
    }
}
.section-slogan-left .slogan .title {
    color: #434343;
}
.section-slogan-left .slogan .title span {
    color: #73b033;
}

.section-page {
    padding: 90px 0;
}
.section-page img {
    max-width: 100%;
    height: auto;
}

.section-page .title {
    color: #434343;
    text-align: center;
}
.section-page .subtitle {
    color: #434343;
    text-align: center;
    margin-bottom: 25px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.section-page .title span {
    color: #73b033;
}
.section-page .image {
    position: relative;
    display: block;
}
.section-page .image img {
    max-width: 100%;
    height: auto;
    padding-right: 30px;
}
.section-page .image:after {
    display: block;
    content: ' ';
    height: 30%;
    width: 5px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #97cc60;
}

.features {
    padding: 0;
    list-style: none;
    margin: 0;
}
.features .fa {
    color: #01a142;
}
.features li {
    margin-bottom: 10px;
    color: #434343;
}

.quote {
    text-align: center;
    padding: 40px 0;
}
.quote .title {
    color: #434343;
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #ccc;
}
.quote span {
    display: block;
}

.section-banner {
    background-color: #7fbb3f;
    padding: 30px 0;
    position: relative;
    overflow-y: hidden;
    text-align: center;
}
.section-banner .left {
    position: absolute;
    width: 150px;
    top: -10px;
    left: 30px;
}
.section-banner .title {
    color: #434343;
    text-align: center;
}
.section-banner .title span {
    color: #e1ecd6;
}
.section-banner .container {
    position: relative;
    z-index: 10;
}

.footer-page {
    background-color: #3b3b3b;
    color: #fff;
    padding: 30px 0;
}
.footer-page img {
    max-width: 100%;
    height: auto;
}
.footer-page .copy {
    text-align: center;
    font-size: 12px;
    color: #b6b6b6;
    margin-top: 15px;
    border-top: solid 1px #535353;
    padding-top: 5px;
}
.footer-page .description {
    font-size: 14px;
}

.contacts {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contacts li {
    display: inline-block;
}
.contacts li i,
.contacts li a i {
    font-size: 20px;
    color: #a7a7a7;
    padding: 0 10px;
}

.btn-primary {
    background-color: #518d11;
    border-color: #55891d;
    font-size: 14px;
    border-radius: 0;
    padding: 5px 30px;
}
.btn-primary:active,
.btn-primary:hover {
    background-color: #43740e;
    border-color: #55891d;
}

.back-world {
    background-image: url(../img/world.png);
    -webkit-background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    -ms-background-position-x: center;
    background-position-x: center;
    text-align: center;
}

.contacts-text {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #fff;
}
.contacts-text li a {
    color: #d9d9d9;
}

.header-page {
    background-image: url(../img/about_2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-background-position-y: 30%;
    background-position-y: 30%;
}
.header-page .back {
    background-color: rgba(255, 255, 255, 0.79);
    padding: 45px 0;
    height: 100%;
}
.header-page .title {
    text-align: center;
    color: #434343;
}
.header-page .title:after {
    display: block;
    content: ' ';
    width: 180px;
    height: 5px;
    background-color: #73b033;
    margin-left: auto;
    margin-right: auto;
}
.header-page .title span {
    color: #73b033;
}

.section-slogan {
    background-image: url(../img/about_3.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-background-position-y: 30%;
    background-position-y: 30%;
    text-align: center;
}
.section-slogan.ss-2 {
    background-image: url(../img/about_5.jpg);
}
.section-slogan .back {
    background-color: rgba(255, 255, 255, 0.63);
    padding: 140px 0;
    height: 100%;
}
.section-slogan.ss-2 .back {
    background-color: rgba(255, 255, 255, 0.76);
}
.section-slogan .title {
    color: #434343;
}
.section-slogan .title span {
    color: #73b033;
}
.section-slogan .subtitle {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.facilities {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
}
.facilities li {
    margin-bottom: 10px;
}
.facilities li i {
    color: #528f11;
    text-align: center;
    width: 20px;
}
.facilities li a {
    color: #212529;
}
.facilities li a.link {
    color: #376b00;
}

.spacer {
    height: 50px;
}

.image-title {
    padding-left: 20px;
    position: relative;
    margin-bottom: 50px;
}
.image-title:before {
    display: block;
    content: ' ';
    height: 50%;
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #97cc60;
}
.image-title span {
    display: block;
    margin-bottom: 10px;
}
.image-title img {
    max-width: 100%;
    height: auto;
}

.section-banner-left {
    background-color: #7fbb3f;
    padding: 30px 0;
    position: relative;
    overflow-y: hidden;
}
.section-banner-left .right {
    position: absolute;
    width: 150px;
    top: -10px;
    right: 30px;
}
.section-banner-left .title {
    color: #434343;
}
.section-banner-left .title span {
    color: #e1ecd6;
}
.section-banner-left .container {
    position: relative;
    z-index: 10;
}

.section-banner-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section-banner-image .image,
.section-banner-image .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.section-banner-image .image {
    background-image: url(../img/about_4.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-background-position-y: 80%;
    background-position-y: 80%;
    height: 250px;
}
.section-banner-image .content {
    background-color: #7fbb3f;
    padding: 40px 20px;
    color: #fff;
}
.section-banner-image .content .caption.right {
    text-align: right;
}
@media (min-width: 490px) {
    .section-banner-image .image,
    .section-banner-image .content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .section-banner-image .image {
        height: auto;
    }
}

.price {
    display: block;
    font-weight: bold;
    color: #528f11;
    font-size: 40px;
}
.price.old {
    text-decoration: line-through;
    display: block;
    color: #3d3b3b;
    font-size: 23px;
    font-weight: normal;
}

.language.right {
    text-align: right;
}
.language .title {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #528f11;
    position: relative;
}
.language.right .title {
    text-align: right;
}
.language .title:after {
    display: block;
    content: ' ';
    width: 180px;
    height: 5px;
    background-color: #ccc;
}
.language.right .title:after {
    margin-left: auto;
}

.languages {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    border-top: solid 1px #9bd063;
    border-bottom: solid 1px #9bd063;
}
.languages li {
    display: inline-block;
    padding: 20px 30px;
    font-weight: bold;
    color: #528f11;
    position: relative;
}
.languages li:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    right: -5px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background-color: #ccc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.table-levels tr td {
    width: 50%;
}
.table-levels th {
    color: #528f11;
}

hr {
    border-color: rgb(151, 204, 95);
}



