/*
Nome: Site Ideológica 
Name: Site Ideológica 
Description: Site desenvolvido para a empresa Ideológica
Author: Victor Brito 
Author URI: http://www.criativito.com.br
Version: 1.0License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlText 
Domain: Criativito
*/

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700,400italic,700italic);

body{font-family: 'Titillium Web', sans-serif; font-weight: 700;}
a, i, img{-webkit-transition: all 250ms ease-out;    -moz-transition: all 250ms ease-out;    -o-transition: all 250ms ease-out;    -ms-transition: all 250ms ease-out;    transition: all 250ms ease-out;}

.sembords a {
    text-decoration: none!important;
}
.sembords p {
  font-weight: normal!important;
}
header {
    padding: 18px 0;
    margin-bottom: 10px;
    top: 0px;
    width: 100%;
    z-index: 10000;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    background: url('../img/sombra.png') repeat-x top left;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    position: absolute;
    bottom: 0px;
    left: 9px;
    font-size: 13px;
    background: #398f14;
    color: #ffffff;
    padding: 9px;
}

div.wpcf7-validation-errors{
position: absolute;
    bottom: -26px;
    font-size: 13px;
    left: 8px;
    background: #f7e700;
    color: #ffffff;
    width: 300px;
}
div.wpcf7 {
    position: relative;
}
.logoHeader{width: 130px; height: 42px; background: url('../img/logob.png') center center no-repeat; display: block;}
.ligue {
    background: #30C654;
    opacity: 0.75;
    height: 42px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
}

.smaller {
    padding: 18px 0 18px 0;
    background: #000;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.4);
box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.4);
}
.smaller .logoHeader{width: 130px; height: 42px; background: url('../img/logoc.png') center center no-repeat; display: block;}

.smaller .iconNormalTop span {
    display: none;
}

.smaller .iconNormalTop {
    margin: -10px 0 0 0;
}
.smaller .menuSite ul li a{color: #333333;}

.menuSite {
    padding: 11px 0 0 0;
}
.menuSite ul li{display: inline; position: relative;}
.menuSite ul li a {
    color: #ffffff;
    font-weight: 400;
    margin: 0 24px 0 0;
    font-size: 14px;
    text-transform: uppercase;
}
.menuSite ul li a:hover{text-decoration: none; color:#00898b;}

.menuSite ul li ul {
    background: #434343;
    position: absolute;
    top: 20px;
    left: -6px;
    color: #fefefe;
    border-radius: 3px;
    width: auto;
    padding: 9px;
    display: none;
    background: #000000;
    opacity: 0.8;
}

.menuSite ul li ul a {
    color: #fefefe!important;
    font-size: 12px!important;
    width: 120px;
    margin: 0;
    display: block;

}

.menuSite ul li:hover > ul{display: block;}

.menuSite ul li a:hover{text-decoration: none; color:#00898b;}

.areas{padding: 60px 0;}

.xlider{height: auto;}
.xlider img {width: 100%; height: auto;}

.wp-caption-text {
    font-size: 12px!important;
    text-align: center!important;
    margin: 6px!important;
    font-style: italic;
}
.wp-caption {
  width: auto!important;
  margin-bottom: 30px!important;
}
.size-full {
  width: 100%!important;
  height: auto!important;
}

/* ----- PRODUTOS -----
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
#ExplicacaoTopo {
    text-align: center;
}
    #ExplicacaoTopo p {
        font-size: 19px;
        line-height: 25px;
        width: 85%;
        margin: 21px auto 0 auto;
        color: #58585B;
        font-weight: 400;
    }
    #ExplicacaoTopo h1 {
        font-size: 28px;
        font-weight: 700;
        color: #000000;
        text-transform: uppercase;
    }

.accordion {
  width: 100%;
  max-width: 1080px;
  height: 500px;
  overflow: hidden;
  margin: 50px auto 0 auto;
}
.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}
.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.accordion ul li div a {
   display: block;
    height: 500px;
    width: 50%;
    position: relative;
    float: right;
    z-index: 3;
    vertical-align: top;
    padding: 20px 35px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
    letter-spacing: 1px;
    word-spacing: 0px;
    line-height: 22px;
}
.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.accordion ul li div a h2 {
    text-overflow: clip;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 10px;
    text-align: left;
}
.accordion ul li div a p {
    top: 15px;
    font-size: 14px!important;
    font-weight: 400;
    text-align: left;
    line-height: 19px!important;
    margin: 18px 0 0 0 !important;
    color: #ddd!important;
}
.accordion ul li{
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}
.accordion ul li:nth-child(1) {
  background-image: url("../img/accor2.jpg");
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}
.accordion ul li:nth-child(2) {
  background-image: url("../img/accor4.jpg");
}
.accordion ul li:nth-child(3) {
  background-image: url("../img/accor3.jpg");
}
.accordion ul li:nth-child(4) {
  background-image: url("../img/accor1.jpg");
}
.accordion ul li:nth-child(5) {
  background-image: url("../img/accor5.jpg");
}
.accordion ul li:nth-child(6) {
  background-image: url("../img/accor6.jpg");
}
.accordion ul:hover li {
  width: 8%;
}
.accordion ul:hover li:hover {
  width: 60%;
}
.accordion ul:hover li:hover a {
    background: rgba(14, 133, 128, 0.85);
    -webkit-filter: grayscale(0)!important;
    filter: grayscale(0)!important;
}
.accordion ul li:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}
.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.btTop {
    display: block;
    color: #ffffff;
    width: 61%;
    background: #000000;
    padding: 7px;
    margin: auto;
    text-transform: uppercase;
    font-weight: 400;
}

.btTop:hover {
    background: #0E8580;
    text-decoration: none;
    color: #ffffff;
}





/* ----- mosaico -----
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */

.mosaico {
    height: auto;
    position: relative;
    -webkit-transform: translate3d( 0, 0, 0);
    padding: 80px 0 60px 0;
    background: #000000;
}
#mosaico {
  height: 840px;
}

.CarrocelBlog{width: 100%; max-width: 500px;} 
.b1{width: 99%; height:290px; margin: 2px; float: left; overflow: hidden; position: relative; cursor: pointer;}
.b2{width: 99%; height:290px;  margin: 2px; float: left; overflow: hidden; position: relative; cursor: pointer;}
.b3{width: 99%; height:584px; margin: 2px; float: left; overflow: hidden; position: relative; cursor: pointer;}
.b4{width: 99%; height:275px; margin: 2px; float: left; overflow: hidden; position: relative; cursor: pointer;}


.b1 img{width: 99%;}
.b2 img{width: 99%;}
.b3 img{width: 99%; height:648px;}
.b4 img{width: 99%; height:275px;}
.bEquipe img{width: 99%; height:208px;}

.bigTxt{font-size: 55px!important; text-align: center; font-weight: 400; margin: 85px 0 0 0!important;}
.bigTxt2{font-size: 95px!important; text-align: center; font-weight: 400; margin: 25px 0 0 0!important;}
.bigTxt3{font-size: 55px!important; text-align: center; font-weight: 400; margin: 55px 0 0 0!important;}
.smallTxt{font-size: 16px!important; line-height: 93px!important;}

.b1 .caption, .b2 .caption, .b3 .caption, .b4 .caption {
background: #FFF;
    position: absolute;
    color: #818489;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;

}

.ctpAzulEsq{background:  rgba(9,64,107,0.9)!important; color:#ffffff!important;}
.ctpAzulEsq h3{color:#ffffff!important;}
.ctpAzulEsq p{color:#ffffff!important;}
.ctpAzulEsq span{color:#ffffff!important;}

.ctpAzulclaro{background:  rgba(135,168,195,0.9)!important; color:#ffffff!important;}
.ctpAzulclaro h3{color:#ffffff!important;}
.ctpAzulclaro p{color:#ffffff!important;}
.ctpAzulclaro span{color:#ffffff!important;}

.ctpAzulVrd{background:  rgba(26,186,154,0.9)!important; color:#ffffff!important;}
.ctpAzulVrd h3{color:#ffffff!important;}
.ctpAzulVrd p{color:#ffffff!important;}
.ctpAzulVrd span{color:#ffffff!important;}

.simple-caption h3 {
    font-size: 18px;
    padding-left: 12px;
    margin-top: 7px;
    text-transform: none !important;
    font-weight: bold;
    color: #000;
    line-height: 20px;
}
.simple-caption p{
  padding: 4px 20px 0 13px;
    font-size: 14px;
    line-height: 15px;
    color: #000;
    text-align: justify;
  }
  .simple-caption a{font-weight: 700; font-style: italic; color: #000; text-decoration: underline;}
    .simple-caption a:hover {
        color: green;
    }
.simple-caption span{color: #ffffff; font-size: 13px; font-weight: 400;}

.simple-caption2 h3{    font-size: 18px;
    padding-left: 12px;
    margin-top: 7px;
    text-transform: none!important;
    font-weight: bold;
    line-height: 20px;}
.simple-caption2 p{padding: 10px;
    font-size: 14px;
    line-height: 18px;}
.simple-caption2 span{color: #ffffff; font-size: 13px;}

/** Caption 1: Simple **/
.b1 .simple-caption, .b2 .simple-caption, .b3 .simple-caption, .b4 .simple-caption {
    height: 275px;
    width: 101%;
    display: block;
    bottom: -142px;
    line-height: 15pt;
    opacity: 0.8;
    font-weight: 400;
    text-align: left;
    color: #ffffff!important;
}


.b3 .simple-caption2 {
  height: 275px;
  width: 100%;
  display: block;
  bottom: -142px;
  line-height: 15pt;
  text-align: left;
  color: #ffffff!important;
}

/** Caption 6: Scale **/
.simple-caption p {  
  -webkit-transition: all 550ms ease-out;
  -moz-transition: all 550ms ease-out;
  -o-transition: all 550ms ease-out;
  -ms-transition: all 550ms ease-out; 
  transition: all 550ms ease-out;
  opacity: 0;
}

/** Simple Caption :hover Behaviour **/
.b1:hover .simple-caption, .b2:hover .simple-caption, .b3:hover .simple-caption, .b4:hover .simple-caption {
  -moz-transform: translateY(-142px);
  -o-transform: translateY(-142px);
  -webkit-transform: translateY(-142px);  
  transform: translateY(-142px);
}

.b1:hover .simple-caption p, .b2:hover .simple-caption p, .b3:hover .simple-caption p, .b4:hover .simple-caption p { 
  opacity: 1; 
}



/* ----- Área propaganda -----
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */

.btpropa {
    display: block;
    color: #ffffff;
    width: 97px;
    text-align: center;
    background: #000000;
    padding: 7px;
    margin: 12px 0 0 0;
    text-transform: uppercase;
    font-weight: 400;
    float: right;
}

.btpropa:hover {
    background: #0E8580;
    text-decoration: none;
    color: #ffffff;
}

.dscPropa p {
    color: #58585B;
    font-weight: 400;
    font-size: 17px;
    text-align: justify;
    margin: 15px 0 15px 0;
}

.dscPropa h2 {
    color: #408991;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
    margin: 15px 0 15px 0;
}

.dscPropa h2 span {
    color: #000000;
    font-weight: 700;
    font-size: 51px;
    text-transform: uppercase;
    text-align: justify;
    margin: 15px 0 15px 0;
}

.blocoProdMob img{width: 100%; height: auto;margin: 30px 0 0 0;}
.blocoProdMob p {
    font-size: 13px!important;
    text-align: center;
    line-height: 16px!important;
    margin: 21px 0 30px 0!important;
    width: 100%!important;
}
.blocoProdMob a {
    font-size: 10px;
}

/* ----- Blog e depoimentos -----
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */


#blogConheca { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,60D17C+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left, #000000 0%, #09140C 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 0%,#09140C 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000000 0%,#09140C 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#09140C',GradientType=1 ); /* IE6-9 */
}

#blogConheca h2{
  font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    margin: 0 0 20px 0;
    text-transform: uppercase;
  }
#blogConheca p {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    margin: 0 0 30px 0;
}

.artigoBloghome{}
.articleHome {background: #ffffff;-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.51);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.51);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.51); height: 400px;}
.articleHome img {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}.articleHome img:hover{opacity: 0.85;}
.articleHome h2{
  text-align: left!important;
    padding: 0 23px;
    line-height: 17px;}
.articleHome p {
    color: #323232!important;
    padding: 0 20px;
    text-align: left!important;
    font-size: 14px!important;
    margin: 0 0 25px 0!important;
    line-height: 18px;
}
.articleHome a {
    font-size: 17px;
    text-transform: none;
    color: #656565;
}.articleHome a:hover{ color:#00898b; text-decoration: none;}
.saibaMaisblogHome {
    background: #00b5b9;
    padding: 7px;
    text-align: center;
    color: #ffffff!important;
    font-weight: 400;
    font-size: 14px!important;
    margin: auto;
    display: block;
}
.vmm {
    padding: 7px 16px;
    color: #ffffff;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    font-size: 13px;
    font-weight: 700;
}
.vmm:hover{background: #ffffff; text-decoration: none;}

.saibaMaisblogHome:hover{background: #00a5a9; text-decoration: none;}

#propaganda h3 {
    font-weight: 700;
    margin: 0 0 15px 0;
}

#propaganda p {
    margin: 0 0 25px 0;
}

.dire, .esq {
padding: 15px;
float: left;
width: 50%;
color: #ffffff;
font-weight: 400;
height: 428px;
}

.dire{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f8e89+0,003022+100 */
background: #0f8e89; /* Old browsers */
background: -moz-linear-gradient(left,  #0f8e89 0%, #003022 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0f8e89 0%,#003022 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0f8e89 0%,#003022 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f8e89', endColorstr='#003022',GradientType=1 ); /* IE6-9 */
}

.depoimentos {
    float: left;
    width: 550px;
    position: relative;
    padding: 0px 0 0 5px;
    margin: 0px;
    text-align: right;
    height: 341px;
}
.carrocelDepo {
    width: 440px;
    text-align: center;
    margin: auto;
}


.cs {
    width: 265px;
    height: 32px;
    background: url('../img/cs1.png') top center no-repeat;
    display: block;
    position: absolute;
    left: 16px;
    bottom: -75px;
}
.cs:hover{ background: url('../img/cs2.png') top center no-repeat;}

.carrocelDepo img {
    width: 136px!important;
    height: auto;
    display: block;
    margin: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.20);
}

.esq{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004444+0,156b75+100 */
background: #004444; /* Old browsers */
background: -moz-linear-gradient(left,  #004444 0%, #156b75 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #004444 0%,#156b75 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #004444 0%,#156b75 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004444', endColorstr='#156b75',GradientType=1 ); /* IE6-9 */
}

.blog {
    float: right;
    width: 550px;
    position: relative;
    height: 384px;
  }

.tdmt {
    width: 265px;
    height: 32px;
    background: url('../img/tdmt1.png') top center no-repeat;
    display: block;
    position: absolute;
    right: 21px;
    bottom: -32px;
}
.tdmt:hover{ background: url('../img/tdmt2.png') top center no-repeat;}

#propaganda article {
    margin: 0 0 31px 0;
}

#propaganda article img {
    float: left;
    margin: 0 30px 0 0;
}
#propaganda article img:hover {
   opacity: 0.75;
}

#propaganda article p {
    font-size: 13px;
    margin: 0 0 7px 0!important;
}

#propaganda article h2 {
    font-size: 16px;
    font-weight: 700;
}

#propaganda article a{ color: #ffffff; font-weight: 700; font-style: italic;}
#propaganda article a:hover{ color: #ffffff; text-decoration: none;}
#propaganda article a:hover > i{-moz-transform: translateX(6px);
  -o-transform: translateX(6px);
  -webkit-transform: translateX(6px);  
  transform: translateX(6px);}

#propaganda article i {
    font-size: 12px!important;
    margin: 0 0 0 4px;
}






/* ----- Clientes  -----
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */

.logoClis{width:165px; height: 49px;}

.clientesCar h2 {
color: #408991;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0 25px 0;
}

.areasFotter {margin: 60px 0 0 0;}

ul.sub-menu {
    margin: 0px;
    padding: 0px;
}

/* ----- Social Rodapé -----
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
#conectado {
    background: #e0d9d9;
    height: 55px;
}

    #conectado span {
        background: #000;
        line-height: 55px;
        font-size: 18px;
        color: #ffffff;
        width: 200px;
        height: 55px;
        float: left;
        display: block;
        text-align: center;
        text-transform: uppercase;
    }

.socialIcon{
 font-weight: 400;
    font-size: 15px!important;
    width: 143px!important;
    background: none!important;
  }
.socialIcon i {font-size: 17px;margin: 0 6px 10px;}

.socialIcon a{color: #ffffff;} .socialIcon a:hover{text-decoration: none;}

.socialIcon a:hover > .fa-facebook-square{color: #4152A5;}
.socialIcon a:hover > .fa-twitter-square{color: #2aa9e0;}
.socialIcon a:hover > .fa-linkedin-square{color: #2aa9e0;}

.menuRod p{
  text-align: left;
    margin: 20px 0 20px 0;
    color: #404041;
    font-size: 10px;
    text-transform: uppercase;
  }
.menuRod p a {
    color: #0E8580;
    font-weight: 700;
    margin: 0 0 0 24px;
    font-size: 10px;
    text-transform: uppercase;
}
.menuRod p a:hover{text-decoration: none; color:#00bdc0;
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);  
  transform: translateY(-10px);
  }

.copy p {
    text-align: right;
    margin: 5px 0 0 0;
    color: #FFF;
    font-size: 10px;
    text-transform: uppercase;
}

    .copy p a {
        color: #f8f0f0;
    }
.copy p a:hover{color: #ff87b5; text-decoration: none;}


blockquote {
padding: 10px 11px;
    margin: 0 20px 20px 0;
    width: 234px;
    float: left;
    font-size: 15.5px;
    border-top: 5px solid #eee;
    border-bottom: 5px solid #eee;
    border-left: none;
}

blockquote p {
    font-weight: 700!important;
    text-align: center!important;
    margin: 0!important;
    font-style: italic;
    font-size: 16px!important;
}


.depoimentosMob blockquote {
    padding: 10px 10px;
    margin: 0 20px 20px 0;
    width: 100%;
    float: none;
    font-size: 12.5px;
    font-weight: 400;
    color: #666;
    background: #fefefe;
    border-left: none;
    border-top: 5px solid #cecece;
    border-bottom: 5px solid #cecece;
}

.depoimentosMob blockquote p {
    font-weight: 400!important;
    text-align: center!important;
    margin: 0!important;
    font-style: italic;
    padding: 10px;
    font-size: 15px!important;
}
/* ----- PAGINAS INTERNAS -----
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */

.DesIdeo {
    height: 300px;
    width: 100%;
    background: url('../img/bgideo.jpg') center top repeat-x;
    margin: 0 0 60px 0;
    padding: 150px 0 0 0; color#58585B;
}
.DesIdeo h1 {
    background: rgba(19,107,117,0.5);
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    display: block;
    width: 700px;
    font-size: 29px;
    padding: 10px;
    margin: 0px auto 0 auto;
}

img.attachment-thumbnail {
    width: 90%;
    height: auto;
}
.gallery-item img {
    border: 0px;
}
#gallery-1 img {
    border: 0px solid #cfcfcf!important;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
#gallery-1 img:hover{opacity: 0.6;}

.DesSym {
    height: 300px;
    width: 100%;
    background: url('../img/bgsym.jpg') center top repeat-x;
    margin: 0 0 60px 0;
    padding: 150px 0 0 0; color#58585B;
}
.DesSym h1 {
    background: rgba(19,107,117,0.5);
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    display: block;
    width: 700px;
    font-size: 29px;
    padding: 10px;
    margin: 0px auto 0 auto;
}

.DesErro {
    height: 300px;
    width: 100%;
    background: url('../img/bgerro.jpg') center top repeat-x;
    margin: 0 0 60px 0;
    padding: 150px 0 0 0; color#58585B;
}
.DesErro h1 {
    background: rgba(19,107,117,0.5);
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    display: block;
    width: 700px;
    font-size: 29px;
    padding: 10px;
    margin: 0px auto 0 auto;
}

.DesAll {
    height: 300px;
    width: 100%;
    background: url('../img/bgalegro.jpg') center top repeat-x;
    margin: 0 0 60px 0;
    padding: 150px 0 0 0; color:#58585B;
}
.DesAll h1 {
    background: rgba(19,107,117,0.5);
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    display: block;
    width: 700px;
    font-size: 29px;
    padding: 10px;
    margin: 0px auto 0 auto;
}


#paginaInt p, #artInt p {
text-align: justify;
    font-weight: 400;
    font-size: 16px;
    margin: 0px 0 30px 0;
}

#paginaInt ul {
    margin: 15px 0px 40px 15px;
}
#paginaInt h2, #artInt h2{ border-left: 10px solid green; margin: 12px 0 12px 0; font-size: 30px;
    font-weight: 700;
    padding: 0 0 0 5px; }

    #paginaInt h3, #artInt h3{ border-left: 3px solid #000000; margin: 15px 0 15px 0; font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 5px; }

#paginaInt ul, ,  ul {margin-bottom: 60px;}
#paginaInt ul li, #artInt ul li {
    font-weight: 400;
    font-size: 14px;
list-style-type: square;
}

#paginaInt ul li:before, #artInt ul li:before {
    color: #05BBC4;
    content: "•";
    position: relative; 
    left: -7px;
    font-size: 18px;
    margin-left: -7px;
}

#paginaInt a, #artInt a{color: #000000; font-weight: 700;}
#paginaInt a:hover, #artInt a:hover{color: #0797ac; text-decoration: none;}


#artInt{margin-top: 50px;}

.alignright {
    float: right;
    margin: 0 0 10px 21px;
}

.alignleft {
    float: left;
    margin: 0 21px 10px 0px;
}
.bread {
    background: #ededed;
    padding: 9px;
    margin: 0 0 30px 0;
    font-size: 12px;
}
.imgtopbl{position: relative; width: 100%; margin:60px 0 0px 0; }
.imgtopbl img{width: 100%; height: auto; border-bottom: 3px solid #126B75;}
.boxTitSingl {
    background: rgba(19,107,117,0.7);
    text-align: left;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 15px;
    width: 320px;
    top: 30px;
    left: 30px;
    position: absolute;
}
.boxTitSingl h1 {
    font-size: 27px;
    margin: 0px;
    line-height: 35px;
    font-weight: 700;
}

.detalhesTempo{
    background: rgba(0,137,139,0.7);
    text-align: left;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 15px;
    width: 104px;
    bottom: 30px;
    right: 30px;
    position: absolute;
}
.compartilharme {
    background: #efefef;
    border-left: 3px solid #126B75;
    padding: 10px 10px 3px 10px;
    margin: 15px 0 29px 0;
}
.inscrevame {
    background: #efefef;
    border-left: 3px solid #126B75;
    padding: 10px 10px 9px 10px;
    font-weight: bold;
    margin: 15px 0 29px 0;
}

.inscrevame p {
    margin: 0 !important;
    font-weight: 700!important;
    font-style: italic;
}

input.btemailsub {
    background: #a1a1a1;
    border: none;
    border-radius: 3px;
    padding: 5px 8px 5px 12px;
    font-weight: 400;
    font-size: 15px;
    color: #dcdcdc;
}

input.btenviarsub {
    background: #126B75;
    padding: 5px 12px 5px 12px;
    border: none;
    border-radius: 3px;
    color: #fefefe;
    font-weight: bold;
    font-weight: 400;
    margin: 9px 0 0 0;
}


input.btenviarsub:hover{background: #434343; cursor: pointer;}




.adRod{margin: 60px 0;}
.adRod img{width: 100%; height: auto;}

#maisAlegro, #ContAlegro{margin: 50px 0 0 0;}


#maisAlegro a {
    width: 50%;
    height: 45px;
    text-align: left;
    line-height: 45px;
    padding: 0 10px;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    color: #ffffff;
}

#maisAlegro a i {
    font-size: 19px;
    margin: 0px 5px 0px 0px;
}

.vclaro{background: #00898b;}
.vesc{background: #000000;}
a.vclaro:hover{background: #00a3a5; color: #ffffff!important;}
a.vesc:hover{background: #00889c; color: #ffffff!important;}

#ContAlegro input {
    border-bottom: 1px solid #00898b;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 5px 10px 5px 0;
    text-align: left;
    background: none;
    font-size: 14px;
    width: 100%;
    color: #979797;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    font-weight: 400;
}
select {
    width: 100%;
    padding: 5px 10px 5px 0;
    text-align: left;
    background: none;
    font-size: 13px;
}

textarea {
    overflow: auto;
    width: 100%;
    padding: 5px 10px 5px 10px;
    margin: 0 0 30px 0;
    text-align: left;
    background: none;
    font-size: 14px;
    font-weight: 400;
}

::-webkit-input-placeholder {
   color: #979797;
}

:-moz-placeholder { /* Firefox 18- */
   color: #979797;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #979797;  
}

:-ms-input-placeholder {  
   color: #979797;  
}
.btemailsub::-webkit-input-placeholder {
   color: #ffffff!important;
}

.btemailsub:-moz-placeholder { /* Firefox 18- */
   color: #ffffff!important;  
}

.btemailsub::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff!important;  
}

.btemailsub:-ms-input-placeholder {  
   color: #ffffff!important;  
}
.emailMktBlog{line-height: 20px;}
.enviar {
    background: #00898b!important;
    color: #ffffff!important;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    text-align: center!important;
    letter-spacing: 10px;
    border: 1px solid #00898b;
} .enviar:hover{background: #00a3a5;}


#areaBlog{padding: 120px 0 60px 0;}
#areaBlog p {
    font-size: 19px;
    line-height: 25px;
    width: 85%;
    margin: 21px auto 60px auto;
    color: #58585B;
    font-weight: 400;
    text-align: center;
}
#areaBlog h1 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}

.leiaBlogmais {
   background: #ffffff;
    display: block;
    padding: 3px 10px;
    text-decoration: none!important;
    width: 83px;
    color: #000000!important;
    font-style: italic;
    font-weight: 700;
    margin: 15px 0 0 0;
    opacity: 0;
}
.leiaBlogmais:hover {
  -moz-transform: translateX(9px);
  -o-transform: translateX(9px);
  -webkit-transform: translateX(9px);  
  transform: translateX(9px);
  text-decoration: none;
}

.leiaProdut {
    background: #ffffff;
    display: block;
    padding: 3px 10px;
    font-size: 13px;
    width: 100px!important;
    font-style: italic;
    font-weight: 700;
    color: #00898b;
    margin: 15px 0 0 0;
    opacity: 0;
}
.leiaProdut:hover {
  -moz-transform: translateX(9px);
  -o-transform: translateX(9px);
  -webkit-transform: translateX(9px);  
  transform: translateX(9px);
  text-decoration: none;
}
.b5 {
    width: 100%;
    height: auto;
    margin: 0px 0 30px 0;
    float: left;
    overflow: hidden;
    position: relative;
}
.b5 img {
    width: 100%;
    height: auto;
}
.b5 .caption{
background: #000000;
    position: absolute;
    color: #818489;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;

}
.b5 .simple-caption {
    height: 275px;
    width: 101%;
    display: block;
    bottom: -142px;
    line-height: 15pt;
    opacity: 0.85;
    font-weight: 400;
    padding: 20px;
    text-align: left;
    color: #ffffff!important;
}
.b5 .simple-caption p {
    -webkit-transition: all 550ms ease-out;
    -moz-transition: all 550ms ease-out;
    -o-transition: all 550ms ease-out;
    -ms-transition: all 550ms ease-out;
    transition: all 550ms ease-out;
    opacity: 0;
    color: #ffffff!important;
    text-align: left!important;
    font-size: 15px!important;
    margin: 0px 0 15px 0!important;
    padding: 0px;
    line-height: 19px!important;
    width: 100%!important;
}

.b5 .simple-caption h2 {
    font-weight: 700;
    font-size: 20px;
    margin: 0px 0 15px 0;
    line-height: 23px;
}
/** Simple Caption :hover Behaviour **/
.b5:hover .simple-caption {
  -moz-transform: translateY(-142px);
  -o-transform: translateY(-142px);
  -webkit-transform: translateY(-142px);  
  transform: translateY(-142px);
}

.b5:hover .simple-caption p, .b5:hover .simple-caption .leiaBlogmais { 
  opacity: 1; 
}


.iconesDesc{text-align: center;}
.iconesDesc p {
    text-align: center!important;
    font-size: 14px!important;
}
.iconesDesc h3 {
    border-left: none!important;
    font-size: 19px!important;
    color: #878787;
}
.iconesDesc i {
    color: #00898b;
    font-size: 45px;
}

.linksLateral img{margin: 0 0 30px 0;}
.linksLateral img:hover{opacity: 0.75;}
.imgMeioDesc img{width: 100%; height: auto;}

.mapadoSite ul{margin: 0; padding: 0px;}
.mapadoSite {margin: 0 0 30px 0;}
.mapadoSite ul li{display: inline; float: left;margin-right: 25px; }
.mapadoSite ul li h3{    font-size: 14px;
    font-weight: 700; }
.mapadoSite ul li a{margin-left: 0px; }
.mapadoSite ul li p{ margin: 3px 0;}


















/* ----- MENU RESPONSIVO -----
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */




.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.outer-menu {
    position: fixed;
    top: 11px;
    right: 43px;
    z-index: 99911;
}

.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 25px;
  height: 24px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .Mrespons{
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .Mrespons> div {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: .75s;
          transition-duration: .75s;
}
.outer-menu .checkbox-toggle:checked ~ .Mrespons> div > div {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 25px;
  height: 24px;
  padding: .5em 6px;
  background: rgba(0, 137, 139, 0.75);
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  -webkit-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 100%;
  height: 2px;
  background: #FEFEFE;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  top: 5px;
}

.rowlinkprox{text-align: center;}
.rowlinkprox a {
    padding: 6px 9px 6px 9px;
    background: #dcdcdc;
    font-size: 13px;
    color: #323232;
    margin: 3px;
    text-transform: uppercase;
}.rowlinkprox a:hover{background: #0ea5b6; color: #fefefe; text-decoration: none;}
ul.sub-menu a {
    font-size: 17px;
    font-weight: normal;
    list-style: none;
    color: #fefefe;
}
.sub-menu li{list-style: none;}
.outer-menu .Mrespons{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outer-menu .Mrespons> div {
  width: 200vw;
  height: 200vw;
  color: #FEFEFE;
  background: rgba(1, 108, 124, 0.9);
  border-radius: 0%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outer-menu .Mrespons> div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outer-menu .Mrespons> div > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .Mrespons> div > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
.outer-menu .Mrespons> div > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #fefefe;
}
.outer-menu .Mrespons> div > div > div > ul > li > a:hover {
  color: #c3c3c3;
  text-decoration: none;
}

#mosaico h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}

.relpost{
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
              padding-top: 15px;
}
.relpost:hover{
  background: #efefef;
  }
.relpost a{}
.relpost img {
  border-bottom: 3px solid #000000;
-webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
 -webkit-filter: grayscale(85%);
        }
.relpost img:hover{-webkit-filter: grayscale(0%);}
.relpost h4 {
    color: #333333;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
}
.relpost p {
    color: #333333;
    font-size: 14px!important;
    text-align: left!important;
    line-height: 17px;
}


/* ----- ÁREA DISPOSITIVOS MOVEIS -----
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */

@media screen and (max-width: 1199px) and (min-width: 992px) {

.dscPropa h2 {font-size: 25px;}
.dscPropa h2 span {font-size: 49px;}
.logoClis {width: 144px;}
.blog {width: 463px;height: 384px;}
.dire, .esq {height: 490px;}
.tdmt {bottom: -94px;}
.depoimentos {width: 463px; height: 380px;}
.cs {bottom: -98px;}
.carrocelDepo {width: 380px;}
.clientesCar .owl-theme .owl-controls .owl-nav .owl-next {
  top: 52px!important;
    right: 0px!important;}
    .clientesCar .owl-theme .owl-controls .owl-nav .owl-prev {
    top: 51px!important;
    left: 0px!important;
}
}

   



   @media screen and (max-width: 991px) and (min-width: 767px) { 
.copy p {
    text-align: left;
    margin: 0px 0 20px 0;
}
.menuRod p {
    text-align: left;
    margin: 17px 0 7px 0;
    color: #404041;
    font-size: 10px;
    text-transform: uppercase;
}
#conectado span {
    line-height: 40px;
    font-size: 13px;
    width: 150px;
    height: 40px;
}
#conectado {height: 40px;}
.dscPropa h2 {font-size: 19px;}
.dscPropa h2 span {font-size: 37px;}
.dscPropa p {font-size: 15px;}
.dire, .esq {
    width: 100%;

}
.blog {float: none;
    width: 100%;
    padding: 0px 20px;
}
.dire {height: 378px;}
.depoimentos {
    float: none;
    width: 100%;
    padding: 0px 20px; height: 291px;
}
.carrocelDepo {width: 617px;}
#propaganda h3 {text-align: left;}
#propaganda p {text-align: left;}
.cs {right: 16px;left: initial;}
.areas {padding: 60px 0;}
.menuRod p a { margin: 0 0 0 8px; }

.copy p {
    text-align: left;
    margin: 17px 0 20px 0;
}
#mosaico h2 {margin: 0 0 20px 0;}
.clientesCar .owl-theme .owl-controls .owl-nav .owl-prev {left: -47px!important; top: 3px!important;}
.clientesCar .owl-theme .owl-controls .owl-nav .owl-next {right: -38px!important; top: 3px!important;}
.logoClis {width: 125px;}
.clientesCar {width: 80%; margin: auto;}
.btTop {width: 75%;}
.carrocelDepo img {
    width: 165px!important;
    height: auto;
    float: left;
    display: block;
}
.bread {
    padding: 0 0 21px 0;
}
.menuSite ul li a {
    color: #ffffff;
    font-weight: 400;
    margin: 0 11px 0 0;
    font-size: 10px;
    text-transform: uppercase;
}
#blogConheca{padding: 60px 0 !important;}
.artigoBloghome {
    margin: 0 auto 60px auto;
}
}


  /* styles for mobile */  
  @media screen and (max-width: 768px) and (min-width: 300px) {
    .DesAll h1 {
    width: 100%;
}
.linksLateral img {
    margin: 0 0 30px 0;
    width: 100%;
}
#blogConheca h2 {
    text-align: center;
}
#blogConheca p {
   text-align: center;
}
.artigoBloghome {
    padding: 0 20px;
    margin: 0 auto 60px auto;
    width: 350px;
}
.logoHeader {
    width: 80px;
    height: 27px;
    background: url('../img/logob.png') center center no-repeat;
    display: block;
    background-size: 100%;
}
.smaller    .logo img {
    width: 65%;
        margin: -10px -3px 0 0;
}

.smaller .slidingDiv {
    left: -16px;
    width: 196px;
    text-align: left;
}

.smaller .slidingDiv a {
    font-size: 13px;
    line-height: 27px;
}

.smaller .iconNormalTop span {
    display: none;
}


.smaller .iconNormalTop img {
    margin: 0 0 12px 0;
    width: 100%;
}

.smaller .logo {
    text-align: right;
}
.smaller .iconNormalTop {   
    width: 18px;
    margin: 0 0 0 10px;
    padding: 17px 0 0 0;
}

    .logo img {
    width: 65%;
        margin: -10px -3px 0 0;
}

 .slidingDiv {
    left: -16px;
    width: 196px;
    text-align: left;
}

 .slidingDiv a {
    font-size: 13px;
    line-height: 27px;
}

 .iconNormalTop span {
    display: none;
}


 .iconNormalTop img {
    margin: 0 0 12px 0;
    width: 100%;
}
 header { 
    padding:18px 0 8px 0;
}

.smaller {
    padding: 8px 0 8px 0;
}
 .logo {
    text-align: right;
}
 .iconNormalTop {   
    width: 18px;
    margin: 0 0 0 10px;
    padding: 17px 0 0 0;
}
header {padding: 8px 0 8px 0;}

.b3 {width: 275px;}
.b3 img, .b4 img {width: auto!important;}
.b4 {width: 275px;}
.smaller .logoHeader {
    width: 80px;
    height: 27px;
    background: url('../img/logoc.png') center center no-repeat;
    display: block;
    background-size: 100%;
}

.boxTitSingl h1 {
    font-size: 15px;
    line-height: 18px;
}
.boxTitSingl {
    width: 155px;
    top: 15px;
    left: 15px;
}

.detalhesTempo {
padding: 3px 10px;
    width: 68px;
    bottom: 15px;
    font-size: 9px;
    right: 15px;
}
.imgtopbl {
    position: relative;
    width: 100%;
    margin: 20px 0 40px 0;
}
#paginaInt p, #artInt p {
    font-size: 15px;
    margin: 0px 0 30px 0;
}
.copy p {
    text-align: center;
    margin: 20px 0 20px 0;
    font-size: 9px;
}

    .conectadoMob {
        background: #000;
        line-height: 10px;
        font-size: 12px;
        width: 100%;
        display: block;
        color: #ffffff;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .conectadoMobSocial{
background: #404041;
    line-height: 10px;
    font-size: 12px;
    width: 100%;
    display: block;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    }

.conectadoMobSocial a i {
    color: #fefefe;
    font-size: 18px;
    margin: 0 3px;
}
.conectadoMobSocial a:hover > .fa-facebook-square{color: #4152A5;}
.conectadoMobSocial a:hover > .fa-twitter-square{color: #2aa9e0;}
#produtos p {
    font-size: 15px;
    line-height: 22px;
}
#produtos h1 {
    font-size: 22px;
}
.dscPropa h2 {font-size: 17px; text-align: center;}
.dscPropa h2 span {font-size: 30px;}
.btpropa { margin: auto; float: none;}
.dire, .esq {
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.blog {float: none;
    width: 100%;
    padding: 0px 20px;
    height: auto;
}
.dire {height: auto;}
.depoimentos {
    float: none;
    width: 100%;
    padding: 0px 20px;
    height: auto;
}
#propaganda article img {
    float: left;
    margin: 20px 0px 17px 0;
    width: 100%;
    height: auto;
}
.btTopMob {
    display: block;
    color: #ffffff;
    width: 70%;
    padding: 7px;
    border: 2px solid #ffffff;
    margin: 45px auto 25px auto;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
}
.btTopMob:hover{background: #ffffff; color: #085256; text-decoration: none;}
#propaganda article h2 {font-size: 22px;}
#propaganda h3 {text-align: center;}
#propaganda p {text-align: center;}
#propaganda article p{text-align: justify;}
#maisAlegro a {width: 100%; margin: 0 0 5px 0; background: #00898b!important;}
#maisAlegro a:hover {background: #00a3a5!important;}
.accordion ul li div a { width: 85%;}
.accordion ul li div a h2 {font-size: 19px;}
.accordion ul li div a p {font-size: 12px!important;line-height: 18px!important;}
.DesIdeo h1 {width: 100%;}
.emailMktBlog {text-align: center!important;}
input.btemailsub {margin: 15px 0 0 0; width: 100%;}
.rowlinkprox {padding: 60px;}
}


.EsqueciMinhaSenha p {
    text-align: right;
    margin: 5px 0 0 0;
    color: #FFF;
    font-size: 10px;
    text-transform: uppercase;
}

    .EsqueciMinhaSenha p a {
        color: #f8f0f0;
    }

        .EsqueciMinhaSenha p a:hover {
            color: #ff87b5;
            text-decoration: none;
        }
