html {
  scroll-behavior: smooth;
}

body{
  font-family: 'poppins';
  color:#262626;
}

.titulo
{
    font-size: 1.500em;
}
.titulo_jornadas
{
    padding-left: 200px;
    font-size: 1.500em;
    line-height: 0.65;
}

.img_keyplayer {
  float: left;
  margin-right: 20px;
}

.intro_tr
{
    width:100%;
}

.intro_table
{
    width:100%;
    
}

.intro_td
{
    width:50%;
}

.intro_td_mapa
{
    width:50%;
    color: white;
    padding:0px;
    text-align:center;
}

.div_keyplayer
{
    margin: auto;
    width: 800px;
    text-align: left;
    margin-top: 20px;
}

.div_keyplayer_intro
{
    width: 350px;
    text-align: left;
    margin-top: 20px;
    display:inline;
}

.div_keyplayer_2
{
    margin-left: 50px;
}

.div_keyplayer_pausa{
    margin: auto;
    width: 600px;
    text-align: center;
    margin-top: 20px;
}

.P_keyplayer
{
    padding: 0px;
    margin: 0px;

}

.h4_keyplayer
{
    margin: 0px;
    padding: 0px;
}

.h4_keyplayer_2
{
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

.page {
  scrollbar-color: #25292D #606443;
  scrollbar-width: thin;
  height: 100%;
    
}
.page::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #606443;
}
.page::-webkit-scrollbar {
    width: 10px;
    background-color: #606443;
}
.page::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #25292D;
}

.footer_container{
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer_container_column{
  max-width: 20%;
  margin: 0px 25px;
}

.efr_img{
  margin-top: 1rem;
}

nav{
  width: 100%;
  background-color: #262626;
  line-height: 2;
}
nav .navbar-brand{
 font-size: 14px;
 font-weight: 300;
 letter-spacing: 0px;
 color: #c4c4c7!important;
}
nav img{
  max-height: 30px;
}
nav span{
  color:white;
  margin: 5px 10px 0px 10px;
}

#boxidioma{
  display: inline-block;
}
#idioma{
  padding: 23px 20px;
  cursor:pointer;
}

#boxidioma > a:first-of-type{
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #c4c4c7!important;
}
#idiomasdisponibles {
  display: none;
  position: absolute;
  background-color: #F2F2F2;
  z-index: 1;
  margin-top: 18px;
}
#idiomasdisponibles a {
  text-decoration: none;
  display: block;
  color: #5f5f5f;
  padding:10px 20px;
  font-size: 13px;
}
#idiomasdisponibles a:hover {background-color: rgba(0,0,0,.06);}

#boxidioma:hover #idiomasdisponibles {display: block;}

#idiomasdisponibles > a:first-of-type{
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

nav button,#section0 .btn{
  background: #303030; border: none; border-radius: 11px; color: white;font-size: 22px;
}
#navbot button a{
  margin: 0px 10px 0px 10px;
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 0px;
  color:#0c0c0c;
  line-height: 30px;
  text-decoration: none;
}

footer{
  padding-top: 55px;
  color: #97989d;
  font-family: 'poppins';
  font-size: 13px;
  letter-spacing: 1px;
  background-color: #ebedf3;
}
footer a{
  color: #97989d;
}
.logosFooter {
  height: 90px;
}
#section1{
  min-height: 20%;
  padding: 20px 0px 20px 0px;
}
#section1 p{
  font-size: 23px;
  letter-spacing: 0.02em;
}

#section3{
  position: relative;
  display: block;
  padding: 20px 0px 40px 0px;
}
#section3 h4{
  letter-spacing: 0.02em;
}

#section4{
  background-color:#262626;
  color: white;
}


#section5 img{
  width: 63px;
}
#section5 h3{
  text-align: left;
  padding: 5px 0px 5px 0px;
  margin-left: 450px;
}

#section6{
  padding:0;
}

#section6 h1{
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.35;
  display: block;
  margin-bottom: 25px;
}
#section6 label{
  font-size: 19px;
  letter-spacing: 0.02em;
  line-height: 1.35;
}
#section6 input{
  border-radius: 8px;
  border: 1px solid black;
  width: 100%;
  box-shadow: 0 0 1px black;
  padding-left: 7px;
}
#section6 textarea{
  border-radius: 12px;
  border: 1px solid black;
  width: 100%;
  box-shadow: 0 0 1px black;
  padding-left: 7px;
  height: 191px;
  resize: none;
}
#section6 button{
  font-weight: 500;
  letter-spacing: .25px;
  line-height: 36px;
  border-radius: 4px;
  border: 4px;
  background-color: rgb(48,48,48); 
  margin-top: 8px;
  padding: 8px 22px;
  font-size: 23px;
}
#section6 #refresh{
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 28px;
    background-color: #F2F3F4; 
    box-shadow: 0 0 1px #f2f3f4;
    border: 1px solid #F2F3F4;
    color: black;
    font-size: 17px;
}
#botonsend{
	display: none;
}
#labelrefresh{
  position: absolute;
  margin-top: 16px;
  margin-left: 10px;
}
#captcha{
  border-radius: 8px;
  border: 1px solid black;
}

#sizeiconos{
  padding-top: 20px;
}
#sizeiconos img{
  width: 90px;
  height: 90px;
}
#sizeiconos h1{
  font-size: 19px;
}

.filtroimagen::before{
	content: '';
  background-color: rgba(0,0,0,0.1);
  display: block;
  width: 100%;
  height: 75%;
  position: absolute;
  left: 0px;
}

/* Create a Parallax Effect */
.imgSection0{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 75%;
  min-height: 500 !important;
}
/* Create a Parallax Effect */
.imgSection01{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 75%;
}

/* First image (Logo. Full height) */
.imgSection0 {
  background-image: url('../img/Foto_landing.png');
  min-height: 75%;
}
/* First image (Logo. Full height) */
.imgSection01 {
  background-image: url('../img/Foto_landing.png');
  min-height: 75%;
}
/* First image (Logo. Full height) */
.imgSection1 {
  background-image: url('../img/streettree.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

footer li{
	list-style: none;
}

#titulo1{
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: 27%;
  transform: translateY(-50%);
	color:white;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 1pt;
  font-family: 'poppins';
}

#cookie{
  background-color: rgb(32, 32, 32);        
  bottom: 0px;
  position: fixed;
  display: block;
  border: 0;
  font-size: 12pt;
  margin: 0 auto;
  padding: 13px 10px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  z-index: 9999;
  box-shadow: rgba(0,0,0,.5) 0px 5px 50px;
  left: 0px;
}
#cookie span{
  color: rgb(255, 255, 255);
  font-family: "Poppins";
  font-size: 12pt;
  text-align: center;
  font-weight: 300;
}
#cookie-again{
  background-color: rgb(32, 32, 32);
  color: rgb(255, 255, 255);
  position: fixed;
  font-family: "Poppins";
  width: auto;
  bottom: 0px;
  right: 100px;
  display: block;
  font-size: 10pt;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  box-shadow: #161616 2px 2px 5px 2px;
  letter-spacing: 1px;
}
#cookie a{
  display: inline-block;
  color: rgb(255, 255, 255);
}
#cookie button{
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: rgb(169, 170, 172);
  line-height: 1;
  padding: 10px 16px 10px;
  border:none
}

@media (max-width: 1400px) {
    #titulo1{
        font-size:3vw;
    }
    #section5 h3{
        margin-left: 300px;
    }
}
@media (max-width: 1200px) {
  #section5 h3{
  margin-left: 200px;
  }
}
@media (max-width: 1000px) {
  #titulo1{
    font-size: 2.8em;
  }
  #section5 h3{
    margin-left: 0px;
    text-align: center;
  }
}

@media (max-width: 664px) {
  #section5 h3{
    margin-left: 0px;
  }
}



.animacionguay2 {
  content: '';
  opacity: 0;
  animation: 2s fadeIn;
  animation-fill-mode: forwards;
  transition: opacity 1.5s;
  animation-delay: 500ms;
  text-align: left;
  margin: auto;
  padding: 200px;
  margin-top:50px;
  
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity:0;
  }
  to {
    opacity: 1;
  }
}

#cards_landscape_wrap-2{
  text-align: center;
}
#cards_landscape_wrap-2 .container{
  padding-bottom: 50px;
}
#cards_landscape_wrap-2 a{
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;
  height: 250px;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box{
  text-align: center;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container{
  padding: 30px 18px;
}
#cards_landscape_wrap-2 .card-flyer{
  background: #FFFFFF;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
#cards_landscape_wrap-2 .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
  font-size: 14px;
  letter-spacing: 1px;
  color: #7d7e7e;
}
#cards_landscape_wrap-2 .card-flyer .text-box h6{
  margin-top: 0px;
  margin-bottom: 4px; 
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto Black', sans-serif;
  letter-spacing: 1px;
  color: #c5b79a;
}