body {
    font-family: 'Poppins', sans-serif;
}

body p {
    font-size: 14px !important;
    color: #525252;
}

body h1 {
    font-size: 30px !important;
    color: #525252;
}

body h4 {
    font-size: 20px !important;
    color: #525252;
}


body h5 {
    font-size: 15px !important;
    color: #525252;
}

header {
    width: 100%;
    margin-bottom: 70px;
}

header .navbar {
    background-color: #FFFFFF;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

header .navbar img {
    width: 150px;
}

header .navbar .nav-item .nav-link {
    background-color: #FFFFFF;
    color: #525252;
    font-size: 16px;
    font-weight: bold;
}

header .navbar li.nav-item {
    margin-right: 20px;
}

header .navbar .nav-item .active {
    color: #00C989 !important;
}


header .navbar .try-now,
header .navbar .try-now:hover,
header .navbar .try-now:active,
header .navbar .try-now:focus {
    font-weight: bold;
    background-color: #BE1C1C;
    color: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #BE1C1C !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

header .dropdown-menu {
    border-radius: 0px;
    color: #525252;
    border: 1px solid transparent !important;
    margin-top:15px !important;
}

header .navbar .try-now > img {
    width: 25px;
    margin-right: 10px;
}

/* Introduction */

.intro {
    position: relative;
    background-color: rgba(60, 255, 0, 0.112);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px !important;
}

.intro h1 {
    color: #525252;
    font-weight: bold;
}

.intro p {
    color: #525252;
}

.intro .caption {
    margin-top: 30px;
    z-index: 1;
}

.intro .wave {
    height: 250px;
    background: url(/assets/images/wave.svg);
    position: absolute;
    bottom:0;
    width: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.intro .try-now,
.intro .try-now:hover,
.intro .try-now:active,
.intro .try-now:focus {
    font-weight: bold;
    background-color: #BE1C1C;
    color: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #BE1C1C !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* Gallery */

.gallery {
    margin-top: 50px;
}

.gallery h3 {
    color: #525252;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

.gallery p {
    text-align: center;
}

.gallery .carousel-item .img  {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px !important;
}

.gallery .carousel-item h4 {
    font-weight: bold !important;
}

.gallery .carousel-item h4,
.gallery .carousel-item p  {
    color: #525252;
    text-align: left !important;
}


.gallery .carousel-inner {
    margin-top: 30px;
}

.gallery .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #00C989;
}

.gallery .carousel-indicators [data-bs-target] {
    height: 1px;
    padding: 0px;
    width: 30px;
    border: 3px solid transparent;
    border-radius: 10px !important;
    background-clip: unset;
}


/* Agenda */

.agenda {
    margin-top: 50px;
}

.agenda h3 {
    color: #525252;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

.agenda h3 {
    color: #525252;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

.agenda .news {
    margin-top: 50px;
}

.agenda .show-all {
    font-weight: bold;
    text-decoration: none;
    text-align: right;
}

.agenda .show-all a {
    color: #00C989;
}

/* Contact */

.contact {
    padding: 20px;
    background-color: #00C989;
    margin-top: 30px;
}
.contact h4 {
    color: #FFFFFF;
    text-align: center !important;

}

.contact .whatsapp,
.contact .whatsapp:hover,
.contact .whatsapp:active,
.contact .whatsapp:focus {
    font-weight: bold !important;
    background-color: #E8FBF7 !important;
    color: #525252 !important;
    border-radius: 10px !important;
    border: 2px solid transparent !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


.contact .whatsapp > img{
    width: 25px;
    margin-right: 10px;
}

.map {
    height: 350px;
}

footer {
    padding: 50px 0px 10px 0px;
    background-color: #343A40;
    color: #FFFFFF !important;
}

footer p,
footer h4 {
    color: #FFFFFF !important;
}

footer ul {
    padding: 0px;
}

footer ul>li {
    list-style: none;
}

footer ul li>a,
footer ul li>a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

footer .social-media > li {
    display: inline !important;
    margin-right: 10px;
}

footer .copyright {
    text-align: left !important;
    padding-top: 20px;
    border-top: 1px solid #FFFFFF;
}

footer .logo {
    width: 250px;
    margin-bottom: 10px;
}


/* Helpers */
.vertical-center {
    min-height: 100%; 
    display: flex;
    align-items: center;
}

.full-width {
    width: 100%;
}

/* mobile navbar sidebar under lg breakpoint */
@media (max-width: 992px) {
    .offcanvas-collapse {
        position: fixed;
        top: 73px;
        bottom: 0;
        padding-right: 2rem;
        padding-left: 2rem;
        background-color:#FFFFFF;
    }
    .offcanvas-collapse .navbar-nav {
        margin-left: 0px !important;
    }
    header .dropdown-menu {
        border-radius: 0px;
        border: 1px solid transparent !important;
        margin-top:0 !important;
        box-shadow: none !important;
    }    
}

.line {
    width: 100px;
    height: 3px;
    background-color: #00C989;
}

.line-text {
    text-underline-offset: 10px;
    text-decoration-line: underline;
    text-decoration-color: #00C989;
    text-decoration-thickness: 3px;
    color: #525252 !important;
}

.global {
    margin-top: 100px;
    color: #525252 !important;
}

.card-content .img {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px !important;
}

.card-content .title {
    font-weight: bold;
    color: #525252;
    margin-top: 5px;
    margin-bottom: 0px !important;
}

.card-content a {
    text-decoration: none;
}

.card-content p {
    color: #525252;
}

.card-content ul  {
    margin-right: 0;
    margin-top: 3px;
    margin-bottom: 5px;
    padding: 0px;
    list-style: none;
}

.card-content ul li {
    display: inline;
    color: #525252;
    margin-right: 5px;
    font-size: 13px;
}


.content-detail .img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 20px !important;
}

.content-detail .title {
    font-weight: bold;
    color: #525252;
    margin-top: 5px;
    margin-bottom: 0px !important;
}

.content-detail a {
    text-decoration: none;
}

.content-detail p {
    text-align: left;
    color: #525252;
}

.content-detail ul  {
    margin-right: 0;
    margin-top: 3px;
    margin-bottom: 5px;
    padding: 0px;
    list-style: none;
}

.content-detail ul li {
    display: inline;
    color: #525252;
    margin-right: 5px;
    font-size: 13px;
}

table {
    color: #525252;
}

thead th {
    font-weight: normal !important;
}