html {
    font-size: 16px;
}

/** navbar */
div.navbar-default.navbar-light-medium {
    background: rgba(255, 255, 255, 0.8) !important;
}

/** spacing */
.remove-space {
    margin: 0;
    padding: 0;
}

/** containers */
.container-main,
.container-info-main {
    background-color: #FCF2E8;
}

section.image-background {
    height: 500px;
    overflow: hidden;
    background-position: center !important;
}

div.parallax-golf-course {
    background-image: url('../images/golf-course.png');
    background-position: center center;
}

.parallax-golf-course {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit;
}

.container-footer-landing {
    padding-top: 56px;
}

.container-footer-landing img.size-w120 {
    width: 220px;
}

@media screen and (max-width: 767px) {
    .container-footer-landing {
        padding-top: 10px;
    }
    .container-footer-landing div.section-footer-social-networks {
        padding-top: 50px;
    }
}

/** labels */
p,
p.text-dark { color: #515151; }

a.text-dark {
    color: #515151!important;
}

a.primary:hover,
a.primary:focus,
a.primary:active,
a.primary-color:hover,
a.primary-color:focus,
a.primary-color:active{
    color: #2D6C0B;
}

a.button-orange:hover,
a.button-orange:focus,
a.button-orange:active {
    color: white;
}

.text-title.primary {
    font-size: 1.5rem;
}

.text-regular.primary {
    font-size: 14px;
}

.text-title.primary,
.text-regular.primary {
    color: #2D6C0B;
}

/** buttons */
.button-orange,
.button-orange:hover {
    background-color: #E38300;
    font-size: 14px;
    color: white;
}

.btn-theme {
    padding: 7px 20px !important;
}

.badge.orange {
    background-color: #E38300;
    padding: 5px 10px;
}

.badge.orange > a {
    color: white;
    text-align: center;
}

.custom-dot span {
    background-color: white;
    border-color: #E38300;
}

.custom-dot.active span {
    background-color: #E38300;
    border-color: #E38300;
}

@media screen and (max-width: 991px) {
    .navbar-toggler {
        background: transparent;
        border-color: transparent;
    }

    .navbar-toggler:after {
        border-top-color: #E38300;
        border-bottom-color: #E38300;;
    }

    .navbar-toggler:before {
        background: #E38300;
    }

    .navbar-toggler.menu-opened:after,
    .navbar-toggler.menu-opened:before {
        background: #E38300;
    }
}

/** colors */
.bg-dark-semi{
    background: #404040;
}

.primary-color {
    color: #2D6C0B;
}

i.fas {
    color: #404040;
}

/** carousel */
div.case-study-block1 {
    background-color: white;
    box-shadow: none !important;
}

/** tabs */
.tab-style2 ul.resp-tabs-list {
    background-color: #2D6C0B;
}

.tab-style2 ul.resp-tabs-list > li.resp-tab-active {
    color: #2D6C0B;
    background-color: white;
}

.tab-style2 button.btn {
    display: block;
    margin: auto;
}

@media screen and (max-width: 991px) {
    .tab-style2 h2.resp-tab-active {
        background-color: #2D6C0B !important;
    }
}

/** icons */
.icon-contact {
    font-size: 25px;
}

div.border-title-dashed{
    border-bottom: 2px dashed #2D6C0B !important;
}

.circulo{
    height:15px;
    width:15px;
    background:#ffffff;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
    border-radius:50px;
    border-color:#000000;
    border-style: solid;
    border-width: 1px;
}

/** events */
img.header-img {
    width: 100%;
    height: 320px;
    border-radius: 10px;
}

img.image-round {
    width: 100%;
    max-width: 100%;
    height: 280px;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    img.header-img {
        height: 150px;
    }

    img.image-round {
        height: 150px;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    img.header-img {
        height: 250px;
    }

    img.image-round {
        height: 220px;
    }
}