@font-face {
  font-family: 'Poppins';
  src: url('../poppins/Poppins-Regular.woff2');
}

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

.align_text {
	margin:auto;
}

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: 5px 10px 0px 10px;
}

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

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

#section2{
  position: relative;
  display: block;
  min-height: fit-content;
  padding-top: 1%;
  text-align: center; 
}

#section3{
  position: relative;
  display: block;
  padding: 10px 0px;
  background-color: #0F2159;
  color: white;
}

#section3 h4{
  line-height: 34px;
  padding-top: 10px;
  font-size: 22px;
  letter-spacing: 1px;
}

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

#section6{
  padding: 5rem 0;
}

#section6 h1{
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.35;
  display: block;
  margin-bottom: 25px;
}
#section6 label{
  font-size: 19px;
  color:#737479;
  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); 
  color: white;
  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.3);
  display: block;
  width: 100%;
  height: 65%;
  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: 50%;
}
/* Create a Parallax Effect */
.imgSection01{
  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/landing_LiDAR.jpg');
  min-height: 65%;
}

/* First image (Logo. Full height) */
.imgSection01 {
  background-image: url('../img/landing_LiDAR.jpg');
  min-height: 65%;

}

footer li{
	list-style: none;
}

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

#titulo2{
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: 35%;
  transform: translateY(-50%);
	color:white;
	font-size: 2em;
	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:50px;
    }
    #section5 h3{
        margin-left: 300px;
    }
}
@media (max-width: 1200px) {
  #section5 h3{
  margin-left: 200px;
  }
}
@media (max-width: 1000px) {
  #titulo1{
    font-size: 50px;
  }
  #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;
}
@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;
  }
}

.doc-links{
  padding-left: 25%;
  padding-right: 20%;
}

.doc-link{
  color:#737479;
  font-size: 1rem;
	letter-spacing: 2pt;
  font-family: 'Poppins';
}

.doc-link:hover{
  color:black;
}

.accordion {
  color: #0F2159;
  background-color: #51919f2e;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
}

.accordion:hover {
	background-color:#004bad50;
}

.panel {
  background-color:#51919f2e;
  color:#0F2159; 
  padding: 0 18px;
  display: none;
  overflow: hidden;
  border-left-style: solid;
  border-left-color:#0F2159;
  padding-top:20px;
  padding-left:50px;
  margin-left:50px;
}

.section0_text{
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: 35%;
  transform: translateY(-50%);
  color: white;
  font-size: 22px;
  letter-spacing: 1pt;
}

.section0_img {
  width: 60px;
  height: 90px;

  position: absolute;
  top: 43%;
  right: 47%;
  transform: translateY(-50%);
  color: white;
}

.section1_container {
  display: block;
  justify-content: center;
  align-items: center;
  min-height: fit-content;
  padding: 20px 0px 20px 0px;
  text-align: center;
}

.section1_text {
  text-align: justify;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 1px;
  padding-top: 10px;
}

.section1_subtext{
  text-align: center;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 1px;
  padding-top: 10px;
}

.section2_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section2_text {
  text-align: justify;
  line-height: 34px;
  font-size: 22px;
  letter-spacing: 1px;
}

.section2_img{
  width: 55%;
}

.section3_left_side{
  background-color: white;
}

#section4{
  position: relative;
  display: block;
  background-color: white;
  padding-top: 3.5%;
}

#section4 h4{
  line-height: 34px;
  padding-top: 10px;
  font-size: 22px;
  letter-spacing: 1px;
}

.section4_left_side{
  display: grid;
  justify-content: center;
  background-color: white;
}

#section5{
  display: flex;
  align-items: center;
  justify-content: center;
}

.section5_btn{
  background-color: #0F2159;
  font-size: 22px;
  letter-spacing: 1px;
  padding: 15px;
  margin-top: 60px;
  border-radius: 22px;
  border-color: #0F2159;
  pointer-events: none;
}

.accordion_text{
  width: fit-content;
  font-size: 22px;
}

.accordion.active{
  padding-bottom: 0px;
}

.accordion_text::after{
  content: '';
  display: block;
  border-top: 3px solid #0F2159;
  margin-top: 0.5em;
}

.section6_img_container{
  display: flex;
  justify-content: center;
  align-content: center;
}

.section6_img{
  width: 63%;
}

.section6_text{
  text-align: justify;
  line-height: 34px;
  font-size: 20px;
  letter-spacing: 1px;
  max-width: 60%;

  a{
    color: #004AAD;
  }
}

.section_title{
  background-color: #0F2159;
  font-size: 22px;
  letter-spacing: 1px;
  margin: 30px 0px;
  border-radius: 22px;
  border-color: #0F2159;
  pointer-events: none;

  position: absolute;
  top: 30%;
  left: 5%;
  z-index: 1;
}

.section_title_docente{
  top: 39%;
}

.section_title_faq{
  top: 37%;
}

@media (min-width:319px){
  .filtroimagen::before {
    height: 89%;
  }

  .imgSection0 {
    min-height: 89%;
  }

  .section2_img {
    width: 85%;
  }

  .section6_img {
    width: 137%;
  }

  .section_title{
    display: none;
  }
}

@media (min-width:374px){
  .filtroimagen::before {
    height: 87%;
  }

  .imgSection0 {
    min-height: 87%;
  }

  .section2_img {
    width: 85%;
  }

  .section6_img {
    width: 137%;
  }

  .section_title{
    display: none;
  }
}

@media (min-width:424px){
  .filtroimagen::before {
    height: 85%;
  }

  .imgSection0 {
    min-height: 85%;
  }

  .section2_img {
    width: 85%;
  }

  .section6_img {
    width: 137%;
  }

  .section_title{
    display: none;
  }
}

@media (min-width:767px){
  .filtroimagen::before {
    height: 73%;
  }

  .imgSection0 {
    min-height: 73%;
  }

  .section2_img {
    width: 85%;
  }

  /* .section6_img {
    width: 137%;
  } */

  .section6_img {
    width: 185%;
  }

  .section6_text {
    position: absolute; 
    left: 22%;
    top: 0%;
  }

  .section_title{
    display: none;
  }
}

@media (min-width:1023px){
  .filtroimagen::before {
    height: 75%;
  }

  .imgSection0 {
    min-height: 75%;
  }

  .section6_img {
    width: 70%;
  }

  .section6_text {
    left: 0%;
    top: -23%;
  }

  .section_title{
    display: none;
  }
}

@media (min-width:1200px){
  .filtroimagen::before {
    height: 78%;
  }

  .imgSection0 {
    min-height: 78%;
  }

  .section6_text {
    top: 0%;
  }

  .section_title{
    display: none;
  }
}

@media (min-width:1365px){
  .filtroimagen::before {
    height: 78%;
  }

  .imgSection0 {
    min-height: 78%;
  }

  .section0_img{
    right: 48%;
  }

  .section_title{
    display: none;
  }
}

@media (min-width:1439px){
  .filtroimagen::before {
    height: 78%;
  }

  .imgSection0 {
    min-height: 78%;
  }

  .section0_img{
    right: 48%;
  }

  .section_title{
    display: none;
  }
}

@media (min-width:1919px){
  .filtroimagen::before {
    height: 78%;
  }

  .imgSection0 {
    min-height: 78%;
  }

  .section0_img{
    right: 48%;
  }

  .section_title{
    display: block;
  }
}

@media (min-width:2559px){
  .filtroimagen::before {
    height: 78%;
  }

  .imgSection0 {
    min-height: 78%;
  }

  .section0_img{
    right: 49%;
  }
}

@media (min-height:719px){
  .filtroimagen::before {
    height: 67%;
  }

  .imgSection0 {
    min-height: 67%;
  }
}

@media (min-height:767px){
  .filtroimagen::before {
    height: 69%;
  }

  .imgSection0 {
    min-height: 69%;
  }
}

@media (min-height:899px){
  .filtroimagen::before {
    height: 73%;
  }

  .imgSection0 {
    min-height: 73%;
  }
}

@media (min-height:1023px){
  .filtroimagen::before {
    height: 82%;
  }

  .imgSection0 {
    min-height: 82%;
  }
}

@media (min-height:1439px){
  .filtroimagen::before {
    height: 84%;
  }

  .imgSection0 {
    min-height: 84%;
  }
}