/* general */ 

.fp-tableCell{
	padding-top: 0px !important;
}

section:nth-of-type(1) h2, section:nth-of-type(1) h3, section:nth-of-type(1) h4{
	color: #455a64;
}

section:nth-of-type(2){
	/*background-color: #ffa726 !important;*/
	background-color: #ffd180 !important;
}

section:nth-of-type(3){
	/*background-color: #ffa726 !important;*/
	background-color: #cfd8dc !important;
}

section:nth-of-type(2) img{
	width: 90%;
	max-width: 400px;
}	

section:nth-of-type(3) i.g-estado-cara, section:nth-of-type(3) i.g-estado-cara2, section:nth-of-type(3) i.g-estado-cara3{
	font-size: 20rem !important;
}

h1{
	font-size: 35px;
}

h4{
	font-weight: 300;
}

section:nth-of-type(3) h2{
	font-size: 3rem;
}

.btn-finish{
	font-size: 1.5em;
}

.jumbotron p{
	font-size: 1.2em;
}

section:nth-of-type(3) p{
	text-align: center;
}

h1, h2, h3, h4{
	text-align: left !important;
	color: #455a64;
}

h1.text-center, h2.text-center, h3.text-center, h4.text-center{
	text-align: center !important;
}

section:nth-of-type(1) h1, section:nth-of-type(1) h2{
	margin: 0px;
}

section:nth-of-type(2) h2, section:nth-of-type(2) h3, section:nth-of-type(3) p{
	color: #455a64;
}

section:nth-of-type(3) h1{
	text-align: center !important;
}

h2{
	font-size: 2.2rem;
	font-weight: 400;
}

.logo-g{
	position: fixed;
	left: 10px;
	top: 15px;	
	z-index: 101;
}

.logo-g img{
	height: 10vh;
}

.jumbotron{
	background-color: transparent;
}

.correcto{
	color: #4caf50 !important;
}

.b-correcto{
	border: 2px solid #4caf50 !important;
}

.incorrecto{
	color: #ff5252 !important;
}

.indeterminado{
	color: #f97c00 !important;
}

/* ghost button - vertical effect */

.ghost-btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(255,255,255,0.65);
	border: #fff;
}

.ghost-btn:hover{
	border-radius: 15px;
}

.ghost-btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.ghost-btn:hover, .ghost-btn:visited{
	/*color: #fff;*/
	color: #455a64;
	text-decoration: none;
}

.ghost-btn-v {
	color: #455a64;
	border-style: solid;
	border-width: 2px;
	height: 70px;
	min-width: 260px;
	font-size: 16px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ghost-btn-v:active {
	background: transparent;
	top: 2px;
}

.ghost-btn-v span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
	text-transform: uppercase;
	font-weight: 700;
}

.ghost-btn-v:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5 !important;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.ghost-btn-va:hover span {
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
	text-transform: uppercase;	
}

.ghost-btn-va:before {
	left: 0;
	top: -100%;
}

.ghost-btn-va:hover:before {
	top: 0;
}

/* ghost button - horizontal effect */

.ghost-btn-h {
	color: #1a1a1a;
	border-style: solid;
	border-width: 2px;
	height: 50px;
	min-width: 200px;
	font-size: 16px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 14px 20px;
}

.ghost-btn-h:active {
	background: transparent;
	top: 2px;
}

.ghost-btn-h span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
	text-transform: uppercase;
	font-weight: 700;
}

.ghost-btn-h:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5 !important;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.ghost-btn-hb:hover span {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
}

.ghost-btn-hb:before {
	left: -100%;
	top: -12px;
}

.ghost-btn-hb:hover:before {
	left: 0;
}

/* cookies */

.cc_container .cc_btn{
	font-size: 1.2rem !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited{
	background-color: #fff !important;
}

.cc_container .cc_btn:hover{
	background-color: #bbb !important;
}

.cc_container a, .cc_container a:visited{
	color: #e2007a !important;
}

/* medias queries */

@media screen and (min-width: 992px){
	.cc_container .cc_message{
		font-size: 1.2rem !important; 
	}
}

@media screen and (max-width: 768px){	
	
	h1{
		margin: 10px 0px;
		height: auto;
		line-height: 20px;
		font-size: 2rem;
	}
		
	h2, section:nth-of-type(3) h2{
		font-size: 1.6rem !important;
	}	
	
	h3{		
		font-size: 1.5rem;		
	}
	
	.jumbotron p, h4, .ghost-btn-h, .ghost-btn-v{
		font-size: 1.2rem;
	}
	
	section:nth-of-type(2) img{
		width: 50%;
	}
	section:nth-of-type(2) #svgimage{
		width: 50%;
		padding-bottom: 80% !important; 
	}
	
	section:nth-of-type(3) i.g-estado-cara, section:nth-of-type(3) i.g-estado-cara3{
		font-size: 10rem !important; 
	}
		
	.jumbotron{
		padding-top: 100px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.ghost-btn-h{
		padding: 17px 15px;
	}
	
	.ghost-btn-v{
		padding: 20px 30px;
		height: 55px;
	}
	
	.container{
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.sp-xs{
		margin-bottom: 30px;
	}
	
	section:nth-of-type(1) h1, section:nth-of-type(1) h2{
		margin: 5px;	
	}
}

@media screen and (max-width: 991px){
	
		
	h3, h4{
		text-align: left !important;
	}
	
	h3.text-center, h4.text-center{
		text-align: center !important;
	}
	 
	h1, h2, section:nth-of-type(1) h3{
		text-align: center !important;
	}
	
	section:nth-of-type(2) #svgimage{
		width: 50%;
		padding-bottom: 50%; 
	}
}

.error-msg{
	font-style: italic;
	text-align: center;
}

.text-center{
	text-align: center;
}

.buttons{
	padding-top: 25px;
}

.bold{
	font-weight: bold;
}

#external-download{
    font-size: 0.85em;
    margin: 10px 0 0 0;
    text-align: justify;
}
#external-download a{
	color: inherit;
	text-decoration: underline;
}

.fp-slidesNav.bottom{
	display: none;
}

.language-selector{
	position: fixed;
	right: 15px;
	top: 15px;	
	z-index: 101;
}

.language-selector button{
	background: none;
    border-color: #888;
}


#svgimage {
 	max-width: 400px;
 	max-height: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative; 
	height:0; 
	width: 100%; 
	padding: 0;
	padding-bottom: 90%; 
}

.element-animation {
  	position: absolute; 
  	height: 100%; 
  	width: 100%; 
 	left: 0; 
  	top:0;
	animation: animationFrames linear 2s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: animationFrames linear 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: animationFrames linear 2s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: animationFrames linear 2s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: animationFrames linear 2s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    transform: translate(0px,-50px);
  }
  32% {
    transform: translate(70px,50px);
  }
  66% {
    transform: translate(-70px,50px);
  }
  100% {
    transform: translate(0px,-50px);
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform: translate(0px,-50px);
  }
  32% {
    -moz-transform: translate(70px,50px);
  }
  66% {
    -moz-transform: translate(-70px,50px);
  }
  100% {
    -moz-transform: translate(0px,-50px);
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px,-50px);
  }
  32% {
    -webkit-transform: translate(70px,50px);
  }
  66% {
    -webkit-transform: translate(-70px,50px);
  }
  100% {
    -webkit-transform: translate(0px,-50px);
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform: translate(0px,-50px);
  }
  32% {
    -o-transform: translate(70px,50px);
  }
  66% {
    -o-transform: translate(-70px,50px);
  }
  100% {
    -o-transform: translate(0px,-50px);
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform: translate(0px,-50px);
  }
  32% {
    -ms-transform: translate(70px,50px);
  }
  66% {
    -ms-transform: translate(-70px,50px);
  }
  100% {
    -ms-transform: translate(0px,-50px);
  }
}