/*------------------------------------------------------------------
[Color codes]
Buttons, etc:	#726FB9 (blue)
hover color:	#fed136 (yellow)
-------------------------------------------------------------------*/
/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Lora:400|Raleway:100,200,300,400,500,700,800);

/*- General -*/
body {
    font-family: "Raleway", Sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: floralwhite;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -0.04em;
    font-weight: 700;
    font-style: normal;
    font-family: "Raleway", Sans-serif;
    color: #4A4A4A;
}

.titulo_des{
    display: flex;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: orange;
}

.titulo_curi{
    display: flex;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: orange;
}

.descricao_curi{
    font-size: 18px;
    text-align: center;
}

.img-responsive{
    margin: 0 auto;
    align-items: center;

}

.descricao{
    font-size: 13px;

}

.navbar ul h2 {
    font-weight: 200;
    padding: 5px;
    margin: 5px;
    color: #fff;
    float: left;
}




/*submenu*/
.dp-menu ul {
    position: absolute;
    list-style-type: none;
    padding: 2px;
    background-color: #4A4A4A;
}

.dp-menu ul li {
    display: inline;
    position: relative;

}

.dp-menu ul li a {
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    transition: background .3s;
    background-color: #4A4A4A;
}

.dp-menu ul li a:hover {
    background-color: orange;

}

.dp-menu ul li li a hr {
    padding-bottom: 0px;



}

.dp-menu ul ul {
    display: none;
    position: absolute;
    width: 170px;

}

.dp-menu ul li:hover ul {
    display: block;

}

input {
    padding: 0px;
    margin-top: 15px;
}

.navbar li:hover {
    background-color: black;

}

.navbar ul {
    background-color: ;

}

.navbar-icon {
    align-items: center;
}

.navbar-icon .iconi {
    margin-left: 10px;
}

.navbar {
    display: flex;
    color: white;
    padding: 0px;
    margin: 0px;
    background-color: #4A4A4A;
}

.nav {
    padding: 0px;
}

.nav h2 {
    font-weight: 200;
    padding: 5px;
    margin: 5px;
    color: #4A4A4A;
    float: left;
}


p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

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

a {
    color: #4A4A4A;
}

a:hover,
a:focus,
a:active,
a.active {
    color: orange;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
}

.active {
    margin-bottom: 1px;
    border-bottom: 1px white solid;
}

::selection {
    text-shadow: none;
    background: orange;
}

section {
    padding-bottom: 60px;
}

section:last-child {
    padding-bottom: 0px;
}

/*- Reset bootstrap -*/
@media (min-width: 1200px) {

    .container {
    width: 1260px;
}
}

.row-gutter {
    margin-left: -20px;
    margin-right: -20px;
}

.col-gutter {
    padding-left: 20px;
    padding-right: 20px;
}

.sidebar-gutter {
    padding-left: 50px;
}

.navbar .navbar-nav>li>a {

    color: #fff;

}

.navbar .navbar-nav {
    top: 5px;
}



header {
    margin: 130px 0 65px;
    text-align: center;
}

.carousel-inner h2 {
    padding-left: 10px;
    ;
}

/*- BX Slaider reset -*/
.bxslider {
    margin: 0;
    padding: 0;
}

.bx-wrapper .bx-viewport {
    left: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.bx-wrapper .bx-prev {
    border: 1px solid #000;
    background-image: none !important;
    background-color: rgba(223, 223, 223, 0.34);
}

.bx-wrapper .bx-next {
    border: 1px solid #000;
    background-image: none !important;
    background-color: rgba(223, 223, 223, 0.34);
}

.bx-wrapper .bx-prev:hover {
    background-color: rgba(223, 223, 223, 0.34);
}

.bx-wrapper .bx-next:hover {
    background-color: rgba(223, 223, 223, 0.34);
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 50px;
    height: 50px;
    text-indent: inherit;
    z-index: 99;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.main-slider img {
    position: relative;
}

.main-slider h2 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.52);
    color: #fff;
    padding: 25px 40px;
    font-size: 32px;
}

.col-md-12 h2 {
    text-align: center;
    font-size: 41px;
}

.main-slider h2 a {
    color: #fff;
}

.main-slider h2 a:hover {
    color: #dfdfdf;
}

/*- blog post -*/
.blog-post {
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #CECECE;
}



.blog-post .blog-post-body {
    text-align: center;
    padding: 20px 0;
}

.blog-post .blog-post-body h2 {
    margin: 0;
    padding: 15px 0px 20px;
    font-size: 41px;
    line-height: 49px;
}

.blog-post .blog-post-body p {
    text-align: justify;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #000;
}

.col-md-8 h2 {
    text-align: center;
    margin: 0;
    padding: 15px 0px 20px;
    font-size: 41px;
    line-height: 49px;
}

.col-md-8 p {
    text-align: justify;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #000;
}

.col-md-8 {
    margin-top: -30px;
}

.blog-post .blog-post-body a {
    color: #4A4A4A;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.blog-post .blog-post-body a:hover {
    color: orange;
}

.blog-post .post-meta {
    margin: 5px 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #B1B1B1;
    font-family: "Lora";
    font-style: italic;
}

.blog-post .post-meta a {
    color: #B1B1B1;
}

.blog-post .post-meta a:hover {
    color: #fed136;
}

.blog-post .post-meta span {
    padding-left: 15px;
    padding-right: 15px;
}

.blog-post .post-meta span:first-child {
    padding-left: 0;
    padding-right: 15px;
}

.blog-post .post-meta i {
    padding-right: 5px;
    font-size: 12px;
}

.blog-post .read-more a {
    display: inline-block;
    padding: 12px 40px;
    margin: 30px 0 0px;
    border: 1px solid;
    border-radius: 25px;
    border-color: #E6E6E6;
    background-color: #F3F3F3;
    font-family: "Open Sans", Sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.7px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.blog-post .read-more a:hover {
    background-color: #fed136;
    border-color: #fed136;
    color: #fff;
}

.blog-post .blog-post-text {
    text-align: left;
}

.blog-post .blog-post-text p {
    text-align: justify;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.1px;
    margin-bottom: 30px;
}

/*- Sidebar -*/
.sidebar-title {
    background-color: #2B2B2B;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.8px;
    font-size: 14px;
    padding: 15px 0;
    margin: 0 0 25px;
    font-family: "Raleway", Sans-serif;
}

.sidebar-widget {
    margin-bottom: 40px;
}

.sidebar-widget li {
    font-size: 17px;
    margin-bottom: 10px;
}

.widget-socials {
    text-align: center;
}

.widget-socials a {
    margin: 3px 8px;
    padding: 5px;
    font-size: 17px;
    color: #3C3C3C;
}

.widget-about img {
    width: 100%;
}

.widget-about h4 {
    text-align: center;
    margin: 20px 0 5px;
}

.widget-about .author-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #B5B5B5;
    text-align: center;
}

.widget-about p {
    margin-top: 10px;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}

.widget-post {
    display: table;
    margin: 0 0 20px 0;
    border-bottom: 1px solid;
    border-color: #E4E4E4;
    padding-bottom: 20px;
    width: 100%;
}

.widget-post:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin: 0px;
}

.widget-post .post-image {
    float: left;
    width: 90px;
    vertical-align: middle;
    position: relative;
    margin-right: 20px;
}

.widget-review .post-image {
    width: 70px;
    margin-right: 15px;
}

.widget-post .post-body {
    overflow: hidden;
}

.widget-post h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.widget-post h2 a {
    color: orange;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.widget-post h2 a:hover {
    color: orange;
}

.widget-post .post-meta {
    margin-top: 5px;
    font-weight: 400;
    font-size: 11px;
    color: orange;
    font-family: "Lora";
    font-style: italic;
}

.widget-post .post-meta span {
    margin-right: 8px;
}

.widget-post .post-meta span a {
    color: #B1B1B1;
}

.section-title {
    margin: 0 0 45px 0;
    border-top: 1px solid #505050;
    font-size: 28px;
    padding-top: 10px;
    font-weight: 300;
    color: #272727;
}

.section-title span {}

/*- Footer -*/
footer {
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #717171;
    text-align: center;
    border-top: 1px solid #CECECE;
}

footer .footer-socials {
    margin: 60px 0 20px;
}

footer .footer-socials a {
    display: inline-block;
    margin-right: 5px;
    background-color: #626165;
    color: #fff;
    /* padding: 20px; */
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

footer .footer-socials a:hover {
    background-color: #dddddd;
}

footer .footer-bottom {
    padding: 10px 0 40px;
}

@media (max-width: 915px){
    .item h2{
        font-size: 20px;
    }
    .blog-post .blog-post-body h2{
        font-size: 30px;
    }
}

#imagem-prot{
    position: absolute;
	z-index: 10;
	top:0;
	left:0;
}

.carousel-control{
	z-index: 15;
}