@font-face {
    font-family: 'robotothin';
    src: url('../fonts/Roboto-Thin-webfont.eot');
    src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Roboto-Thin-webfont.woff') format('woff'),
         url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
overflow-x: hidden;
}

#carousel {
  background-color: #242424;
}

.carouselbg {

  background-image: url(../arquivos/slide_frame.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;


}


.topomobo {
 position:absolute;
 z-index: 33;
 margin-top: -100000px;
  
}

.ghost {
  display: none;
}

.topodesk, .navdesk, .faixaendereco{
  display: all;
}

.header {
  width: 100%;
}

.topodeskfixed {
  position: fixed;
  z-index: 10;
}

.logoshrink img {
  position: fixed;
  z-index: 999999998;
  left: 40px;
  top: 3px;

}


.bg3x3{
  background-image: url(../static/3x3.png);  
  background-position: top left;    
  background-repeat: repeat;
}

.bgfundotopo 
{
    background-image: url(../arquivos/fundotopo.png);  
    background-position: bottom;  
    background-size: 100%;  
    background-repeat: no-repeat;
}

.dropdown-toggle {
  cursor: hand;
  cursor: pointer;
}

.nav-link, .dropdown-item {

  font-weight: 400;
   font-stretch: condensed;
   letter-spacing: 0.11em;
   font-size: 0.95em;
   transform: scale(1, .9);
}

.nav-absolute {
  position:absolute;
  z-index: 1;

}

.titlebigtopoleft {
  font-family: 'robotothin';
  font-size: 2.4em;
  margin-bottom: 3px;
  letter-spacing: 0.18em;
  transform: scale(.8, .9);
  padding: 0px;
  margin-bottom: -15px;
}

.titlebigtoporight {
  font-family: 'robotothin';
  font-size: 2.4em;
  margin-bottom: 3px;
  letter-spacing: 0.18em;
  transform: scale(.8, .9);
  text-align: right;
  padding: 0px;
   margin-bottom: -15px;

}

.titulosverdes {
  color: #11a458;
  letter-spacing: 0.18em;
  transform: scale(.85,0.95);
  font-size: 2.4em;
  font-weight: 300;
}

.containerprodutos {
  display: table;
  position: relative;
  height: inherit;
}

.titproduto {
  color: #11a458;
  font-size: 1.1em;
  font-weight: 400;
}

.plus, .topomodal span {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 height:2.125rem;
 width:2.125rem;
 border:2px solid #11A458;
 border-radius:50%;
 margin:0 auto;
 -webkit-transition:background-color .3s ease,-webkit-box-shadow .3s,-webkit-transform .1s;
 transition:background-color .3s ease,-webkit-box-shadow .3s,-webkit-transform .1s;
 -o-transition:background-color ease .3s,box-shadow .3s,transform .1s;
 transition:background-color .3s ease,box-shadow .3s,transform .1s;
 transition:background-color .3s ease,box-shadow .3s,transform .1s,-webkit-box-shadow .3s,-webkit-transform .1s;
 -webkit-transform-origin:50%;
 -ms-transform-origin:50%;
 transform-origin:50%;
 transform-box:fill-box;

  cursor: hand;
 cursor: pointer;
}



.plus--alternative {
 margin:0;
 background-color:#11A458;
cursor: hand;
 cursor: pointer;
  animation:  plusout 300ms forwards 1;

}

.plus--alternative:hover {
  animation:  plusin 300ms forwards 1;
   cursor: hand;
 cursor: pointer;
}

.plus-icon {
  position: relative;
  color: #fff;
  font-family: 'robotolight';
  font-weight: 400;
 
}

.modal {
  z-index: 77777;
}

.topomodal {
  background-image: url(https://beta.criapolis.com.br/fida2021/static/3x3.png); 
  background-position: top left;    
  background-repeat: repeat;
}

.topomodal span {
    padding-top: -15px;
    font-family: 'robotolight';
  font-weight: 400;
  background-color:#11A458;
  color: #fff;
}

.modal-body {
  display:flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.titlelateralprod {
    font-family: 'robotolight';
    font-size: 1.4em;
    letter-spacing: 0.18em;
    padding: 0px;
}

.linkssideprod a fieldset {
  display: block;
  width: 30px;
  height: 25px;
  content: ' ';
  background-image: url(https://beta.criapolis.com.br/fida2021/static/setamenuleft.png);
  background-position: center center;
  transform: rotate(-90deg);
 }


.linkssideprod a {
  font-family: 'robotolight';
  color: #242424;
  font-weight: bold;
  text-transform: uppercase;
  filter: opacity(.7);
}

.linkssideprod a:hover {
  font-family: 'robotolight';
  color: #11a458;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.linkssideprod a.aplicon {
  font-family: 'robotolight';
  color: #11a458;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  pointer-events: none;
  cursor: default;
}


.lnktermos {
   font-family: 'robotolight'; 
  color: #11a458;
  font-weight: bold;
  text-decoration: none;
}

.lnktermos:hover {
   font-family: 'robotolight'; 
  color: #DFDFDF;
  font-weight: bold;
  text-decoration: none;
}

.greenborder {
  border: 3px solid #11A458;
}

#selectcidade {
   -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url(../img/loupe.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}

.lnkblocos
{
  text-decoration: none;
  color: #dfdfdf;
  font-size: 0.84em;

}

.lnkblocos:hover
{
  text-decoration: none;
  color: #399E48;
}

@keyframes plusin {
 0% {
    -webkit-transform: scale(1)
    transform: scale(1);

  } 


  100% {
    -webkit-transform: scale(2); 
    transform: scale(2);

  }
}


@keyframes plusout {
 0% {
    -webkit-transform: scale(2); 
    transform: scale(2);
  } 


  100% {
    -webkit-transform: scale(1); 
    transform: scale(1);
  }
}



@keyframes plusinmenu {
 0% {
    -webkit-transform: scale(1)
    transform: scale(1);
 
  } 


  100% {
    -webkit-transform: scale(1.2); 
    transform: scale(1.2);

  }
}


@keyframes plusoutmenu {
 0% {
    -webkit-transform: scale(1.2); 
    transform: scale(1.2);

  } 


  100% {
    -webkit-transform: scale(1); 
    transform: scale(1);

  }
}



.blogdivider {
  width: 100%;
  height:1px;
  content: '';
  border: none;
  border-bottom: 1px Dotted #11A458;
}

.textoblog {
    font-family: 'robotolight';
}

.titulosblog {
  width: 100%;
  color: #11a458;
  letter-spacing: 0.18em;
  font-size: 1.8em;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0px;
}

.titulosbloginterna {
  width: 100%;
  color: #11a458;
  letter-spacing: 0.11em;
  font-size: 2.6em;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0px;
} 

.titulosblogrelacionados {
  width: 100%;
  color: #11a458;
  letter-spacing: 0.11em;
  font-size: 1.4em;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0px;
}


.blogdata {
  font-size: 1.0em;
  filter: opacity(0.5);
}

.titulosboldverde {
  font-family: 'robotolight';
  color: #11a458;
  font-weight: bold;
}

.spacerfont {
  letter-spacing: 0.16em;
}

::placeholder,  select::placeholder {
  font-family: 'robotolight';
  font-weight: 300;
}

.titulosbrancos {
  color: #fff;
  letter-spacing: 0.18em;
  transform: scale(.85,0.95);
  font-size: 2.4em;
  font-weight: 300;
}

.tituloscinzas {
  color: #8a8a8a;
  letter-spacing: 0.18em;
  transform: scale(.85,0.95);
  font-size: 2.4em;
  font-weight: 300;
}

.acchatter {
  transform: scale(.86,.95);
}

.nextbtn {
  transform: scaleX(-1);
}

.marginextamenu {
  margin-bottom: 18px;
}

.activelink {
  font-weight: 600;

  color:  #11A458;
  border-bottom:  15px Solid #11A458;
}

.activelink span {
  font-weight: bold;
  color:  #11A458;
}

.bg-submenu {
  background-color: #1D1D1D;
}

.gslogo {
  /*filter: grayscale(1);*/
  animation: fadeout 100ms forwards 1;
}

.gslogo:hover {
  /*filter: grayscale(1);*/
  animation: fadein 1s forwards 1;
  cursor: hand;
  cursor: pointer;
}

.sideline {
  border-right: 2px Solid #11a458;
  height: 50px;
}

.sidelinelast {
  border:none;
}

.carousel-item {
  height: calc(100% * 9 / 16);
  max-height: 620px;
  overflow-y: hidden;
}

.d-image {
  width:100%;
  position: relative;
  margin: 0px auto;
  object-fit: cover;
}

.faixaempresas div {
  padding-left: 60px;
  padding-right: 60px;
}

.lgpdesq {
  display: block;
  width: 40%;
  float:left;
} 

.lgpddir {
  display: block;
  width: 60%;
  float:right;
}

@keyframes fadein {
 0% {
    -webkit-filter: grayscale(1); 
    filter: grayscale(1);
  } 
  50% {
    -webkit-filter: grayscale(0.5); 
    filter: grayscale(0.5);
  }

  100% {
    -webkit-filter: grayscale(0); 
    filter: grayscale(0);
  }
}

@keyframes fadeout{
  0% {
    -webkit-filter: grayscale(0); 
    filter: grayscale(0);
  }
  50% {
    -webkit-filter: grayscale(0.5); 
    filter: grayscale(0.5);
  }

  100% {
    -webkit-filter: grayscale(1); 
    filter: grayscale(1);
  }
}

/* ESSA PARTE É DOS DIVS DIAGONAIS */

/* appearance styling */
.bipart {
    /* hacks to make one side slant only */
    width: 100%;
    overflow: hidden;
    margin-left: 0px;
    padding: 0px;
    height: 514px;
    /*background: linear-gradient(to right, red, white, white, red);*/
}

.bipartdeskleft {
  margin:0px;
  padding: 0px;
   position: absolute;
  z-index: 9999;
  width: calc(50%+10px);
}


.bipartlifirst 
{
  width: 100%;

  margin-top: 0%;
   height: 514px; 
  /*background-attachment: rgba(0,0,0, 0.8), url("../arquivos/fundo_fatia_left.png");*/
  background:url(../arquivos/bg_side_cc.jpg);
  background-attachment: fixed;
  background-size:cover;
  text-align: right;
  padding-top: 17%;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    cursor:hand;
  cursor: pointer;
}

.bipartlifirst  a {
  width: 80%;
  margin-left: -3%;
}



.bipartlilast 
{
  height: 514px;
  float:right;
   background:url(../arquivos/bg_side_agro.jpg);
   background-attachment: fixed;
  background-size:cover;
/*  background: linear-gradient(rgba(42,42,42, 0.8) , rgba(42,42,42, 0.8) ), url("arquivos/fundo_fatia_right.png");*/
  /*background-color: rgba(16,184,63, 0.4);*/
  margin-left: -9%;
  position:absolute;
  z-index:0;
  right:0;
  padding-top: 10%;
    cursor:hand;
  cursor: pointer;

}

.bipartlifirstbutton {
  position: absolute;
  z-index: 99999999;
  padding:10px;
  background: #393939;
  color: #139351;
  width: 185px;
  font-family: 'robotolight';
  letter-spacing: 0.20em;
  cursor:hand;
  cursor: pointer;
  bottom: 0px;
  margin-left: -32%;
  margin-bottom: -15px;
}

.bipartlilastbutton {
   position: absolute;
  padding:10px;
  z-index: 9999;
  background: #393939;
  color: #139351;
  width: 185px;
  font-family: 'robotolight';
  letter-spacing: 0.20em;
  cursor:hand;
  cursor: pointer;
  bottom: 0px;
   margin-left: -22%;
  margin-bottom: -15px;
}


.bipartlifirstbutton:hover, .bipartlilastbutton:hover {
  padding:10px;
  background: #1e1e1e;
  color: #139351;
  width: 185px;
  font-family: 'robotolight';
  letter-spacing: 0.20em;
  cursor:hand;
  cursor: pointer;
}



.bipartlifirstitem 
{
  /* transform:skewX(-20deg);
    -ms-transform:skewX(-20deg);
    -webkit-transform:skewX(-20deg);*/
margin-left: -2%;
}

.comocomprar 
{
   font-family: 'robotolight';
   font-size: 1.4em;
   letter-spacing: 0.16em;
}




/* FIM ESSA PARTE É DOS DIVS DIAGONAIS */





#blogcontainer {
  background-image: url(../static/3x3.png);  
  display: grid;
}

.carousel-cell {
  width: 540px; /* full width */
  height: 565px;
  background: #0a0a0a;
  color: #000;
  margin-left: 16px;
  margin-right: 16px;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 10px 10px 22px -3px rgba(0,0,0,0.69);
  -webkit-box-shadow: 10px 10px 22px -3px rgba(0,0,0,0.69);
  -moz-box-shadow: 10px 10px 22px -3px rgba(0,0,0,0.69);
}


.titulosbrancos-blog {
  color: #fff;
  letter-spacing: 0.18em;
  transform: scale(.85,0.95);
  font-size: 1.4em;
  font-weight: 300;
  position: absolute;
  z-index: 1;
  text-align: justify;
}


.carousel-cell-blog {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #000;
  cursor: hand;
  cursor: pointer;

} 

.carousel-cell-blog {
  display: flex;
  flex-wrap: wrap;
  vertical-align: baseline;
}
 
.carousel-cell-blog-link {
  position: absolute;
  border: 1px Solid red; 
}

.carousel-cell-blog img {
  filter: opacity(0.4);
}

.blog-cell {
  width: 100%; /* full width */
  height: 365px;
  background: #fff;
  color: #000;

  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 10px 10px 22px -3px rgba(0,0,0,0.69);
  -webkit-box-shadow: 10px 10px 22px -3px rgba(0,0,0,0.69);
  -moz-box-shadow: 10px 10px 22px -3px rgba(0,0,0,0.69);

}


.blog-cell-clean {
  width: 100%; /* full width */
  height: 365px;
  background: #fff;
  color: #000;

  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;

}


.blog-cell .titulosbrancos {
  margin-left:25px;
}


.blockmissao {
  display: flex; 
  flex-wrap: wrap;
  width:100%;
}

.flickity-viewport {
  padding-top: 20px;
  padding-bottom:20px;
}



.botslider{
  display: flex;
  justify-content: center;
  margin:2px;
}

/*.flickity-slider:first-child {
  margin-left: 20%;
}*/

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}


.carousel-image {
  width: auto;
  height: auto;


}

.carousel-cell, .blog-cell {
    cursor: hand;
  cursor: pointer;
  
}



.carousel-cell:hover, .blog-cell:hover  {
    cursor: hand;
  cursor: pointer;
  outline: 2px Solid #11a458;
}



.carousel-cell fieldset, .blog-cell fieldset{
  text-transform: uppercase;
  position:absolute;
  z-index: 1;
  bottom: 80px;
  letter-spacing: 0.1em;
  font-size: 2.0em;
  width: 100%;
  padding: 10px;
  line-height: 45px;
     transform: scale(.95, 1);
}


.carousel-cell button, .blog-cell button
{
  position: absolute;
  z-index: 2;
  padding:10px;
  bottom: 0;
  margin-bottom: -10px;
  right: 5%;
  background: #393939;
  border: none;
  color: #139351;
  width: 205px;
  font-family: 'robotolight';
  font-weight: bold;
  letter-spacing: 0.20em;
}

.carousel-cell button:hover, .blog-cell button:hover
{
  background: #1e1e1e; 
    color: #139351;
}

.carousel-cell img {
  border: 0px;
  filter: opacity(.4);
  width: inherit;
  height: inherit;
}

.carouselhome 
{
  display: block;
}

/*.item 
{
box-shadow: 10px 10px 22px -3px rgba(0,0,0,0.69);
-webkit-box-shadow: 10px 10px 22px -3px rgba(0,0,0,0.69);
-moz-box-shadow: 10px 10px 22px -3px rgba(0,0,0,0.69);

min-width: 540px;
margin-left: 35px;
margin-right: 35px;
}

.item fieldset {
  text-transform: uppercase;
  position:absolute;
  z-index: 0;
  bottom: 30px;
  letter-spacing: 0.10em;
  font-size: 1.7em;
  width: 100%;
}


.item img
{ 

width: 540px;
height: 564px;
border: 1px Solid #242323;

}

.item img:hover {
  cursor: hand;
  cursor: pointer;
  border: 1px Solid #10A458;
}

.owl-prev span 
{
  font-size: 20px;
}
.owl-next span 
{
  font-size: 20px;
}

.owl-stage-outer
{
  margin-top: 1%;
 padding-bottom: 30px;
  display: table;
}
.owl-nav
{
  margin-top: 0px;
}

/*


    #owl-demo .item{
      margin: 3px;
    }
    #owl-demo .item img{
      display: block;
      width: 100%;
      height: auto;
    }*/



.btnprevnext 
{
  background: #3B3B3B;
  border: none;
  font-weight: bold;
  color: #198445;
  font-size: 32px;
  font-weight: bold;
  padding: 5px;
  width: 77px;
  height: 77px;
  margin-left: 10px;
  margin-right: 10px;
}
.btnprevnext:hover 
{
  cursor: hand;
  cursor: pointer;
  background: #1e1e1e; 
    color: #198445;
}

.faixaempresas
{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.3)); 
    background-position: top left;  
    background-size: 100%;  
    background-repeat: repeat;
}
 
#form7 {
  margin-right: 10px;
}

.btncad {
  color: #10A357;
  background-color: #363636;
}

.btncad:hover {
  color: #10A357;
   background: #1e1e1e; 
}

.btncat {
  color: #fff;
  background-color: #11a458;
} 

.btncat:hover {
  color: #fff;
   background: #0F944F; 
}




.fundosigafida {
 background-image: url(static/3x3.png);  
 background-position: top left;    
 background-repeat: repeat;
   
}

.fundoblksiga {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.3)); 
  background-position: top left;  
  background-size: 100%;  
  background-repeat: repeat;
}

.sigamobo { 
position: absolute;
z-index: 22;
top: -10000px;
}
.sigadesk {
position: static;
}

.playervideo {
  width: 100%;
  object-fit: cover;
}  

.bipartmobo {
	display: none;
}

.js-reveal {
  opacity: 1;
  transition: opacity 1.5s ease-in, margin-top 1.5s ease-out;
}

.js-reveal--hidden {
  opacity: 0;
  margin-top: 3em;
}


.youtube-player {
    position: relative;
    height: 100%;
    max-height: 350px;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border:none;
    margin: 0px;
  }

  .youtube-player iframe {
     position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  }

  .youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
  }

  .youtube-player img:hover {
    -webkit-filter: brightness(15%);
  }

  .youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
  }




.fundotopotitulointerna {
display: flex;
align-items: center;
height: 195px;
max-height: 195px;
background-image:url(../arquivos/fundo_tit_interna.jpg);
background-size: contain;
border-bottom: 2px Solid #00BA5E;
-webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-bottomright: 12px;
-moz-border-radius-bottomleft: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;


}

.fundotopotitulointerna h2 {
	color: #00BA5E;
	font-family: 'robotolight';
  font-weight: 300;
}

.whitebox {
	background-color: #fff;
}

.msgform {
	width:100%;
}

.menumobocontainer {
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top:0px;
  left:0px;
}

video, source {
    object-fit: fill;
    margin: 0px;
    padding:0px;
    border: none;
}


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



            .logoshrink {
              display: none;
            }

            .bipartdesk {
              display: none;
            }


            .topomobo {
              display: all;
              position: relative;
              width: 100%;
              height: 223px;
              position:static;
              margin:0px;
              padding: 0px;

            }

            .titulosmobo div{
              font-family: 'robotothin';
              font-size: 1em;
              float: right;
              width: 100%;
              line-height: 25px;
               word-wrap: break-word;
               text-align: right;
               color: #fff;

            }

            .titulosmobo hr {
              margin: 0px;
              margin-top:6px;
              margin-bottom: 6px;
            }

            .topodesk, .navdesk {
            display: none;
            }



            #blogcontainer {
              background-image: url(../arquivos/fundoblog.png);  
              background-position: -800px center; 
              background-repeat: repeat-y; "
            }

            .carousel-cell {
              /*width: calc(100% - 25px); /* full width */*/
              height: auto;
              min-height: 400px;
              background: #000;
              color: #000;
              /* center images in cells with flexbox */
              display: flex;
              align-items: center;
              justify-content: center;
              border: none;
            }


            .blog-cell {
              width: 100%; /* full width */
              height: auto;
              min-height: 300px;
              background: #000;
              color: #000;
              /* center images in cells with flexbox */
              display: flex;
              align-items: center;
              justify-content: center;
              float:left;

            }



            .carousel-cell img {
            	position: relative;
            	width: 100%;
            	height: inherit;
                border: none;
            }

            .blog-cell img {
            	position: inherit;
            	width: inherit;
            	height: inherit;
            }

            .carousel-cell fieldset, .blog-cell fieldset {
              text-transform: uppercase;
              position:absolute;
              z-index: 44;
              bottom: 50px;
              letter-spacing: 0.1em;
              font-size: 1.6em;
              width: 100%;
              padding: 5px;
              line-height: 35px;
                 transform: scale(.95, .98);
               border: none;    
            }


            .carousel-cell button:hover, .blog-cell button:hover
            {
              background: #1e1e1e; 
                color: #139351;
            }


            .flickity-viewport {
              margin-top: -10px;
            }

              
            .flickity-slider:first-child {
            margin: 0px;
            }


            .faixaempresas {
              background: none;
            }

            .faixaempresas div {
              padding-left: 20px;
              padding-right: 20px;
            }

            .gslogo {
              float: none;
              height: 38px;
            }

            .botslider {
              margin-top: 20px;
              padding-bottom: 40px;
            }

            .btncad {
              width: 100%;
            }

            #form7 {
              margin-left: 0px;
              margin-right: 0px;
            }


            .sigamobo {
            padding-top:20px;
            position: initial;
            }

            .sigadesk { 
            position: absolute;
            z-index: 22;
            top: -10000px;
            }

            .sideline {
              width: 25%;
              text-align: center;
            }

            .sidelinelast {
              border:none;
            }

            .containermobo {
              width: 90%;
              margin: 0px auto;
              padding: 0px;
            }

            .titnossasempresas {
              padding-top: 40px;
            }

            .playervideo {
              width: 100%;
              object-fit: cover;
            }


            .bipartmobo {
              float: left;
            	display: table;
              width: 100%;
              height: 580px;
            }



            .img_cc_mobo {

             /*width: 80%;*/
             max-width: 80%;
             height: auto;
             margin-left: 25px;

            }

            .img_agro_mobo {
             
             /*width: 80%;*/
             max-width: 80%;
             height: auto;
             margin-left: 35px;

            }

            .bipartlifirstmobo {
              float:left;
              text-align: center;
              width: 100%;
              height: 270px;
              background:url(../arquivos/bg_side_cc.jpg);
              background-attachment: fixed;
              background-position: center;
              background-size: cover;
              background-repeat: no-repeat;
            }


            .bipartlilastmobo {
              float:left;
              text-align: center;
              width: 100%;
              height: 270px;
              background:url(../arquivos/bg_side_agro.jpg);
              background-attachment: fixed;
              background-position: center;
              background-size: cover;
              background-repeat: no-repeat; 
            }

            .bipartlifirstmobo img, .bipartlilastmobo img {
              float:none;
              width: 100%;
              max-width: 260px;
              margin: 10px auto;
              margin-top: 80px;
            }

            .bipartlifirstmobobutton, .bipartlilastmobobutton {
              padding:10px;
              z-index: 99999;
              background: #393939;
              color: #139351;
              width: 185px;
              font-family: 'robotolight';
              letter-spacing: 0.20em;
              cursor:hand;
              cursor: pointer;
            }

            .bipartlifirstmobobutton:hover, .bipartlilastmobobutton:hover 
            {
              background: #1e1e1e; 
                color: #139351;
            }


            .titulosmobile {
            	font-size: 1.8em;
            }


            .navmobo {
              flex-wrap: wrap;
            }

            .navmobo .nav-item {
              width: 100%;
            }

            .dropdown, .dropdown-toggle, .dropdown-menu {
              position: relative;
              width: 100%;
            }

            .plusmenu, .menumobocontainer.plusmenu-icon {
              position: absolute;
              z-index: 999999999999;
              float: right;
              display: flex;
             -webkit-box-align: center ;
             -ms-flex-align:center;
             align-items:center;
             -webkit-box-pack:center;
             -ms-flex-pack:center;
             justify-content:center;
             height:3.125rem;
             width:3.125rem;
             right: 5px;
             top: 5px;
             border:2px solid #11A458;
             border-radius:50%;
             margin:0 auto;
             -webkit-transition:background-color .3s ease,-webkit-box-shadow .3s,-webkit-transform .1s;
             transition:background-color .3s ease,-webkit-box-shadow .3s,-webkit-transform .1s;
             -o-transition:background-color ease .3s,box-shadow .3s,transform .1s;
             transition:background-color .3s ease,box-shadow .3s,transform .1s;
             transition:background-color .3s ease,box-shadow .3s,transform .1s,-webkit-box-shadow .3s,-webkit-transform .1s;
             -webkit-transform-origin:10%;
             -ms-transform-origin:10%;
             transform-origin:10%;
             transform-box:fill-box;

              cursor: hand;
             cursor: pointer;
            }



            .plusmenu--alternative {
             margin:0;
             background-color:#11A458;
            cursor: hand;
             cursor: pointer;
              animation:  plusoutmenu 300ms forwards 1;

            }

            .plusmenu--alternative:hover {
              animation:  plusinmenu 300ms forwards 1;

               cursor: hand;
             cursor: pointer;
            }

            .plusmenu-icon {
              position: relative;
              color: #fff;
              font-family: 'robotolight';
              font-weight: 400;
              font-size: 1.4em;
             
            }


            .lnkblocos {
              font-weight: bolder;
              color: #dfdfdf;
              font-size: 0.84em;

            }



}






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

/*.flickity-slider:first-child {
  margin-left: 5%;
}
*/
}


/*@media only screen and (min-width: 468px) {

.topomobo {
  display: flex;
  align-items: center;
  justify-content: space-between;
} 

}*/




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

video, source {
    object-fit: fill;
    margin: 0px;
    padding:0px;
    border: none;
}

.bipartmobo {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height: 600px;
} 


 .topomobo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0px auto;
  justify-content: space-around;

}  

.titulosmobo {
  display: table;
  float: left;
  width: 100%;
  position: relative;
}

.fatiamobo1{
  float: left;
  width: 20%;
}

.fatiamobo2{
  width: 80%;
}

.fatiamobo2 img {
  margin: 5px;
}

.fatiamobo3{
  width: 100%;
  display: table;
     padding-bottom: 5px;
}

.fatiamobo3 div {
   width: 100%;
    margin-top:5px;
 	display: flex;
 	align-items: center;
 	justify-content: space-around;
    text-align: center;
     word-spacing: 2px;
     column-count: 2;
     column-width: 50%;


}

.empresasfootermobo img {
  width:25%;
  width: auto;
  height: auto;
  max-width: 64px;
  max-height: 64px;
  margin: 10px;
}

.empresasfootermobo {
  text-align: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.carousel-cell {
  width: 98%; /* full width */
  height: auto;
  background: #0a0a0a;
  color: #000;
  margin-left: 16px;
  margin-right: 16px;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
  
  box-shadow: 10px 10px 22px -3px rgba(0,0,0,0.69);
  -webkit-box-shadow: 10px 10px 22px -3px rgba(0,0,0,0.69);
  -moz-box-shadow: 10px 10px 22px -3px rgba(0,0,0,0.69);

}

.hamb {
  cursor: hand;
  cursor: pointer;
}


.fundotopotitulointerna {
display: flex;
align-items: center;
height: 145px;
max-height: 145px;
background-image:url(../arquivos/fundo_tit_interna.jpg);
background-size: cover;
border-bottom: 2px Solid #00BA5E;
-webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-bottomright: 12px;
-moz-border-radius-bottomleft: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;


}


.lgpdesq, .lgpddir {
  display: block;
  width: 100%;
}
} 

select, option {
   font-family: 'robotolight';
  background-color: #fff;
  border: none;
  padding: 5px;
  margin: 0;
  width: 100%;
  font-size: 1.4em;
  cursor: inherit;
  color: #737373;
}


input, textarea, option, .optionselect, select::placeholder {
  font-family: 'robotolight';
  font-size: 0.8em;
  color: #737373;
}

.optionselect {
  text-transform: uppercase;
}

.faixaassinatura a {
padding:0px;
margin: 0px;
}

.logoberga {
  width: 120px;
  max-width: 120px;
  filter: opacity(.4);
}

.logocriapolis {
    width: 120px;
  max-width: 120px;
}

.cadsholder {
  position: relative;
  height: auto;

}

.card2 {
  display: flex;
  align-self: stretch;
  position: relative;
  height:100%;
  min-height: 480px;

}

.card2 p, .card2 h6 {
  width: 100%;
  float: left;
  

}

.voltatopic{
  display: table;
  cursor: hand;
  cursor: pointer
  padding-left: 10px;
  color: #0FBA5E;
  font-size: 0.8em;
  text-transform: uppercase;
}


.lnkpriv {
  cursor: hand;
  cursor: pointer;
  width: inherit;
  display:table;
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px Dotted #f2f2f2;
  text-align: left;

}

.lnkpriv:hover {
  text-decoration: none;
  color: #f2f2f2;
}