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

.page {
	scrollbar-color: #25292D #706F6F;
	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: #706F6F;
}
.page::-webkit-scrollbar {
    width: 10px;
    background-color: #706F6F;
}
.page::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgb(0,0,0,.3);
    background-color: #24272f;
}

.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, #idioma{
	margin-right:10px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0px;
	color: #c4c4c7!important;
}
nav button,#section0 .btn, .btn, .btn:hover{
	background: #530D00; 
	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 a{
	color: black; 
}
#section1 p{
	font-size: 23px;
	color:#530D00;
	padding-top: 50px;
	letter-spacing: 0.02em;
}
#section1 img{
	width: 100px;
	height: 100px;
}

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

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

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

#section5{
	padding: 5rem 0;
}
#section5 h1{
	font-size: 24px;
	letter-spacing: 0.02em;
	line-height: 1.35;
	display: block;
	margin-bottom: 25px;
}
#section5 label, #labelrefresh, .formularioCompra label{
	font-size: 19px;
	color:#530D00;
	letter-spacing: 0.02em;
	line-height: 1.35;
}
#section5 input, #myInput, .registro 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;
	width: 100px;
	margin-top: 8px;
	padding: 10px;
	font-size: 23px;
}
#section5 #refresh, #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;
	border-radius: 7px; 
}

#labelrefresh{
	position: absolute;
	margin-top: 16px;
	margin-left: 10px;
}
#captcha{
	border-radius: 8px;
	border: 1px solid black;
}

#section6, #patente{
	background-color: #858595;
	color: #e5e5e5;
}
#section6 p, #patente p{
	font-size: 15px;
	text-align: center; 
	letter-spacing: 0.02em;
	padding-top: 75px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	margin-left: 75px; 
	margin-right: 75px; 
}

.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-attachment: scroll;
	/* background-position: center; */
	background-position: 20% 65%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 50%;
}

/* First image (Logo. Full height) */
.imgSection0 {
	background-image: url('../img/mochila.jpg');
	min-height: 50%;
}

.imgSection0_2{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 50%;
}

/* First image (Logo. Full height) */
.imgSection0_2 {
	background-image: url('../img/arboles.jpg');
	min-height: 50%;
}


.bgimg-2 {
	background-image: url('../img/bosque.jpg');
	background-attachment: scroll;
	background-position: 20% 80%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height:450px;
}
.bgimg-3 {
	background-attachment: scroll;
	background-position: 30% 18%;
	background-image: url('../img/medir.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height:450px;
}
.imgTienda{
	background-attachment: scroll;
	background-position: 11% 15%;
	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, .imgSection0_2, .bgimg-2, .bgimg-3, .imgTienda {
        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';
}

#sector2titulo, #sector3titulo{
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	top: 50%;
	transform: translateY(-50%);
}
.filtroimagen2::before, .filtroimagen3::before{
	content: '';
	background-color: #994301;
	opacity: 0.20;
	display: block;
	width: 100%;
	height: 100%; 
	position: absolute;
	left: 0px;
}

#sector2titulo h1, #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, .imgSection0_2{
		width: 100%; 
		height: 55%;
	}
	.filtroimagen::before{
		height: 55%;
	}
	#section1{
		min-height: 40%;
	}
}
@media (max-width: 1400px) {
	#titulo2{
		top: 37%;
	}
	#section4 h3{
		margin-left: 300px;
	}
}
@media (max-width: 1200px) {
	#section4 h3{
		margin-left: 200px;
	}
}

@media (max-width: 1000px) {
	#titulo2{
		font-size: 1.7em;
	}
	#section4 h3{
		margin-left: 0px;
		text-align: center;
	}
	#section7 div{
		display: flex; align-items: center; justify-content: center;
	}
}

@media (max-width: 664px) {
	#titulo2{}
	#section4 h3{
		margin-left: 0px;
	}
	#section7 div{
		display: flex; align-items: center; justify-content: center;
	}
}

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

.modalContainer {
	display: none; 
	position: fixed; 
	z-index: 1;
	padding-top: 50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}
.modalContainer .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid lightgray;
	border-top: 10px solid #530D00;
	width: 60%;
}
.modalContainer .close {
	color: #aaaaaa;
	text-align: right; 
	font-size: 28px;
	font-weight: bold;
}
.modalContainer .close:hover,
.modalContainer .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-thumb {
  background-color: #9A1F08;
  width: 20px;
  height: 20px;
  border: 3px solid #9A1F08;
  border-radius: 50%;
  margin-top: -9px;
}
input[type=range]::-moz-range-thumb {
  background-color: #9A1F08;
  width: 15px;
  height: 15px;
  border: 3px solid #9A1F08;
  border-radius: 50%;
}
input[type=range]::-ms-thumb {
  background-color: #9A1F08;
  width: 20px;
  height: 20px;
  border: 3px solid #9A1F08;
  border-radius: 50%;
}