@font-face {
    font-family: 'Roboto';
	src: url(../ext/fonts/Roboto/Roboto-Regular.ttf);
	font-style: normal;
	font-weight: 400;
}
@font-face {
    font-family: 'Roboto';
	src: url(../ext/fonts/Roboto/Roboto-Bold.ttf);
	font-style: bold;
	font-weight: 700;
}
@font-face {
    font-family: 'Norwester';
	src: url(../ext/fonts/norwester/norwester.otf);
	font-style: normal;
	font-weight: 400;
}
body {
    margin: 0;
    font-family: 'Roboto' !important;
    font-size: 16px;
	-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.imglogo {
    height: 6vh;
}
.nav-item {
    margin: 0 3px 0 3px;
    transition: 0.5s;
}
.nav-item:hover {
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}
.nav-item:hover .nav-link{
    color:red !important;
}
.active {
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}
.nav-item .active {
    color:red !important;
}

/*
laranja claro rgb(244, 121, 32);
laranja escuro rgb(201, 100, 24);
*/

.nav-link {
    color: black !important;
    transition: 0.5s;
}

.icon{
    color: red;
    transition: 0.5s;
    padding: 10px;

}

.navbar-expand-lg {
    background-color: rgb(230, 230, 230);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}
.section {
    height: auto;
    min-height: 60vh;
    width: 100vw;
    box-shadow: inset 0px 0px 1px 1px black;
}
.titulo {
    padding-top: 11vh;
    text-align: center;
    font-weight: 700;
}
.linkSt {
    background-color: white;
    color: black;
    padding: 8px 12px 8px 12px;
    border-radius: 4px;
    transition: 0.4s;
}
.linkSt:hover {
    text-decoration: none;
    background-color: black;
    color: white;
    padding: 8px 12px 8px 12px;
    border-radius: 4px;
}
.titbranco {
    color: white !important;
}
.subtitulo1 {
    text-align: center;
    color: rgb(182, 182, 182);
}
.subtitulo2 {
    text-align: center;
    color: rgba(0, 0, 0);
}


#licenca {
    background-color: rgb(219, 223, 228);
}

.span3{padding-bottom:30px;}
.planning {
    padding-bottom:50px;
    text-align:center;
}
.planning a {
    display:block;
    margin-bottom:15px;
    padding:8px;
    color:#3a3a3a;
}
.planning a span.img_icon {
    display:block;
    width:250px;
    height:175px;
    margin:0 auto 14px auto;
}
.planning a span.icon1 {
    background-image:url(../imgs/icon1.png);
    background-position:left top;
    background-repeat:no-repeat;
}
.planning a:hover span.icon1 {background-position:left bottom;
}
.planning a span.icon2 {
    background-image:url(../imgs/icon2.png);
    background-position:left top;
    background-repeat:no-repeat;
}
.planning a:hover span.icon2 {background-position:left bottom;
}
.planning a span.icon3 {
    background-image:url(../imgs/icon3.png);
    background-position:left top;
    background-repeat:no-repeat;
}
.planning a:hover span.icon3 {background-position:left bottom;
}
.planning a span.icon4 {
    background-image:url(../imgs/icon4.png);
    background-position:left top;
    background-repeat:no-repeat;
}
.planning a:hover span.icon4 {background-position:left bottom;
}
.planning a span.link_title {
    display:block;
    line-height:24px;
    font-size:15px;
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight:800;
    padding-bottom:8px;
    color:#313131;  
}
.planning a:hover {text-decoration:none;
}

#div_telegram {
  
    position: fixed;
    float: bottom;
    bottom: 110px;
    right: 40px;
    z-index: 100;
 }

#servicos {
    background-color: rgb(199, 199, 199);
}

#servicos button {
    background-color:  rgb(196, 204, 215);
    color: black;
    transition: 0.5s;
}
#servicos button:hover {
    background-color: rgb(89, 102, 123);
    color:  black;
}

#Contato {
    background-color: rgb(224, 228, 219);
    height: auto;
    min-height: 80vh;
    width: 100vw;
    box-shadow: inset 0px 0px 1px 1px black;
}
#Contato button {
    background-color: black;
    color: white;
    transition: 0.5s;
}
#Contato button:hover {
    background-color: white;
    color: black;
}
#lightgallery {
    width: 100vw;
    margin: 0px 15px;
}
#lightgallery li {
    width: 100%;
    opacity: 1;
    transition: 0.5s;
}
#lightgallery li:hover {
    width: 100%;
    opacity: 0.75;
}
#lightgallery li a {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
@media (max-width: 650px) {
    .linha {
        display: none !important;
    }
}
@media (min-width: 650px) {
    #btns {
        display: none;
    }
    .pt1 {
        display: block !important;
    }
    .pt2 {
        display: block !important;
    }
    .pt3 {
        display: block !important;
    }
}
#btns {
    cursor: pointer;
}
.pt1 {
    display: none;
}
.pt2 {
    display: none;
}

.pt3 {
    display: none;
}

#btnVermais {
    background-color: black;
    color: white;
    display: block;
    width: max-content;
    margin: 0 auto;
    padding: 5px 8px;
    border-radius: 4px;
}
#btnReduz {
    background-color: gray;
    color: white;
    display: block;
    width: max-content;
    margin: 0 auto;
    padding: 5px 8px;
    border-radius: 4px;
    display: none;
}

@media (min-width: 700px) {
    .divider-vis {
        background-color: #e4e4e4;
        border-radius: 5px;
    }
}
#rodape {
    height: auto;
    width: 100vw;
    background-color: white;
}

#rodape p {
    margin-top: 2vh;
    margin-bottom: 2vh;
}

#rodape a {
    color: black;
}

#rodape a:hover {
    color: black;
}

/* TIMELINE */

#submenutimeline {
    display: block;
    width: max-content;
    margin: 0 auto;
}

#submenutimeline ul {
    list-style: none;
    display: -webkit-block;
    padding: 0;
}

#submenutimeline ul li {
    width: max-content;
    margin: 12px 8px 12px 8px;
}

#submenutimeline ul li a {
    padding: 5px 10px 5px 10px;
    background-color: rgb(244, 121, 32);
    box-shadow: 0px 0px 3px 1px black;
    color: black;
    text-decoration: none;
    margin: 0 5px 0px 5px;
    border-radius: 10px; 
    transition: 0.5s;
}

.linhadotempo {
    margin-top: 4vh;
}


.linha {
    position: absolute;
    /* bottom: 10px; */
    top: 0;
    right: 0;
    /* left: 0; */
    width: 20px;
    list-style: none;
    justify-content: center;
    margin: 0px;
    /* margin-right: 15%; */
    display: inline-table;
    padding: 0px;
}

.linha li {
    position: relative;
    width: 16px;
    height: 16px;
    box-shadow: 0px 0px 0px 0px rgb(255, 255, 255);
    margin-top: 50px;
    margin-bottom: 50px;
    z-index: 2;
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
@media (max-width: 510px) {
    .linha li {
        margin-left: 6%;
        margin-right: 6%;
        width: 4%;
        border-radius: 0;
    }
}
.circlepud {
    
}

.selecactiv {
   
}

.listadeitens {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 0 0 30px 0;
}

#btnEnviar {
    padding: 10px 15px 10px 15px;
    background-color: rgb(34, 66, 142);
    color: white;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
    width: max-content;
    transition: 0.5s;
}

#btnEnviar:hover {
    color: rgb(75, 174, 49);
    text-decoration: none;
}

.btns {
    width: max-content;
    margin: 0 auto 10px auto;
    display: inline;
    display: block;
}

/* 
#volta {
    position: absolute;
    left: 0;
    top: 30vh;
    z-index: 2;
    margin-left: 15px;
}

#vai {
    position: absolute;
    right: 0;
    top: 30vh;
    z-index: 2;
    margin-right: 15px;
}
 */

 .linhadotempo i {
    font-size: 2em;
    transition: 0.2s;
    border-radius: 50%;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    color: rgb(255, 255, 255, 0.6);
}

.linhadotempo .conteudo {
    padding-bottom: 15px;
}

#patrocinadores {
    height: auto;
    padding-bottom: 10vh;
}

#callto {
    color: white;
    background-image: url(../imgs/calltoaction.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,102,203);
} 
 <style>
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }
    </style>



















/* // TIMELINE *