@charset "utf-8";
/* CSS Document */




@font-face {
    font-family: 'MADEMirage-Thin';
    src: url('css/fonts/MADEMirageThin.eot');
    src: url('css/fonts/MADEMirageThin.eot') format('embedded-opentype'),
         url('css/fonts/MADEMirageThin.woff2') format('woff2'),
         url('css/fonts/MADEMirageThin.woff') format('woff'),
         url('css/fonts/MADEMirageThin.ttf') format('truetype'),
         url('css/fonts/MADEMirageThin.svg#MADEMirageThin') format('svg');
}



@font-face {
    font-family: 'MADEMirage';
    src: url('css/fonts/MADEMirageRegular.eot');
    src: url('css/fonts/MADEMirageRegular.eot') format('embedded-opentype'),
         url('css/fonts/MADEMirageRegular.woff2') format('woff2'),
         url('css/fonts/MADEMirageRegular.woff') format('woff'),
         url('css/fonts/MADEMirageRegular.ttf') format('truetype'),
         url('css/fonts/MADEMirageRegular.svg#MADEMirageRegular') format('svg');
}
/*@font-face {
    font-family: 'Poppins';
    src: url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
}*/


body, html {
	padding: 0;
	margin: 0;
	line-height: 1;
	width:100%;
	font-size: 13px;
	color: #212529;
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	}


body{
	/*overflow: hidden;*/
	height: auto;
	}







html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, h1,h2,h3,h4
{
	border: 0;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}



h1 {
	font-family: "MADEMirage-Thin";
    font-size: 130px;
    letter-spacing: -0.06em;
    line-height: 105px;
    text-align: left;
	color: var(--white);
	text-transform: uppercase;
}

h2 {
    font-family: "MADEMirage-Thin";
    font-size: 80px;
    letter-spacing: -0.05em;
    line-height: 60px;
	text-transform: uppercase;
}

h3 {
    font-family: "MADEMirage-Thin";
    font-size: 60px;
    letter-spacing: -0.05em;
    line-height: 60px;
	text-transform: uppercase;
	
}
h4{
	font-family: "MADEMirage-Thin";
	font-weight: 100;
	font-size: 40px;
	letter-spacing: -0.01em;
	line-height: 42px;
	text-transform: uppercase
}
h5{
	font-family: "Poppins", sans-serif;
	font-weight: 40;
	font-size: 25px;
	letter-spacing: -0.01em;
	line-height: 42px;
	text-transform: uppercase
}


h6{
	font-family: 'Inter', sans-serif;
	font-weight: 100;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 28px;
	text-transform: uppercase
}



h6.line{
	position: relative;
}

h6.line::before {
    content: "";
    position: absolute;
    left: -11.805555555555555vw;
    top: 13px;
    background-color: #446a7f;
    width: 10.416666666666668vw;
    height: 1px;
}









a{ 
	text-decoration:none;
}

a img{ border:none;}

:focus, a:focus {
	outline: 0!important;
	text-decoration: none!important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
}

ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}

.clear{ clear:both;}

.clear:after{
	display: block;
	content: '';
	clear:both;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}  



.padding-remove{
	padding: 0;
}

.padding-remove-l{
	padding-left: 0;
}


.padding-remove-r{
	padding-right: 0;
}


a:hover, a:focus{
	text-decoration: none;
	color: #787878;
}


form:after{
	display: block;
	content: '';
	clear: both;
}

.vertical-center{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


em {
    font-style: italic;
}



.w-large{
	max-width: 1170px;
}

.w-medium {
    max-width: 910px;
}

.center{
	margin-left: auto;
	margin-right: auto;
}




/*------------------------------------------------------------------

	COLOR

-------------------------------------------------------------------*/


:root {
    --green: #3b4529;
    --gold: #c9a868;
	--white: #fff;
	--grey: #F5F5F5;
	--black: #000;
	--blue: #446a7f;
	--greyp: #212529;
	
}






/*------------------------------------------------------------------

	boton

-------------------------------------------------------------------*/



/*.btn, input[type=submit] {
  color:#fff;
  letter-spacing: 0.025em;
  font-size: 1rem;
  display: inline-block;
  border:0;
  border-radius: 0;
  padding: 1.1em 2.28em 1em;
  background-color: #000;
  text-decoration: none;
  -webkit-transition: all .3s ease-out!important;
          transition: all .3s ease-out!important;
}

.btn:hover, input[type=submit]:hover,
.btn:focus, input[type=submit]:focus {
  background-color:#bfd6a9;
  color: #fff;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}
*/

/*------------------------------------------------------------------

	BACK TO TOP

-------------------------------------------------------------------*/
#gotop {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 20;
    width: 48px;
    height: 48px;
    background: #000;
    border: none;
    padding: 15px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#gotop:after {
    content: '\f106';
    font-family: FontAwesome;
    color: #fff;
    font-size: 26px;
    line-height: 17px;
}

#gotop:hover{
	background-color: #333;
}





/*------------------------------------------------------------------

	HEADER

-------------------------------------------------------------------*/




header {
    padding: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}






.navbar-header {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 35px 0px 20px 0;
    border-bottom: 1px solid #fff;
    flex-wrap: wrap;
    width: 100%;
}


header.hfixed {
    position: fixed;
    z-index: 9;
    background-color: rgb(0, 0, 0);
    padding-top: 0px;
}

header.hfixed .navbar-header{
	border-bottom: none;
	padding-top: 25px;
}

.brand{
	line-height: 1.6;
	color: #000;
	display: inline-block;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
/*	opacity: 0;*/
}

a.brand:hover,
a.brand:focus{
  text-decoration: none;
  color: #000;
}

header.hfixed a.brand {
    opacity: 1;
}



.brand img{
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
	height: 52px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}


.brand{
	margin-top:0;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.brand img.brand-img-white{
	display: block;
}

.brand img.brand-img-fixed{
	display: none;
}

/*
header.hfixed .brand img.brand-img-white{
	display: none;
}

header.hfixed .brand img.brand-img-fixed{
	display: block;
}
*/

.brand img.brand-img-white{}

.brand img.brand-img-fixed{
	display: none;
}






#idiomas {
    position: absolute;
    right: 15px;
    top: 51px;
    color: #fff;
}

header .container-fluid {
    position: relative;
}

#idiomas a {
    color: #fff;
    letter-spacing: 1px;
}

#idiomas a:hover {
    opacity: 0.7;
}

#idiomas span {
    padding: 0 7px;
}


#idiomas {
    top: 47px;
}


/*------------------------------------------------------------------

	MENU

-------------------------------------------------------------------*/

.navbar-toggle {
    display: block !important;
    position: fixed;
    top: 58px;
    left: 60px;
    z-index: 7;
    width: 27px;
    height: 18px;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
}


header.hfixed .navbar-toggle {
    top: 43px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: 0.5s;
}


.navbar-toggle .icon-bar+.icon-bar {
    margin-top: unset;
}


.navbar-toggle .icon-bar:nth-child(1) {
    top: 0px;
}

.navbar-toggle .icon-bar:nth-child(2) {
    top: calc(50% - 1px);
}

.navbar-toggle .icon-bar:nth-child(3) {
    bottom: 0px;
}

header.menuvisible .navbar-toggle .icon-bar:nth-child(1) {
    top: calc(50% - 1px);
    transform: rotate(45deg);
}

header.menuvisible .navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(-45deg);
}

header.menuvisible .navbar-toggle .icon-bar:nth-child(3) {
	display: none;
}





/*
header.hfixed {
    position: fixed;
    z-index: 9;
    background-color: #c9a868;
}


header.hfixed .navbar-header{
    padding: 15px 0px 13px 0;
}




header.hfixed .navbar-toggle {
    display: block !important;
    position: absolute;
    top: 32px;
}



header.hfixed .navbar-toggle .navbar-toggle .icon-bar {
    background-color: #dbd8d4;
}
*/











#sidebar-btn button:hover {
cursor: pointer;
}


#sidebar {
	position: fixed;
	left: -100%;
	transition: left 0.3s linear;
	z-index: 3;
	display: flex;
	align-items: center;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #446a7f;
	opacity: 0;
	box-sizing: border-box;
	padding: 0px 0px 0px 30px;
	transition: .5s;
	overflow: auto;
}


#sidebar.menuvisible {
	left: 0px;
	transition: left 0.3s linear;
	opacity: 1;
}


#sidebar ul.nav.navbar-nav {
	padding: 15px;
	margin: 0;
	float: none;
	height: auto;
	margin: 0;
	padding-left: 11.805555555555555vw;
	width: 61.15277777777778%;
	position: relative;
}


body.menuvisible {
	height: 100%;
	overflow: hidden;
}




#sidebar ul.nav.navbar-nav li{
	border-bottom: 1px solid var(--white);
	text-align: right;
	float: none;
}

#sidebar ul.nav.navbar-nav li a{
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 60px;
	text-transform: uppercase;
	color: var(--white);
	text-decoration: none;
	position: relative;
	padding-left: 30px;
	display: inline-block;
}
#sidebar ul.nav.navbar-nav li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 51%;
    transform: translateY(-50%);
    background-image: url("images/menu-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
    width: 17px;
    height: 16px;
    opacity: 0;
    transition: 0.5s;
}

#sidebar ul.nav.navbar-nav li a:hover::before {
    opacity: 1;
}

/*------------------------------------------------------------------

	SLIDER

-------------------------------------------------------------------*/

#inicio{
	position: relative;
	width: 100%;
    height: 100vh;
    overflow: hidden;
    color: #fff;
    text-align: center;
	padding: 0;
}


#inicio:before{
	position: absolute;
	z-index: 1;
	content: '';
	width: 100%;
	height: 100vh;
	top:0;
	left: 0;
	background-color: #151a1e;
    opacity: 0.55;
}
#inicio inicio-in{
	position: relative;
	z-index: 2;
}



.arrow-scroll{
	sposition: absolute;
    left: 50%;
    bottom: 55px;
    cursor: pointer;
    transition: 3s;
}



#inicio h1 span {
    display: block;
}


#inicio h1 span:nth-child(1) {
    padding-left: 180px;
}



#inicio h1 span:nth-child(2) {
}



#inicio h1 span:nth-child(3) {
    padding-left: 180px;
}




#inicio .vertical-centred {
	padding-top: 140px;
	padding-bottom: 100px;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 100vh;
	position: relative;
	z-index: 1
}



#inicio .vertical-centred .boxed {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}





.video-container{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
    
.video-container iframe {
	width: 100vw;
    height: 116vh;
    position: absolute;
    top: -60px;
    left: 0;
}


.video-container::after {
  display: block;
  content: '';
  position: absolute;
  z-index: 0;
  background-color: rgba(0,0,0,0.38) ;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


.video-foreground {
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
}

.video-foreground, .video-container iframe {
    position: absolute;
    pointer-events: none;
}


.envideo{}

.envideo iframe {
    max-width: 100%;
}

#video .envideo{
    text-align: center;	
}

#video .envideo iframe {
    /*height: 550px;
	width:  822px;
    height: 458px;
    margin: 0 auto;*/
}

.envideo{}

.envideo iframe {
    max-width: 100%;
}

#video .envideo{
    text-align: center;	
}
#video .envideo iframe {
    /*height: 550px;
	width:  822px;
    height: 458px;
    margin: 0 auto;*/
}

#inicio .carousel-control {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    width: 4%;
    font-size: 35px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity = 50);
    opacity: 0.5;
	background-image: none!important;
	z-index: 8;
}

#inicio .carousel-control.left {
    left: 20px;
}


#inicio .carousel-control.right {
    right: 20px;
}


.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px 7px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #999;
    border: 1px solid #999;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px 7px;
    background-color: #bfd6a9;
	border: 1px solid #bfd6a9;
}


#slider{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.carousel-inner {
    height:  auto;
	
}

.gracias .carousel-inner {
    height:  100%;
}
	
.carousel-inner .item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}


.row-reverse .carousel-inner .item {
    aspect-ratio: 1 / 0.8;
}


#slider .carousel-inner .item{
	width: 100%;
    height: 100%;
    aspect-ratio: unset;
}

.col-center{
	margin: 0 auto;
	float: none;
}


div#logo {
    max-width: 300px;
}


#inicio h4 {
	font-family: "Inter", sans-serif;
}


/*

a.btn, input[type=submit] {
    border: 1px solid #fff;
    font-weight: 700;
    text-transform: uppercase;
	margin-top: 40px;
}


a.btn:hover , input[type=submit]:hover {
    background-color: rgb(0 0 0 / 100%);
}
*/



/*------------------------------------------------------------------

	CONTENIDO

-------------------------------------------------------------------*/


section [class*="bg-"] {
    padding: 50px 0 50px;
}




.bg-green {
	background-color: var(--white);
}
.bg-green2 {
	background-color: var(--blue);
}


.bg-beige {
	background-color: #F5F5F5;
}



.row.flex {
    display: flex;
}


.row.flex.row-reverse {
    flex-direction: row-reverse;
}


.row-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
}

iframe {
    width: 100%;
	height: 100%
}


.plr50 {
    padding-left: 50px;
    padding-right: 50px;
}

.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}


.pt50 {
    padding-top: 50px;
}

.pt20 {
    padding-top: 20px;
}
.pb80 {
    padding-bottom: 80px;
}

.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}

.mt30 {
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mb40 {
	margin-bottom: 40px;
}

.mt50 {
	margin-top: 50px;
}.mb50 {
	margin-bottom: 50px;
}
.mt60 {
	margin-top: 60px;
}.mb60 {
	margin-bottom: 60px;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

strong {
    font-weight: 700;
}


.circle {
    display: inline-block;
    width: 12px; /* Tamaño del círculo */
    height: 12px; /* Tamaño del círculo */
    background-color: #000; /* Color del círculo */
    border-radius: 50%; /* Hace que sea un círculo */
    margin-right: 10px; /* Espaciado entre el círculo y el texto */
    vertical-align: middle; /* Alinea el círculo al texto */
}



section p{
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
}


section p + p{
	margin-top: 20px;
}


.dark, .bg-green{
	color: var(--greyp)
}


.dark, .bg-green2{
	color: var(--white)
}



ul{
	font-size: 16px;
    line-height: 25px;
    padding-top: 1.425vw;
}

ul li{
   display: flex; 
}


ul li span{
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 28px;
	padding-right: 9px;
}


ul li div{
	padding-left: 6px;
}




.row-text {
    padding: 0 50px 0 60px;
    margin: auto;
    max-width: 1440px;
    align-items: center;
}



.row-text .text {
    padding-left: 10.7vw;
    padding-top: 60px;
    padding-bottom: 60px;
}

#seccion1 .row-text .text {
    width: 50%;
}


.row-text .img {
    margin-right: 0;
    margin-left: auto;
}


.row-text .img.vertical {
    height: 100vh;
}





.row-text .img.vertical .box-img{
	height: 100%;
}

.row-text .img.small .box-img {
    height: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
}


.row-text .img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*
.row-text .img .box-vimeo,
.row-text .img .box-img{
	width: 77.720207253886%;
}
*/



.btn.descargar {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 22px;
    color: var(--black);
    text-decoration: none;
    position: relative;
    padding: 12px 25px;
    margin-top: 3.56666666666666vw;
    display: inline-block;
    transition: 0.5s;
    font-weight: 100;
    text-transform: uppercase;
}


.box-descargar .descargar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #446a7f;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.box-descargar .descargar::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #446a7f;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    transition: 0.5s;
}

.box-descargar .descargar:hover {
    padding-left: 65px;
}

.box-descargar .descargar:hover::before {
    width: 46px;
}

.box-descargar .descargar:hover::after {
    width: 46px;
}



#seccion2 [class*="bg-"]{
	padding-top: 135px;
    padding-bottom: 40px;
}

/*.flex-items{
	align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 1em;
}*/

.flex-items {
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    display: flex;
    text-align: center;
    gap: 1em;
    flex-wrap: wrap;
}

#seccion2 h3 + .flex-items{
    padding-top: 90px;
}

.text + .flex-items{
    padding-top: 40px;
}


.text {
    margin-top: 30px;
}


/*.flex-items .title-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    letter-spacing: -0.01em;
    line-height: 30px;
    padding-right: 10px;
	position: 	relative;
}
*/


.flex-items .title-item {
    font-family: 'MADEMirage-Thin';
    font-size: 24px;
    letter-spacing: -0.01em;
    line-height: 30px;
    padding-right: 0;
    position: relative;
        flex-basis: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 19%;
    -ms-flex-positive: 1;
    flex-grow: 0;
    width: 210px;
    min-width: 210px;
    max-width: 20%;
    text-align: center;
}


.flex-items .title-item span {
    font-size: 16px;
    line-height: 60px;
    padding-right: 8px;
}


/*

.flex-items .title-item:after{
    content: url(images/item-arrow.svg);
    position: relative;
    display: inline-block;
    margin-left: 10px;
    opacity: 0;
    transition: 0.5s;
    width: 15px;
}




.flex-items .title-item:hover:after{
    opacity: 1;
}
*/



.items-slider .carousel-inner .item {
    aspect-ratio: 2 / 1;
}

.full-slider .carousel-inner .item{
    aspect-ratio: 19 / 8;
}



#seccion3 h5 {
    text-transform: inherit;
}


#seccion3 [class*="bg-"], section .bg-title {
	padding-top: 130px;
	padding-bottom: 130px;
}


.controls.center {
    position: relative;
    margin-top: 40px;
    text-align: center;
}

.controls.center .carousel-control {
    position: relative;
    text-align: center;
    display: inline-block;
    background: transparent;
    width: 80px;
    height: 20px;
}
.controls.center .carousel-control img{
    height: 100%;
}

.controls.center .carousel-control.left img {
    transform: rotate(180deg);
}


section#seccion3 {
    padding-bottom: 0;
}

div#seccion3-slider {
    background-color: #fff;
}






#seccion6 .bg-beige{
	position: relative;
    padding: 130px 0;
}

#seccion6 .axo h3{
    position: relative;
    z-index: 2;
}



#seccion6 .axo img {
    width: 100%;
    padding-left: 13.541666666666666vw;
    margin-top: -140px;
    position: relative;
    z-index: 1;
}




.d-flex {
    display: flex;
}

.map-content {
    width: 59%;
}

.menu-map {
    width: 60%;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 15.925vw;
	padding-right: 50px;
}


.menu-map .text {
    margin-top: 0;
}

.map-content iframe {
    height: 80%;
}

.menu-map ul {
    list-style: none;
  counter-reset: my-awesome-counter;
}

.menu-map ul li {
    counter-increment: my-awesome-counter;
	position: relative;
    padding-left: 30px;
	
}
.menu-map ul li:before{
	font-family: "Poppins", sans-serif;
	content: counter(my-awesome-counter);
	position: absolute;
	left: 0;
}



#seccion8{
	background-image: url(images/bg-gold.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-top: 135px;
	padding-bottom: 185px;
}

#seccion8 .container {
    position: relative;
}



h3.line:before {
    content: "";
    position: absolute;
    top: 30%;
    background-color: #3b4529;
    width: 46.38888888888889vw;
    height: 1px;
    right: 0;
}


#galeria-container{
	position: relative;
}

#galeria {
    margin-top: 70px;
    position: relative;
    z-index: 1;
}

#galeria .owl-stage {
    padding-left: 0px !important;
}

#galeria .slide {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

#galeria .slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}



#galeria .owl-nav {
    position: absolute;
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

#galeria .owl-dots {
    display: none;
}

.owl-nav button {
    width: 50px;
    height: 25px;
}

.owl-nav button img {
    height: 100%;
}

.owl-nav button.owl-prev {
    transform: rotate(180deg);
}



#galeria-container .image-osten {
    /* position: absolute; */
    z-index: 2;
    /* top: 0; */
    /* display: flex; */
    /* width: 100%; */
    /* justify-content: flex-end; */
    position: absolute;
    top: 0;
    right: 16.025vw;
    right: 99px;
    width: auto;
    height: 100.5%;
	aspect-ratio: 1 / 1;
}


#galeria-container .image-osten img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#galeria-container .image-osten img.hover {
    opacity: 0;
    transition: 0.5s;
}


#galeria-container .image-osten:hover .hover {
    opacity: 1;
}




#seccion9 .bg-green {
    padding: 130px 0;
}

#seccion9 .bg-green2 {
    padding: 130px 0;
}



#seccion9 .video, #seccion9 .carousel {
    position: relative;
    width: 32vw;
    height: auto;
    aspect-ratio: unset;
}


#seccion9 .items-slider .carousel-inner .item {
    aspect-ratio: 1 / 1;
}

#seccion9 .controls.center .carousel-control img {
    filter: invert(1);
}



a.download {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 23px;
    color: var(--blue);
    cursor: pointer;
    transition: 0.5s;
    margin-top: 60px;
    display: inline-flex;
    position: relative;
    gap: 10px;
    align-items: center;
}

a.download:after{
	content: '';
	height: 1px;
	width: calc(100% - 26px);
	background-color: var(--blue);
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
a.download:hover:after{
	opacity: 1;
}


a.download img{
	transform: rotate(90deg);
	height: 12px;
}



/*

.carousel {
    height: 100%;
	margin-left: -15px;
}

*/

.slide-full {
    height: calc(100vh - 91px);
    margin: 0;
	position: relative
}



.slide-full .carousel-inner .item {
    height: 100%;
}



.slide-full-content {
    top: 0;
    right: 0;
    position: absolute;
    /* z-index: 9; */
    background-color: #0009;
    width: 62%;
    padding: 2rem;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}



.video {
    padding: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}













.formu {
    margin-top: 40px;
}


.form-group {
    margin-bottom: 30px;
}


.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(68, 106, 127, 0.7);
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 50px;
    color: #446a7f;
    height: 53px;
}




.form-control:focus {
    border-color: unset;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}




form .btn-submit {
    position: relative;
    display: inline-block;
    transition: 0.5s;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 60px;
    z-index: 0;
}


form .btn-submit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #446a7f;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: -1;
}

form .btn-submit::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #446a7f;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    transition: 0.5s;
    z-index: -1;
}


form .btn-submit input {
    font-family: din-2014, sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 22px;
    color: #446a7f;
    background-color: transparent;
    border: none;
    padding: 11px 22px;
    cursor: pointer;
    transition: 0.5s;
}


form .btn-submit:hover input {
    padding-left: 65px;
}


form .btn-submit:hover::before {
    width: 44px;
}

form .btn-submit:hover::after {
    width: 44px;
}


.form-control::-webkit-input-placeholder{
	   color: var(--blue);
	}

.form-control:-moz-placeholder{ /* Firefox 18- */
	   color:var(--blue); 
	}

.form-control::-moz-placeholder{  /* Firefox 19+ */
	   color:var(--blue); 
	}

.form-control:-ms-input-placeholder{  
	   color:var(--blue);
	}




.form-control:focus::-webkit-input-placeholder{
	   color:transparent;
	}

.form-control:focus:-moz-placeholder{ /* Firefox 18- */
	   color:transparent; 
	}

.form-control:focus::-moz-placeholder{  /* Firefox 19+ */
	   color:transparent; 
	}

.form-control:focus:-ms-input-placeholder{  
	   color:transparent;
	}


textarea.form-control {
    height: 150px;
}






div.wpcf7-mail-sent-ok{
	display: none!important;
}


div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok{
	border: 0!important;
}

div.wpcf7-response-output {
    margin: 20px 0;
    padding: 0;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: block;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 14px;
}



form label.error{
	color: red;
	width: 100%;
	display: inline-block;
	position: relative;
	top: -24px;
	font-size: 13px;
}


.fondo-preload {
    z-index: 9;
    display: none;
    background-color: rgba(255, 255, 255, 0.61);
    position: absolute;
    width: 100%;
    height: 100%;
}
.fondo-preload p {
    text-align: center;
    position: relative;
    top: 45%;
}


/*wrap-msg*/
.wrap-msg{background-color: #DDF5DD;padding: 10px;border-radius: 5px;margin-bottom: 10px;}
.wrap-msg p{margin-bottom: 5px;}
.wrap-msg p:last-child{margin-bottom: 0;}
.wrap-msg.error {background-color: #FBD0C9;}
.wrap-msg .nuevo-c{cursor: pointer;font-weight: bold;}




/*------------------------------------------------------------------

	gracias

-------------------------------------------------------------------*/


body.gracias div#logo {
    max-width: 380px;
    margin-bottom: 50px;
    padding: 0 20px;
}

body.gracias #inicio .vertical-centred .boxed {
    justify-content: center;
}

body.gracias header, body.gracias .copyright, body.gracias footer{
	display: none;
}

body.gracias #inicio .vertical-centred {
    padding-top: 80px;
}


/*------------------------------------------------------------------

	FOOTER

-------------------------------------------------------------------*/

.copyright {
    background: #fff;
    padding: 40px 0 30px;
    text-align: center;
}

.copyright p{
    font-size: 10px;
    line-height: 20px;
    color: #4A4A4E;
    font-weight: 300;
    max-width: 900px;
    margin: 0 auto 10px;
}



footer {
    padding: 10px 0;
    background: #fff;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}



.logos-footer .row.flex {
    justify-content: space-around;
}


.logo-footer {
    margin: 20px;
}


footer h4 {
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    color: #515151;
    font-family: 'Inter';
}


.logo-footer img {
    max-width: 280px;
	margin: auto;
}








@media only screen and (max-width: 1700px) {
	.container-fluid {
	width: 1590px;
	}
}


@media only screen and (max-width: 1600px) {
	.container-fluid {
	width: 1480px;
	}
}





@media only screen and (max-width: 1500px) {
	.container-fluid {
	width: 1380px;
	}
}


@media only screen and (min-width: 1499px) {
    .container {
	width: 1440px;
	}
}




@media only screen and (max-width: 1440px) {
	h1 {
    font-size: 90px;
    line-height: 89%;
	}
	
	h2 {
    font-size: 70px;
	}
	h3 {
    font-size: 50px;
	}
    h4 {
    font-size: 30px;
	}
	
	.row-text .text {
    padding-left: 7vw;
	}
	.flex-items .title-item {
    font-size: 18px;
	}
}




@media only screen and (max-width: 1400px) {
	.row-text .img.vertical {
    height: 70vh;
	}
	
	.container-fluid {
	width: 100%;
    }
	h1 {
    font-size: 9vw;
	}
	
}




@media only screen and (max-width: 1199px) {
	.row-text .text {
	padding-left: 15px;
    }
	.row-text .img.vertical {
    height: 50vh;
	}
	.menu-map {
    padding-left: 55px;
	}

}




@media only screen and (max-width: 1150px)
	and (min-width: 992px){
	.video-container {
    height: 555px;
	}
}

@media only screen and (max-width: 991px) {
	.video-container {
    height: 433px;
	}
}

@media only screen and (min-width: 768px) {
	.row.col-equal {
    display: table;
	width: 100%;
	height: 100%;
	}


	.col-equal > [class*="col-"] {
    float: none;
    display: table-cell;
    height: 100%;
    vertical-align: top;
	}
	
	.navbar-header {
    margin-top: 0;
 	}
}


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

	h1 {
	font-size: 70px;
	line-height: 120%;
    }
	#inicio h1 span:nth-child(1),
	#inicio h1 span:nth-child(3) {
    padding-left: 50px;
	}
	
	.row-text {
    flex-direction: column;
    max-width: 100%;
    padding: 0 50px;
	width: 100%;
	}
	
	.row-text .text, #seccion1 .row-text .text {
    width: 100%;
    padding-left: 10.7vw;
	}
	.row-text .img.vertical {
	height: 100vh;
	margin: 0;
    }
	.flex-items {
    grid-template-columns: repeat(3, 1fr);
	}
	
	h2 {
	font-size: 55px;
    }
	
	h3 {
	font-size: 45px;
	line-height: 100%;
    }
	h5 {
    font-size: 25px;
    line-height: 123%;
	}
	
	.row-text .img {
    width: 100%;
	}
	.row-text .img.small .box-img {
    aspect-ratio: 5 / 3;
	}
	
	section#seccion7 .bg-title {
    padding-bottom: 0;
	}
	#seccion7 .d-flex, #seccion9 .d-flex {
	flex-direction: column;
	}

	.menu-map,  .d-flex .col-sm-6 {
	width: 100%;
	}

	.map-content {
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 4;
	}
	
	#galeria-container .image-osten{
	display: none!important
	}
	#galeria-container {
    padding-left: 20px;
	}
	
	#seccion9 .video, #seccion9 .carousel{
    width: 100%;
	}
	
	.order-0 {
	order: 0;
	}

	.order-1 {
	order: 1;
	margin-top: 40px;
	}
	
	#sidebar ul.nav.navbar-nav {
    width: 100%;
	}

	

}



@media only screen and (max-width: 767px) {
	.col-equal [class*="col-"] {
    float: none;
    display: block;
    height: inherit;
    vertical-align: top;
	}	
	
	

	
	.navbar.boxed.hfixed {
    height: 90px;
    max-height: inherit;
    min-height: inherit;
	}
	
	header.navbar.boxed.hfixed nav.navbar {
    background-color: #fff;
	}
	
	.navbar.boxed.hfixed span.icon-bar {
    background-color: #000;
	}
	
	
	div#navbar{
	float: none;
	}
	
	.navbar-nav>li>a {
    color: #999999;
    font-size: 25px;
    font-weight: 600;
    padding: 0px 0;
    line-height: 60px;
	}
	.navbar-nav>li:first-child>a {
    padding-left: 0;
	}
	.logos-footer .row {
	flex-direction: column;
	align-items: center;
	}
	
	.row.flex, .row.flex.row-reverse {
    flex-direction: column;
	}
	
	footer .logo + .logo {
    margin-top: 10px;
	}
	
	
	.video-container {
    height: 414px;
	}
	
	#slider {
    height: 100vh;
    position: relative;
    height: 100vh;
 	}
	#inicio .vertical-centred {
    align-items: center;
    position: absolute;
    top: 0;
    }

	#inicio .video-container + .vertical-centred {
	position: relative;
	height: 100%;
	}
	
	#inicio .vertical-centred {
	align-items: center;
	}
	
	
	section [class*="col-"] + [class*="col-"] {
	margin-top: 30px;
	}
	
	.slide-full {
    height: auto;
	}
	
	.carousel {
    height: auto;
    margin-left: 0;
	}
	
	
	
	
	

	#inicio .carousel-inner .item {
    height: 100vh;
    aspect-ratio: unset;
	}
	
	.slide-full-content {
    position: relative;
    width: 100%;
	}
	
	header.navbar.boxed {
    position: fixed;
    background-color: #fff;
	}

	
	header .navbar-header {
    margin: 0 !important;
	}
	
	ul {
	margin-top: 30px;
    }
	
	.flex-items {
	padding-top: 20px;
	column-gap: 0;
    }
	
	.flex-items .title-item:nth-child(even) {
    padding-left: 30px;
	}
	
	
	.items-slider .carousel-inner .item {
    aspect-ratio: 4 / 3;
	}
	
	#idiomas {
    top: 40px;
	}
	
	div#idiomas a {
    font-size: 11px;
	}
	div#idiomas span {
    padding: 0 2px;
	}
	
} /*767*/




@media only screen and (orientation:landscape)
	and (max-device-width: 667px) {		
	.video-container {
    height: 370px;
	}
}


@media only screen and (orientation:landscape)
	and (max-device-width: 640px) {	
	.video-container {
    height: 360px;
	}
}



@media only screen and (orientation:landscape)
	and (max-device-width: 568px) {	
	.video-container {
    height: 320px;
	}
}




@media only screen and (max-width: 567px) {
	
	
	.video-container {
    position: relative;
	height: 235px;
	}
	

	
	.video-foreground {
    height: 300%;
    top: -100%;
	}
	
	.video-container iframe {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	}
	

	
	.video-foreground {
    width: 100%;
    height: 150%;
    top: -55px;
	}
	
	

	
	section [class*="bg-"]{
    padding: 40px 0 0;
	}
	
	
	
	.brand img.brand-img-fixed {
	height: 60px;
    }
	
	
	
	
	
	.flex-items {
	grid-template-columns: repeat(2, 1fr);
    }
	
	.navbar-header {
    padding: 25px 0px 20px 0;
	}
	
	
	button.navbar-toggle {
	margin-top: 0;
	left: 20px;
	top: 37px;
    }
	
	.row-text {
	padding: 0 0px;
	width: 100%;
    }
	
	h6 {
	font-size: 14px;
    }
	
	
	
	h1 {
	font-size: 50px;
    }
	
} /*567*/

@media only screen and (max-width: 543px) {
	#video .envideo iframe {
    height: 350px;
	}
}


@media only screen and (min-width: 486px) {
	.visible-xxs {
    display: none;
	}
	div#whapp {
	display: none;
	}
}

@media only screen and (max-width: 485px) {
	.hidden-xxs {
    display: none;
	}
	#gotop {
    right: 0px;
	}
	
	
	#gotop {
    right: 0px;
	}
	div#whapp {
    display: block;
    position: fixed;
    width: 60px;
    bottom: 80px;
    z-index: 9;
    right: 2.5%;
	}
	div#whapp a, div#whapp img {
    max-width: 100%;
	}
	.modal {
    z-index: 91050;
	}
	div#popwhap .modal-dialog {
    position: relative;
    top: 35%;
    width: 100%;
    margin: 0;
	}
	.modal-content {
    padding: 30px 20px;
    text-align: center;
	}

	.modal-content h2 {
    font-size: 21px;
    line-height: 29px;
	}
	a.whap-btnes {
    display: inline-block;
    color: #000;
    background: var(--blue);
    padding: 10px 25px 10px;
    border-radius: 4px;
    margin: 20px 0 10px;
	font-weight: 300;
	}
	a.whap-btnes + a {
    margin-left: 20px;
	}
	
	.envideo iframe {
    max-width: 100%;
    max-height: 200px;
	}
	
	
	.container-fluid.pad {
    padding-left: 30px;
    padding-right: 30px;
	}
	.plr50 {
    padding-left: 0;
    padding-right: 0;
	}
	
	h1 {
    font-size: 43px;
	}
	
	h2 {
	font-size: 40px;
    }
	
	h3 {
	font-size: 37px;
	line-height: 100%;
    }
	h4 {
	font-size: 27px;
	line-height: 107%;
    }
	
	h5 {
	font-size: 22px;
	line-height: 123%;
    }
	
	
	
	#inicio h1 span:nth-child(1), #inicio h1 span:nth-child(3) {
	padding-left: 20px;
    }
	
	#seccion3 [class*="bg-"], section .bg-title {
    padding-top: 70px;
    padding-bottom: 80px;
	}	
	

/*
	h3 {
    font-size: 28px;
	}


	h4 {
	font-size: 18px;
	}
	
	#contacto h4 {
    font-size: 22px;
	}

	h5 {
	font-size: 24px;
	}

	h6 {
	font-size: 18px;
	}
*/
	
	section p , ul, h6, .btn.descargar{
	font-weight: 300;
	}
	
	ul li span {
    line-height: 180%;
	}
	
	.btn.descargar {
    font-size: 13px;
    margin-top: 30px;
	}
	
	.flex-items, #seccion2 h3 + .flex-items {
    padding-top: 20px;
    column-gap: 37px;
	}
	
	.flex-items .title-item {
	font-size: 20px;
	line-height: 120%;
    }
	
	#seccion2 [class*="bg-"] {
    padding-top: 75px;
    padding-bottom: 80px;
	}
	

	#inicio .controls {
	position: absolute;
	bottom: 20px;
	width: 100%;
	}

	#inicio .carousel-control {
	position: relative;
	left: unset!important;
	right: unset!important;
	width: auto;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	}
	
	.full-slider .carousel-inner .item {
    aspect-ratio: 5 / 4;
	}
	
	#seccion4 .row-text .text {
	padding-bottom: 0;
    }
	
	#seccion4 .row-text .text {
	padding-top: 0;
    }
	
	#seccion4 [class*="bg-"], #seccion5 .bg-beige  {
    padding-bottom: 40px;
	}
	
	#seccion6 .bg-beige {
    padding: 70px 0;
	}
	
	
	#seccion6 .axo h3 {
    text-align: center;
	}
	
	#seccion6 .axo img {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    z-index: 1;
	}
	
	
	section#seccion7 .bg-title {
	padding-top: 40px;
	padding-bottom: 0;
    }
	.menu-map {
    padding-top: 0;
	padding-bottom: 50px;
	}
	
	#seccion8 {
    padding-top: 75px;
    padding-bottom: 135px;
	}

	#seccion9 .bg-green {
	padding: 70px 0;
	}
	
	#seccion9 .bg-green2 {
	padding: 70px 0;
	}

	#seccion9 h4 {
	text-align: center;
	}
	form .btn-submit {
    margin-right: 0;
	}
	
	
	#sidebar ul.nav.navbar-nav {
	padding-left: 15px;
    }
	#sidebar ul.nav.navbar-nav li a {
    font-size: 22px;
	}


	
}/*  485*/

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

}
@media only screen and (max-width: 375px) {
	.video-foreground {
    top: -63px;
	}
	
	#sidebar {
    width: 100vw;
    overflow: auto;
	}
}

@media only screen and (max-width: 360px) {
	.video-container {
    height: 200px;
	}
	div#whapp {
	width: 50px;
	right: 8.5%;
	}
	
	#seccion2 h3 + .flex-items {
    padding-top: 40px;
	}	
	.flex-items .title-item {
	font-size: 19px;
	padding: 0;
    }
	.flex-items .title-item:nth-child(even) {
	padding-left: 20px;
    }
	.mb60 {
    margin-bottom: 30px;
	}
	
	h1 {
	font-size: 36px;
    }
	h2 {
	font-size: 34px;
	line-height: 108%;
    }
	
	h4 {
	font-size: 23px;
	}
}

@media only screen and (max-width: 320px) {
}



/* =IPAD 
----------------------------------------------- */
@media only screen and (orientation:portrait)
	and (max-device-width: 1024px)  and (min-device-width: 767px) {	
	section#inicio {
    height: auto;
    background-color: #000;
  	}
	.video-container {
    position: relative;
    height: 350px;
  	}
	.video-foreground {
    width: 100%;
    height: 170%;
    top: -55px;
    }
 	.video-container iframe {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  	}
 	#inicio .video-container + .vertical-centred {
    position: relative;
    height: 100%;
  	}
  	#inicio .intro {
    padding: 30px 0 60px;
  	}
	.navbar-nav > li > a {
	font-size: 11px;
	}
		
}
@media only screen and (orientation:portrait)
	and (max-device-width: 768px) and (min-device-width: 767px) {	
	.navbar-nav > li > a {
	padding: 0px 8px;
	font-size: 9px;
	}
}














