#services{
	padding-left:50px;
}
#services .col-md-3 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
#dorothea-footer .top-fade{
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1) 100%);
}
#dorothea-footer .left-fade{
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1) 100%);
}
.dorothea-menu ul > li{
	visibility:visible;
	opacity: 100;	
	padding: 4px 0px;
	text-align: left;
	top: -63px;
}
.dorothea-menu ul{
	margin-top: 60px;
	margin-bottom: -70px;
	margin-left: -10px;
}
.dorothea-menu{
	width:350px;
}
#dorothea-footer .logo-row{
	display: none;
}
#dorothea-footer{
	padding: 80px 0 40px 0;
}

.section-banner2_sobremi{
	padding: 20px 0 10px 0 !important;
}
.dorothea-heading-meta{
	display: none;
}
.dorothea-heading{
font-family: "Aboreto" !important;
	font-weight: Bold;
}
.dorothea-sidebar-part .single-widget{
	background: #F2E5DE;
}
.blog-entry .desc h3 a{
font-family: "Aboreto" !important;
font-weight:600;
}
.dorothea-menu ul > li a{
font-family: "Aboreto" !important;
	font-size: 14px !important;
	font-weight: 500;
}
.dorothea-post-heading{
font-family: "Aboreto" !important;
	font-weight: Bold !important;
}
@media screen and (max-width: 768px){
	.dorothea-hero .bottom-fade{
		bottom: 0px !important;
		}
}

.dorothea-hero .right-bottom-text span{
	font-family: "Aboreto" !important;
}

.dorothea-sidebar-part .recent-posts .recent a{
font-family: "Aboreto" !important;
	font-weight: Bold;
}
button, input, optgroup, select, textarea{
	font-family: "Aboreto" !important;
}
.dorothea-sidebar-part .widget_categories ul li{
font-family: "Aboreto" !important;
	font-weight: Bold;
}
#dorothea-footer .credits-row{
font-family: "Aboreto" !important;
	font-weight: Bold;
}

h1,h2,h3,h4,h5,h6{
font-family: "Aboreto" !important;
	font-weight: Bold !important;
}
p{
	font-family: 'Source Sans Pro', sans-serif !important;
}
h3{
	font-size: 30px !important;
}
/********************/
/*definimos el ancho del scroll */
::-webkit-scrollbar{
	width: 15px;
}
/*definimos el color de fondo de de la barra de scroll */
::-webkit-scrollbar-track {
  background:#dcdcdc;
}
/*personalizamos el scroll*/
::-webkit-scrollbar-thumb{
/*border-radius: 5px;
background:linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);*/
	background:#a7a7a7;
}

/* links */
a {
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover,
a:active,
a:focus {
    color: #222;
    outline: none;
    text-decoration: none !important;
}
a:link {
    text-decoration: none;
}
a:focus {
    outline: none;
}
