html {box-sizing: border-box;   scroll-behavior: smooth;  } 
body {background-color: #070819; }
h1,h2,h3,h4, h5, h6 {
    font-family:"Inter",sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: white;
    font-variation-settings:"slnt" 0;
}


 p, li {
  font-family:"Inter",sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: white;
  font-variation-settings:"slnt" 0;
}
h1 {font-size: 4.8rem;}
h2 {font-size: 4rem;}
h3 {font-size: 3.2rem;}
h4 {font-size: 2.8rem;}
h5 {font-size: 1.5rem;}
h6 {font-size: 1rem;}
.h7 {font-size: 0.8rem; color: #000;  font-family:"Inter",sans-serif;  font-optical-sizing: auto;  font-weight: 200;  font-style: normal;  font-variation-settings:"slnt" 0;}
p {font-size: 1rem;}
li{font-size: 1rem;}
img {max-width: 100%;}
section{ min-height: 80vh;  display: flex; flex-direction: column; padding-left: 20%; padding-right: 20%; margin: 0;}
.section1{min-height: 100vh;  display: flex; flex-direction: column; padding-left: 20%; padding-right: 20%; margin: 0;}
*,*:before,*:After{box-sizing: inherit;}
.centrar-texto {text-align: center;}
.no-margin {margin: 0;}
.no-padding {padding: 0;}
.fullsection{width: 100%; height: 60vh; margin: 0 auto;; padding-top:15% ; padding-bottom: 15%; padding-left: 20%; padding-right: 20%;  display: flex;align-items: center; justify-content: center;}
.welcome { padding-top: 60vh; }
.cover {background-image: url("../img/cover.webp"); max-width: 100%;  background-size: cover; background-repeat: no-repeat;  background-position: center; }
.imgserv {background-image: url("../img/serv1.webp"); max-width: 100%;  background-size: cover; background-repeat: no-repeat;  background-position: center; }
.intro {background-color: #004373;}
.center {display: flex; justify-content: center; align-items: center;  }
.text-justify{text-align: justify;}
.text-left{text-align: left;}
.text-right {text-align: right;}
.title {padding-top: 5rem;}
.spaced {padding-top: 5rem; padding-bottom: 5rem;}
.fa {color: #722F8B;}
.round {border-color: #ffff; border-radius: 50%;}
.client {margin-top: 1rem; margin-bottom: 1rem;}
.serv {max-width: 100%;  background-size: cover; background-repeat: no-repeat; height: 65vh;  background-position: center;}
footer{padding-top:0% ; padding-bottom: 0%; padding-left: 20%; padding-right: 20%; background-image: url("../img/mountain.webp"); max-width: 100%;  background-size: cover; background-repeat: no-repeat;  background-position: center;}
html.sr .load-hidden {
  visibility: hidden;
}
.container {padding: 0;}
.prueba{
  width: 1000px;
  background-color: #000; 
}

.accordion{
  --bs-accordion-color: #fff;
  --bs-accordion-border-color: #fff;
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-color: #fff;
  --bs-accordion-btn-focus-box-shadow:none;
  
}

.idiom  {
  width: auto;
  width: 0.8rem;
  text-align: center;
  font-size: 0.8rem;
  font-family:"Inter",sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: white;
  font-variation-settings:"slnt" 0;
  padding-left: 0!important;
  margin-left: 5px;
 
}



.btn {
    display: inline-block;
    padding: 5px 30px; 
    font-size: 1 rem;
    border: 2px solid #722F8B;
    border-radius: 13px;
    background-color: #722F8B; 
    color: #fff; 
    cursor: pointer;
    transition: all 0.3s ease; 
    text-decoration: none;
    font-family:"Inter",sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: white;
    font-variation-settings:"slnt" 0;
  }
 
  .btn:hover {
    background-color: #fff; 
    border-color: #fff; 
  }
 
  .btn:active {
    transform: translateY(2px);
  }

  @media (max-width: 768px) {
    .btn {
      padding: 8px 110px;
      font-size: 1 rem;
      width: 100%;
    }
  }

  .btn2 {
    display: inline-block;
    padding: 7px 7px; 
    font-size: 1 rem;
    border: 2px solid #722F8B;
    border-radius: 13px;
    background-color: #722F8B; 
    color: #fff; 
    cursor: pointer;
    transition: all 0.3s ease; 
    text-decoration: none;
    font-family:"Inter",sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: white;
    text-align: center;
    font-variation-settings:"slnt" 0;
  }
 
  .btn2:hover {
    background-color: #fff; 
    border-color: #fff; 
  }
 
  .btn2:active {
    transform: translateY(2px);
  }

  @media (max-width: 768px) {
    .btn2 {
      padding: 0px 0px;
      font-size: 1 rem;
      width: 20%;
    }
  }

  input{
    font-size:1rem;
    padding:20px 20px 20px 15px;
    display:block;
    width:100%;
    border:none;
    border:1px solid #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 10px;
  }

  input:focus 		{ outline:none; }

  input:focus ~ .bar:before, input:focus ~ .bar:after {
    width:50%;
  }

  .group 			  { 
    position:relative; 
    margin-bottom:45px; 
  }

  label 				 {
    color:#fff; 
    font-size:1rem;
    font-weight:normal;
    position:absolute!important;
    pointer-events:none;
    left:20px;
    top:10px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
  }

  input:focus ~ label, input:valid ~ label 		{
    top:-20px;
    font-size:14px;   
    color:#fff;
  }

  .bar 	{ position:relative; display:block; width:95%; margin: 0 auto; }
.bar:before, .bar:after 	{
  content:'';
  height:3px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#722F8B; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}


textarea{
  font-size:1rem;
  padding:20px 20px 100px 15px;
  display:block;
  width:100%;
  border:none;
  border:1px solid #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 10px;
}

textarea:focus 		{ outline:none; }

textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
  width:50%;
}

textarea:focus ~ label, input:valid ~ label 		{
  top:-20px;
  font-size:14px;   
  color:#fff;
}

.barpurple{
  background-color: #722F8B;
  height: 20%;

}


/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}


/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}



/* NAV*/
.navbar {
  width: 100%;
 padding-top: 15px;
 padding-bottom: 15px;
  padding-left: 10%;
  padding-right: 10%;
  align-items: center;
  position: fixed;
  display: flex;
  background-color: #070819;
  z-index: 1!important;
  


}

.brand{
  text-align: center;

}

.brand a {
  color: #fff;
  text-decoration: none; 
  
}


.navbar-links {
  display: flex;
}


.navbar-links a {
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
  font-family:"Inter",sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: white;
  font-variation-settings:"slnt" 0;
}

.navbar-links a:hover {
  border-bottom: 2px solid white; /* Ajusta el grosor y color del borde según tu preferencia */
}

.burger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.line {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 3px;
}

.mobile-menu {
  display: none;
  background-color: #070819;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  font-family:"Inter",sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;

}

.mobile-menu.hidden {
  display: none;
 
}

.mobile-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.mobile-menu a:hover {
  color: #fff;
  background-color: #722F8B;
  width: 100%;
}

.brand img{
  height: 40px;
}


/* videobackground */ /* Video container */
.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Video element */
video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Overlay */
.video-overlay {
  position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
      pointer-events: none; /* Permitir interacción con el video debajo */
}

/* Content on top of video */
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 0; /* Higher than video and overlay */
}

.content h1 {
  font-size: 3rem;
}

.content p {
  font-size: 1.2rem;
}





@media screen and (max-width: 768px) {
  .navbar-links {
    display: none;
  }

  .burger-menu {
    display: flex;
  }

  .mobile-menu {
    display: block;
  }

  .navbar { 
   padding-left: 5px;
   padding-right: 5px;
  }

  .brand img{
    height: 40px;
  }

  section{
    padding-left: 5%;
    padding-right: 5%;
  }

  footer{
    padding-left: 5%;
    padding-right: 5%;
  }
.fullsection{
  padding-left: 5%;
    padding-right: 5%;
}

.section1{
  padding-left: 5%;
    padding-right: 5%;
}

  
}
