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

/*Formulario*/

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    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 #000;
}

/*Textos*/

p{
	text-align:justify!important;
}

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

.fondo-texto-black{
	background-color: #3030301a;
    border-radius: 99px;
    padding: 4px 14px 4px 14px;
    font-size: 14px;
}

.fondo-texto-yellow{
	background-color: #FBD874;
    border-radius: 99px;
    padding: 4px 14px 4px 14px;
    font-size: 14px;
}

/*barra scroll*/

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

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

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




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



}