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


/* dos columnas de texto */
@media (min-width: 769px) {
	.dos-columnas {
		-moz-column-count:2;
		-webkit-column-count:2;
		column-count:2;
		-moz-column-gap:30px;
		-webkit-column-gap:30px;
		column-gap:30px;
	}
}


/*cabecera*/

.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: #0b2c5e;
    transition: all .2s;
}

a.plain {
    color: #0b2c5e;
    transition: color .3s, opacity .3s, transform .3s;
}

/*tipografía*/



li::marker{
	color:#0B2C5E!important;
}

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

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

.blanco a{
	color:white!important;
}

h1, h2, h3, h4{
	font-weight:600!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: #0B2C5E;    /* color of the scroll thumb */
  border-radius: 8px;       /* roundness of the scroll thumb */
  border: 2px solid #fff;  /* creates padding around scroll thumb */
}

/*Formulario*/

 .info-form {
	font-size: 10px!important;
	 margin-top:15px;
	
}

.wpcf7 label {
    color: #f1f1f1 !important;
}

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    background-color: rgba(0, 0, 0, .03);
    border-color: #f1f1f1;
    border-radius: 5px;
    box-shadow: none;
    color: currentColor !important;
}

.form-flat textarea {
    border-radius: 5px;
}

.primary, input[type=submit], input[type=submit].button {
    background-color: #f8d708;
}

.wpcf7 {
    color: #fff!important;
  
}
/*botones*/

.btn__yellow span{
	color:#0B2C5E;

}

.btn__white span{
	color:#0B2C5E;
}

.button, input[type=button].button, input[type=reset].button, input[type=submit], input[type=submit].button {
    color: #0b2c5e!important;
}


/*footer*/

.absolute-footer {
    color: rgba(0, 0, 0, .5);
    font-size: .9em;
    padding: 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  ***************/


}