@import url(font-awesome.css);
@import url(font-awesome.min.css);
@import url(fonts.css);


@import url(bootstrap.min.css);
@import url(bootstrap-theme.min.css);
@import url(bootstrap.css.map);
@import url(bootstrap-theme.css.map);
@import url(config.css);
@import url(normalize.css);

/*
CONTENT
*/

.content {
    float: left;
    width: 92%;
    margin: 0 4%;
    padding: 20px 0;
}

/*
HEADER
*/

.main_header {
    background: #00274C;
    position: relative;
}

.main_header_logo {
    font-size: 0;
    float: left;
}

.main_header_logo img {
    height: 58px;
}

.mobile_action {
    width: 46px;
    height: 46px;
    margin: 10px 0 0 0;
    float: right;
    cursor: pointer;
    background: #00274C url("../img/mobile.png") center center no-repeat;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.mobile_action.active {
    background-color: #FFF;
}

.mobile_action:hover {
    background-color: #FFF;
}

@media (max-width: 79.9375em) {
    .main_header_nav {
        position: fixed;
        left: -100%;
        top: 0;
        width: 76%;
        height: 100%;
        min-width: 200px;
        max-width: 360px;
        background: #00274C;
        z-index: 99;
        overflow: hidden;
        overflow-y: auto;
    }

    .main_header_nav_search {
        float: left;
        width: 100%;
        background: #00274C;
        padding: 31px 15px;
    }

    .main_header_nav_item {
        float: left;
        width: 100%;
        position: relative;
    }

    .main_header_nav_item > a { /* o sinal de maior indica que somento os links relacionados a classe main_header_nav_item serão atacados*/
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #eee;
        /*color: #247BA0;*/
        font-weight: bold;
        font-size: 0.785em;
    }

    .main_header_nav_item:hover,
    .main_header_nav_item > a:hover {
        background: #247ba0;
        color: #FFF;
    }

    .main_header_nav_sub {
        float: left;
        width: 100%;
        padding: 15px;
        background: #333;
    }

    .main_header_nav_sub2 {
        float: left;
        width: 100%;
        padding: 25px;
        background: #333;
    }

    .main_header_nav_sub_item {
        float: left;
        width: 100%;
    }

    .main_header_nav_sub_item a {
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        font-size: 0.8em;
    }

    .main_header_nav_sub_item a:hover {
        background: #247ba0;
    }

    .main_header_nav_sub_item2 {
        float: left;
        width: 100%;
    }

    .main_header_nav_sub_item2 a {
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        font-size: 0.8em;
    }

    .main_header_nav_sub_item2 a:hover {
        background: #247ba0;
    }
}

.main_header_nav_search .s {
    float: left;
    width: 80%;
    border: none;
}

.main_header_nav_search .b {
    float: right;
    width: 20%;
    border: none;
    cursor: pointer;
    background: url("../img/search.png") center center no-repeat;
}

/*
SLIDE
*/

.slide {
    background: #222;
    position: relative;
    display: block;
}

.slide_controll {
    position: absolute;
    top: 25%;
    width: 100%;
}

.slide_nav {
    position: absolute;
    padding: 5px 15px;
    font-size: 2em;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    z-index: 89;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.slide_nav:hover {
    background: #247ba0;
}

.slide_nav.back {
    left: 0;
    margin-left: 5px;
}
.slide_nav.back:hover {
    left: 0;
    margin-left: 5px;
    color: #FFF;
}

.slide_nav.go {
    right: 0;
    margin-right: 5px;
}

.slide_nav.go:hover {
    right: 0;
    margin-right: 5px;
    color: #FFF;
}

.slide_item {
    display: none;

}

.slide_item.first {
    display: block;
}

.slide_item_desc {
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
}

.slide_item_desc h1 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.slide_item_desc a {
    color: #fff;
    text-decoration: none;
}

.slide_item_desc a:hover {

    text-decoration: underline;
}

.slide_item_desc .tagline {
    font-size: 0.875em;
    color: #bbb;
    font-weight: 300;
}

/*
 DESTINOS MAIS VISTOS
 */

.more_news {
    padding: 10px 5px;
    background: url("../img/bg_news.jpg");
}

.more_news2 {
    padding: 10px 5px;
    background: url("../img/icon.png");
    padding-top: 50px;
    padding-bottom: 50px;
    /*opacity: 0.8;*/
}


.more_news3 {
    padding: 10px 5px;
    background: #334269;
    border-radius: 30px 0px 30px 0px;
    border-style: solid;
    border-color: #FFF;
}

.more_news4 {
    padding: 10px 5px;
    background: url("../uploads/banner15.jpg") center;
}

.more_news5 {
    padding: 10px 5px;
    background: url("../uploads/banner17.jpg") center;
}

.more_news_item {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 20px;
    box-shadow: 0 0 5px #000;
}

.more_news_item3 {
    float: left;
    width: 100%;
    height: 20%;
    background: #fff;
    margin-top: 20px;
    margin-right: 2%;
    border: solid;
    border-radius: 0px 0px 0px 0px;
    border-color: #247ba0;
    box-shadow: 10px 10px 5px 5px #00274C;
}

.more_news_item_desc {
    padding: 8px;
}

.more_news_item_desc a {
    text-decoration: none;
    color: #247ba0;

}


.img_emp {
    height: 5em;
    position: relative;
    margin: 0;
    position: absolute;               
    top: 25%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}


.more_news_item_desc h1 {
    font-size: 1.5em;
    /*text-decoration: underline;*/
    font-weight: bold;
    text-align: center;
    color: #247ba0;
    margin-bottom: 10px;
}

.more_news_item_desc h2 {
    font-size: 1em;
    /*text-decoration: underline;*/
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}


.more_news_item_desc a:hover {
    text-decoration: underline;
}

.more_news_item_desc time {
    font-size: 0.8em;
    color: #888;
}



.more_news_item_desc_emp h1 {
    font-size: 2em;
    margin-top: 10%;
    /*text-decoration: underline;*/
    text-align: center;
    color: #fff;

    /*margin-bottom: 10px;*/
}

.more_news_item_desc_emp h2 {
    font-size: 1em;
    text-align: justify;
    color: #fff;
    /*margin-bottom: 10px;*/
}


.more_news_item_desc_emp a:hover {
    text-decoration: underline;
}

.more_news_item_desc_emp time {
    font-size: 0.8em;
    color: #888;
}

/*
MELHORES DESTINOS
*/

.bestviews_item {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.bestviews_item time {
    font-size: 0.875em;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    color: #007FFF;
}

.bestviews_item h1 {
    font-size: 1em;
    font-weight: 400;
}

.bestviews_item a {
    text-decoration: none;
    color: #000;
}

.bestviews_item a:hover {
    text-decoration: underline;
}

/*
NEWSLETTER
 */

.newsletter {
    padding: 10px;
    background: #247ba0;
    margin-top: 30px;
    text-align: center;
    position: relative;
    color: #fff;
}

.newsletter h1 {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 20px;
}

.newsletter2 {
    padding: 0px;
    background: #247ba0;
    /*margin-top: 30px;*/
    text-align: center;
    position: relative;
    color: #00274C;
    border: solid;
    border-radius: 0px 0px 0px 0px;
    border-color: #247ba0;
    box-shadow: 0px 10px 10px 0px #00274C;
}

.newsletter2 h1 {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 20px;
}

.newsletter form {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.newsletter input[type="email"] {
    float: left;
    width: 60%;
    border: none;
    padding: 11px;
}

.newsletter input[type="submit"] {
    float: left;
    width: 40%;
    background: #1a5977;
    border: none;
    font-size: 1em;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}

.newsletter_icon {
    width: 54px;
    height: 54px;
    /*background: #247ba0 url("../img/newsletter.png") center center no-repeat;*/
    /*background: .fa-connectdevelop center center no-repeat;*/
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -24px;
    margin-left: -27px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.fa-connectdevelop .newsletter_icon{
    color: gold;
}


.more_news_item_desc_emp h1 {
        font-size: 2em;
        margin-top: 35%;
        text-align: center;
        color: #fff;
    }

/*
MAIS VISTOS
 */
.most_views {
    background: #EEE;
}

.most_views_item {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.most_views_item img {
    float: left;
    width: 35%;
}

.most_views_item_desc {
    float: right;
    width: 60%;
    padding-left: 15px;
}

.most_views_item_desc time {
    font-size: 0.875em;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.most_views_item_desc h1 {
    font-size: 1em;
}

.most_views_item_desc a {
    text-decoration: none;
    color: #007FFF;
}

.most_views_item_desc a:hover {
    text-decoration: underline;
}

/*
GALERIA
 */
.gallery {
    padding: 25px;
}

.gallery .section_title {
    margin-bottom: 15px;
}

.gallery img {
    float: left;
    width: 50%;
}

/*
FOOTER
 */

.main_footer {
    padding: 10px;
    background: #00274C;
    text-align: center;
    color: #fff;
    font-size: 0.875em;
}

.main_footer_social {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.main_footer_social li {
    display: inline-block;
    margin: 0 10px;

}

.main_footer_social a {
    float: left;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.main_footer_social a:hover {
    background: #247ba0;
}

/*
480PX BREAKPOINT
*/
@media (min-width: 30em) {
    .more_news_item {
        float: left;
        width: 48%;
        margin-right: 4%;
        min-height: 300px;
    }

    .more_news_item:nth-of-type(2n+0) {
        margin-right: 0;
    }

    .more_news_item2 {
        float: left;
        width: 48%;
        margin-right: 4%;
        min-height: 300px;
    }

    .more_news_item2:nth-of-type(2n+0) {
        margin-right: 0;
    }

    .more_news_item2:nth-of-type(2n+0),
    .more_news_item2 {
        float: left;
        text-align: justify;
        width: 80%;
        margin-right: 2%;
        margin-left: 10%;
        background: #334269;

    }

    .more_news_item2:nth-of-type(2n+0),
    .more_news_item2  a, h1{
        color: #333;
        
    }

    .more_news_item_desc_emp h1 {
        font-size: 2em;
        margin-top: 30%;
        text-align: center;
        color: #fff;
    }

    .more_news_item3 {
        float: left;
        width: 45%;
        height: 20%;
        background: #fff;
        margin-top: 20px;
        margin-right: 5%;
        border: solid;
        border-radius: 0px 0px 0px 0px;
        border-color: #247ba0;
        box-shadow: 10px 10px 5px 5px #00274C;
    }

    .formContato input, select, textarea {
        padding: 10px;
        margin-left: 15%;
        width: 70%;
    }
    .pgContato input, select, textarea {
        padding: 10px;
        margin-left: 15%;
        width: 70%;
    }

    .botaoContato {  
         margin-left: 15%;  
         margin-right: 10px;  
         margin-top: 1px;  
         width: 70%;
    } 

    
}

/*
592PX BREAKPOINT
*/
@media (min-width: 37em) {
    .most_views_item h1 {
        font-size: 1.3em;
    }

    .gallery img {
        float: left;
        width: 33.333%;
    }

    .more_news_item_desc_emp h1 {
        font-size: 2em;
        margin-top: 22%;
        text-align: center;
        color: #fff;
    }

    .more_news_item3 {
        float: left;
        width: 30%;
        height: 20%;
        background: #fff;
        margin-top: 20px;
        margin-right: 3%;
        border: solid;
        border-radius: 0px 0px 0px 0px;
        border-color: #247ba0;
        box-shadow: 10px 10px 5px 5px #00274C;
    }

    .formContato input, select, textarea {
        padding: 10px;
        margin-left: 60px;
        width: 80%;
    }
    .pgContato input, select, textarea {
        padding: 10px;
        margin-left: 60px;
        width: 80%;
    }
    
    .botaoContato {  
         margin-left: 60px;  
         margin-right: 10px;  
         margin-top: 1px;  
         width: 80%;
    } 
}

/*
768PX BREAKPOINT
 */
@media (min-width: 48em) {
    .main_header {
        /*background: #000;*/
        background: #00274C;
    }

    .main_header_logo {
        position: absolute;
        top: 0;
        padding: 19px 20px;
        background: #00274C;
        z-index: 98;
        /*border: 4px solid #FFF;*/
        border-top: none;
        box-shadow: 0 0 4px #333;
    }

    .section_title {
        font-size: 2em;
        font-weight: 300;
        text-align: left;
    }

    .more_news_item:nth-of-type(2n+0),
    .more_news_item {
        float: left;
        width: 23.5%;
        margin-right: 1%;
    }

    .more_news_item2:nth-of-type(2n+0),
    .more_news_item2 {
        float: left;
        text-align: justify;
        width: 80.5%;
        margin-right: 2%;
        margin-left: 10%;
        background: #334269;

    }

    .more_news_item2:nth-of-type(2n+0),
    .more_news_item2  a, h1{
        color: #333;
        
    }

    .more_news_item:nth-of-type(4n+0) {
        margin-right: 0;
    }

    .most_views_item,
    .bestviews_item {
        float: left;
        width: 48%;
        margin-right: 4%;
        background: #FFF;
    }

    .most_views_item:nth-of-type(2n+0),
    .bestviews_item:nth-of-type(2n+0) {
        margin-right: 0;
    }

    .most_views_item h1 {
        font-size: 1.1em;
    }

    .newsletter h1 {
        font-size: 1.8em;
    }

    .more_news_item_desc_emp h1 {
        font-size: 2em;
        margin-top: 20%;
        text-align: center;
        color: #fff;
    }

    .more_news_item3 {
        float: left;
        width: 30%;
        height: 20%;
        background: #fff;
        margin-top: 20px;
        margin-right: 3%;
        border: solid;
        border-radius: 0px 0px 0px 0px;
        border-color: #247ba0;
        box-shadow: 10px 10px 5px 5px #00274C;
    }

    .formContato input, select, textarea {
        padding: 10px;
        margin-left: 60px;
        width: 80%;
    } 
    .pgContato input, select, textarea {
        padding: 10px;
        margin-left: 60px;
        width: 80%;
    } 

    .botaoContato {  
         margin-left: 60px;  
         margin-right: 10px;  
         margin-top: 1px;  
         width: 80%;
    } 
}

/*
960PX BREAKPOINT
 */
@media (min-width: 60em) {
    .slide_controll {
        width: 92%;
        margin: 0 4%;
        top: 30%;
    }

    .slide_item_desc {
        position: absolute;
        width: 100%;
        padding: 20px 4%;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
    }

    .slide_item_desc h1 {
        font-size: 1.8em;
        text-shadow: 2px 2px 4px #000;
    }

    .slide_item_desc .tagline {
        font-size: 1em;
        text-shadow: 2px 2px 4px #000;
        color: #FFF;
    }

    .gallery {
        padding: 50px;
    }

    .more_news_item_desc_emp h1 {
        font-size: 2em;
        margin-top: 15%;
        text-align: center;
        color: #fff;
    }

    .more_news_item3 {
        float: left;
        width: 22%;
        height: 20%;
        background: #fff;
        margin-top: 20px;
        margin-right: 3%;
        border: solid;
        border-radius: 0px 0px 0px 0px;
        border-color: #247ba0;
        box-shadow: 10px 10px 5px 5px #00274C;
    }

    .formContato input, select, textarea {
        padding: 10px;
        margin-left: 15%;
        width: 70%;
    }

    .pgContato input, select, textarea {
        padding: 10px;
        margin-left: 15%;
        width: 70%;
    }

    .botaoContato {  
         margin-left: 15%;  
         margin-right: 10px;  
         margin-top: 1px;  
         width: 70%;
    } 
}

/*
1280PX BREAKPOINT
 */
@media (min-width: 80em) {
    .mobile_action {
        display: none;
    }

    .main_header_nav {
        float: right;
        width: 80%;
        text-align: right;
        margin-top: 20px;
    }

    .main_header_nav_item {
        position: relative;
        display: inline-block;
        margin-right: 10px;
    }

    .main_header_nav_item:last-of-type {
        margin-right: 20px;
    }

    .main_header_nav_item > a {
        float: left;
        padding: 10px;
        text-transform: uppercase;
        text-decoration: none;
        color: #FFF;
        font-size: 0.9em;
        font-weight: bold;
    }

    .main_header_nav_item:hover,
    .main_header_nav_item > a:hover {
        background: #247ba0;
    }

    .main_header_nav_search {
        float: right;
        width: 35%;
    }

    .main_header_nav_sub {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 600%;
        background: #FFF;
        padding: 10px;
        text-align: left;
        z-index: 99;
    }

    .main_header_nav_item:hover .main_header_nav_sub,
    .main_header_nav_item > a:hover .main_header_nav_sub {
        display: block;
    }

    .main_header_nav_sub_item {
        float: left;
        width: 50%;
    }

    .main_header_nav_sub_item a {
        float: left;
        width: 100%;
        padding: 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.8em;
        color: #333;
    }

    .main_header_nav_sub_item a:hover {
        background: #247ba0;
        color: #fff;
    }

    .more_and_gallery {
        float: left;
        width: 96%;
        margin: 0 4%;
    }

    .more_and_gallery .content {
        float: left;
        width: 100%;
        margin: 0;
    }

    .most_views {
        float: left;
        width: 50%;
        background: none;
    }

    .most_views_item {
        float: left;
        width: 100%;
    }

    .most_views_item img {
        width: 30%;
    }

    .most_views_item_desc {
        width: 70%;
    }

    .most_views_item_desc h1 {
        font-size: 1.2em;
    }

    .gallery {
        float: right;
        width: 50%;
    }

    .more_news_item_desc_emp h1 {
        font-size: 2em;
        margin-top: 15%;
        text-align: center;
        color: #fff;
    }

    .more_news_item3 {
        float: left;
        width: 22%;
        height: 20%;
        background: #fff;
        margin-top: 20px;
        margin-right: 3%;
        border: solid;
        border-radius: 0px 0px 0px 0px;
        border-color: #247ba0;
        box-shadow: 10px 10px 5px 5px #00274C;
    }

    .formContato input, select, textarea {
        padding: 10px;
        margin-left: 20%;
        width: 60%;
    }
    .pgContato input, select, textarea {
        padding: 10px;
        margin-left: 20%;
        width: 60%;
    }

    .botaoContato {  
         margin-left: 20%;  
         margin-right: 10px;  
         margin-top: 1px;  
         width: 60%;
    } 
}

/*
1366PX BREAKPOINT
 */
@media (min-width: 85em) {
    .content,
    .slide_controll,
    .slide_item_desc,
    .more_and_gallery {
        width: 80%;
        margin: 0 10%;
    }

    .slide_item_desc {
        padding: 20px;
    }

    .slide_nav.back,
    .slide_nav.go {
        margin: 0;
    }

    .more_news_item3 {
        float: left;
        width: 23%;
        height: 20%;
        background: #fff;
        margin-top: 20px;
        margin-right: 2%;
        border: solid;
        border-radius: 0px 0px 0px 0px;
        border-color: #247ba0;
        box-shadow: 10px 10px 5px 5px #00274C;
    }

    .formContato input, select, textarea {
        padding: 10px;
        margin-left: 20%;
        width: 60%;
    }

    .pgContato input, select, textarea {
        padding: 10px;
        margin-left: 20%;
        width: 60%;
    }

    .botaoContato {  
         margin-left: 20%;  
         margin-right: 10px;  
         margin-top: 1px;  
         width: 60%;
    } 

}

/*
1600PX BREAKPOINT
 */
@media (min-width: 100em) {
    .content,
    .more_and_gallery,
    .slide_controll,
    .slide_item_desc {
        width: 76%;
        margin: 0 12%;
    }

    .slide_controll {
        top: 38%;
    }

    .formContato input, select, textarea {
        padding: 10px;
        margin-left: 20%;
        width: 60%;
    }
    .pgContato input, select, textarea {
        padding: 10px;
        margin-left: 20%;
        width: 60%;
    }

    .botaoContato {  
         margin-left: 20%;  
         margin-right: 10px;  
         margin-top: 1px;  
         width: 60%;
    } 
}






/*-------------------------------------------------------------------------

TIME LINE - EQUIPE 

--------------------------------------------------------------------------*/

.fa-check{
    color: #34a853;
    margin-left: 5px;
    padding-right: 5px;
}

.fa-flag {
    color: #34a853;
    margin-left: 5px;
    margin-right: 5px;
}

.fa-building-o {
    color: green;
    margin-left: 5px;
    margin-right: 5px;
}

.fa-star {
    color: gold;
    margin-right: 5px;
    margin-left: 5px;
}

.fa-handshake-o{
    color: white;
    margin-right: 5px;
    margin-left: 5px;
}

.fa-envelope {
    color: #247ba0;
    margin-right: 5px;
    margin-left: 48.7%;
    box-shadow: 0 1px 0px #247ba0;
}

.glyphicon-star {
    color: gold;
    margin-right: 5px;
    margin-left: 5px;
}

/*  TIME LINE */

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}


#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
  /*background-color: #F4F4F4;*/
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  /*border-radius: 50%;*/
  /*box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);*/
}
.cd-timeline-img img {
  display: block;
  width: 55px;
  height: 55px;
  position: relative;
  left: 25%;
  top: 20%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  /*background: #247BA0;*/
}
.cd-timeline-img.cd-movie {
  /*background: #247BA0;*/
}
.cd-timeline-img.cd-location {
  /*background: #247BA0;*/
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }

  .cd-timeline-content2 p {
    font-size: 16px;
    color: #333;
    /* font-size: 1rem; */
    font: color:#000;
    }

    .letra-preta{
        color: #000;
    }
}


@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
  /*color: blue;*/
  background-color: #00274C;
}

.letra-branca {
    color: #fff;
}

.letra-preta {
    color: #000;
}

.letra-branca h2{
    color: #fff;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #FFF;
  font-size: 24px;
  margin-top: 2px;
}
.cd-timeline-content h3 {
  color: #247BA0;
  font-size: 18px;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  color: #FFF;
  /*font-size: 0.8125rem;*/
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 24px;
    /*font-size: 1.25rem;*/
  }
  .cd-timeline-content h3 {
    font-size: 18px;
    /*font-size: 1.25rem;*/
  }
  .cd-timeline-content p {
    font-size: 16px;
    /*font-size: 1rem;*/
  }

  .cd-timeline-content2 p {
    font-size: 16px;
    color: #FFF;
    /*font-size: 1rem;*/
  }

  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    /*color: #000;*/
    /*font-size: 0.875rem;*/
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #00274C;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    /*font-size: 1rem;*/
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #00274C;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    /*text-align: right;*/
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  /*font-size: 13px;*/
  color: #FFF;
  /*font-size: 0.8125rem;*/
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date2 {
  /*font-size: 13px;*/
  /*color: #FFF;*/
  /*font-size: 0.8125rem;*/
}


  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}









/*-------------------------------------------------------------------------

CONTATO

--------------------------------------------------------------------------*/
.frmcontato{
    width: 600px;
    /*margin-top: 10px;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin: auto;
    display: block;
}

.frmcontato h1{
    font-size:30px;
    color: #00274C;
    margin: auto;
    padding-top: 20px;
    text-align: center;
    font-weight: bolder;
}





.formContato {  
     width: 45%;  
     margin-left: 28%;
     margin-right: -25%;
}  
.formContato input {  
     width: 98%;  
     margin-right: 10px;  
}  
.formContato textarea {  
     width: 98%;  
     margin-right: 10px;  
}  
.botaoContato {  
     margin-left: 20%;  
     margin-right: 10px;  
     margin-top: 1px;  
     width: 60%;
}  
.pgContato input {  
     padding-left: 20px;  
     color: #292929;  
     font-size: 18px;  
     background-color: #E9E9E9;  
     border: 1px solid #E9E9E9;  
     -moz-border-radius: 5px;  
     -webkit-border-radius: 5px;  
     border-radius: 5px;  
     height: 40px;  
     margin-bottom: 10px;  
     border-bottom: 1px solid #ccc;  
     border-left: 1px solid #ccc;  
}  
.pgContato textarea {  
     padding-left: 20px;  
     color: #292929;  
     font-size: 18px;  
     background-color: #E9E9E9;  
     border: 1px solid #E9E9E9;  
     -moz-border-radius: 5px;  
     -webkit-border-radius: 5px;  
     border-radius: 5px;  
     height: 200px;  
     margin-bottom: 20px;  
     border-left: 1px solid #ccc;  
}  
.botaoContato {  
     border-radius: 4px;  
     color: #fff;  
     padding: 2px 40px;  
     height: 40px;  
     margin-top: 18px;  
     opacity: 0.9;  
     margin-bottom: 20px;  
     cursor: pointer;  
     background: #B22222;  
     display: inline-block;  
     border: none;  
     border-bottom: 1px solid #500707;  
     border-right: 1px solid #500707;  
}  
.botaoContato:hover {  
     opacity: 1.0;  
     transition: 1s;  
}  



.maps{
    width: 70%;
    height: 100%;
    margin-left: 130px;
    padding: 3% 4%;
    margin: auto;
    display: block;
    background: #F1F1F1;
    border: 5px solid #00274C;
    border-radius: 25px;
}

.maps h2{   
    font-size: 25px;
    text-align: center;
    color:#333;
}
.maps h4{   
    font-size: 16px;
    text-align: center;
    color:#333;
}

.maps iframe{
    width: 100%;
    height: 100%;
}


/*===================================ERRO JQUERY=================================================*/

.error{
        color:#E61F27;
        font-weight: normal;
}
.error:focus{
        color: #E61F27;
        font-weight: bold;
}

.label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.div_teste{
    width:200px;
    height:100px;
    background:#f00;
    position:absolute;
    z-index:100;
    top:30%;
    left:40;
    visibility: hidden;
}