/**
 * Theme Name:     ep
 * Author:         Amplifica Digital
 * Template:       hello-elementor
 * Text Domain:	   ep
 * Description:    epharma.com.br - Tema desenvolvido por Amplifica Digital
 * Theme URI:      https://epharma.com.br
 * Author URI:     https://amplificadigital.com.br
 * Version:        1.0
 */

:root {}

*,*,*{
 box-sizing: border-box;
}

html,body {
 min-height: 100vh;
 overflow-x: hidden;
 max-width: 100vw;
}

html {
 scroll-behavior: smooth;
}

p:last-child {
 margin-bottom: 0;
}

.grecaptcha-badge {
 visibility: hidden !important;
 top: 101%;
 left: 101%;
}