@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
# Utilities
# Savia Cocina Casarena
# Centro de Visitas
# Casa Naoki
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-lg {
    max-width: 1170px;
  }
}

/*--------------------------------------------------------------
# Savia Cocina Casarena
--------------------------------------------------------------*/
.section-hero {
	height: 747px;
	display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.section-hero.saviaCocina {
	background-image: url('../images/enoturismo/savia-cocina-casarena-hero.jpg');
}
.hero-content {
	text-align: center;
}
.hero-content h1 {
	font-family: "Droid Serif", serif;
    font-size: 3.625rem;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    color: #fff;
}
.hero-content .arrow--down {
    bottom: -200px;
}
@media (max-width: 767px) {
	.hero-content .arrow--down {
	    bottom: -100px;
	}
	.hero-content h1 {
	    font-size: 2.5rem;
	}
	.section-hero {
	    height: 600px;
	}
}
/* Section Experiencia */
.section-experiencia {
	background-color: #000;
	padding: 95px 0;
	position: relative;
}
.section-experiencia:before {
    content: '';
    height: 5px;
    background: #b68632;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1140px;
    margin: auto;
}
.section-experiencia img {
	max-width: 100%;
	height: auto;
}
.experiencia-content h2 {
	font-family: "Droid Serif", serif;
	color: #a37a35;
	font-size: 3.25rem;
	line-height: 3.688rem;
	font-weight: 400;
	margin: 60px 0 120px;
    max-width: 515px;
}
.section-experiencia .exp-img {
	margin-bottom: 32px;
}
.exp-content {
	text-align: center;
	margin-top: 90px;
}
.exp-content p {
	font-size: 1rem;
    line-height: 1.875rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 56px;
}
.exp-content .c-button {
	border: #fff solid 1px;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 400;
    padding: 19px 79px;
    transition: all .5s ease;
}
.exp-content .c-button:hover {
	background-color: #fff;
	color: #173f35;
}
@media (max-width: 991px) {
	.exp-content-img img {
	    max-width: 330px;
	}
	.exp-content-img {
	    display: flex;
	    align-items: flex-start;
	    gap: 24px;
	}
	.experiencia-content h2 {
		font-size: 2.5rem;
    	line-height: 2.5rem;
	    margin: 60px 0 64px;
	    margin-top: 0;
	}
	.section-experiencia {
	    padding: 64px 0;
	}
}
@media (max-width: 767px) {
	.exp-content-img img {
	    max-width: 250px;
	}
}
@media (max-width: 575px) {
	.exp-content .c-button {
	    padding: 21px 35px;
	}
	.experiencia-content h2 {
	    font-size: 2rem;
	    line-height: 2.5rem;
	}
	.exp-content-img img {
	    max-width: 100%;
	}
	.exp-content-img {
	    flex-direction: column;
	}
}


/* Section Reservar */
.section-reservar {
	background-color: #d9d5c9;
	padding: 75px 0;
	position: relative;
}
.section-reservar:before {
    content: '';
    height: 5px;
    background: #b68632;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1140px;
    margin: auto;
}
.cta-reser-content {
	text-align: center;
}
.cta-reser-content .c-button {
	display: inline-block;
	font-size: 1.188rem;
	text-transform: uppercase;
	background-color: #a37a35;
	color: #fff;
    padding: 25px 78px;
}
.cta-reser-content .c-button:hover {
	background-color: transparent;
	color: #a37a35;
}
@media (max-width: 575px) {
	.cta-reser-content .c-button {
	    font-size: 1.125rem;
	    padding: 20px 37px;
	}
}
/*--------------------------------------------------------------
# Centro de Visitas
--------------------------------------------------------------*/
.section-hero.centroVisitas {
	background-image: url('../images/enoturismo/centro-visitas-hero.jpg');
}
.section-interpretes {
	background-color: #000;
	padding: 95px 0;
  position: relative;
}
.section-interpretes img {
	max-width: 100%;
	height: auto;
}
.section-interpretes:before {
    content: '';
    height: 5px;
    background: #b68632;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1140px;
    margin: auto;
}
.interpretes-content h2 {
    font-family: "Droid Serif", serif;
    color: #a37a35;
    font-size: 3.25rem;
    line-height: 3.688rem;
    font-weight: 400;
    margin: 60px 0;
    max-width: 515px;
}
.interpretes-content p {
		font-size: 1rem;
    line-height: 1.875rem;
    max-width: 475px;
    margin-bottom: 120px;
}
.interpretes-content-end {
	text-align: right;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.interpretes-content-end p {
		font-size: 1rem;
    line-height: 1.875rem;
    text-align: left;
    max-width: 385px;
}
.interpretes-content-end p:first-of-type {
	margin-top: 110px;
}
.wrapper-visitas-slide {
	position: relative;
    margin: 0 auto;
    margin-top: 110px;
    max-width: 1440px;
}
.control_slide_product li {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    cursor: pointer;
    z-index: 2;
    padding: 32px;
}
.control_slide_product li.prev {
    left: 0%;
}
.control_slide_product li.next {
    right: 0%;
}
.ic-arrow-right {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m19.704 12l-8.491-8.727a.75.75 0 1 1 1.075-1.046l9 9.25a.75.75 0 0 1 0 1.046l-9 9.25a.75.75 0 1 1-1.075-1.046z'/%3E%3C/svg%3E");
}
.ic-arrow-left {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m19.704 12l-8.491-8.727a.75.75 0 1 1 1.075-1.046l9 9.25a.75.75 0 0 1 0 1.046l-9 9.25a.75.75 0 1 1-1.075-1.046z'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}
@media (max-width: 991px) {
	.section-interpretes {
		padding: 64px 0;
	}
	.interpretes-content h2 {
		font-size: 2.5rem;
    	line-height: 2.5rem;
	    margin-top: 0;
	}
}
@media (max-width: 575px) {
	.control_slide_product li {
	    padding: 12px;
	}
	.interpretes-content-end p:first-of-type {
	    margin-top: 64px;
	}
	.interpretes-content h2 {
	    font-size: 2rem;
	    line-height: 2.5rem;
	}
}
/*--------------------------------------------------------------
# Casa Naoki
--------------------------------------------------------------*/
.section-hero.casaNaoki {
	background-image: url('../images/enoturismo/casa-naoki-hero.jpg');
}
.section-casa {
	background-color: #000;
	padding: 95px 0;
  position: relative;
}
.section-casa:before {
    content: '';
    height: 5px;
    background: #b68632;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1140px;
    margin: auto;
}
.section-casa img {
	max-width: 100%;
	height: auto;
}
.casa-content h2 {
    font-family: "Droid Serif", serif;
    color: #a37a35;
    font-size: 2.625rem;
    line-height: 3.25rem;
    font-weight: 400;
    margin: 40px 0 115px;
    max-width: 510px;
}
.casa-content-end {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.casa-content-end p {
    font-size: 1rem;
    line-height: 1.875rem;
    text-align: left;
    max-width: 315px;
    align-self: center;
    margin-top: 110px;
}
/* Comodidades y Experiencias */
.section-nuestra-casa {
	background-color: #f7f7f4;
	padding: 95px 0;
	position: relative;
}
.section-nuestra-casa:before {
    content: '';
    height: 5px;
    background: #b68632;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1140px;
    margin: auto;
}
.section-nuestra-casa h2 {
    font-family: "Droid Serif", serif;
		color: #a37a35;
		font-size: 3.25rem;
		line-height: 3.25rem;
		font-weight: 400;
		margin-top: 0;
}
.section-nuestra-casa p {
	color: #655b53;
	font-size: 1rem;
}
.experiencia-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3px;
}
.exp-grid_item {
	background-color: #fff;
	border-radius: 5px;
	padding: 24px 44px;
	box-shadow: 0 0px 10px rgba(0,0,0,.15);
}
.exp-grid_item h3 {
	font-family: "Droid Serif", serif;
		color: #a37a35;
		font-size: 1.25rem;
		line-height: 1.25rem;
		text-transform: uppercase;
		margin-bottom: 24px;
}

@media (max-width: 991px) {
	.section-nuestra-casa {
	    padding: 64px 0;
	}
	.casa-content h2 {
		font-size: 2.5rem;
    	line-height: 2.5rem;
	    margin-top: 0;
	}
	.exp-grid_item {
	    padding: 24px;
	}
}
@media (max-width: 767px) {
	.experiencia-grid {
	    grid-template-columns: repeat(2, 1fr);
	}
	.section-nuestra-casa h2 {
	    font-size: 2.5rem;
	    line-height: 2.5rem;
	}	
	.section-nuestra-casa > div > .row div.col-24.col-sm-8 {
		max-width: 50%;
	}
}
@media (max-width: 575px) {
	.casa-content h2 {
	    font-size: 1.5rem;
	    line-height: 2rem;
	}
	.exp-grid_item {
	    padding: 16px;
	}
	.experiencia-grid {
	    grid-template-columns: repeat(1, 1fr);
	}
	.section-nuestra-casa > div > .row div.col-24.col-sm-8 {
		max-width: 100%;
	}
}