/* font-family: 'Archivo', sans-serif; */
/* font-family: 'IBM Plex Sans', sans-serif; */

button:focus,
input:focus {
    outline: none;
}
a:hover {
	text-decoration: none;
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1300px;
	}	
}


body {
	font-family: 'IBM Plex Sans', sans-serif;
	overflow-x: hidden;
}

#openMenu, #closeMenu {
	display: none;
}
#page-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #0E1A12 none repeat scroll 0% 0%;
	z-index: 9999999999;
}
#page-loader .preloader-interior {
	display: block;
    position: relative;
    left: 50%;
    top: 50%;
    background: url(images/feedvax-logo-animation-white.gif) no-repeat center center scroll transparent;
    background-size: contain;
    width: 200px;
    height: 30px;
    margin: 0px 0px 0px -100px;
}



.myHeader {
    border-bottom: 1px solid #bbbbbb;
    background: rgb(99 99 99 / 0.45);
/* background:url(images/header-bg.png) no-repeat top center scroll transparent; */
    backdrop-filter: blur(3px);
}
.logotipoMobile {
	display: none;
}
.logotipo {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    height: 27px;
    margin: 20px 0px;
}
.myHeader.achicado .logotipo {
	margin: 8px 0px;
}
ul#mainNav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
}
ul#mainNav li  {
    display: inline-block;
    margin: 0px 0px 0px 15px;
	
}
ul#mainNav li a {
	color:#f9f9f9;
}
ul#mainNav li a:hover {}

ul#mainNav li.active a  {
/* 	text-decoration:underline; */
	    border-bottom: 1px solid rgb(255 255 255 / 0.6);
/* 	font-weight:600; */
}

.menudropdown {
	    width: 12px;
}
.mainDropDown {
	color: white;
	position: relative;
}

ul.dropDown {
    margin: 0px;
    list-style: none;
    position: absolute;
    top: 20px;
/*     display: none; */
    background: rgb(16 41 29 / 95%);
    padding: 5px 12px;
    margin-left: -12px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
ul.dropDown li {
    margin: 3px 0px!important;
    display: block!important;
}
ul.dropDown li a {}


.mainDropDown:hover ul.dropDown {
/* 	display: block; */
	opacity: 1;
}
#movMenu {
	display: none;
}

.manifix {
	background: url('images/manifesto-outlines.png') no-repeat center center scroll white;
	background-size: cover;
	position: relative;
}
/* Secciones */

#nosotros {
	color:#545454;
	padding-top: 80px;
	padding-bottom: 80px;
/* 	background: white; */
}

#equipo {
	padding-top: 80px;
	padding-bottom: 80px;	
	background: #0f291d;
}

#laboral {
    background: url(images/laboral-bg.png) no-repeat center center scroll transparent;
    background-size: 30%;
    padding: 20% 0px;
    opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#partners {
    background: url(images/bg-cierre.jpg) no-repeat center center scroll black;
    background-size: cover;
    padding: 150px 0px;
    position:relative;
}

#tilapia {
	padding: 5% 0px 10%;
    background: #f3f4f4;
}

h3 {
	font-family: 'Archivo', sans-serif;
	font-size: 32px;
	color:#121212;
}
.tituloManifiesto {
	font-size: 80px;
	color: #217ff0;
}
h5 {
    font-size: 1.4rem;
    font-family: 'Archivo', sans-serif;
	color:#121212;
}

.nosotros-icon {
	margin-bottom: 30px;
}
img.manifesto-arrows {
    width: 75px;
}
img.manifesto-manito {
    height: 45px;
    float: right;
    margin-top: -10px;
}

img.manifesto-modulo-01 {
    width: 60px;
    position: absolute;
    top: 60%;
}

img.manifesto-modulo-02 {
    width: 60px;
    position: absolute;
    top: 80%;
    right: 30%;
}

.textoManifiesto {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
.textoManifiesto.visible {
		opacity: 1;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
				 transform: none;
}
.bloqueNewManifiesto {
    padding-top: 100px;
    padding-bottom: 80px;
}
.bloqueManifiesto::before,
.bloqueManifiesto::after {
    content: '';
    display: block;
    height: 0px;
    width: 1px;
    background: #cccccc;
    left: 50%;
    position: relative;
	-webkit-transition: all 1.2s ease-out;
	-moz-transition: all 1.2s ease-out;
	-ms-transition: all 1.2s ease-out;
	-o-transition: all 1.2s ease-out;
	transition: all 1.2s ease-out;
}
.bloqueManifiesto {
    margin-bottom:60px;
	opacity: 0;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
.slide-06.visible .bloqueManifiesto,
.bloqueCreemos02.visible .bloqueManifiesto {
		opacity: 1;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
				 transform: none;
}
.bloqueManifiesto h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
    color: #e2bc1b;
    margin: 15px 0px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 1s ease-out 0.6s;
	-moz-transition: all 1s ease-out 0.6s;
	-ms-transition: all 1s ease-out 0.6s;
	-o-transition: all 1s ease-out 0.6s;
	transition: all 1s ease-out 0.6s;
	filter: blur(3px);
}
.bloqueManifiesto h2 span {
	font-weight: 100;
    color: white;
    font-size: 42px;
}

.caja-mani {
	min-height: 220px;
    vertical-align: middle;
    display: flex;
    color: white;
    align-items: center;
    font-family: 'Archivo', sans-serif;
    justify-content: center;
    font-size: 65px;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 70px;
}
.mani-01 {
	background: url('images/mani-01.jpg') no-repeat center center scroll transparent;
	background-size: cover;
}
.mani-02 {
	background: url('images/mani-02.jpg') no-repeat center center scroll transparent;
	background-size: cover;
}
.mani-03 {
	background: url('images/mani-03.jpg') no-repeat center center scroll transparent;
	background-size: cover;
}
.maniBajada {
	    padding-left: 30px;
    padding-right: 30px;
}

.slide-06.visible .bloqueManifiesto::before,
.slide-06.visible .bloqueManifiesto::after,
.bloqueCreemos02.visible .bloqueManifiesto::before,
.bloqueCreemos02.visible .bloqueManifiesto::after {
    content: '';
    display: block;
    height: 100px;
    width: 1px;
    background: #cccccc;
    position: relative;
}



.slide-06.visible .bloqueManifiesto h2,
.bloqueCreemos02.visible .bloqueManifiesto h2 {
		opacity: 1;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
				 transform: none;
				 filter: blur(0px);
}

.misc-01 {
    display: inline-block;
    width: 50px;
}

.productoTitulo {
    display: flex;
    margin: 20px 60px;	
}

.lygion-slider {
    width: 100%;
}
/* Pez volando */
#pez-slider {
    width: 100%;
    background: url(images/feedvax_fondo_02.png) no-repeat center center scroll #e2bc1b;
    background-size: cover;
    position: relative;
    padding: 80px 0px;
}
.feedvax-pez {
		opacity: 0;
		-webkit-transform: translateX(-100px);
			 -moz-transform: translateX(-100px);
				-ms-transform: translateX(-100px);
				 -o-transform: translateX(-100px);
						transform: translateX(-100px);
		-webkit-transition: all 0.6s ease-out;
			 -moz-transition: all 0.6s ease-out;
				-ms-transition: all 0.6s ease-out;
				 -o-transition: all 0.6s ease-out;
						transition: all 0.6s ease-out;
    width: 80%;
    position: relative;
    left: 8%;
            filter: blur(3px);
}
.feedvax-pez.visible {
		opacity: 1;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
transform: none;
        filter: blur(0px);
}
.feedvax-arrows {
		opacity: 0;
		-webkit-transform: translateX(-150px);
			 -moz-transform: translateX(-150px);
				-ms-transform: translateX(-150px);
				 -o-transform: translateX(-150px);
						transform: translateX(-150px);
		-webkit-transition: all 0.7s ease-out;
			 -moz-transition: all 0.7s ease-out;
				-ms-transition: all 0.7s ease-out;
				 -o-transition: all 0.7s ease-out;
						transition: all 0.7s ease-out;
    position: absolute;
    width: 14%;
    top: 57%;
    left: 67%;
}
.feedvax-arrows.visible {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.feedvax-copy {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
		-webkit-transition: all 0.8s ease-out;
			 -moz-transition: all 0.8s ease-out;
				-ms-transition: all 0.8s ease-out;
				 -o-transition: all 0.8s ease-out;
						transition: all 0.8s ease-out;
    color: white;
    font-family: 'Archivo', sans-serif;
    font-size: 52px;
    position: absolute;
    top: 33%;
    left: 10%;
        filter: blur(3px);
}
.feedvax-copy.visible {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	    filter: blur(0px);
}


/* Pez Side */
.pezSide {
	opacity: 0;
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px);
		-webkit-transition: all 1s ease-out;
			 -moz-transition: all 1s ease-out;
				-ms-transition: all 1s ease-out;
				 -o-transition: all 1s ease-out;
						transition: all 1s ease-out;
/* 						filter: blur(3px); */
}
.pezSide.visible {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
/* 	    filter: blur(0px); */
}

/* Slider */
.slider {
	margin-top: -68px;
	background: #0E1A12;
}
.sliderArrows {
	opacity: 0;
}
.sliderArrows.visible {
	opacity: 1;
}
#slider-left {
    z-index: 999999;
    position: fixed;
    width: 40px;
    height: 40px;
    transform: rotate(90deg);
    top: 50%;
    cursor: pointer;
}
#slider-right {
    z-index: 999999;
    position: fixed;
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);
    top: 50%;
    right: 0px;
    cursor: pointer;
}

.panel {
	height: 100vh;
	width: 100%;
	background: blue;
}
.slide {
	top:0px;
	position: absolute;
	width: 100%;
	height: 100vh;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.slide > .container {
	padding-top: 300px;
}
.slide-05 > .container {
    padding-top: 15%;
}

.slide-06 > .container {
    padding-top: 18%;
}

.slide-01 {
	background: url('images/FeedVax_Fish_BG.jpg') no-repeat top center scroll black;
	background-size: cover;
	opacity: 0;
}

.slide-02 {
	
	background-image: url('images/bg-slider-02-dark.jpg');
/* 	background:  no-repeat top center scroll black; */
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
	background-size: cover;
	position: relative;
	opacity: 0;

	-webkit-transform: translateY(50px);
	-moz-transform:translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.slide-02::before {
    content: '';
    background: black;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.3;
}

.slide-03 {
/*     background: url('images/bg-slider-01.jpg') no-repeat top center scroll black; */
    background: black;
/* 	background-size: cover; */
	opacity: 0;
}


.slide-04 {
    background: url('images/bg-slider-04.png') no-repeat center center scroll #0E1A12;
    background-size: cover;
	opacity: 0;	

	-webkit-transform: translateY(50px);
	-moz-transform:translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.slide-05 {
	background: url('images/bg-slider-05.jpg') no-repeat center center scroll #122117;
    background-size: cover;
	opacity: 0;	
	-webkit-transform: translateY(50px);
	-moz-transform:translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.slide-06 {
    background: #0E1A12;
/*     background-size: cover; */
	opacity: 0;	
}


.slide-01.visible,
.slide-02.visible,
.slide-03.visible,
.slide-04.visible,
.slide-05.visible,
.slide-06.visible {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}


.slide-04 h2.tituloSlider {
    text-align: center;
    color: #E2BC1B;
    margin-top: 5%;
}




.slide .tituloSlider {	
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	filter: blur(2px);
}

.slide.visible .tituloSlider {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	filter: blur(0px);
}
#parallax {
  position: absolute;
  width: 100%;
  height: 100vh;
/*   background-image: url(images/FeedVax_Fish_LayerX.png), url(images/FeedVax_Fish_Texture1.png), url(images/FeedVax_Fish_Texture2.png), url(images/FeedVax_Fish_Texture3.png); */
  background-image: 
  url(images/FeedVax_Fish_Layer2.png),
  url(images/FeedVax_Fish_Texture1.png),
  url(images/FeedVax_Fish_Layer5.png),
  url(images/FeedVax_Fish_Layer3.png),
  url(images/FeedVax_Fish_Texture2.png),
  url(images/FeedVax_Fish_Layer4.png),
  
  url(images/FeedVax_Fish_Texture3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-ms-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 2s ease-out;
}

.parragraphSlider {
    color: white;
    font-size: 23px;
    opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;

}


.slide.visible .parragraphSlider,
.bloqueCreemos01.visible .parragraphSlider{
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}


h1 {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Arial";
  text-transform: uppercase;
  opacity: .2;
  font-size: 70px;
}


.bloqueCreemos01 {
	background: url('images/bg-slider-05.jpg') no-repeat center center scroll #122117;
    background-size: cover;
    height: 100vh;
}
.bloqueCreemos01 > .container {
    padding-top: 13%;
}
.bloqueCreemos02 {
	height: 100vh;
	background: #0E1A12;
}

.bloqueCreemos02 > .container {
    padding-top: 18%;
}


.sociales {
	display: none;
    position: absolute;
    background: red;
    z-index: 999999;
    margin-top: -80px;
    right: 30px;
}

#bottomTag {
	display: none;
	position: fixed;
    bottom: 4%;
    z-index: 999999;
    width: 100%;
    text-align: center;
}
#bottomTag.visible {
	display: block;
}
.sDown {
	color: white;
	font-size: 13px;
}

.tagdropdown {
	width: 25px;
}

.tituloSlider {
	color:white;
	font-family: 'Archivo', sans-serif;
	    font-size: 65px;
}
.titu {
	z-index: 99999999;
}

.misc-03 {
    display: inline-block;
    width: 70px;
}

.equipoTitulo {
    margin: 60px 0px 0px 20px;
    color: white;
}

.equipoBajada {
color: white;
    margin: 12px 0px 0px 24px;
}

.equipoNombre {
	display: block;
	font-size: 18px;
	color: white;
	margin: 10px 0px 0px;
}
.equipoCargo {
	display: block;
	color: white;
	font-size: 14px;
	font-weight: 600;
	margin: 0px 0px 10px;
}
.owl-carousel {
	background: #10141f;
/* 	background-image: url(images/equipo-placa-textura.png), url(images/equipo-placa-bg.jpg); */
/*     background-size: cover; */
}
.owl-theme .owl-dots .owl-dot span {
    background: rgb(255 255 255 / 0.30);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -26px;
    z-index: 9999;
    position: relative;
}

/* Possible FIX */
.nooo.owl-carousel .owl-wrapper {
    display: flex !important;
}
.nooo.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
}
/* .owl-item .item { margin-left: -1px !important; } */
.owl-stage-outer::after { width: 1px; content: " "; position: absolute; top: 0; left: 0; height: 100%; background-color: #0f291d; }
.item-frase {
	position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
}

.equipo-placa {
/*     background: url(images/equipo-placa-bg.jpg) no-repeat center center scroll transparent; */
/*     background-size: cover; */
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-height: 505px;
    justify-content: center;
}
.equipo-placa::before {
    content: ' ';
/*     background: url(images/equipo-placa-textura.png) no-repeat center center scroll transparent; */
/*     background-size: cover; */
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.6;
}
.equipo-placa span {
    color: white;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    padding: 0px 20px;
    line-height: 40px;
    font-family: 'Archivo', sans-serif;
}


/* Tachado */
.tachado {
  position: relative;
  display:inline;
}
.tachado:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 10px solid #e2bc1a;
  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}


/* Laboral */
.laboralBajada {
	color:#545454;
	font-size: 13px;
	opacity: 0;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.laboralTitulo {
    font-size: 64px;
    font-weight: 600;
    color: #121212;
    margin: 10px 0px 40px;
    opacity: 0;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	filter: blur(2px);
}
.botonLaboral {
    color: #227fef;
    padding: 15px 20px;
    border-radius: 40px;
    border: 2px solid #227fef;
    font-size: 15px;
    margin-right: 10px;
    opacity: 0;
	-webkit-transition: all 0.8s ease-out 0.5s;
	-moz-transition: all 0.8s ease-out 0.5s;
	-ms-transition: all 0.8s ease-out 0.5s;
	-o-transition: all 0.8s ease-out 0.5s;
	transition: all 0.8s ease-out 0.5s;


}
.botonLaboral.activo{
    background: #227fef;
    color: white;
}
#laboral.visible,
.laboralBajada.visible,
.laboralTitulo.visible,
.botonLaboral.visible {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	    filter: blur(0px);
}


/* Partners */
#partners::after {
    content: '';
    background: black;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.4;
}

#partners::before {
    content: '';
	background: url(images/partners-outlines.png) no-repeat top right scroll transparent;
    background-size: 80%;
    background-position-x: 130%;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
}

#partners .container {
    z-index: 2;
    position: relative;
}
.partnersBajada {
	color:white;
	font-size: 13px;
	opacity: 0;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}


.partnersTitulo {
    font-size: 64px;
    font-weight: 600;
    color: white;
    margin: 10px 0px 40px;
    opacity: 0;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	filter: blur(2px);
}
.partnersBoxie {
	min-height:250px;
	font-size: 40px;	
}
.flecha-chica {
		opacity: 0;
    width: 30%;
    position: absolute;
    left: 0px;
    margin-left: -50%;
    top: -14%;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}


.flecha-grande {
		opacity: 0;
    position: absolute;
    left: 0px;
    margin-left: -47%;
    top: -28%;
    width: 40%;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
.flecha-azul {
	opacity: 0;
    width: 20%;
    position: absolute;
    left: 0px;
    margin-left: -23%;
    top: 0%;
	-webkit-transform: translateX(-150px);
	-moz-transform: translateX(-150px);
	-ms-transform: translateX(-150px);
	-o-transform: translateX(-150px);
	transform: translateX(-150px);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
.flecha-verde {
	opacity: 0;
	position: absolute;
    right: -45%;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}


.infinito {
	display: none;
    position: absolute;
    right: 0px;
   
    margin-right: -40%;	
}
.flecha-chica.visible,
.flecha-grande.visible,
.flecha-azul.visible,
.partnersBajada.visible,
.partnersTitulo.visible,
.flecha-verde.visible {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.partnersTitulo.visible {
filter: blur(0px);
}


/* Producto */

.producto-left {
	opacity: 0;
	background: url(images/tilapia-pattern-bg.png) no-repeat center center scroll #0c101c;
	color:white;
    background-size: 100%;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.producto-left.visible {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}


.tilapia-imagen {
    max-width: 270px;
    margin-top: -60px;
    margin-left: -25px;
    float: left;
}
.sin-gutters {
	padding: 0px;
}
.tilapia-titulo {
    color: white;
    margin: 20px 0px 22px;
    font-size: 35px;
}
.tilapia-misc {
	width: 100%;
    max-width: 80px;
    opacity: 0;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
.tilapia-misc.visible {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}



.tilapia-misc-sm {
    background: url(images/tilapia-misc.png) no-repeat center center scroll white;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid white;
    height: 30px;
    width: 30px;
    background-size: 62%;
    margin-top: 40px;
}


/* Hotspots */
.tilapia-hot {
	width: 110%;
	-webkit-transform: translateX(-14%);
	-moz-transform: translateX(-14%);
	-ms-transform: translateX(-14%);
	-o-transform: translateX(-14%);
	transform: translateX(-14%);
}
.hotSpotBox {
	margin-top: -100px;
}
.hotSpotLeft {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
		-webkit-transition: all 1.2s ease-out;
			 -moz-transition: all 1.2s ease-out;
				-ms-transition: all 1.2s ease-out;
				 -o-transition: all 1.2s ease-out;
						transition: all 1.2s ease-out;
    padding-top: 300px;
    filter: blur(3px);
}

.hotSpotLeft.visible {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	    filter: blur(0px);
}

/* Animation */
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity:0.8;
  }
  45% {
    transform: scale(1.75);
    opacity:0;
  }
}
@keyframes stop-pulsate {
  from {
    opacity:0.4;
  }
  to {
    transform: scale(2);
    opacity:0;
  }
}



.btn-pulse1 {
  position:absolute;
  top: 35%;
  left: 18%;
  z-index: 2;
}

.btn-pulse2 {
  position:absolute;
  top: 45%;
  left:50%;
  z-index: 2;
}
.btn-pulse3 {
  position:absolute;
    top: 55%;
    left: 80%;
    z-index: 2;
}
.btn-pulse4 {
  position:absolute;
  top: 65%;
  left: 30%;
  z-index: 2;
}
  .circle {
  	position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -0.666em auto auto -0.666em;
    background: #e2bc1b;
    border-radius: 50%;
    opacity: 0.8;
    transform-origin: 50% 50%;
    transition: opacity .2s ease-in, transform .1s ease-out;
    color: white;
    font-size: 1.5em;
    padding: 0;
    text-align: center;
    line-height: 32px;
    overflow: hidden;
  }
  .circle::before {
    content: ' ';
    display: block;
    background: white;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    border-radius: 10px;
    margin-top: -6px;
  }
  
    .circle:hover {
      opacity:1;
      cursor:pointer;
      transform:scale(1.2);
    }
    .circle:active {
      transform:scale(0.875);
    }
  .ring {
  display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -16px auto auto -16px;
    transform-origin: 50% 50%;
    border-radius: 50%;
    border: 3px solid #e2bc1b;
    opacity: 0;
    animation: pulsate 3s ease-out infinite;
  }

.btn-pulse:hover .ring {animation: none;}
  
.btn-pulse:active .ring {animation: stop-pulsate 0.3s; }

.hotSpot-titulo {}
.hotSpot-divider {
	border-top: 1px solid #207ff0;
}
.hotSpot-bajada {
	color:#545454;
}


/* Logos */
#logos {
    background: #0f291d;
    padding: 100px 0px;
    
}
#logos h3 {
    color:white!important;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* footer */
#footer {
    color: white;
    background: url(images/footer-bg.png) no-repeat center center scroll #0e1a12;
    padding: 80px 0px;
    background-size: cover;
    box-shadow: inset 0px 30px 70px rgba(0, 0, 0, 0.3);
}
#footer .tagline {
    font-size: 22px;
    max-width: 50%;
    display: block;
}
.follow {
	font-size: 13px;
    display: block;
}

.copy {
	font-size: 11px;
    display: block;
}

.newsletterInput {
    background: transparent;
    border-radius: 10px;
    border: 1px solid white;
    padding: 10px;
    min-width: 400px;
    font-size: 13px;
    position: relative;
    color: white;
    display: block;
}
.captchaInput {
    background: transparent;
    border-radius: 10px;
    border: 1px solid white;
    padding: 10px;
    min-width: 400px;
    font-size: 13px;
    position: relative;
    color: white;
    display: block;
}
.captcha-image {
	width: 130px;
	margin: 10px 0px;
	display: block;
}

.arrowNewsletter {
    transform: rotate(270deg);
    width: 15px;
    position: relative;
    margin-left: -50px;
}

.newsletterTextarea {
background: transparent;
    border: 1px solid white;
    border-radius: 10px;
    padding: 10px;
    font-size: 13px;
    min-width: 400px;
    color: white;
    display: block;
    margin-top: 10px;
}
.newsletterTextarea:focus {
    outline: none !important;
}


.newsletterSubmit {
background: #10291d;
    border-radius: 10px;
    border: 1px solid #ffffff21;
    margin-top: 10px;
    width: 400px;
    padding: 5px;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.socialLink {
	color: white;
}
.socialLink:hover {
	color: gray;
}
#bottomTag .socialLink {
	font-size: 13px;
    margin-left: 30px;    
}
.separa {}
.partner-logo {
	width: 40%;
    margin: 0 auto;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.partner-logo.visible,
#logos h3.visible {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}


ul#footerNav {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul#footerNav li {
	display: inline-block;
	margin-right: 30px;
}
ul#footerNav li a {
	color: white;
}
ul#footerNav li a:href {}
ul#footerNav li:last-child {
	margin-right: 0px;
}
.logo-footer {
	    width: 120px;
}




/* YT */
#yt-wrap{
	position: fixed;
	left: 0;
	z-index: 0;
	position: fixed;
/*
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
*/
	top: 0px;
    width: 100vw;
    height: 100vh;
    opacity: 0.9;
    overflow: hidden;

}
#yt-wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
	width: 100vw;
    height: 120vh;
}
#ytplayer video {
	height: 100%;
	width: 100%;
}


.bounce-2 {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: bounce-2;
    animation-timing-function: ease;
}
@keyframes bounce-2 {
    0%   { transform: translateY(0px); }
    25%  { transform: translateY(-3px); }
    50%  { transform: translateY(0px); }
    100% { transform: translateY(3px); }
}



/* Responsive */
@media screen and (max-width: 992px) {
	html {
		overflow-x: hidden;
	}
	.myHeader {
		padding: 0px;
		position: fixed;
		background: rgb(0 0 0 / 70%);
	}
	.logotipoMobile {
		display: block;
	    height: 27px;
	    margin: 20px 0px;
	}
	.logotipo {
		display: none;
	}
	#mainNav, #bottomTag {
		display: none!important;
	}
	#movMenu {
	    list-style: none;
	    padding: 0px;
	    margin: 0px;
	    text-align: center;
	}
	#movMenu li {
		padding: 10px 0px;
	}
	#movMenu li a {
	    color: white;
	    font-weight: 500;
	    font-size: 20px;
	}
	
	#openMenu.isVisible,
	#closeMenu.isVisible {
		display: block;
	}
	#slider-left, 
	#slider-right {
		top: 50vh;
	}
	
	#parallax {
		background-size: cover;
	}
	.slide > .container {
		padding-top: 45vh;
	}

	.slide-03 {
	    background: url('images/slide-03-mobile.jpg') no-repeat top center scroll black;
		background-size: cover;
		opacity: 0;
	}

	#yt-wrap {
	    z-index: 0;
	    position: fixed;
	    top: -100vh;
	    left: 0px;
	    width: 180vh;
	    height: 300vh;
	    opacity: 0.9;
	}
	
	.tituloSlider {
	    font-size: 25px;
	    text-align: center;
	}
	
	.parragraphSlider {
		font-size: 20px;
	}
	.bloqueManifiesto h2 {
	    font-size: 30px;
	    line-height: 44px;	
	}
	.bloqueManifiesto h2 span {
		font-size: 30px;
	    line-height: 44px;
	}

	.bloqueCreemos01 > .container {
	    padding-top: 33%;
	}

	.bloqueCreemos02 > .container {
	    padding-top: 40%;
	}
	
	.tachado:before {
		border-top: 4px solid #e2bc1a;
	}
	.hotSpotBox > .hotSpotLeft > .row {
		    padding: 15px;
	}

	.hotSpotLeft {
		padding-top: 100px;
	}
	
	.tilapia-hot {
	    width: 100%;
	    -webkit-transform: translateX(0px);
	    -moz-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	    -o-transform: translateX(0px);
	    transform: translateX(0px);
	    padding: 10px;
	    -webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}
	.hotSpotLeft.visible {
	    -webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}
	.partnersBajada {
		display: none;
	}
	
	.partnersTitulo {
		font-size: 25px;
	}
	.partnersBoxie {
	    min-height: 70px;
	    margin-top: 50px;
	}

	#equipo .container {
		padding: 0px;
	}
	
	#footer .tagline {
	    text-align: center;
	    max-width: 100%;
	}

	.hideOnMobile {
		display: none;
	}

	.newsletterInput,
	.newsletterTextarea,
	.newsletterSubmit {
		min-width: 100%;
		    width: 100%;
	}
	
	.copy {
		text-align: center;
	}


}