/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.16.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.grecaptcha-badge {
    display: none;
}

.paragrafo {
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 15px;
}

ul li.bullet-xmark {
    list-style: none;
    position: relative;
    padding: 7px 0 7px 25px;
    margin: 0;
    border-bottom: 1px solid #ececec;
	text-decoration: line-through;
}

ul li.bullet-xmark:before {
    content: "\274C" !important;
    font-family: 'fl-icons';
    left: 0;
    position: absolute;
    font-size: 13px;
    padding-top: 2px;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}