/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Estudio Familia Child Theme
 Author:         ADWEB
 Author URI:     http://www.adweb.cl/
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* Estudio Familia */

/*MENU*/
.page-id-41 #main-header{
	background-color: transparent!important;
}
.page-id-41 #main-footer{
	background-color: transparent!important;
}
.page-id-41 #footer-bottom{
	background-color: rgba(0,0,0,0)!important;
}
.current-menu-item a{
	border-bottom: 1px solid #F4B152;
	padding-bottom: 10px!important;
}
.menu-item a{
	padding-bottom: 10px!important;
	font-family: 'Josefin Sans', sans-serif;
}
.menu-item a:hover{
	color: #F4B152!important;
	border-bottom: 1px solid #F4B152;
	padding-bottom: 10px!important;
}
.et_header_style_left #et-top-navigation{
	padding: 30px 0 20px !important;
}
.et_mobile_menu{
	background-color: rgba(0,0,0,0.8)!important;
}
/*MAIN*/
#home ul{
	display: flex;
	list-style-type: none;
}
#home ul li{
	padding-right: 30px;
}
#home ul li:last-of-type{
	padding-right: 0;
}
#home ul li a{
	color: #fff;
}
h5{
	color: #F4B152!important;
}
strong{
	color: #00657f;
}
hr{
	border-width: 0;
	padding-bottom: 10px;
}
.textos{
	height: 500px;
	overflow: scroll;
	overflow-x: hidden;
}
.et_pb_toggle_open{
	padding: 0!important;
}
.et_pb_toggle_close{
	padding: 0!important;
}
.cien{
	width: 100%!important;
	font-weight: 600;
}
.pie{
	font-family: 'Josefin Sans', sans-serif;
}
#homemob1{
	background-color: transparent!important;
}
#homemob2 p{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	line-height: normal;
	color: #ffffff;
	padding-bottom: 30px;
}
/*FOOTER*/
#main-footer{
	display: none;
}
@media (max-width: 980px){
	img.alignleft{
		margin-bottom: 15px;
	}
	.et_pb_text_align_justified{
		text-align: left;
	}
}