body{
	background: #1D1D1DFF;
}

/*--------Estilos Cursor animado----------*/

.main {
  font-size: 0px;
}

canvas {
  position: fixed;
  background: black !important;
  z-index: -1;
  top: 0;
}


/*--------Fin Estilos Cursor animado----------*/

.container-all-items{
	width: 500%;
	display: flex;
	justify-content: center;
	margin: auto;
	margin-top: -540px;
}

.container-all1{
	width: 20%;
	z-index: -999;
	margin-top: -210px;
}
.container-all2{
	width: 80%;
	max-height: 100vh;
	overflow-y: scroll;
	margin-top: -140px;
	overflow-x: hidden;
}

.container-all2 img{
	width: 100%;
}

.Title-index h1{ 
	font-family: Merry; 
	font-size: 90px;
	color: #FFFFFFFF;
	margin-left: 120px; 
	margin-bottom: -80px;
}

.Title-index{
	margin-bottom: 100px;
}

/*-------------Estilos hover letras---------------*/

h1 {
  font-size: 4rem;
}

.bounce {
  animation-name: bounce;
}

.bouncing-letters span {
  animation-timing-function: linear;
  animation-duration: 1s;
  animation-iteration-count: 1;
  display: inline-block;
}

.bouncing-letters span:hover{
	color: #2FCCCCFF;
}

@keyframes bounce {
  20%,
  50%,
  80%,
  to {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1.75, 0.65);
  }
  45% {
    transform: scale(1.75, 0.65);
  }
  70% {
    transform: scale(1.25, 0.75);
  }
  90% {
    transform: scale(1.15, 0.85);
  }
}

.main {
  font-size: 0px;
	color: #1D1D1DFF;
	border: none;
}

.letter1{
	color: #2FCCCCFF;
}
/*-------------Fin Estilos hover letras---------------*/

/*-----ESTILOS BANNER-------*/

html { height:100%; }
		body {
			min-height: 100%;
			height: auto !important;
			
      margin:0px;
		}
		.banner {
			padding-top: 50px;
			background-color:  none;
			overflow: hidden;
			min-height: 700px;
		}
		#parallxWrapper {
			margin:auto;
			height:540px;
			width:1000px;
		}
		.parallxBackground {
			height:100%;
			background-image:url("../imagenes/contacto1.jpg");
			border-radius:10px;
			padding:10px;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
		}
		.parallxLayerLogo {
			width:300px;
			height:225px;
			margin-top:50px;
			margin-left:50px;
			background-image:url("https://i.imgur.com/9A9KbR8.png");
			position:absolute;
			-webkit-transform:translateZ(90px);
			-webkit-transition: all 0.2s;
			transform:translateZ(90px);
			transition: all 0.2s;
			display: none;
		}
		.parallxLayer:hover {
			-webkit-transform:scale(1.05);
			-webkit-transform:translateZ(30px);
			transform:scale(1.05);
			transform:translateZ(30px);
			cursor:pointer;
		}
		.parallxLayerRStar{
			width:100px;
			height:90px;
			margin-left:880px;
			margin-top:450px;
			float:right;
			background-image:url("https://i.imgur.com/Mh37eRt.png");
			position:absolute;
			-webkit-transform:translateZ(20px);
			transform:translateZ(20px);
			display: none;
		}
		.parallxLayerShooter{
			width:1000px;
			height:694px;
			float:right;
			background-image:url("../imagenes/contacto3.png");
			position:absolute;
			-webkit-transform:translateZ(50px);
			transform:translateZ(50px);
			background-repeat:  no-repeat;
			margin-top: 90px;
		}		
		.parallxLayerRStar:hover {
			-webkit-transform:scale(1.05);
			-webkit-transform:translateZ(30px);
			transform:scale(1.05);
			transform:translateZ(30px);
			cursor:pointer;
		}


h2, .h2 {
    font-size: 30px;
}
h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.lead {
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 20px;
}

body {
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.col-md-8 {
  min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


/*------FIN ESTILOS BANNER----*/

.Title-index h1{
	text-align: center;
	margin-left: 0;
	margin-bottom: 100px;
}

@media only screen and (max-width: 1000px) {

.container-all-items{
  display: flex;
  flex-direction: column;
  margin-top: 00px;
} 
.container-all1{
  width: 100%;
  background: blue;
}

.container-all2{
  width: 100%;
  margin-top: 70px;
  overflow-x: hidden;
}

.banner{
	height: 700px;
	
}

.parallxBackground{
	height: 700px;;
}

.section2{
	margin-top: 100px;
}

.formulario .info4 .input1 input{
	max-width: 87%;
}

.formulario .info4 .input2 input{
	max-width: 87%;
}

.formulario{
	overflow: hidden;
}

iframe{
	margin-top: 550px;
	height: 1000px;
	width: 90%;
	margin-bottom: -500px;
}

.mapa{
	height: 0px;
	margin-bottom: 1750px;
}

.mapa center{
	height: 0px;
}

.input-form input{
	position: relative;
	z-index: 99999999999;
}

.nav-bottom{
	z-index: 99999999999999999;
}

.main-footer{
	max-width: 95%;
}
}
