/*fonts*/

@font-face{
	font-family:"MontserratMedium";
	src: url("fonts/Montserrat-Medium.ttf") format("truetype");
	src: url("fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype");
	src: url("fonts/Montserrat-Medium.woff") format("woff");
	src: url("fonts/Montserrat-Medium.otf");
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family:"MontserratRegular";
	src: url("fonts/Montserrat-Regular.ttf") format("truetype");
	src: url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype");
	src: url("fonts/Montserrat-Regular.woff") format("woff");
	src: url("fonts/Montserrat-Regular.otf");
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family:"MontserratBlack";
	src: url("fonts/Montserrat-Black.ttf") format("truetype");
	src: url("fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype");
	src: url("fonts/Montserrat-Black.woff") format("woff");
	src: url("fonts/Montserrat-Black.otf");
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family:"TheRufly";
	src: url("fonts/The-Rufly.ttf") format("truetype");
	src: url("fonts/The-Rufly.eot?#iefix") format("embedded-opentype");
	src: url("fonts/The-Rufly.woff") format("woff");
	src: url("fonts/The-Rufly.otf");
	font-weight: normal;
	font-style: normal;
}



/*generals*/

*{
	margin: 0px;
	padding: 0px;
}

body{
	  background: #fff;
	  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.wrap{
	width: 100%;
	margin: 0px;
}

/*cabecera*/

#header{
	width: 100%;
	height: 70px;
	background-color: #020206;
	font-family: MontserratRegular;
	color: #fff;
}

#logotipo{
	display: flex;
	padding: 15px;
	cursor: pointer;
	overflow: hidden;
	transition: all 300ms;
}

#logotipo img{
	margin: 0 auto;
}

nav{
	background-color: #263677;
	text-align:center;
	height: auto;
	display: flex;
	width:100%;
	position: relative;
    z-index: 100;
}

nav ul:nth-child(1){
	margin: 0 auto;
}

nav ul{
	height: 35px;
}

nav ul li{
	font-size: 19px;
	display: inline-block;
	margin: 10px 20px 10px 20px;
}



nav ul li a{
	color: #fff;
	font-weight: lighter;
	text-decoration: none;
	display: block;
	transition: all 200ms;
}

nav ul li a:hover{
	color: #D7FFF2;
	transform: scale(1.2, 1.2);
}

nav div{
	cursor: pointer;
	transition: all 200ms;
}

nav div:hover{
	color: #D7FFF2;
	transform: scale(1.2, 1.2);
}

#banner{
	width: auto;
	height: 90vh;
	min-height: 750px;
	background-image: url("../img/header.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 39px;
	margin-right: 0;
    margin-left: 0;
	position: relative;
	display: grid;  
    grid-template-columns: 100px 100px 100px;  
    grid-template-rows: 50px 50px;  
	/*overflow: hidden;*/
}

#logo_habypets{
	display: block;
	position: relative;
	top: 100px;
}


#logo_habypets img{
	margin: 0 auto;
	max-width: 550px;
    height: auto;
	margin-left: 10%;
	position: absolute;
}

#slogan{
	font-family: MontserratBlack;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	display: block;
    position: relative;
	font-size: 30px;
	width: 550px;
    margin: 0 auto;
	left: -11%;
	top: 313px;
}

#slogan p{
    text-align: center;
}

#casita{
	display: block;
	z-index: 100;
    position: inherit;
    margin-bottom: -15%;
}

#casita img{
	float: right;
    width: 100%;
	max-width: 750px;
	height: 560px;
	position: absolute;
    left: 60%;
	object-fit: cover;
    object-position: bottom;
}

.bannerinternos{
	width: auto;
	height: 35vh;
	min-height: 250px;
	background-image: url("../img/headerinterno.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	display: grid;  
    grid-template-columns: 100px 100px 100px;  
    grid-template-rows: 50px 50px;  
	/*overflow: hidden;*/
}

.titlecontent{
	font-family: MontserratRegular;
	font-weight: bold;
	color: #263677;
	text-align: center;
	font-size: 35px;
}

.titlecontentinter{
	font-family: MontserratRegular;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px #263677;
	font-size: 35px;
	top: 25%;
    position: relative;
}

.subtitlecontentinter{
	font-family: MontserratRegular;
	font-weight: bold;
	color: #263677;
	text-align: center;
	/*text-shadow: 4px 4px 2px rgba(0,0,0,0.22);*/
	font-size: 25px;
}
.developers{
	display: inline-block;
	text-align: center;
	animation: fadeIn 4s;
  	opacity: 1;
}
.developersparrafo{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
@keyframes fadeIn{
    from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.developers img{
	width: 75%;
    height: auto;
    display: block;
    max-width: 470px;
    border-radius: 10px;
	margin: 0 auto;
}
.developersul{
	width: 66%;
	height: 150px;
    margin: 0 auto;
}
.ctct-gdpr-text{
	font-size: 10px !important;
	}
.ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
    margin: 0 auto;
}
div.ctct-form-embed form.ctct-form-custom input.ctct-form-element{
	height: 35px !important;
	}
div.ctct-form-embed form.ctct-form-custom label.ctct-form-label{
	margin-bottom: 0 !important;
}
.formstyles{
	font-family: MontserratRegular;
	display: inline-block;
	margin: 0 auto;
	height: 85vh;
	z-index: 200;
	padding:2em;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.80);
    position: relative;
}

.formstyles input{ 
	width: 100%;
    max-width: 100%;
    border-radius: 10px;
    padding: 0.5em;
	background: rgba(0, 0, 0, 0.42);
	color: #fff;
	border: none;
}

.formstyles input[type='checkbox'] { 
	background: rgba(0, 0, 0, 0.42);
	color: #fff;
	border: none;
	width: 20px;
	position: relative;
	cursor: pointer;
}

.formstyles input[type=checkbox]:before {
         content: "";
         display: block;
         position: absolute;
         width: 16px;
         height: 16px;
         top: 0;
         left: 0;
         border-radius: 3px;
         background-color: #000;
}
.formstyles input[type=checkbox]:checked:after {
         content: "";
         display: block;
         width: 5px;
         height: 10px;
         border: solid #8aad6a;
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: 2px;
         left: 6px;
}

.formstyles input::placeholder{
	color: #fff;
}

.formstyles textarea{ 
	width: 100%;
    max-width: 350px;
    border-radius: 10px;
    padding: 0.5em;
	background: rgba(0, 0, 0, 0.42);
	color: #fff;
	border: none;
}

.formstyles textarea::placeholder{
	color: #fff;
	font-family: MontserratRegular;
}

.formstyles button{ 
	width: 100%;
    max-width: 100%;
    border-radius: 10px;
    padding: 0.5em;
	background: #000;
	color: #fff;
	margin: 0px 30px 0px 30px;
	cursor: pointer;
}
.formstyles button:hover{ 
	background: #474747;

}

.formstyles label{ 
	color: #000;
	font-size: 15px;
}


input:focus,
textarea:focus,
select:focus,
a:focus {
  outline: none;
}

.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 205;
  width:100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.42);
}

.x-button{
	border-radius: 50%;
    width: 35px;
    height: 35px;
    background: white;
    display: block;
    font-weight: bold;
    position: absolute;
	right: 0;
    top: 0;
	z-index: 201;
}

.perrito{
	width: 100%;
	min-width: 160px;
}


/*#prefooter{
	display: flex;
	margin-top: -32%;
	position: inherit;
}

#prefooter img{
	width: 100%;
}
*/
.container{
	width: calc(100% - 0.5em);
    max-width: 1440px;
    margin: 0 auto;
    z-index: 105;
    position: relative;
	padding: 5em;
}

#botones{
	display: flex;
	position: relative;
	top: 300px;
	left: 0%;
	z-index: 101;
}

#botones img{
	margin: 1em;
	cursor: pointer;
	width: 25%;
	min-width: 220px;
	padding: 1em;
}

.apple{
	margin-left: 22% !important;
}

.google{
	margin-right: 22% !important;
}

a .apple:hover{
	transform: scale(1.1, 1.1);
	transition: all 200ms;
	border-radius: 15px;
	padding: 0em !important;
	box-shadow: 1px 7px 53px 35px rgba(192,204,24,0.75);
	-webkit-box-shadow: 1px 7px 53px 35px rgba(192,204,24,0.75);
	-moz-box-shadow: 1px 7px 53px 35px rgba(192,204,24,0.75);
}

a .google:hover{
	transform: scale(1.1, 1.1);
	transition: all 200ms;
	border-radius: 15px;
	padding: 0em !important;
	box-shadow: 1px 7px 53px 35px rgba(192,204,24,0.75);
	-webkit-box-shadow: 1px 7px 53px 35px rgba(192,204,24,0.75);
	-moz-box-shadow: 1px 7px 53px 35px rgba(192,204,24,0.75);
}

.perrito{
	 animation: perrito 2s linear infinite;
}

/* Keyframes */
@keyframes perrito {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}



footer{
	background-color: #101232;
	height: auto;
}

footer a, footer span{
	color: #fff;
	font-family: MontserratRegular;
	text-align: center;
	display: inline-block;
}

.footercontainer{
	display: flex;
	width: 100%;
}

.footercontainer span{
	margin: 0 auto;
}

#logo_habypets_footer{
	margin: 0 auto;
	display:flex;
}


#logo_habypets_footer img{
	padding: 40px;
    width: 40%;
    min-width: 150px;
    margin: 0 auto;
}

#redes{
	padding: 0;
    list-style: none;
    margin: 0 auto;
}

#redes ul{
	display: inline-flex;
    list-style: none;
	margin: 40px;
	height: auto;
}

#redes li{
	margin: 2px;
	display: inline-block;
	position: relative;
    font-size: 1.2em;
}

.fa {
  padding: 20px;
  width: 10px;
  height: 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background: #fff;
  color:#000;
}


.fa-facebook:hover{
  background: #3B5998;
  color: white;
}
.fa-instagram:before{
    right: 30%;
    top: 25%;
    position: absolute;
}
.fa-instagram:hover{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	color: white;
}

.fa-twitter-x svg{
  right: 25%;
  top: 25%;
  position: absolute;
}

.fa-twitter-x:hover{
  background: #000;
  color: white;
}

.fa-twitter-x svg:hover{
  filter: brightness(0) invert(1);
}

.fa-tiktok svg{
  right: 30%;
  top: 25%;
  position: absolute;
}

.fa-tiktok:hover{
  filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}

.fa-tiktok svg:hover{
  filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}

.fa-discord svg{
	right: 18%;
	top: 25%;
	position: absolute;
}

.fa-discord:hover{
	background: #718bd6;
}

.fa-discord svg:hover{
	filter: brightness(0) invert(1);
}

.fa-linkedin:before {
    right: 30%;
    top: 25%;
    position: absolute;
}
.fa-linkedin:hover{
	background: #0077b5;
	color: white;
}

.fa-datchat:hover{
	background: #f6a41c;
	color: white;
}

.fa-datchat:before {
    content: url('../img/datchat.png');
	right: 0%;
    top: 20%;
    position: absolute;
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
	#banner{
		width: auto;
	}
	#logo_habypets{
		display: block;
		position: relative;
		top: 115px;
	}
	#logo_habypets img{
		margin: 0 auto;
		height: auto;
		width: 100%;
		min-width: 300px;
		left: 50px;
	}

	#slogan{
		top: 280px;
		position: relative;
		font-size: 20px;
		width: 317px;
		left: 50%;
	}

	#slogan p{
		text-align: center;
	}

	#casita{
		z-index: 100;
	}

	#casita img{
		width: 100%;
		max-width: 410px;
		height: auto;
		left: 0;
		top: 55%;
	}
	#botones{
		display: flex;
		position: relative;
		top: 550%;
		z-index: 50;
		left: 65%;
	}
	#botones a{
		display: flex;
	}
	#botones img{
		margin: 0 auto;
		cursor: pointer;
		width: 15%;
		min-width: 150px;
	}

	.apple{
		margin: 0% auto !important
	}

	.google{
		margin: 0% auto !important
	}
	#logo_habypets_footer {
		margin: 0 auto;
		display: flex;
	}
	#logo_habypets_footer img {
		margin: 0 auto;
		width: 65%;
		min-width: 150px;
	}
}

/*menu*/

.menu_bar {
	display:none;
}

@media screen and (max-width:800px ) {
	nav {
		width:80%;
		height:auto;
		z-index: 104;
		z-index: 104;
		left: -100%;
		margin:0;
		position: relative;
	}

	nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}

	.menu_bar {
		display:block;
		width:100%;
		background:#263677;
		z-index: 100;
		position: relative;
	}

	.menu_bar .bt-menu {
		display:block;
		padding:10px;
		background:#263677;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.menu_bar span {
		float:right;
		font-size:40px;
	}
	.formstyles{
		padding:1em;
	}
	.sent-notification{
		font-size: 20px;
		text-align: center;
		color: #3aa11b;
	}
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 3px 9px;
  z-index: 100;
  color: #000;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a{
	color: #000;
	font-size: 12px;
}

.dropdown-content a:hover{
	color: #263677;
	font-size: 12px;
	transform: none;
	border-bottom: solid 0.5px gray;
}

/*Galeria*/

.pen {
  max-width: 635px;
  height: 180vh;
  width: 100%;
  margin: 50px auto 0;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-animation: 1s appear 1 forwards;
  -moz-animation: 1s appear 1 forwards;
  -o-animation: 1s appear 1 forwards;
  animation: 1s appear 1 forwards;
}

.stage {
  max-width: 635px;
  width: 100%;
  height: 400px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.element {
  background: green;
  width: 202px;
  -webkit-transform-origin: 50% 50%;
  height: inherit;
  margin: 0 7px 0 0;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  cursor: pointer;
  overflow: hidden;
}
.element.active {
  width: 282px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.element.inactive {
  width: 162px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.4;
}
.element.galleryone {
  background: url('../img/gallery1.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.element.gallerytwo {
  background: url('../img/gallery2.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.element.gallerythree {
  background: url('../img/gallery3.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.element.galleryfour {
  background: url('../img/gallery4.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.element.galleryfive {
  background: url('../img/gallery5.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.element.gallerysix {
  background: url('../img/gallery6.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.element.galleryseven {
  background: url('../img/gallery7.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.element.galleryeight {
  background: url('../img/gallery8.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.element.gallerynine {
  background: url('../img/gallery9.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.element.galleryten {
  background: url('../img/gallery10.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.element:last-of-type {
  margin: 0;
}

#phrase1{
	position: relative;
	top: -22%;
	font-family: MontserratBlack;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
	text-shadow: 2px 2px #263677;
	text-align: center;
	padding: 0.5em;
}

.active #phrase1{
	position: relative;
	top: 5%;
	background: rgba(0, 0, 0, 0.42);
	transition: all 200ms;
}
#phrase2{
	position: relative;
	top: -22%;
	font-family: MontserratBlack;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
	text-shadow: 2px 2px #263677;
	text-align: center;
	padding: 0.5em;
}

.active #phrase2{
	position: relative;
	top: 5%;
	background: rgba(0, 0, 0, 0.42);
	transition: all 200ms;
}
#phrase3{
	position: relative;
	top: -22%;
	font-family: MontserratBlack;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
	text-shadow: 2px 2px #263677;
	text-align: center;
	padding: 0.5em;
}

.active #phrase3{
	position: relative;
	top: 5%;
	background: rgba(0, 0, 0, 0.42);
	transition: all 200ms;
}

#phrase4{
	position: relative;
	top: -24%;
	font-family: MontserratBlack;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
	text-shadow: 2px 2px #263677;
	text-align: center;
	padding: 0.5em;
}

.active #phrase4{
	position: relative;
	top: 5%;
	background: rgba(0, 0, 0, 0.42);
	transition: all 200ms;
}
#phrase5{
	position: relative;
	top: -22%;
	font-family: MontserratBlack;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
	text-shadow: 2px 2px #263677;
	text-align: center;
	padding: 0.5em;
}

.active #phrase5{
	position: relative;
	top: 5%;
	background: rgba(0, 0, 0, 0.42);
	transition: all 200ms;
}
#phrase6{
	position: relative;
	top: -24%;
	font-family: MontserratBlack;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
	text-shadow: 2px 2px #263677;
	text-align: center;
	padding: 0.5em;
}

.active #phrase6{
	position: relative;
	top: 5%;
	background: rgba(0, 0, 0, 0.42);
	transition: all 200ms;
}

#phrase7{
	position: relative;
	top: -22%;
	font-family: MontserratBlack;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
	text-shadow: 2px 2px #263677;
	text-align: center;
	padding: 0.5em;
}

.active #phrase7{
	position: relative;
	top: 5%;
	background: rgba(0, 0, 0, 0.42);
	transition: all 200ms;
}
#phrase8{
	position: relative;
	top: -22%;
	font-family: MontserratBlack;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
	text-shadow: 2px 2px #263677;
	text-align: center;
	padding: 0.5em;
}

.active #phrase8{
	position: relative;
	top: 5%;
	background: rgba(0, 0, 0, 0.42);
	transition: all 200ms;
}
#phrase9{
	position: relative;
	top: -22%;
	font-family: MontserratBlack;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
	text-shadow: 2px 2px #263677;
	text-align: center;
	padding: 0.5em;
}

.active #phrase9{
	position: relative;
	top: 5%;
	background: rgba(0, 0, 0, 0.42);
	transition: all 200ms;
}

#phrase10{
	position: relative;
	top: -22%;
	font-family: MontserratBlack;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
	text-shadow: 2px 2px #263677;
	text-align: center;
	padding: 0.5em;
}

.active #phrase10{
	position: relative;
	top: 5%;
	background: rgba(0, 0, 0, 0.42);
	transition: all 200ms;
}

@media all and (min-width: 900px) {
  .pen {
    max-width: 100%;
	padding: 2em;
  }
  .element {
    width: 400px;
  }
  .element.inactive {
    width: 370px;
  }
  .element.active {
    width: 450px;
  }
  .stage {
    max-width: 100%;
    height: 400px;
  }
}
@media all and (max-width: 660px) {
  .pen {
    max-width: 335px;
	padding: 0.2em;
	height: 455vh;
  }
  .element {
    width: 350px;
  }
  .element.inactive {
    width: 61px;
  }
  .element.active {
    width: 181px;
  }
  .stage {
    max-width: 335px;
  }
}
@-webkit-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*Infografia*/

.infographic-title {
    font-size: 36px;
    display: inline-block;
    line-height: 32px;
    font-weight: 100;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 100px;
    margin-top: 50px;

}
.infographic-title .inner-title {
	font-family: MontserratBlack;
    font-weight: bold;
    text-transform: uppercase;
    color: #263677;
    display: block;
    position: inherit;
    font-size: 30px;
    width: 550px;
    margin: 0 auto;
    left: -22%;
}
.infographic-title .inner-title span {
	padding-left: 60px;
	padding-right: 10px;
}
.infographic-title .inner-title strong {
	padding-right: 10px;
}
.infographic {
	margin-top: 50px;
  text-align: center;
  transition: all 0.75s ease-in-out;
}
.infographic img {
	display: block;
	width: 100%;
}
.infographic .item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  display: inline-block;
  margin-right: 25px;
  padding: 20px;
  width: 350px;
  height: 400px;
  list-style: none;
  text-align: left;
  font-size: 160%;
  color: #fff;
  position: relative;
  transition: all 0.75s ease;
  background: #fff;
  z-index: 1;
}
.infographic .item:after {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}

.infographic .item1 {
  top: -20px;
}

.infographic .item2 {
  margin-left: -30px;
  top: -80px;
  z-index: 3;
}

.infographic .item3 {
  margin-left: -30px;
  top: 10px;
  z-index: 2;
}

.infographic .item4 {
  margin-left: -30px;
  top: -30px;
  z-index: 1;
}

.infographic .item5 {
  margin-left: -30px;
  top: -32px;
  z-index: 2;
}

.infographic .item6 {
  margin-left: -30px;
  top: -80px;
  z-index: 3;
}

.infographic .item7 {
  margin-left: -30px;
  top: 30px;
  z-index: 1;
}

.infographic .item8 {
  margin-left: -30px;
  top: -30px;
  z-index: 2;
}


.item4,
.item.5,
.item.6,
.item.7,
.item,8 {
  /*prepared for tablet view -top: height 100% + 20 */
}

.infographic .uppercase {
  color: #263677;
  text-transform: uppercase;
  font-family: MontserratBlack;
  font-weight: bold;
  text-align: center;
}
.infographic .lowercase {
  color: #263677;
  /*text-transform: lowercase;*/
}

.infographic .item span {
	position: absolute;
	transition: all 0.75s ease-in-out;
	z-index: 9;
	font-size: 14px;
	font-weight: bold;
}
.infographic .item span.uppercase {
  bottom: 50px;
}

.infographic .item span.lowercase {
  bottom: 10px;
}

.infographic .item:hover {
  cursor: pointer;
  background-color: #fff;
  padding: 40px;
  top: -10px;
  z-index: 4;
}
.infographic .item1:hover,
.infographic .item2:hover,
.infographic .item3:hover,
.infographic .item4:hover {
  margin-left: 0px;
  margin-right: 60px;
}
.infographic .item5:hover,
.infographic .item6:hover,
.infographic .item7:hover,
.infographic .item8:hover {
  margin-left: 0px;
  margin-right: 60px;
}
.infographic .item:hover:after {
  opacity: 0;
}
.infographic .item:hover > object {
  display: block;
}
.infographic .item:hover > .lowercase {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  left: 10px;
  width: 93%;
  background: rgba(0, 0, 0, 0.42);
}
.infographic .item:hover > .uppercase {
  bottom: 20%;
  color: #fff;
  font-size: 18px;
  left: 10px;
  width: 93%;
  letter-spacing: -1px;
  text-shadow: 2px 2px #263677;
  background: rgba(0, 0, 0, 0.42);
}

@media (max-width:768px) {
  .infographic .item {
    height: 90px;
    width: 40%;
  }
}
@media (max-width:480px) {
  .infographic .item {
    height: 60px;
    width: 90%;
  }
}

/*Historias*/

#bodyslider{
	position: relative;
	min-height: 85vh;
}


.slider__navi {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 999;
}

.slider__navi a {
	display: block;
	height: 45px;
	width: 45px;
	border-radius: 30px;
	margin: 20px 0;
	text-indent: -9999px;
	box-shadow: none;
	border: none;
	background: rgba(0,0,0,0.2);
}

.slider__navi a.active {
	background: rgba(255,255,255,1);
}

.flex__container {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap; 
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	height: 100vh;
	width: 100%;
	z-index: 1;
}

.flex__container.flex--active {
	z-index: 2;
}

.text--big {
	font-family: MontserratBlack;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 45px;
    margin: 0 auto;
    text-shadow: 2px 2px #263677;
    text-align: center;
    padding: 0.5em;
	margin-left: -8px;
}

.text--normal {
	font-size: 17px;
    line-height: 22px;
    font-family: MontserratMedium;
    color: #fff;
    text-align: center;
}

.text__background {
	font-family: 'Poppins', sans-serif;
	position: absolute;
	left: 72px;
	bottom: -60px;
	color: rgba(0,0,0,0.05);
	font-size: 170px;
	font-weight: 700;
}

.flex__item {
	height: 80vh;
	color: #fff;
	transition: transform 0.1s linear;
}

.flex__item--left {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	width: 65%;
	transform-origin: left bottom;
	transition: transform 0.1s linear 0.4s;
	opacity: 0;
	position: relative;
	overflow: hidden;
}
@media only screen  and (max-width : 320px) {
	.slider__navi a {
	display: block;
	height: 25px;
	width: 25px;
	border-radius: 30px;
	margin: 20px 0;
	text-indent: -9999px;
	box-shadow: none;
	border: none;
	background: rgba(0,0,0,0.2);
}
.text--normal {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 22px;
	margin-top: -30px;
	text-align:justify;
}

.text--big {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 110px;
    margin-left: -8px;
}
.flex__item--left {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	width: 100%;
	transform-origin: left bottom;
	transition: transform 0.1s linear 0.4s;
	opacity: 0;
	position: relative;
	overflow: hidden;
}
.flex__item--right {
	display:none;
}
}
@media only screen  and (min-device-width : 320px) and (max-device-width : 480px) {
	.slider__navi a {
		display: block;
		height: 25px;
		width: 25px;
		border-radius: 30px;
		margin: 20px 0;
		text-indent: -9999px;
		box-shadow: none;
		border: none;
		background: rgba(0,0,0,0.2);
	}
	.text--normal {
		font-size: 13px;
		color: rgba(255, 255, 255, 0.8);
		line-height: 22px;
		text-align:justify;
	}
	.text--big {
		font-size: 30px;
		font-weight: 700;
		margin-left: -8px;
	}
	.flex__item--left {
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		width: 100%;
		transform-origin: left bottom;
		transition: transform 0.1s linear 0.4s;
		opacity: 0;
		position: relative;
		overflow: hidden;
	}
	.flex__item--right {
		display:none;
	}
	.flex__content{
		margin-top: -125%;
	}
	.slider_img{
		width: 80%;
		max-width: 300px;
		min-height: 300px;
	}
}
@media only screen  and (min-device-width : 768px) and (max-device-width : 1024px) {
	.slider__navi a {
	display: block;
	height: 25px;
	width: 25px;
	border-radius: 30px;
	margin: 20px 0;
	text-indent: -9999px;
	box-shadow: none;
	border: none;
	background: rgba(0,0,0,0.2);
}
.text--normal {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 22px;
	margin-top: -30px;
	text-align:justify;
}

.text--big {
	font-size: 30px;
	font-weight: 700;
	line-height: 110px;
    margin-left: -8px;
}
.flex__item--left {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	width: 100%;
	transform-origin: left bottom;
	transition: transform 0.1s linear 0.4s;
	opacity: 0;
	position: relative;
	overflow: hidden;
}
.flex__item--right {
	display:none;
}
}
.flex__item--right {
	width: 35%;
	transform-origin: right center;
	transition: transform 0.1s linear 0s;
	opacity: 0;
}

.flex--preStart .flex__item--left,
.flex--preStart .flex__item--right,
.flex--active .flex__item--left,
.flex--active .flex__item--right {
	opacity: 1;
}

/* slider amarillo */

.flex--amarillo .flex__item--left {
	background: #f8d41f;
}

.flex--amarillo .flex__item--right {
	background: #f4ecc5;
}

/* slider celeste */

.flex--celeste .flex__item--left {
	background: #3e9fe6;
}

.flex--celeste .flex__item--right {
	background: #d3eaef;
}

/* slider rojo */

.flex--rojo .flex__item--left {
	background: #f64f37;
}

.flex--rojo .flex__item--right {
	background: #ffebcd;
}

/* slider azul */

.flex--azul .flex__item--left {
	background: #476089;
}

.flex--azul .flex__item--right {
	background: #ade8f7;
}

/* slider negro */

.flex--negro .flex__item--left {
	background: #424242;
}

.flex--negro .flex__item--right {
	background: #a7bcbb;
}

/* slider gris */

.flex--gris .flex__item--left {
	background: #7c7a7a;
}

.flex--gris .flex__item--right {
	background: #E7E7E7;
}

/* slider verde */

.flex--verde .flex__item--left {
	background: #759b59;
}

.flex--verde .flex__item--right {
	background: #cad34c;
}
	
.flex__content {
	margin-left: 80px;
	width: 55%;
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: transform 0.2s linear 0.2s, opacity 0.1s linear 0.2s;
}

.slider_img {
	position: absolute;
	bottom: 270px;
	right: 10%;
	max-height: 30vw;
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: opacity 0.43s 0.6s, transform 0.4s 0.65s cubic-bezier(0, 0.88, 0.4, 0.93);
}

/* Animate-START point */

.flex__container.animate--start .flex__content {
	transform: translate3d(0,-200%,0);
	opacity: 0;
}

.flex__container.animate--start .slider_img {
	transform: translate3d(-200px,0,0);
	opacity: 0;
}

/* Animate-END point */

.flex__container.animate--end .flex__item--left {
	transform: scaleY(0);
}

.flex__container.animate--end .flex__item--right {
	transform: scaleX(0);
}

.flex__container.animate--end .flex__content {
	transform: translate3d(0,200%,0);
	opacity: 0;
}

.flex__container.animate--end .slider_img {
	transform: translate3d(200px,0,0);
	opacity: 0;
}

@media only screen and (min-width: 1080px) and (max-width: 1658px) {
	nav ul li{
		font-size: 19px;
	}
	#bodyslider {
		min-height: 65vh;
	}
	.flex__item {
		height: 60vh;
	}
	.flex__container{
		height: 80vh;
	}
	.slider_img{
		bottom: 188px;
		max-height: 25vw;
	}
}

/*historia ordenada*/
.parallaxbacground {
  background-image: url("../img/parque.png");
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow:inset 0 0 0 2000px rgb(0 0 0 / 10%);
  overflow: hidden;
}

.timeline {
    position: relative;
    padding:2em;
    margin-top:22px;
    list-style: none;
	height: 1210px;
}

.timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 190px;
    height: 0px;
    right:-385px;
}

.timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 70px;
    left:-100px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
    min-height: 170px;
}

/*.timeline > li .timeline-panel {
    color: #888888;
    font-family: 'MontserratRegular';
    padding: 35px 35px 35px 35px;
    border-radius: 50px;
	width: 25%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 43%, rgba(227,227,227,1) 86%);
}*/
.timeline-body {
    color: #888888;
    font-family: 'MontserratRegular';
    padding: 1em;
    border-radius: 20px;
	width: 15%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 43%, rgba(227,227,227,1) 86%);
}
.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 40%;
    border: 7px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 5px #4582ec;
    width: 250px;
    height: 250px;
    margin-left: -100px;
	overflow: hidden;
}
.cardimage{
	will-change: transform;
	transition: 2s all ease;
}

.yellow {
    background-color: #e2b93e;
}
/* .yellow:hover {
    position: relative;
	transform: translateY(15px) scale(1.2);
	transition: 2s all ease;
} */
.textyellow{
	position: relative;
    left: 15%;
}

.red {
    background-color: #dc3545;
}
/* .red:hover {
    position: relative;
	transform: translateY(15px) scale(1.2);
	transition: 2s all ease;
} */
.textred{
	position: relative;
	z-index: 100;
}

.blue {
    background-color: #0dcaf0;
}
/* .blue:hover {
    position: relative;
	transform: translateY(-10px) scale(1.2);
	transition: 2s all ease;
} */
.textblue{
	position: relative;
	left: 15%;
}

.green {
    background-color: #198754;
}
/* .green:hover {
    position: relative;
	transform: translateY(15px) scale(1.2);
	transition: 2s all ease;
} */
.textgreen{
	position: relative;
	z-index: 100;
}

.purple {
    background-color: #723ee2;
}
/* .purple:hover {
    position: relative;
	transform: translateY(-10px) scale(1.2);
	transition: 2s all ease;
} */
.textpurple{
	position: relative;
	left: 15%;
}

.orange {
    background-color: #fd7626;
}
/* .orange:hover {
    position: relative;
	transform: translateY(15px) scale(1.2);
	transition: 2s all ease;
} */
.textorange{
	position: relative;
	z-index: 100;
}

.scarlet {
    background-color: #b00000;
}
/* .scarlet:hover {
    position: relative;
	transform: translateY(-10px) scale(1.2);
	transition: 2s all ease;
}
 */
.textscarlet{
	position: relative;
	left: 15%;
}

.timeline>li .timeline-image .img-responsive{
	width: 100%;
}
.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: none;
    padding: 0 30px 20px 20px;
    text-align: left;
	left: 48%;
    position: relative;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 22px;
    margin-bottom: 4px;
    padding: 0;
    font-family: MontserratBlack;
    font-size: 125%;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 4px #444141;
}
.timeline-heading {
	width: 15%;
}
.timeline .timeline-heading h4 span {
    background: #263677;
    border-radius: 20px;
    padding: 0.2em;
    display: inline-block;
}

.titulospan{
	font-family: MontserratBlack;
    font-size: 125%;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 4px #444141;
    background: #263677;
    border-radius: 20px;
    padding: 0.2em;
    display: inline-block;	
}

.timeline .timeline-heading h4.subheading {
  margin:0;
  padding:0;
  text-transform: none;
  font-size:18px;
  color:#333333;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
    color:#808080;
}
/*
.timeline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 690px;
    width: 4px;
    height:350%;
    background-color: #3b5998;
    -ms-transform: rotate(-44deg); 
    -webkit-transform: rotate(-44deg); 
    transform: rotate(-44deg);
    box-shadow: 0 0 5px #4582ec;
}

.timeline>li:nth-child(even) .line:before  {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 500px;
    width: 4px;
    height:130%;
    background-color: #3b5998;
    -ms-transform: rotate(44deg); 
    -webkit-transform: rotate(44deg); 
    transform: rotate(44deg);
    box-shadow: 0 0 5px #4582ec;
}*/

/* Medium Computer, .visible-md-* */
@media only screen and (min-width: 1366px) and (max-width: 1657px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 60%;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 28%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
   .timeline-body{
	  width: 65%;
	  padding: 1em;
	  font-size: 12px;
  }
  .timeline-heading {
    width: 70%;
	font-size: 12px;
  }
  .yellow{
	  left: 25% !important;
  }
  .textyellow {
    top: 15px;
	left: 0%;
	}
  .textred {
    top: 0;
	left: 72%;
	width: 30%;
  }
  .blue{
    top: 240px;
	left: 25% !important;
  }
  .textblue{
    left: 0%;
    top: 240px;
  }
  .green{
	top: 240px;
  }
  .textgreen {
    top: 240px;
    left: 75%;
    width: 25%;
  }
  .purple{
	top: 480px;
    left: 25% !important;
  }
  .textpurple {
    top: 480px;
	left: 0%;
  }
  .orange{
	top: 480px;
  }
  .textorange {
    top: 480px;
    width: 25%;
	}
  .scarlet {
    top: 720px;
    left: 25% !important;
  }
  .textscarlet {
    top: 720px;
	left: 0%;
  }
  .parallaxbacground {
    height: auto;
  }
  .timeline>li.timeline-inverted>.timeline-panel {
    float: none;
    padding: 0 30px 20px 20px;
    text-align: left;
	left: 79%;
    position: relative;
	}
}
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1040px) {
	nav ul {
		height: auto;
	}
   #casita img {
		width: 35%;
		max-width: 400px;
		height: 295px;
	}
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 59%;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 28%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
   .timeline-body{
	  width: 70%;
	  padding: 0.5em;
	  font-size: 12px;
  }
  .timeline-heading {
    width: 70%;
	font-size: 12px;
  }
  .yellow{
	left: 25% !important;
  }
  .textyellow {
    top: 15px;
	left: 0%;
	}
  .textred {
    top: 10px;
	width: 30%;
  }
  .blue{
    top: 250px;
	left: 25% !important;
  }
  .textblue{
	top: 300px;
    left: 0%;
  }
  .green{
	top: 250px;
  }
  .textgreen {
    top: 230px;
    width: 25%;
  }
  .purple{
	top: 500px;
    left: 25% !important;
  }
  .textpurple {
    top: 555px;
	left: 0%;
  }
  .orange{
	top: 490px;
  }
  .textorange {
    top: 480px;
    width: 25%;
	}
  .scarlet {
    top: 750px;
    left: 25% !important;
  }
  .textscarlet {
    top: 765px;
    left: 0% !important;
  }
  .parallaxbacground {
    height: auto;
  }
  .timeline>li.timeline-inverted>.timeline-panel {
    float: none;
    padding: 0 30px 20px 20px;
    text-align: left;
	left: 83%;
    position: relative;
	}
}
/* Small Devices, Tablets */
@media (min-width: 992px) and (max-width: 1040px) {
	 nav ul {
		height: auto;
	}
	#logo_habypets img {
		top: 562%;
		left: 50%;
	}
	#slogan{
		top: 600%;
		left: 20%;
	}
	#botones{
		top: 600%;
		left: 500%;
	}
	#botones img {
		min-width: 130px;
		padding: 0;
	}
	#casita img {
		width: 100%;
		max-width: 543px;
		height: auto;
		left: 45%;
		top: 280px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
   nav ul {
		height: auto;
	}
	#logo_habypets img {
		margin: 0 auto;
		height: auto;
	}
	#slogan{
		top: 605%;
		left: 45%;
	}
	#botones{
		top: 550%;
		left: 150%;
	}
	#botones img {;
		min-width: 200px;
	}
	#casita img {
		width: 100%;
		max-width: 543px;
		height: auto;
		left: 40%;
		top: 280px;
	}
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 66%;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 10%;
    margin-left: 0px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 35%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
  .timeline-body{
	  width: 70%;
	  padding: 0.5em;
	  font-size: 12px;
  }
  .timeline-heading {
    width: 70%;
	font-size: 12px;
  }
  .yellow{
	  left: 10% !important;
  }
  .textyellow {
    top: 15px;
	left: 45%;
	}
  .red{
	top: 110px;
   }
  .textred {
    top: 100px;
	width: 30%;
  }
  .blue{
    top: 250px;
  }
  .textblue{
    left: 43%;
    top: 272px;
    width: 28% !important;
  }
  .green{
	top: 380px;
  }
  .textgreen {
    top: 340px;
    width: 28%;
  }
  .purple{
	top: 520px;
    left: 10% !important;
  }
  .textpurple {
    top: 570px;
    left: 44%;
    width: 28% !important;
  }
  .orange{
	top: 650px;
  }
  .textorange {
    top: 650px;
    width: 30%;
	}
  .scarlet {
    top: 825px;
    left: 10% !important;
  }
  .textscarlet {
    top: 850px;
    left: 45% !important;
	width: 30% !important;
  }
  .parallaxbacground {
    height: auto;
  }
  .timeline>li.timeline-inverted>.timeline-panel {
    left: 40%;
}
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
	nav ul {
		height: auto;
	}
  .timeline{
	  height: 1950px;
  }
  .timeline > li:nth-child(even) {
    right: 0px;
	margin-bottom: 190px;
  }
  .timeline > li:nth-child(odd) {
    left: 0px;
	height: 220px;
  }
  .timeline>li .timeline-image {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 294px;
    position: relative;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
	left: -15px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px;
    left: 190px;
  }
  .timeline > li .line {
    display: none;
  }
  .timeline-body{
	  width: 70%;
	  padding: 0.5em;
	  font-size: 12px;
  }
  .timeline-heading {
    width: 70%;
	font-size: 12px;
  }
  .textyellow {
    top: 15px;
	width: 66% !important;
	}
  .textred {
    top: 20px;
    width: 66% !important;
  }
  .blue{
	top: -15px;
	}
   .textblue {
	width: 66% !important;
	}
  .green{
	top: 25%;
  }
  .textgreen {
    top: 17px;
	width: 66% !important;
  }
  .purple{
	top: 50px;
  }
  .textpurple {
    top: 70px;
	width: 66% !important;
  }
  .orange{
	top: 45px;
  }
  .textorange {
    top: 66px;
	width: 66% !important;
  }
  .scarlet {
    top: 185px;
  }
  .textscarlet {
    top: 205px;
	width: 66% !important;
  }
  .parallaxbacground {
    height: auto;
  }
}

/*Paralax*/

*, *::before, *::after {
  box-sizing: border-box;
}

.cajas{
	position: absolute;
	
}

.cajas h4 {
    margin-top: 22px;
    margin-bottom: 4px;
    padding: 0;
    font-family: MontserratBlack;
	font-size: 125%;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
	text-shadow: 2px 4px #444141;
}
.cajas > h4 > span{
	background: #263677;
	border-radius: 20px;
	padding: 10px 10px 10px 10px;
	display: inline-block;
}
.cajas p{
	color: #888888;
    font-family: 'MontserratRegular';
    padding: 35px 35px 35px 35px;
	border-radius: 50px;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 43%, rgba(227,227,227,1) 86%);
}

.zero{
	width: 700px;
    height: 500px;
    top: -105% !important;
    left: 85% !important;
	font-size: 55px;
}

.one{
	width: 700px;
    height: 500px;
    top: 5% !important;
    left: 195% !important;
	font-size: 55px;
}

.two{
	width: 700px;
    height: 400px;
    top: 95% !important;
    left: 19% !important;
	font-size: 45px;
}

.three{
	width: 700px;
    height: 300px;
    top: 234% !important;
    left: 94% !important;
	font-size: 40px;
}

.four{
	width: 550px;
    height: 300px;
    top: 355% !important;
    left: 97% !important;
	font-size: 35px;
}

.five{
	width: 950px;
    height: 500px;
    top: 450% !important;
    left: 211% !important;
	font-size: 70px;
}

.six{
	width: 950px;
    height: 500px;
    top: 610% !important;
    left: 111% !important;
	font-size: 70px;
}

.parallax {
  position: relative;
  top: 0;
  -webkit-perspective: 100px;
  perspective: 100px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  /*left: 50%;*/
  right: 0;
  bottom: 0;
  margin-left: -980px;
  background-image: url("../img/parque.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 10%);
   scrollbar-width: none;  /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}
.parallax::-webkit-scrollbar {
    display: none;
}
.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.parallax__layer img {
  display: block;
  position: absolute;
  bottom: 0;
}

.parallax__cover {
  background: transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 6000px;
  z-index: 2;
}

.parallax__layer__0 {
	transform: translateZ(-360px) scale(1.5);
    left: 25%;
    top: -130%;
}

.parallax__layer__0 img{
	width: 1200px;
}

.parallax__layer__1 {
	transform: translateZ(-310px) scale(1.5);
	left: 135%;
    top: -39%;
}
.parallax__layer__1 img{
	width: 1200px;
}

.parallax__layer__2 {
	transform: translateZ(-260px) scale(1.5);
	left: 60%;
    top: 80%;
}

.parallax__layer__2 img{
	width: 1200px;
}

.parallax__layer__3 {
	transform: translateZ(-210px) scale(1.5);
	left: 135%;
    top: 190%;
}

.parallax__layer__3 img{
	width: 1200px;
}

.parallax__layer__4 {
	transform: translateZ(-235px) scale(1.5);
	left: 40%;
    top: 330%;
}

.parallax__layer__4 img{
	width: 1200px;
}

.parallax__layer__5 {
	transform: translateZ(-480px) scale(1.5);
	left: 150%;
    top: 430%;
}

.parallax__layer__5 img{
	width: 1400px;
}

.parallax__layer__6 {
	transform: translateZ(-500px) scale(1.5);
	left: 50%;
    top: 600%;
}

.parallax__layer__6 img{
	width: 1185px;
}

.circleparallax{
	border: 7px solid #fff;
    border-radius: 100%;
    width: 1200px;
    height: 1200px;
	overflow: hidden;
}

@media only screen and (min-width: 800px) and (max-width: 1040px) {
	nav ul li{
		font-size: 12px;
	}
	#banner {
			width: auto;
			height: 45vh;
	}
	/*#casita img {
		width: 30%;
	}*/
	.zero{
		top: -110% !important;
		left: 150% !important;
	}

	.one{
		top: 60% !important;
		left: 198% !important;
	}

	.two{
		top: 370% !important;
		left: 60% !important;
	}

	.three{
		top: 340% !important;
		left: 140% !important;
	}

	.four{
		top: 520% !important;
		left: 125% !important;
	}

	.five{
		top: 630% !important;
		left: 240% !important;
	}

	.six{
		top: 820% !important;
		left: 170% !important;
	}
	.parallax__layer__0 {
		left: 65%;
		top: -125%;
	}

	.parallax__layer__1 {
		left: 130%;
		top: 25%;
		width: 900px;
		height: 900px;
	}
	.parallax__layer__1 img{
		width: 895px;
	}

	.parallax__layer__2 {
		left: 60%;
		top: 230%;
		width: 860px;
		height: 860px;
	}

	.parallax__layer__2 img{
		width: 848px;
	}

	.parallax__layer__3 {
		left: 135%;
		top: 200%;
		width: 860px;
		height: 860px;
	}

	.parallax__layer__3 img{
		width: 850px;
	}

	.parallax__layer__4 {
		left: 65%;
		top: 480%;
		width: 800px;
		height: 800px;
	}

	.parallax__layer__4 img{
		width: 787px;
	}

	.parallax__layer__5 {
		left: 150%;
		top: 590%;
	}

	.parallax__layer__5 img{
		width: 1188px;
	}

	.parallax__layer__6 {
		left: 80%;
		top: 800%;
	}

	.parallax__layer__6 img{
		width: 1185px;
	}

}
@media only screen and (min-width: 1041px) and (max-width: 1365px) {
	#banner {
		width: auto;
		height: 63vh;
	}
	#casita img {
		max-width: 605px;
		height: auto;
		left: 50%;
		top: 30%;
	}
	#logo_habypets {
		top: 345%;
		left: 150%;
	}
	#slogan{
		left: 50%;
		top: 765%;
	}
	#botones{
		top: 720%;
		left: 150%;
	}
	nav ul li{
		font-size: 11px;
		}
}
@media only screen and (min-width: 1366px) and (max-width: 1657px) {
	nav ul li{
			font-size: 19px;
		}
	#banner {
		width: auto;
		height: 75vh;
	}
	#casita{
		margin-bottom: 0%;
	}
	#casita img {
		width: 50%;
		max-width: 755px;
		height: auto;
		left: 50%;
		top: 25%;
	}
	#logo_habypets {
		top: 345%;
		left: 150%;
	}
	#slogan{
		top: 825%;
		left: 150%;
	}
	#botones{
		top: 825%;
		left: 150%;
	}
	.zero{
		top: -85% !important;
		left: 98% !important;
	}

	.one{
		top: 5% !important;
		left: 213% !important;
	}

	.two{
		top: 382% !important;
		left: 30% !important;
	}

	.three{
		top: 395% !important;
		left: 155% !important;
	}

	.four{
		top: 550% !important;
		left: 111% !important;
	}

	.five{
		top: 750% !important;
		left: 225% !important;
	}

	.six{
		top: 930% !important;
		left: 125% !important;
	}
	.parallax__layer__0 img{
		width: 1200px;
	}

	.parallax__layer__1 {
		left: 140%;
		top: -39%;
	}
	.parallax__layer__1 img{
		width: 1200px;
	}

	.parallax__layer__2 {
		left: 60%;
		top: 230%;
	}

	.parallax__layer__2 img{
		width: 1200px;
	}

	.parallax__layer__3 {
		left: 135%;
		top: 190%;
	}

	.parallax__layer__3 img{
		width: 1200px;
	}

	.parallax__layer__4 {
		left: 40%;
		top: 515%;
	}

	.parallax__layer__4 img{
		width: 1200px;
	}

	.parallax__layer__5 {
		left: 150%;
		top: 700%;
	}

	.parallax__layer__5 img{
		width: 1400px;
	}

	.parallax__layer__6 {
		left: 50%;
		top: 910%;
	}

	.parallax__layer__6 img{
		width: 1185px;
	}

}
@media only screen and (min-width: 1920px){
	#casita img {
		width: 55%;
		max-width: 1106px;
		height: auto;
		left: 40%;
		top: 10%;
	}
	#logo_habypets {
		top: 400%;
		left: 150%;
	}
	#slogan{
		top: 825%;
		left: 150%;
	}
	#botones {
		top: 825%;
		left: 150%;
	}
}

@media only screen and (min-width: 1658px) and (max-width: 1919px){
	#banner{
		height: 70vh;
	}
	#casita{
		margin-bottom: 17%;
	}
	#casita img {
		width: 55%;
		max-width: 750px;
		height: 615px;
		left: 50%;
		top: 15%;
	}
	#logo_habypets{
		top: 400%;
		left: 150%;
	}
	#slogan{
		top: 825%;
		left: 150%;
	}
	#botones {
		top: 825%;
		left: 150%;
	}
	.zero{
		top: -90% !important;
		left: 90% !important;
	}

	.one{
		top: -5% !important;
		left: 200% !important;
	}

	.two{
		top: 120% !important;
		left: 15% !important;
	}

	.three{
		top: 255% !important;
		left: 93% !important;
	}

	.four{
		top: 375% !important;
		left: 103% !important;
	}

	.five{
		top: 570% !important;
		left: 218% !important;
	}

	.six{
		top: 725% !important;
		left: 118% !important;
	}

	.parallax__layer__0 {;
		left: 25%;
		top: -120%;
	}

	.parallax__layer__0 img{
		width: 1200px;
	}

	.parallax__layer__1 {
		left: 135%;
		top: -39%;
	}
	.parallax__layer__1 img{
		width: 1200px;
	}

	.parallax__layer__2 {
		left: 60%;
		top: 100%;
	}

	.parallax__layer__2 img{
		width: 1200px;
	}

	.parallax__layer__3 {
		left: 135%;
		top: 190%;
	}

	.parallax__layer__3 img{
		width: 1200px;
	}

	.parallax__layer__4 {
		left: 40%;
		top: 350%;
	}

	.parallax__layer__4 img{
		width: 1200px;
	}

	.parallax__layer__5 {
		left: 150%;
		top: 560%;
	}

	.parallax__layer__5 img{
		width: 1400px;
	}

	.parallax__layer__6 {
		left: 50%;
		top: 700%;
	}

	.parallax__layer__6 img{
		width: 1185px;
	}

}

@media only screen and (min-width: 360px) and (max-width: 768px) {
.zero{
    top: -156% !important;
    left: 212% !important;
    font-size: 37px;
}

.one{
    top: 20% !important;
    left: 205% !important;
	font-size: 40px;
}

.two{
    top: 95% !important;
    left: 135% !important;
    font-size: 32px;
}

.three{
    top: 239% !important;
    left: 159% !important;
    font-size: 30px;
}

.four{
    top: 378% !important;
    left: 125% !important;
    font-size: 26px;
}

.five{
    top: 430% !important;
    left: 265% !important;
    font-size: 53px;
}

.six{
    top: 715% !important;
    left: 270% !important;
    font-size: 55px;
}

.parallax__layer__0 {
    left: 155%;
    top: -145%;
	width: 500px;
    height: 500px;
}

.parallax__layer__0 img{
	width: 500px;
	height: 500px;
}

.parallax__layer__1 {
	left: 195%;
    top: -60%;
    width: 500px;
    height: 500px;
}
.parallax__layer__1 img{
	width: 500px;
}

.parallax__layer__2 {
	left: 135%;
    top: 13%;
	width: 500px;
    height: 500px;
}

.parallax__layer__2 img{
	width: 500px;
}

.parallax__layer__3 {
	left: 158%;
    top: 160%;
	width: 500px;
    height: 500px;
}

.parallax__layer__3 img{
	width: 500px;
}

.parallax__layer__4 {
	left: 113%;
    top: 300%;
	width: 500px;
    height: 500px;
}

.parallax__layer__4 img{
	width: 500px;
}

.parallax__layer__5 {
	left: 192%;
    top: 432%;
    width: 650px;
    height: 650px;
}

.parallax__layer__5 img{
	width: 640px;
}

.parallax__layer__6 {
	left: 270%;
    top: 602%;
    width: 670px;
    height: 670px;
}

.parallax__layer__6 img{
	width: 660px;
}
}
