body::-webkit-scrollbar-track
{
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 12px;
  background-color: #1B0213;
}

body::-webkit-scrollbar
{
  width: 12px;
  background-color: #1B0213;
  padding: 3px;
}

body::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #FF00B3;
  border: 3px solid #1B0213;
}

.big-sho {
  font-family: 'Big Shoulders Display', cursive;
}

#img-separador {
	width: auto;
	bottom: -7px;
	right: 0px;
	z-index: 100;
}

#imagen-celular {
	bottom: -60px;
	width: 85%;
	max-width: 450px;
	left: 60px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ffffff40;
}

.form-control::placeholder {
    color: #ffffff;
}

.form-control:-ms-input-placeholder {
  color: #ffffff;
}

.form-control::-ms-input-placeholder {
  color: #ffffff;
}

.logo-head {
  	width: 200px;
}

.section {
  padding-bottom: 6rem;
  padding-top: 6rem; 
}

.separador {
	margin-bottom: -3px;
	margin-top: -10rem;
}

.parallax {
    font-weight: 200;
    font-size: 3rem;
    opacity: 1 !important;
}

.text-small {
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.text-normal {
  font-size: 1rem;
  line-height: 1.1rem;
}

.text-normal-dos {
  font-size: 1.5rem;
  line-height: 1.6rem;
}

.text-big {
  font-size: 2rem;
  line-height: 2.2rem;
}

.text-ultra-big {
    font-size: 3rem;
    line-height: 3.2rem;
}

.text-head {
  font-size: 4.5rem;
  line-height: 5rem;
}

.text-inicio {
  width: 35%;
  top: 15%;
  left: 5%;
}

.italic {
	font-style: oblique;
}

.thin {
  font-weight: 100;
}

.ultra-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

.book {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ultra-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.15rem;
}

input:focus{
  outline: none;
  border-color: red;
  box-shadow: 0 0 3px red;
  -moz-box-shadow: 0 0 3px red;
  -webkit-box-shadow: 0 0 3px red;
}

@media (max-width: 576px)
{

	#img-separador {
		width: 100%;
		bottom: -8px;
		right: 0px;
	}

	#imagen-celular {
		bottom: -60px;
		width: 280px;
		left: 135px;
		display: none;
	}

  .logo-head {
    width: 180px;
  }

  .img-head {
      height: 260px;
  }

  .text-small {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  
  .text-normal {
    font-size: 1rem;
    line-height: 1.1rem;
  }
  
  .text-normal-dos {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  
  .text-big {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  
  .text-ultra-big {
      font-size: 2rem;
      line-height: 2.2rem;
  }
  
  .text-head {
      font-size: 3rem;
      line-height: 3.4rem;
  }

  .text-inicio {
    width: 80%;
  }

}

@media  (min-width: 577px) and (max-width: 749px)
{

  .logo-head {
	  width: 200px;
	}

	.img-head {
	   	height: 100px;
	}

	.text-small {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  
  .text-normal {
    font-size: 1rem;
    line-height: 1.1rem;
  }
  
  .text-normal-dos {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
  
  .text-big {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  
  .text-ultra-big {
      font-size: 3rem;
      line-height: 3.2rem;
  }
  
  .text-head {
      font-size: 3rem;
      line-height: 3.4rem;
  }

  .text-inicio {
    width: 75%;
  }

}

@media  (min-width: 750px) and (max-width: 1000px)
{
  .logo-head {
	  width: 250px;
	}

	.img-head {
	  height: 160px;
	}

	.text-small {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  
  .text-normal {
    font-size: 1rem;
    line-height: 1.1rem;
  }
  
  .text-normal-dos {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
  
  .text-big {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  
  .text-ultra-big {
      font-size: 3rem;
      line-height: 3.2rem;
  }
  
  .text-head {
      font-size: 3rem;
      line-height: 3.4rem;
  }

  .text-inicio {
    width: 60%;
  }

}

@media  (min-width: 1000px) and (max-width: 1200px)
{

	.logo-head {
	  width: 200px;
	}

	.img-head {
	  height: 180px;
	}

	.text-small {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  
  .text-normal {
    font-size: 1rem;
    line-height: 1.1rem;
  }
  
  .text-normal-dos {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
  
  .text-big {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  
  .text-ultra-big {
      font-size: 3rem;
      line-height: 3.2rem;
  }
  
  .text-head {
      font-size: 5rem;
      line-height: 5.3rem;
  }

  .text-inicio {
    width: 50%;
  }

}

@media  (min-width: 1200px) and (max-width: 1400px)
{
	
  .logo-head {
	  width: 250px;
	}

	.img-head {
	  height: 180px;
	}

	.text-small {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  
  .text-normal {
    font-size: 1rem;
    line-height: 1.1rem;
  }
  
  .text-normal-dos {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
  
  .text-big {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  
  .text-ultra-big {
      font-size: 3rem;
      line-height: 3.2rem;
  }
  
  .text-head {
      font-size: 5rem;
      line-height: 5.3rem;
  }

  .text-inicio {
    width: 40%;
  }

}

@media  (min-width: 1401px) and (max-width: 1600px){
	
  .img-head {
	  height: 220px;
	}

}


/* Efecto de Flotar */
@keyframes floating {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}

.efecto-flotante {
  display:block;
  width:auto;
  animation: 5s infinite alternate floating;
}


/* Acordion Horizontal */



.accordion {

  width:100%;
  max-width:1080px;
  height:450px;
  overflow:hidden;
  margin:50px auto;
  border-radius: 50px;

}

.accordion ul {

    width:100%;
    display:table;
    table-layout:fixed;
    margin:0;
    padding:0;

}

.accordion ul li {
	display:table-cell;
	vertical-align:bottom;
	position: relative;
	width: 14.285%; /* cambiar dependiendo de la cantidad */
	height: 450px;
	background-repeat:no-repeat;
	background-position:center center;
	transition:all 500ms ease;
}

.accordion ul li div {
    display:block;
    overflow:hidden;
    width:100%;
}

.accordion ul li div a {
    display:block;
    height:450px;
    width:100%;
    position:relative;
    z-index:3;
    vertical-align: bottom;
    padding:15px 40px;
    box-sizing:border-box;
    color:#fff;
    text-decoration:none;
    transition: all 200ms ease;
}

.accordion ul li div a * {
    opacity:0;
    margin:0;
    width:75%;
    /*text-overflow:ellipsis;*/
    position:relative;
    z-index:5;
    /*white-space:nowrap;*/
    overflow:hidden;
    -webkit-transform:translateX(-20px);
    transform:translateX(-20px);
    -webkit-transition:all 400ms ease;
    transition:all 400ms ease;
}

.accordion ul li div a h2 {
    text-overflow:clip;
    text-transform:uppercase;
    margin-bottom:2px;
    top:45%;
}
          
.accordion ul li div a p {
    top:45%;
}
    
/* Background images */
/*.accordion ul li:nth-child(1) {background-size: cover; background-position: center;}
.accordion ul li:nth-child(2) {background-size: cover; background-position: center;}
.accordion ul li:nth-child(3) {background-size: cover; background-position: center;}
.accordion ul li:nth-child(4) {background-size: cover; background-position: center;}
.accordion ul li:nth-child(5) {background-size: cover; background-position: center;}*/
.accordion ul:hover li, .accordion ul:focus-within li {width:8%;}
.accordion ul li:focus {outline: none;}
.accordion ul:hover li:hover, li:focus, .accordion ul:focus-within li:focus {width:60%;}
.accordion ul:hover li:hover, li:focus, .accordion ul:focus-within li:focus a {background:rgba(0,0,0,.6);}
.accordion ul:hover li:hover, li:focus, .accordion ul:focus-within li:focus a * {opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}
.accordion ul:hover li {width: 8% !important;} 
.accordion ul:hover li a * {opacity: 0 !important;}
.accordion ul:hover li:hover {width:60% !important;}
/*.accordion ul:hover li:hover a {background:rgba(0,0,0,.6);}*/
.accordion ul:hover li:hover a * {opacity:1 !important;-webkit-transform:translateX(0);transform:translateX(0);}


/* Stack items */
@media screen and (max-width: 600px) {
    .accordion {height:auto;}
    .accordion ul,ul:hover {position:relative;display:table;table-layout:fixed;width:100%;-webkit-transition:none;transition:none;}
    .accordion li,li:hover {position:relative;display:table;table-layout:fixed;width:100%;-webkit-transition:none;transition:none;}
}

/* Icono de Menu Animado */

.menu {
  	background-color: transparent;
  	border: none;
  	cursor: pointer;
  	display: flex;
 	padding: 0;
 	z-index: 9999;
	transform: scale(0.5);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

.menu:focus {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  z-index: 9999;
  transform: scale(0.5);
}

.line {
  fill: none;
  stroke: #ff00b3;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}