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


/*fuente */


@font-face {
 font-family: 'literaturnaya';
 src:url('/wp-content/themes/flatsome-child/fonts/literaturnaya/literaturnaya.woff2') format('woff2 supports variations'), 
	 url('/wp-content/themes/flatsome-child/fonts/literaturnaya/literaturnaya.woff2') format('woff2-variations');	
 font-weight: 100 1000;
 font-stretch: 75% 125%;
 font-style: normal;
 font-display: swap;
}


h1, h2, h3, h4, h5, h6, .widget-title {
	font-family: 'literaturnaya';
	text-transform: uppercase;	
}

p{text-align:justify;}

.header-nav-main.nav > li > a {
  padding: 5px;
  text-transform: uppercase;
	
}

/*tipografía*/

ul, ol, li {
	text-align:justify!important;

}

.centrar{
	text-align:justify!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;
}


.info__form{
	font-size:11px!important;
	color:#ffffff!important;
}

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    background-color: rgba(0, 0, 0, .03);
    border-radius: 0px;
    color: currentColor !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
	border-bottom:2px solid #ffffff;
}

.form-flat button, .form-flat input {
    border-radius: 0px; 
    background-color: white;
    color: #222;
	text-transform: none!important;
	font-weight: 500!important;
	margin-top:10px!important;
	margin-bottom:20px!important;
}

.ml-half {
    margin-left: 0px;
}

.tuchonet-footer ul a, tuchonet-footer ul a:hover {
filter: invert(100%);
}

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


}