@charset "utf-8";
 

@import url("fontawesome-4.6.3.min.css");
@import url("framework.css");

/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row0,
.row0 a {}

.row1,
.row1 a {}

.row2 {
	border-bottom: 1px solid;
}

.row3,
.row3 a {}

.row4,
.row4 a {}

.row5,
.row5 a {}


/* Top Bar
--------------------------------------------------------------------------------------------------------------- */
#topbar {
	padding: 15px 0;
	font-size: .8rem;
	text-transform: uppercase;
}

#topbar * {
	margin: 0;
}

#topbar ul li {
	display: inline-block;
	margin-right: 10px;
	padding-right: 15px;
	border-right: 1px solid;
}

#topbar ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

#topbar i {
	margin: 0 5px 0 0;
	line-height: normal;
}


/* Header
--------------------------------------------------------------------------------------------------------------- */
.wrapper.row1 {
 
}

.wrapper.row1::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -15px;
	border: 15px solid;
	content: "";
}

#header {
	padding: 0 30px;
}

#header * {
	line-height: 1;
}

#header #logo {
	 
}

#header #logo * {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}


/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintros {
	padding: 350px 80px;
	height: 95vh;
	color: white;
	max-width: none;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.41) 37%, rgba(0, 0, 0, 0.85) 100%);
}

#pageintros h2 {
    font-size: 70px;
}
#pageintro {
    	padding: 150px 0 70px;
	height: 30vh;
}
/* Important to remove .wrapper.row1 padding from the bottom */

#pageintro article {
	display: block;
	max-width: 50%;
}

#pageintro article * {
	margin: 0;
}

#pageintro article .heading {
	margin-bottom: 30px;
	font-size: 42px;
	letter-spacing: 2px;
}

#pageintro article p {
	font-size: 16px;
	line-height: 1.4;
}

#pageintro article footer {
	margin-top: 30px;
}


/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container {
	padding: 48px 0;
}

/* Content */
.container .content {}

.latest {}

.latest>li:last-child {
	margin-bottom: 0;
}

/* Used when elements stack in small viewports */
.latest article {
	display: block;
	width: 100%;
	max-width: 320px;
}

.latest figcaption {
	display: block;
	padding: 5px 10px;
	font-size: .8rem;
}

.latest figcaption time {
	display: block;
	float: left;
}

.latest figcaption span {
	display: block;
	float: right;
}

.latest .postexcerpt {
	display: block;
	padding: 20px;
	border: solid;
	border-width: 0 1px 1px 1px;
}

.latest .postexcerpt * {
	margin: 0 0 15px 0;
}

.latest .postexcerpt> :last-child {
	margin-bottom: 0;
}

.latest .heading {
	font-size: 1.2rem;
}

.cta>li:last-child {
	margin-bottom: 0;
}

/* Used when elements stack in small viewports */
.cta article {
	display: block;
	position: relative;
	min-height: 80px;
	padding: 0 0 0 70px;
}

.cta article::before,
.cta article::after {
	display: table;
	content: "";
}

.cta article::after {
	clear: both;
}

.cta article * {
	margin: 0 0 15px 0;
}

.cta article> :last-child {
	margin-bottom: 0;
}

.cta article i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 48px;
	margin: 0;
	border: 1px solid;
	text-align: center;
	font-size: 24px;
}

.cta article .heading {
	font-size: 1.2rem;
}

/* Comments */
#comments ul {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
}

#comments li {
	margin: 0 0 10px 0;
	padding: 15px;
}

#comments .avatar {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid;
}

#comments address {
	font-weight: bold;
}

#comments time {
	font-size: smaller;
}

#comments .comcont {
	display: block;
	margin: 0;
	padding: 0;
}

#comments .comcont p {
	margin: 10px 5px 10px 0;
	padding: 0;
}

#comments form {
	display: block;
	width: 100%;
}

#comments input,
#comments textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid;
}

#comments textarea {
	overflow: auto;
}

#comments div {
	margin-bottom: 15px;
}

#comments input[type="submit"],
#comments input[type="reset"] {
	display: inline-block;
	width: auto;
	min-width: 150px;
	margin: 0;
	padding: 8px 5px;
	cursor: pointer;
}

/* Sidebar */
.container .sidebar {}

.sidebar .sdb_holder {
	margin-bottom: 50px;
}

.sidebar .sdb_holder:last-child {
	margin-bottom: 0;
}


/* Footer
--------------------------------------------------------------------------------------------------------------- */
.wrapper.row4::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -15px;
	border: 15px solid;
	content: "";
}

#footer {}

#footer .title {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.2rem;
}

#footer .linklist li {
	display: block;
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid;
}

#footer .linklist li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

#footer .linklist li::before,
#footer .linklist li::after {
	display: table;
	content: "";
}

#footer .linklist li,
#footer .linklist li::after {
	clear: both;
}

#footer .contact {}

#footer .contact.linklist li,
#footer .contact.linklist li:last-child {
	position: relative;
	padding-left: 40px;
}

#footer .contact li * {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

#footer .contact li i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	font-size: 16px;
	text-align: center;
}


/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright {
	padding: 20px 0;
}

#copyright * {
	margin: 0;
	padding: 0;
}


/* Transition Fade
--------------------------------------------------------------------------------------------------------------- */
*,
*::before,
*::after {
	transition: all .3s ease-in-out;
}

#mainav form * {
	transition: none !important;
}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul,
nav ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainav,
#breadcrumb,
.sidebar nav {
	line-height: normal;
}

#mainav .drop::after,
#mainav li li .drop::after,
#breadcrumb li a::after,
.sidebar nav a::after {
	position: absolute;
	font-family: "FontAwesome";
	font-size: 10px;
	line-height: 10px;
}

/* Top Navigation */
#mainav {}

#mainav ul {
	text-transform: uppercase;
}

#mainav ul ul {
	z-index: 9999;
	position: absolute;
	width: 180px;
	text-transform: none;
}

#mainav ul ul ul {
	left: 180px;
	top: 0;
}

#mainav li {
	display: inline-block;
	position: relative;
	margin: 0 15px 0 0;
	padding: 0;
}

#mainav li:last-child {
	margin-right: 0;
}

#mainav li li {
	width: 100%;
	margin: 0;
}

#mainav li a {
	display: block;
	padding: 30px 0;
}

#mainav li li a {
	border: solid;
	border-width: 0 0 1px 0;
}

#mainav .drop {
	padding-left: 15px;
}

#mainav li li a,
#mainav li li .drop {
	display: block;
	margin: 0;
	padding: 10px 15px;
}

#mainav .drop::after,
#mainav li li .drop::after {
	content: "\f0d7";
}

#mainav .drop::after {
	top: 32px;
	left: 5px;
}

#mainav li li .drop::after {
	top: 12px;
	left: 5px;
}

#mainav ul ul {
	visibility: hidden;
	opacity: 0;
}

#mainav ul li:hover>ul {
	visibility: visible;
	opacity: 1;
}

#mainav form {
	display: none;
	margin: 20px 0 0 0;
	padding: 0;
}

#mainav form select,
#mainav form select option {
	display: block;
	cursor: pointer;
	outline: none;
}

#mainav form select {
	width: 100%;
	padding: 5px;
	border: 1px solid;
}

#mainav form select option {
	margin: 5px;
	padding: 0;
	border: none;
}

/* Breadcrumb */
#breadcrumb {
	padding: 15px 0;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

#breadcrumb li {
	display: inline-block;
	margin: 0 6px 0 0;
	padding: 0;
}

#breadcrumb li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 12px 0 0;
	font-size: 12px;
}

#breadcrumb li a::after {
	top: 3px;
	right: 0;
	content: "\f101";
}

#breadcrumb li:last-child a {
	margin: 0;
	padding: 0;
}

#breadcrumb li:last-child a::after {
	display: none;
}

/* Sidebar Navigation */
.sidebar nav {
	display: block;
	width: 100%;
}

.sidebar nav li {
	margin: 0 0 3px 0;
	padding: 0;
}

.sidebar nav a {
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 10px 5px 15px;
	text-decoration: none;
	border: solid;
	border-width: 0 0 1px 0;
}

.sidebar nav a::after {
	top: 9px;
	left: 5px;
	content: "\f101";
}

.sidebar nav ul ul a {
	padding-left: 35px;
}

.sidebar nav ul ul a::after {
	left: 25px;
}

.sidebar nav ul ul ul a {
	padding-left: 55px;
}

.sidebar nav ul ul ul a::after {
	left: 45px;
}

/* Pagination */
.pagination {
	display: block;
	width: 100%;
	text-align: center;
	clear: both;
}

.pagination li {
	display: inline-block;
	margin: 0 2px 0 0;
}

.pagination li:last-child {
	margin-right: 0;
}

.pagination a,
.pagination strong {
	display: block;
	padding: 8px 11px;
	border: 1px solid;
	background-clip: padding-box;
	font-weight: normal;
}

/* Back to Top */
#backtotop {
	z-index: 999;
	display: inline-block;
	position: fixed;
	visibility: hidden;
	bottom: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	opacity: .2;
}

#backtotop i {
	display: block;
	width: 100%;
	height: 100%;
	line-height: inherit;
}

#backtotop.visible {
	visibility: visible;
	opacity: .5;
}

#backtotop:hover {
	opacity: 1;
}


/* Tables
--------------------------------------------------------------------------------------------------------------- */
table,
th,
td {
	border: 1px solid;
	border-collapse: collapse;
	vertical-align: top;
}

table,
th {
	table-layout: auto;
}

table {
	width: 100%;
	margin-bottom: 15px;
}

th,
td {
	padding: 5px 8px;
}

td {
	border-width: 0 1px;
}


/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

#gallery figure figcaption {
	display: block;
	width: 100%;
	clear: both;
}

#gallery li {
	margin-bottom: 30px;
}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Colours
--------------------------------------------------------------------------------------------------------------- */
body {
	color: #676767;
	background-color: #222222;
}

a {
	color: #F4BF4F;
}

a:active,
a:focus {
	background: transparent;
}

/* IE10 + 11 Bugfix - prevents grey background */
hr,
.borderedbox {
	border-color: #D7D7D7;
}

label span {
	color: #FF0000;
	background-color: inherit;
}

input:focus,
textarea:focus,
*:required:focus {
	border-color: #F4BF4F;
}

.overlay {
	color: #FFFFFF;
	background-color: inherit;
}

.overlay::after {
	color: inherit;
	background-color: rgba(0, 0, 0, .55);
}

.btn,
.btn.inverse:hover {
	color: #FFFFFF;
	background-color: #F4BF4F;
	border-color: #F4BF4F;
}

.btn:hover,
.btn.inverse {
	color: inherit;
	background-color: transparent;
	border-color: inherit;
}

blockquote::before {
	color: rgba(0, 0, 0, .05);
}


/* Rows */
.row0,
.row0 a {
	color: #CBCBCB;
	background-color: #333333;
}

.row1 {
	color: #FFFFFF;
}

.row2 {
	color: #474747;
	background-color: #FFFFFF;
	border-color: #F7F7F7;
}

.row3 {
	color: #474747;
	background-color: #FFFFFF;
}

.row4 {
	color: #CBCBCB;
	background-color: #333333;
}

.row5,
.row5 a {
	color: #676767;
	background-color: #222222;
}


/* Top Bar */
#topbar ul li {
	border-color: rgba(255, 255, 255, .2);
}

#topbar>div:last-of-type li:first-child a {
	color: #F4BF4F;
}


/* Header */
.wrapper.row1::before {
	background: transparent;
	border-color: transparent;
	border-bottom-color: #FFFFFF;
}

#header {
	color: inherit;
	background-color: #05395E;
}

#header #logo a {
	color: inherit;
}


/* Content Area */
.latest figcaption {
	color: #CBCBCB;
	background-color: #222222;
}

.latest .postexcerpt {
	border-color: #D7D7D7;
}

.latest .postexcerpt:hover {
	color: inherit;
	background-color: #F7F7F7;
}

.cta article i {
	color: #F4BF4F;
	border-color: #D7D7D7;
}

.cta article:hover i {
	color: #FFFFFF;
	background-color: #F4BF4F;
	border-color: #F4BF4F;
}


/* Footer */
.wrapper.row4::before {
	background: transparent;
	border-color: transparent;
	border-top-color: #FFFFFF;
}

#footer .title {
	color: #FFFFFF;
}

#footer .linklist li {
	border-color: transparent;
}


/* Navigation */
#mainav li a {
	color: inherit;
}

#mainav .active a,
#mainav a:hover,
#mainav li:hover>a {
	color: #F4BF4F;
	background-color: inherit;
}

#mainav li li a,
#mainav .active li a {
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, .6);
	border-color: rgba(0, 0, 0, .6);
}

#mainav li li:hover>a,
#mainav .active .active>a {
	color: #FFFFFF;
	background-color: #F4BF4F;
}

#mainav form select {
	color: #FFFFFF;
	background-color: #000000;
	border-color: rgba(136, 136, 136, .5);
	/* #888888 */
}

#breadcrumb a {
	color: inherit;
	background-color: inherit;
}

#breadcrumb li:last-child a {
	color: #F4BF4F;
}

.container .sidebar nav a {
	color: inherit;
	border-color: #D7D7D7;
}

.container .sidebar nav a:hover {
	color: #F4BF4F;
}

.pagination a,
.pagination strong {
	border-color: #D7D7D7;
}

.pagination .current * {
	color: #FFFFFF;
	background-color: #F4BF4F;
}

#backtotop {
	color: #FFFFFF;
	background-color: #F4BF4F;
}


/* Tables + Comments */
table,
th,
td,
#comments .avatar,
#comments input,
#comments textarea {
	border-color: #D7D7D7;
}

#comments input:focus,
#comments textarea:focus,
#comments *:required:focus {
	border-color: #F4BF4F;
}

th {
	color: #FFFFFF;
	background-color: #373737;
}

tr,
#comments li,
#comments input[type="submit"],
#comments input[type="reset"] {
	color: inherit;
	background-color: #FBFBFB;
}

tr:nth-child(even),
#comments li:nth-child(even) {
	color: inherit;
	background-color: #F7F7F7;
}

table a,
#comments a {
	background-color: inherit;
}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport {
	width: device-width;
}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:978px) {
	.hoc {
		max-width: 80vw;
	}
}


/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:900px) {
	.hoc {
		max-width: 90%;
	}

	#topbar {}

	#header {
		padding-bottom: 26px;
	}

	#mainav {}

	#mainav ul {
		display: none;
	}

	#mainav form {
		display: block;
	}

	#breadcrumb {}

	.container {}

	#comments input[type="reset"] {
		margin-top: 10px;
	}

	.pagination li {
		display: inline-block;
		margin: 0 5px 5px 0;
	}

	#footer {}

	#copyright {}

	#copyright p:first-of-type {
		margin-bottom: 10px;
	}
}

.fl_left img {
    height: 80px;
    padding: 10px;
}
@media screen and (max-width:750px) {

	.imgl,
	.imgr {
		display: inline-block;
		float: none;
		margin: 0 0 10px 0;
	}
fl_left
	.fl_left,
	.fl_right {
		display: block;
		float: none;
	}

	.one_half,
	.one_third,
	.two_third,
	.one_quarter,
	.two_quarter,
	.three_quarter {
		display: block;
		float: none;
		width: auto;
		margin: 0 0 30px 0;
		padding: 0;
	}

	#topbar {
		padding-top: 15px;
		text-align: center;
	}

	#topbar ul {
		margin: 0 0 15px 0;
		line-height: normal;
	}

	#header {
		text-align: center;
	}

	#header #logo {
		margin-bottom: 15px;
	}

	#pageintro article {
		max-width: none;
	}
}


@media screen and (max-width:450px) {
	#topbar ul li {
		margin-bottom: 2px;
		padding-right: 0;
		border-right: none;
	}
}


/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px) {
	.scrollable {
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0 0 15px 0;
		overflow: auto;
		overflow-x: scroll;
	}

	.scrollable table {
		margin: 0;
		padding: 0;
		white-space: nowrap;
	}

	.inline li {
		display: block;
		margin-bottom: 10px;
	}

	.pushright li {
		margin-right: 0;
	}

	.font-x2 {
		font-size: 1.4rem;
	}

	.font-x3 {
		font-size: 1.6rem;
	}
}

.responsive-iframe {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	/* Proporción de aspecto 16:9 (9 dividido por 16) */
	position: relative;
}

.responsive-iframe iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.ul-brand {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ul-brand img:hover {
	max-width: 110%;
}



.w {
	background-color: #FFFFFF;
	padding: 20px;
}

.w1 {
	background-color: #FAFAFA;
	padding: 20px;
}





.duda {
	max-width: 300px;
}

.map {
	max-width: 45vw;
	min-width: 39vw;
}

.map-text {
	max-width: 35vw;
}

.firsts {
	width: 30vw;
}

.first-text {
	width: 40vw;
}

@media screen and (max-width:978px) {
	.map {
	 	width: 90vw !important;
		min-width: 80vw;
		height: 300px;
	}
	
	#pageintros h2{
	    font-size: 40px !important;
	}

	.map-text {
		min-width: 90vw !important;
	}

	.firsts {
		width: 90vw;
	}

	.first-text {
		width: 90vw;
	}
	.tienda-img       {
		width: 100% !important;
		} 
		
		
		
		.tienda-text   {
		width: 100% !important;
		}   
}

.tienda-container {

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	 

} 



.tienda-img       {
width: 50%;
} 



.tienda-text   {
width: 50%;
}   
.tienda-text h2{
	 font-size: 40px;
}

.tienda-map       {

} 





  .video-background {
            position: fixed;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            overflow: hidden;
            z-index: -1;
        }

        #background-video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -1;
            transform: translate(-50%, -50%);
            background-size: cover;
        }

        .wrapper.row1, header, #header, #logo, #mainav {
            position: relative;
            z-index: 1;
        }



.shadow {
 box-shadow: -1px 3px 33px -18px rgba(0,0,0,0.75);
    border-radius: 15px;
    padding: 20px;
  margin-bottom: 15px;
}


.visita-container{
    display: flex;
    justify-content: center;
}


h2, h3{
    font-family: "Montserrat";
    color: #05395E;
}
h1, h2, h3, h4{
    font-family: "Montserrat";
   
}
p {
    font-family: garamond;
    color: #848484;
    font-size: 22px;
}
.heading{
    color: white !important;
      font-family: "Montserrat" !important;
}
.pag {
    color: white;
      font-family: garamond !important;
}
 .postexcerpt h4 {
      color: white;
 }
.one_third{
    min-width: 330px !important;
   
}
.group {
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

a{
    font-family: "Montserrat";
}
.one_quarter p{
    color:  #CBCBCB;;
}


.navbar-custom.top-nav-collapse {
	padding: 0.375rem 1.5rem 0.375rem 2rem;
	box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
	background-color: #05395E;
	
}
@media (min-width: 768px) {
	.navbar-custom {
	  padding: 2.125rem 1.5rem 2.125rem 2rem;
	  padding-right: 1.5rem;
	  padding-left: 2rem;
	  box-shadow: none;
	  background: transparent;
	  
	}
  }
  
   
  header{
	width: 100vw;
  }
  
  #copyright  h4 {
	text-align: center;
  }