/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/




.red-required {
	border-color: #C4000A;
}

/* test texto linea */





.inputText 				{
	margin-top: 20px;
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:300px;
  border:none;
  border-bottom:1px solid #757575;
  margin-left: auto;
}
input:focus 		{ outline:none; }

/* LABEL ======================================= */
.labelText 				 {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  position: absolute;
  z-index: 20;
}





/* gradient */
.gradient{
	background: linear-gradient(90deg, rgba(208,44,47,1) 0%, rgba(66,144,202,1) 50%, rgba(0,157,157,1) 100%);
}


/* background de colores*/
.bg-germany {
    color: #fff;
    background: -webkit-linear-gradient(90deg, #D02C2F 33%, rgba(0, 0, 0, 0) 33%), -webkit-linear-gradient(90deg, #4290CA 66%, #009D9D 66%);
    background: -o-linear-gradient(90deg, #D02C2F 33%, rgba(0, 0, 0, 0) 33%), -o-linear-gradient(90deg, #4290CA 66%, #009D9D 66%);
    background: -moz-linear-gradient(90deg, #D02C2F 33%, rgba(0, 0, 0, 0) 33%), -moz-linear-gradient(90deg, #4290CA 66%, #009D9D 66%);
    background: linear-gradient(90deg, #D02C2F 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(90deg, #4290CA 66%, #009D9D 66%);
}

.card-holder {
	margin: 2em 0;
  }
  
  .card {
	font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', sans-serif;
	font-size: 3em;
	font-weight: 800;
	height: 4em;
	width: 100em;
	padding: 0.5em 1em;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: -2px;
  }
  
  .card .subtle {
	font-size: 0.5em;
	font-weight: 400;
	letter-spacing: -1px;
  }
  
  .card i {
	font-size: 3em;
  }


/* header */

.header {
	background-color: #fff;
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
	position: fixed;
	width: 100%;
	z-index: 3;
}

.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background-color: #fff;
}

.header li a {
	display: block;
	padding: 25px 30px;
	/* border-right: 1px solid #f4f4f4; */
	text-decoration: none;
	font-size: 32px;
	text-align-last: right;
}

.header li a:hover,
.header .menu-btn:hover {
	background-color: #f4f4f4;
}

.header .logo {
	display: block;
	float: left;
	font-size: 2em;
	padding: 10px 20px;
	text-decoration: none;
}

/* menu */

.header .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 28px 20px;
	position: relative;
	user-select: none;
}

.header .menu-icon .navicon {
	background: #333;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.header .menu-icon .navicon:before {
	top: 5px;
}

.header .menu-icon .navicon:after {
	top: -5px;
}

/* menu btn */

.header .menu-btn {
	display: none;
}

.header .menu-btn:checked~.menu {
	max-height: 440px;
}

.header .menu-btn:checked~.menu-icon .navicon {
	background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
	transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
	top: 0;
}


@media (min-width: 975px) {
	.header li {
		float: left;
	}

	.header li a {
		padding: 10px 10px;
	}

	.header .menu {
		clear: none;
		float: right;
		max-height: none;
	}

	.header .menu-icon {
		display: none;
	}
}
/* .slideshow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
  }
  
  .slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 1s ease;
  }
  
  .slideshow img:first-child {
	z-index: 1;
  }
  
  .slideshow img:not(:first-child) {
	transform: translateX(-100%);
  }
  
  .slideshow img:last-child {
	z-index: 2;
  }
  
  .slideshow img.active {
	transform: translateX(-100%);
  }
  
  @keyframes slideshow {
	0% {
	  transform: translateX(0);
	}
	33.33% {
	  transform: translateX(0);
	}
	66.66% {
	  transform: translateX(-100%);
	}
	100% {
	  transform: translateX(-100%);
	}
  }
  
  .slideshow img {
	animation: slideshow 9s infinite;
	animation-delay: 3s;
  }
   */

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

  */
.slideshow {
	list-style-type: none;
}

/** SLIDESHOW **/
.slideshow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
  }
  
  .slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 1s ease;
  }

.slideshow,
.slideshow:after {
	top: -16px;
	/*Not sure why I needed this fix*/
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	z-index: 0;
}

.slideshow li span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	z-index: 0;
	/* animation: imageAnimation 12s linear infinite 0s; */
}

.slideshow li span:first-child {
	z-index: 1;
  }
  
  .slideshow li span:not(:first-child) {
	transform: translateX(-100%);
  }
  
  .slideshow li span:last-child {
	z-index: 2;
  }
  
  .slideshow li span.active {
	transform: translateX(-100%);
  }



.slideshow li:nth-child(1) span {
	background-image: url("../Imagenes/IMG_9162-1030x773.jpg");
}

.slideshow li:nth-child(2) span {
	background-image: url("../Imagenes/SC-16-1030x687.jpg");
	animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
	background-image: url("../Imagenes/IMG_7609.jpg");
	animation-delay: 12s;
}


.slideshow img:first-child {
	z-index: 1;
  }
  
  .slideshow img:not(:first-child) {
	transform: translateX(-100%);
  }
  
  .slideshow img:last-child {
	z-index: 2;
  }
  
  .slideshow img.active {
	transform: translateX(-100%);
  }






@keyframes imageAnimation {
	0% {
		opacity: 1;
	  transform: translateX(0);
	}
	33.33% {
		opacity: 1;
	  transform: translateX(0);
	}
	66.66% {
		opacity: 1;
	  transform: translateX(0%);
	}
	88.8% {
		opacity: 1;
	  transform: translateX(-100%);
	}
	100% {
		opacity: 1;
	  transform: translateX(-100%);
	}
  }


@keyframes titleAnimation {
	0% {
		opacity: 0
	}

	19% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}



.slideshow img {
	animation: slideshow 9s infinite;
	animation-delay: 3s;
  }