@font-face {
font-family: 'PFDinTextCondPro-Medium';
font-style: normal;
font-weight: normal;
src: local('PFDinTextCondPro-Medium'), url('PFDinTextCondPro-Medium.woff') format('woff');
}

@media (min-width: 768px) {
  html { 
    background: url(../imagem/background-total.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
    .backgroundcor {
        min-height: 750px;
    }
  }

body { 
    margin: 0;
    font-family: 'PFDinTextCondPro-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('PFDinTextCondPro-Medium'), url('PFDinTextCondPro-Medium.woff') format('woff');
    text-align: left;
    background-color: transparent !important;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 0px 10px 0px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
    border-radius: 5px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #F7820E;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 275px;
    max-width: 275px;
    background: #0077BD;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 110px;
    max-width: 110px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #0077BD;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #000;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #0077BD;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #87CEEB;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0; 
    }
    #sidebarCollapse span {
        display: none;
    }
}

@media (max-width: 992px) {
  .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 993px) {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
    .quemsomos { 
        background: url(../imagem/quemsomos.jpg) no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 45rem;
    }
}

@media (max-width: 1000px) {
  .generate {
    display: block;
  }
}
  @media (min-width: 1001px) {
  .generate {
    display: none;
  }
}

@media (max-width: 1000px) {
  .destroy2 {
    display: none;
  }
}
  @media (min-width: 1001px) {
  .destroy2 {
    display: block;
  }
}

@media (max-width: 575px) {
  .destroy {
    display: none;
  }
}
@media (min-width: 576px) {
    .destroy {
        display: block;
    }
}

@media (max-width: 660px) {
    .backgroundcor {
        height: auto;
    }
}

p {
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    .backgroundcor {
        min-height: 285px;
    }

    .quemsomos { 
        background: url(../imagem/quemsomos.jpg) no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .opaco {
        background-color:rgba(0,0,0,0.5);
    }
    .corfonte {
        color: #fff;
    }
    .m-5 {
        margin: 1rem !important;
    }
    .ml-5, .mx-5 {
    margin-left: 0 !important;
    }
    .mr-5, .mx-5 {
    margin-right: 0 !important;
    }
    .mb-5, .my-5 {
    margin-bottom: 0 !important;
    }
    .mt-5, .my-5 {
        margin-top: 0 !important;
    }
    .ml-4, .mx-4 {
    margin-left: 0 !important;
    }
    .mb-4, .my-4 {
        margin-bottom: 0 !important;
    }
    .mr-4, .mx-4 {
    margin-right: 0 !important;
    }
    .mt-4, .my-4 {
        margin-top: 0 !important;
    }

    .card-body h3 {
        font-size: 1.35rem;
    }

}

.par .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgb(246, 246, 246);
    background-clip: border-box;
    border: 0;
    border-radius: 0;
}
.ali .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}

.backgroundcor {
    background-color: rgb(246, 246, 246);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.cabecalho {
    height: 90px;
    padding: 6px 0px 0px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to right, #FCA700 0%, #FE3507 100%);
}

.rodape {
    background-color: rgb(246, 246, 246);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.view:hover .overlay {
  opacity: 1;
}

.card {
    background-color: rgb(246, 246, 246);
}
.pro .card {
    border: 2px solid rgb(0, 0, 0);
    border-radius: 2.25rem;
    background-color: #fff;
}

hr.stylehr {
    border-top: 1px dashed #8c8b8b;
}

.footer-images img{
    vertical-align:bottom;
    border:0;
}

.page-link {
    color: #FCA700;
    padding: 0rem 0rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #FCA700;
    border-color: #FCA700;
}

