@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
body {
    color: #101010;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

a {
    color: #004b28;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #FFF212;
    text-decoration: none;
}

h2 {
    color: #004b28;
    font-weight: 700;
    text-align: center;
}

.text-yellow {
    color: #FFF212;
}

.illustration {
    height: 300px;
    width: 100%;
    background-color: #004b28;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../img/illustrations/default/background.jpg);
}

.btn-yellow {
    background-color: #FFF212 !important;
    border-color: #6f5a31 !important;
}

.btn-yellow:hover,
.btn-yellow:focus {
    background-color: #766034 !important;
}

.btn-yellow:active,
.btn-yellow.active {
    background-color: #766034 !important;
    border-color: #6f5a31 !important;
}

#fab-button {
    position: fixed !important;
    width: 60px;
    height: 60px;
    bottom: 135px;
    right: 5px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 60px;
    z-index: 100;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    background-color: #004b28;
    border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -ms-border-radius: 50px 50px 50px 50px;
    -o-border-radius: 50px 50px 50px 50px;
}

#fab-button:hover,
#fab-button:active {
    background-color: #25d366;
    border-radius: 50px 50px 50px 50px;
    color: #FFFFFF;
    -webkit-border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -ms-border-radius: 50px 50px 50px 50px;
    -o-border-radius: 50px 50px 50px 50px;
}

#fab-button i {
    color: #FFFFFF;
}

#fab-button:hover i {
    color: #FFFFFF;
}

#go-top {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    position: fixed !important;
    right: -35px;
    bottom: 75px;
    width: 40px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.25);
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#go-top.show {
    visibility: visible;
    opacity: 100;
    filter: none;
    right: 15px;
    z-index: 99;
}

#go-top i {
    font-size: 18px;
    color: #FFF212;
    padding-bottom: 3px;
}

#go-top:hover i {
    color: #004b28;
}

#go-top:hover {
    background-color: #FFF212;
}

.pagination {
    margin: 0 auto;
    border-radius: 0;
    display: block;
}

.pagination a,
.pagination span {
    background-color: #fff;
    padding: 8px;
    font-size: 14px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #e8ebee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pagination a {
    color: #004b28;
}

.pagination a:hover {
    background-color: #FFF212;
    border-color: transparent;
    color: #fff;
}

.pagination a>i {
    font-size: 16px;
}

.pagination .current {
    color: #FFF212;
}


/* Top Bar */

.top-bar {
    font-size: 13px;
}

.top-bar a {
    color: #666666;
}

.top-bar a:hover {
    color: #004b28;
}


/* Top Bar */


/* Menu */

header {
    background-color: #004b28;
    padding-bottom: 15px;
    padding-top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-shadow {
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.25);
    padding-bottom: 0px;
    padding-top: 0px;
}

.nav-link,
.dropdown-item {
    color: #FFFFFF !important;
    font-weight: 600;
    text-transform: uppercase;
}

.nav-link:hover,
.nav-link:active,
.nav-link.active,
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item.active {
    color: #FFF212 !important;
}

.dropdown-item.active {
    background-color: #FFF212 !important;
}

.nav-item .dropdown-menu {
    margin-top: -10px;
}

.navbar-text a {
    color: #FFFFFF !important;
}

.navbar-text a:hover {
    color: #FFF212 !important;
}


/* Menu */


/* Slider */

@media screen and (min-width: 768px) {
    #slideshow {
        width: 100%;
        position: relative;
        padding: 0;
    }
    .tp-banner {
        width: 100%;
        position: relative;
    }
}

#slideshow {
    background-color: #004b28;
}


/* Slider */


/* Featured */

#featured {
    background-color: #cecece;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.portrait:hover:after {
    background-color: rgba(0, 75, 40, 0.5);
    border-radius: 15px;
    content: url('../img/portrait-hover.png');
    align-content: center;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}


/* Featured */


/* Footer */

footer {
    background-color: #004b28;
}

footer,
footer a {
    color: #FFFFFF;
}

footer a:hover {
    color: #FFF212;
}


/* Footer */


/*  Extra  */

.titulos1 h5 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    color: #004b28;
    text-align: center;
}

.pb-20 {
    padding-bottom: 20px;
    text-align: center;
}

.center {
    text-align: center;
}

.iconbox.style3 {
    border: 0px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 38px 45px 34px 39px;
    background-color: #FFF;
}

.iconbox.style3 .box-content .box-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.box-shadow2 {
    box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 0%);
}