html {
  scroll-behavior: smooth;
}
body{
  font-family: 'poppins';
}

.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: #20232c;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-top: 5px; margin-left: 10px;margin-right: 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);
}

#navbot > a:first-of-type{
  margin-right:10px;
     font-size: 14px;
 font-weight: 300;
 letter-spacing: 0px;
 color: #c4c4c7!important;
}
nav button,#section0 .btn{
  background: #63683E; border: none; border-radius: 11px; color: white;font-size: 22px;
}
#navbot button a{
  margin-left: 10px;  
  margin-right: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: 45%;
  padding-top: 40px;
  padding-bottom: 40px;
}
#section1 h1{
  font-size: 19px;
}
#section1 p{
  font-size: 23px;
  color:#63683E;
  padding-top: 50px;
  letter-spacing: 0.02em;
}
#section1 img{
  width: 100px;
  height: 100px;
}

#section2,#section4{
  background-color: #63683E;
}

#section2 h3{
  text-align: left;
   padding-bottom: 23px;
  padding-top: 25px;
  color: white;
  margin-left: 450px;
}

#section3{
  position: relative;
  display: block;
}

#section4 img{
  /*width: 30%;*/
  width: 85%;

}
#section4 hr{
  background-color: #994301;
  width: 42%;
}
#section4 a{
  color: #994301
}
#section4 li .list-group-item span{
  position: absolute;
  right: 0;
  margin-top: 5px;
}
#fora,#Navarra,#Tenerife{
  border: 1px solid white;
  background-color: #E8E9E7;
  border-radius: 12px;
}

#section5{
  padding: 5rem 0;
}
#section5 h1{
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.35;
  display: block;
  margin-bottom: 25px;
}
#section5 label{
  font-size: 19px;
  color:#63683E;
  letter-spacing: 0.02em;
  line-height: 1.35;
}
#section5 input{
  border-radius: 8px;
  border: 1px solid black;
  width: 100%;
  box-shadow: 0 0 1px black;
  padding-left: 7px;
}
#section5 textarea{
  border-radius: 12px;
  border: 1px solid black;
  width: 100%;
  box-shadow: 0 0 1px black;
  padding-left: 7px;
  height: 191px;
  resize: none;
}
#section5 button{
  font-weight: 500;
  letter-spacing: .25px;
  line-height: 36px;
  border-radius: 4px;
  border: 4px;
  background-color: black; 
  color: white;
  margin-top: 8px;
padding: 8px 22px;
  font-size: 23px;
}
#section5 #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;
}

.filtroimagen::before{
	content: '';
  background-color: #994301;
  opacity: 0.35;
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0px;
}

.flecha{
  margin-top: 43px;
  width: 50px;
  height: 51px;
  border-top: 4px solid #555;
  border-right: 4px solid #555;
  -webkit-transform: rotate(45deg) skew(15deg, 15deg);
  -moz-transform: rotate(45deg) skew(15deg, 15deg);
  -ms-transform: rotate(45deg) skew(15deg, 15deg);
  -o-transform: rotate(45deg) skew(15deg, 15deg);
  transform: rotate(45deg) skew(30deg, 30deg);
}

/* Create a Parallax Effect */
.imgSection0{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50%;
}

/* First image (Logo. Full height) */
.imgSection0 {
  background-image: url('../img/troncosinicio.png');
  min-height: 50%;
}
.bgimg-2 {
  background-image: url('../img/troncos.jpeg');

  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height:450px;
}

footer li{
	list-style: none;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
    .imgSection0, .bgimg-2 {
        background-attachment: scroll;
    }
    #section1{
        min-height: 0%;
    }
}

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

#titulo2{
	color:white;
	top: 34%;
	width: 100%;
	position: absolute;
	font-size: 2.1em;
	display: block;
  font-family: 'poppins';
}

#sector3titulo{
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.filtroimagen2::before{
  content: '';
  background-color: #994301;
  opacity: 0.20;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
}
#sector3titulo h1{
  font-size: 2.5em;
  color: white;
  letter-spacing: 0.02em;
  line-height: 1.35;
  display: block;
  left: 50%;
  font-weight: bold;
}

#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;
}

@media (min-width: 2050px) {
  .imgSection0{
  width: 100%; height: 55%;
  }
  .filtroimagen::before{
  height: 55%;
  }
  #section1{
  min-height: 40%;
  }
}
@media (max-width: 1400px) {
  #titulo2{
    top: 37%;
  }
  #section2 h3{
  margin-left: 300px;
  }
}
@media (max-width: 1200px) {
  #section2 h3{
  margin-left: 200px;
  }
}

@media (max-width: 1000px) {
  #titulo2{
    font-size: 1.7em;
  }

  #section2 h3{
    margin-left: 0px;
    text-align: center;
  }
}

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

.animacionguay {
  content: '';
  opacity: 0;
  animation: fadein 4s;
    -moz-animation: fadein 4s; /* Firefox */
    -webkit-animation: fadein 4s; /* Safari and Chrome */
    -o-animation: fadein 4s; /* Opera */
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@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;
  }
}

.animacionguay2 {
  content: '';
  opacity: 0;
  animation: 2s fadeIn;
  animation-fill-mode: forwards;
  transition: opacity 1.5s;
  animation-delay: 500ms;
}
@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;
  }
}