body.elementor-page-3631:not(.elementor-motion-effects-element-type-background), body.elementor-page-3631 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS */p {
        margin:0;
        }
    strong {
        font-weight:700 !important;
        }
        
    b{
        font-weight:700 !important;
        }
        
/*----COMENTÁRIOS FACEBOOK----*/

    .resposta {
        padding-left: 9px;
        border-left: 1px solid #E9EBEE;
        margin-left: 50px;
        padding-bottom: 0;
        }
    
    .perfil {
        display: inline-block;
        vertical-align: top;
        margin: 10px 0;
        line-height: 20px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        }
    
    .perfil.box-text {
        width: calc(100% - 70px);
        }

    .perfil.img {
        width: 50px;
        height: 50px;
        margin: 0 10px 0 0;
        border-radius: 50px;
        }

    .perfil .nome {
        color: #365899;
        font-weight: bold;
        margin: 0;
        font-size: 14px;
        font-weight: 700 !important;
        }

    .perfil p {
        margin: 0;
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 1.2em !important;
        font-family: arial,Sans-serif;
        }

    .links{
        font-size: 11px;
        color: #90949c;
        }

    .title-comentario {
        font-family: arial,Sans-serif;
        font-weight: 600 !important;
        border-bottom: 1px solid #E9EBEE;
        display: block;
        padding-bottom: 10px;
        font-size: 16px;
        margin-bottom: 15px;
        }

/*---PULSE---*/
        
    .pulse {
        animation: pulse 1s infinite;
        }
    
    
    @keyframes pulse {
	0% {
		transform: scale(0.95);
		}

	70% {
		transform: scale(1);
		}

	100% {
		transform: scale(0.95);
		}
        }
        
/*---ANIMAÇÃO---*/
        
    #anime {
        animation: piscando 2s infinite;
        }
        
        @keyframes piscando {
      0% {
        border-color: transparent;
        opacity: 0.1;
      }
      
      2% {
        border-color: #61ce70;
        opacity: 1;
      }
      
      4% {
        border-color: transparent;
        opacity: 0.5;
      }
      
      8% {
        border-color: #61ce70;
        opacity: 1;
      }
      
      28% {
        border-color: #61ce70;
        opacity: 1;
      }
      
      30% {
        border-color: transparent;
        opacity: 0.5;
      }
      
      36% {
        border-color: #61ce70;
        opacity: 1;
      }
      
      100% {
        border-color: #61ce70;
        opacity: 1;
      }
    }

/*-----TAB-----*/

    .elementor-tab-title {
        border-radius: 50px;
        }
        
@media (max-width: 767px){
    
    .e-con {
        --flex-wrap: nowrap;
        }
    
    .perfil.img {
        width: 35px !important;
        height: 35px !important;
        margin: 0 5px 0 0 !important;
        }
        
    .resposta {
        margin-left: 40px !important;
        }
    }/* End custom CSS */