/*====================================================
**========== Table of Content 
**====================================================

*** -  1. Template Default Css
*** -  2. Template Background Css
*** -  3. Header Area Css
*** -  4. Project Complete Area Css
*** -  5. Pricing Area Css
*** -  6. Footer Area Css
*** -  7. Template Hover Css
*** -  8. Template Transition Css
*** -  9. Widget Prosas     

@font-face{
    font-family: "Gotham-Thin";
    src:url(/assets/font/Gotham-Black.otf) format("opentype");

    
}
=========----------------------------------=========
            1.Template Default Css     
=========----------------------------------=========
*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #222;
    line-height: 1.5em;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:focus {
    color: inherit;
}

.navbar {
    margin: 26px;
    border: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #33393d;
    line-height: 1.5em;
    margin: 0 0 14px 0;
}

h1 {
    font-size: 54px;
    color: #33393d;
    font-weight: 600;
    margin-top: 0;
    line-height: 60px;
    margin-bottom: 40px;
  
}

h2 {
    font-size: 48px;
    color: #33393d;
    font-weight: 600;
    margin-top: 0;
    line-height: 55px;
    margin-bottom: 36px;
}

h3 {
    font-size: 26px;
    color: #ff4912;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    text-transform: none;
}

h4 {
    font-size: 23px;
    color: #222;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 31px;
    text-transform: none;
    letter-spacing: 1px;

}

h5 {
    font-size: 20px;
    color: #222;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0;
    text-transform: none;
}

h6 {
    color: #222;
    text-transform: none;
    border-bottom: 2px solid #33393d;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 400;
}

p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'gotham-black';
    font-weight: 400;
    color: black;
    margin: 0 0 6px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

img.bottom {
    margin-bottom: 50px;
    border: thin solid black;
    padding: 2px;
}

blockquote {
    background-color: #222;
    padding: 40px;
    border-left: 4px solid #ff4912;
}

blockquote p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    margin: 0;
}

b,
strong {
    line-height: 0.8em;
    letter-spacing: 1px;

}

.noPadding {
    padding: 0;
}

select {
    width: 100%;
    padding: 5px;
    outline: 0;
}

.form-control:focus {
    border-color: #777;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
}

input,
button,
textarea {
    outline: 0;
}


/*========== Preloader Css ==============
========================================*/

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -35px;
}

.btn-group {
    margin-top: 20px;
}

.default-btn,
.active-btn,
.kc_button.active-btn {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #222;
    color: #222;
    margin: 0 10px 10px 0;
    letter-spacing: 1px;
    background-color: transparent;
}

.contact-btn {
    background-color: #ff4912;
}

.section-padding {
    padding: 90px 0;
}

.cta-area h2 {
    color: #fff;
    margin: 0;
}

#logo-preloader {
    margin-top: 210px;
}


/*
=========----------------------------------=========
            2.Template Background Css     
=========----------------------------------=========
*/

.wellcome-bg {
    background-image: url(../images/slide-bg-1.jpg);
}

.video-bg {
    background-image: url(../images/video-bg.jpg);
}

.wellcome-bg,
.video-bg {
    background-color: rgba(0, 0, 0, .80);
    /*    background-repeat: no-repeat;*/
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}


/*
=========----------------------------------=========
            3.Header Area Css     
=========----------------------------------=========
*/

.header-area {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 10px 0;
    border-bottom 3px solid #54458C;
}

.header-area.stickymenu {
    position: fixed;
}

.logged-in .header-area.stickymenu {
    margin-top: 32px;
}

.stickymenu {
    -webkit-transition: all .03s ease-out;
    transition: all .03s ease-out;
    padding: 0;
    -webkit-box-shadow: 0px 0px 5px 1px #333;
    box-shadow: 0px 0px 5px 1px #333;
}

.logo {
    padding: 5px 0;
    overflow: hidden;
}

.logo img {
    max-width: 700px;
}

.stickymenu .logo {
    padding: 12px 0;
}

.stickymenu .logo img {
    max-width: 700px;
}

.logo h1 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.logo a {
    color: #4e9df0;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
    padding: 0;
}

.main-menu .navbar-nav li {
    display: inline-block;
    position: relative;
    padding: 23px 0;
}

.main-menu .navbar-nav li a {
    font-size: 14px;
    padding: 0px 9px;
    color: black;
    font-weight: 600;
    display: block;
    border-left: thin solid black;
    line-height: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.main-menu .navbar-nav li:first-child a {
    border: none;
}

.main-menu .navbar-nav li a:before {
    background-color: #dca849;
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    width: 0;
    height: 2px;
    visibility: hidden;
    opacity: 0;
}

.send_header {
    text-decoration: none;
    width: 100%;
}

.send_header button {
    background: #dca849;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 33px 0 9px;
    padding: 15px 15px 15px;
    text-transform: uppercase;
    width: 100%;
}

.send_header button:hover {
    background: 0%;
    border: 2px solid #dca849;
    color: #dca849;
    margin: 33px 0 9px;
    padding: 15px 15px 15px;
    
}

.linkbox {
    color:white!important;
}

.linkbox:hover {
    color: #33393d!important;
}

#prazos {
    padding: 130px 0 0px;
    margin-bottom: -56px;
}



.textparticipe {
        margin-top: 18px;
    margin-bottom: 10px;
}

/**
 * Submenu Css
 * ======================================
 */

.main-menu .navbar-nav li:hover>.sub-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.main-menu .navbar-nav li>.sub-menu {
    position: absolute;
    width: 240px;
    background-color: #fff;
    margin: 0;
    top: 50px;
    left: 0;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
    padding: 20px 0 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px 0px 10px 10px;
}

.main-menu .navbar-nav li .sub-menu li {
    display: block;
    border-bottom: 1px solid #cecece;
    padding: 5px 0;
}

.main-menu .navbar-nav li .sub-menu li:last-child {
    border-bottom: initial;
}

.main-menu .navbar-nav li .sub-menu li a {
    padding: 15px;
    text-transform: inherit;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    border: none;
}

.main-menu .navbar-nav li .sub-menu li a::before {
    position: inherit;
    width: 0;
    height: 0;
}

.main-menu .navbar-nav li .sub-menu li:hover>a {
    background-color: #fff;
}

.main-menu .navbar-nav li .sub-menu li .sub-menu {
    left: -100%;
    top: 0;
    -webkit-box-shadow: 1px -1px 10px rgba(0, 0, 0, .20);
    box-shadow: 1px -1px 10px rgba(0, 0, 0, .20);
}


/*
=========----------------------------------=========
            4.Project Complete Area Css     
=========----------------------------------=========
*/

.project-complete-area,
.footer-area {
    background-color:#33393d;
}

.single-project-item,
.single-contact-item {
    position: relative;
    padding-left: 35px;
}

.project-icon,
.contact-icon {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 35px;
    color: #ff4912;
    overflow: hidden;
}

.single-project-item h2,
.single-project-item h5,
.single-contact-item h5,
.single-contact-item h6,
.contact-form h5 {
    color: gray;
}

.single-project-item h2 {
    margin-top: 0;
    display: block;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
}

.single-project-item h2:before,
.single-contact-item h5:before,
.contact-form h5:before {
    position: absolute;
    content: "";
    width: 83px;
    height: 2px;
    background-color: #ff4912;
    bottom: 0;
    left: 0;
}


/*
=========----------------------------------=========
            5.Pricing Area Css     
=========----------------------------------=========
*/

.single-pricing-item {
    -webkit-box-shadow: 0 1px 2px 0px #222;
    box-shadow: 0 1px 2px 0px #222;
    padding: 15px 0;
    margin-top: 45px;
}

.single-pricing-item h2 {
    color: #444;
    font-size: 26px;
}

.single-pricing-item h6 {
    letter-spacing: 0;
    display: block;
    margin: 0;
    font-size: 10px;
    padding-bottom: 10px;
}

.pricing-head>h6 {
    border-bottom: 1px solid #222;
}

.pricing-head {
    padding: 0 20px;
    overflow: hidden;
}

.pricing-price>h2 {
    font-size: 30px;
    margin: 10px 0 0;
}

.pricing-price sup {
    top: -1em;
    font-size: 12px;
}

.pricing-price span {
    letter-spacing: 0;
    color: #666;
    font-size: 12px;
}

.pricing-items {
    padding: 25px 0;
}

.pricing-items li {
    font-size: 13px;
    text-transform: capitalize;
    padding: 8px 20px;
    color: #666;
    letter-spacing: 2px;
}

.pricing-items li:nth-child(2n) {
    background-color: #ececec;
}

.pricing-items li i {
    margin-right: 15px;
}

.pricing-footer {
    text-align: center;
    padding: 20px 25px;
}

.pricing-btn {
    padding: 7px 25px;
    color: #000;
}


/*
=========----------------------------------=========
            6.Footer Area Css     
=========----------------------------------=========
*/

.footer-area {
    position: relative;
    z-index: 1;
}

.footer-area .container {
    border-top: 1px solid #33393d;
    width: 100%;
}

.footer-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.copyright-text {
    padding: 17px 0;
}

.copyright-text p {
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    line-height: 14px;
    margin: 0;
    text-transform: uppercase;
}

.copyright-text p,
.copyright-text a {
    color: #fff;
}

.copyright-text img {
    width:40px;
}


/*
=========----------------------------------=========
            7.Template Hover Css     
=========----------------------------------=========
*/

.main-menu .nav li a:focus {
    background-color: inherit;
}

.stickymenu .main-menu,
.stickymenu .send_header {
    padding: 4px 0;
}

.main-menu .navbar-nav li a:hover {
    color: #33393d;
    background: #fff;
}

.main-menu .navbar-nav li:hover a:before,
.main-menu .navbar-nav li.active a:before,
.single-team-member:hover .member-img img,
.single-work-item:hover .work-img img {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.social-links li a:hover {
    background-color: #ff4912;
    color: #000;
}

.default-btn:hover,
.blog-btn:hover,
.active-btn {
    background-color: #ff4912;
    color: #222;
    border: 2px solid transparent;
}

.blog-btn:hover {
    border: 1px solid transparent;
}

.cta-btn:hover {
    border: 3px solid transparent;
    background-color: #fff;
}

.icon-btn:hover i {
    right: 7px;
    visibility: visible;
}

.pricing-btn:hover {
    background-color: #fff;
}

.single-team-member:hover:before {
    top: 65%;
}

.work-filter li:hover,
.work-filter li.current {
    color: #F3D13D;
}

.single-work-item:hover:before {
    visibility: visible;
    opacity: .75;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-work-item:hover .work-desc,
.single-work-item:hover .work-link {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-work-item:hover .work-desc {
    -webkit-transform: translateX(0) translateY(85px);
    transform: translateX(0) translateY(85px);
}

.single-work-item:hover .work-link {
    -webkit-transform: translateY(0) translateY(-80px);
    transform: translateY(0) translateY(-80px);
}

.work-link a:hover {
    color: #000;
}

.video-icon:hover {
    color: #fff;
}

.single-pricing-item:hover {
    -webkit-box-shadow: 0 1px 2px 0px #222222;
    box-shadow: 0 1px 2px 0px #222222;
}

.single-pricing-item:hover .pricing-head,
.single-pricing-item:hover .pricing-footer,
.pricing-current .pricing-head,
.pricing-current .pricing-footer {
    background-color: #999999;
}

.single-pricing-item:hover .pricing-head h2,
.single-pricing-item:hover .pricing-head h6,
.single-pricing-item:hover .pricing-price sup,
.single-pricing-item:hover .pricing-price span,
.pricing-current .pricing-head h2,
.pricing-current .pricing-head h6,
.pricing-current .pricing-price sup,
.pricing-current .pricing-price span {
    color: #fff;
}

.single-pricing-item:hover .pricing-head>h6 {
    border-bottom: 1px solid #000;
}


/*
=========----------------------------------=========
            8.Template Transition Css     
=========----------------------------------=========
*/

.logo img,
.default-btn,
.social-links li a,
.main-menu .navbar-nav li a:before,
.header-area,
.icon-btn i,
.single-team-member:before,
.member-img img,
.owl-controls .owl-nav div,
.work-filter li,
.single-work-item:before,
.work-img img,
.work-desc,
.work-img:before,
.work-link,
.work-link a,
.pagination li a,
.tags li a,
.blog-img:before,
.blog-img a i,
.slider-area .owl-controls .owl-nav div {
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}


/*
=========----------------------------------=========
            9.Widget Prosas     
=========----------------------------------=========
*/

#widget {
    padding: 80px 0 60px;
}

#widget-app {
    max-width: 960px;
    margin: 24px auto 0;
}

#widget .container.como-participar {
    border-top: 2px solid #ff4912;
    padding-top: 60px;
}


/*
=========----------------------------------=========
            10.Social
=========----------------------------------=========
*/

.social-links {
    padding: 0;
    margin: 0 auto;
    width: 150px;
}

.social-links li {
    display: inline-block;
    margin: 0 6px;
}

.social-links li a {
    display: block;
    height: 30px;
    color: #fff;
    margin-right: 3px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #ff4912;
    border-radius: 50%;
    font-size: 13px;
}


/*
=========----------------------------------=========
            11.Contato
=========----------------------------------=========
*/

#contato {
    background: #605751;
    padding: 30px 0;
}

#contato.interno {
    padding: 40px 0 20px;
}

a.login {
    text-transform: uppercase;
    font-size: 14px;
    color: #575757;
    font-weight: 400;
    display: block;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
}


/*
=========----------------------------------=========
            11.Projeto Selecionado
=========----------------------------------=========
*/
table.projetos {
    border: thin solid #ccc;
}

.projetos thead {
    background: #ff4912;
}

.projetos thead td {
    color: #fff;
    padding: 6px;
    font-family: 'Roboto', sans-serif;
}

.projetos tbody td {
    color: #575757;
    font-family: 'Roboto', sans-serif;
    padding: 10px 12px;
    line-height: 16px;
    border: thin solid #f5f0f0;
    text-align: left;
}

.breadcrumb {
    background: rgb(172, 30, 30);
    background: linear-gradient(0deg, rgb(173, 39, 29) 0%, rgb(172, 39, 39) 100%);
    padding: 30px 0;
}

.breadcrumb h4 {
    color: #fff206;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    margin: 0;
}

p.breadcrumbs, p.breadcrumbs a {
    color: #fff;
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}


.navbar-nav li:hover > .sub-menu {
    display: block;
}
.sub-menu {
    display: none;
    position: absolute;
    min-width: 150px;
}
.sub-menu .sub-menu {
    top: 0;
    left: 100%;
}


#newnotice img.bottom {
    margin-bottom: 4px;
}

#newnotice h4 {
    margin: 0 0 6px;
    color: #575757;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
}

#newnotice ul {
    padding: 0;
    margin: 0;
}

#newnotice ul.noticetags li {
    list-style: none;
    float: left;
    padding: 0 10px 0 0;
}

#newnotice ul.noticedate li {
    list-style: none;
    padding: 0 10px 0 0;
    text-align: left;
}

#newnotice ul.noticetags li a{
    color: #ff4912;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 10px 0 0;
}

#newnotice ul.noticedate li {
    color: #575757;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 10px 0 0;
    line-height: 14px;
}

#editaisabertos {
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 8px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
    color: rgba(0,0,0,0.87);
    background-color: rgb(255,255,255);
    border-radius: 2px;
}

div#headernotice {
    border-bottom: thin solid #ccc;
    margin: 0 0 20px;
    padding: 0 0px 20px;
}

#headernotice h1 {
    margin: 0 0 6px;
    color: #11649a;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
}

#headernotice ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
}

#headernotice ul.noticetags li {
    list-style: none;
    float: left;
    padding: 0 10px 0 0;
}

#headernotice ul.noticedate li {
    list-style: none;
    padding: 0 10px 0 0;
    text-align: left;
}

#headernotice ul.noticetags li a{
    color: #ff4912;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 10px 0 0;
}

#headernotice ul.noticedate li {
    color: #575757;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 10px 0 0;
    line-height: 14px;
}

#contentnotice p {
    text-align: justify;
}

img.imgleft {
    border: thin solid #ccc;
    margin: 8px 20px 20px 0;
    float: left;
}


.md-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    
    line-height: 36px;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    border: 0;
    background: transparent;
    color: currentColor;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);

    margin: 30px auto 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;

    padding: 3px 45px !important;

    background: #ffffff !important;
}


.md-button span {
    color: #fff;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.resultado {
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

tr.resultado-titulo {
    background: #ff4912;
    text-align: center;
    color: #fff
}

.resultado td {
    padding: 6px;
    border: thin solid #ccc;
    text-transform: uppercase;
}

/*CRONOGRAMA TEMPLATE */
body {
    background: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  
  /*===== Vertical Timeline =====*/
  #beneficios {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
  }

  .conference_timeline h1 {
    margin-top: 110px;
   
  }

  #beneficios .timeline-start,
  #beneficios .timeline-end {
    display: table;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background: #00b0bd;
    padding: 15px 23px;
    color: #fff;
    max-width: 5%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #beneficios .beneficios-center-line {
    position: absolute;
    width: 5px;
    height: 53%;
    min-height: 8px;
    top: 0;
    left: 50%;
    margin-top: 310px;
    margin-left: -1px;
    z-index: -1;
    background: #ff4912 !important;
    z-index: -1;
  }
  #beneficios .beneficios-content {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 44%;
    width: 100%;
  }
  .timeline-article .timeline-author {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #242424;
    text-align: right;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    position: relative;
    width: auto;
    height: 124px;
    border-radius: 4px;
    border: 1px solid #ff4912;
    background-color: #ff4912;
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
    padding: 27px 25px;
  }
  .timeline-article p {
    margin: 10px 0 0 60px;
    padding: 0;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    position: relative;
  }
  .timeline-article p span.article-number {
    position: absolute;
    font-weight: 300;
    font-size: 44px;
    top: 10px;
    left: -60px;
    color: #ffffff;
  }
  .timeline-article .content-left-container {
    float: left;
  }
  .timeline-article .content-right-container {
    float: right;
  }
  .timeline-article .content-left:before,
  .timeline-article .content-right:before{
    position: absolute;
    top: 50px;
    font-size: 23px;
    font-family: "FontAwesome";
    color: ##11649a;
  }
  .timeline-article .content-left:before {
    content: "\f0da";
    right: -8px;
  }
  .timeline-article .content-right:before {
    content: "\f0d9";
    left: -8px;
  }
  .timeline-article .meta-date {
    position: absolute;
    top: 50px;
    left: 52.210%;
    width: 25px;
    height: 25px;
    margin-left: -31px;
    color: #fff;
    border-radius: 100%;
    background: #11649a;
  }
  .timeline-article .meta-date .date,
  .timeline-article .meta-date .month {
    display: block;
    text-align: center;
    font-weight: 900;
  }
  .timeline-article .meta-date .date {
    font-size: 30px;
    line-height: 40px;
  }
  .timeline-article .meta-date .month {
    font-size: 18px;
    line-height: 10px;
  }
  /*===== // Vertical Timeline =====*/
  
  /*===== Resonsive Vertical Timeline =====*/
  @media only screen and (max-width: 830px) {
    #beneficios .timeline-start,
    #beneficios .timeline-end {
      margin: 0;
    }
    #beneficios .beneficios-center-line {
      margin-left: 0;
      left: 50px;
    }
    .timeline-article .meta-date {
      margin-left: 0;
      left: 20px;
    }
    .timeline-article .content-left-container,
    .timeline-article .content-right-container {
      max-width: 100%;
      width: auto;
      float: none;
      margin-left: 110px;
      min-height: 53px;
    }
    .timeline-article .content-left-container {
      margin-bottom: 20px;
    }
    .timeline-article .content-left,
    .timeline-article .content-right {
      padding: 10px 25px;
      min-height: 65px;
    }
    .timeline-article .content-left:before {
      content: "\f0d9";
      right: auto;
      left: -8px;
    }
    .timeline-article .content-right:before {
      display: none;
    }
  }
  @media only screen and (max-width: 400px) {
    .timeline-article p {
      margin: 0;
    }
    .timeline-article p span.article-number {
      display: none;
    }
    
  }
  /*===== // Resonsive Vertical Timeline =====*/

  /*HORIZONTAL TIMELINE*//
  .main-timeline{
    font-family: 'Roboto', sans-serif;
    position: relative;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 47%;
    padding: 0 30px 0 0;
    margin: 20px 0;
    float: left;
}
.main-timeline .timeline-content{
    background-color: #ff4912;
    min-height: 133px;
    padding: 40px 95px 30px 130px;
    display: block;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background: #fff;
    border-radius: 4px 20px 20px 4px;
    padding: 40px 95px 30px 130px;
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: -30px;
    z-index: -1;
}
.main-timeline .timeline-year{
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    transform: translateY(-50%) rotate(-90deg);
    position: absolute;
    left: -15px;
    top: 50%;
}
.main-timeline .timeline-icon{
    color: #fff;
    background-color: #ff4912;
    font-size: 60px;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    transform: translateY(-50%);
    position: absolute;
    right: -20px;
    top: 50%;
}
.main-timeline .title{
    color: #ff4912;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 8 0 7px 0;
}
.main-timeline .description{
    color: #817f7f;
    font-size: 19px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    padding: 0 0 0 30px;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 40px 63px 30px 161px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    border-radius: 20px 4px 4px 20px;
    left: -30px;
    right: 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: 40px;
    left: auto;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: -20px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content,
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{
    background-color: #ff4912
}
.main-timeline .timeline:nth-child(4n+2) .title{ color: #ff4912; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content,
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{
    background-color: #FEA726;
}
.main-timeline .timeline:nth-child(4n+3) .title{ color: #FEA726; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content,
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{
    background-color: #01BFA5;
}
.main-timeline .timeline:nth-child(4n+4) .title{ color: #01BFA5; }
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        text-align: center;
        width: 100%;
        padding: 0 0 30px 0;
        margin: 0 0 30px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 80px 25px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        border-radius: 50px 50px 20px 20px;
        bottom: -30px;
        top: 65px;
        left: 10px;
        right: 10px;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        transform: translateX(-50%) translateY(0);
        top: 10px;
        left: 50%;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        font-size: 50px;
        line-height: 85px;
        width: 85px;
        height: 85px;
        transform: translateX(-50%);
        top: auto;
        bottom: -20px;
        right: auto;
        left: 50%;
    }
}
@media screen and (max-width:576px){
    .main-timeline .title{ font-size: 18px; }
}

