/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Child Theme
 Author:         DISENA TU WEB EMPRESA
 Author URI:     https://www.disenatuweb.cl/
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* Divi-Child */

.cresta-facebook-messenger-box {
	bottom: 84px!important;
}
/*GALLERY*/
.mfp-title {display:none!important;}
/*CONSTRUCCION*/
.construccion{
	display: none;
}
#top-header, #top-header #et-info, #top-header .container, #top-header .et-social-icon a {
	line-height: 1.5em!important;
}
@media only screen and (max-width: 767px){
div#et-secondary-menu {
    margin-bottom: 9px!important;
    }
    }


.cta {
	letter-spacing: 4px!important;
}
.fas fa-map-marker-alt fa-lg {
	margin-right: 5px!important;
}
.fab fa-facebook fa-lg {
	margin-right: 5px!important;
}
/* === Show social icons on mobiles === */
/* src: https://divibooster.com/show-divi-header-social-icons-on-mobiles-divi-2-4/ */
@media only screen and (max-width: 767px) {
    div#et-secondary-menu { 
		display: block !important; 
		margin-top: 0px !important;
		padding-top: .75em;
	} 
	#et-secondary-menu>div.et_duplicate_social_icons>ul>li a {
		display: block;
		padding-bottom: .75em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	div#et-secondary-menu { 
		display: block !important; 
		padding-top: .75em; 
    } 
}
/* === END: Show social icons on mobiles === */
/* Font Awesome */
.fa {
    margin-right: 15px ;
  }
/*TOP HEADER LINE*/
/*#top-header .container {
	border-bottom: 1px solid #cccbcb!important;
}*/
/*SEPARADORES MENU*/
#top-menu .menu-item:before{
 content: '/';
 position: absolute;
 right: 7px; /* adjust this number as you see fit. This may depend on the spacing of your menu items */
}
 
#top-menu .menu-item:last-child:before{
 content:'';
}
 
#top-menu .menu-item-has-children .sub-menu .menu-item:before{
 content:'';
}
/*FOOTER*/
#footer-info {
text-align: center!important;
float:none!important;
}
