 td.details-control {
    background: url('../resources/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
}


.bolaVerde {
    border-radius: 50%;
    display: inline-block;
    margin-left: auto;
    height: 10px;
    width: 10px;
    background-color: #00e676;
}

@keyframes bolaVermelha {
     0% { opacity: 1; }
     50% { opacity: 0.5; }
     100% { opacity: 0; }
 }
 
.bolaVermelha {
    border-radius: 50%;
    display: inline-block;
    margin-left: auto;
    height: 10px;
    width: 10px;
    background-color: red;
    animation: animate 1.0s linear infinite;
    -webkit-animation: bolaVermelha 1.0s linear infinite;
   -moz-animation: bolaVermelha 1.0s linear infinite;
   -ms-animation: bolaVermelha 1.0s linear infinite;
   -o-animation: bolaVermelha 1.0s linear infinite;
   animation: bolaVermelha 1.0s linear infinite;    


}

@keyframes bolaAmarela {
     0% { opacity: 1; }
     50% { opacity: 0.5; }
     100% { opacity: 0; }
 }
 
.bolaAmarela {
    border-radius: 50%;
    display: inline-block;
    margin-left: auto;
    height: 10px;
    width: 10px;
    background-color: yellow;
    -webkit-animation: bolaAmarela 1.5s linear infinite;
   -moz-animation: bolaAmarela 1.5s linear infinite;
   -ms-animation: bolaAmarela 1.5s linear infinite;
   -o-animation: bolaAmarela 1.5s linear infinite;
   animation: bolaAmarela 1.5s linear infinite;

}


.btn-whatsapp a {

 color:#fff; 
 text-decoration:none; 
 display:block; 
}

.btn-whatsapp {
    z-index: 2;
    position:fixed; 
    right:75px; 
    bottom:30px; 
    transform: translate(-50%, -50%);  
    background-color:rgb(37, 211, 102); 
    width:60px; height:60px; 
    text-align:center; 
    line-height:58px; 
    font-size:1.8em; 
    color:#ffffff; 
    font-weight:100; 
    border-radius:50%; 
    right: 0.1em;
}

.btn-whatsapp:before,
.btn-whatsapp:after

{

 content: '';
    display:block;
    position: absolute;
    border-radius:50%;
    border:1px solid #25d366;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    animation: animate 1.5s linear infinite;
    opacity:0;
    backface-visibility:hidden;    
}

.pulsaDelay:after { animation-delay: .5s; }

@keyframes animate {


   0%   { transform: scale(0.5); opacity:0; }
   50%  { opacity:1; }
   100% { transform: scale(1.2); opacity:0; }

}


.menu{
list-style:none;
float:left;
align-items: center;
position: relative;
justify-items: center
    
    
}

.menu li{
position:relative;
float:left;
}

.menu li a{
    color:white;
    text-decoration:none;
    padding:1px 20px;
    top:1.3em;
    position: relative;
}

.menu li a:hover{
background:#333;
color:#fff;
}

.menu li  ul{
position:absolute;
top:25px;
left:0;
background-color:#fff;
display:none;
}
.menu li:hover ul, .menu li.over ul{display:block;}
.menu li ul li{
border:1px solid #c0c0c0;
display:block;
width:150px;
}



#header {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: center;
  background: #006633;
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
  height: 4.55rem;
  left: 0;
  line-height: 2.25rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001; }
  #header > .logo {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    height: inherit;
    line-height: inherit;
    text-decoration: none;
    border-radius: 30px 30px;
    height: 86%;
    width: 17%;
    padding: 0px 0px 0px 15px;
  }
  #header > .logo img {
    width: 112%;
    height: 240%;
    object-fit: contain;
    object-position: center;
    margin-top: -2.75em;
}
  #header > nav > a {
    color: inherit;
    display: inline-block;
    padding: 0 0.75rem;
    text-decoration: none; }
    #header > nav > a:hover {
      color: #ffffff; }
    #header > nav > a[href="#menu"] {
      text-decoration: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
      #header > nav > a[href="#menu"]:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important; }
      #header > nav > a[href="#menu"]:before {
        content: '\f0c9';
        margin: 0 0.5rem 0 0; }
    #header > nav > a + a[href="#menu"]:last-child {
      border-left: solid 1px rgba(255, 255, 255, 0.25);
      margin-left: 0.5rem;
      padding-left: 1.25rem; }
    #header > nav > a:last-child {
      padding-right: 1.25rem; }
    @media screen and (max-width: 436px) {
        #header {
              justify-content: left !important;
              top: 0 !important;
              position: fixed !important;
              line-height: 3.25rem !important;
            transform: scale(1)!important;
            backface-visibility: hidden; 
        }
         
      #header > nav > a {
        padding: 0 0.5rem; }
        #header > nav > a + a[href="#menu"]:last-child {
          margin-left: 0.25rem;
          padding-left: 1rem; }
        #header > nav > a:last-child {
          padding-right: 1rem; }
    .menu{
            list-style:none !important;
            float:left !important;
            align-items: webkit-flex !important;
            position: relative !important;
            justify-items: left !important
            z-index: 10001 !important;

            }

            .menu li{
            position:relative !important;
            float:left !important;
            }

            .menu li a{
                color:white !important;
                text-decoration:none !important;
                padding: 0px 7px !important;
                top: -20px !important;
                position: relative !important;
                margin-top: auto !important;
            }

            .menu li a:hover{
            background:#333 !important;
            color:#fff !important;
            }

            .menu li  ul{
            position:absolute !important;
            top:25px !important;
            left:0 !important;
            background-color:#fff !important;
            display:none !important;
            }
            .menu ul {
                padding: 0.5em !important;
            } 
            ul:not(.u-unstyled)
             {
                margin-top: 5em !important;
                margin-left: -13px;                
                

             }
            .menu li:hover ul, .menu li.over ul{display:block;}
            .menu li ul li{
            border:1px solid #c0c0c0 !important;
            display:block !important;
            width:150px !important;
            }
            .u-mobile{
            height: auto !important;
            }
            u-repeater{
                display: grid !important;
                grid-template-columns: repeat(1, 100%) !important;
            }
            
            .img-new{
                width: auto !important;
                height: auto !important;
            }

            .img-banner{
                max-width:1100px !important;
                max-height:600px !important;
                width: auto !important;
                height: auto !important;
            }

            .u-align-center{
                text-align: center !important;
                position: static !important;
                justify-content: center !important;
                align-items: center !important;
                display: flex !important;
            }
}
    @media screen and (max-width: 536px) {
        #header {
              justify-content: left !important;
              top: 0 !important;
              position: fixed !important;
              line-height: 3.25rem !important;
            transform: scale(1)!important;
            backface-visibility: hidden; 
        }
         
      #header > nav > a {
        padding: 0 0.5rem; }
        #header > nav > a + a[href="#menu"]:last-child {
          margin-left: 0.25rem;
          padding-left: 1rem; }
        #header > nav > a:last-child {
          padding-right: 1rem; }
    .menu{
            list-style:none !important;
            float:left !important;
            align-items: webkit-flex !important;
            position: relative !important;
            justify-items: left !important
            z-index: 10001 !important;

            }

            .menu li{
            position:relative !important;
            float:left !important;
            }

            .menu li a{
                color:white !important;
                text-decoration:none !important;
                padding: 0px 7px !important;
                top: -20px !important;
                position: relative !important;
                margin-top: auto !important;
            }

            .menu li a:hover{
            background:#333 !important;
            color:#fff !important;
            }

            .menu li  ul{
            position:absolute !important;
            top:25px !important;
            left:0 !important;
            background-color:#fff !important;
            display:none !important;
            }
            .menu ul {
                padding: 0.5em !important;
            } 
            ul:not(.u-unstyled)
             {
                margin-top: 5em !important;
                margin-left: -13px;
             }
            .menu li:hover ul, .menu li.over ul{display:block;}
            .menu li ul li{
            border:1px solid #c0c0c0 !important;
            display:block !important;
            width:150px !important;
            }
            .u-mobile{
            height: auto !important;
            }
}
    @media screen and (max-width: 636px) {
        #header {
              justify-content: left !important;
              top: 0 !important;
              position: fixed !important;
              line-height: 3.25rem !important;
            transform: scale(1)!important;
            backface-visibility: hidden; 
        }
         
      #header > nav > a {
        padding: 0 0.5rem; }
        #header > nav > a + a[href="#menu"]:last-child {
          margin-left: 0.25rem;
          padding-left: 1rem; }
        #header > nav > a:last-child {
          padding-right: 1rem; }
    .menu{
            list-style:none !important;
            float:left !important;
            align-items: webkit-flex !important;
            position: relative !important;
            justify-items: left !important
            z-index: 10001 !important;

            }

            .menu li{
            position:relative !important;
            float:left !important;
            }

            .menu li a{
                color:white !important;
                text-decoration:none !important;
                padding: 0px 7px !important;
                top: -20px !important;
                position: relative !important;
                margin-top: auto !important;
            }

            .menu li a:hover{
            background:#333 !important;
            color:#fff !important;
            }

            .menu li  ul{
            position:absolute !important;
            top:25px !important;
            left:0 !important;
            background-color:#fff !important;
            display:none !important;
            }
            .menu ul {
                padding: 0.5em !important;
            } 
            ul:not(.u-unstyled)
             {
                margin-top: 5em !important;
                margin-left: -13px;                

             }
            .menu li:hover ul, .menu li.over ul{display:block;}
            .menu li ul li{
            border:1px solid #c0c0c0 !important;
            display:block !important;
            width:150px !important;
            }
            .u-mobile{
            height: auto !important;
            }
            .u-repeater-blog{
                display: grid !important;
                grid-template-columns: repeat(1, 100%) !important;
                margin-left: -2em;
            }
            
            .img-new{
                width: auto !important;
                height: auto !important;
            }

            .img-banner{
                max-width:1100px !important;
                max-height:600px !important;
                width: auto !important;
                height: auto !important;
            }

            .u-align-center{
                text-align: center !important;
                position: static !important;
                justify-content: center !important;
                align-items: center !important;
                display: flex !important;
            }
}
    @media screen and (max-width: 736px) {
        #header {
              justify-content: left !important;
              top: 0 !important;
              position: fixed !important;
              line-height: 3.25rem !important;
            transform: scale(1)!important;
            backface-visibility: hidden; 
        }
         
      #header > nav > a {
        padding: 0 0.5rem; }
        #header > nav > a + a[href="#menu"]:last-child {
          margin-left: 0.25rem;
          padding-left: 1rem; }
        #header > nav > a:last-child {
          padding-right: 1rem; }
    .menu{
            list-style:none !important;
            float:left !important;
            align-items: webkit-flex !important;
            position: relative !important;
            justify-items: left !important
            z-index: 10001 !important;

            }

            .menu li{
            position:relative !important;
            float:left !important;
            }

            .menu li a{
                color:white !important;
                text-decoration:none !important;
                padding: 0px 6px !important;
                top: -20px !important;
                position: relative !important;
                margin-top: auto !important;
            }

            .menu li a:hover{
            background:#333 !important;
            color:#fff !important;
            }

            .menu li  ul{
            position:absolute !important;
            top:25px !important;
            left:0 !important;
            background-color:#fff !important;
            display:none !important;
            }
            .menu ul {
                padding: 0.5em !important;
            } 
            ul:not(.u-unstyled)
             {
                margin-top: 5em !important;
                margin-left: -16px;                 

             }
            .menu li:hover ul, .menu li.over ul{display:block;}
            .menu li ul li{
            border:1px solid #c0c0c0 !important;
            display:block !important;
            width:150px !important;
            }
            .u-mobile{
            height: auto !important;
            }
            u-repeater-blog{
                display: grid !important;
                grid-template-columns: repeat(1, 100%) !important;
                margin-left: -1em;
            }
            
            .img-new{
                width: auto !important;
                height: auto !important;
            }

            .img-banner{
                max-width:1100px !important;
                max-height:600px !important;
                width: auto !important;
                height: auto !important;
            }

            .u-align-center{
                text-align: center !important;
                position: static !important;
                justify-content: center !important;
                align-items: center !important;
                display: flex !important;
            }
            .texto-mobile-link{
                font-size: 11px !important;
            }
            
}

.text-img-1{
    color: white;
    position: absolute;
    top: 23%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 25px;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
}
.text-img-2{
    color: black;
    background-color: #006633;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 19px;
    font-weight: bold;
    font-family: 'Bebas Neue', sans-serif;
    width: 1000px;
    border-radius: 30px;
    
}
.text-img-3{
    color: black;
    position: absolute;
    top: 27%;
    left: 75%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Bebas Neue', sans-serif;
    width: 550px;
    border-radius: 30px;
    background-color: #006633;
}
.activeImg{
    display: box;
}
.desctiveImg{
        display: none;
}