:root {
	/*--main-color: #995e00;*/
	--main-color: #bd7400;
}

* {
	margin: 0;
	padding: 0;
	font-family: "Lato", sans-serif;
	border: 0;
	outline: 0;
}

ul,
li {
	list-style-type: none;
}

img {
	vertical-align: bottom;
}

html {
	height: 100%;
	scroll-behavior: smooth;
}

.font {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}

.font-light {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}

.font-semi-bold {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}

.font-bold {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.clear {
	clear: both;
}

.overflow {
	overflow: hidden;
}

.none {
	display: none;
}

.seo {
	display: none;
}

.color {
	color: var(--main-color);
}

body {
	background-color: #F1F1F1;
	height: 100%;
	color: #333;
}

.content {
	width: 1170px;
	margin: 0 auto;
	clear: both;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.menu-content,
.header-content {
	max-width: 1370px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

header {
	background-color: #FFFFFF;
	position: sticky;
	top: 0;
	z-index: 299;
	width: 100%;
	height: 140px;
}

.header {
	padding: 30px 0 0 0;
}

.logo {
	padding: 0 0 10px 0;
	height: 86px;
	margin-top: -11px;
}

.langs {
	margin: 64px 0 0 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
}

.langs li span {
	display: inline-block;
	font-size: 11px;
	padding: 0 4px;
	margin-top: -1px
}

.langs li a {
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

.langs li a:hover {
	color: #000;
}

.langs li a.selected {
	border-bottom: 3px solid var(--main-color);
	font-weight: 700;
}

.langs li:last-of-type {
	padding-right: 0;
}

#main {
	position: relative;
}

main {
	position: relative;
}

.content h4,
.content h3 {
	font-size: 35px;
	line-height: 1.2;
	padding-bottom: 32px;
	color: #212121;
}

.nav-wrapper {
	position: sticky;
	width: 100%;
	top: 140px;
	z-index: 300;
	background-color: var(--main-color);
	padding-left: 20px;
	padding-right: 20px;
}

.nav-wrapper,
.nav-wrapper * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.nav-wrapper nav {
	height: 60px;
}

.nav-sub-wrapper,
.nav-sub-wrapper * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.nav-sub-wrapper {
	position: sticky;
	width: 100%;
	top: 200px;
	z-index: 200;
	background-color: #e5c77f;
	padding-left: 20px;
	padding-right: 20px;
	height: 30px;
	text-align: center;
}

.nav-sub-wrapper ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.nav-sub-wrapper ul li {
	height: 100%;
}

.nav-sub-wrapper ul li.active,
.nav-sub-wrapper ul li:hover {
	background-color: #FFF;
}

.nav-sub-wrapper ul li a {
	display: flex;
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	align-items: center;
	padding: 0 20px;
}

.show-menu {
	display: none;
}

.show-menu+.mobile-menu-title {
	display: none;
	vertical-align: top;
	color: #FFF;
	margin-top: 0;
	margin-left: 11px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 14px;
}

#menu {
	width: 1370px;
	padding: 5px 0 0 0;
	top: 14px;
	position: relative;
}

#menu,
#menu ul {
	position: absolute;
	z-index: 2;
	text-transform: uppercase;
}

#menu li {
	display: inline-block;
	margin: 0 15px 0 7px;
	position: relative;
}

#menu li:first-child {
	margin-left: 0px;
}

#menu li.right {
	margin-right: 0;
}

#menu li a {
	display: inline-block;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-bottom: 3px;
}

#menu li a:hover,
#menu li a.active {
	border-bottom: 3px solid #FFF;
}

#menu li a i:before {
	content: ">";
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	display: inline-block;
	width: 7px;
	height: 6px;
	margin: 0 4px 0 5px;
	position: relative;
}

#menu li ul {
	display: none;
	width: 100%;
	font-size: 10px;
	min-width: 125px;
	padding-top: 14px;
	margin-top: -7px;
}

#menu li ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 10px 8px 9px 8px;
	background-color: #FFF;
}

#menu li ul li a {
	border-bottom: none;
	color: #000;
	padding-bottom: 0 !important;
	font-size: 10px;
}

#menu li ul li a:hover {
	border-bottom: none;
	padding-bottom: 0 !important;
}

#menu li ul li:hover,
#menu li ul li.active {
	background-color: #e5c77f;
}

#menu li ul li:hover a,
#menu li ul li.active a {
	display: block;
	width: 100%;
}

#menu li a:hover+.hidden,
#menu .hidden:hover {
	display: block;
}

#menu li ul.no-show {
	display: none !important;
}

.cabecera {
	overflow: hidden;
}

.cabecera img {
	display: block;
	width: 100%;
	height: auto;
}

section {
	position: relative;
	padding-bottom: 70px;
}

.slideshow {
	position: relative;
}

#slider {
	z-index: 0;
	width: 100%;
	height: 410px;
	position: relative;
	clear: both;
	overflow: hidden;
	box-sizing: border-box;
}

#slider * {
	box-sizing: border-box;
}

#slider img {
	width: 100%;
	z-index: 0;
	visibility: hidden;
}

#slider blockquote {
	position: absolute;
	display: table-cell !important;
	width: 320px;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 16px;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 15px 27px 25px 27px;
}

#slider blockquote h2,
#slider blockquote h3 {
	font-size: 32px;
	line-height: 1.188
}

#slider blockquote h3 a,
#slider blockquote h2 a {
	text-decoration: none;
	color: #000000;
}

#slider blockquote h3 a:hover,
#slider blockquote h2 a:hover {
	text-decoration: underline;
}

body#es #slider blockquote h3,
body#es #slider blockquote h2 {
	font-size: 30px;
}

body#en #slider blockquote h3,
body#en #slider blockquote h2 {
	font-size: 32px;
}

body#de #slider blockquote h3,
body#de #slider blockquote h2 {
	font-size: 26px;
}

#slider .mas {
	display: inline-block;
	position: absolute;
	bottom: 26px;
}

#slider .mas a {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	background-color: var(--main-color);
	text-align: left;
	padding: 6px 26px 6px 26px;
	font-size: 16px;
}

#slider .mas a:hover {
	background-color: #aa7000;
}

.slidesjs-container {
	height: 410px;
}

.slider-content {
	display: table;
	position: absolute;
	top: 0;
	width: 1170px;
	height: 100%;
	left: 50%;
	margin-left: -585px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.text-aniversario {
	display: block;
	position: absolute;
	width: 900px;
	z-index: 1;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 2%;
}

.text-aniversario img {
	width: 429px !important;
	left: unset !important;
	margin-left: unset !important;
}

.slidesjs-navigation {
	position: absolute;
	top: 50%;
	margin-top: -39px;
	z-index: 10000;
	font-size: 0px;
	text-indent: 0;
	width: 76px;
	height: 77px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.slidesjs-previous {
	left: 22px;
	background-image: url(/img/prev.svg);
}

.slidesjs-next {
	right: 26px;
	background-image: url(/img/next.svg);
}

.slidesjs-pagination {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 100%;
	text-align: center;
	bottom: 13px;
}

.slidesjs-pagination li {
	display: inline-block;
	margin: 0 3px;
}

.slidesjs-pagination li a {
	display: inline-block;
	text-indent: 0;
	background-image: url(/img/sprite.1.1.png);
	background-repeat: no-repeat;
	background-position: -76px -1px;
	font-size: 0px;
	width: 14px;
	height: 14px;
	line-height: 14px;
}

.slidesjs-pagination li a:hover,
.slidesjs-pagination li a.active {
	background-position: -91px -1px;
}

.banners {
	overflow: hidden;
	padding: 17px 0 19px 7px;
}

.banner {
	width: 296px;
	padding: 0 10px 0 17px;
	border-left: 1px solid #d6a432;
	border-right: 1px solid #e1b966;
}

.banner:first-child {
	width: 282px;
	border-left: none;
}

.banner:last-child {
	width: 282px;
	border-right: none;
}

.banner h4 {
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 25px;
	margin-top: -5px;
}

.banner p {
	line-height: 18px;
	font-size: 15px;
	padding: 13px 0 20px 0;
	position: relative;
}

.banner p i {
	position: absolute;
	background: transparent url(/img/sprite.1.1.png) no-repeat -46px -1px;
	width: 15px;
	height: 15px;
	bottom: 0px;
	right: 0px;
}

.banner img {
	padding: 14px 0 0 0;
}

.banner-long {
	width: 608px !important;
}

.banner-long div {
	float: left;
	width: 297px;
}

.banner-long div.right {
	margin-left: 14px;
	width: 297px;
}

.banner-bl {
	border-left: 1px solid #EDD09E;
}

.banner-br {
	border-right: 1px solid #EDD09E;
}

.destacados {
	padding: 10px 0;
}

.destacado {
	width: calc(100% / 3 - 46px);
	padding: 0 20px;
	margin: 0 0 0 18px;
	background-color: #e0e0e0;
	position: relative;
	overflow: visible;
}

.destacado:first-child {
	margin-left: 0px;
	padding-right: 0px;
}

.destacado a {
	color: #000000;
	text-decoration: none;
}

.destacado a:hover {
	text-decoration: underline;
}

.destacado h4 {
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 25px;
	padding: 14px 0 0 0;
}

.destacado p {
	line-height: 20px;
	padding: 13px 0 12px 0;
	position: relative;
}

.destacado p i {
	position: absolute;
	background: transparent url(/img/sprite.1.1.png) no-repeat -46px -1px;
	width: 15px;
	height: 15px;
	bottom: -4px;
	right: 0px;
}

.destacados .destacado p span {
	display: inline-block;
	padding-left: 13px;
	background: url(/img/li.png) no-repeat 0 5px;
}

.despacho-home,
.responsabilidad-home {
	margin: 60px 0 50px 0;
	font-size: 18px;
	line-height: 1.6;
}

.responsabilidad-home {
	margin-top: 0
}

.responsabilidad-home h4 a,
.despacho-home h4 a,
.novedades-home h4 a,
.responsabilidad-home h3 a,
.despacho-home h3 a,
.novedades-home h3 a {
	font-family: inherit;
}

.responsabilidad-home a,
.despacho-home a,
.novedades-home a {
	text-decoration: none;
	color: unset;
}

.responsabilidad-home a:hover,
.despacho-home a:hover,
.novedades-home a:hover {
	text-decoration: underline;
}

.novedades-home .novedades-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 6px;
}

.novedades-home .novedades-item {
	position: relative;
	padding: 0 26px 44px 26px;
	width: calc(100% / 4 - 82px);
	border-bottom: 2px solid var(--main-color);
	margin: 0 15px 30px 15px;
}

.novedades-home .novedades-item .item-detail {
	position: absolute;
	left: 0;
	top: 3px;
}

.novedades-home .novedades-item .item-link {
	position: absolute;
	bottom: 17px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

.novedades-home .novedades-item .item-link:hover {
	text-decoration: underline;
}

.novedades-home .novedades-item p {
	line-height: 1.5;
}

.cookies {
	position: fixed;
	bottom: 50px;
	right: 0;
	z-index: 10000;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 80px 40px 0;
	border-color: transparent var(--main-color) transparent transparent;
}

.cookies .cookies-btn-text {
	position: absolute;
	right: -73px;
	top: -15px;
	color: #fff;
	background: var(--main-color);
	font-size: 10px;
}

.cookies i {
	background: transparent url(/img/sprite.1.1.png) no-repeat -19px 0px;
	width: 10px;
	height: 10px;
	display: block;
	margin: 5px 0 0 13px;
	background-size: 98px;
}

footer {
	position: relative;
}

.footer {
	background-color: #000;
	font-size: 14px;
	color: #FFFFFF;
	padding: 21px 0 26px 0;
	text-align: center;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #CCC;
}

.footer i {
	font-style: normal;
}

.footer i:before,
.footer i::before {
	content: ". ";
}

.footer .copyright {
	margin-bottom: 10px;
}

.footer-top {
	background-color: #212121;
	padding: 35px 0;
}

.footer-top .destacado {
	background-color: unset;
	line-height: 28px;
	font-size: 16px;
}

.footer-top .destacado,
.footer-top .destacado a {
	color: #FFF;
}

.footer-top h4,
.footer-top h4 a {
	color: #FFF;
	font-size: 21px;
	line-height: 1.5;
	text-transform: unset;
	margin-bottom: 15px !important;
}

.footer-top h4 a {
	font-family: inherit;
}

.footer-top h4:after {
	display: block;
	content: "";
	height: 5px;
	width: 53px;
	background-color: var(--main-color);
	margin-top: 12px;
}

.footer-top .destacado:last-of-type h4:after {
	background-color: transparent;
}

.footer-top span {
	display: inline-block;
	line-height: 28px;
	font-size: 16px;
}

.footer-top .destacado p {
	line-height: 28px;
	font-size: 16px;
}

.footer-contact {
	background-color: var(--main-color);
	padding: 57px 0 30px 0;
}

.footer-contact h4,
.footer-contact h3 {
	color: #FFF;
	font-size: 21px;
	text-transform: unset;
	padding-top: 0;
}

.footer-contact .col-img,
.footer-top .col-img {
	display: inline-block;
	width: 60px;
	text-align: right;
	margin-top: 4px;
	color: #fff;
}

.footer-contact .destacado:last-of-type .col-img {
	margin-top: -2px;
}

.footer-contact .col-info,
.footer-top .col-info {
	float: right;
	width: calc(100% - 60px - 30px);
	color: #FFF;
}

.footer-contact .col-info p {
	line-height: 24px;
}

.footer-contact .destacado {
	background-color: unset;
}

.footer-contact a {
	color: #FFF;
}

.wrapper {
	padding-bottom: 40px;
}

.print {
	background: transparent url(/img/sprite.1.1.png) no-repeat -107px -1px;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	bottom: 16px;
}

.paginacion-wrapper {
	display: block;
	position: relative;
	clear: both;
	overflow: hidden;
	height: 30px;
	margin-top: 50px;
}

.paginacion {
	position: absolute;
	top: 0px;
	right: 0;
}

.paginacion a {
	display: inline-block;
	margin: 0 5px 0 8px;
}

.paginacion a img {
	width: 15px;
}

.interior {
	margin-top: 20px;
}

.interior h2,
.interior h3 {
	font-size: 35px;
	line-height: 1.2;
	padding-bottom: 13px;
	color: #212121;
	margin-top: 40px;
}

.interior>h2:first-of-type,
.interior>h3:first-of-type {
	margin-top: 0px;
}

.interior p {
	padding: 20px 0 0 0;
}

.interior ul li {
	position: relative;
	margin: 20px 0 0 0;
	padding-left: 24px;
}

.interior ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 16px;
	height: 16px;
	background-image: url(./../img/li-arrow.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
}

.contenido p {
	font-size: 18px !important;
	line-height: 1.5 !important;
}

.contenido p:first-child {
	padding-top: 17px;
}

.contenido ul:first-child li:first-child {
	margin-top: 17px;
}

.interior a {
	font-weight: bold;
	color: var(--main-color);
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
}

.interior a:hover {
	text-decoration: underline;
}

.interior .resumen {
	font-weight: bold;
}

.interior .more {
	display: block;
	background: transparent url(/img/sprite.1.1.png) no-repeat -46px -1px;
	width: 15px;
	height: 15px;
	margin: 0 0 6px 0;
}

.interior .tit {
	display: block;
	padding: 0 0 6px 0;
	font-size: 16px;
}

.migas {
	font-size: 16px;
}

.migas a {
	color: #000000;
	font-weight: normal;
}

.migas a h1 {
	color: var(--main-color) !important;
	font-size: 16px;
	font-weight: normal;
	display: inline;
}

.ejemplos {
	padding: 23px 0 3px 0;
	margin-bottom: 10px;
}

.ejemplos:last-of-type {
	margin-bottom: 0;
}

.ejemplos div p {
	padding: 14px 0 0 0 !important;
}

.ejemplos .list-item {
	position: relative;
	padding-left: 25px;
}

.ejemplos .list-item:first-of-type {
	margin-top: -9px;
}

.ejemplos .list-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	width: 16px;
	height: 16px;
	background-image: url(./../img/li-arrow.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
}

.ejemplos .list-item a {
	font-weight: 400;
	color: inherit;
}

.novedad-item {
	position: relative;
	padding: 0 26px 18px 25px;
	border-bottom: 2px solid var(--main-color);
	margin: 0 0 3px 0;
}

.novedad-item .novedad-item-title {
	padding-bottom: 5px;
}

.novedad-item .novedad-item-date {
	font-size: 14px !important;
	margin-bottom: 20px;
}

.novedad-item .novedad-item-link {
	margin-top: 20px;
	font-size: 14px;
	color: #666;
}

.novedad-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 22px;
	width: 16px;
	height: 16px;
	background-image: url(./../img/li-arrow.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
}

.filtros {
	clear: both;
	overflow: hidden;
	margin-top: -22px;
	margin-bottom: -7px;
}

.filtros .special-select {
	position: relative;
	width: 166px;
	height: 25px;
	margin: 0 0 12px 13px;
}

.filtros .special-select select {
	z-index: 10;
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.filtros .special-select .selected {
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: var(--main-color);
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	padding: 5px 7px;
	background-image: url(/img/lens.png);
	background-repeat: no-repeat;
	background-position: 145px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#map-entire {
	width: 100%;
	height: 506px;
	margin: 0;
}

.yesmobile {
	display: none !important;
}

.nomobile {
	display: block !important;
}

.foto-lateral.right {
	padding: 20px 13px 20px 0;
	float: left !important;
}

ul.listado-junto-imagen {
	width: calc(100% - 163px);
	float: left;
	margin-top: -4px !important;
}

.oculted {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
}

.anames {
	padding-bottom: 5px !important;
	margin-top: 5px;
}

.contenido .anames a {
	font-size: 16px !important;
	display: block;
	line-height: 2.5 !important;
}

.titular-detalle {
	color: #996633;
	text-transform: none !important;
}

.sidebar ul li {
	font-size: 12px;
}

.contenido p,
.contenido span,
.contenido div,
.contenido a,
.contenido b,
.contenido em,
.banner p,
.destacado p {
	font-size: 18px;
	line-height: 1.5 !important
}

.contenido ul {
	margin: 38px 0 18px 0;
}

.contenido ul,
.contenido li {
	font-size: 18px;
	line-height: 1.5 !important
}

.ejemplos div {
	clear: both;
	overflow: hidden;
}

.ejemplos .more {
	margin-top: 4px;
	float: right;
}

.navigation {
	padding-top: 11px;
}

.navigation a {
	font-size: 11px;
	color: #666666;
}

.navigation .prev:before,
.navigation .next:after {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-image: url(/img/sprite.1.1.png);
	width: 6px;
	height: 9px;
	margin-top: 3px !important;
}

.navigation .prev:before {
	background-position: -62px -1px;
	float: left;
	margin: 5px 5px 0 0;
}

.navigation .next:after {
	background-position: -69px -1px;
	float: right;
	margin: 5px 0 0 5px;
}

.navigation-bottom {
	position: relative;
	margin-top: 2rem;
}

.navigation-bottom .next {
	margin-left: 15px;
}

.contacto {
	clear: both;
	padding: 0 0 20px 0;
	box-sizing: border-box;
}

.contacto * {
	box-sizing: border-box;
}

.contacto .contacto-data {
	padding-bottom: 20px;
}

.contacto .contacto-data a.tel {
	font-weight: inherit;
	color: inherit;
}

.contacto-form {
	display: block;
	max-width: 700px;
	margin-top: -65px;
}

.contacto-form.right {
	width: 100%;
}

.contacto-form .two_columns_50_50 {
	display: flex;
}

.contacto-form .two_columns_50_50 .column1,
.contacto-form .two_columns_50_50 .column2 {
	display: block;
	float: left;
	width: 50%;
}

.contacto-form .two_columns_50_50 .column1 {
	padding-right: 35px;
}

.contacto-form .two_columns_50_50 .column2 {
	padding-left: 35px;
}

#contact-form {
	margin-top: 20px;
}

#contact-form input:not([type="submit"]):not([type="checkbox"]),
#contact-form textarea {
	padding: 5px 30px;
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-size: 18px;
	background-color: #e5e5e5;
	display: inline-block;
}

#contact-form textarea {
	resize: none;
	margin-bottom: 0;
}

#contact-form .required-file-note {
	text-align: left;
	font-size: 14px;
}

#contact-form .column1 .column_inner,
.contacto-form .two_columns_50_50.form-policy .column_inner a {
	font-size: 14px;
}

.contact-error {
	display: block;
	color: #ff0000;
	font-size: 11px;
	line-height: 11px;
	padding-bottom: 20px;
}

.contact-success {
	color: #00aa00;
}

.contact-warning {
	color: #ff0000;
}

.contact-return {
	text-align: center;
}

.contact-return p {
	color: inherit;
}

form+.contact-return {
	margin-top: 30px;
}

.submit_button_contact_wrapper {
	display: block;
	margin: -15px 0 25px 0;
	text-align: right;
}

.submit_button_contact_wrapper #g-recaptcha {
	width: 300px !important;
	margin: 0 2px 8px auto;
	float: right;
}

.submit_button_contact_wrapper #g-recaptcha iframe {
	width: 304px !important;
}

.submit_button_contact_wrapper .submit_button_contact {
	cursor: pointer;
	padding: 6px 16px;
	background-color: var(--main-color);
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 0;
}

.submit_button_contact_wrapper .submit_button_contact:hover {
	background-color: #aa7000;
}

.contact-return {
	margin-bottom: 50px;
}

.full-width-call-to-action {
	display: none;
}

.full-width-call-to-action.visible {
	padding-top: 30px;
	display: block !important;
}

.contenido .click-to-action-wrapper {
	background-color: #ECCFA1;
	text-align: center;
}

.click-to-action-wrapper {
	margin: 30px auto;
	color: #FFF;
	overflow: hidden;
}

.ad-wrapper {
	margin: 30px 20px;
	box-sizing: border-box;
}

.ad-wrapper *,
.ad-full-width-wrapper * {
	box-sizing: border-box;
}

.ad-wrapper a {
	display: none;
}

.ad-wrapper a:first-of-type {
	display: block;
}

.ad-wrapper a {
	display: none;
}

.ad-wrapper img {
	width: 100%;
}

.ad-title {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}

.ad-image {
	display: block;
	margin-top: 8px;
}

.ad-full-width-wrapper {
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
}

.ad-full-width-wrapper .ad-wrapper {
	display: inline-block;
	position: relative;
	width: 595px;
}

.ad-full-width-wrapper.visible {
	display: block;
}

.sello {
	height: 80px;
	margin-right: 45px;
	position: relative;
	top: -3px;
}

.sello .svg {
	display: inline;
}

.sello .svg svg,
.sello img {
	display: block;
	height: 100%;
	width: auto;
}

.cita {
	margin-top: 32px;
	margin-bottom: 45px;
	background-color: #e5c77f;
	padding: 38px 24px 41px 24px;
	text-align: center;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
}

.cita h2 {
	margin: 0;
	padding: 0;
}

.cita * {
	font-size: 33px !important;
	line-height: 1.2;
}

.gotop {
	text-align: center;
	padding: 20px 0 50px 0;
}

.gotop a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: var(--main-color);
	font-size: 13px;
	display: inline-block;
	padding: 6px 26px 6px 26px;
	text-transform: uppercase;
}

iframe[src*="vimeo"],
iframe[src*="youtube"] {
	background-color: #000;
}

.video-nosotros {
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 5px;
}

@media screen and (max-width:1920px) {
	#slider {
		height: 410px;
	}

	#slider img:not(.text-slider) {
		position: relative;
		min-height: 410px;
		width: 1920px;
		z-index: 0;
		visibility: hidden;
		left: 50%;
		margin-left: -960px;
	}
}

@media screen and (max-width:1409px) {
	#menu {
		width: calc(100% - 40px);
	}

	#menu>li>a {
		font-size: 12px;
	}

	.header-content {
		width: calc(100% - 40px);
	}

	#slider blockquote {
		left: 59px;
		font-size: 16px;
		padding: 15px 27px 25px 27px;
	}

	.slidesjs-navigation {
		position: absolute;
		bottom: 26px;
		top: unset;
		margin-top: 0;
		width: 28px;
		height: 29px;
		background-size: 28px 29px
	}

	.slidesjs-previous {
		left: 20px;
	}

	.slidesjs-next {
		right: 20px;
	}

	#slider .mas {
		bottom: 26px;
	}

	#slider .mas a {
		padding: 6px 26px 6px 26px;
		font-size: 12px;
	}
}

@media screen and (max-width:1210px) {

	.content,
	.slider-content {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.slider-content {
		left: unset;
		margin-left: unset;
	}

	.text-aniversario {
		width: 800px;
	}
}

@media screen and (max-width:1200px) {
	.yesmobile {
		display: block !important;
	}

	.nomobile {
		display: none !important;
	}

	#slider .yesmobile {
		display: none !important;
	}

	#slider .nomobile {
		display: block !important;
	}

	.cabecera .yesmobile {
		display: none !important;
	}

	.cabecera .nomobile {
		display: block !important;
	}

	.nav-wrapper nav {
		height: 30px;
	}

	.nav-sub-wrapper {
		top: 170px;
	}

	.show-menu {
		display: inline-block;
		width: 32px;
		height: 32px;
		background: url(/img/sprite.1.1.png) no-repeat -35px -19px;
		cursor: pointer;
		margin-left: -4px;
		margin-top: 0px;
	}

	.show-menu.active {
		background-position: -1px -19px !important;
	}

	.show-menu+.mobile-menu-title {
		display: inline-block;
	}

	#menu {
		width: 225px;
		margin-top: 16px;
		margin-left: 39px;
		padding: 0px;
		display: none;
		overflow: hidden;
	}

	#menu li {
		margin-left: 0px;
		background-color: #FFF;
		width: 100%;
		padding: 10px 0 10px 0;
		font-size: 14px;
		font-weight: 600;
	}

	#menu li:hover,
	#menu li.active {
		background-color: #e5c77f;
	}

	#menu li:nth-child(2) {
		border-top: none;
	}

	#menu li a {
		border-bottom: none;
		color: #000;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px !important;
	}

	#menu li a:hover,
	#menu li a.active {
		border-bottom: none;
	}

	#menu li a i {
		display: none;
	}

	#menu li.right {
		float: none !important;
		display: none;
	}

	#menu li ul {
		display: block;
		position: static;
		border-top: none;
		background: transparent;
	}

	#menu li ul li {
		background-color: #E9E9E9;
		border-bottom: none;
		padding: 10px 0 10px 0;
		font-weight: 600;
	}

	#menu li ul li.active {
		background-color: #e5c77f;
	}

	#menu li ul li:hover {
		background-color: #e5c77f;
	}

	#menu li ul li:hover a,
	#menu li ul li.active a {
		color: #000000;
	}

	#menu li ul li:hover a {
		color: inherit;
	}

	#menu li ul.no-show {
		display: block !important;
	}
}

@media screen and (max-width:992px) {
	header {
		height: 138px;
	}

	.nav-wrapper {
		top: 138px;
	}

	.nav-sub-wrapper {
		top: 168px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.nav-sub-wrapper ul {
		justify-content: flex-start;
	}

	.nav-sub-wrapper ul li a {
		font-size: 6px;
		padding: 0 4px;
	}

	.logo {
		float: none !important;
		display: block;
		width: 520px;
		height: auto;
		margin: -9px auto 0 auto;
	}

	.langs {
		position: absolute;
		bottom: 16px;
		right: 20px;
	}

	.sello {
		height: 45px;
		position: absolute;
		left: 20px;
		top: 77px;
	}

	.home h4,
	.home h3 {
		font-size: 20px;
	}

	.home h4,
	.home h3 {
		padding-bottom: 15px;
	}

	.despacho-home,
	.responsabilidad-home {
		margin: 26px 0 30px 0;
		font-size: 16px;
	}

	.novedades-home .novedades-item {
		font-size: 14px;
		padding-bottom: 33px;
		margin-bottom: 20px;
	}

	.novedades-home .novedades-item .item-link {
		bottom: 13px;
		font-size: 12px;
	}

	.footer-contact {
		padding: 35px 0;
	}

	.footer-contact h4,
	.footer-contact h3 {
		font-size: 18px;
	}

	.footer-contact .destacado {
		margin-bottom: 20px !important;
	}

	.footer-contact .destacado:last-of-type {
		margin-bottom: 0 !important;
	}

	.footer-contact .col-img {
		text-align: right;
	}

	.footer-contact .col-info p {
		font-size: 14px;
		line-height: 20px;
		padding-top: 10px;
	}

	.footer-top {
		padding: 15px 0;
	}

	.footer-top .col-img {
		display: none;
	}

	.footer-top .col-info {
		width: 100%;
	}

	.footer-top h4,
	.footer-top h4 a {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.footer-top ul {
		margin-top: -11px;
	}

	.footer-top ul li {
		line-height: 30px;
	}

	.footer-top span {
		line-height: 30px;
		font-size: 14px;
	}

	.footer-top .destacado {
		line-height: 20px;
		font-size: 14px;
	}

	.footer-top .destacado p {
		line-height: 20px;
		font-size: 14px;
	}

	.contacto-data,
	.contacto-form {
		max-width: 100%;
		width: 100%;
	}

	.contacto-form {
		margin-top: 2px;
	}

	.contacto-form.right {
		margin-top: 40px;
	}

	.contact-return {
		text-align: left;
	}

	.submit_button_contact {
		clear: both;
		float: right;
		margin-bottom: 20px;
	}

	.text-aniversario {
		width: 600px;
	}

	.gotop {
		padding-top: 0;
	}
}

@media screen and (max-width:768px) {
	section {
		top: 0px;
		padding-bottom: 0;
	}

	.logo {
		float: none !important;
		display: block;
		width: 380px;
		height: auto;
		margin: -6px auto 0 auto;
	}

	#slider .yesmobile {
		display: block !important;
	}

	#slider .nomobile {
		display: none !important;
	}

	#slider {
		height: 293px;
	}

	#slider img:not(.text-slider) {
		height: 100%;
		width: 100%;
		left: unset;
		margin-left: unset;
		min-height: 293px;
	}

	#slider blockquote {
		width: 230px;
		height: 100%;
		left: 59px;
		font-size: 16px;
		padding: 15px 27px 25px 27px;
	}

	#slider blockquote h3 {
		font-size: 20px;
	}

	body#es #slider blockquote h3,
	body#es #slider blockquote h2 {
		font-size: 20px;
	}

	body#en #slider blockquote h3,
	body#es #slider blockquote h2 {
		font-size: 20px;
	}

	body#de #slider blockquote h3,
	body#es #slider blockquote h2 {
		font-size: 18px;
	}

	.slidesjs-navigation {
		bottom: 11px;
	}

	#slider .mas {
		bottom: 11px;
	}

	.slidesjs-container {
		width: 100%;
		height: 100% !important;
	}

	.text-aniversario {
		width: 600px;
		top: 10%;
	}

	.interior {
		margin-top: 33px;
	}

	.migas,
	.migas a,
	.migas a h1 {
		font-size: 12px;
	}

	.cita {
		margin-top: 13px;
		margin-bottom: 26px;
		padding: 12px 20px 14px 20px;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
	}

	.cita * {
		font-size: 12px !important;
	}

	.contenido ul {
		margin: 26px 0 15px 0;
	}

	.contenido p,
	.contenido a,
	.contenido ul,
	.contenido li {
		font-size: 16px !important;
		line-height: 1.2 !important;
	}

	.interior {
		min-height: initial !important;
		height: auto !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		width: 100% !important;
		background-color: #F1F1F1 !important;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.interior h2,
	.interior h3 {
		font-size: 20px;
		line-height: 1;
		padding-bottom: 0px !important;
	}

	.interior ul li {
		margin-top: 15px;
	}

	.interior ul li:before {
		top: 3px;
	}

	.interior ul li:first-of-type {
		margin-top: 0;
	}

	.anames {
		padding-bottom: 0 !important;
		margin-top: 0;
	}

	.ejemplos {
		margin-bottom: 0;
	}

	.ejemplos .list-item:first-of-type {
		margin-top: -14px;
	}

	.wrapper {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.destacados {
		padding-bottom: 0px !important;
		padding-top: 30px !important;
	}

	.destacado {
		height: auto !important;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 0 !important;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.destacado:first-child {
		padding-bottom: 0px !important;
		width: 100% !important;
	}

	.banners {
		padding: 15px 10px 15px 10px !important;
		overflow: visible;
	}

	.banner {
		position: relative;
		overflow: visible;
		margin: 15px 0px 0px 0px !important;
		background-color: #EDD09E;
		height: auto !important;
		padding: 0 10px 13px 10px !important;
		width: 100% !important;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: none !important;
	}

	.banner h4 {
		font-size: 19px;
		margin: 10px 0 -5px 0;
	}

	.banner img {
		margin-bottom: 10px;
	}

	.banner .left,
	.banner .right {
		float: none !important;
		width: 100% !important;
		margin: 0px !important;
	}

	.banner:nth-child(2) p {
		border-top: 2px solid #DBB559;
		margin-top: 10px;
		padding-top: 23px;
	}

	.banner:nth-child(2) p.first {
		border-top: none;
		margin-top: 0px;
		padding-top: 13px;
	}

	.destacado:after {
		width: 49%;
		bottom: 18px !important;
	}

	.destacado:before {
		width: 49%;
		bottom: 18px !important;
		right: 11px;
	}

	.banner:after {
		width: 49%;
		bottom: 18px !important;
		left: 10px;
		right: auto;
		height: 20%;
		box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
		content: "";
		position: absolute;
		z-index: -1;
		transform: rotate(3deg);
		-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
	}

	.banner:before {
		width: 49%;
		bottom: 18px !important;
		right: 11px;
		left: auto;
		height: 20%;
		box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
		content: "";
		position: absolute;
		z-index: -1;
		transform: rotate(-3deg);
		-webkit-transform: rotate(-3deg);
		-moz-transform: rotate(-3deg);
		-o-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
	}

	.novedades-home .novedades-item {
		width: calc(100% - 30px);
	}

	.novedad-item:before {
		top: 19px;
	}

	.novedad-item .novedad-item-link {
		font-size: 14px !important;
	}

	.novedad-item .novedad-item-date {
		margin-bottom: 10px;
	}

	.footer-top .destacado:last-of-type .col-info h4 {
		display: none;
	}

	.footer-top .destacado:last-of-type .col-info p {
		margin-top: -12px;
		padding-top: 0;
	}

	.footer-contact .col-img {
		display: inline-block;
		width: 60px;
		text-align: left;
		margin-top: 2px;
	}

	.footer-contact .col-info {
		float: right;
		width: calc(100% - 60px - 13px);
		color: #FFF;
	}

	.footer {
		text-align: left;
		font-size: 12px;
	}

	.footer span {
		display: block;
		width: 100%;
	}

	.footer .copyright {
		margin-bottom: 0;
	}

	.contacto-form .two_columns_50_50:not(.form-policy) {
		flex-wrap: wrap;
	}

	.contacto-form .two_columns_50_50 .column1,
	.contacto-form .two_columns_50_50 .column2 {
		float: left;
		width: 100%;
		display: block;
	}

	.contacto-form .two_columns_50_50 .column1 {
		padding-right: 0;
	}

	.contacto-form .two_columns_50_50 .column2 {
		padding-left: 0;
	}

	.foto-lateral.right {
		padding: 20px 0 0 13px;
		float: right !important;
	}

	ul.listado-junto-imagen {
		width: unset !important;
		margin-top: 26px !important;
		float: unset;
	}

	.cookies {
		position: absolute;
		bottom: 69px;
	}

	.gotop {
		padding-top: 50px;
	}
}

@media screen and (max-width:659px) {
	.logo {
		float: none !important;
		display: block;
		width: 280px;
		height: auto;
		margin: -5px auto 0 auto;
	}

	.filtros {
		margin: 20px 0 0 0;
	}

	.filtros .special-select {
		float: left !important;
	}

	.filtros .special-select:first-child {
		margin-left: 0px !important;
	}

	.contacto-form .two_columns_50_50.form-policy {
		flex-wrap: wrap;
	}

	.contacto-form .two_columns_50_50.form-policy .column2 {
		text-align: left;
	}

	.submit_button_contact_wrapper {
		margin-top: 10px;
	}

	.submit_button_contact_wrapper #g-recaptcha {
		margin-top: 0;
		float: left;
	}

	#contact-form input:not([type="submit"]):not([type="checkbox"]),
	#contact-form textarea {
		padding: 5px 20px;
		font-size: 16px;
	}

	#map-entire {
		height: 175px;
	}

	.text-aniversario {
		width: 400px;
	}

	.video-nosotros {
		width: 100%;
	}
}

@media screen and (max-width:580px) {
	.foto-lateral.right {
		display: block;
		padding: 20px 0 0 0;
		float: unset !important;
		margin: 0 auto;
	}

	ul.listado-junto-imagen {
		display: block;
		width: 100% !important;
		margin-top: 26px !important;
		float: unset;
	}
}

@media screen and (max-width:460px) {
	.text-aniversario {
		width: 290px;
	}
}

@media screen and (max-width:399px) {
	.filtros .special-select {
		margin-left: 0px !important;
		float: none !important;
	}

	#slider blockquote {
		width: 250px;
	}
}

@media screen and (max-width:360px) {
	#slider blockquote {
		width: 204px;
	}

	body#es #slider blockquote h2,
	body#es #slider blockquote h3 {
		font-size: 16px;
	}

	body#en #slider blockquote h2,
	body#es #slider blockquote h3 {
		font-size: 16px;
	}

	body#de #slider blockquote h2,
	body#es #slider blockquote h3 {
		font-size: 15px;
	}
}

@media print {
	body {
		background-color: #FFFFFF;
	}

	.wrapper,
	.content {
		width: 100%;
	}

	.content * {
		font-family: Arial, Helvetica, sans-serif;
	}

	header,
	.nav-wrapper,
	.nav-sub-wrapper,
	.slideshow,
	.footer-top,
	.footer,
	.cookies,
	.seo,
	.cabecera,
	iframe,
	.migas,
	.filtros,
	.contacto-form,
	.gotop {
		display: none !important;
	}

	section {
		padding-top: 0 !important;
	}

	.cita {
		border: 1px solid #999;
	}

	.footer-contact {
		padding-top: 20px;
		background-color: transparent;
	}

	.footer-contact h4,
	.footer-contact h3 {
		font-size: 16px;
		line-height: 1.3;
		color: #000 !important;
	}

	.footer-contact .col-info p,
	.footer-contact .col-info a {
		font-size: 14px;
		line-height: 1.3;
		color: #000 !important;
	}

	.interior ul li:before {
		display: none;
	}

	.interior ul li {
		list-style-type: disc;
		margin: 20px 0 0 25px;
		padding-left: 0;
	}

	#map-entire {
		height: 350px;
	}
}