@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');


.card {
background-color:transparent; 
/*opacity:0.2 ;*/
}

.espacio_b{
padding-top:15px;
padding-bottom:15px;
}

.texto_grande{
	font-size: 22px;
	margin-bottom:5px;
}

.txt_blanco{
	color:white;
	font-family: 'Open Sans Condensed', sans-serif; 
	font-size: 48px; 
	font-weight: 600; 
	line-height: 32px; 
	margin: 0 0 0; 
	padding: 0px 0px; 
	text-align: center; 
	text-transform: uppercase;
	
}

.txt_black{
	color:black;
}
.card_bg_index {
	  background: rgba(0, 0, 0, 0.3);
}	  

.card_index{
border:none;	
}

.texto_derecha{
	text-align: right; 
}
.titulo_index{

	color: #000; 
	font-family: 'Open Sans Condensed', sans-serif; 
	font-size: 18px; 
	font-weight: 600; 
	line-height: 32px; 
	margin: 0 0 0; 
	padding: 5px 5px; 
	text-align: center; 
	text-transform: uppercase; 
	letter-spacing: 4px;
}

.evento_index{
	
	color: #000; 
	font-family: 'Open Sans Condensed', sans-serif; 
	font-size: 48px; 
	font-weight: 600; 
	line-height: 42px; 
	margin: 0 0 0; 
	padding: 0px 0px; 
	text-align: center; 
	text-transform: uppercase;
}


span.peque{
	
	color: #000; 
	font-family: 'Open Sans Condensed', sans-serif; 
	font-size: 28px; 
}

.texto_index_b{
		margin:0px; 
	padding: 0px; 
	text-align: center; 
}

.dia_index {
	
	color: #000; 
	font-size: 48px; 
	font-weight: 600; 
	
}


.fa {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
	color: white;
}

.fa-instagram {
  /*background: #125688;*/
  color: black;
}
.fa-facebook {
  /*background: #3B5998;*/
  color: black;
}

.fa-angle-double-down{
	/*background: #3B5998;*/
	color: black;
}

.videob{
	
	text-align:center;
	padding-top:50px;
	padding-bottom:60px;
}

.texto_index{
	color:black;
	margin-top:2px;
	margin-bottom:2px;
	text-align:right;	
}
.index_centro{
	text-align:center;
}


#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}
.container{
margin-top:75px;
}

.effect6 {
	margin-bottom:10px;
	margin-top:10px;
}

.negro{
	color:#000;
}

.tit.negro, .stit.negro, .parrafo.negro {
text-align:left;	

}

.parrafo.negro{
	margin-bottom:15px;
}

.intro-text.negro{
font-size:18px !important;
text-align:center;
margin-bottom:3px;
margin-top:3px;
}


.col.izquierda{
	text-align:left;
}

.col.centro{
	text-align:center;
}


.mi-imagen-abajo-derecha{
    position:absolute;
	margin-right: 0px !important;
}


.tit{
	margin-bottom:1px;
}

.stit{
	margin-bottom:1px;
	padding-left:82px;
}

.parrafo{
	padding-left:120px;
}

body {
	
	background-color:#141414;
	color: #F7F7F7;
	/*color: #141414;*/
}

.bg-dark {
	/*background-color:#141414 !important	;*/
	background-color:#000 !important	;
}

h1.estilo1{
	
 color: #F7F7F7; font-family: 'Open Sans Condensed', sans-serif; font-size: 38px; font-weight: 600; line-height: 32px; margin: 0 0 0; padding: 20px 30px; text-align: center; text-transform: uppercase; 
 /*margin-bottom:50px;*/
}

.estilo1:first-letter {
  font-size:120%;
}

h2 {
    font-size: 16px !important;
    margin-bottom:60px!important;
    text-align: center;
    text-transform: none !important;
}

h2.no-span {
  display: table;
  white-space: nowrap;
}


h2.no-span:before,
h2.no-span:after {
  border-top: 0px solid white;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;

}


h2.no-span:before {
  right: 1.5%;
}
h2.no-span:after {
  left: 1.5%;
}

/**video background*/
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../img/videoframe.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}
/**video background*/

/**/
body {
  /*font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
      font-family: 'Dosis', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  /*background-color: black;*/
}

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

h1 {
	font-size:28px;
}


h2 {
		font-size:26px;
}

.rojo{
	color: #DF013A;
}

.verde{
		color:#01DF3A;
}

.azul{
		color:#0040FF  ;
}

.amarillo{
	color:#FFFF00;
}

.gris{
	margin-top:30px;
	color:#EEEEEE;
}

.gris:first-letter {
  font-size:120%;
}

.bmenu
{
	font-size: 13px;
	letter-spacing: 2px;
}

.bmenu:first-letter {
  font-size:140%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/ 
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: 1px;
/*  text-transform: uppercase;*/
}

h2.no-span > div:nth-child(1) {
	text-align:right;
	padding-right:170px;
}

h2.no-span > div:nth-child(2) {
	text-align:right;
	padding-right:120px;
	font-weight:600;
}

h2.no-span > div:nth-child(3) {
	
	text-align:right;
}

p {
	

text-align: justify;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  p {
	  text-align: justify;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #42DCA3;
}

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

#mainNav {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: black;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: white;
  border: 1px solid white;
}

#mainNav .navbar-brand {
  font-weight: 700;
}

#mainNav a {
  color: white;
}

#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: black;
  }
  #mainNav .nav-link.active {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #mainNav .nav-link.active:hover {
    color: white;
  }
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 50px 0;
  text-align: right;
  /* text-align: center; */
  color: white;
 /* background: url("../img/intro-bg.jpg") no-repeat bottom center scroll;*/
/*  background-color: black;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.masthead_a {
	position:relative;
}

.mi-imagen-abajo-derecha{
    position:absolute;
    bottom:5px;
    right:10px;
}




.masthead .intro-body {
  display: table-cell;
  
  /* vertical-align: middle; */
}

.masthead .intro-body .brand-heading {
  font-size: 50px;
}

.masthead .intro-body .intro-text {
  font-size: 18px;
}

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    padding: 0;
  }
  .masthead .intro-body .brand-heading {
    font-size: 100px;
  }
  .masthead .intro-body .intro-text {
    font-size: 22px;
  }
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
  color: white;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}

.content-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.download-section {
  color: white;
  background: url("../img/downloads-bg.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#map {
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #map {
    height: 350px;
  }
}

.btn {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-default {
  color: #42DCA3;
  border: 1px solid #42DCA3;
  background-color: transparent;
}

.btn-default:focus, .btn-default:hover {
  color: black;
  border: 1px solid #42DCA3;
  outline: none;
  background-color: #42DCA3;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 50px 0;
}

footer p {
  font-size: 14px;
  margin: 0;
}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}



/**/

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 2px !important;
  padding-left: 2px !important;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.no-gutters{
  padding-top: 2px !important;
  padding-bottom: 2px !important;	
}


.gutters-index {
  margin-right: 0 !important;
  margin-left: 0 !important;
  /*
  padding-right: 90px !important;
  padding-left: 90px !important;
*/
  padding-right: 45px !important;
  padding-left: 45px !important;
  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.gutters-index{
  /*
  padding-top: 90px !important;
  padding-bottom: 90px !important;	
  */
  
  /*padding-top: 45px !important;
  padding-bottom: 45px !important;	*/

padding-top: 2% !important;
  padding-bottom: 2% !important;	

}



.conte {
    position: relative;
}

/* Bottom right text */
.text-block {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */	
    color: #f1f1f1; /* Grey text */	
}



#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

/**/
.video_beattie{
  /*position: fixed;*/
		height: 95vh; 
		width: 95%;

}
/**/

/*/////////////////////////////*/

.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
	overflow: hidden;
	height: 100vh;


	

}

	._youtube-iframe {
		position: absolute;
		pointer-events: none;
		height: 200vh; 
		width: 100%;
		top: -50vh; 
	}


	._pattern-overlay { 
		position: absolute;
		top: 0;
		width: 100%;
		opacity: 0.3;
		bottom: 0;
		background-image: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png);
		z-index: 1;
	}
