body{
    font-family: 'Circular Std',sans-serif;
    background: #fff;
}
p{
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7; 
    color: #444444;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Circular Std',sans-serif;
}
h1{
    font-weight: 900;
    font-size: 47px;
}
h2{
    font-weight: 500;
    font-size: 33px;
    color: #751255;
}
h3{
    font-family: 'Circular Std Book';
    font-weight: normal;
    font-size: 15px;
}
.btn.btn-primary{
    font-family: 'Circular Std Book';
    background: #751255;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 1rem 2.4rem;
    border-radius: 3px;
    box-shadow: none;
    text-transform: initial;
}
.btn.btn-primary:hover{
    background: #C1589F;
    color: #fff;
    box-shadow: none;
}
.btn.btn-primary:active:hover, .btn.btn-primary:active, .btn.btn-primary:focus{
    background: #C1589F;
    color: #fff;
    box-shadow: none;
}
.btn.btn-link{
    color: #751255;
    font-weight: bold;
    font-size: 18px;
    text-transform: initial;
    text-decoration: underline;
    transition: 0.7s all ease;
}
.btn.btn-link:hover{
    color: #C1589F;
    text-decoration: underline!important;
}
.btn.btn-submit{
    font-family: 'Circular Std Book';
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    background: #420A30;
    padding: 1.05rem 1.4rem;
    border-radius: 3px;
    box-shadow: none;
    text-transform: initial;
    margin: 0;
}
.btn.btn-submit:hover{
    background: #C1589F;
    color: #fff;
    box-shadow: none;
}
/* TOPO */
.topBar .btn.btn-link, .topBar .face, .topBar .insta, .footer .bot-icon{
    font-family: 'Circular Std Book';
    font-weight: normal;
    color: #751255;
    font-size: 13px;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
}
.topBar .btn.btn-link:hover{
    color: #E9C0DC;
    text-decoration: underline !important;
}
.topBar .face, .topBar .insta, .footer .bot-icon{
    text-decoration: none;
}
.navbar{
    width: 100%;
    box-shadow: none;
    margin-bottom: 0;
    background-color: transparent !important;
}
.navbar .navbar-brand{
    max-height: 100%;
}
.navbar .navbar-nav .nav-item .nav-link, .dropdown-menu .dropdown-item, .dropdown-menu li>a{
    font-family: 'roboto-bold';
    font-weight: normal;
    /* font-size: 16px; */
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    padding: 0.9375rem 0.7rem;
    transition: 0.7s all ease;
    position: relative;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
    color: #751255;
    /* color: #E9C0DC; */
}
.navbar .navbar-nav .nav-item:hover{
    position: relative;
}
.navbar .navbar-nav .nav-item:hover::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    height: 3px;
    background-color: #751255;
}
.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon{
    background-color: #fff;
} 
.dropdown-toggle:after {
    font-family: FontAwesome;
    content: "\f078";
    position: relative;
    top: -2px;
    font-size: 9px;
    border: none;
}
.show .dropdown-toggle:after{
    transform: rotate(0deg);
}
.dropdown-menu .dropdown-item{
    font-family: 'robotoCond';
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active{
    background-color: #751255;
}
.dropdown-menu .dropdown-item, .dropdown-menu li>a{
    font-size: 14px;
}
#logo-top{
    width: 170px;
    max-width: 100%;
}
.topBar .bot-icon2{
    color: #751255;
}
.topBar .bot-icon2 .fa-stack{
    width: 23px;
    height: 23px;
    line-height: 1.8;
}
.topBar .bot-icon2 .fa-stack-2x{
    font-size: 1.2em;
}
.topBar .bot-icon2 .fa-stack-1x{
    font-size: 0.6em;
}
/* HOME */
@keyframes move-background {
from {
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
    to { 
        -webkit-transform: translate3d(1000px, 0px, 0px);
    }
}
@-webkit-keyframes move-background {
from {
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
    to { 
        -webkit-transform: translate3d(1000px, 0px, 0px);
    }
}
  
@-moz-keyframes move-background {    
    from {
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
    to { 
        -webkit-transform: translate3d(1000px, 0px, 0px);
    }
}
  
@-webkit-keyframes move-background {
    from {
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
    to { 
        -webkit-transform: translate3d(1000px, 0px, 0px);
    }
}
.clouds{
	width:10000px;
	height: 100%;
	background: transparent url("../img/clouds_repeat.png") repeat;
	background-size: 1000px 1000px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;

    -moz-animation:move-background 150s linear infinite;
    -ms-animation:move-background 150s linear infinite;
    -o-animation:move-background 150s linear infinite;
    -webkit-animation:move-background 150s linear infinite;
    animation:move-background 150s linear infinite;
}
.index-page .page-header{
    height: 10vh;
}
/* .index-page .page-header::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
} */
.carousel i{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 25px;
    width: 27px;
    height: 27px;
    color: #fff;
    font-size: 30px;
    opacity: 0.5;
}
.carousel h1{
    font-size: 22px;
}
.carousel p{
    font-family: 'Circular Std Book';
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    line-height: 1.4;
}
.carousel-control-prev .fa-circle, .carousel-control-next .fa-circle{
    color: rgba(255, 255, 255, 0.1);
}
.carousel-control-prev .fa-angle-left, .carousel-control-next .fa-angle-right{
    color: #fff;
    font-size: 23px;
    line-height: 1.4;
}
.content-banner{
    position: relative;
    z-index: 4;
}
.carousel .carousel-indicators {
    bottom: -15px;
    /* bottom: 35px; */
}
.content-padding{
    padding-top: 40px;
    padding-bottom: 40px;
}
.card, .card .card-header.card-header-image img{
    box-shadow: none;
    border-radius: 0;
}
.card .card-header.card-header-image{
    border-radius: 0;
    margin-top: 10px;
}
.card-home h2{
    font-size: 22px;
}
.card-home .card-body .card-description p{
    font-size: 16px;
}
.colored-shadow{
    display: none;
}
.bg-gray{
    background: #F8F8F8;
}
.bg-patrocinio h2{
    color: #751255;
}
.bg-patrocinio p{
    color: #444444;
}
.box-sinais{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;    
}
.box-sinais .bg-gray{
    border-bottom: 4px solid #751255;
}
.box-sinais:last-of-type .bg-gray{
    border-bottom: 4px solid #fff;
}
.box-sinais h2{
    font-size: 20px;
    color: #000000;
}
p.legenda{
    font-family: 'Circular Std';
    font-weight: 500;
    color: #420A30!important;
    font-size: 18px;
    line-height: 1;
    margin-top: 1rem;
}

.box-notic h3{
    font-family: 'Circular Std Book';
    font-weight: normal;
    color: #BBBBBB;
    font-size: 15px;
    text-transform: uppercase;
}
.box-notic h2, .box-acao h2{
    font-size: 22px;
    min-height: 100px;
}
.box-notic a.d-block, .box-acao a.d-block{
    height: 250px;
    overflow: hidden;
    background: #f8f8f8;
}
.box-notic a.d-block img, .box-acao a.d-block img{
    height: 250px;
}
.box-notic a:hover, .box-acao a:hover{
    text-decoration: none;
}
.box-notic .img, .card-blog .img, .box-acao .img{
    height: 250px;
    background-size: 100%;
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
}
.content-cenario h2{
    font-size: 28px;    
}
.content-cenario .legenda{
    font-size: 12px;
    color: #000000;
}
.overflow{
    overflow: hidden;
}
.content-banner span {
    font-family: 'Courgette', cursive;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 900;
    display: inline-block;
    text-shadow: 0 0 0 whitesmoke;
    animation: smoky 4s 6s both;
}  
.content-banner span:nth-child(even){
    animation-name: smoky-mirror;
}  
@keyframes smoky {
    60% {
        text-shadow: 0 0 40px whitesmoke;
    }
    to {
        transform:
        translate3d(15rem,-8rem,0)
        rotate(-40deg)
        skewX(70deg)
        scale(1.5);
        text-shadow: 0 0 20px whitesmoke;
        opacity: 0;
    }
}  
@keyframes smoky-mirror {
    60% {
      text-shadow: 0 0 40px whitesmoke; }
    to {
      transform:
        translate3d(18rem,-8rem,0)
        rotate(-40deg) 
        skewX(-70deg)
        scale(2);
       text-shadow: 0 0 20px whitesmoke;
      opacity: 0;
    }
}  
@for $item from 1 through 21 {
    .content-banner span:nth-of-type(#{$item}){ 
      animation-delay: #{(3 + ($item/10))}s; 
    }
} 
.text-static1, .text-static2 {
    display:inline-block;
    overflow:hidden;
    white-space:nowrap;
}  
.text-static1:first-of-type, .text-static2:first-of-type {  
    animation: showup 7s infinite;
}  
.text-static1:last-of-type {
    width:0px;
    animation: reveal1 7s infinite;
}  
.text-static2:last-of-type {
    width:0px;
    animation: reveal2 7s infinite;
}  
.text-static1:last-of-type .text-animate {
    margin-left:-855px;
    animation: slidein 7s infinite;
}  
.text-static2:last-of-type .text-animate {
    margin-left:-455px;
    animation: slidein 7s infinite;
}  
@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}  
@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}  
@keyframes reveal1 {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:855px;}
    80% {opacity:1;}
    100% {opacity:0;width:855px;}
}
@keyframes reveal2 {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:455px;}
    80% {opacity:1;}
    100% {opacity:0;width:455px;}
}
.luz {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    transition: all .2s ease-in-out;
    animation: createBox 3.85s;
    box-shadow:
        0 0 60px 30px #fff,  /* inner white */
        0 0 100px 60px #f0f, /* middle magenta */
        0 0 140px 90px #0ff; /* outer cyan */
}
@keyframes createBox {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
  }
/* PAGINAS INTERNAS */
.bg-purple{
    background: #751255;
}
.content-view, .content-list{
    height: 225px;
    display: flex;
    align-items: center;
}
#main-sobre h1{
    font-weight: 500;
    font-size: 38px;
}
.subtitle{
    line-height: 1.7;
    font-size: 33px;
}
.text-content h4{
    color: #751255;
    font-size: 24px;
}
.text-content h5{
    color: #000000;
    font-size: 22px;
}
.text-content p, .text-content ul li, .text-content li{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-bottom: 20px;
    color: #5F5F5F;
}
.text-content iframe {
    max-width: 100%;
}
/* .text-content ul{
    padding: 0;
} */
.text-content ul li, .text-content li{
    line-height: 1.7;
}
.text-content a{
    color: #751255;
    font-weight: bold;
}
.text-content img{
    max-width: 100%;
    margin: 2rem 0;
}
.ml3 .letter {
    display: inline-block;
    line-height: 1em;
}
#content .content-cenario h2 {
    font-size: 24px;
}
.media p{
    font-size: 14px;
    color: #1B1B1B;
}
.media h5, .media .subtitulo p{
    font-size: 14px;
    color: #1B1B1B;
    font-weight: 500;
}
.media .avatar img {
    padding: 0.8em;
}
.sidebar2 h2{
    font-weight: bold;
    font-size: 24px;
}
.sidebar h3{
    font-family: 'Circular Std';
    font-weight: 500;
    color: #751255;
    font-size: 24px;
    border-bottom: 2px solid #751255;
    margin-bottom: 2.5rem;
}
.sidebar2 .box-notic h2{
    font-size: 16px;
}
.sidebar2 .form-check, .sidebar2 label{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
}
.sidebar ul{
    padding: 0;
}
.sidebar ul li a{
    font-family: 'Circular Std Book';
    font-weight: normal;
    color: #751255;
    font-size: 16px;
    line-height: 2;
}
.box-sinais h4{
    font-size: 20px;
    color: #000;
}
.box-acao .bg-gray{
    min-height: 190px;
}
.box-acao h3{
    font-family: 'Circular Std';
    font-weight: 500;
    color: #751255;
    font-size: 15px;
}
.sinalAbs h3{
    font-family: 'Circular Std';
    font-weight: 500;
    color: #751255;
    font-size: 24px;
}
.sinalAbs p{
    line-height: 1.7;
    margin-bottom: 5px;
}
#contato h2{
    font-size: 25px;
}
#contato h4{
    font-size: 20px;
}
.thu-links {
    width: 150px;
    height: 120px;
    overflow: hidden;
}
.form-check{
    margin-bottom: 1rem;
}
.form-control{
    background: #fff;
    border: 1px solid #D8E5E5;
    padding: 1.3rem 1.3rem;
    border-radius: 2px;
}
.checkbox label, .radio label, label{
    font-size: 0.82rem;
    color: #484848;
}
.bmd-form-group label{
    color: #484848;
}
.form-control:invalid{
    background-image: none;
}
.bootstrap-select{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-image: none;
}
.bootstrap-select .select-with-transition, .bootstrap-select .btn:active, .bootstrap-select .btn.active{
    background-image: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    text-indent: 20px;
}
.card-collapse .card-header a{
    font-weight: 500;
    font-size: 18px;
    color: #751255;
    margin-bottom: 1rem;
}
.card-collapse .card-header a:hover{
    color: #1A3E88;
    text-decoration: none;
}
.card-collapse .card-header{
    border-top: 1px solid #ddd;
    border-bottom: none;
}
.card-collapse .card-header a[aria-expanded="true"]{
    color: #E9C0DC;
}
.text-bottom p{
    font-family: 'Circular Std Book';
    font-size: 20px;
}
.text-bottom p a{
    font-family: 'Circular Std Book';
    font-size: 20px;
    color: #A8C417;
    text-decoration: underline;
}
.card-blog h4{
    font-size: 16px;
}
.redes a{
    text-decoration: none;
}
.btn.btn-whatsapp{
    background-color: #2cb742;
    border-color: #2cb742;
}
/* RODAPE */
.footer{
    background-color: #751255;
}
.footer .container{
    background-image: url(../img/luz.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 200px;
}
.footer h2{
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}
.footer h4{
    margin: 0;
    font-size: 18px;
}
.footer p{
    font-weight: 300;
    font-size: 15px;
    color: #E9C0DC !important;
}
footer ul li{
    display: block;
}
.footer .form-control{
    background-image: none;
    border-radius: 3px;
    padding: 1rem;
    height: 46px;
}
.footer .form-control:focus{
    border-color: #32AAD3;
    background: #F8F8F8;
}
.footer .content-padding{
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer .bot-icon{
    color: #E9C0DC;
}
.footer .bot-icon2{
    color: #420a30;
}
.footer .copyright{
    font-family: 'Circular Std Book';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 10px;
    color: #C1589F;
}
.footer .signature{
    width: 114px;
    display: inline-block;
}
footer {
	color:#FFF !important;
}
.tags-list {
    margin-top: 30px;
}
.tags-list li {
    display: inline-block;
    color: red;
    height: 30px;
}
.tags-list li a {
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 10px;
    color: #3c534b;
    font-size: 1.1em;
    text-decoration: none;
    font-style: italic;
}
#link-doador {
    font-family: 'Circular Std Book';
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    width: 79px;
    height: 109px; 
    background-color: #751255;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
    position: fixed;
    bottom: 165px;
    right: 10px;
    border-radius: 20px;
    transition: 0.7s all ease;
}
#link-doador:hover {
    background-color: #C1589F;
}
#link-doador a:hover{text-decoration: none;}
#link-orcamento {
    color: #fff;
    /* width: 203px;
    height: 52px; 
    background-color: #0089D1; */
    position: fixed;
    bottom: 55px;
    right: 10px;
    border-radius: 5px;
}
main, .carousel .slide-video {
    position: relative;
    background-color: black;
    height: 50vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}  
main video, .carousel .slide-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    /* width: 130%; */
    height: 100%;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}  
main .container, .carousel .slide-video .container {
    position: relative;
    z-index: 2;
}  
main .overlay, .carousel .slide-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-color: black; */
    opacity: 0.5;
    z-index: 1;
}
.typewriter h1, .carousel .slide-video .typewriter h1 {
    font-family: 'Courgette', cursive;
    font-weight: lighter;
    animation: fadein 10s;
    font-size: 28px;
    -moz-animation: fadein 10s; /* Firefox */
    -webkit-animation: fadein 10s; /* Safari and Chrome */
    -o-animation: fadein 10s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
} 

@media (min-width: 991px) and (max-width: 1200px){
    .navbar .navbar-nav .nav-item .nav-link{
        padding: 0.9375rem 0.4rem;
        font-size: 13px;
    }
}
@media (max-width: 991px){
    .nav-open .navbar-translate{
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .navbar .navbar-toggler{
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .nav-open .navbar-toggler{
        -webkit-transform: translate3d(-270px, 0, 0);
        -moz-transform: translate3d(-270px, 0, 0);
        -o-transform: translate3d(-270px, 0, 0);
        -ms-transform: translate3d(-270px, 0, 0);
        transform: translate3d(-270px, 0, 0);
    }
    .navbar-nav{
        display: inline-block;
    }
    .navbar .navbar-toggler .navbar-toggler-icon {
        background-color: #751255;
        width: 25px;
        height: 4px;
    }
    .navbar .navbar-nav .nav-item .nav-link:hover::after{
        display: none;
    }
    .navbar-collapse{
        width: 300px;
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }
    .navbar-collapse::after{
        background: #000;
    }
    .navbar-collapse .navbar-nav .nav-item:after{
        background-color: #545454;
    }
    .navbar .dropdown.show .dropdown-menu, .navbar .dropdown .dropdown-menu{
        height: 170px;
    }
    .navbar .dropdown-menu .dropdown-item {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .navbar-collapse .dropdown-toggle:after{
        right: 0px;
    }
    .dropdown-toggle:after, .dropdown-toggle:hover:after{
        top: 5px;
        display: inline-block;
    }
    #bodyClick{
        width: 260px;
    }
    .box-apoio img{
        max-width: 130px;
    }
    p.legenda{
        font-size: 14px;
    }
    .text-content img{
        height: 100%!important;
    }
}
@media (max-width: 500px){
    .text-content iframe {
        height: auto;
    }
}
@media (min-width: 900px){
    .topBar{
        position: absolute;
        top: 1rem;
        z-index: 99;
    }    
    .index-page .page-header{
        height: 485px;
    }
    .index-page .page-header.banner-home{
        height: 290px;
    }
    .carousel h1{
        font-size: 47px;
    }
    .carousel p{
        font-size: 30px;
    }    
    .bg-patrocinio h2{
        color: #fff;
    }
    .bg-patrocinio p{
        color: #E9C0DC;
    }
    .bg-patrocinio p.legenda, .box-apoio p.legenda{
        font-size: 13px;
    }
    .bg-patrocinio img.img-fluid, .box-apoio img.img-fluid{
        max-height: 85px;
    }
    .footer .content-padding{
        padding-top: 75px;
        padding-bottom: 75px;
    }
    #link-doador, #link-orcamento {
        right: 50px;
    }
    .content-banner span {
        font-size: 49px;
    }
    .carousel h1{
        font-size: 30px;
    }
    main, .carousel .slide-video {
        height: 485px;
    }  
    main video, .carousel .slide-video video {
        width: auto;
        height: auto;
        -ms-transform: translateX(-50%) translateY(-47%);
        -moz-transform: translateX(-50%) translateY(-47%);
        -webkit-transform: translateX(-50%) translateY(-47%);
        transform: translateX(-50%) translateY(-47%);
    }  
    .typewriter h1, .carousel .slide-video .typewriter h1{
        font-size: 45px;
    }
    .footer .container{
        background-image: url(../img/luz.png), url(../img/luz.png);
        background-position: 0% 80%, 29% 80%;
    }
}
@media (min-width: 400px){
    .index-page .page-header{
        height: 16vh;
    }
}
@media (min-width: 600px){
    .index-page .page-header{
        height: 22vh;
    }
}
@media (min-width: 991px){
    .navbar .navbar-nav .nav-item .nav-link, .dropdown-menu .dropdown-item, .dropdown-menu li>a{
        color: #000;
    }
    .sidebar{
        margin-top: 9rem;
    }
    .sidebar2{
        margin-top: 3rem;
    }
    .bg-patrocinio{
        background-image: url(../img/bg-patrocinio.png);
        background-position: calc(50% - 340px) calc(0%);
        background-repeat: no-repeat;
    } 
    #content{
        background: linear-gradient(to right, white 0%,white 68%,#F9F9F9 50%,#F9F9F9 50%,#F9F9F9 100%);
    }
    #content2{
        background: linear-gradient(to right, white 0%,white 60%,#F9F9F9 50%,#F9F9F9 50%,#F9F9F9 100%);
    }
    #contato{
        background: linear-gradient(to right, white 0%,white 50%,#F9F9F9 50%,#F9F9F9 50%,#F9F9F9 100%);
    }
}
/* 5 colunas bootstrap */
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

#top-icons a.backInst {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    padding: 16px 12px;
    font-weight: 600;
    background: #FDD10E 0% 0% no-repeat padding-box;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}