/* ----------------------------------------------------------------
	Canvas: Interior Design
-----------------------------------------------------------------*/

:root {
	--themecolor: #1c85e8;
}


p { font-weight: 300; }

.menu-container > .menu-item > .menu-link {
	font-size: 12px;
	font-weight: 400;
	color: #525975;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-family: 'Proza Libre', serif !important;
}

.sub-menu-container .menu-item > .menu-link {
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #525975;
	text-transform: capitalize;
	background-color: transparent !important;
	font-family: 'Proza Libre', serif !important;
}

.menu-container > .menu-item > .menu-link:hover{
	color:#8bbea6;
}

.txtverde{
	color:#8bbea6 !important;
}
}

.menu-link {
	padding: 5px 10px;
}

.heading-block span {
	font-size: 1.2rem;
  }

  .noline::after{

	border-top: 0px solid #444 !important;
  }

#side-panel { background-color: #FFF; }

body.side-panel-open #side-panel {
	-webkit-box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
	-moz-box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
	box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
}

#side-panel-trigger a{
	
	font-family: 'Proza Libre', serif !important;
	font-size: 15px !important;
	vertical-align: middle;
}

#side-panel-trigger a i{
	font-size: 20px !important;
}

.txtcontact i{float:left; width:30px; margin-left:-3px; margin-top:5px;}
.txtcontact span{ float:left;  line-height:35px; 	font-size: 13px !important;}

.header-misc {
text-align: right;

  }

.emphasis-title h2 {
	font-size: 48px;
}

.emphasis-title p {
	font-size: 18px;
	font-weight: 400;
	color: #525975;
}

/* ----- Hero Widget ----- */
#widget-subscribe-form {
	display: block;
	padding: 8px;
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 3px;
	box-shadow: 0 0 30px 4px rgba(0,0,0,0.15);
	transition: box-shadow .4s linear;
}

#widget-subscribe-form:hover { box-shadow: 0 0 42px 4px rgba(0,0,0,.3) !important; }

.input-lg { height: 50px; }


@media (min-width: 992px) {

	.sub-menu-container:not(.mega-menu-column) {
		width: 230px !important;
		padding: 5px 7px;
		border: transparent !important;
		box-shadow: 0px 20px 41px 1px rgba(0,0,0,0.1);
	}

	.toggle-bg .toggle-icon i {
		width: 1.25rem;
		font-size: 1.25rem;
	}

	.toggle-bg .toggle-header {
		background-color: #F2F6FA;
		padding: 1rem 1.5rem;
		align-items: center;
	}

	.toggle-bg .toggle-content {
		background-color: #F2F6FA;
		font-weight: 400;
		font-size: 1rem;
		padding: 0 1.5rem 1.5rem;
		color: #888;
		line-height: 1.7;
	}

	.toggle-bg .toggle-header .toggle-icon {
		-webkit-transition: transform .25s ease;
		-o-transition: transform .25s ease;
		transition: transform .25s ease;
	}

	.toggle-bg.toggle-active .toggle-header .toggle-icon {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		color: var(--themecolor);
	}
}


.portfolio.gutter-interior-design {
	margin-right: -8px;
	margin-left: -8px;
	margin-bottom: -16px;
}

.portfolio.gutter-interior-design > .col,
.portfolio.gutter-interior-design > [class*="col-"] {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 16px;
}


.customers-count { border-right: 1px solid rgba(0, 0, 0, 0.1); }

.customers-count .counter {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	color: #1d2c4c;
	font-size: 64px;
	line-height: 1.2;
}

.customers-count p {
	font-size: 20px;
	margin: 8px 0 0;
}

.quote p { font-size: 20px; }


.heading-block h2 + span {
	font-size: 18px;
	color: #999 !important;
}

/* ----- | Story-Box | ----- */
.story-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}

.story-box .story-box-image {
	width: 70%;
	height: 500px;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box .story-box-image img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
	transition: opacity .3s ease;
}

.story-box:hover .story-box-image img {
	opacity: .9;
}

.story-box .story-box-info {
	box-sizing: border-box;
	width: 50%;
	height: 430px;
	padding: 60px;
	margin: 35px 0 0 -20%;
	background: #fff;
	z-index: 4;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box.description-left .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	margin: 35px -20% 0 0;
}

.story-box .story-box-info .story-title {
	font-family: 'Playfair Display';
	font-size: 26px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0;
	color: #1d2c4c;
}

.story-box .story-box-info .story-box-content p {
	font-size: 15px;
	font-weight: 300;
	color: #666;
	line-height: 16px;
}

.story-box .story-box-info .story-box-content a {
	font-size: 16px;
	text-decoration: underline !important;
}

/* ----- Story-Box Responsive ----- */
@media (max-width: 991px) {

	.story-box .story-box-image {
		height: auto;
		width: 100%;
		height: 400px;
		-ms-flex-order: -1;
		order: -1;
	}

	.story-box.description-left .story-box-info {
		-ms-flex-order: -1;
		order: -1;
		margin: 35px -20% 0 0;
	}

	.story-box.description-left .story-box-info { margin: -40px 5% 0; }

	.story-box .story-box-info {
		max-width: 90%;
		height: auto;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		margin: -40px 5% 0;
	}
}


@media (max-width: 767px) {

	.story-box.description-left .story-box-info { margin: -100px 5% 0; }
	.story-box .story-box-info {
		padding: 35px;
		text-align: center;
		margin: -100px 5% 0;
	}
	.customers-count { border-right: none }

	
}

@media (max-width: 479px) {

	.story-box .story-box-info {
		width: 100%;
		padding: 15px;
		text-align: center;
		margin: -200px 5% 0;
	}
	.story-box.description-left .story-box-info { margin: -200px 5% 0; }

	ul.tab-nav:not(.tab-nav-lg) li a i {display: none;}
}


/* ----- Tab ----- */
ul.tab-nav:not(.tab-nav-lg) { border-bottom: none; }

ul.tab-nav:not(.tab-nav-lg) li {
	float: left;
	border: none;
	height: auto;
	text-align: center;
}

.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a { border: none; }

ul.tab-nav:not(.tab-nav-lg) li a {
	color: #1d2c4c;
	height: auto;
	line-height: 1;
	background-color: transparent;
	font-size: 15px;
	font-weight: 400;
	padding: 0 0 20px 0;
}

ul.tab-nav:not(.tab-nav-lg) li a i {
	display: block;
	font-size: 42px;
	margin: 0 0 17px 0;
	color: var(--themecolor);
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a { top: 0; }

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
	border-radius: 50%;
	background: var(--themecolor);
}

.tab-container { margin: 30px 0 0; }


/* ----- Tab Responsive ----- */
.acctitle {
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #444;
	border-top: 1px dotted #DDD;
	padding: 12px 0 12px 24px;
}
.acc_content { padding: 10px 0 25px; }
.acctitle i {
	color: var(--themecolor);
	font-size: 16px;
	top: 3px;
}

.acctitle i.icon-ok-circle,
.acctitle i.icon-remove-circle { display: none; }


/* ----- Review ----- */
.review-row {
	padding-bottom: 24px;
	border-bottom: 1px solid #EEE;
}

.review-row h6 {
	font-size: 18px;
	font-weight: 400;
	color: #1d2c4c;
	margin-bottom: 0;
}

.review {
	border-bottom: 1px solid hsla(60,1%,75%,.3);
	padding-bottom: 52px;
	padding-top: 52px;
}

.review-company {
	display: block;
	font-size: 17px;
	font-weight: 500;
	color: #1d2c4c;
}

.review-id {
	color: #AAA;
	font-weight: 300;
	font-size: 16px;
}

.rating-stars {
	margin: 20px 0;
}

.rating-stars i {
	font-size: 24px;
	margin: 0 2px;
	color: gold;
}

.review-date {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 10px;
}

.review-title h3::before {
	content: "\e7ad";
	font-family: 'font-icons';
	position: absolute;
	top: -5px;
	left: -70px;
	height: 60px;
	font-size: 60px;
	color: #525975;
	line-height: 60px;
	opacity: .1;
}

.review-title h3 {
	font-family: 'PlayFair Display';
	font-size: 28px;
	color: #1d2c4c;
	margin-bottom: 20px;
}

.owl-item .review-content {
	position: relative;
	max-height: 140px;
	overflow: hidden;
	transition: all 1s linear;
}

.owl-item .review-content::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
	z-index: 9;
	transition: all .3s linear;
	background: linear-gradient(180deg,hsla(0,0%,100%,0) -1%,hsla(0,0%,100%,.01) 0,#fff);
}

.owl-item .review-content:hover { max-height: 500px; }
.owl-item .review-content:hover::after { background: transparent; }

.review-content p {
	margin: 0;
	color: #888;
	font-size: 16px;
	white-space: pre-line;
}

/* ----- Footer ----- */
.widget h4 {
	font-weight: 500;
	letter-spacing: 0;
	font-size: 16px;
	text-transform: none;
}

.widget_links li,
.widget_links li a {
	background-image: none !important;
	padding-left: 0;
	color: #525975;
	opacity: .9;
	padding-top: 5px;
}

.app-links::before {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	border-top: 2px solid #DDD;
}

.app-links p {
	margin: 20px 0 5px 0;
}

.app-links a span {
	color: #888;
	margin-left: 2px;
	font-weight: 300;
	font-size: 14px;
}

.app-links a i {
	position: relative;
	top: 1px;
	font-size: 16px;
}

.app-links a:not(:first-child) { margin-top: 5px; }

#copyrights span {
	font-weight: 300;
	color: #BBB;
}






/* ----------------------------------------------------------------
	Fonts

	Replace your Fonts as necessary
-----------------------------------------------------------------*/


body,
small,
.sub-menu-container .menu-item > .menu-link,
.wp-caption,
.fbox-center.fbox-italic p,
.skills li .progress-percent .counter,
.nav-tree ul ul a,
.font-body,
h1,
h2,
h3,
h4,
h5,
h6,
#logo a,
.menu-link,
.mega-menu-style-2 .mega-menu-title > .menu-link,
.top-search-form input,
.entry-link,
.entry.entry-date-section span,
.button.button-desc,
.fbox-content h3,
.tab-nav-lg li a,
.counter,
label,
.widget-filter-links li a,
.nav-tree li a,
.wedding-head,
.font-primary { font-family: 'Rubik', sans-serif !important; }


.entry-link span,
.entry blockquote p,
.more-link,
.comment-content .comment-author span,
.comment-content .comment-author span a,
.button.button-desc span,
.testi-content p,
.team-title span,
.before-heading,
.wedding-head .first-name span,
.wedding-head .last-name span,
.font-secondary { font-family: 'Playfair Display', serif !important; }










/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

body.homebg {
	font-family: 'Proza Libre', sans-serif !important;
	letter-spacing: 0.7px;
	font-size: 13px;
	line-height: 25px;
	overflow-x: hidden;;
  }


.primary-menu{margin-top:10px;}

.logofooter, .logofooter1 {
	text-align: center;
  }

.footer-widgets-wrap a.contactel {
	font-size: 19px;
	line-height: 32px;
  }
  .wsfanimatedcolors a.contactel, .copyr {
	color: #fff;
	font-size: 13px;
  }

  a.contactel{
	color: #000;
	font-size: 13px;
  }

  .foot a.contactel i {
	margin-top: 7px;
	color: #333;
	font-size: 30px;
	margin-right: 20px;
  }

  .negro {
	color: #333 !important;
  }

  #footer {
	margin-top: 0 !important;
  }

  .bgwhite {
	background-color: #fff;
  }

  .clubes a img{max-width:260px;}

  #footer .footer-widgets-wrap {
	position: relative;
	padding: 0px 0 20px 0;
  }

  .wsfanimatedcolors {
	background-color: #8bbea6 !important;
	  background-size: auto;
	background-size: 100% 100%;
	
  }

  #side-panel {
	background-color: #FFF;
}

body.side-panel-open #side-panel {
	-webkit-box-shadow: -5px 0px 20px -6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -5px 0px 20px -6px rgba(0, 0, 0, 0.15);
	box-shadow: -5px 0px 20px -6px rgba(0, 0, 0, 0.15);
}

.text-right{text-align: right !important;}

label.acepto, label.acepto a {
	font-size: 10px;
  }

  a.contactel i.icono {
	color: #c7946c ;
	font-size: 30px;
	margin-right: 20px;
  }


  a.contactel i {
	color: #c7946c ;
	font-size: 20px;
	margin-right: 07px;
  }

  p.titmed {
	font-size: 14px !important;
	text-transform: uppercase;
  }

  .lead {
	font-size: 1.25rem;
	font-weight: 300;
  }

  .txtcook {
	font-size: 12px;
  }

  .verde {
	background-color: #9dd5bb !important;
  }
  
  .blanco{color:#f2f2f2;}
  .btn {
	padding: 0.3rem 0.65rem;
  }

  a.mizq {
	margin-left: 35px;
  }

  .btn-secondary {
	padding: 0.5rem 0.65rem;
  }

  .sub-menu-container .menu-item > .menu-link{
	font-family: 'Proza Libre', sans-serif !important ;
	letter-spacing: 0.7px;
	font-size: 12px !important;
	padding: 5px 15px !important;

  }

  .current a, li a.current, li a.current li.current, li a.hover, li a.hover li.hover{
	color: #66a59f !important;

  }

  .current a.menu-link, li a.current, li a.current li.current{
	color: #66a59f !important;
	font-weight:600 !important;
  }

  .sub-menu-container .menu-item > .menu-link:hover{
	color: #66a59f !important;
  }

.titul{
	font-family: 'Proza Libre', sans-serif !important;
	letter-spacing: 0.7px;
	font-size: 25px !important;
	font-weight:normal;
}

.flexslider .perros img {
	width: 100%;
	display: block;
  }

  strong{font-weight: 600;}

  .slide i{font-size: 17px;}

.entry-content p{font-size: 14px;}

.copyizq{text-align: left;}
.copyder{text-align: right;}

.text-left{text-align: left !important;}
.recuadro{border:1px solid #ccc; padding:25px; margin-bottom:20px;}

.text-justify{text-align: justify !important;}

ul.share-buttons {
	margin-top: 0px;
	width: 100%;
	position: relative;
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
  }

  ul.share-buttons li {
	display: inline;
	margin-right: 15px;
  }

  .enlaces a {
	font-size: 25px;
	color: #c7946c;
	margin-top: 10px;
	vertical-align: middle;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Proza Libre', sans-serif !important;
  }

.bgwhite{background-color: #fff !important;}




.bgfondo{
	background-image: url("../images/pie.jpg");

	background-position: bottom;
background-size: cover;
background-repeat: no-repeat;
}


.video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
	}
	
	.video-responsive iframe,
	.video-responsive object,
	.video-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


@media (min-width: 992px) {

	.heading-block span {
		font-size: 1rem;
	  }

	#related-portfolio{
		margin-top:-20px;
	}

	#side-panel {
		right: -400px;
		width: 400px;
	}

	#side-panel .side-panel-wrap {
		width: 400px;
	}

	#side-panel .widget {
		width: 350px;
	}

	body.side-push-panel.side-panel-open.stretched #wrapper,
	body.side-push-panel.side-panel-open.stretched #header.sticky-header .container {
		right: 400px;
	}

	body.side-push-panel.side-panel-open.stretched .slider-inner {
		left: -400px;
	}

}

@media (max-width: 992px) {


	
	.copyizq{text-align: center;}
	.copyder{text-align: center;}

	.d-xs-none {
	  display: none !important;
	}

	#side-panel {
		right: -400px;
		width: 400px;
	}

	.menu-container > .menu-item > .menu-link {
		font-size: 13px;
		font-weight: 400;
		color: #525975;
		letter-spacing: 1px;
		text-transform: capitalize;
		font-family: 'Proza Libre', serif !important;
	}

	#logo img {
		height: 110px;
		padding:5px 0px 10px;
	}
		
	#related-portfolio{
		margin-top:130px;
	}

	.menu-link i.icon-angle-down{display:none !important;}
	.menusecundario{margin-top:-30px !important;}
}



@media (max-width: 768px) {

	

	.topenlacediv {
		width: 100%;
		margin-top: 15px;
	}
	.header-misc {
		position: absolute;
		top: 0px;
	  }

	  li.menu-item, li.menu-item a{border:0 !important;}

	#related-portfolio{
		margin-top:120px;
	}

	.titul2 span{
		font-size: 1rem !important;
		text-align: center !important;
	}

	.titul{
		font-family: 'Proza Libre', sans-serif !important;
		letter-spacing: 0.7px;
		font-size: 17px !important;
		font-weight:normal;
	}

	.heading-block span {
		font-size: 0.8rem;
		text-align:justify;
	  }

	  .logofooter img {
		max-width:200px;
	  }

}


@media (max-width: 600px) {

	.container-sm{padding-left:40px; padding-right:40px;}

}





