@charset "UTF-8";
html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  background-image: none;
  background: linear-gradient(180deg, #000334 40%, #0855A6 80%, #000334 100%);
  font-family: 'Intelo', Arial, Tahoma;
  font-size: 14px;
  min-height: 75rem;
  padding-top: 6rem;
  color: #ffffff;
}

a,
a:focus,
a:hover {
  color: #fff
}

.bg-menu {
  background: #000039; ;
}

.bg_logo {
  background-image: url('https://image.syngentamail.com/lib/fe9b15747661057b75/m/8/14c1b036-97c4-4037-9f2d-e2705b9cb5dc.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 96px;
  height: 27px
}

img {
  border: 0
}


.txt3{
  font-family: 'InteloExtraBold';
  font-size: 24px;
  line-height: 28px;
  color: #F3A61D;
  text-align: center;
  display: block;
  }


#bloco1 {
  background: #000a32;
}

#bloco1 img {
        width: 100%;
        max-width: 508px;
      }

      #bloco1 p {
        width: 80%;
      }

      #bloco1 p.txt1 {
        font-family: 'InteloExtraBold';
        font-size: 24px;
        line-height: 105.5%;
        color: #F3A61D;
      }

      #bloco1 .txt2 {
        font-family: 'InteloSemiBold';
        font-size: 16px;
        line-height: 105.5%;        
      }

      #bloco1 a {
        display: block;
        width: 250px;
        height: 30px;
        line-height: 30px;
        border-radius: 96px;
        background:#F3A61D;
        text-align: center;
        font-family: 'InteloExtraBold';
        font-size: 14px;
        color: #00093F;
      }


#bloco2 {
  /*background: linear-gradient(180deg, #000334 0%, #0855A6 100%);*/
}

.bgtop {
  background-image: url("https://image.syngentamail.com/lib/fe9b15747661057b75/m/8/3ba8ae82-e1c3-46a2-94c8-a54cc9453b11.png");
  background-position: top right;
  background-repeat: no-repeat;
 
}
  #bloco2 p {
    width: 70%;
  }

  #bloco2 p.txt1 {
  font-family: 'InteloBold';
  font-size: 36px;
  line-height: 162%;
  color: #F3A61D;
  }

  #bloco2 .txt2 {
        font-family: 'InteloBold';
        font-size: 13px;
        line-height: 105.5%;        
      }


#bloco2 img.au20:hover {
  -xpedu-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
}


#pilar {
  display: block;
}

#myCarousel {
  display: none;
}

#bloco3 {
  /*background: linear-gradient(180deg, #0855A6 0%, #000334 100%);*/
  }



  #bloco3 p {
    width: 70%;
  }

#bloco3 .txt1 {
  font-family: 'InteloBold';
    line-height: 112%;
    color: #F3A61D;
    }

#bloco3 .txt2 {
  font-family: 'InteloBold';
  line-height: 112%;
  color: #FFFFFF;
  }

#bloco3 form {
  width: 100%;
  max-width: 440px;
  background: rgba(217, 217, 217, 0.82);
  min-height: 100px;
  padding: 10px;
}

.formBorder {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}



form .box {
  height: 48px;
  width: 100%;
max-width: 360px;
background: #FFFFFF;
border-radius: 60px;
margin: 10px 0;
}

form .box input {
  width: 80%;
  border:none;
}

.enviar{
width: 210px;
height: 35px;
background: #F3A61D;
border: 1px solid #F3A61D;
border-radius: 29px;
font-family: 'InteloBold';
font-size: 15px;
line-height: 112%;
color: #00093F;
}

input:focus::placeholder {
  color: transparent;
  outline: none;
}



/* - - - - -  menu - - - - - */
.nav-masthead .nav-link {
  padding: .188rem 0;
  font-family: 'Intelo', Arial, Tahoma;
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
  border-bottom: .188rem solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}


.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  font-weight: bolder;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(128, 128, 128, 1)!important
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(128, 128, 128, 1)
}

.nav-masthead .active, .active {
  color: #fff;
  font-family: 'Intelo', Arial, Tahoma;
  border-bottom-color: #ffffff;
}

.navbar-toggler-icon{  
  opacity: .5;
  /*background: #be131c;*/
  outline: none;
}

.navbar-nav {
            margin-left: auto;
        }

a.nav-linkactive {
  font-size: 10px;
}
/*-------------------------------
footer
--------------------------------*/

footer {
width: 100vww;
min-height: 90px;
background: #1E1E1E;
font-family: 'InteloBold';
}


.icoSocial:hover{
  filter: invert(1)
}


/*-------------------------------
animate geral
--------------------------------*/


.backInUp {
  -webkit-animation: backInUp 1.5s;
  animation: backInUp 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.zoomIn {animation: zoomIn 2s 1 alternate;}
.zoomIn2 {animation: zoomIn 4s 1 alternate;}

.zoomOut {animation: zoomOut 2s 1 alternate;}


 .pulse1 { animation: backInUp 1s 1 alternate;}

 .fadeIn {   animation: fadeIn 2s ease-in-out; }



#myBtn {
  display: none;
}


/*-------------------------------
goto top up width 1000px 
--------------------------------*/

@media (min-width: 1200px){

  /* btn top */

  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 15px ;
    border-radius: 50px;
    opacity: 0.5;
  }
  #myBtn:hover {    
    opacity: 1;

  }

}

@media (max-width: 991px){
 
}

@media (max-width: 767px){
  .formBorder {
  border-radius: 30px;
  }

  #pilar {
  display: none!important;
  }

  #myCarousel {
    display: inline-block;
  }

#bgAcompanhe {
  display: none;
  visibility: hidden;
}

}

.centerVideo{
  width:auto; 
  border-radius:30px; 
  left: 50%!important; 
  transform: translateX(-50%)!important;
  }

.bbox {
  border:1px solid white;
}

/* PROGRAMAÇÃO */
     .data {
        font-family: 'InteloExtraBold';
      font-size: 16px;
      line-height: 18px;
      text-align: center;
    }

    .titBox {
      font-family: 'InteloExtraBold';
      font-size: 20px;
      line-height: 22px;
      
      text-align: center;
      padding:8px 30px 0;
      background: orange;
      display: inline-block;
      border-radius: 26px;
      color: #ffffff;
      margin-bottom: 0;
    }

    .titBoxWhite {
      background: #fff;
      color: #0853A3;
    }
    .titBoxOrange {
      background: #F3A61D;
    }
    .txtBoxBlue {
      background: #35C4E0;
    }
    .txtBoxGreen {
      background: #A9C72F;
    }

    #prog h5 {
      font-family: 'InteloExtraBold';
      font-size: 19px;
      line-height: 21px;
    }
    .pNome {
      font-family: 'InteloBold';
      font-size: 17px;
      line-height: 15px;
    }
    .pCargo {
            font-family: 'InteloBold';
      font-size: 12px;
      line-height: 19px;
    }
    .pTit {
      font-family: 'InteloExtraBold';
      font-size: 19px;
      line-height: 21px;
      color: #F3A61D;
      margin-bottom: 5px;
    }

    .cBlue {
      color: #35C4E0;
    }
    .cGreen {
      color: #A9C72F!important;

    }

    .txtMed {
      font-family: 'InteloExtraBold';
      font-size: 19px;
      line-height: 21px;
    }

    .circulo {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    }   

    /* ACOMPANHE */   
    .trans {
        width: 100%;
        max-width: 786px;
        min-height: 175px;
        background: linear-gradient(180deg, rgba(8, 85, 166, 0.82) 0%, rgba(0, 9, 63, 0.82) 100%);
        border-radius: 60px;
        position: relative;
      }
      .trans .imgRight {
        width: 100%;
        max-width: 312px;
      }
      .trans h4 {
        font-family: 'InteloExtraBold';
        font-size: 24px;
        line-height: 27px;
        color: #FFFFFF;
      }
      .trasn p {
        font-family: 'Intelo-Bold';
        font-size: 13px;
        line-height: 14px;
        color: #FFFFFF;
      }
      .trans a {
      position: relative;
      display: block;
      width: 307px;
      height: 35px;
      background: url('https://image.syngentamail.com/lib/fe9b15747661057b75/m/8/ed676007-f9b2-420f-8511-714ddbb8d283.png') no-repeat center center;
      border-radius: 29px;
      margin-bottom: 10px;
      }


/* JORNADA */
#jornada p {
      font-family: 'InteloBold';
      font-size: 13px;
      line-height: 15px;
      text-align: center;
      color: #FFFFFF;
      }
      #realizacao {
      color: #00093F;
      }
      #boxReal {
      background: #ffffff;
      border-radius: 27px;
      }
      #realizacao h3 {
      font-family: 'InteloExtraBold';
      font-size: 24px;
      line-height: 28px;
      text-align: center;
      color: #00093F;
      }

/* TIMELINE */      


  .timeline {
    width: 100%;
    position: relative;
    padding: 1px 0;
    list-style: none;
    font-weight: 500
}

.timeline .timeline-item {
    padding-left: 0;
    padding-right: 30px
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-left: 30px;
    padding-right: 0
}

.timeline .timeline-item .timeline-event {
    width: 100%
}

.timeline:before {
    border-right-style: dashed;
}

.timeline:before,
.timeline:after {
    content: " ";
    display: block
}

.timeline:after {
    clear: both
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 60%!important;
    margin-left: 2px;
    border-right-width: 4px;
    border-right-style: dashed;
    border-right-color: #ffffff;
}

.timeline .timeline-label .label {
    background-color: #e76c90;
    border-radius: 35px;
    color: #fff;
    display: inline;
    font-size: .85rem;
    font-weight: 600;
    line-height: 1;
    padding: .65rem 1.4rem;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.timeline.timeline-line-solid:before {
    border-right-style: dashed
}

.timeline.timeline-line-dotted:before {
    border-right-style: dashed;
}

.timeline.timeline-line-dashed:before {
    border-right-style: dashed
}

.timeline .timeline-item {
    position: relative;
    float: left;
    clear: left;
    width: 50%;
    margin-bottom: 20px
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
    content: "";
    display: table
}

.timeline .timeline-item:after {
    clear: both
}

.timeline .timeline-item:last-child {
    margin-bottom: 0!important
}

.timeline .timeline-item.timeline-item-right>.timeline-event,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event {
    float: right!important
}

.timeline .timeline-item.timeline-item-right>.timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before,
.timeline .timeline-item.timeline-item-right>.timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
    right: auto!important;
    border-left-width: 0!important
}

.timeline .timeline-item.timeline-item-right>.timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before {
    left: -15px!important;
    border-right-width: 15px!important
}

.timeline .timeline-item.timeline-item-right>.timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
    left: -14px!important;
    border-right-width: 14px!important
}

.timeline .timeline-item>.timeline-event:before {
    top: 10px;
    right: -15px;
    border-top: 15px solid transparent;
    border-left-width: 15px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 15px solid transparent
}

.timeline .timeline-item>.timeline-event:after {
    top: 11px;
    right: -14px;
    border-top: 14px solid transparent;
    border-left-width: 14px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 14px solid transparent
}

.timeline .timeline-item>.timeline-point {
    top: 25px
}

.timeline .timeline-item:nth-of-type(2) {
    margin-top: 40px
}

.timeline .timeline-item.timeline-item-left,
.timeline .timeline-item.timeline-item-right {
    clear: both!important
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    float: right;
    clear: right
}

.timeline .timeline-item.timeline-item-right>.timeline-point,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-point {
    left: -18px
}

.timeline .timeline-item>.timeline-event {
    position: relative;
    float: left
}

.timeline .timeline-item>.timeline-event:before {
    border-left-color: rgba(52, 40, 104, .04);
    border-right-color: rgba(52, 40, 104, .04)
}

.timeline .timeline-item>.timeline-event:after {
    border-left-color: rgba(52, 40, 104, .04);
    border-right-color: rgba(52, 40, 104, .04)
}

.timeline .timeline-item>.timeline-event:before,
.timeline .timeline-item>.timeline-event:after {
    content: "";
    display: inline-block;
    position: absolute
}

.timeline .timeline-item>.timeline-point {
    color: #F3A61D;
    background: #F3A61D;
    right: -18px;
    width: 20px;
    height: 20px;
    margin-top: -6px;
    margin-left: 8px;
    margin-right: 8px;
    position: absolute;
    z-index: 100;
    border-width: 3px;
    border-style: solid;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
    
}

.timeline .timeline-label {
    position: relative;
    float: left;
    clear: left;
    width: 50%;
    margin-bottom: 20px;
    top: 1px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center
}

.timeline .timeline-label:before,
.timeline .timeline-label:after {
    content: "";
    display: table
}

.timeline .timeline-label:after {
    clear: both
}

.timeline .timeline-label:last-child {
    margin-bottom: 0!important
}

.timeline .timeline-label + .timeline-item {
    margin-top: 0
}

.timeline .timeline-label + .timeline-item + .timeline-item {
    margin-top: 40px
}

.timeline .time-right {
    color: rgba(52, 40, 104, .5);
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: .85rem;
    font-weight: 500
}

.timeline .time-left {
    color: rgba(52, 40, 104, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: .85rem;
    font-weight: 500
}

.timeline .widget-header .user-image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.07rem
}

.timeline .widget-header .user-image img {
    width: 50px
}

.timeline .widget-header .title {
    color: #2c304d;
    font-size: 1rem
}

.timeline .widget-header .username {
    font-family: 'InteloExtraBold';
    font-size: 16px;
    line-height: 19px;
    color: #F3A61D;
}


.timeline .widget-header .time {
    font-size: .85rem
}

.timeline .widget-body {
    padding: 0.5rem 1.4rem;
    font-family: 'InteloBold';
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
}

.timeline .widget-footer {
    border-top: 1px solid #eee;
    margin: 0 1.4rem;
    padding: 1.07rem 0
}

.timeline .users-like {
    padding: 0
}

.timeline .users-like a {
    margin: 0 -1.6rem 0 0;
    transition: all 0.4s ease
}

.timeline .users-like a:hover {
    margin-right: -.3rem
}

.timeline .users-like img {
    width: 40px;
    border: .25rem solid #fff
}

.timeline .users-like a.view-more {
    background: #5d5386;
    color: #fff;
    width: 40px;
    height: 40px;
    border: .25rem solid #fff;
    border-radius: 50%;
    vertical-align: middle;
    font-size: .85rem;
    text-align: center;
    line-height: 30px;
    margin-right: 0
}

.timeline .widget-footer .meta li {
    display: inline-block;
    margin-right: .5rem
}

.timeline .widget-footer .meta li:last-child {
    margin-right: 0
}

.timeline .widget-footer .meta li a {
    color: rgba(52, 40, 104, .3)
}

.timeline .widget-footer .meta li a:hover {
    color: rgba(52, 40, 104, .9)
}

.timeline .widget-footer .meta li i {
    font-size: 1.8rem;
    vertical-align: middle;
    margin-right: .3rem
}

.timeline .widget-footer .meta li .numb {
    vertical-align: middle
}

@media screen and (max-width:768px) {
    .timeline.timeline {
        width: 100%;
        max-width: 100%
    }
    .timeline.timeline .timeline-item {
        padding-left: 72px;
        padding-right: 0
    }
    .timeline.timeline .timeline-item.timeline-item-right,
    .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
        padding-left: 72px;
        padding-right: 0
    }
    .timeline.timeline .timeline-item .timeline-event {
        width: 100%
    }
    .timeline.timeline:before {
        left: 42px;
        width: 0;
        margin-left: -1px
    }
    .timeline.timeline .timeline-item {
        width: 100%;
        margin-bottom: 20px
    }
    .timeline.timeline .timeline-item:nth-of-type(even) {
        margin-top: 0
    }
    .timeline.timeline .timeline-item>.timeline-event {
        float: right!important
    }
    .timeline.timeline .timeline-item>.timeline-event:before,
    .timeline.timeline .timeline-item>.timeline-event:after {
        right: auto!important;
        border-left-width: 0!important
    }
    .timeline.timeline .timeline-item>.timeline-event:before {
        left: -15px!important;
        border-right-width: 15px!important
    }
    .timeline.timeline .timeline-item>.timeline-event:after {
        left: -14px!important;
        border-right-width: 14px!important
    }
    .timeline.timeline .timeline-item>.timeline-point {
        transform: translateX(-50%);
        left: 42px!important;
        margin-left: 0
    }
    .timeline.timeline .timeline-label {
        transform: translateX(-50%);
        margin: 0 0 20px 42px
    }
    .timeline.timeline .timeline-label + .timeline-item + .timeline-item {
        margin-top: 0
    }
    .timeline .time-right {
        left: 0
    }
}


.rounded-widget .widget {
    border-radius: 4px
}

.rounded-widget .widget-image {
    border-radius: 4px
}

.rounded-widget .widget-header {
    border-radius: 4px 4px 0 0
}

.rounded-widget .widget-footer {
    border-radius: 0 0 4px 4px
}

.widget {
    border-radius: 0;
    border: none;
    margin-bottom: 30px
}

.widget-image {
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
    position: relative
}

.widget-header {
    padding: .85rem 1.4rem 0rem;
    position: relative;
    width: 100%
}

.widget-header.bordered {
    border-bottom: .07rem solid #eee
}

.widget-header.no-actions {
    padding: 1.49rem
}

.widget-options .dropdown-toggle {
    color: #98a8b4;
    background: none;
    border: none;
    padding: 0;
    font-size: 1.7rem;
}

.widget-header h1,
.widget-header h2,
.widget-header h3,
.widget-header h4,
.widget-header h5,
.widget-header h6 {
    color: #2c304d;
    margin-bottom: 0
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
    color: #2c304d;
    font-weight: 600;
    margin-bottom: 0
}

.widget-header h2 {
    color: #2c304d;
    font-size: 1.2rem;
    display: table-cell;
    vertical-align: middle;
    margin-right: auto
}

.widget-header h2 i {
    color: #aea9c3;
    font-size: 1.8rem;
    padding-right: .5rem;
    vertical-align: middle
}

.widget-body {
    padding: 1.4rem
}

.widget-image-footer {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.2rem 0;
    z-index: 1
}

.widget-footer {
    background: #fff;
    padding: 1rem 1.07rem;
    position: relative
}

.widget-footer.big {
    padding: 2.1rem 1.07rem
}

.no-border {
    border: 0 none!important;
}

.no-bg {
    background: none!important;
}

.alinhamentoInvertido {
  text-align: right!important;
}

 @media (max-width: 500px){
    .smob {
      display: none;
    }

    .trans {
      border-radius: revert;
    }

    .timeline:before {
      height: 90%!important;
    }
    .alinhamentoInvertido {
      text-align: left!important;
    }
  }