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

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

.links>li>a:before, i[class*=" icon-"], i[class^=icon-] {
    speak: none !important;
    display: inline-block;
    display: block;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none !important;
}

.nav>li>a>i+span {
    margin-left: 5px;
}


.ux-menu-link__link {
  color: currentColor;
}



p{
	text-align:justify!important;
}

.center>p>span {
	text-align:center!important;
}


/*barra scroll*/

body::-webkit-scrollbar {
  width: 10px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #272727;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #011cff;    /* color of the scroll thumb */
  border-radius: 8px;       /* roundness of the scroll thumb */
  border: 2px solid #afb7ff;  /* creates padding around scroll thumb */
}

/*formulario*/

.wpcf7 label {
    display: inline-block;
    width: 100%;
	text-align: left;
}

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    background-color: rgb(0 0 0 / .03);
    border-color: hsl(0 0% 100% / .95);
    border-radius: 0px;
    box-shadow: ;
    color: currentColor !important;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

.form-flat button, .form-flat input {
    border-radius: 99px;
    background: #011cff;
    padding: 5px 35px;
    display: flex;
}


ul#menu-footer-menu {
  display: flex;
  justify-content: space-evenly;
}

.footer ul {
  margin: 0;
}

.widget > ul > li::before, ul.menu > li::before {
  display: inline-block;
  margin-right: 6px;
}

ul.menu > li + li {
  border-top: 0;
}

footer a:hover {
  color: #fff !important; 
}


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


}