/*
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 {
    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 #1d1d63;
}

.form-flat button, .form-flat input {
    border-radius: 8px;
    padding: 5px 35px 5px 35px;
  
}

/*Textos*/

p{
	text-align:justify!important;
}

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

.fondo-texto{
	background-color: #004aad;
    border-radius: 8px;
    padding: 4px 14px 4px 14px;
	color:#fff;
}

.blanco{
	color:#fff!important;
}

.blanco:hover{
	color:#fff!important;
}



.fondo-servicios{
	background-color:#004aad;
	color:#fff;
	border-radius: 8px;
    padding: 4px 14px 4px 14px;
}
/*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: #1d1d63;    /* 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: white!important;
}

.ux-menu-link {
    align-items: center;
    color: white!important;
}

.ux-menu-link a:hover {
    align-items: center;
    color: white!important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	.header-inner {
border-top: 0px;
}


}