/*====== CARROSEL BANNER ======*/

#carroselBannerHome h2{
    font-family: neoSans;
    font-size: 22px;
}

#carroselBannerHome p{
    color: #555555;
    /* font-size: 20px; */
}

.carousel-caption{
    height: 100%;
}

#carroselBannerHome .btn-cinza{
    font-weight: bold;
}

#carroselBannerHome  .carousel-indicators, #carroselServicos .carousel-indicators{
    left: 0 !important;
    right: auto;
    bottom: auto;
    top: 10%;
    display: list-item;
    margin-left: 5%;
}

#carroselServicos .carousel-indicators{
    top: 10px !important;
}

#carroselBannerHome  .carousel-indicators li, #carroselServicos .carousel-indicators li{
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin-bottom: 8px;
    background: none;
    border: solid 1px #fff;
}

#carroselBannerHome  .carousel-indicators li:hover{
    background: #fff !important;
}

#carroselServicos .carousel-indicators li:hover{
    background: #363636 !important;
}

#carroselBannerHome  .carousel-indicators .active{
    background-color: #fff;
}

#carroselBannerHome .fundo-carrosel{
    width: auto;
    height: 400px;
}

.seta-baixo{
    position: absolute;
    color: #fff;
    font-size: 20px;
    left: 5%;
    bottom: 5%;
    z-index: 99;
}

#home .btn-dark-gray{
    font-size: 14px !important;
}

#carroselBannerHome .paragrafo{
    margin-top: 15px;
}

#carroselBannerHome .conteudo{
    padding-top: 1.5em;
}
.saibaMais a{
   text-decoration: underline;
   font-weight: bold;
}
/*====== SISTEMAS ======*/
.sistemas-web img{
    max-width: 80%;
}

#servicosHome .btn-o{
    border-color: #fff !important;
    width: 120px;
}

#servicosHome .btn-o:hover{
    border-color:#f4f4f4 !important;
}

#carroselServicos  .carousel-indicators li{
    border: solid 1px #363636;
}

#carroselServicos  .carousel-indicators .active{
    background-color: #363636 ;
}

#carroselServicos .row{
    width: 80% !important;
    margin: auto;
}

#carroselServicos .carousel-control-prev, 
#carroselServicos .carousel-control-next {
    color: #363636 !important;
    display: contents !important;
}

#carroselServicos .carousel-control-prev i, 
#carroselServicos .carousel-control-next i {
    border: solid 2px #363636;
    border-radius: 50%;
    padding: 8px 12px;
}

#carroselServicos .carousel-inner{
    min-height: 610px;
}

#carroselServicos .col-lg-8{
    text-align: center;
}

/*====== FOCOS ======*/
#focos, #comoFunciona{
    background-color: #f4f4f4;
    color: #939393 !important
}

#focos .icons{
    background: url('../img/sprite.png') no-repeat;
    margin: auto;
    margin-bottom: 10px;
    height: 79px;
}


#focos .consulta {
	background-position: 4.341% 21.348%;
	width: 87px;
	/* height: 94px; */
}

#focos .ideias {
	background-position:19.296% 20.118%;
	width: 79px;
	/* height: 106px; */
}

#focos .performance {
	background-position: 32.47% 20.118%;
	width: 76px;
	/* height: 108px; */
}


/*====== COMO FUNCIONA ======*/

.linha-do-tempo{
    overflow: hidden;
    margin-top: 40px;
}

.timeline-article, .content-box{
    -webkit-transition: 1s;
    transition: 1s;
}

.timeline-article .content-date {
    font-family: neoSans;
    color: #363636;
    font-size: 20px;
}

.content-box{
    font-size: 14px;
}




/*====== DEVICES ======*/

/*====== MOBILE ======*/
@media screen and (min-width: 375px){
    #carroselServicos .carousel-inner {
        min-height: 580px;
    }
}

/*====== TABLET ======*/
@media screen and (min-width: 768px){
    #carroselBannerHome h2{
        font-size: 2rem;
        line-height: 1.1;
    }

    #carroselBannerHome p{
        font-size: 18px;
    }

    #carroselBannerHome .fundo-carrosel{
        width: 100%;
        height: auto;
    }

    #carroselBannerHome .conteudo{
        padding-top: 2.4em;
    }

    #carroselBannerHome .paragrafo{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #servicosHome img{
        width: 50%;
    }

    #carroselServicos .carousel-inner {
        min-height: 440px;
    }
    
}


@media (max-width: 1023px) {

    .timeline {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
    }

    .timeline::after {
        content: '';
        position: absolute;
        width: 3px;
        background: -moz-linear-gradient(270deg, rgba(255,132,62,1) 0%, rgba(98,255,86,1) 60%, rgba(98,255,86,1) 100%); /* ff3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,132,62,1)), color-stop(60%, rgba(98,255,86,1)), color-stop(100%, rgba(98,255,86,1))); /* safari4+,chrome */
        background: -webkit-linear-gradient(270deg, rgba(255,132,62,1) 0%, rgba(98,255,86,1) 60%, rgba(98,255,86,1) 100%); /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(270deg, rgba(255,132,62,1) 0%, rgba(98,255,86,1) 60%, rgba(98,255,86,1) 100%); /* opera 11.10+ */
        background: -ms-linear-gradient(270deg, rgba(255,132,62,1) 0%, rgba(98,255,86,1) 60%, rgba(98,255,86,1) 100%); /* ie10+ */
        background: linear-gradient(180deg, rgba(255,132,62,1) 0%, rgba(98,255,86,1) 60%, rgba(98,255,86,1) 100%); /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff843e', endColorstr='#62ff56',GradientType=0 ); /* ie6-9 */
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

    .timeline-article {
        padding: 10px 40px;
        position: relative;
        background-color: inherit;
        width: 50%;
    }

    .timeline-article::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        right: -9px;
        background-color: white;
        border: 2px solid #363636;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

    .timeline-article-top {
        left: 0;
    }

    .timeline-article-bottom {
        left: 50%;
    }

    .timeline-article-top::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        right: 30px;
        border-width: 10px 0 10px 10px;
    }

    .timeline-article-bottom::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        left: 30px;
        border-width: 10px 10px 10px 0;
    }

    .timeline-article-bottom::after {
        left: -9px;
    }

    .content {
        padding: 10px 30px;
        position: relative;
        border-radius: 6px;
    }

    .timeline::after {
        left: 31px !important;
    }

    .timeline-article {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    
    .timeline-article-top::after,
    .timeline-article-bottom::after {
        left: 20px;
    }

    .timeline-article-bottom {
        left: 0%;
    }
    
}

/*====== DESK 1024 UP ======*/
@media (min-width: 1024px) {

    #carroselBannerHome .fundo-carrosel{
        width: 100%;
    }

    #carroselBannerHome  .carousel-indicators{
        margin-left: 10%;
    }

    .seta-baixo{
        left: 10%;
        bottom: 10%;
    }

    .btn-dark-gray{
        font-size: 16px !important;
    }

    #carroselBannerHome .conteudo{
        padding-top: 5.5em;
    }

    #carroselBannerHome .paragrafo{
        margin: auto;
        max-width: 70%;
        margin-top: 30px;
        margin-bottom: 30px;
    }   

    .timeline {
        height: 220px;
    }

    .content-box{
        font-size: 16px;
    }

    /* .tiny{
        width: 10%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .big{
        width: 30%;
        margin: 0;
    }

    .big .content-box{
        font-size: 14px;
    } */

    .main-timeline-section .conference-center-line {
        position: absolute;
        width: 100%;
        height: 3px;
        top: 7%;
        transform: translateY(-50%);
        background: -moz-linear-gradient(0deg, rgba(255,132,62,1) 0%, rgba(98,255,86,1) 60%, rgba(98,255,86,1) 100%); /* ff3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,132,62,1)), color-stop(60%, rgba(98,255,86,1)), color-stop(100%, rgba(98,255,86,1))); /* safari4+,chrome */
        background: -webkit-linear-gradient(0deg, rgba(255,132,62,1) 0%, rgba(98,255,86,1) 60%, rgba(98,255,86,1) 100%); /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(0deg, rgba(255,132,62,1) 0%, rgba(98,255,86,1) 60%, rgba(98,255,86,1) 100%); /* opera 11.10+ */
        background: -ms-linear-gradient(0deg, rgba(255,132,62,1) 0%, rgba(98,255,86,1) 60%, rgba(98,255,86,1) 100%); /* ie10+ */
        background: linear-gradient(90deg, rgba(255,132,62,1) 0%, rgba(98,255,86,1) 60%, rgba(98,255,86,1) 100%); /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff843e', endColorstr='#62ff56',GradientType=1 ); /* ie6-9 */
    }
    .timeline-article {
        width: 19%;
        position: relative;
        display: inline-flex;
        justify-content: center;
    }

    .timeline-article .content-date {
        font-size: 18px;
        margin-top: 10%;
    }

    .timeline-article .meta-date {
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background: #fff;
        border: 1px solid #363636;
        margin: auto;
        margin-top: 10%;
    }

    .content{
        padding-left: 5px;
        padding-right: 5px;
    }
    .timeline-article-top .content-box:before {
        content: " ";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -20px;
        border: 10px solid transparent;
    }

    #servicosHome img{
        width: 100%;
    }

    #carroselServicos .carousel-inner {
        min-height: 230px;
    }
}

/*====== DESK 1366 UP ======*/
@media screen and (min-width: 1366px){
    #carroselBannerHome h2{
        font-size: 48px;
    }

    #carroselBannerHome p{
        font-size: 20px;
    }

    .seta-baixo{
        bottom: 20%;
    }

    .timeline-article .meta-date{
        margin-top: 5%;
    }

    .main-timeline-section .conference-center-line{
        top: 5%;
    }
}

/*====== DESK 1800 UP ======*/
@media screen and (min-width: 1800px){
    #carroselBannerHome .conteudo {
        padding-top: 12.5em;
    }

    .content-box{
        font-size: 14px;
    }
    
    .big .content-box{
        font-size: 16px;
    }

}

/*====== DESK 1920 UP ======*/
@media screen and (min-width: 1920px){
    .main-timeline-section .conference-center-line{
        top: 6%;
    }
}