@charset "UTF-8";
/* GLOBAL */

html { margin: 0px; padding: 0px;}
body { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 20px; line-height: 1.8em; letter-spacing: 0.04em; color: #b1b5ae;}
.content { padding: 80px 0px;}
h1, h2, h3, h4, h5, h6 { font-family: 'Jost', sans-serif; font-weight: 200; letter-spacing: -0.02em; color: white; line-height: 1.1em;}
h1 { font-size: 52px;}
h2 { font-size: 32px;}
h3 { font-size: 30px;}
h4 { font-size: 20px;}
h5 { font-size: 10px;}
h6 { font-size: 10px;}

::selection {
  background-color: #46a9f3;
	color: white;
}

.btngrey { border-radius: 0px!important; background: #b1b5ae; text-transform: uppercase; font-size: 14px!important; font-weight: 500; letter-spacing: 0.3em; padding: 0.4em 1em!important;  }
.btngrey a:hover { color: #b1b5ae!important;  border-radius: 0px!important; background: white!important; text-transform: uppercase; font-size: 14px!important; font-weight: 500; letter-spacing: 0.3em; padding: 0.4em 1em!important;  }

ul.centralise.d-flex.justify-content-center li { list-style: none;}

span.sign {font-family: 'rhesmanisaregular'; font-size: 50px; }

.grey {color: #b1b5ae;}
form#login-form fieldset div.form-group button.mb-3.btn.btn-primary.btn-block { border:0px solid #eee; background: #b1b5ae!important; border-radius: 35px; font-size: 16px; text-transform: uppercase;}

div#form-olvidado form#login-recordar fieldset button#btn-olvidado.btn.btn-primary.btn-block.mb-3 { border:0px solid #eee; background: #b1b5ae!important; border-radius: 35px; font-size: 16px; text-transform: uppercase;}


body div#wrapper div#top { visibility: hidden;}

div.myoverlay { position: absolute; width: 100%; height: 60vh; z-index: -1;  background: rgba(0,0,0,0.5); }
div.brand { text-align: center; width: 100%;}

input { width: 100%;}

div.modal-body fieldset { line-height: 1.3em; font-size: 16px;}

p#scroll 

{position: absolute;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 100%;
bottom: 3%;
z-index: 999999;
margin: 0px;
padding: 0px;
letter-spacing: 8px;
text-transform: uppercase;
font-size: 22px; color: white;}

.hidden {overflow: hidden;}
.round { border-radius: 50%;}

a { transition: 0.3s!important; }
a:hover { opacity: 0.8; color: #e01b0b; transition: 0.3s!important; }
a:active {color: #e01b0b;}


ul#foot { text-align: center;}
ul#foot li {  display: block;  text-transform: uppercase; font-size: 12px; font-weight: 500; letter-spacing: 0.3em; color: white; margin-bottom: 15px; }

.clearfix { clear: both;}

.button-toggle { position: absolute; right: 0px; z-index: 100; width: 60px; height: 60px; text-align: center; line-height: 64px; font-size: 30px; z-index: 999999999999999999999999999999;}
div.button-toggle.d-xs-block.d-xl-none a i.fas.fa-bars { color:#2e343c;}
div.button-toggle.d-xs-block.d-xl-none a i.fas.fa-bars:hover { color: #38a899;}
div#myNav.overlay a.closebtn { top:5px; right: 15px; font-size: 80px; color: white; text-decoration: none;}
	
div.overlay div.inner-wrap {display: table; height: 100%; width: 100%;}
div.overlay div.inner {display: table-cell; vertical-align: middle; }
div.overlay div.inner ul { margin: 0px; padding: 0px; text-align: center; }
div.overlay div.inner ul li { margin: 0px; padding: 0px; font-size: 22px;}
div.overlay div.inner ul li a { text-decoration: none; color: white; }
div.overlay div.inner ul li a:hover { color: #38a899; }


div#myNav.overlay a.closebtn { top:5px; right: 15px; font-size: 80px; color: white; text-decoration: none;}
 /* The Overlay (background) */
.overlay {

  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100vh;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 99999999999999999; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(39,49,58); /* Black fallback color */
  background-color: rgba(39,49,58, 1); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.2s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
display: flex;
	align-items: center;
  justify-content: center;

}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  display: flex;
	align-items: center;
  justify-content: center;
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
}

.overlay-content div.inner { height: 100%; }
.overlay ul li {  list-style: none;}
/* The navigation links inside the overlay */
.overlay ul li a {
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  display: block; /* Display block instead of inline */
  transition: 0.1s; /* Transition effects on hover (color) */
  
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}


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

.btn { padding: 5px 35px; font-size: 22px; color: white; }
.btn a { color: white; }
.btn a:hover { color: white; transition: 0.3; }

progress {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height:3px;
  border: none;
  background: transparent;
z-index: 1000000000000;
}
progress::-webkit-progress-bar {
  background: transparent;
}
progress::-webkit-progress-value {
  background-image: linear-gradient(to right, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
  background-attachment: fixed;
}
progress::-moz-progress-bar {
  background-image: linear-gradient(to right, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
  background-attachment: fixed;
}


div#planets div { background: red!important;}



hr { border:0px;}

.grey { color: #b1b5ae;}
.bggrey { background: #b1b5ae;}
.bgdarkgrey { background: #abaea8;}

h4 a i.fa-brands.fa-twitter { font-size: 16px!important;}



.lime { color: #e53122;} .sky { color: #46a8f7;}
.purple { color: #011640;}
.white {color: white;}
.navy {color: #081c3d;}

.orange { color: #ff5000;}
.bgorange {  background-image: linear-gradient(to right, #ff8400, #ff7800, #ff6b00, #ff5d00, #ff4d00);}

.bgpurple { background: #011640;}
.bgwhite { background: white;}
.bgnavy {background: #081c3d;}

.panel { padding: 40px 30px;}
.panel h3 { font-size: 26px; line-height: 1.4em;}
.panel-pink { background-image: linear-gradient(to right top, #e3077b, #d90094, #c300b1, #9b00d0, #492eef);}
.panel-green {background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);}
.panel-orange {background-image: linear-gradient(to right, #ff8400, #ff7800, #ff6b00, #ff5d00, #ff4d00);}

/* NAVIGATION */
div.ticker { padding: 0px 0px; margin: 0px; }
div.ticker p { margin: 0px; padding: 0px; color: white;}

/* HERO */
div#mainnav { padding: 10px 0px;}


header#primary {  width: 100%!important; z-index: 99999; /*position: fixed; padding: .5em;*/ transition: .3s;   }
header#hero { height: 60vh; overflow: hidden!important; }
header#video video#ladies {height: 60vh; width: 100%}
header#masthead { padding: 7em 0px 4em;}


/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.contentx {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

header#video {height: 60vh; width: 100%; position: absolute; z-index:-2; overflow: hidden;}

header#video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
	 width: 100%;
  height: 100%;
  object-fit: cover;
}

div#top {z-index:90; position: absolute; width: 100%;}

ul.social li a { color: #fff; }
ul.social li a:hover { color: #ff5000; opacity: 1; }
header#primary ul li  { display: inline-block;  text-transform: uppercase; font-size: 12px; font-weight: 500; letter-spacing: 0.3em; }
header#primary ul li a.nav-link { color: white; display: inline-block;}
header#primary ul li a { color: white; text-decoration: none;}
header#primary ul li a.nav-link:hover { color: #fff; text-decoration: none;}
header#hero h1 { margin-bottom: 30px; line-height: 0.9em; visibility: hidden; font-size: 16px; line-height: 1.6em; }
header#hero h2 { visibility: hidden; margin-bottom: 30px; line-height: 0.9em; font-family: 'rhesmanisaregular';  font-size: 60px;}

.nav { display: block;}

nav ul li a:hover,
nav ul li a.active {
   opacity: 0.6; color: #fff!important; /*border-bottom: 1px solid #fff!important;*/}

div.modal h3 { text-transform: uppercase; font-size: 16px; font-weight: 500; letter-spacing: 0.3em; color: #b1b5ae;}
div.modal h3 span { font-family: 'rhesmanisaregular'; text-transform: none; letter-spacing: 0em; font-size: 60px;}

footer.content div.container p { text-align: center; margin: 0px auto; display: block;  text-transform: uppercase; font-size: 12px; font-weight: 500; letter-spacing: 0.3em;}
footer.content div.container p a { color: white; text-decoration: none;}

section#intro h3 { text-transform: uppercase; font-size: 16px; font-weight: 500; letter-spacing: 0.3em;}
section#intro h3 span { font-family: 'rhesmanisaregular'; text-transform: none; letter-spacing: 0em; font-size: 60px;}

section#intro h4 {margin: 0px; padding: 0px; font-size: 20px; font-weight: 300; letter-spacing: 0.05em;line-height: 1.6em; }

section#contact { padding: 4em 0em 4em; background-size: cover!important; background: url(../img/contact.jpg) center repeat;}
section#contact h3 {text-transform: uppercase; font-size: 16px; font-weight: 500; letter-spacing: 0.3em;   line-height: 1.6em;
}
section#contact h3 a { text-decoration: none!important; color: #fff!important;}

section#contact h3 span {font-family: 'rhesmanisaregular'; text-transform: none!important; font-size: 50px; letter-spacing: 0px;}

section#accreditations h3 { color: #b1b5ae; text-transform: uppercase; font-size: 16px; font-weight: 500; letter-spacing: 0.3em;}
section#accreditations h3 span { font-family: 'rhesmanisaregular'; text-transform: none; letter-spacing: 0em; font-size: 60px;}


/* HERO */

/* MARQUEE */




.ticker {
  overflow: hidden;
	/*height: 15vh;
	padding: 35px 0px!important;*/
	box-sizing: border-box!important;
}

.ticker p {
 font-size: 70px;

	margin: 0px 0px; padding: 0px;
}

.ticker i {
 font-size: 40px;
	margin: 0px; padding: 0px;
	
}

nav ul li a:hover,
nav ul li a.active {
    color: #f4918d;
}


.heroslider {
  display: inline-flex;
}
.slide {
  padding: 10px;
display: inline-block;
	margin: 0px 10px;

}



/* MARQUEE */

/* INTRO*/
section#intro p { color: white; font-size: 30px; line-height: 1.6em;}
section#intro h2 { opacity: 0; font-size: 50px;}
/* INTRO*/

/* INTRO*/
section#team ul { margin: 20px 0px; padding: 0px; display: block; }
section#team ul li { list-style: none;  margin: 15px 0px; }
/* INTRO*/


/* FEATURES */
section#features h3 {opacity: 0; font-size: 50px;}


section#features img { margin-bottom: 0px;}

/* FEATURES */

/* FOUNDERS */
section#founders h4 { margin: 0px; padding: 0px; }
p.twitter { color: #e01b0b;}
p.company { color: #08a9fe; font-size: 14px; line-height: 17px; padding: 10px 0px 15px; margin: 0px;}
/* FOUNDERS */

ul.logos { margin: 0px auto; padding: 0px;  text-align: center;}
ul.logos li { margin: 0px; padding: 0px; list-style: none; display: inline-block;}

/* FOOTER */
footer { background: #b1b5ae url(../img/footertop.png) top center no-repeat; background-size: contain;}
footer p {color:white;}
footer p {color:white;}
footer ul {  margin: 0px; text-align: left; padding: 0px;}
footer ul li {  margin: 0px; padding: 0px; list-style: none; display: block; line-height: 1.6em;}
footer ul li a {  color: white!important;  text-decoration: none;}

/* MARQUEE */

div#maindiv { padding: 0.8em 0px;}

.marquee__part img { margin: 0px 15px 0px 5px;}


.marquee__part {
  flex-shrink: 0;
  padding: 0 15px 0px 0px;
  font-smooth: always;
	margin: 0px 0em;
	line-height: 2em;
}

section#download.marquee a {padding: 40px 20px; display: block; color: white; text-decoration: none;}
section#download.marquee a:hover {cursor: pointer!important; background: #1fac4b; }

.marquee {
  color: #fff;
  font-size: 22px;
  

	letter-spacing: 0.05em;
padding: 0px 0!important;
  position: relative;
  overflow: hidden;
	margin: 0px;
}

.marquee__inner {
  -webkit-font-smoothing: antialiased;
    width: fit-content;
    display: flex;
    flex: auto;
    flex-direction: row;
}

.marquee__part a { color: white;  text-decoration: none; padding: 0px 20px;}
.marquee__part a:hover { -webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);}
/* SLIDER */

div#mobile { background-size: cover!important;}

/* MARQUEE */



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

@media (min-width: 768px) {  header#hero { height: 100vh; }
	
	div.myoverlay { position: absolute; width: 100%; height: 100vh; z-index: -1;  background: rgba(0,0,0,0.5); }
	
	header#video {height: 100vh; width: 100%; position: absolute; z-index:-2; overflow: hidden;}
	
	section#contact { padding: 6em 0em 6em; background-size: cover!important; background: url(../img/contact.jpg) center repeat;}
section#contact h3 {font-size: 16px; letter-spacing: 0.3em;}
section#contact h3 span {font-weight: 500;}
	
	header#hero h1 { font-size: 22px;  margin-bottom: 10px; line-height: 1.2em;  letter-spacing:0.05em; }
header#hero h2 { font-size: 150px; margin-bottom: 10px; line-height: 1.2em; } 

}


@media (min-width: 992px) { 
	

section#features img { margin-bottom: 0px;}
section#features h3 {font-size: 50px;}
.panel-header { font-size: 30px;}
h1 { font-size: 22px;}
h2 { font-size: 36px;}
h3 { font-size: 50px;}
h4 { font-size: 28px;}
h5 { font-size: 18px;}
h6 { font-size: 10px;}

.marquee {

  font-size: 30px;


}

@media (min-width: 1200px) { 
header#primary ul li { font-size: 14px; margin: 0px 5px;}
}
	
@media (min-width: 1400px) {
header#primary ul li { font-size: 14px; margin: 0px 7px;}

}


