@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900;600&display=swap');

/* constants */
.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.montserrat-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.montserrat-sb {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.line-height-1 {
    line-height: 1.25em;
}
.color-primary {color: #0072ff !important;}
.color-secondary {color: #ffc900 !important;}
.primary-accent {color: #00fff6 !important;}
.bg-primary {background-color: #034FA4 !important;}
.bg-secondary {background-color: #ffc900 !important;}
.bg-light{background-color: #F6F6F6 !important;}
.fs-50 {
    font-size: 50px;
}

/* owl custom nav */
.owl-nav .owl-prev, .owl-nav .owl-next {
    width: 57px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    background: url(/assets/site/arrow-acd1274316fc2b9682ffa7c242ac2d83ac521e53ff1cbd6a69e3709213e55125.png) no-repeat center center !important;
    overflow: hidden;
    text-indent: -9999px;
}
.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    background: #024287;
    color: #fff;
}
.owl-nav .owl-prev {
    left: 0;
    transform: rotate(180deg);
}
.custom-x-padding{
    padding-left: 80px;
    padding-right: 80px;    
}


/* init site */

main#content {
    min-height: calc(100vh - 167px);
}

/* header */
.topo {
    background: #034FA4;
    padding: 5px 0px;
}
.topo .redes-sociais a {
    display: table;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50px;
    margin-right: 10px;
}
.topo .redes-sociais a:hover {
    background: #023E84;
}
.topo .redes-sociais a svg{
    font-size: 16px;
    color: #009640;
}
.topo .acess span {
    color: #fff;
}
.btn-accessibility {
    background: transparent;
    border: none;
}
/* fix .topo on top */
.topo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
body {
    padding-top: 47px;

    /* background: url(/../images/bg_all.jpg) repeat; */
    /* background: #26439b url(/assets/site/bg_all-3bdd65960b465e71cbd5456ebf4fdc7931dae10a2daebd35d47f8c9229194aa7.svg) no-repeat center top; */
    background: #f6f6f6;
    /* background-size: 90% auto; */
}

#main-slider .item{

    /* min-height: calc(100vh); */
}

#main-slider .item .bg-slider {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    min-height: calc(100vh - 90px);
}

#main-slider {
    margin-top: -125px;
    padding-top: 100px;
    padding-bottom: 50px;

    background: url(/images/site/bg_header.jpg) no-repeat center bottom;
    background-size: cover;
}

.custom-rounded {
    border-radius: 16px !important;
}

input[type="text"], input[type="email"], input[type="number"], input[type="date"], input[type="password"], textarea, select {
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #535E63 !important;
}

#header{
    background: #034FA4;
}

.section-title{
    font-size: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.section-title span{
    color: #ffd200;
}

/* navbar toggler svg */
.navbar-toggler svg {
    color: #fff;
    font-size: 30px;
}

.navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: rgba(255,255,255,.1);
}

.navbar-toggler-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* media lg */
@media (max-width: 1200px) {
    .fs-50{
        font-size: 1.8rem !important;
    }
    .fs-3{
        font-size: 1.3rem !important;
    }
}

/* media md */
@media (max-width: 768px) {
    
    #main-slider .item .bg-slider {
    min-height: 650px;
    }

    #sobre p {
    text-align: justify;
    }
}

/* media sm */
@media (max-width: 576px) {
    .section-title{
        font-size: 2.5rem !important;
    }
    #main-slider .item .bg-slider {
    min-height: 470px;
    }
}



@media screen and (max-width: 768px) {
  #layoutSidenav_nav {
    width: 0 !important;
    height: 0 !important;
  }

  #layoutSidenav_nav.show {
    width: 100% !important;
  }

  .sm-hero__header-title{
    display: none !important;
  }

  /* CSS para o estado expandido estatico */
  #layoutSidenav_nav.expansible.mini-aside-static.expanded {
    width: 100% !important;
    height: calc(100vh - 60px) !important;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 9999;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_tree .


*/
