/*
	Theme Name: #Eo925
	Theme URI:
	Author: The Radar
	Author URI: https://www.theradar.es
	Version: 1.0
 */

/* TIPOGRAFIAS */
h1, h2, h3, h4, h5, h6, h7, button, p, li{
	font-family: 'Roboto', sans-serif;
}
.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white p{
	color:#ffffff;
}
a{
	color:#00C9F7;
}
a:hover{
	color:#09ADD3;
	opacity: 1.0;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
a.btn{
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
a.btn-avatar{
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
.txt-legal a{
	color:#C8102E;
}
.no-scroll{
	overflow-y: hidden;
}
html { overflow: scroll; -webkit-overflow-scrolling: touch;}
/* a subtle focus style for keyboard-input elements */
.text-input:focus,
.textarea-input:focus {
	-webkit-transition: color .08s ease-in,-webkit-box-shadow .08s ease-in;
	transition: color .08s ease-in,-webkit-box-shadow .08s ease-in;
	-o-transition: box-shadow .08s ease-in,color .08s ease-in;
	transition: box-shadow .08s ease-in,color .08s ease-in;
	transition: box-shadow .08s ease-in,color .08s ease-in,-webkit-box-shadow .08s ease-in;
	border: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.1),0 2px 5px 0 rgba(255,255,255,.05),0 1px 1px 0 rgba(0,0,0,.05);
	box-shadow: 0 0 0 1px rgba(255,255,255,.1),0 2px 5px 0 rgba(255,255,255,.05),0 1px 1px 0 rgba(0,0,0,.05);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.text-input:focus {
	border-bottom: 1px solid #00c9f7;
}

.textarea-input:focus {
	border: 1px solid #00c9f7;
}
textarea,
input {
  overflow: none;
  -webkit-overflow-scrolling: touch;
}
textarea {
  resize: none;
}


/* no outline for non-keyboard-inputs elements */
button:focus,
select:focus {
  outline: none;
}
body{
    background-color: #191b2b;
}

body.user-is-tabbing *:focus {
  outline: 3px solid red !important; /* for non-webkit browsers */
  outline: 3px auto -webkit-focus-ring-color !important;
}

body.user-is-tabbing .text-input:focus,
body.user-is-tabbing .textarea-input:focus {
	outline: none!important;
}


h1{
	font-size:60px;
	line-height:72px;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	color:#282828;
    letter-spacing: 0;
    font-weight:700;
    margin-top: 34px;
}
h1.big{
	font-size:80px;
	line-height:90px;
	letter-spacing: -0.015em;
    font-weight:100;
}
h2{
	font-size:32px;
	letter-spacing:0;
	line-height:42px;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
}
h2.font-weight-bold{
	font-weight:400;
}
h2.bold{
	font-weight:400;
}
h3{
	font-size:24px;
	letter-spacing:0.03em;
	line-height:34px;
	font-weight:100;
	color:#282828;
}

h4{
	font-size:18px;
	letter-spacing:0.02em;
	line-height:30px;
	font-weight:100;
}
h5{
	font-size:13px;
	letter-spacing:0.06em;
	line-height:20px;
	font-weight:100;
}
h7{
	font-size:12px;
	letter-spacing:0.03em;
	line-height:15px;
	font-weight:400;
	color:#3C3C3B;
}
p{
	font-size:18px;
	letter-spacing:0.02em;
	line-height:30px;
	font-weight:100;
}
li{
	font-size:14px;
	letter-spacing:0.02em;
	color:#3C3C3B;
	line-height:24px;
	font-weight:300;
}
p.cursiva{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}
dl, ol, ul {
    margin: 0;
}
.charter-italic{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.texto-primary{
	color:#3C3C3B;
}
.font-weight-bold{
	font-weight:300!important;
	letter-spacing: 0.05em;
}
.text-green{
	color:#9EACB1;
} 

/* BOTONES */

.btn-primary{
	background-color:#00c9f7;
	font-size:16px;
	border:0;
	padding:20px 54px 21px 54px;
	letter-spacing:0.1em;
	font-weight:300;
	border-radius: 3px;
	border:1px solid #00c9f7;
	overflow: hidden;
}
.btn-primary:hover{
	background-color: #C84853;
	border:1px solid #C84853;
}
.btn-secondary{
	border:1px solid #ffffff;
	background-color:transparent;
	font-size:14px;
	letter-spacing: 0.08em;
	padding: 7px 26px 10px 26px;
	border-radius: 3px;
	font-weight:300;
}
.btn-secondary:hover{
	background-color: #C8102E;
	border-color:#C8102E;
}

.btn.small{
	padding: 13px 52px 14px 52px;
	font-size: 14px;
}
.btn-lg{
	font-size:15px;
	padding:29px 52px;
	letter-spacing:0.1em;
	font-weight:400;
}
.btn.active,
.btn:active:focus,
.btn:active,
.btn:active:focus {
	background-color: #C8102E!important;
 	box-shadow: inset 0px 3px 5px rgba(0,0,0,0.1);
	border-color: #C8102E!important;
	color:#ffffff!important;
}
.margin-button{
    margin-top:40px;
}

.line-red{
	border-top:4px solid #C8102E;
	width:98px;
	margin-top:59px;
	margin-bottom:54px;
}

.line-green{
	border-top:1px solid #9EACB1;
	width:98px;
	margin-top:47px;
	margin-bottom:57px;
}
.line-green-long{
	border-top:1px solid #9EACB1;
	margin-top: 19px;
}
.line-white-long{
	border-top:1px solid #ffffff;
    margin-top: 9px;
    margin-bottom: 9px;
}
.line-curve{
    width: 100%;
}

.margin-section{
    margin-top: 132px;
}
.margin-text{
    margin-top: 20px;
    margin-bottom: 27px;
}
.animation-element {
	opacity: 0;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -moz-transform: translate3d(0px, 20px, 0px);
  -webkit-transform: translate3d(0px, 20px, 0px);
  -o-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate3d(0px, 20px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
	
}
.in-view{
	opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.container{
	position: relative;
}

.animation-element {
  position: relative;
  
}

/* Header */
hr.white{
	border-color: #ffffff;
	margin-top:5px;
	margin-bottom:0;
}
.line75{
	background-color:#C8102E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:6px;
	width:75%;
	margin-bottom:10px;
}
.line-chart{
	background-color:#C8102E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:6px;
	width:0%;
	margin-bottom:10px;
}

.opacity75{
	opacity: 0.99;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
h5.opacity75{
	margin-bottom:0;
}
.container-percent{
	margin-top:29px;
	width:67px;
}
.container-concept-chart{
	margin-right:15px;
}
.single-chart{
	padding:22px 0 0 0;
}
.chart-value-line{
	color:#ffffff;
	font-size:40px;
	letter-spacing:0.01em;
	line-height:53px;
	display:block;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-top:7px;
}
.percent-sign{
	vertical-align:super;            /*superindice*/ 
    font-size:20px; 
	color:#ffffff;
	display:block;
	float:left;
	margin-left:2px;
	font-family: 'charterregular', "Times New Roman", Times, serif;
	margin-top: 12px;
}
.text-header{
	margin-bottom: 38px;
	margin-top: 165px;
}
.jumbotron .font-weight-bold{
	margin-top:32px;
	margin-bottom:83px;
}
.title-chart{
	font-weight:500;
	padding-bottom:2px;
}
.text-and-chart{
	padding-left:0;
	parding-right:0;
}
.heroButton{
	margin-bottom: 80px;
}
/* Hero */
.ilu-hero-container{
    position: absolute;
    top: -80px;
    height: 200px;
    width: 100%;
    z-index: 100;
    right:-110px;
    text-align: right;
}
.ilu-virtuous-container{
    position: absolute;
    top: -60px;
    height: 200px;
    width: 100%;
    z-index: 100;
    right:-180px;
    text-align: right;
}
.ilu-hero{
    max-width: 827px;
}
.ilu-virtuous{
    max-width: 495px;
}
.big,
.introduction,
.jumbotron-rrss,
.video,
.virtuous,
.virtuous-two,
.virtuous-title{
    position: relative;
    z-index: 110;
}
/* innovators */
.modul-section{
	padding-top:113px;
	padding-bottom:0;
}
.ilu{
    margin-top:150px;
    max-width: 289px;
}

/* vision */
.vision{
    padding-top:85px;
    padding-bottom: 0px;
}
.vision-end{
    padding-bottom: 90px;
}
.vision .intro{
    margin:auto;
}
.vision h1{
    margin-bottom: 31px;
}
.vision h2{
    margin-bottom: 30px;
}
.ilustration-vision{
    max-width: 740px;
    margin-top: 33px;
    margin-bottom: 50px;
}
.margin-modul{
    margin-top: 67px;
    margin-bottom: 70px;
}
/* HOME */
.jumbotron{
	padding-left:0;
	padding-right:0;
    padding-bottom: 0;
	border-radius: 0;
	min-height:900px;
	display: flex;
	margin-bottom: 0;
    background: transparent;
	-webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.video{
    height: 643px;
    background-color: #1d1d1b;
    margin-top: 71px;
    margin-bottom: 87px;
}
.rrss-content{
    float:right;
    margin-top: 40px;
}
.jumbotron .introduction{
    
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
 }
 
 @keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
 }

.jumbotron .container{
	align-self:center;
}
.text-right-button{
	font-size:12px;
	color:#FFF;
	line-height:20px;
	letter-spacing:0.025em;
	margin-top:33px;
	margin-left:43px;
}
.text-left-button{
	font-size:12px;
	line-height:20px;
	letter-spacing:0.025em;
	margin-top:33px;
}
.text-red{
	color:#C8102E;
}

/* LOGO */
.navbar-brand{
	padding:0;
	margin-top: 6px;
	z-index:1001;
	position: absolute;
}
.brand-bar{
	width: 140px;
}
.legal{
	background: #012169;
	background: -moz-linear-gradient(-5deg,  #012169 0%, #291e5d 41%, #c8102e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-5deg,  #012169 0%,#291e5d 41%,#c8102e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(-5deg,  #012169 0%,#291e5d 41%,#c8102e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012169', endColorstr='#c8102e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/* MENU */
.navbar{
	display:none;
}
.nav-link{
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	letter-spacing:0.08em;
}
.navbar-nav{
	margin-top:7px;
}
.navbar{
	padding: 48px 62px 120px 62px;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,1);
	padding: 6px 0;
	margin-left: 20px;
	margin-right: 20px;
	-webkit-transition: opacity 0.15s ease-in-out 0s;
	-moz-transition: opacity 0.15s ease-in-out 0s;
	-o-transition: opacity 0.15s ease-in-out 0s;
	transition: opacity 0.15s ease-in-out 0s;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.6);
}
.navbar-dark .navbar-nav .active > .nav-link {
	color: rgba(255,255,255,.6);
	background-image: url(assets/img/icono-logo.svg);
	background-repeat:no-repeat;
	background-position:center top;
}
.navbar-nav .btn-primary{
	margin: 0 0 0 24px;
}
.navbar .mx-auto .btn{
	margin-left:20px;
}
.gradient{
	background-color:#012169;
	padding: 20px 40px 27px 40px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
    border-bottom: 0;
	-webkit-transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-o-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

.gradient .navbar-brand{
	width: 60px;
	margin-top: -2px;
	-webkit-transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-o-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

.navbar-nav .nav-link.active {
	border-bottom: 2px solid #C8102E;
}
.responsive .navbar-nav .nav-link.active {
	border-bottom:0;
}

/* TEXTOS LEGALES */
.textoslegales{
	margin-top:276px;
	margin-bottom:130px;
}
.textoslegales .linea{
	width:100px;
	border-top:1px solid #16BAD3;
	margin-top:46px;
	margin-bottom:3px;
}
.textoslegales h5{
	font-weight:700;
	margin-bottom:26px;
	margin-top:48px;
}
.textoslegales p{
	font-size:15px;
	line-height:23px;
}
.textoslegales p span{
	color:#EC008C;
}
.textoslegales a{
	word-break: break-all;
}

/* MENU RESPONSIVE */
.navbar-dark .navbar-toggler {
    border: none;
	float:right;
	height:45px;
}
.navbar-toggler.collapsed .navbar-toggler-icon{
	background-position:10px 10px;
}

.navbar-toggler-icon {
    width: 2em;
    height: 2em;
	background-image: url(assets/img/burguer-icon.svg)!important;
	background-size: 24px 60px;
	background-position:10px -28px;
}

.navbar-brand{
    width: 80px;
	padding-top:20px;
	background-image: url(assets/img/logo-eo925.svg);
	background-repeat:no-repeat;
	height:80px;
	text-indent:-1000px;
}

.nav-item.rrss-menu {
	display:none;
}
.responsive .navbar-nav .nav-item.rrss-menu {
	display:block;
}
.responsive .navbar-nav .nav-item.mx-auto {
    border-bottom: 0;
}
.responsive .navbar-nav .rrss-menu a {
	padding:0 12px 0 12px;
}
.responsive {
	background: #2B2E5E;
	margin-top: 0;
	z-index:900;
	width: 100%!important;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.responsive .navbar-nav{
	width:60%;
	margin:auto auto;
	border-top:1px solid #837EA0;
	margin-top: 121px;
	margin-bottom:80px;
}

.responsive .navbar-nav .nav-link {
	text-align:center;
	font-size:24px;
	padding: 19px 0 19px 0;
}
.responsive .navbar-nav .nav-item {
	border-bottom:1px solid #837EA0;
}
.responsive .navbar-nav .nav-item .btn {
	margin:66px 0 66px 0;
}
.responsive .navbar-nav .active > .nav-link {
    background-image: none;
}
.responsive .navbar-nav li {
    margin-bottom: 0;
}

.responsive .navbar-nav .btn-primary {
    margin: 20px 0 0 18px;
}

.navbar-toggler{
	position:relative;
	z-index:1000;
}
.navbar-toggler {
    padding: 0!important;
}
.container-fluid{
	padding-right: 0;
	padding-left: 0;
}
/* Legal */
.txt-legal{
	margin-top:320px;
	margin-bottom:250px;
}
.txt-legal p{
	font-size:16px;
	line-height:27px;
	margin-bottom:27px;
}
.txt-legal .intro{
	border-bottom:1px solid #9EACB1;
	padding-bottom:34px;
}
.txt-legal .intro h3{
	font-weight:300;
	margin-bottom:31px;
	margin-top:0;
	width:81%;
}
.txt-legal .line-red {
    margin-top: 58px;
	margin-bottom: 51px;
}
.txt-legal .date {
	margin-bottom: 41px;
}
.txt-legal h2{
	font-family: 'Roboto', sans-serif;
	margin-top:78px;
	margin-bottom:36px;
}
.txt-legal h3{
	font-weight:700;
	margin-top:71px;
	margin-bottom:41px;
}
/* 404 */
.txt-404{
	margin-top:251px;
	margin-bottom:277px;
}
.txt-404 button{
	margin-top:56px;
}
.txt-404 img{
	margin-top:66px;
}
.txt-404 .font-weight-bold{
	margin-bottom:34px;
}

/* blog list */
#blog{
	margin-top: 215px;
}

#blog .subscribe{
	margin-top: 50px;
}

#response-loading{
	text-align: center;
	height: 600px;
	padding-top: 100px;
	display:none;
}

#response-loading svg{
	width: 4.5em;
	height: 4.5em;
}

#filter{
	margin-top:46px;
}

.blog-list-header{
	margin-bottom:100px;
}

#blog .wpcf7{
	margin-top:38px;
}

#blog div.wpcf7 .ajax-loader {
    display: inline-block!important;
	padding-left:20px!important;
    margin-top: 0px!important;
	background-repeat: no-repeat;
}
#blog .wpcf7-submit {
	margin-right:20px;
}

#emailsubscription{
	margin-bottom:45px;
	width: 100%;
}

.topic  {
	margin-top: 35px;
	color: #9EACB1;
	margin-bottom: 27px;
	font-size: 12px;
	letter-spacing:0.04em;
}
.topic a {
	text-transform: uppercase;
	color: #9EACB1;
	font-family: 'Roboto', sans-serif;
	pointer-events: none !important;
}
.item-post{
	padding-bottom: 90px;
}
.content-post-list{
	padding-bottom: 62px;
	height:100%;
	min-height:650px;
}
.item-post img{
	width: 100%;
	height: auto;
	color:#ffffff;
}
.item-post h2 {
	font-weight:700;
	font-size:36px;
	line-height:46px;
	margin-bottom:28px;
}

.elm-button {
	padding: 13px 42px 14px 42px;
	font-size: 14px;
	border-style: none;
	border:1px solid #C84853;
	letter-spacing: 0.1em;
	font-weight: 300;
	border-radius: 3px;
}
.elm-button.is-loading {
	padding: 13px 42px 10px 42px;
	pointer-events: none !important;
}
.elm-button:hover {
	cursor:pointer;
	background-color:#C84853;
	color:#ffffff;
}
#selectCategory {
    border-radius: 0;
    border: 1px solid #849195;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.03em;
    padding: 16px 14px;
    height: 60px;
	width:80%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(assets/img/dropdown.svg);
	background-repeat: no-repeat;
	background-position: center right;
}
/* blog single */
#single{
	padding-top:300px;
}

#single h1{
	font-weight:700;
}
.content-post{
	
}

.content-post hr{
	width: 100%;
	margin: 100px 15px 52px 15px;
}
.content-post h2{	
	font-size:30px;
	line-height:42px;
	margin-bottom: 68px;
}
.content-post p{
	font-size: 18px;
	line-height:30px;
	letter-spacing: 0.02em;
	line-height: 31px;
	font-weight: 300;
	color: #282828;
	letter-spacing: 0.05em;
	padding-bottom:20px;
}
.text-post img{
	width:100%;
	height:auto;
	margin-top:11px;
	margin-bottom:30px;
}
.info-avatar-text{
	font-size:13px;
	line-height:22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:#282828;
	letter-spacing:0.05em;
}
#single .avatar{
	margin-bottom:15px;
	border-radius: 50%;
}
.info-avatar-text strong{
	text-transform:uppercase;
}
.info-avatar-text .date{
	color:#849195;
	text-transform:uppercase;
	margin-bottom:28px;
	display:block;
}
.info-avatar-text .share-post{
	margin-top:16px;
}
.info-avatar-text .share-post .rrss-post{
	margin-right:10px;
}
.thumnail-post{
	margin-top:10px;
	margin-bottom:100px;
	background-repeat: no-repeat;
  	background-size: 100% auto;
	height:400px;
	background-position: center;
}
.arrows-post{
	margin-top:64px;
}
.arrows-post .arrow-prev{
	margin-right:12px;
}
.arrows-post .arrow-next{
	margin-left:12px;
}
.pagination-post{
	margin-bottom: 118px;
	font-family: 'Roboto', sans-serif;
}
.pagination-post .arrow-prev{
	float:left;
	margin-right:25px;
	margin-top:10px;
}
.pagination-post .arrow-next{
	float:right;
	margin-left:25px;
	margin-top:10px;
}
.pagination-post .text-arrow-prev{
	float:left;
}
.pagination-post .text-arrow-next{
	float:right;
}
.text-arrow-prev span,
.text-arrow-next span{
	color:#849195;
	font-size:13px;
	letter-spacing:0.08em;
}
.text-arrow-prev h4{
	font-size:15px;
}
.back-list .back{
	margin-top:10px;
}

/* FOOTER */
#footer{
    background: #ffffff;
}
#footer .container{
	padding-top:63px;
	padding-bottom:60px;
}
#footer p{
	font-size:12px;
	line-height:18px;
	letter-spacing:0.07em;
	margin-bottom:0;
	color:#58595B;
	font-weight:300;
}
#footer .direction{
	padding-top:55px;
}
#footer hr{
	border-top: 1px solid rgba(255,255,255,.5);
	margin-top: 16px;
	margin-bottom: 27px;
}
#footer a.mail{
	text-decoration:underline;
}
#footer a{
	color:#58595B;
	font-size:12px;
	letter-spacing:0.07em;
	font-weight:300;
}
#footer .linkslegal{
	font-size:12px;
	line-height:18px;
}
#footer .linkslegal span{
	padding-left:10px;
	padding-right:10px;
}
#footer .rrss{
	margin-right:29px;
}
.jumbotron .rrss{
	margin-left:29px;
}


/* The side navigation menu */
.sidenav {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0; /* Stay at the top */
	right: 0;
	background-color: #ffffff; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	z-index: 1050;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 6px;
  right: 22px;
  font-size: 36px;
  margin-left: 50px;
}
.side-dialog{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	overflow: hidden;
	background-color:#000000;
	opacity:0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
	display:none;
}
.wpcf7-response-output{
	display:none!important;
}
.sidenav .feed-back-error,
.sidenav .feed-back-ok{
	display:none;
}
.sidenav .content,
.sidenav .feed-back-error,
.sidenav .feed-back-ok{
	padding-left:60px;
	padding-right:60px;
}
.sidenav .feed-back-error h2,
.sidenav .feed-back-ok h2{
	    margin-bottom: 45px;
}
.sidenav .feed-back-error button,
.sidenav .feed-back-ok button{
	    margin-top: 45px;
}
.sidenav a.email {
    padding: 0;
    text-decoration: none;
    font-size: 16px;
    color: #ab1731;
    display: inline;
    transition: 0.3s;
	text-decoration:underline;
}
.content{
	display:none;
}
.content h2{
	margin-bottom:20px;
}
.content h4{
	margin-bottom:43px;
}
.form-group label{
	font-size:13px;
	color:#282828;
	letter-spacing:0.06em;
	margin-bottom:10px;
    padding-top: 5px;
}
.intro-form{
    margin-bottom: 5px;
}
.form-check label{
    padding-left: 15px;
}
div.wpcf7 .ajax-loader {
	display: block;
	margin: auto auto;
	margin-top:20px;
}
#Query{
	border-radius: 0;
	border:1px solid #849195;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:300;
	letter-spacing:0.03em;
	padding: 16px 14px;
	height:60px;
	-webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
   background-image: url(assets/img/dropdown.svg);
   background-repeat:no-repeat;
   background-position: center right;
}

/* Form */
.ornament-form{
    background: transparent;
    background-image: url(assets/img/ornament-form.svg);
    background-repeat: repeat-x;
    background-size: 23px 23px;
    height: 23px;
    z-index: 150;
}
.form{
    background: #f5f8fa;
    padding-top: 144px;
    padding-bottom: 150px;
}
.intro-form h1{
    margin-bottom: 46px;
}
.intro-form h4{
    margin-bottom: 100px;
}
.whant-to-do,
.tell-us,
.form-check{
    margin:auto;
}
.whant-to-do{
    margin-top:50px;
    margin-bottom:60px;
}
.whant-to-do h2{
    margin-top:52px;
    margin-bottom:48px;
}
.whant-to-do .options{
    margin-bottom:50px;
}
.tell-us h2{
    margin-bottom:67px;
}
.form-check{
    margin-top:71px;
    padding-bottom: 18px;
}
select::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}
@media screen and (min-width:0\0) {
    select {
        background-image:none;
        padding: 5px;
    } 
}
.form .form-control-lg{
    background-color:#f5f8fa;
}
.form-control-lg{
	border-radius: 0;
	border:0;
	border-bottom:1px solid #282828;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:300;
	letter-spacing:0.03em;
	padding:11px 0;
    color:#282828;
}
.textarea{
	border-radius: 0;
	border:1px solid #282828;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:300;
	letter-spacing:0.03em;
	padding: 8px 0;
	margin-top:14px;
	padding: 16px 14px;
	height: 250px;
}
.form .textarea {
    background-color:#f5f8fa;
}
span.wpcf7-not-valid-tip {
    color: #C8102E;
    font-size:13px;
    font-family: 'Roboto', sans-serif;
	letter-spacing:0.04em;
	margin-top:5px;
}
div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
	text-align:center;
	font-size:16px;
    font-family: 'Roboto', sans-serif;
	color: #849195;
}
.form-group{
	margin-bottom:33px;
}
.custom-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #282828;
    width: 20px;
    height: 20px;
}
.custom-input :active, .custom-input :checked:active {
	background-color: #00c9f7;
}

.custom-input:checked {
	
}
.custom-input:checked:after {
	content: '';
    background-image: url("assets/img/check2.svg");
	position: absolute;
	top: 0px;
	left: 0px;
    width: 20px;
    height: 20px;
	color: #ffffff;
}
.custom-control-input:checked ~ 
.custom-control-label::before {
    border: 0;
    background-color: #00c9f7;
    background-image: url("assets/img/check.svg");
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: black;
    padding-top: 60px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #9eacb1;
    border-radius: 100%;
    background: transparent;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 1px;
    height: 1px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Modal */

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


.modal-content{
	border-radius: 0;
	-webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 0.4s;
	animation-name: fadeInUp;
	animation-duration: 0.4s;
	overflow: auto;
}
.modal-dialog {
    max-width: 750px;
	margin: 10% auto;
}
.modal-header{
	border-bottom:0;
}
.modal-body{
	padding:0 90px 61px 60px;
}
.profile-container{
	padding-left:39px;
}
.profile-container h3{
	margin-bottom:0;
}
.profile-container .charge{
	color:#C8102E;
	font-weight:400;
	margin-bottom:27px;
}
.line-profile{
	margin-bottom:26px;
}
.footer-modal{
	border-top:1px solid #9EACB1;
	padding-top:28px;
	margin-top:40px;
}
.footer-modal .rrss-modal{
	margin-right:11px;
}
.modal-body .pic{
	padding-top:15px;
}
.modal-body .close{
	opacity: 1;
}
.modal-header{
	padding:30px 30px 6px 30px;
}

/* Carousel */

.carousel-indicators {
	position:inherit;
	margin-top:110px;
}
.carousel-indicators li{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: 0;
    background-color: transparent;
	border-radius: 50%;
	text-align:center;
	padding-top:6px;
	font-size:17px;
	border:0;
}
.carousel-indicators li button{
	border-radius: 50%;
	width: 40px;
    height: 40px;
	margin-top:-8px;
	margin-left:-1px;
	background-color: transparent;
	border:0;
	font-size:17px;
	font-weight:300;
	color:#849195;
	border:1.5px solid #849195;
	-webkit-transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-o-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}
.carousel-indicators li button:hover {
	cursor:pointer;
	color:#C8102E;
	border:1.5px solid #C8102E;
}
.carousel-indicators .slick-active button {
   	border-color: #C8102E;
	background-color:transparent;
	color:#C8102E;
	overflow: hidden;
}
.carousel-indicators .slick-active button {
	color:#C8102E;
	border:1.5px solid #C8102E;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    background-color:transparent;
	text-indent:-10000px;
	-webkit-transition: opacity 0.15s ease-in-out 0s;
	-moz-transition: opacity 0.15s ease-in-out 0s;
	-o-transition: opacity 0.15s ease-in-out 0s;
	transition: opacity 0.15s ease-in-out 0s;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    opacity:.5;
    filter:"alpha(opacity=50)";
    -ms-filter:"alpha(opacity=50)";
}
.slick-prev {
    left: -110px;
	background-image: url(assets/img/arrow-prev.svg);
	width:20px;
	height:92px;
}
.slick-next {
    right: -110px;
	background-image: url(assets/img/arrow-next.svg);
	width:20px;
	height:92px;
}

.slick-slide{
	overflow: hidden;
}
.col-slick{
	padding-left:37px;
	padding-right:37px;
	border-left:1px solid #D9DEE2;
	outline: none;
}
.slick-track{
	margin-left: -1px;
}
.container-slick {
    max-width: 1184px;
	margin-right: auto;
	margin-left: auto;
}
.slick-slide p{
	font-size:16px;
	line-height:27px;
	letter-spacing:0.031em;
	margin-bottom:45px;
}
.slick-slide h2{
	margin-bottom:31px;
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    display:none;
	-webkit-transition: opacity 0.15s ease-in-out 0s;
	-moz-transition: opacity 0.15s ease-in-out 0s;
	-o-transition: opacity 0.15s ease-in-out 0s;
	transition: opacity 0.15s ease-in-out 0s;
	z-index:89;
}
#scroll:hover {
    opacity:.5;
    filter:"alpha(opacity=50)";
    -ms-filter:"alpha(opacity=50)";
}

.grecaptcha-badge{
	display: none!important;
}

/* MODAL FEEDBACK */
.modal-thanks h2{
	margin-bottom: 45px;
}
.modal-thanks button{
	margin-top: 45px;
}
.modal-thanks .modal-body {
    padding: 0 60px 61px 60px;
}

.when-are {
	background-color: #FFF;
}
.when-are {
	background-color: #FFF;
	padding-top: 100px;
	padding-bottom: 50px;
}
.when-are .illustration {
	padding-top: 50px;
}
.formFrontPage{
	width: 70%;
}

@media (max-width: 991px) { 
	.when-are .illustration {
		display: none;
	}
	.subscribe{
		display:none;
	}
}
@media (max-width: 420px) { 
	.formFrontPage{
		width: 100%;
		padding: 0 30px 0 30px;
	}
	.when-are {
		background-color: #FFF;
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-right .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



/* Extra large devices (large desktops, 1200px and up) */
@   media (max-width: 1600px) { 
.jumbotron{
	background-size:auto 100%;
}
.fondo-tecnologia{
	background-size: auto 110%;
}
}
@media (max-width: 1500px) { 
.slick-prev {
    left: -40px;
}
.slick-next{
    right: -40px;
}
}
@media (max-width: 1365px) { 
.ilu-hero-container {
    right: 0px;
}
.ilu-hero {
    max-width: 647px;
}
}

@media (max-width: 1300px) { 
.slick-prev {
    left: -5px;
}
.slick-next{
    right: -5px;
}
.slick-prev, .slick-next {
    height: 40px;
	background-position:center center;
}
}

@media (max-width: 1200px) { 
.grid-logo {
    width: 190px;
}
h1,h1.big {
    font-size: 65px;
    line-height: 75px;
}
.container-slick {
    max-width: 1003px;
}
.svg-container {
    width: 85%;
    padding-right: 8px;
}
.txt-legal .intro h3{
	width:100%;
}
#slick-slide00{
	border-color:#D9DEE2;
}    
.rrss-content {
    margin-top: 75px;
}
.ilu-hero {
    max-width: 547px;
}
.ilu-hero-container {
    top: -40px;
}
}

/* DESKTOP */

@media (max-width: 991px) { 
br.resp{
	display:none;
}
.where-are .illustration{
	max-width:360px;
	margin-top:50px;
}
#footer .copyright,
#footer .linkslegal{
	text-align:center!important;
}
#footer .linkslegal{
	margin-top:20px;
}
#footer .logofooter{
	text-align:center!important;
	margin-bottom:30px;
}
#footer .direction{
	text-align:center!important;
	padding-left:40px;
	padding-top: 20px;
}
.container-slick {
    max-width: 763px;
}
.svg-container {
    width: 100%;
    padding-right: 6px;
}
.grid-logos .col-logo{
	width:33%;
}
.slick-prev {
    left: 0;
}
.slick-next{
    right: 0;
}
.text-arrow-prev,
.text-arrow-next{
	display:none;
}
.content-post-list{
	min-height: inherit;
}
.rrss-content{
    float: none;
    margin-top: 40px;
}
.rrss-content .rrss {
    margin-right: 29px;
    margin-left: 0;
}
.ilu-virtuous-container{
    right: -110px;
}
.ilu-virtuous {
    max-width: 385px;
}
.ilu-hero {
    max-width: 427px;
}
.ilu-hero-container {
    top: 0px;
}
}

/* TABLETAS */
	
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 
h1,h1.big {
    font-size: 55px;
    line-height: 65px;
}
hr.dnone{
	display:none;
}
.jumbotron{
	padding-top:140px;
	padding-bottom:0;
}
.jumbotron .font-weight-bold {
    margin-bottom: 53px;
}
.chart {
	margin-bottom:50px;
}
.manifesto {
    padding: 50px 63px 55px 63px;
}
.modal-body .pic{
	display:none;
}
.container-slick {
	padding: 0 30px 0 30px;
	max-width: 570px;
}
.col-slick{
	padding-left: 15px;
    padding-right: 15px;
	border-left:0;
}
.slick-track{
	margin-left: 0;
}
.svg-container{
	width:77%;
	padding-right:13px;
}
.text-and-chart{
	display:block!important;
}
.carousel-indicators li button {
	text-indent:-1000px;
	background-color: #E8EBEE;
	height: 16px;
	width: 16px;
	border:none;
}
.carousel-indicators li {
	width: 15px;
	height: 15px;
}
.carousel-indicators li.slick-active button {
	border:none;
	background-color: #C8102E;
}
.carousel-indicators li button:hover {
	border:none;
	background-color: #C8102E;
}
.carousel-indicators li::after {
	display:none;
}
.carousel-indicators li::before {
	display:none;
}
.carousel-indicators {
    margin-top: 80px;
}
.when-are-slick {
    padding-bottom: 100px;
}
.modal-dialog {
    margin: 10% 30px;
}
.slick-prev {
    left: -40px;
}
.slick-next{
    right: -40px;
}
.info-avatar-text,
#single .avatar{
	float:left;
}
#single .avatar{
	margin-right:30px;
}
.arrows-post{
	display:none;
}
.info-avatar-text .share-post {
    margin-top: 5px;
}
.info-avatar-text .date {
    margin-bottom: 0px;
}
.info-avatar{
	margin-bottom:30px;
}
.thumnail-post {
    margin-bottom: 70px;
}
.ilu {
    margin-top: 0px;
    margin-bottom: 60px;
    max-width: 200px;
}
.modul-section{
	padding-top:80px;
	padding-bottom:0;
}
.margin-section {
    margin-top: 80px;
}
.margin-button {
    margin-top: 20px;
}
.vision {
    padding-top: 45px;
}
.vision-end {
    padiing-bottom: 50px;
}
.ilustration-vision {
    margin-bottom: 30px;
}
.line-hide{
    display: none;
}
.form{
    padding-bottom: 80px;
    padding-top: 84px;
}
.text-header {
    margin-top: 85px;
}
.ilu-virtuous-container{
    right: 0px;
}
.ilu-virtuous {
    max-width: 265px;
}
.ilu-hero {
    max-width: 277px;
}
}
@media (max-width: 630px) {
.slick-prev {
    left: -20px;
}
.slick-next{
    right: -20px;
}

}
@media (max-width: 576px) { 
.thumnail-post {
    background-size: auto 100%;
}
.txt-404 {
	margin-top: 180px;
	margin-bottom: 180px;
}
.text-right-button{
	display:none;
}
.who-we-two, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;

}
.navbar {
	padding: 20px 30px 32px 30px;
}
.navbar-brand {
    margin-top: 0;
	width: 60px;
}
h1 {
    font-size: 60px;
    line-height: 70px;
}
h2{
	font-size:40px;
	line-height:48px;
}
h3{
	font-size:20px;
	line-height:33px;
}
#footer .direction {
    padding-left: 60px;
}
.txt-legal{
	margin-top:180px;
	margin-bottom:140px;
}
.grid-logos .col-logo img{
	max-width: 160px;
}
.chart {
	padding-right: 15px;
	padding-left: 15px;
}
.chart .row{
	margin-right: 0;
}
.text-and-chart .col-sm-12{
	padding-right: 0;
	padding-left: 0;
}
.text-and-chart .container-concept-chart{
	padding-right: 30px;
	padding-left: 15px;
}
.container-slick {
    max-width: 100%;
	padding: 0;
}
.col-slick {
    padding-left: 15px;
    padding-right: 15px;
    border-left: 0;
}
.card-body {
    padding-top: 26px;
}
.line-black-small {
    margin: 19px 0 24px 0;
}
.slick-slide h2 {
    margin-bottom: 26px;
}
.slick-slide p {
    margin-bottom: 40px;
}
#single {
    padding-top: 140px;
}
#blog {
    margin-top: 55px;
}
#single .topic {
    margin-top: 0px;
	margin-bottom:10px;
}
.content-post h2 {
    font-size: 26px;
    line-height: 38px;
	margin-bottom: 50px;
	margin-top:15px
}
.text-header {
    margin-bottom: 45px;
	margin-top: 20px;
}
}
@media (max-width: 510px) { 
.container-slick {
    max-width: 540px;
}
.content-people {
    width: 100%;
}
.grid-logos .col-logo{
	width:50%;
}
}
@media (max-width: 450px) {
.modal-thanks .modal-body {
    padding: 0 30px 61px 30px;
}
h1,h1.big {
    font-size: 45px;
    line-height: 55px;
}
}

@media (max-width: 420px) { 
h1 {
    font-size: 50px;
    line-height: 60px;
}
h2{
	font-size:35px;
	line-height:43px;
}
h3{
	font-size:18px;
	line-height:29px;
}
.manifesto {
    margin-top: 70px;
}
.line-two {
    margin: 45px 0 41px 0;
}
.line-tree {
    margin: 45px 0 53px 0;
}
.why-do {
    padding-bottom: 100px;
}
.sidenav .content {
    padding-left: 30px;
    padding-right: 30px;
}
.modal-body {
    padding: 0 20px 40px 20px;
}
.svg-container {
    width: 100%;
    padding-right: 10px;
}
.container-concept-chart {
    margin-right: 0;
}
#blog .where-are{
	padding-bottom: 100px !important;
}
}


/* MOVILES */
@media (max-width: 375px) { 
h1,h1.big {
    font-size: 35px;
    line-height: 45px;
}
h1.big br {
    display: none;
}
h2{
	font-size:30px;
	line-height:38px;
}
h3{
	font-size:16px;
	line-height:27px;
}
.text-header {
    margin-bottom: 40px;
	margin-top: 100px;
}

.responsive .navbar-nav .rrss-menu a {
    padding: 0 5px 0 5px;
}
.we-join {
    margin-bottom: 50px;
	margin-top: 30px;
}
.line-tree {
    margin: 25px 0 43px 0;
}
.whats-our .p-second {
    margin-top: 40px;
}
.manifesto .mb {
    margin-bottom: 40px;
}
.responsive .navbar-nav .nav-item .btn {
    margin: 40px 0 40px 0;
}
.responsive .navbar-nav .nav-link {
    font-size: 20px;
    padding: 15px 0 15px 0;
}
.jumbotron {
    padding-top: 40px;
    padding-bottom: 0px;
	min-height: 1060px;
}
#value-2{
	margin-top: 30px;
}
#percent-value-2{
	margin-top: 33px;
}
.when-are-slick {
    padding-bottom: 90px;
}
.carousel-indicators {
    margin-top: 80px;
}
.we-are-one {
    margin-bottom: 0px;
}
.h2-smaller {
    font-size: 23px;
    line-height: 30px;
	margin-bottom:0;
}
.separator {
    margin-bottom: 25px;
    margin-top: 27px;
}
.manifesto .btn-primary {
    margin-top: 47px;
}
.manifesto br {
    margin-bottom: 0px;
}
.txt-404 .font-weight-bold {
    margin-bottom: 20px;
}
.jumbotron {
    padding-bottom: 100px;
}
.thumnail-post {
	height:300px;
}
.text-header {
    margin-bottom: 29px;
    margin-top: 50px;
}
.rrss-content {
    margin-top: 20px;
}
.video {
    height: 173px;
    margin-top: 51px;
    margin-bottom: 57px;
}
.margin-button {
    margin-top: 0;
}
.modul-section {
    padding-top: 80px;
}
.jumbotron {
    padding-bottom: 0px;
}
.margin-modul {
    margin-top: 37px;
    margin-bottom: 50px;
}
.vision-end {
    padding-bottom: 40px;
}
.form {
    padding-bottom: 60px;
    padding-top: 44px;
}
.intro-form h4 {
    margin-bottom: 50px;
}
.whant-to-do {
    margin-top: 20px;
    margin-bottom: 30px;
}
.whant-to-do h2 {
    margin-top: 32px;
}
.whant-to-do .options {
    margin-bottom: 33px;
}
.form-check {
    margin-top: 31px;
}
}

/* Gradients */
.gradient-one{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-linear-gradient(-45deg, #00caed 0%, #eb01e0 120%);
    background: -o-linear-gradient(-45deg, #00caed 0%, #eb01e0 120%);
    background: linear-gradient(150deg, #00caed 0%, #eb01e0 120%);
    opacity:1;
    transition:opacity 1s linear;
}
.gradient-two{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -webkit-linear-gradient(bottom, #eb01e0 0%, #04206b 100%);
    background: -o-linear-gradient(bottom, #eb01e0 0%, #04206b 100%);
    background: linear-gradient(to top, #eb01e0 0%, #04206b 100%);
    opacity:0;
    transition:opacity 1s linear;
}
.gradient-three{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: -webkit-linear-gradient(bottom, #04206b 0%, #07b1dc 100%);
    background: -o-linear-gradient(bottom, #04206b 0%, #07b1dc 100%);
    background: linear-gradient(to top, #04206b 0%, #07b1dc 100%);
    opacity:0;
    transition:opacity 1s linear;
}
.gradient-four{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: -webkit-linear-gradient(bottom, #07b1dc 0%, #0e799a 100%);
    background: -o-linear-gradient(bottom, #07b1dc 0%, #0e799a 100%);
    background: linear-gradient(to top, #07b1dc 0%, #0e799a 100%);
    opacity:0;
    transition:opacity 1s linear;
}
.gradient-five{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-linear-gradient(bottom, #0e799a 0%, #191b2b 100%);
    background: -o-linear-gradient(bottom, #0e799a 0%, #191b2b 100%);
    background: linear-gradient(to top, #0e799a 0%, #191b2b 100%);
    opacity:0;
    transition:opacity 1s linear;
}
.gradient-six{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: -webkit-linear-gradient(bottom, #191b2b 0%, #191b2b 100%);
    background: -o-linear-gradient(bottom, #191b2b 0%, #191b2b 100%);
    background: linear-gradient(to top, #191b2b 0%, #191b2b 100%);
    opacity:0;
    transition:opacity 1s linear;
}
.main{    
    z-index: 7;
    position: relative;
    top: 0;
    width:100%;
}

