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


/*ancla*/

.scroll{
	scroll-margin-top:50px;
}


/*tipografía*/

p{
	text-align:justify!important;
}

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

.blanco a{
	color:white!important;
}




/*barra scroll*/

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

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

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

/*formulario*/

label {
    color: #ffffff;
	 background-color:none;
    border-radius: 0px;
    border-right: 0px;
    border-top: 0px;
	border-right: 0px;
    border-top: 0px;
    border-left: 0px;
	font-weight: 500;

}

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

input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-color: rgba(0, 0, 0, .03);
    /* border-color: rgba(0, 0, 0, .09); */
    border-radius: 0px;
    /* box-shadow: none; */
    border-right: 0px;
    border-top: 0px;
    color: currentColor !important;
    border-left: 0px;
	border-bottom: 1px solid #fff;
}

.primary, input[type=submit], input[type=submit].button {
    background-color: #121315;
	font-weight: 500;
}

.size_form{
	font-size: 10px;
    margin-top: 25px;
    color: white;
}

.form_link{
	color:#121315;
}

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


}