.elementor-kit-8{--e-global-color-primary:#2C2C2C;--e-global-color-secondary:#2C2C2C;--e-global-color-text:#2C2C2C;--e-global-color-accent:#61CE70;--e-global-color-afa9183:#9B2702;--e-global-color-312a3cd:#FF825A;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:"Montserrat", Sans-serif;font-size:1em;font-weight:600;color:#FFFFFF;background-color:#0FA8B1;border-radius:8px 8px 8px 8px;padding:20px 50px 20px 50px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#0D9199;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*
Created on: 26/08/2022
Author: Agência Tresmd
Contato: contato@tresmd.com.br
*/

*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

.entry-meta{
 display: none;   
}

@font-face { 
font-family: Ds digi;
src: url(https://metasdeaprovacao.com.br/wp-includes/fonts/dsdigital/DS-DIGI.TTF);
font-weight: normal; 
}


/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #9B2702; 
  border-radius: 10px;
}

.rectangle {
    height: 35px;
    background-color: #FFB606;
    border-color: #FFB606;
    display: flex;
    align-items: center;
}

.pulse-icon {
    -webkit-animation: pulse 0.7s ease infinite;
  -moz-animation: pulse 0.7s ease infinite;
  -ms-animation: pulse 0.7s ease infinite;
  -o-animation: pulse 0.7s ease infinite;
  animation: pulse 0.7s ease infinite;
  width: 15px;
  height: 45px;
  text-align: center;
}


@-webkit-keyframes pulse {
  0% { transform: scale(1); }
  14% { transform: scale(1.2); }
  28% { transform: scale(1); }
  42% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

@-moz-keyframes pulse {
  0% { transform: scale(1); }
  14% { transform: scale(1.2); }
  28% { transform: scale(1); }
  42% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

@-ms-keyframes pulse {
  0% { transform: scale(1); }
  14% { transform: scale(1.2); }
  28% { transform: scale(1); }
  42% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

@-o-keyframes pulse {
  0% { transform: scale(1); }
  14% { transform: scale(1.2); }
  28% { transform: scale(1); }
  42% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

@keyframes pulse {
  0% { transform: scale(1); }
  14% { transform: scale(1.2); }
  28% { transform: scale(1); }
  42% { transform: scale(1.2); }
  100% { transform: scale(1); }
}/* End custom CSS */