/*
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.   ***************/



/*menú*/


.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 400;
    font-style: normal;
    color: #062044;
}

/*Formulario*/

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    background-color: #fff;
    border-color: rgba(0, 0, 0, .09);
    border-radius: 0px;
    box-shadow: none;
    color: currentColor !important;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #5a3582;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    background: #062044;
    padding: 5px 35px;
}

/*Textos*/

p{
	text-align:justify!important;
}

.centrar{
	text-align:center!imporant;
}



.cuenta{
	font-size:50px;
}

/*slider*/

.flickity-page-dots {
    bottom: 1px!important;

}

/*barra scroll*/

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

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

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


/*footer*/

.ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
    border-bottom-style: solid;
    color: #09071c!important;
}


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



}