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

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Ubuntu", sans-serif;
  color: #3e3947;
  background-color: white;
  margin: 0 auto;
}

body, html {
  height: 100%;
}

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

img {
  max-width: 100%;
}

video {display: inline-block;
        
}



*, *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.clearfix:before,
.clearfix:after {
   content: " ";
   display: table;
}
 
.clearfix:after {
   clear: both;
}
 
.clearfix {
   *zoom: 1;
}


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

Main components 

-------------------------------- */
.cd-section {
  min-height: 100%;
  position: relative;
  padding: 2em 0;
  flex-direction: column;
  display: flex;
}
.cd-section:nth-of-type(odd) {
  position: relative;
  overflow: hidden; 

}
.cd-section:nth-of-type(odd) p {
  color: #fff;
}
.cd-section:nth-of-type(even) {
  background-color: #745360;
}
.cd-section:nth-of-type(even) p {
  color: #fff;
}
.cd-section h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 768px;
  text-align: center;
}

#section22 {
    background-image: url(../img/revista.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    display: flex
;
    justify-content: center;
}

.conteudo-center {
    margin: 0 auto !important;
    width: 60%;
}

a.btn-revista {
    background-color: #55673C;
    max-width: 40%;
    padding: 12px 12px;
    MARGIN-TOP: 12PX;
}

p .btn-revista {
    text-align: center;
    margin: 0 auto;
    display: flex
;
    align-content: space-around;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

#meuh1{

Position:relative !important;
Line-height: 140%;

}


h1 {
  font-family: 'Playfair Display', serif;
}

#section1 h1 {
  font-size: 48px;
  max-width: 900px;
  line-height: 62px;
}

.colunas .item p {
  font-size: 16px !important;
  color: #d6d6d6 !important;
}

.colunas .item h3 {
  font-size: 22px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 12px;
  line-height: 32px;
  height: 66px;
}

.bloco.flex.stretch.column.center {
  z-index: 1;
}

.overlay{
  position:absolute;
  top:0px;
  left:0px;
  bottom:0px;
  right:0px;
  background: rgba(0, 0, 0, 0.4);
 
}

section#section4 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#section2 {

  background-image: url(../img/section2/fundo2.jpg);
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  overflow: hidden;
}

#itemdescription-2 {
  color: #291D0F !important;
  font-family: 'Playfair Display', serif !important;
  font-size: 28px !important;
  line-height: 40px !important;
  margin-bottom: 50px;
  margin-top: 60px;
  max-width: 698px;
  font-weight: 500;
  margin-right: 50px;
}

#img-desenho{
  width: 80% !important;
}

.link-aula{
  padding: 16px 44px;
  background-color: #55673C;
}
#section21 {

  background-image: url(../img/section2/bg-new.png);
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  overflow: hidden;

}

#section22 {

  background-image: url(../img/revista.png);
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  overflow: hidden;

}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-item-1 {
	flex: 1;
}


.stretch {
	align-items: stretch;
}

.flex-start {
	align-items: flex-start;
}

.flex-end {
	align-items: flex-end;
}

.center {
	align-items: center;
}

.baseline {
	align-items: baseline;
}

.column {
	flex-direction: column;
}

.bloco{
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  
}

.top-section{
  display: flex;
}

.item{
  flex: 1;
  
}

.row{
  flex-direction: row;
}

.wrap {
	flex-wrap: wrap;
}

.item.primeiro {
  margin-left: 0px !important;
}

.colunas .item {
  margin-left: 40px;
}



.colunas{
  display: flex;
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  margin-top: 70px;
}

.center {
  align-content: center;
  justify-content: center;
}


.item.description {
  text-align: center;
  width: 768px;
}



#section3{

  background-image: url(../img/section3/fundo3.jpg);
   background-repeat: no-repeat;
   -moz-background-size: cover;
   -webkit-background-size: cover;
   background-size: cover;
  z-index: -1;
  overflow: hidden;
}

#section4 {

  background-image: url(../img/section4/mosaico2.jpg);
   background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
  overflow: hidden;


}




/* TEXTOS SECOES */
/* #section2  h1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 5%;
} */

#section2 #section3 #section4 h1 {

  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 10% !important;
}



.cd-section h1 {
  color: white;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;

}
.cd-section p {
  line-height: 1.6;
}

#section4 p {

  font-size: 1.25rem;
  color: #fff;
  max-width: 600px;

}
/* #section4 .icones {
  
  position: absolute;
  left: 50%;
  top: 69%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 960px;
  text-align: center;
  color: #fff;

} */


/* MEUS RESPONSIVOS CODIGOS */
@media screen and (max-device-width: 800px) {


#section22 {
    background-repeat: no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

a.btn-revista {
    max-width: 80%;
}

.conteudo-center {
    margin: 0 auto !important;
    width: 80%;
}

.item.primeiro {
        margin-left: 20px !important;
        margin-bottom: 34px;
        margin: 0 auto;
        text-align: center;
    }

    .colunas .item {
        text-align: center;
    }



#logomarca {

  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000000;
}

#section1 {
  overflow: hidden;
 
}
video {
  position: absolute;
  right: 0; 
      bottom: 0;
      min-width: 100%; 
      min-height: 100%;
      width: auto; 
      height: auto; 
      z-index: -1;
  

}

#section2 {

  background-image: url(../img/section2/fundo2.jpg);
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  overflow: hidden;

}

#section3{

  background-image: url(../img/section3/fundo3.jpg);
   background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
  overflow: hidden;
}

#section4 {

  background-image: url(../img/section4/mosaico2.jpg);
   background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
  overflow: hidden;

}

}

@media only screen and (min-width: 768px) {
  

  .cd-section h1 {
    font-size: 30px;
    font-size: 1.875rem;
    max-width: 1200px;
  }
  .cd-section p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }

}

.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  width: 38px;
  height: 44px;
  background: url("../img/cd-arrow-bottom.svg") no-repeat center center;
}

/* No Touch devices */
.cd-nav-trigger {
  display: none;
}

.no-touch #cd-vertical-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.no-touch #cd-vertical-nav li {
  text-align: right;
}
.no-touch #cd-vertical-nav a {

  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-touch #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
.no-touch #cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.no-touch #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-touch #cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}
.no-touch #cd-vertical-nav a.is-selected .cd-dot {
  background-image: url(../img/01.png);
}
.no-touch #cd-vertical-nav .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background-image: url(../img/01.png);
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.no-touch #cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: .4em .5em;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* Touch devices */
.touch .cd-nav-trigger {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9);
}
.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
}
.touch .cd-nav-trigger span::before {
  top: -9px;
}
.touch .cd-nav-trigger span::after {
  bottom: -9px;
}

.touch #cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(92, 75, 55, 0.9);
}
.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}
.touch #cd-vertical-nav a span:first-child {
  display: none;
}
.touch #cd-vertical-nav a.is-selected span:last-child {
  color: #d8a80d;
}
.touch #cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}
.touch #cd-vertical-nav li:last-child a {
  border-bottom: none;
}

video {
  position: absolute;
  right: 0;  
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto; 
  z-index: -1;
  background: url(../img/fundo.png) no-repeat;
  background-size: cover;

}



@media only screen and (min-width: 768px) {
  .touch .cd-nav-trigger, .touch #cd-vertical-nav {
    bottom: 40px;
  }

.bloco {
   width: 84%;
   margin-bottom: 2.4em;
   /* margin-right: 2%; */
 
}
 


video {
  position: absolute;
  right: 0;  
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto; 
  z-index: -1;
  background: url(../img/fundo.png) no-repeat;
  background-size: cover;

}


}

@media screen and (min-width: 992px) {
  
#logomarca {

  position: absolute;
  left: 30px;
  top: 18px;
  height: 90px;
  /* width: 120px;
  height: 80px; */

}



#section2  h1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 10%;

}


#section2  p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 25%;
  font-size: 1.21rem;
  color: #fff;
  max-width: 1200px;

}
#section2 {

  background-image: url(../img/section2/fundo2.jpg);
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;

}

#section3{

  background-image: url(../img/section3/fundo3.jpg);
   background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

#section3  h1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 12%;

}

#section4  h1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 12% !important;

}

/* #section4 .icones {
  
  position: absolute;
  left: 50%;
  top: 80%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 960px;
  text-align: center;
  color: #fff;
  
} */

.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
  box-shadow: 
    inset 0 0 0 10px rgba(255,255,255,0.6),
    0 1px 2px rgba(0,0,0,0.1);
    
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
   background-image: url(../img/section3/apada_parceiro.jpg);
   background-size: contain;
}

.ch-img-2 { 
   background-image: url(../img/section3/chapadaimperial.jpg);
   background-size: contain;
}

.ch-img-3 { 
  background-image: url(../img/section3/cunhada.jpg);
  background-size: contain;
}

.ch-img-4 { 
  background-image: url(../img/section3/ilva.jpg);
  background-size: contain;
}

.ch-img-5 {
  background-image: url(../img/section3/mult.jpg);
  background-size: contain;
}

.ch-info {
  position: absolute;
  background: rgba(105, 80, 59, 0.73);
  width: inherit;
  height: inherit;
  border-radius: 50%;
  opacity: 0;
  
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  
  -webkit-backface-visibility: hidden;

}

.ch-info h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 45px 0 0 0;
  height: 140px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-shadow: 
    0 0 1px #fff, 
    0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255,255,255,0.5);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 0.4s;
  -moz-transition: all 1s ease-in-out 0.4s;
  -o-transition: all 1s ease-in-out 0.4s;
  -ms-transition: all 1s ease-in-out 0.4s;
  transition: all 1s ease-in-out 0.4s;
}

.ch-info p a {
  display: block;
  color: #fff;
  color: rgba(255,255,255,0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
  color: #fff222;
  color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
  box-shadow: 
    inset 0 0 0 1px rgba(255,255,255,0.1),
    0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.ch-item:hover .ch-info p {
  opacity: 1;
}




#section4 {

  background-image: url(../img/section4/mosaico2.jpg);
   background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;

}

#section4  h1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 5%;

}

#section4 h1 {

  color:#fff;
  top:4%;
}

#section4 p {

  font-size: 1.65rem;
  color: #fff;
  max-width: 1200px;

}
/* #section4 .icones {
  
  position: absolute;
  left: 50%;
  top: 59%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 960px;
  text-align: center;
  color: #fff;


} */


.coluna:last-child {
  margin-right: 0;
}


.coluna {
 
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 5%;
  width: 31%;
  float: left;
  margin-right: 3.127659574468%;
  color: #fff;
  line-height: 1.5;

}





video {
  position: absolute;
  right: 0;  
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto; 
  z-index: -1;
  background: url(../img/fundo.png) no-repeat;
  background-size: cover;

}





}


@media screen and (max-width: 520px) {

/* #section1  { background: url(../img/fundo.png)  no-repeat center center fixed; max-width: 100%;}
video { display: none; } */





.item.description {
  text-align: center;
  padding: 0px 24px;
  font-size: 14px;
  width: 100%;
  margin-top: 24px;
}

#itemdescription-2{
  font-size: 18px !important;
    line-height: 32px !important;
    margin-bottom: 40px;
    margin-top: 20px;
    max-width: 698px;
    font-weight: 500;
    margin-right: 28px;
}

.bloco {
  display: flex;
  margin: 0 auto;
  width: 100% !important;
}

#section2 .missoes {
  text-align: center;
  top: 3% !important;
}

#section4 .missoes {
  text-align: center;
  top: 3% !important;
}

#section4 p {
  font-size: 18px;
  color: #fff;
  max-width: 600px;
  padding: 0px 20px;
}

#section2 {
  background-size: cover;
 
}

#section3 {
  background-size: cover;
}

#section4 {
  background-size: cover;
}

.colunas .item {
  margin-right: 20px;
}
.colunas .item p {
  font-size: 14px !important;
  margin-top: 20px;
  color: #d6d6d6 !important;
}

.colunas .item h3 {
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 12px;
  line-height: 32px;
  height: 46px;
}


.colunas {
  margin-top: 40px;
}

.item.primeiro {
  margin-left: 20px !important;
  margin-bottom: 34px;
}

.colunas .item {
  margin-left: 20px;
  margin-bottom: 34px;
}

.row {
  flex-direction: column;
}

.cd-section h1 {
  line-height: 26px;
}
.ch-grid li {
  width: 110px !important;
  height: 110px !important;
}


.ch-img-1 { 
  background-image: url(../img/section3/apada_parceiro.jpg);
  background-size: contain;
}

.ch-img-2 { 
  background-image: url(../img/section3/chapadaimperial.jpg);
  background-size: contain;
}

.ch-img-3 { 
 background-image: url(../img/section3/cunhada.jpg);
 background-size: contain;
}

.ch-img-4 { 
 background-image: url(../img/section3/ilva.jpg);
 background-size: contain;
}

.ch-img-5 {
 background-image: url(../img/section3/mult.jpg);
 background-size: contain;
}




#logomarca {

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;

}

#section1 h1 {
  font-size: 28px;
  line-height: 36px;
}

#section3  h1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 5%;

}

}


