/*
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.   ***************/
.espacio{
border-top: 10px solid #e1e1e1;
border-bottom: 4px solid #e1e1e1
}
.caja{
	padding: 3px;
	border: 1px solid #ebebeb;
}
.footer{
	border-top: 10px solid #90969f
}
span.widget-title {
    font-size: 1.5em;
    font-weight: 600;
}
#text-3{
	padding-left: 50px;
}
#text-3 .imgicon{
    position: absolute;
    left: 10px;
    width: 22px;
}
.footer-1 .dark p,.footer-1 .dark{
    color: #bbbdc1;
}
.footer-1 .dark span{
	color: #ffffff;
}
.footer-1 a{
    color: #bbbdc1;
}
.footer-1 a:hover{
    color: #bbbdc1;
}
.dropcap {
    background: none;
    float: left;
    width: auto;
    height: auto;
    margin: 5px 17px 10px 0;
    padding: 0 5px 0 0;
    letter-spacing: -3px;
    line-height: 48px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #3a3a3a;
}
.justificado{
	text-align: justify;
}
.justificado img{
    padding: 3px;
    border: 1px solid #ebebeb;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1180px;
}
.nav-pills>li>a {
    padding: 10px .75em;
    border-radius: 5px;
    line-height: 2.5em;
}
.perfil ul li {
    margin-bottom: .6em;
    border-bottom: 1px solid #ececec;
    padding-top: 5px;
    padding-bottom: 10px;
    position: relative;
    list-style: none;
    padding-left: 20px;
}
.perfil ul li:before{
	background-color: #000000;
	border-radius: 50px;
	height: 10px;
	width: 10px;
	left: 0px;
	top: 10px;
	position: absolute;
	content: "";
	z-index: 10;
}
.caldera-grid .btn-default {
    color: #fff!important;
    border-color: #3a3a3a!important;
    text-transform: initial!important;
    padding: 10px 20px!important;
}
.nav-dropdown {
    border: 2px solid #3a3a3a;
    color: #fff;
    background-color: #3a3a3a;

}
.nav-dropdown>li>a {
    color: rgba(255, 255, 255, 0.85);
    transition: all .2s;
}
.nav-dropdown>li>a:hover, .nav-dropdown>.active>a, .nav-dropdown li.active>a {
    color: rgb(140, 140, 140);
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}