body {

    color: white;
    font-family: 'Roboto', sans-serif !important;
    
}

header {
    font-weight: 900;
    font-size: 15px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

header nav  {
    
    background-color:black;
    height: 52px;
    
}
header ul {
    padding: 0px;
    margin: 0px;
    margin-top: 7px;
    padding-bottom: 22px;
}

header a {
    color: #5A5A5A;
    padding: 9px;
}

header a:hover { 
    color: white;
    text-decoration: none;
}

header li {
    list-style: none;
    display: inline-flex;
}

.logo-escrita {
    font-family: 'Quantify' !important;
    float: left;
    /* font-size: 30px; */
    height: 36px;
    width: 107px;
    margin-top: 6px;
}

.missao { 
    background-color:#92BE1F;
}

.missao-right {
    
    height:100vh;
    font-weight: 100;
    color: white;
}

.missao-right-content {
    
    width: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50%;
}

.missao-right-content p {
    margin-top: 35px;
    font-size: 1.4em;
    width: 70%;
    
}

.missao-left {
    height: 100vh;
}


.size-screen { 
    height:100vh;
}

.tcr-start-mobile {
    max-width: 100vw;
    width: 100%;
    padding-top: 3rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tcr-start-mobile .txt-empty {
    margin: 0 0 3rem 0;
}

.tcr-start-mobile p {
    font-size: 16px;
    color: black;
    font-weight: 500;
}

.tcr-start-mobile #tcr-mapa {
    background-color: white;
    max-width: 100vw;
    width: max-content;
    height: auto;
}

.tcr-start-mobile #tcr-logo {
    max-width: 180px;
    width: 100%;
}



.tcr-start-mobile #tcr-icon {
    max-width: 30px;
    width: 100%;
}

.start-page {
    display: flex;
    justify-content: center;
    background-color: white;
    gap: 75px;
    width: 100%;
}

.start-page p {
    font-size: 24px;
}

.start-page #tcr-logo {
    max-width: 500px;
}

.start-page-right h3 {
    font-size: 36px;
}

.start-page-right #tcr-logo {
    width: 50px;
    height: 50px;
}

.start-page-right p {
    font-size: 20px;
}

@media screen and (max-width: 1660px) {
    .start-page p {
        font-size: 16px;
    }

    .start-page #tcr-logo {
        max-width: 200px;
    }

    .start-page-right #tcr-mapa {
        max-width: 400px;
    }

    .start-page-right h3 {
        font-size: 25px;
    }

    .start-page-right p {
        font-size: 14px;
    }

    .start-page-right #tcr-icon {
        width: 30px;
        height: 30px;
    }
}

/*@media (min: 1280px) {*/
/*    font-size: 18px;*/
/*}*/

.screen-hello {
    background-image: url(https://cdn.terras.agr.br/site/2019/img/bg-app.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.quemsomos {
    background-image: url(https://cdn.terras.agr.br/site/2019/img/quemsomos.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.quemsomos p {
    margin-top: 35px;
    font-size: 1.4em;
    width: 70%;
    font-weight: 100;
}

.logo-screen-hello {
    margin-top: 15%;
    width: 60%;
}

.box-buttons  {
    color: white;
    position: fixed;
    z-index: 9999;
    font-size: 15px;
    border: 1px solid white;
    text-align: center;
    padding: 6px 16px;
}

.box-login-cadastro { 
    bottom: 43px;
    margin-left: 5%;
    cursor: pointer;
}

.box-contato {
    top: 328px;
    transform: rotate(-90deg);
    right: 31px;
    cursor: pointer;
}



.box-contato-preto a, .box-midia-preto a, .box-login-cadastro-preto a { 
    color: black !important;
}

.box-buttons.box-contato.box-contato-preto, .box-buttons.box-midia.box-midia-preto, .box-buttons.box-login-cadastro.box-login-cadastro-preto {
    border: 1px solid black;
}


.box-midia {
    top: 173px;
    transform: rotate(-90deg);
    right: 8px;
    cursor: pointer;
}

.box-login-cadastro a, .box-contato a, .box-midia a {
    color: white;
}

.equipes {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px !important;
}

.anin-logo1 { 
    padding: 0px;
    margin-top: -44px;color: transparent;
}

.hit-description {
    display: block;
    background-color: #3333338a;
    width: 100%;
    height: 100%;
}

.hit-description:hover {
 background-color: transparent;
}
.hit-description:hover > .tarja-name {
bottom: 0px;

}

.tarja-name {
    background-color: white;
    width: 100%;
    position: absolute;
    bottom: -70px;
    padding: 13px 30px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    transition: bottom 0.5s;
}



.tarja-name h4 { 
    font-weight: 900;
    margin: 0px;
    padding: 0px;
}

.tarja-name span {
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}



.credito-rural { 
    color: white;
    font-weight: 100;
    font-size: 1.2em;
    background-image: url(https://cdn.terras.agr.br/site/2019/img/bg-parceiros.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.credito-rural-right, .credito-rural-left {
    height: 100vh;
}

.credito-rural-right img {
    height: 76%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.credito-rural-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 76%;
    padding: 5%;
    margin-left: 5%;
}

.anin-logo-ok {
    

    padding: 0px;
    
    

    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 2s;
    animation-timing-function: ease;

    margin-top: -4px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    from {margin-top: -44px;color: transparent;}
    to {margin-top: -4px;color: #5A5A5A;}
}

/* Standard syntax */
@keyframes example {
    from {margin-top: -44px;color: transparent;}
    to {margin-top: -4px;color: #5A5A5A;}
}


.slider{
    background-color: #706F6F;
    color: white;
  }

  #trigger{
   /* width: 90%;
    padding: 10px;
    margin: 5px 5%; */
  }

  .content-contat {
    position: absolute;
    width: calc(100vw - 173%);
    margin: auto;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    height: calc(100vh - 30%);
    margin-top: 117px;
    margin-right: 64px;
    border: 1px solid white;
}

.form-fields { 
    
}

.send-form { 

    background-color: #2a8ce0;
    border: none;
    padding: 6px 18px;
    float: left;
    
}
.text-area-con { 

    width: 100%;
    background-color: transparent;
    border: 1px solid #ccc;

}

.form-fields input {
    background-color: #706F6F;
    color: white;
    border-radius: 0px;
    font-weight: 100;
    text-transform: uppercase;
    height: 24px;
}

.content-contat p {
    text-transform: uppercase;
    text-align: left;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 100;
    margin-top: 27px;
    margin-left: 8%;
    
    width: 76%;
}


.equipe-grid {
    background-color: #5A5A5A;
    height: 67vh;
    background-image: url(https://cdn.terras.agr.br/site/2019/img/bg-equipe.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 111px;
    text-align: left;
}


.equipe-grid-tit {
    height: 12%;
    margin-left: 40px;
   margin-bottom: 30px;
}

.hold-pessoas { 
    margin-left: 40px;
}
.box-pesosas {
    color: white;
    float: left;
    /*background-color: red;*/
    width: 200px;
    margin-right: 2px;
}
.box-pesosas img {
    border: 1px solid white;
    width: 83%;
}

.equipe-grid span {
    font-size: 20px;
    font-weight: bold;
}



.footer-blue {
    background-color:#706F6F;
    height: 33vh;
    padding: 2%;
}

.noticias-area h1 { 
    margin: 0px;
    padding: 0px;
}

.footer-blue p {
    color: white;
    font-size: 1.2em;
    font-weight: 100;
}

.footer-blue ul { 
    margin: 0px;
    padding: 0px;
}

.footer-blue li { 
    display: inline;
    list-style: none;
    margin-right:5px;
}

.footer-contet {

    position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.footer-contet a {
    color: white;
}

.footer-contet a:hover {
    color: white;
}

.scroll-1 {
    position: absolute;
    z-index: 99999;
    top: 92vh;
    right: -28px;
    width: 15%;
    margin: auto;
    height: 36px;
}

.credito-1 img {
    height: 76%;
    
    margin: auto;
}

.txt-empty {
    width: 100%;
    margin: 50px 1px;
    color: white;
    font-size: 16px;
}

.txt-home {
    /* color: blue; */
    /* background-color: green; */
    width: 70%;
    margin: 50px 1px;
    color: white;
    font-size: 16px;
}

.box-numbers span {
    font-size: 27px;
    font-weight: 800;
    margin-left: 7px;
    padding-top: 11px;
    /* float: left; */
}

.box-numbers {
    font-size: 17px;
}

.facil-usar {
    /* font-weight: 100; */
    font-size: 14px;
    background-color: white;
    height: auto;
}
.txt-facil h4 {
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 31px;
}

.txt-facil-2 {
    border-left: 2px solid black;
    padding: 0px 8px;
}

.txt-facil-2 p {
    margin-left: 21px;
}
.txt-facil-open { 
    font-weight: 800;
}

.txt-solucao { 
    color: white;
    margin-top: 36px;
    font-weight: 100;
    font-size: 16px;
    width: 89%;
    
}

.grupo-produto {
    float: left;
    clear: left;
    height: 98px;
}

.grupo-produto p {
    color: white;
    font-weight: 100;
    font-size: 15px;
    margin-top: 16px;
    margin-left: 15px;
    float: left;
    width: 285px;
    

    
}

.corpo-logo1, .corpo-logo2, .corpo-logo3, .corpo-logo4, .corpo-logo5 {
    height: 42px;
    margin-top: 25px;
    margin-left: 12px;
    float: left;
    
}


.logo-circle1, .logo-circle2, .logo-circle3, .logo-circle4, .logo-circle5 {
    float: left;
    width: 80px;
    /*background-color: pink;*/
    opacity: 0.7;
    filter: grayscale(76%);
    cursor: pointer;
}

.logo-circle1:hover, .logo-circle2:hover, .logo-circle3:hover, .logo-circle4:hover, .logo-circle5:hover {
    opacity: 1;
    filter: grayscale(0%);
    transition: filter 2s;
}

.slide-anima1, .slide-anima2, .slide-anima3, .slide-anima4, .slide-anima5 {
    /*background-color: gray;*/
    float: left;
    opacity:1;
    overflow: hidden;
    height: 124px;
    width: 500px;
}

.grupo-produto:hover .slide-anima1 { 
    opacity: 1 !important;
    transition: opacity 1s;
    /*background-color: pink !important;*/
}

.grupo-produto:hover .slide-anima2 { 
    opacity: 1 !important;
    transition: opacity 1s;
    /*background-color: pink !important;*/
}

.grupo-produto:hover .slide-anima3{ 
    opacity: 1 !important;
    transition: opacity 1s;
    /*background-color: pink !important;*/
}

.grupo-produto:hover .slide-anima4{ 
    opacity: 1 !important;
    transition: opacity 1s;
    /*background-color: pink !important;*/
}

.grupo-produto:hover .slide-anima5{ 
    opacity: 1 !important;
    transition: opacity 1s;
    /*background-color: pink !important;*/
}



.imgs-logos {
    width: 125px;
    height: 125px;
    background-color: white;
    float: left;
    margin: 8px;
    color: black;
}

.partners-logo {
    
    width: 569px !important;
    height: 280px;
}


.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
  }
  
  .carousel-fade .carousel-inner .active {
    opacity: 1;
  }
  
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }
  
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  
  .carousel-fade .carousel-control {
    z-index: 2;
  } 



  .news-g {
    background-color: white;
    width: 350px;
    height: 350px;
    float: left;
    margin: 10px;
    border: 1px solid #ccc;
}

.news-sm {
    background-color: white;
    width: 210px;
    height: 170px;
    float: left;
    margin: 12px;
    border: 1px solid #ccc;
}

.news-g p {
    color: white;
    position: absolute;
    width: 350px;
    background-color: #0000008c;
    bottom: 0px;
    padding: 27px;
    font-weight: 600;
    font-size: 26px;
}

.news-sm p {
    color: black;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 8px;
}


  @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-fade .carousel-inner > .item.next,
      .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.prev,
      .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.next.left,
      .carousel-fade .carousel-inner > .item.prev.right,
      .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
  } 




  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: none !important;
    filter: none;
    background-repeat: repeat-x;
}


.carousel-control.left {
    background-image: none !important;
    
    background-repeat: repeat-x;
}

.modal-body {
    height: 74vh !important;
    overflow-y: scroll !important;
}
.modal-content { 
    border-radius: 0px !important;
}

.txt-facil-open p{
    display: inline;
}
.txt-facil-close p{
    display: none;
}

.works-item{
    cursor: pointer !important;
}

#myScrollspy ul li.menu-active a{
    color: white;
}


.solucoes {
    height: auto;
    background-color: #92BE1F;
}


.news-box { 
    height: auto;
    background-color: white;
}
