/*
Theme Name: MF
Author: Pablo Revetria
Description: WP Theme excusive for MF
Version: 0.0.1
Tags: bootstrap
*/

body {
    width: 100%;
    height: 100%;

	background: #fff;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 14px;

	overflow-x: hidden;

	/*margin-top: 0;
	  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;*/
}

/*body.open {
   margin-top: 150px;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: margin-top;
       -o-transition-property: margin-top;
          transition-property: margin-top;
}*/

@media (min-width:990px){
}

html {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-font-smoothing: antialiased !important;
	        text-rendering: optimizeLegibility !important;
}

@media (min-width:768px){.container{width:/*750px*/100%}}

@media (min-width:980px){.container{width:970px}}

/*@media (min-width:1100px){.container{width:1000px}}*/

@media (min-width:1200px){.container{width:1100px}}

/* =Titles
--------------------------------------------------------------------------------------------------------*/

h1 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.5px;
	text-align: left;
	color: #000000;
}

@media (min-width:767px){
	h1 {
		font-size: 24px;
	}
}

h1.bienvenidos {
	font-size: 26px;
	font-weight: 900;
	letter-spacing: -1.3px;
	text-align: center;
	color: #ffffff;
	position: absolute;
	display: block;
	top: calc(50% - 25px);
	z-index: 9990;
	left: calc(50% - 150px);
	width: 300px;
}

@media (min-width:480px){
	h1.bienvenidos {
		font-size: 36px;
	}
}

@media (min-width:767px){
	h1.bienvenidos {
		font-size: 56px;
	}
}

/* =Timelapse
--------------------------------------------------------------------------------------------------------*/

.timelapse {
	background: #3d3b4f;
	width: 100%;
	height: 100vh;
	display: none;
	position: absolute;
	z-index: 9908;
	opacity: 1;
	top: 0;
}

@media screen and (min-width: 1024px) {
	.timelapse {
		display: block;
	}
}

.timelapse.hiddene {
	transition-duration: 2s;
	transform: translateY(-200vh);
}

.timelapse video {
	display: none;
}

@media screen and (min-width: 1024px) {
	.timelapse video {
		display: block;
		visibility: visible !important;
		position: absolute;
		top: 0;
		height: 100%;
		z-index: 9908;
		/*opacity: 0.7;
		filter: alpha(opacity=70);*/
	}
}

@media screen and (min-width: 1100px) {
	.timelapse video {
		height: auto;
		width: 100%;
	}
}

@media screen and (min-height: 1070px) {
	.timelapse video {
		height: 100%;
		width: auto;
	}
}

/* =Modal
--------------------------------------------------------------------------------------------------------*/

.modal-body {
  background: #3d3b4f;
  padding: 25px 15px;
}

#popupSubscribe .modal-body {
  background: #43925C;
  padding: 25px 0 0 0;
  border-radius: 8px;
}

#popupSubscribe .modal-body .close {
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 30px;
  opacity: 0.7;
  font-weight: normal;
}

#popupSubscribe .modal-dialog {
  max-width: 490px;
}

#popupSubscribe .modal-dialog .modal-content {
  background: transparent;
}

#popupSubscribe .modal-body .subheader {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 13px;
  padding: 30px 5px 16px;
  text-transform: uppercase;
}

#popupSubscribe .modal-body .popup-form {
  padding: 16px 30px 24px;
  background: url(img/right.png) right bottom no-repeat, url(img/left.png) left bottom no-repeat;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

#popupSubscribe .modal-body h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #3D3B4F;
  margin-top: 0;
  margin-bottom: 20px;
}

#popupSubscribe .modal-body label {
  font-size: 12px;
  text-align: left;
  color: #3D3B4F;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0;
}

.modal-body p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

#popupSubscribe .modal-body p {
  color: #3d3b4f;
}

@media (min-width: 640px) {
  .modal-body p {
    font-size: 20px;
  }
}

.modal-body hr {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.modal-body p.sm {
  font-size: 16px;
  color: #f9b180;
  text-align: center;
}

@media (min-width: 640px) {
  .modal-body p.sm {
    font-size: 18px;
  }
}

.modal-body p span {
  color: #fff;
  font-size: 20px;
}

/*#popupSubscribe .modal-body p span {
  color: #3d3b4f;
  max-width: 340px;
  width: 100%;
  display: block;
}

#popupSubscribe .modal-body p .wpcf7-spinner {
  margin: 0 auto;
  width: auto;
  max-width: none;
}*/

#popupSubscribe .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #d85e46;
}

@media (min-width: 640px) {
  .modal-body p span {
    font-size: 22px;
  }
}

.modal-body .close {
  color: #fff;
  text-shadow: none;
  font-size: 40px;
  line-height: 0;
  filter: alpha(opacity=30);
  opacity: 0.3;
}

#popupSubscribe .modal-body form {
  max-width: 300px;
  margin: 0 auto;
}

#popupSubscribe .wpcf7 form .wpcf7-response-output {
  margin-top: 10px;
}

#popupSubscribe .modal-body form .form-group,
#popupSubscribe .modal-body form .form-group p {
  margin-bottom: 0;
}

.modal-body #mc_embed_signup {
  background: transparent;
}

.modal-body #mc_embed_signup .clear {
  width: 100% !important;
  float: none !important;
}

.modal-body #mc_embed_signup .mc-field-group {
  min-width: 100% !important;
}

.modal-body #mc_embed_signup .mc-field-group input {
  background: white;
  font-size: 16px;
  margin: 5px auto;
  width: 80%;
  display: block;
  float: none;
}

#popupSubscribe .modal-body input[type=text],
#popupSubscribe .modal-body input[type=email],
#popupSubscribe .modal-body input[type=date] {
  border-radius: 4px;
  border: 1px solid #ABB0B2;
  background: rgba(7, 135, 195, 0.11);
  width: 100%;
  margin-bottom: 0;
}

.modal-body #mc_embed_signup input.button {
  border-radius: 2px;
  border: 1px solid #f9b180;
  background-color: #f9b180;
  color: #3d3b4f;
  font-size: 16px;
  font-weight: 600;
  width: 80%;
  height: 40px;
  margin: 3px auto 10px;
  float: none;
  display: block;
}

#popupSubscribe .modal-body input[type=submit] {
  font-size: 14px;
  font-weight: 700;
  color: #F9B180;
  padding: 8px 40px;
  border-radius: 6px;
  background: #3D3B4F;
  width: 100%;
  margin-top: 30px;
}

.modal-body ul.networks {
  margin: 20px auto 0px;
  width: 75px;
  display: block;
  height: 30px;
}

.modal-body ul.networks li {
  display: block;
  float: left;
}

.modal-body ul.networks li a {
	text-indent: -3000px;
	width: 30px;
  height: 30px;
	background-size: 30px 30px;
	margin-right: 15px;
  position: relative;
  display: block;
}

.modal-body ul.networks li.tw a {
	background: url(svg/tw.svg) no-repeat center center;
}

.modal-body ul.networks li.fb a {
	background: url(svg/fb.svg) no-repeat center center;
}

.modal-body ul.networks li.instagram a {
	background: url(svg/instagram.svg) no-repeat center center;
  margin-right: 0;
}

.modal-body ul.networks li a:hover {
	opacity: 0.7;
}

/* =Wrapper
--------------------------------------------------------------------------------------------------------*/

.wrapper {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #fff;
}

/* =Navbar
--------------------------------------------------------------------------------------------------------*/

.navbar,
.navbar-default {
	background: transparent;
	border: none;
}

.header-links {
    background: #3d3b4f !important;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    z-index: 3;
}

@media (min-width: 1200px) and (min-height: 600px) {
    .navbar,
    .navbar-default {
    	background: #3d3b4f;
    	border: none;
    }
}

.top-nav-collapse {
	background: #3d3b4f;
}

.navbar-brand {
	/*display: none;*/
}

.page-template-tpl-history .navbar-brand {
	background: url(svg/logo-mercado-ferrando.svg) no-repeat center center;
	width: 169px;
	height: 11px;
	text-indent: -3000px;
	margin-top: 25px;
	margin-left: 20px;
	display: block;
	margin-bottom: 20px;
}

@media (max-width: 620px) {
	.page-template-tpl-history .navbar-brand {
		margin-top: 18px;
	}
}

@media (max-width: 999px) {
	/*.top-nav-collapse */.navbar-brand {
		background: url(svg/logo-mercado-ferrando.svg) no-repeat center center;
		width: 169px;
		height: 11px;
		text-indent: -3000px;
		margin-top: 18px;
		margin-left: 20px;
		display: block;
		margin-bottom: 18px;
	}

	.page-template-tpl-locals .top-nav-collapse .navbar-brand {
	    display: none;
	}
}

@media (min-width: 1000px) {
	.navbar-brand {
		background: url(svg/logo-mercado-ferrando.svg) no-repeat center center;
		width: 169px;
		height: 11px;
		text-indent: -3000px;
		margin-top: 25px;
		margin-left: 20px;
		display: block;
		margin-bottom: 20px;
	}
}

@media (max-width: 999px) {
	.navbar-brand {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

@media (max-width: 1199px) {
	.navbar > .container {
		width: 100%;
	}
}

@media (min-width: 1000px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: 0;
	}

	.navbar-right {
		margin-right: 0;
	}
}

@media screen and (min-width: 1100px) {
	/*.navbar-brand {
		width: 310px;
		height: 20px;
	}*/
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav {
		margin: 0;
		padding: 10px 0;
	}
}

@media (max-width: 999px) {
	.navbar-default .navbar-nav > li {
		float: left;
		width: 41%;
	}

	.navbar-default .navbar-nav > li.social {
		float: left;
		width: auto;
	}
}

.navbar-default .navbar-nav > li > a {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
    padding: 8px 0;
}

@media (min-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		padding: 20px 15px;
	}
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:active {
	background: transparent;
	color: #f9b180;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
	color: #f9b180;
}

@media (min-width: 1000px) {
	.navbar-default .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.navbar-default .navbar-nav > li.social > a {
	text-indent: -3000px;
	width: 20px;
	background-size: 20px 20px;
	margin-left: 10px;
}

.navbar-default .navbar-nav > li.social.tw > a {
	background: url(svg/tw.svg) no-repeat center center;
}

.navbar-default .navbar-nav > li.social.fb > a {
	background: url(svg/fb.svg) no-repeat center center;
}

.navbar-default .navbar-nav > li.social.instagram > a {
	background: url(svg/instagram.svg) no-repeat center center;
}

.navbar-default .navbar-nav > li.social > a:hover {
	opacity: 0.7;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: none;
}

@media (max-width: 999px) {
	.navbar-collapse {
		border: 0;
		position: absolute;
		top: 0;
		width: 100%;
		background: #3d3b4f;
		z-index: 2;
	}
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: transparent;
	border: 0;
	margin: 25px 20px;
	z-index: 3;
}

@media (max-width: 999px) {
	.open .navbar-toggle.collapsed,
	.opne .navbar,
	.open .navbar-default {
		background: #3d3b4f;
	}
}

.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}

/* =Home
--------------------------------------------------------------------------------------------------------*/

.home #first {
	/*background: #3d3b4f url(img/bg-sky.gif) repeat 0 0;*/
  background: #3d3b4f url(img/bg-sky.gif) repeat 0 0;
	height: 100%;
}

.home #first .roof {
	/*background: url(img/bg_mobile.gif) no-repeat center top;*/
  background: url(img/mobile_hero.jpg) no-repeat center top;
	position: relative;
	z-index: 1;

	background-size: cover;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	.home #first .roof {
		/*background: url(img/bg_tablet.gif) no-repeat center 10%;*/
  	background: url(img/tablet_hero.jpg) no-repeat center 10%;
		background-size: cover;
	}
}

@media (min-width: 1024px) {
	.home #first .roof {
		/*background: url(img/bg_desktop.gif) no-repeat center top;*/
    background: url(img/desktop_hero.jpg) no-repeat center top;
		z-index: 2;
	}
}

@media (min-width: 1024px) and (min-height: 768px) {
	.home #first .roof {
		/*background: url(img/bg_desktop.gif) no-repeat center bottom;*/
    background: url(img/desktop_hero.jpg) no-repeat center bottom;
	}

	.home #first {
		/*height: 100vh;*/
	}
}

@media (min-width: 1024px) and (min-height: 400px) {
	.home #first .roof {
		/*background: url(img/bg_desktop.gif) no-repeat center bottom;*/
    background: url(img/desktop_hero.jpg) no-repeat center bottom;
		background-size: cover;
		width: 100%;
		height: 100%;
	}

	.home #first {
		/*height: calc(100vh + 150px);*/
	}
}

.intro {
    width: 90%;
    margin: 0 5%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #3d3b4f;
    z-index: 1;
}

@media (min-width: 490px){
    .intro {
        display: none;
    }
}

/* =Plants
-----------------------------*/

/* =Characters
-----------------------------*/

/* =Banners
-----------------------------*/

.banner {
  width: 100%;
  height: 100%;
  max-height: calc(90px + 50px);
  display: block;
  background: #e3e8ec;
  padding: 25px 0;
}

.banner a,
.banner img {
  width: 100%;
  max-width: 768px;
  height: 100%;
  display: block;
  margin: 0 auto;
}

#banner-superior {
  background: #e3e8ec;
}

#banner-medio {
  background: #ffffff;
}

/* =Carousel
--------------------------------------------------------------------------------------------------------*/

#galeria .swiper-pagination-bullet {
    background: rgba(256,256,256,0.5);
	border: 2px solid #fff;
	width: 15px;
	height: 15px;
}

#galeria .swiper-button-prev,
#galeria .swiper-container-rtl .swiper-button-prev {
    background-image: url(svg/left.svg);
}

#galeria .swiper-button-next,
#galeria .swiper-container-rtl .swiper-button-next {
    background-image: url(svg/right.svg);
}

/* //////////////* /
@media (min-width: 990px) {
	#galeria .carousel-inner {
		height: 100vh;
	}
}

@media (min-width: 990px) and (min-height: 768px) {
	#galeria .carousel-inner {
		height: 100vh;
	}
}

@media (min-width: 990px) {
	#galeria .carousel-inner {
		height: calc(100vh + 120px);
	}
}

#galeria .carousel-inner > .item,
#galeria .carousel-inner > .item > img,
#galeria .carousel-inner > .item > a > img {
	width: 100%;
}

#galeria .carousel-inner > .item {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

#galeria .carousel-indicators li {
	display: none;
	background: rgba(256,256,256,0.5);
	border-width: 2px;
}

@media (min-width: 540px) {
	#galeria .carousel-indicators li {
		display: inline-block;
	}
}

#galeria .carousel-indicators li,
#galeria .carousel-indicators li.active {
	width: 15px;
	height: 15px;
	margin: 0 3px;
}

#galeria .carousel-indicators li.active {
	background: rgba(256,256,256,0.9);
}

.carousel-control {
	width: 10%;
}

@media (max-width: 767px) {
	.carousel-control,
	.carousel-control:focus,
	.carousel-control:hover {
		opacity: 0;
	}
}

.carousel-control:hover {
	background: transparent !important;
}

.carousel-control span {
	position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
	width: 30px;
	height: 70px;
}

.arw-left {
	background: url(svg/left.svg) no-repeat center center;
	left: 30px;

}

.arw-right {
	background: url(svg/right.svg) no-repeat center center;
	right: 30px;
}

/* =Propuestas
--------------------------------------------------------------------------------------------------------*/

#propuestas {
	background: #6d698c;
	padding: 75px 20px;
	position: relative;
	overflow: hidden;
}

@media (min-width: 990px) {
	#propuestas {
		padding-top: 110px;
	}
}

#propuestas .item {
	margin-bottom: 25px;
}

#propuestas h2 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 65px;
}

#propuestas p {
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	color: #f9b180;
	margin: 0 auto 85px;
	max-width: 700px;
}

@media (min-width: 768px) {
	#propuestas p {
		font-size: 34px;
		line-height: 44px;
	}
}

@media (min-width: 990px) {
	#propuestas p {
		font-size: 44px;
		line-height: 52px;
	}
}

#propuestas i {
	display: block;
	margin: 0 auto 22px;
	overflow: hidden;
	width: 100px;
	height: 100px;
}

#propuestas i.mercado {
	background:url(svg/icon-mercado.svg) no-repeat center bottom;
	background-size: 90px 87px;
}

#propuestas i.food {
	background:url(svg/icon-food.svg) no-repeat center bottom;
	background-size: 90px 76px;
}

#propuestas i.book {
	background:url(svg/icon-book.svg) no-repeat center bottom;
	background-size: 90px 90px;
}

#propuestas i.tree {
	background:url(svg/icon-tree.svg) no-repeat center bottom;
	background-size: 90px 93px;
}

#propuestas i.table {
	background:url(svg/icon-table.svg) no-repeat center bottom;
	background-size: 90px 50px
}

#propuestas i.dj {
	background:url(svg/icon-dj.svg) no-repeat center bottom;
	background-size: 90px 90px;
}

#propuestas h3 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.6px;
	text-align: center;
	color: #f9b180;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	#propuestas h3 {
		height: 55px;
	}
}

#propuestas .desc {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.6px;
	text-align: center;
	color: #ffffff;
}

@media (min-width: 820px) and (max-width: 940px){
	#propuestas .desc {
		height: 90px;
	}
}

#propuestas .p01 {
	background: url(svg/p10.svg) no-repeat center center;
	width: 127px;
	height: 233px;
	position: absolute;
}

#propuestas .p01.left,
#propuestas .p01.right {
	display: none;
}

@media (min-width: 1000px) {
	#propuestas .p01.left {
		display: block;
		left: -2vw;
		bottom: -10vh;
	}

	#propuestas .p01.right {
		display: block;
		right: -3vw;
		bottom: -10vh;
	}
}

@media (min-width: 1200px) {
	#propuestas .p01.left {
		left: 1vw;
		bottom: -10px;
	}

	#propuestas .p01.right {
		right: 1vw;
		bottom: -10px;
	}
}

@media (min-width: 1800px) {
	#propuestas .p01.left {
		left: 2.5vw;
	}

	#propuestas .p01.right {
		right: 3vw;
	}
}

@media (min-width: 2000px) {
	#propuestas .p01.left {
		left: 4vw;
	}

	#propuestas .p01.right {
		right: 5vw;
	}
}

/* =Locales
--------------------------------------------------------------------------------------------------------*/

#locales {
	background: #fff;
	padding: 50px 0 0;
}

@media (min-width: 768px) {
	#locales {
		padding: 50px 0 35px;
	}
}

@media (min-width: 990px) {
	#locales {
		padding-top: 110px;
	}
}

#locales .container-fluid {
	max-width: 1400px;
	padding-left: 2px;
	padding-right: 2px;
}

#locales h2 {
	color: #3f9a67;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 35px;
}

#locales [class^="col-"],
#locales [class*=" col-"] {
	padding: 1px;
}

#locales .store * {
	width: 100%;
	height: 100%;
}

#locales a.store {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
	  -ms-transition: all 0.5s ease 0s;
       -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}

#locales .store.hover {
	opacity: 0;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}

#locales a.store:hover .store.hover {
	opacity: 1;
}

/* = Banner
--------------------------------------------------------------------------------------------------------*/

#banner {
	background: #d85e46;
	padding: 50px 20px;
	position: relative;
	overflow: hidden;
	display: block;
}

@media (min-width: 1200px) {
	#banner {
		padding: 100px 20px;
	}
}

#banner p {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1.1px;
	color: #e2e8eb;
	line-height: 1.2;
	text-align: right;
}

@media (min-width: 360px) {
	#banner p {
		width: 55%;
		float: right;
		margin-top: 12px;
	}
}

@media (min-width: 440px) {
	#banner p {
		font-size: 30px;
		margin-top: 25px;
	}
}

@media (min-width: 520px) {
	#banner p {
		width: 70%;
	}
}

@media (min-width: 768px) {
	#banner p {
		width: 520px;
		font-size: 36px;
		padding-top: 0;
	}
}

@media (min-width: 990px) {
	#banner p {
		font-size: 48px;
	}
}

@media (min-width: 640px) and (max-width: 700px) {
	#banner p {
		margin-right: 50px;
	}
}

@media (min-width: 701px) and (max-width: 740px) {
	#banner p {
		margin-right: 60px;
	}
}

@media (min-width: 741px) and (max-width: 989px) {
	#noveades p {
		margin-right: 50px;
	}
}

@media (min-width: 990px) and (max-width: 1200px) {
	#noveades p {
		margin-right: 120px;
	}
}

#banner i.woman {
	background: url(svg/woman.svg) no-repeat center center;
	background-size: 127px 195px;
	width: 127px;
	height: 195px;
	float: left;
}

#banner i.p11 {
	background: url(svg/p11.svg) no-repeat center center;
	background-size: 131px 274px;
	width: 131px;
	height: 274px;
	position: absolute;
	right: -20px;
	bottom: -20px;
  display: none;
}

@media (min-width: 767px) {
	#banner i.p11 {
		display: block;
	}
}

@media (min-width: 1200px) {
	#banner i.p11 {
		right: 50px;
	}
}

/* =History
--------------------------------------------------------------------------------------------------------*/

#historia {
	background: #fff;
	overflow: hidden;
	padding: 50px 0;
}

@media (min-width: 1024px) {
	#historia {
		background: #6a6a6a url(svg/bg-roof.svg) no-repeat center bottom;
		background-size: cover;
		padding: 200px 0 40px;
	}
}

@media (min-width: 1200px) {
	#historia {
		background: #6a6a6a url(svg/bg-roof.svg) no-repeat center bottom;
		background-size: cover;
		padding: 200px 0 40px;
	}
}

/*

Cambio de diseño 180528

@media (min-width: 1200px) {
	#historia {
		background: #6a6a6a url(svg/bg-roof.svg) no-repeat center bottom;
		background-size: contain;
		padding: 200px 0 40px;
	}
}

*/

#historia h2 {
	color: #d85e46;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	margin: 0 auto 40px;
	width: 100%;
	display: block;
}

@media (min-width: 1024px) {
	#historia h2 {
		font-size: 53px;
		margin: 0 auto 80px;
	}
}

@media (min-width: 1024px) and (max-height: 767px) {
	#historia h2 {
		margin: 0 auto 10px;
	}
}

#historia .history-text p {
	font-size: 18px;
}

#historia .history-text p,
#historia .history-text a {
	text-align: center;
}

@media (min-width: 768px) {
	#historia .history-text {
	}

	#historia .history-text p {
		max-width: 420px;
		margin-top: 30px;
		color: #3d3b4f;
	}

	#historia .history-text p,
	#historia .history-text a {
		float: right;
		text-align: right;
	}
}

@media (min-width: 1024px) {
	#historia .history-text p {
		margin-top: 60px;
		line-height: 28px;
		font-size: 24px;
		color: #3d3b4f;
	}
}

#historia .history-text a {
	font-size: 18px;
	color: #6d698c;
	text-decoration: underline;
	display: block;
	width: 100%;
}

#historia .ghost-link {
	display: block;
}

@media (min-width: 280px) and (max-width: 479px) {
	#historia .ghost-link {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
	}
}

@media (min-width: 480px) and (max-width: 540px) {
	#historia .ghost-link {
		width: 55%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
	}
}

@media (min-width: 541px) and (max-width: 640px) {
	#historia .ghost-link {
		width: 35%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
	}
}

@media (min-width: 641px) and (max-width: 990px) {
	#historia .ghost-link {
		width: 30%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
	}
}

#historia .pablo {
    width: 100%;
}

/*#historia .pablo,
#historia .shadow {
	margin: 0 auto;
	overflow: hidden;
	display: block;
}*/

#historia .pablo {
	margin: 0 auto 120px;
	overflow: hidden;
	display: block;
}

@media (min-width: 280px) and (max-width: 540px) {
	#historia .pablo {
		margin-bottom: 80px;
	}
}

@media (min-width: 541px) and (max-width: 990px) {
	#historia .pablo {
		margin-bottom: 60px;
	}
}

@media (min-width: 990px) {
	#historia .pablo {
		width: 235px;
		height: 396px;
		margin-left: 40px;
	}

	/*#historia .shadow {
		width: 235px;
		height: 17px;
		margin-left: 42px;
	}*/
}

/* =Mercado
--------------------------------------------------------------------------------------------------------*/

#mercado {
	background: #fff;
	overflow: hidden;
	padding: 50px 0 80px;
	margin-top: -1px;
}

@media (min-width: 990px) {
    #mercado .container {
        width: 850px;
    }
}

#mercado h2 {
	text-align: center;
	color: #0887c3;
	font-size: 30px;
	margin: 0 auto;
	font-weight: 900;
}

@media (min-width: 767px) {
	#mercado h2 {
    	text-align: right;
    	margin: auto 5% auto 0;
		font-size: 38px;
		float: left;
		width: 35%;
	}
}

@media (min-width: 990px) {
	#mercado h2 {
    	margin: auto 100px auto 0;
		width: 280px;
	}
}

@media (min-width: 1024px) {
	#mercado h2 {
		font-size: 48px;
	}
}

#mercado p {
	text-align: center;
	font-size: 18px;
	margin: 25px auto;
	color: #3d3b4f;
}

@media (min-width: 768px) {
	#mercado p {
		width: 60%;
		font-size: 24px;
		line-height: 26px;
		text-align: left;
		float: left;
		margin: 12px 0 130px;
	}
}

@media (min-width: 990px) {
	#mercado p {
		width: 435px;
	}
}

#mercado img {
	width: 94%;
	display: block;
	margin: 50px auto;
}

@media (min-width: 480px) {
	#mercado img {
		width: 70%;
	}
}

@media (min-width: 640px) {
	#mercado img {
		width: 50%;
	}
}

@media (min-width: 1024px) {
	#mercado img {
		width: 616px;
		height: 264px;
	}
}
/*

Cambio de diseño 180528

#mercado {
	background: #f6f6f6;
	overflow: hidden;
	padding: 50px 0;
}

@media (min-width: 990px) {
	#mercado {
		padding-top: 110px;
	}
}

#mercado h2 {
	text-align: center;
	color: #0887c3;
	font-size: 30px;
	margin: 0 auto;
}

@media (min-width: 767px) {
	#mercado h2 {
		font-size: 38px;
	}
}

@media (min-width: 1024px) {
	#mercado h2 {
		font-size: 48px;
		width: 500px;
	}
}

#mercado p {
	text-align: center;
	font-size: 18px;
	margin: 25px auto;
}

@media (min-width: 1024px) {
	#mercado p {
		width: 760px;
		font-size: 24px;
	}
}

#mercado img {
	width: 94%;
	display: block;
	margin: 50px auto;
}

@media (min-width: 480px) {
	#mercado img {
		width: 70%;
	}
}

@media (min-width: 640px) {
	#mercado img {
		width: 50%;
	}
}

@media (min-width: 1024px) {
	#mercado img {
		width: 616px;
		height: 264px;
	}
}*/

/* =Novedades
--------------------------------------------------------------------------------------------------------*/

#novedades {
    background: #3d3b4f;
    overflow: hidden;
    padding: 0;
}

#novedades {
	overflow: hidden;
	padding: 0;
}

#novedades .container {
    position: relative;
    z-index: 10;
    background: #3d3b4f;
}

@media (min-width: 768px) {
	#novedades .container {
		background: transparent;
	}
}

@media (min-width: 980px) {
	#novedades .container {
		width: 860px;
	}
}

@media (min-width: 1024px) {
	#novedades_custom .container {
		width: 100%;
	}
}

@media (min-width: 1100px) {
	#novedades .container {
		width: 1100px;
	}
}

#novedades .swiper-wrapper .in {
	float: left;
	width: 100%;
	padding: 40px 0;
	background: #3d3b4f;
}

@media (min-width: 480px) {
	#novedades .swiper-wrapper .in {
		width: 100%;
	}
}

@media (min-width: 640px) {
	#novedades .swiper-wrapper .in {
		width: 100%;
		padding: 30px 15px 30px 0;
	}
}

@media (min-width: 767px) {
	#novedades .swiper-wrapper .in {
		/*width: 50%;*/
		padding: 60px 15px 60px 0;
	}
}

/*@media (min-width: 990px) {
	#novedades .swiper-wrapper .in {
		padding: 65px 0;
	}
}

@media (min-width: 991px) {
	#novedades .swiper-wrapper .in {
		padding: 30px 0;
	}
}

@media (min-width: 1188px) {
	#novedades .swiper-wrapper .in {
		padding: 50px 0;
	}
}

@media (min-width: 1336px) {
	#novedades .swiper-wrapper .in {
		padding: 75px 0;
	}
}

@media (min-width: 1490px) {
	#novedades .swiper-wrapper .in {
		padding: 100px 0;
	}
}

@media (min-width: 1800px) {
	#novedades .swiper-wrapper .in {
		padding: 160px 0;
	}
}*/

#novedades h2 {
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	margin-top: 0;
}

@media (min-width: 767px) {
	#novedades h2 {
		font-size: 36px;
	}
}

@media (min-width: 1188px) {
	#novedades h2 {
		font-size: 40px;
	}
}

/*@media (min-width: 1188px) {
	#novedades h2 {
		font-size: 56px;
	}
}*/

#novedades .hr {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 5px auto;
}

#novedades hr {
	width: 150px;
	float: left;
	border-color: #6d698c;
	border-width: 3px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#novedades p {
	font-size: 19px;
	line-height: 24px;
	font-weight: 100;
	margin: 0 0 15px;
	display: block;
	float: left;
	color: #fff;
}

@media (min-width: 1188px) {
	#novedades p {
		font-size: 22px;
		line-height: 28px;
	}
}

/*@media (min-width: 1188px) {
	#novedades p {
		font-size: 24px;
		line-height: 28px;
	}
}*/

#novedades .subtitle {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px;
	display: block;
	float: left;
	color: #fff;
	width: 100%;
}

#novedades a.link {
	display: block;
	float: left;
	padding: 10px 15px;
	border: 2px solid #F4a261;
	border-radius: 1px;
	font-size: 16px;
  font-weight: 900;
	color: #F4a261;
	background: transparent;
	margin: 5px 0 0;
}

#novedades a.link:hover,
#novedades a.link:focus {
    border-color: #fff;
    color: #fff;
}

@media (min-width: 1188px) {
    #novedades a.link {
    	padding: 15px 20px;
    	font-size: 20px;
    }
}

#novedades .swiper-slide {
    position: relative;
}

@media (max-width: 767px) {
    #novedades .swiper-slide img {
        overflow: hidden;
        width: calc(100% + 30px);
        height: auto;
        z-index: 1;
        margin: 0 -15px;
    }
}

@media (min-width: 768px) {
    #novedades .swiper-slide img {
        overflow: hidden;
        /*top: 0;
        position: absolute;
        right: 0;
        bottom: 0;*/
        z-index: 1;
        width: 100%;
        height: auto;
    }
}

#novedades .swiper-slide img.hidden-768 {
    display: block;
}

@media (min-width: 768px) {
    #novedades .swiper-slide img.hidden-768 {
        display: none;
    }
}

#novedades .swiper-slide img.hidden-767 {
    display: none;
}

@media (min-width: 767px) {
    #novedades .swiper-slide img.hidden-767 {
        display: block;
    }
}

@media (min-width: 576px) {
    #novedades .swiper-slide .img768 {
        width: 60%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #novedades .swiper-slide .img768 {
        width: 75%;
    }
}

@media (min-width: 768px) {
    #novedades .swiper-slide .img768 {
        position: absolute;
        right: 0;
        top: 0;
        overflow: hidden;
    }
}

@media (min-width: 980px) {
    #novedades .swiper-slide .img768 {
        width: 45%;
    }
}

@media (min-width: 980px) and (max-width: 1099px) {
    #novedades .swiper-slide .img768 {
        width: 55%;
    }
}

@media (min-width: 1100px) {
    #novedades .swiper-slide .img768 {
        width: 45%;
    }
}

#novedades .swiper-pagination-bullet {
    background: rgba(256,256,256,0.5);
	border: 2px solid #fff;
	width: 15px;
	height: 15px;
}

#novedades .swiper-button-prev,
#novedades .swiper-container-rtl .swiper-button-prev {
    background-image: url(svg/left.svg);
}

#novedades .swiper-button-next,
#novedades .swiper-container-rtl .swiper-button-next {
    background-image: url(svg/right.svg);
}

#novedades .swiper-button-disabled {
    display: none;
}

#novedades .gradient {
    background: linear-gradient(200deg, rgba(255,255,255,0) 0%, rgba(61,59,79,1) 100%);
    position: absolute;
    z-index: 2;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 20%;
    width: 100%;
    height: 120%;
}

/*
@media (min-width: 980px) {
	#novedades .container {
		width: 860px;
	}
}

#novedades_custom .item {
	padding: 75px 0;
}

#novedades_custom .item .in {
	float: left;
	width: 100%;
}

@media (min-width: 480px) {
	#novedades .item .in {
		width: 60%;
	}
}

@media (min-width: 640px) {
	#novedades .item .in {
		width: 70%;
	}
}

@media (min-width: 767px) {
	#novedades .item .in {
		width: 35%;
	}
}

#novedades .carousel-control span {
    top: 42%;
}

@media (max-width: 990px) {
	.carousel-control,
	.carousel-control:focus,
	.carousel-control:hover {
	}

	.carousel-control.right {
		bottom: 0;
		right: 0;
		top: auto;
		left: auto;
		width: 80px;
		height: 80px;
		background: transparent;
	}

	.carousel-control.left {
		bottom: 0;
		right: 80px;
		top: auto;
		left: auto;
		width: 80px;
		height: 80px;
		background: transparent;
	}

	#novedades .carousel-control span {
		top: 0;
	}
}
*/

/* =Novedades Custom
--------------------------------------------------------------------------------------------------------*/

#novedades_custom {
    background: #3d3b4f;
    overflow: hidden;
    padding: 0;
}

#novedades_custom {
	overflow: hidden;
	padding: 0;
}

#novedades_custom .container {
    position: relative;
    z-index: 10;
    background: #3d3b4f;
}

@media (min-width: 768px) {
	#novedades_custom .container {
		background: transparent;
	}
}

@media (min-width: 980px) {
	#novedades_custom .container {
		width: 860px;
	}
}

@media (min-width: 1024px) {
	#novedades_custom .container {
		width: 100%;
	}
}

@media (min-width: 1100px) {
	#novedades_custom .container {
		width: 1100px;
	}
}

#novedades_custom .swiper-wrapper .in {
	float: left;
	width: 100%;
	padding: 40px 0;
	background: #3d3b4f;
}

@media (min-width: 480px) {
	#novedades_custom .swiper-wrapper .in {
		width: 100%;
	}
}

@media (min-width: 640px) {
	#novedades_custom .swiper-wrapper .in {
		width: 100%;
		padding: 30px 15px 30px 0;
	}
}

@media (min-width: 767px) {
	#novedades_custom .swiper-wrapper .in {
		/*width: 50%;*/
		padding: 60px 15px 60px 0;
	}
}

/*@media (min-width: 990px) {
	#novedades_custom .swiper-wrapper .in {
		padding: 65px 0;
	}
}

@media (min-width: 991px) {
	#novedades_custom .swiper-wrapper .in {
		padding: 30px 0;
	}
}

@media (min-width: 1188px) {
	#novedades_custom .swiper-wrapper .in {
		padding: 50px 0;
	}
}

@media (min-width: 1336px) {
	#novedades_custom .swiper-wrapper .in {
		padding: 75px 0;
	}
}

@media (min-width: 1490px) {
	#novedades_custom .swiper-wrapper .in {
		padding: 100px 0;
	}
}

@media (min-width: 1800px) {
	#novedades_custom .swiper-wrapper .in {
		padding: 160px 0;
	}
}*/

#novedades_custom h2 {
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	margin-top: 0;
}

@media (min-width: 767px) {
	#novedades_custom h2 {
		font-size: 36px;
	}
}

@media (min-width: 1188px) {
	#novedades_custom h2 {
		font-size: 40px;
	}
}

/*@media (min-width: 1188px) {
	#novedades_custom h2 {
		font-size: 56px;
	}
}*/

#novedades_custom .hr {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 5px auto;
}

#novedades_custom hr {
	width: 150px;
	float: left;
	border-color: #6d698c;
	border-width: 3px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#novedades_custom p {
	font-size: 19px;
	line-height: 24px;
	font-weight: 100;
	margin: 0 0 15px;
	display: block;
	float: left;
	color: #fff;
}

@media (min-width: 1188px) {
	#novedades_custom p {
		font-size: 22px;
		line-height: 28px;
	}
}

/*@media (min-width: 1188px) {
	#novedades p {
		font-size: 24px;
		line-height: 28px;
	}
}*/

#novedades_custom .subtitle {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px;
	display: block;
	float: left;
	color: #fff;
	width: 100%;
}

#novedades_custom a.link {
	display: block;
	float: left;
	padding: 10px 15px;
	border: 2px solid #F4a261;
	border-radius: 1px;
	font-size: 16px;
  font-weight: 900;
	color: #F4a261;
	background: transparent;
	margin: 5px 0 0;
}

#novedades_custom a.link:hover,
#novedades_custom a.link:focus {
    border-color: #fff;
    color: #fff;
}

@media (min-width: 1188px) {
    #novedades_custom a.link {
    	padding: 15px 20px;
    	font-size: 20px;
    }
}

#novedades_custom .swiper-slide {
    position: relative;
}

@media (max-width: 767px) {
    #novedades_custom .swiper-slide img {
        overflow: hidden;
        width: calc(100% + 30px);
        height: auto;
        z-index: 1;
        margin: 0 -15px;
    }
}

@media (min-width: 768px) {
    #novedades_custom .swiper-slide img {
        overflow: hidden;
        /*top: 0;
        position: absolute;
        right: 0;
        bottom: 0;*/
        z-index: 1;
        width: 100%;
        height: auto;
    }
}

#novedades_custom .swiper-slide img.hidden-768 {
    display: block;
}

@media (min-width: 768px) {
    #novedades_custom .swiper-slide img.hidden-768 {
        display: none;
    }
}

#novedades_custom .swiper-slide img.hidden-767 {
    display: none;
}

@media (min-width: 767px) {
    #novedades_custom .swiper-slide img.hidden-767 {
        display: block;
    }
}

@media (min-width: 576px) {
    #novedades_custom .swiper-slide .img768 {
        width: 60%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #novedades_custom .swiper-slide .img768 {
        width: 75%;
    }
}

@media (min-width: 768px) {
    #novedades_custom .swiper-slide .img768 {
        position: absolute;
        right: 0;
        top: 0;
        overflow: hidden;
    }
}

@media (min-width: 980px) {
    #novedades_custom .swiper-slide .img768 {
        width: 45%;
    }
}

@media (min-width: 980px) and (max-width: 1099px) {
    #novedades_custom .swiper-slide .img768 {
        width: 55%;
    }
}

@media (min-width: 1100px) {
    #novedades_custom .swiper-slide .img768 {
        width: 45%;
    }
}

#novedades_custom .swiper-pagination-bullet {
    background: rgba(256,256,256,0.5);
	border: 2px solid #fff;
	width: 15px;
	height: 15px;
}

#novedades_custom .swiper-button-prev,
#novedades_custom .swiper-container-rtl .swiper-button-prev {
    background-image: url(svg/left.svg);
}

#novedades_custom .swiper-button-next,
#novedades_custom .swiper-container-rtl .swiper-button-next {
    background-image: url(svg/right.svg);
}

#novedades_custom .swiper-button-disabled {
    display: none;
}

#novedades_custom .gradient {
    background: linear-gradient(200deg, rgba(255,255,255,0) 0%, rgba(61,59,79,1) 100%);
    position: absolute;
    z-index: 2;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 20%;
    width: 100%;
    height: 120%;
}

/*
@media (min-width: 980px) {
	#novedades_custom .container {
		width: 860px;
	}
}

#novedades_custom .item {
	padding: 75px 0;
}

#novedades_custom .item .in {
	float: left;
	width: 100%;
}

@media (min-width: 480px) {
	#novedades_custom .item .in {
		width: 60%;
	}
}

@media (min-width: 640px) {
	#novedades_custom .item .in {
		width: 70%;
	}
}

@media (min-width: 767px) {
	#novedades_custom .item .in {
		width: 35%;
	}
}

#novedades_custom .carousel-control span {
    top: 42%;
}

@media (max-width: 990px) {
	.carousel-control,
	.carousel-control:focus,
	.carousel-control:hover {
	}

	.carousel-control.right {
		bottom: 0;
		right: 0;
		top: auto;
		left: auto;
		width: 80px;
		height: 80px;
		background: transparent;
	}

	.carousel-control.left {
		bottom: 0;
		right: 80px;
		top: auto;
		left: auto;
		width: 80px;
		height: 80px;
		background: transparent;
	}

	#novedades_custom .carousel-control span {
		top: 0;
	}
}
*/
/* =Contacto
--------------------------------------------------------------------------------------------------------*/

#contacto {
	background: #fff;
	overflow: hidden;
	padding: 35px 0 60px;
}

@media (max-width: 767px) {
	#contacto .col-md-5 {
		padding: 0;
	}
}

#contacto h2 {
	color: #3d3b4f;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 25px auto 12px;
}

@media (min-width: 768px) {
	#contacto h2 {
		text-align: left;
		margin: 0 auto 12px;
	}
}

#contacto .contact-info {
	color: #3d3b4f;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

@media (min-width: 768px) {
	#contacto .contact-info {
		text-align: left;
	}
}

#contacto .contact-info a {
	color: #0787c3;
	font-weight: 700;
}

#contacto .address,
#contacto .twitter,
#contacto .facebook,
#contacto .linkedin,
#contacto .instagram,
#contacto .dribble,
#contacto .behance,
#contacto .schedule,
#contacto .subscription {
	display: none;
}

#contacto .address.block,
#contacto .twitter.block,
#contacto .facebook.block,
#contacto .linkedin.block,
#contacto .instagram.block,
#contacto .dribble.block,
#contacto .behance,
#contacto .schedule.block,
#contacto .subscription.block {
	display: block;
}

#contacto .address {
	margin-bottom: 15px;
}

#contacto .schedule {
	margin-bottom: 10px;
}

#contacto .schedule p {
	margin: 0;
	line-height: 1.2;
}

#contacto .subscription {
	margin: 15px 0;
	font-size: 18px;
	line-height: 22px;
}

#contacto #map {
	/*height: 300px;*/
	height: 460px;
	margin-left: -30px;
	margin-right: -30px;
}

 @media (min-width: 640px) {
	#contacto #map {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (min-width: 768px) {
	#contacto #map {
		margin-left: -15px;
		margin-right: 0;
	}
}

/* =Footer
--------------------------------------------------------------------------------------------------------*/

footer {
	background: #3d3b4f;
	padding: 25px 0;
	letter-spacing: 0.2px;
}

.page-template-tpl-history footer {
	position: relative;
}

@media (max-width: 767px) {
	footer .col-sm-6 {
		overflow: hidden;
		display: block;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 5px;
		opacity: 0.75;
	}
}

footer *,
footer a {
	color: #fff;
}

footer a:hover,
footer a:active,
footer a:focus {
	color: #c0c7ca;
}

footer ul {
	padding: 0;
	margin: 0;
	text-align: center;
}

@media (min-width: 768px) {
	footer ul {
		float: right;
		text-align: left;
	}

	footer .container {
		padding: 0 !important;
	}
}

footer ul li {
	display: inline-block;
}

@media (max-width: 767px) {
	footer ul li:first-child {
		vertical-align: top;
		margin-top: -2px;
	}
}

@media (min-width: 768px) {
	footer ul li {
		float: left;
	}
}

footer ul li a {
	padding: 5px;
}

@media (min-width: 768px) {
	footer ul li a {
		padding: 0 0 0 5px;
	}
}

footer .social-footer li.social a {
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	margin-left: 10px;
	display: block;
	margin-top: -4px;
}

footer .social-footer li.social.tw a {
	background: url(svg/tw.svg) no-repeat center center;
}

footer .social-footer li.social.fb a {
	background: url(svg/fb.svg) no-repeat center center;
}

footer .social-footer li.social.instagram a {
	background: url(svg/instagram.svg) no-repeat center center;
}

footer .social-footer li.social a:hover {
	opacity: 0.7;
}

/* =Top
--------------------------------------------------------------------------------------------------------*/

.cd-top {
  	/*display: inline-block;*/
  	display: none !important;
  	height: 50px;
  	width: 50px;
  	position: fixed;
  	bottom: 10px;
	right: 10px;
	z-index: 10;
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url('img/top.png') no-repeat center center;
	background-size: 50px 50px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	   -moz-transition: opacity .3s 0s, visibility 0s .3s;
	        transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	   -moz-transition: opacity .3s 0s, visibility 0s 0s;
	        transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top:hover,
.cd-top.cd-fade-out:hover{
    opacity: 1;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover {
    opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
     right: 20px;
     bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
     height: 60px;
     width: 60px;
     right: 30px;
     bottom: 30px;
  }
}

/* =Nav Effect
--------------------------------------------------------------------------------------------------------*/

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon2, #nav-icon3, #nav-icon4 {
	width: 60px;
	height: 45px;
	margin: 50px auto;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon3 span, #nav-icon4 span {
	height: 9px;
}

/* Icon 1 */

#nav-icon1 {
	width: 35px;
	height: 25px;
	margin: 20px;
}

@media (min-width: 620px) {
	#nav-icon1 {
		width: 35px;
		height: 25px;
		margin: 25px;
	}
}

#nav-icon1 span {
	height: 3px;
}

@media (min-width: 620px) {
	#nav-icon1 span {
		height: 5px;
	}
}

#nav-icon1 span:nth-child(1) {
	top: 0px;
}

#nav-icon1 span:nth-child(2) {
	top: 10px;
}

@media (min-width: 620px) {
	#nav-icon1 span:nth-child(2) {
		top: 14px;
	}
}

#nav-icon1 span:nth-child(3) {
	top: 20px;
}

@media (min-width: 620px) {
	#nav-icon1 span:nth-child(3) {
		top: 28px;
	}
}

#nav-icon1.open span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#nav-icon1.open span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
	display: block;
	position: absolute;
	height: 9px;
	width: 50%;
	background: #d3531a;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
	left: 50%;
  	border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
	left:0px;
	border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
	top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
	top: 18px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
	top: 36px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
	left: 5px;
	top: 7px;
}

#nav-icon2.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 7px;
}

#nav-icon2.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
	left: 5px;
	top: 29px;
}

#nav-icon2.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 29px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
	top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 18px;
}

#nav-icon3 span:nth-child(4) {
	top: 36px;
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
	top: 18px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
	top: 36px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}

#nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 39px;
	left: 8px;
}

/* =Locales
--------------------------------------------------------------------------------------------------------*/

.page-template-tpl-locals .wrapper {
	padding: 80px 0 0;
}

@media only screen and (min-width: 767px) {
    .page-template-tpl-locals .wrapper {
    	padding: 0;
    }
}

.page-template-tpl-locals footer {
	position: relative;
	z-index: 2;
}

.page-template-tpl-locals .navbar {
	background: #3d3b4f;
}

.page-template-tpl-locals .wrapper {
	height: auto;
}

.page-template-tpl-locals .body {
	padding: 0;
	display: block;
	overflow: hidden;
}

/*/////////////////////*/

.page-template-tpl-locals .lcl:nth-child(-n+2) {
	padding-top: 110px !important;
}

.page-template-tpl-locals .lcl:nth-child(even) {
	background-image: url(svg/p12.svg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 80px;
	background-color: #f5f5f6;
}

.page-template-tpl-locals .lcl:nth-child(odd) {
	background-image: none;
	padding-top: 80px;
	background-color: #fcf7f6;
}

.page-template-tpl-locals #ganache {
	background-color: #f5f5f6;
}

.page-template-tpl-locals #perejil {
	background-color: #fcf7f6;
}

.page-template-tpl-locals #atelier-cataleya {
	background-color: #fefbf8;
}

.page-template-tpl-locals #cilantro {
	background-color: #f6faf7;
}

.page-template-tpl-locals #madiran {
	background-color: #f7f7f9;
}

.page-template-tpl-locals #beef-house {
	background-color: #fcf7f6;
}

.page-template-tpl-locals #lutini {
	background-color: #fefbf8;
}

.page-template-tpl-locals #boxes {
	background-color: #fdfefe;
}

.page-template-tpl-locals #libreria {
	background-color: #f5f9fc;
}

.page-template-tpl-locals #il-gufo {
	background-color: #f5f5f6;
}

.page-template-tpl-locals #wuyi {
	background-color: #f6faf7;
}

.page-template-tpl-locals #putapario {
	background-color: #fcf7f6;
}

.page-template-tpl-locals #samud {
	background-color: #f5f5f6;
}

.page-template-tpl-locals #mundano {
	background-color: #f6faf7;
}

.page-template-tpl-locals #la-burguesa {
	background-color: #fcf7f6;
}

.page-template-tpl-locals #opb {
	background-color: #fefbf8;
}

.page-template-tpl-locals #ola-poke {
	background-color: #f7f7f9;
}

.page-template-tpl-locals #chelato {
	background-color: #f5f9fc;
}

.page-template-tpl-locals .lcl:last-child {
	padding-bottom: 80px;
}

/*/////////////////////*/

.page-template-tpl-locals .sidebar,
.page-template-tpl-locals .sidebar.navbar-fixed-top {
	background: transparent;
	z-index: 1;
	top: 130px;
	left: auto;
	right: auto;
}

.page-template-tpl-locals .sidebar ul li a {
	opacity: 0.75;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	color: #6d698c;
	padding: 8px 0;
	display: block;
	background: transparent;
}

.page-template-tpl-locals .sidebar ul li a:hover,
.page-template-tpl-locals .sidebar ul li a:focus {
	opacity: 1;
	color: #6d698c;
}

.page-template-tpl-locals .sidebar ul li.active a,
.page-template-tpl-locals .sidebar ul li a.active {
	font-weight: 900;
	color: #d85e46;
}

.page-template-tpl-locals .sidebar .location,
.page-template-tpl-locals .location {
    overflow: hidden;
}

.page-template-tpl-locals .sidebar .location img,
.page-template-tpl-locals .location img {
    display: none;
	margin-top: 20px;
}

@media (min-width: 1024px) and (min-height:900px) {
    .page-template-tpl-locals .sidebar .location.lcl01 .lclimg01,
    .page-template-tpl-locals .sidebar .location.lcl02 .lclimg02,
    .page-template-tpl-locals .sidebar .location.lcl03 .lclimg03,
    .page-template-tpl-locals .sidebar .location.lcl04 .lclimg04,
    .page-template-tpl-locals .sidebar .location.lcl05 .lclimg05,
    .page-template-tpl-locals .sidebar .location.lcl06 .lclimg06,
    .page-template-tpl-locals .sidebar .location.lcl07 .lclimg07,
    .page-template-tpl-locals .sidebar .location.lcl08 .lclimg08,
    .page-template-tpl-locals .sidebar .location.lcl09 .lclimg09,
    .page-template-tpl-locals .sidebar .location.lcl10 .lclimg10,
    .page-template-tpl-locals .sidebar .location.lcl11 .lclimg11,
    .page-template-tpl-locals .sidebar .location.lcl12 .lclimg12,
    .page-template-tpl-locals .sidebar .location.lcl13 .lclimg13,
    .page-template-tpl-locals .sidebar .location.lcl14 .lclimg14,
    .page-template-tpl-locals .sidebar .location.lcl15 .lclimg15,
    .page-template-tpl-locals .sidebar .location.lcl16 .lclimg16,
    .page-template-tpl-locals .sidebar .location.lcl17 .lclimg17,
    .page-template-tpl-locals .sidebar .location.lcl18 .lclimg18 {
        display: block;
    }
}

@media (min-height:900px) {
    .page-template-tpl-locals .sidebar .location,
    .page-template-tpl-locals .location {
        height: 220px;
    }

    .page-template-tpl-locals .sidebar .location img,
    .page-template-tpl-locals .location img {
        height: 200px;
        width: 100px;
    }
}

@media (min-height:950px) {
    .page-template-tpl-locals .sidebar .location,
    .page-template-tpl-locals .location {
        height: 290px;
    }

    .page-template-tpl-locals .sidebar .location img,
    .page-template-tpl-locals .location img {
        width: 129px;
	    height: 259px;
    }
}

/*/////////////////////*/

.local h1 {
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.97;
	color: #3d3b4f;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.page-template-tpl-locals .lcl:nth-child(even) .local h1 {
	text-align: left;
	color: #3d3b4f;
}

.page-template-tpl-locals .lcl:nth-child(odd) .local h1 {
	text-align: right;
	color: #d85e46;
}

.page-template-tpl-locals #ganache .local h1 {
	color: #3d3b4f;
}

.page-template-tpl-locals #perejil .local h1 {
	color: #d85e46;
}

.page-template-tpl-locals #atelier-cataleya .local h1 {
	color: #f9b180;
}

.page-template-tpl-locals #cilantro .local h1 {
	color: #3f9a67;
}

.page-template-tpl-locals #madiran .local h1 {
	color: #6d698c;
}

.page-template-tpl-locals #beef-house .local h1 {
	color: #d85e46;
}

.page-template-tpl-locals #lutini .local h1 {
	color: #f9b180;
}

.page-template-tpl-locals #boxes .local h1 {
	color: #6d698c;
}

.page-template-tpl-locals #libreria .local h1 {
	color: #0787c3;
}

.page-template-tpl-locals #il-gufo .local h1 {
	color: #3d3b4f;
}

.page-template-tpl-locals #wuyi .local h1 {
	color: #3f9a67;
}

.page-template-tpl-locals #putapario .local h1 {
	color: #d85e46;
}

.page-template-tpl-locals #samud .local h1 {
	color: #3d3b4f;
}

.page-template-tpl-locals #mundano .local h1 {
	color: #3f9a67;
}

.page-template-tpl-locals #la-burguesa .local h1 {
	color: #d85e46;
}

.page-template-tpl-locals #opb .local h1 {
	color: #f9b180;
}

.page-template-tpl-locals #ola-poke .local h1 {
	color: #6d698c;
}

.page-template-tpl-locals #chelato .local h1 {
	color: #0787c3;
}

/*/////////////////////*/

.local p {
	font-size: 20px;
	color: #0f193e;
	max-width: 540px;
	line-height: 24px;
	text-align: left;
	float: left;
	clear: right;
}

.page-template-tpl-locals .lcl:nth-child(even) .local p {
	text-align: left;
	float: left;
	clear: right;
}

.page-template-tpl-locals .lcl:nth-child(odd) .local p {
	text-align: right;
	float: right;
	clear: left;
}

/*/////////////////////*/

.local .center-block {
	width: 100%;
	height: 20px;
	float: left;
}

/*/////////////////////*/

.local ul.social {
	margin: 25px 0;
	padding: 0;
	float: left;
}

.page-template-tpl-locals .lcl:nth-child(even) .local ul.social {
	float: left;
}

.page-template-tpl-locals .lcl:nth-child(odd) .local ul.social {
	float: right;
}

/*/////////////////////*/

.local ul.social li {
	display: none;
	float: left;
}

.local ul.social li.block {
	display: block;
        position: relative;
}

.local ul.social li a {
	width: 38px;
	height: 38px;
	margin-right: 10px;
	display: block;
}

.local ul.social li a:hover,
.local ul.social li a:focus {
	opacity: 0.75;
}

.local ul.social li.phone a:hover,
.local ul.social li.phone a:focus {
	opacity: 1;
}

.local ul.social li.fb a {
	background: url(svg/fb-blue.svg) no-repeat center center;
}

.local ul.social li.tw a {
	background: url(svg/tw-blue.svg) no-repeat center center;
}

.local ul.social li.instagram a {
	background: url(svg/instagram-blue.svg) no-repeat center center;
}

.local ul.social li.phone a {
	background: url(svg/phone-blue.svg) no-repeat center center;
        position: relative;
        z-index: 1;
}

.page-template-tpl-locals .lcl:nth-child(odd) .local ul.social li.phone {
	margin-right: 106px;
}

.local ul.social li.phone span {
    display: block;
    text-align: left;
    position: absolute;
    left: 18px;
    top: 0px;
    font-size: 20px;
    background: #6d698c;
    padding: 9px 15px 9px 28px;
    z-index: 0;
    color: #fff;
    border-radius: 0 20px 20px 0;
}

.local img {
	display: block;
	width: 100%;
	height: auto;
	float: left;
}

/*///// Locales Mobile //////*/

@media only screen and (max-width: 990px) {
	.page-template-tpl-locals .wrapper {
		background: #3d3b4f;
	}
}

.panel-group {
}

.panel {
	border-radius: 0;
	border: 0;
	background: #3d3b4f;
}

.panel-group .panel + .panel {
	margin-top: -1px;
}

.panel-heading {
    padding: 0;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #3d3b4f;
    border-top: solid 1px rgba(226, 232, 235, 0.5);
	border-bottom: solid 1px rgba(226, 232, 235, 0.5);
	border-left: 0;
	border-right: 0;
    margin: 0 10px;
	border-radius: 0;
}

.panel-title {
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #3d3b4f;
	text-transform: uppercase;
}

.panel-title > a {
	display: block;
	width: 100%;
	padding: 10px;
	opacity: 1;
	position: relative;
	font-weight: 900;
}

.panel-title > a.collapsed {
	opacity: 0.6;
	font-weight: 300;
}

.panel-title a.collapsed:hover {
	opacity: 1;
}

.panel-title a:hover,
.panel-title a:focus {
	color: #fff;
}

.panel-title > a span {
	display: block;
	position: absolute;
	left: 5px;
	width: 22px;
	height: 22px;
	background: url(img/panel-a.png) no-repeat center center;
	background-size: 20px 20px;
}

.panel-body {
	font-size: 16px;
	text-align: center;
	color: #3d3b4f;
	padding: 0;
	background: #fff;
	margin-top: -1px;
}

.panel-body p {
	padding: 15px 15px 10px;
}

.panel-body ul.social {
	text-align: center;
}

.panel-body ul.social li {
	display: none;
}

.panel-body ul.social li.block {
	display: inline-block !important;
}

.panel-body ul.social li a {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	display: block;
}

.panel-body ul.social li a:hover,
.panel-body ul.social li a:focus {
	opacity: 0.75;
}

.panel-body ul.social li.fb a {
	background: url(svg/fb-blue.svg) no-repeat center center;
	background-size: 30px 30px;
}

.panel-body ul.social li.tw a {
	background: url(svg/tw-blue.svg) no-repeat center center;
	background-size: 30px 30px;
}

.panel-body ul.social li.instagram a {
	background: url(svg/instagram-blue.svg) no-repeat center center;
	background-size: 30px 30px;
}

.panel-body ul.social li.phone a {
	background: url(svg/phone-blue.svg) no-repeat center center;
	background-size: 30px 30px;
}

.panel-body img {
	margin: 10px 0 0;
	width: 100%;
	display: block;
	height: auto;
}

/*///// Historia //////*/

.page-template-tpl-history .body {
	background: #fff;
	position: relative;
}

.page-template-tpl-history .body img {
	width: 100%;
}

.page-template-tpl-history .body .container {
	max-width: 620px;
	padding: 20px 0;
}

@media (min-width: 990px) {
	.page-template-tpl-history .body .container {
		padding: 42px 0;
	}
}

.page-template-tpl-history .body p {
	font-size: 18px;
	font-weight: normal;
	color: #0f193e;
	margin-bottom: 30px;
}

@media (min-width: 990px) {
	.page-template-tpl-history .body p {
		font-size: 20px;
		margin-bottom: 40px;
	}
}

@media only screen and (min-width: 990px) {
	.page-template-tpl-history .body p {
		margin-left: 120px;
	}

	.page-template-tpl-history .body p.intro {
		margin-right: 0;
		margin-left: 0;
	}

	.page-template-tpl-history .body p.red {
		margin-right: 120px;
		margin-left: 0;
	}
}

.page-template-tpl-history .body p.intro {
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: #3d3b4f;
	margin-bottom: 40px;
}

@media (min-width: 990px) {
	.page-template-tpl-history .body p.intro {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 60px;
	}
}

.page-template-tpl-history .body p.intro span {
	color: #3f9a67;
}

.page-template-tpl-history .body p.red {
	color: #d85e46;
}

.page-template-tpl-history .body .p01 {
	background: url(svg/p13.svg) no-repeat center center;
	width: 319px;
	height: 243px;
	position: absolute;
}

.page-template-tpl-history .body .p02 {
	background: url(svg/p14.svg) no-repeat center center;
	width: 133px;
	height: 239px;
	position: absolute;
}

.page-template-tpl-history .p01,
.page-template-tpl-history .p02 {
	display: none;
}

@media (min-width: 990px) {
	.page-template-tpl-history .p01 {
		display: block;
		left: 50px;
		bottom: -10px;
		opacity: 0.5;
	}

	.page-template-tpl-history .p02 {
		display: block;
		right: 50px;
		bottom: -10px;
		opacity: 0.5;
	}
}

/* =Tripadvisor
--------------------------------------------------------------------------------------------------------*/

#TA_certificateOfExcellence979 {
    margin: -56px auto 20px;
    border-radius: 7px;
}

@media (min-width: 768px) {
#TA_certificateOfExcellence979 {
    position: absolute;
    right: 200px;
    margin: -56px 0 0;
    border-radius: 7px;
    z-index: 3;
}
}

#CDSWIDCOE {
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
    padding: 10px;
}

@media (max-width: 767px) {
#CDSWIDCOE {
    margin: 40px auto 10px !important;
}
}

/* =Reservas
--------------------------------------------------------------------------------------------------------*/

#rd-widget-frame {
    display: none;
}

#rd-widget-frame.clicked {
    display: block;
    position: fixed;
    /*width: 100%;*/
    bottom: 95px;
    right: 20px;
    z-index: 9999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

a.rd-btn {
    width: auto;
    padding: 12px 40px 12px 13px;
    bottom: 25px;
    right: 25px;
    position: fixed;
    text-align: center;
    z-index: 9998;
    border-radius: 25px;
    background: #F4a261 url('img/calendar.png') no-repeat 102px 6px;
    background-size: 30px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

a.rd-btn.clicked {
    background: #F4a261 url('svg/close.svg') no-repeat 102px 6px;
    background-size: 30px 30px;
}

a.rd-btn span {
    color: white;
    margin: 0 10px;
    font-size: 20px;
}

a.rd-btn img {
    /* height: 30px; */
    width: 30px;
    /* top: 14px; */
    position: relative;
}

#booking-widget-container .custom-logo {
    display: none;
}

#rd-widget-root label,
#rd-mini-widget-root label,
#widget-modal-root label {
    color: #000;
}

#rd-widget-root .form-group,
#rd-mini-widget-root .form-group,
#widget-modal-root .form-group {
    margin-bottom: 0;
}

#rd-widget-root .form-group,
#rd-mini-widget-root .form-group,
#widget-modal-root .form-group {
    margin-bottom: 5px !important;
}

/*/// Novedades ////*/

.main-title {
    padding: 100px 0 20px;
    background: #d75e46;
	margin-bottom: 50px;
}

@media (min-width: 768px) {
    .main-title {
        background: #d75e46 url('img/bg-news-02.png') no-repeat bottom right;
    	background-size: contain;
    }
}

.main-title h1 {
	color: white;
	font-size: 28px;
	line-height: 38px;
	padding: 0 15px 0 65px;
	background: transparent url('img/icon-news.png') no-repeat 15px center;
	background-size: 34px 32px;
}

@media (min-width: 768px) {
    .main-title h1 {
    	font-size: 32px;
    	line-height: 42px;
    }
}

.super-title {
    padding: 100px 0 20px;
	margin-bottom: 0;
}

.super-title h1 {
	color: #3E3B4F;
	font-size: 26px;
	line-height: 36px;
	padding: 0 15px;
	text-transform: uppercase;
}

@media (min-width: 768px) {
    .super-title h1 {
    	font-size: 32px;
    	line-height: 42px;
    }
}

.main-content {
    margin-bottom: 80px;
}

@media (min-width: 768px) {
    .main-content {
        margin-bottom: 150px;
    }
}

.main-content p {
    font-size: 16px;
    line-height: 24px;
}

.main-content img.attachment-post-thumbnail {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .main-content .inner {
        margin: 0 30px 0 0;
    }

    .main-content img.alignleft {
        float: left;
        margin-right: 20px;
    }

    .main-content img.alignright {
        float: right;
        margin-left: 20px;
    }
}

.main-content a {
    color: #0887c3;
    text-decoration: underline;
}

.main-content img,
.main-content iframe,
.main-content video {
    margin: 20px 0;
}

.main-content h2,
.main-content h3{
    color: #3D3B4F;
    font-weight: bold;
    margin: 25px 0 15px;
}

.main-content h2 {
    font-size: 22px;
}

.main-content h3 {
    font-size: 18px;
}

.news-container {
    margin-bottom: 100px;
}

@media (min-width: 768px) {
    .news-container {
        margin-bottom: 150px;
    }
}

.new-item {
	display: block;
	margin: 0 0 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E8F2F9;
}

@media (min-width: 768px) {
    .new-item {
        margin: 0 30px 30px 0;
    }
}

.new-item img {
    width: 100%;
    height: auto;
}

.new-item .new-date {
    color: #2B3C97;
    font-size: 16px;
    margin-bottom: 12px;
}

.super-title .new-date {
    padding: 0 15px;
    font-size: 16px;
    color: #2B3C97;
    display: block;
}

.new-item .new-title {
    color: #3D3B4F;
	font-size: 24px;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: bold;
}

.new-item:hover > .new-title {
    color: #d85e46;
}

.new-item p {
    color: #3D3B4F;
    font-size: 16px;
    line-height: 24px;
}

/* files */

.file {
    border-top: 1px solid #f0f0f0;
    margin: 40px 0;
    padding: 20px 0;
}

.file a {
    margin: 20px 0;
    padding: 15px 0 15px 60px;
    background: #f5f5f5 url('svg/icon-file.svg') no-repeat 5px center;
    background-size: 40px 40px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #0887c3;
    text-decoration: underline;
    width: 100%;
    display: block;
}

.file a:hover,
.file a:focus{
    color: #0887c3;
    text-decoration: none;
}

/* sidebar */

.sidebar {
    background: white;
    border-radius: 6px;
    padding: 20px 25px;
}

@media (min-width: 992px) {
    .news-template-default .sidebar {
        margin: -85px 0 0;
    }

    .sidebar {
        margin: -120px 0 0;
    }
}

.sidebar h2 {
    color: #3d3b4f;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 25px auto 12px;
}

@media (min-width: 768px) {
    .sidebar h2 {
        text-align: left;
        margin: 0 auto 12px;
    }
}

.sidebar .contact-info {
    color: #3d3b4f;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

@media (min-width: 768px) {
    .sidebar .contact-info {
        text-align: left;
    }
}

.sidebar .contact-info a {
    color: #0787c3;
    font-weight: 700;
}

.sidebar .address,
.sidebar .twitter,
.sidebar .facebook,
.sidebar .linkedin,
.sidebar .instagram,
.sidebar .dribble,
.sidebar .behance,
.sidebar .schedule,
.sidebar .subscription {
   display: none;
}

.sidebar .address.block,
.sidebar .twitter.block,
.sidebar .facebook.block,
.sidebar .linkedin.block,
.sidebar .instagram.block,
.sidebar .dribble.block,
.sidebar .behance,
.sidebar .schedule.block,
.sidebar .subscription.block {
    display: block;
}

.sidebar .address {
    margin-bottom: 15px;
}

.sidebar .schedule {
    margin-bottom: 10px;
}

.sidebar .schedule p {
    margin: 0;
    line-height: 1.2;
}

.sidebar .subscription {
    margin: 35px 0 15px;
    font-size: 18px;
    line-height: 22px;
    padding-top: 35px;
    border-top: 1px solid rgba(0,0,0,0.2);
}

/* Share */

#share-buttons {
    margin: 50px 0;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    position: relative;
    z-index: 2;
}

#share-buttons p {
    font-weight: bold;
    font-size: 16px;
}

#share-buttons a {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    border: 0;
}

#share-buttons a img {
    width: 40px;
    height: 40px;
    border: 0;
}
