/* NIGHT MODE */

.body {
    background-color: #0c1014 !important;
}

html .text-color-dark, html .text-dark {
    color: #fff !important;
}

html .divider.divider-primary.divider-small hr {
    background: #ffff !important;
}

.header-extra-info-text *, .header-extra-info-icon * {
    color: #ffffff !important;
}

.header-container {
    background: #0d1015 !important;
}

#header .header-body.header-body-bottom-border-fixed {
    border-bottom: 1px solid rgb(13 16 21) !important;
}

/* END NIGHT MODE */

#section-slide {
    max-height: 100vh !important;
    height: 100vh !important;
}

* {
    scroll-behavior: smooth;
}

#header .header-logo img {
    max-height: 80px;
}



#section-html-modulo_3 .pb-2 {
    padding: 15px 30px;
    border-left: 6px solid #95bda6 !important;
    border: 1px solid #95bda6;
    border-radius: 2px;
}

#page_pagina_extra_1 .d-flex .col-md-4 img {
    width: 300px;
    border-radius: 50px;
}

#section-html-modulo_2 .titulo-html {
    display: none !important;
}

#section-html-modulo_2 {
    padding: 20px 0px;
    background: #76b99f;
}

@media (max-width: 991px) {
  #section-slide {
    max-height: 100% !important;
    height: 100% !important;
    margin: 0 !important;
  }
  #section-html-modulo_1 .col-md-4 {
    padding: 7.5px 15px !important;
  }
}

@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #ccc;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 0.5rem 1rem;
    letter-spacing: -0.5px;
    text-transform: uppercase;
  }
}

#section-html-modulo_2 p {
    color: #3a2529;
}

#section-html-modulo_2 .btn:hover {
    background: #fff;
    color: #193046;
    transition: all .2s;
}

.font-weight-bold {
    color: #fff !important;
}