/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* Body */
body, html{
	    background: rgba(78,108,177,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(78,108,177,1) 0%, rgba(11,38,100,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(78,108,177,1)), color-stop(100%, rgba(11,38,100,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(78,108,177,1) 0%, rgba(11,38,100,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(78,108,177,1) 0%, rgba(11,38,100,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(78,108,177,1) 0%, rgba(11,38,100,1) 100%);
    background: radial-gradient(ellipse at center, rgba(78,108,177,1) 0%, rgba(11,38,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e6cb1', endColorstr='#0b2664', GradientType=1 );
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

html{
    background-color: #4e6cb1;
}

.header-stack #Top_bar, #Header_wrapper, #Intro, #Wrapper, #Content, #Footer{
	background-color: transparent!important;
}


/* Top bar */
ul#menu-menu-principal li a{
	border-radius: 0px!important;
}

.colores{
	background: rgba(255,0,0,1);
background: -moz-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(247,255,0,1) 14%, rgba(43,255,0,1) 28%, rgba(0,255,213,1) 42%, rgba(0,196,255,1) 57%, rgba(0,0,255,1) 71%, rgba(119,0,255,1) 85%, rgba(255,0,132,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,0,0,1)), color-stop(14%, rgba(247,255,0,1)), color-stop(28%, rgba(43,255,0,1)), color-stop(42%, rgba(0,255,213,1)), color-stop(57%, rgba(0,196,255,1)), color-stop(71%, rgba(0,0,255,1)), color-stop(85%, rgba(119,0,255,1)), color-stop(100%, rgba(255,0,132,1)));
background: -webkit-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(247,255,0,1) 14%, rgba(43,255,0,1) 28%, rgba(0,255,213,1) 42%, rgba(0,196,255,1) 57%, rgba(0,0,255,1) 71%, rgba(119,0,255,1) 85%, rgba(255,0,132,1) 100%);
background: -o-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(247,255,0,1) 14%, rgba(43,255,0,1) 28%, rgba(0,255,213,1) 42%, rgba(0,196,255,1) 57%, rgba(0,0,255,1) 71%, rgba(119,0,255,1) 85%, rgba(255,0,132,1) 100%);
background: -ms-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(247,255,0,1) 14%, rgba(43,255,0,1) 28%, rgba(0,255,213,1) 42%, rgba(0,196,255,1) 57%, rgba(0,0,255,1) 71%, rgba(119,0,255,1) 85%, rgba(255,0,132,1) 100%);
background: linear-gradient(to right, rgba(255,0,0,1) 0%, rgba(247,255,0,1) 14%, rgba(43,255,0,1) 28%, rgba(0,255,213,1) 42%, rgba(0,196,255,1) 57%, rgba(0,0,255,1) 71%, rgba(119,0,255,1) 85%, rgba(255,0,132,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0084', GradientType=1 );
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
background-size: auto;
}

.border-text{
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
    font-size: 18px;
}



@media only screen and (max-width: 767px){
#Top_bar .two-columns, #Top_bar .one-columns{
    padding: 0!important;
    margin: 10px 50px;
    display: block;
}
}

#Top_bar.is-sticky #text-2{
	display: none;
}

@media only screen and (min-width: 1240px){
#Top_bar.is-sticky .menu_wrapper {
    clear: none;
    float: right;
}
}

body.header-stack:not(.template-slider) #Header {
    min-height: 0px;
}

#Top_bar.is-sticky {
    background-color: #ffffff!important;
}

@media screen and (min-width:768px){
	div.proyectos{
		text-align: right;
	}
}

@media (min-width: 768px) and (max-width: 1239px){
	.logo #logo img{
		width: 70%;
	}
}

/* Menu */ 


.header-stack #Top_bar .menu_wrapper{
	width: 100%;
    text-align: center;
}

.header-stack #Top_bar #menu{
	display: inline-block!important;
    background: transparent!important;
}
/*
@media only screen and (min-width: 1240px){
body:not(.header-simple) #Top_bar #menu {
    display: inline-block!important;
}
}
*/

#Top_bar.is-sticky .menu_wrapper{
	width: auto!important;
}


@media only screen and (min-width: 1240px){
	.menu-highlight.header-stack #Top_bar .menu > li > a span:not(.description){
	    line-height: 40px;
	    border-bottom: 4px solid #284c78;
	    border-top: 4px solid #284c78;
	    border-right: 2px solid #284c78;
	    border-left: 2px solid #284c78;
	}
	ul#menu-menu-principal li.current_page_item span{
		background-color: #fff;
		color: #4f81bd;
	}

	ul#menu-menu-principal li span:hover{
		background-color: #fff;
		color: #4f81bd;
	}

	ul#menu-menu-principal li span{
		background-color: #4f81bd;
		color: #fff;
	}

	.menu-highlight #Top_bar #menu > ul > li.current-menu-item > a, .menu-highlight #Top_bar #menu > ul > li.current_page_item > a{
		background-color: transparent!important;
	}
	
	.menu-highlight #Top_bar .menu > li {
    margin: 0 0px!important;
	}
}

/*
@media only screen and (min-width: 1240px){
.menu-highlight:not(.header-fixed):not(.header-simple) #Top_bar.is-sticky .menu > li > a {
    margin: 6px 0!important;
    padding: 5px 0!important;
}
}
*/

#Top_bar.is-sticky {
    background-color: #244081!important;
}

.menu-highlight #Top_bar #menu > ul > li.current-menu-item > a, .menu-highlight #Top_bar #menu > ul > li.current_page_item > a, .menu-highlight #Top_bar #menu > ul > li.current-menu-parent > a, .menu-highlight #Top_bar #menu > ul > li.current-page-parent > a, .menu-highlight #Top_bar #menu > ul > li.current-menu-ancestor > a, .menu-highlight #Top_bar #menu > ul > li.current-page-ancestor > a, .menu-highlight #Top_bar #menu > ul > li.current_page_ancestor > a, .menu-highlight #Top_bar #menu > ul > li.hover > a {
    background: transparent!important;
}


/* CONTENIDOS */

.wpb_map_wraper, .wpb_gmaps_widget.wpb_content_element{
	margin-bottom: 0px!important;
}

.text-white{
	color: #fff!important;
}

.no-margin .vc_single_image-wrapper{
	margin-bottom:0px!important; 
}

.vc_tta-panel .vc_tta-panel-title a{
	color: #fff!important;
}

.vc_tta-panel .vc_tta-panel-heading i:before, .vc_tta-panel .vc_tta-panel-heading i:after{
	border-color: #fff!important;
}

.vc_tta-panel-heading h4.vc_tta-panel-title{
	font-size: 25px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: 0px;
}

.vc_tta-panel .vc_tta-panel-heading, .vc_tta-panel .vc_tta-panel-body{
	border: none!important;
}

/*---- Tab rojo ----*/

.vc_tta-panel.red .vc_tta-panel-heading, .vc_tta-panel.red .vc_tta-panel-body{
	background-color: rgba(253, 0, 0, 0.75)!important;
}

/*---- Tab amarillo ----*/

.vc_tta-panel.yellow .vc_tta-panel-heading, .vc_tta-panel.yellow .vc_tta-panel-body{
	background-color: rgba(254,242,28,0.75) !important;
}


/*---- Tab amarillo ----*/

.vc_tta-panel.blue .vc_tta-panel-heading, .vc_tta-panel.blue .vc_tta-panel-body{
	background-color: rgba(78,146,231,0.75) !important;
}

.zoom_box{
	margin-bottom: 15px!important;
}

.slick-next {
    right: -22px;
}

.ult-ih-divider-block{
	display: none!important;
}

.ult-ih-item .ult-ih-info {
    height: 66%!important;
}

/* TABS */

.ult_tabmenu.style1 li.ult_tab_li{
	margin: 2px!important;
}

.aio-icon.none.ult_tab_iconright{
	display: none;
}

.vc_tta-panel .vc_tta-panel-title a {
    color: #666!important;
}

.vc_tta-panel-heading h4.vc_tta-panel-title {
    font-size: 20px;
}