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


/*menu*/

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

/* 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;
	}
}



/*tipografía*/



li::marker{
	color:#003366!important;
}

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

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

.blanco a{
	color:white!important;
}

h1{
	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: #003366;    /* color of the scroll thumb */
  border-radius: 8px;       /* roundness of the scroll thumb */
  border: 2px solid #fff;  /* creates padding around scroll thumb */
}

/*Formulario*/

.form-placeholder .info-form {
	font-size: 0.8rem;
	display: inline-flex;
}

/*footer*/

.absolute-footer {
    color: rgba(0, 0, 0, .5);
    font-size: .9em;
    padding: 0px;
}

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


}