.elementor-11 .elementor-element.elementor-element-4ce7b26{--display:flex;}.elementor-11 .elementor-element.elementor-element-b8cf527{width:100%;max-width:100%;}.elementor-11 .elementor-element.elementor-element-b8cf527.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b8cf527 */@keyframes pulsar {
  0% {
    transform: scale(1); 
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1); 
  }
}

body {
    height: 100vh;
	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    font-family: Barlow;
    margin: 0;
    padding: 0;
    text-align: center;
    backdrop-filter: blur(4px);
}

.imagem-centralizada {
    width: 36%;
    height: auto;
    margin: 20px auto 5px 0;
    border-radius: 10px;
}

video{
    height: 70vh;
}

.muted {
    position: absolute;
    left: 50%;
    transform: translate(-48%, 50%);
    cursor: pointer;
    z-index: 3;
    color: #ff00008f;
    font-family: 'Material Symbols Outlined';
    font-weight: bolder;
    font-style: normal;
    font-size: 24vw;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}



.contador {
    color: #ffffff;
}

 .contador .number{
font-size: 15vh;
font-weight: bold;    
 }

 .contador .texto{
font-size: 6vh;    
    display: inline-block;
    width: 30vh;
 }

.contato{
    display: inline-flex;
    margin: 20px auto;
    align-items: anchor-center;
}

.contato p {
    margin: 0 0 0 0;
    font-size: 5vh;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.64);
    box-shadow: 0 0 10px rgba(0, 0, 0, 21.2);
}

.botao-verde {
    animation: pulsar 1.5s infinite;
    background-color: #25D366;
    color: #ffffff;
    margin-left: 2vh;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    font-size: 5vh;
    
}

.botao-verde i {
    margin-right: 10px;
}

@media (max-width: 700px) {
.imagem-centralizada {
    margin: 20px auto 5px 0;
    width: 70%;
}

.muted {
    transform: translate(-50%, 100%);
    font-size: 37vw;
}

video{
    height: 50vh;
}

 .contador .number{
font-size: 11vh; 
 }

 .contador .texto{
font-size: 4vh;    
    display: inline-block;
    width: 19vh;
 }

 .contato{
    display: grid;
    margin: 0;
}

.contato p {
    font-size: 4vh;
    color: #ffffff;
    margin: 1vh 1vh 0vh 1vh;
}

.botao-verde {
        justify-self: anchor-center;
    margin: 0.5vh 0vh 0vh 0vh;
    width: 80%;
    padding: 0px 0px;
}

.botao-verde i {
    margin-right: 10px;
    margin-bottom: 10px;
}

}/* End custom CSS */