@font-face {
    font-family: roboto-regular;
    src: url(roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: roboto-light;
    src: url(roboto/Roboto-Light.ttf);
}
@font-face {
    font-family: roboto-black;
    src: url(roboto/Roboto-Black.ttf);
}

body, p, a{
    font-family: roboto-light !important;
}

h1, h2, h3, h4, h5, h6{
    font-family: roboto-black !important;
    text-transform: uppercase !important;
}

h1{
    font-size: 24pt !important;
}
h2{
    font-size: 16pt !important;
}

:root {
    --principal-color: rgba(255,86,0,0.8);
}

.bg-light {
    background-color: #449e94 !important;
}
.nav .nav-item>a, a{
    color: #000;
}
.nav .nav-item.active>a, .nav .nav-item>a:hover, a.active, a:hover {
    color: #000;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: bold;
}

header.header-principal nav{
    background-color: #e5e5e5;
}

section.saiba-como{
    border-radius: .25rem;
    padding: 40px 20px;
    background-color: #f0f0f0;
}

.background{
    border-radius: .25rem;
    padding: 40px 20px;
    background-color: #f0f0f0;
}

main{
    padding: 40px 0px;
}

footer.principal{
    background-color: #449e94;
    padding: 20px 0px;
    display: inline-block;
    width: 100%;
    clear: both;
}
footer nav{
    float: left;
}
footer.principal nav a{
    color: #fff;
}
footer.principal hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #fff;
}

footer aside{
    float: left;
}

footer.principal p {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
}
footer.principal a {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(68,158,148, 0.3);
    border-radius: .25rem;
}
.card-body {
    padding: 1.5rem;
    min-height: 210px;
}

.w350 {
    padding: 0rem !important;
    height: 350px !important;
}

.h180{
    height: 180px !important;
}
.h220{
    height: 220px !important;
}
.h80{
    height: 80px !important;
}
.h110{
    height: 110px !important;
}

.w100p {
    padding: 0rem !important;
    width: 100% !important;
}

.card-body img{
    width: 100% !important;
}

.card-img-top {
    width: 30%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.attachment-block {
    border: 1px solid rgba(68,158,148, 1);
    padding: 5px;
    margin-bottom: 10px;
    background: #f0f0f0;
}
.attachment-block .attachment-img {
    max-width: 100px;
    max-height: 100px;
    height: auto;
    float: left;
}
.attachment-block .attachment-pushed {
    margin-left: 110px;
}

.banner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 600px;
}

.carousel, .carousel-inner {
    position: relative;
}
.carousel-indicators .active {
    background-color: transparent;
}

#slider-home {
    z-index: 1;
}

#slider-home .carousel-inner {
    position: relative;
}

#slider-home .carousel-indicators {
    bottom: inherit;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    top: 15rem;
    right: 0;
    left: 0;
    width: 100%;
}

#slider-home .carousel-indicators a {
    border: none;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    height: auto;
    margin: 0 3rem;
    position: relative;
    text-indent: 0;
    text-transform: uppercase;
    width: auto;
}

#slider-home .carousel-indicators a span {
    background-color: #fff;
    padding: .5em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 5px;
}

#slider-home .carousel-indicators a:after {
    border-left: .7rem solid transparent;
    border-right: .7rem solid transparent;
    border-top: 1rem solid transparent;
    bottom: 0;
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    left: 50%;
    line-height: 0;
    margin: .5rem -.7rem;
    position: absolute;
    -webkit-transition: all .4s ease;
    width: 0;
}

#slider-home .carousel-indicators a.active:after{
    border-top-color: #ff6633;
    bottom: -3rem;
}


#slider-home .carousel-inner .carousel-item {
    background-size: cover;
    background-position: center;
    min-height: 35rem;
}

#slider-home .carousel-inner .carousel-item .carousel-caption {
    padding: 22rem 0 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#slider-home .carousel-inner .carousel-item .carousel-caption .slide-conteudo {
    display: inline-block;
    background: #449e94 !important;
    color: #fff;
    padding: .19em;
    padding-left: .5em;
    padding-right: .5em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.8em;
    text-shadow: none;
    border-radius: 5px;
}

.link-topo{
    position: fixed;
    background-color: #53b9ae;
    border-radius: 50%;
    z-index: 10000;
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 30px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.link-topo a{
    color: #ffffff !important;
}

.btn-my {
    text-transform: uppercase;
    padding: 50px 30px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 17pt;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

figure {
    margin: 0px !important;
}

.img-logo{
    width: 200px;
}

.fizemos{
    background-color: #f0f0f0;
    padding: 20px 0;
    margin-top: 20px;
    border-radius: 5px;
}

.fizemos h1{
    color: #449e94;
}

.fizemos i{
    color: #ff6633;
}


.fizemos h2{
    color: #ff6633;
    font-size: 30px !important;
    font-weight: bold;
    margin-top: 20px;
}

a.link-noticia:hover, a.link-noticia:focus{
    text-decoration: none;
    color: #449e94 !important;
}

.fizemos p{
    color: #ff6633;
    font-weight: bold;
    margin-top: 20px;
}

.fizemos hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px dotted;
    width: 15%;
}

.border-dotted{
    border: dotted 1px #0f0f0f ;
    border-bottom: 0;
    border-top: 0;
}

ul ul, ol ul {
    list-style-type: none;
}

.page-link {
    color: #ff6633;
    background-color: transparent;
    border: none;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ff6633;
    border-color: transparent;
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #ff6633;
}

@media only screen and (max-width:764px) {
    .btn-my {
        padding: 50px 30px;
        font-size: 12pt;
    }

    .border-dotted {
        border: dotted 0px;
    }
}