@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i,700,800&display=swap");

@font-face {
  font-family: "gnyrwn971";
  src: url("../fonts/gnyrwn971.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  /* Colores principales */
  --color-primary: #5aba31;
  --color-secondary: #086e08;
  --color-text: #1f1f1f;
  --color-text-light: #ececec;
  --color-text-dark: #2a2b2a;
  --color-background: #fff;
  --color-background-dark: #202020;
  --color-border: #989696;
  --color-social-icon: #202020;
  --color-social-icon-hover: #5aba31;
}

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "gnyrwn971", sans-serif !important;
  font-display: swap;
  color: var(--color-text);
  background-color: var(--color-background);
  overflow-x: hidden;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 17px !important;

}

h1 {
  font-family: "gnyrwn971", sans-serif !important;
  font-size: 105px;
  line-height: 96px;
  font-weight: bold;
  color: var(--color-text-light);
}

h2 {
  font-family: "gnyrwn971", sans-serif !important;
  font-size: 60px !important;
  line-height: 45px;
  font-weight: bold;
  color: var(--color-text);
}

h3 {
  font-family: "gnyrwn971", sans-serif !important;
  font-size: 35px !important;
  line-height: 30px;
  font-weight: bold;
  color: var(--color-text);
}

p {
  font-family: "gnyrwn971", sans-serif !important;

  font-size: 22px !important;
  line-height: 31px;
  color: var(--color-text-dark);
  font-weight: 500;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a,
.btn:hover {
  transform: scale(1.1);
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  width: 90vw !important;
  max-width: 90vw !important;
}

/**-- heading section --**/

/*-- header area --*/

/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

/*-- Navigation --*/

.navigation.navbar {
  float: right;
  padding: 0;
  padding-top: 35px !important;
}

.navigation.navbar-dark .navbar-nav .nav-link {
  padding: 0;
  margin: 0 30px;
  color: #eeeeee;
  font-size: 23px !important;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
  color: #5aba31;
}

.navigation.navbar-dark .navbar-nav .active > .nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show > .nav-link {
  color: #5aba31;
}

.navbar-expand-md .navbar-nav {
  padding-right: 10px;
}

/*-- Header --*/

/* Header */
.header {
  width: 100%;
  padding: 35px 0;
  background: transparent;
  position: absolute;
  z-index: 1;
}

.logo {
  text-align: left;
  width: 200%;
}
.header .container {
  max-width: 100%;
  width: 90%;
}

/*-- Banner Section --*/

.banner {
  position: relative;
  background: url(../images/V5_General.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
.language-selector button {
  padding: 10px 20px;
  margin: 10px;
  cursor: pointer;
  font-size: 16px;
}
.language-selector button:hover{
  background-color: #5aba31;
}
#es{
  background-image: url(../images/spain.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#en{
  background-image: url(../images/england.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.language-selector {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1000;
}

.banner .container {
  bottom: 10rem;
  left: 10rem;
}

.banner .testimonial-caption-style{
  bottom: 10%;
  right: 10%;
  color: var(--color-text-light);
  font-size: 25px;
  text-align: right;

}

.platform-logo{
  border-radius: 5px;
  width: 60px;
  margin-left: 35px;
}

.banner .testimonial-authors{
  color: var(--color-text-light) !important;
  font-size: 25px;
}

.text-bg {
  text-align: left;
}

.text-bg h1 {
  color: var(--color-text-light);
  font-size: 85px;
  line-height: 96px;
  padding-bottom: 0;
  font-weight: bold;
}

.text-bg span {
  line-height: 25px;
  padding-bottom: 40px;
  color: var(--color-text-light);
  font-size: 27px;
  font-weight: bold;
  display: block;
}

.text-bg .read_more {
  background-color: #fff;
  color: #1d1d1d;
}

.banner .carousel-indicators {
  display: none;
}

/*-- End Banner Section --*/

/*-- Title Page --*/

/* Título sección */
.titlepage h2 {
  line-height: 45px;
  font-weight: bold;
  color: var(--color-text);
}

.titlepage h2 .green {
  color: var(--color-primary);
}

/* Subtítulo sección */
.titlepage p {
  line-height: 31px;
  color: var(--color-text-dark);
  font-weight: 400;
}

.green {
  color: #16e816 !important;
}

/*-- Read More Button --*/

.read_more {
  max-width: 243px;
  padding: 2rem 4rem;
  background-color: var(--color-text);
  color: var(--color-text-light);
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 50px;
  transition: background-color 0.5s ease, color 0.5s ease;
  z-index: 10;
  position: relative;
}

.read_more:hover {
  background-color: var(--color-primary);
  color: var(--color-text-light);
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

/*-- About Section --*/

.about {
  background-color: #fff;
}

.py-10 {
  padding: 15rem 0;
}
.py-20 {
  padding: 20rem 0;
}

.about .titlepage {
  text-align: left;
  padding-bottom: 0;
}

.about .titlepage h2 {
  margin-bottom: 35px;
}

.about .titlepage p {
  font-weight: 400;
  color: #2e2d2d;
  line-height: 31px;
  padding-bottom: 35px;
}

/*-- End About Section --*/

/*-- Video Container --*/

.container-video {
  position: relative;
  display: block;
  background-image: url(../images/Isla_fin.png);
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed; /* Fija la imagen de fondo */

  background-repeat: no-repeat;
}
.container-video video {
  margin: 5rem 0;
  border-radius: 10px;
}

.container-video .titlepage h2 {
  color: #ececec;
}

/*-- Service Section --*/
.service{
  background-image: url(../images/Icono-Mac.png);
  background-position: 100% 100%;
  background-size: 20%;
  background-repeat: no-repeat;
}


.service_box h3 {
  color: #252525;
  padding-bottom: 5px;
  margin-top: 15px;
  font-weight: bold;
}
.service .titlepage h2 {
  margin-bottom: 5rem;
}

.service_box p {
  color: #181818;
}

.service_box img{
  width: 20%;
}

.service .read_more {
  margin: 0 auto;
  display: block;
  margin-top: 60px;
}

/*-- End Service Section --*/

/*-- Gallery Section --*/

.gallery {
  background-image: url(../images/Landscape\ of\ Kaikala.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7rem 0;
}
.gallery p, .gallery .titlepage h2{
  color: var(--color-text-light) !important;

}

.gallery .titlepage {
  text-align: center;

}

.gallery .titlepage p {
  display: block;
}

.gallery .gallery_img {
  overflow: hidden;
}

.gallery .gallery_img figure {
  margin: 0;
}

.gallery .gallery_img figure img {
  width: 100%;
  transition: all 0.5s;
  border-radius: 10px;
}

.gallery .gallery_img figure img:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.gallery_text {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 10px;
}

#gallery_Sabiduria{
  background-image: url(../images/KaikaOscuro.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#gallery_Valor{
  background-image: url(../images/KaikalaOscuro.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#gallery_Espiritu{
  background-image: url(../images/KailaOscuro.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.galleryh3 h3 {
  line-height: 30px;
  color: var(--color-text-light);
  font-weight: bold;
}

.galleryh3 p {
  line-height: 31px;
  color: var(--color-text-light);
  padding: 15px;
}

.gallery a{
  background-color: var(--color-background);
  color: var(--color-text-dark);
}

/*-- End Gallery Section --*/

/*-- Contact Section --*/

.contact {
  background: url(../images/banner4Oscuro.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed; /* Fija la imagen de fondo */

  margin-top: 90px;
  padding: 80px 0;
}

.contact p {
  color: #989696;
}

.contact .titlepage {
  text-align: left;
}

.contact .titlepage h2 {
  color: #fff;
  text-transform: uppercase;
}

.contactus {
  border: 1px solid var(--color-border);
  padding: 0 15px;
  margin-bottom: 25px;
  width: 100%;
  height: 54px;
  background: var(--color-background);
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: normal;
  border-radius: 5px;
}
.contactus::placeholder {
  color: var(--color-border);
  opacity: 1;
}
.titlepage p {
  color: var(--color-text-light);
}

.send_btn {
  font-size: 22px;
  transition: background-color 0.5s ease, color 0.5s ease;
  background-color: transparent;
  border: 3px solid var(--color-border);
  text-transform: uppercase;
  color: var(--color-text-light);
  padding: 7px 0;
  max-width: 150px;
  width: 100%;
  display: block;
  margin-top: 10px;
  font-weight: 500;
}

.send_btn:hover {
  background-color: var(--color-text-dark);
  color: var(--color-text-light);
}

/*-- End Contact Section --*/

/*-- Footer --*/
/* Footer */
.footer {
  background: var(--color-background-dark);
  text-align: center;
}

.footer h3 {
  font-weight: 600;
  font-size: 20px;
  color: var(--color-text-light);
  margin-bottom: 15px;
}

/* Redes sociales */
.social_icon {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

.social_icon li {
  margin: 0 8px;
}

.social_icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-background);
  color: var(--color-social-icon);
  transition: all 0.3s ease-in-out;
}

.social_icon li a:hover {
  background: var(--color-social-icon-hover);
  color: var(--color-text-light);
}

/* Enlaces */
.footer-links {
  list-style: none;
  padding: 0;
}

footer {
  overflow: hidden;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: var(--color-text-light);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: var(--color-primary);
}

/* Copyright */
.copyright {
  background: var(--color-background);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.copyright p {
  color: var(--color-text);
  font-size: 18px !important;
  margin: 0;
}

.copyright a {
  color: var(--color-text);
  transition: color 0.3s;
}

.copyright a:hover {
  color: var(--color-primary);
}

.politica p{
  color: #969696 !important;
}

/*-- End Footer --*/

/*-- Testimonial Section --*/

.quote-image {
  margin: 0 auto 0 auto;
  width: 5%;
}

/* Cita */
.testimonial-caption-style p, .testimonial-caption-style a {
  font-size: 24px !important;
  line-height: 30px;
  color: var(--color-text) !important;
  text-shadow: none;
}

/* Nombre cita */
.testimonial-authors {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-text);
}

.testimonial-style .testimonial-caption-style {
  font-size: 24px;
  color: #354052;
  line-height: 30px;
  bottom: 40%;
  text-shadow: none;
  top: 10%;
}

.testimonial-style .testimonial-authors {
  font-weight: 700;
  font-size: 20px;
  color: #354052;
  line-height: 30px;
  margin-top: 40px;
}

.testimonial-style .carousel-inner > .item {
  padding-top: auto;
  padding-bottom: auto;
  height: 280px;
}

.testimonial-style .carousel-control.left,
.testimonial-style .carousel-control.right {
  background: none;
  box-shadow: none;
  text-shadow: none;
}

.testimonial-style .carousel-control {
  color: #354052;
}

.testimonial-style .carousel-control:hover {
  color: #354052;
  text-decoration: none;
  transition: background-color 1s ease;
}

.testimonial-style .carousel-indicators .active {
  background-color: #fff;
  width: 14px;
  height: 14px;
  transition: background 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.testimonial-style .carousel-indicators li {
  border: 2px solid #354052;
  background-color: #354052;
}

/*-- End Testimonial Section --*/

/*-- Separator --*/

.separator {
  margin: 25px auto 80px auto;
  border: 0;
}

.separator--line {
  border: 0;
  border-bottom: 5px solid #16e816;
  width: 0;
  animation: separator-width 1s ease-out forwards;
  opacity: 1;
}

@keyframes separator-width {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}

/*-- Image Comparator --*/

.image-comparator, .image-comparator-2, .image-comparator-3 {
  width: 50vw;
  margin: auto;
  min-width: 280px;
  max-width: 960px;
}

.image-modified, .image-modified-2, .image-modified-3 {
  position: relative;
}

.image-modified img, .image-modified-2 img, .image-modified-3 img {
  display: inline-block;
  width: 50vw;
  min-width: 280px;
  max-width: 960px;
  border-radius: 10px;
}

.image-original, .image-original-2, .image-original-3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

#cursor-ic, #cursor-ic-2,#cursor-ic-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #bada55;
  z-index: 3;
  height: 20px;
  width: 20px;
}

#cursor-ic:before, #cursor-ic-2::before,#cursor-ic-3:before {
  content: "";
  display: block;
  background: #bada55;
  width: 2px;
  height: 1500%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#cursor-ic:after, #cursor-ic-2::after,#cursor-ic-3::after {
  content: "";
  display: block;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

#slider-ic, #slider-ic-2,#slider-ic-3 {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 0;
  height: 5px;
  opacity: 0;
  width: 100%;
  z-index: 10;
  transform: translateY(-50%);
  border-radius: 5px;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #bada55;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  cursor: ew-resize;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #bada55;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  cursor: ew-resize;
}

@media screen and (max-width: 768px) {
  .banner .container {
    left: initial;
  }
  .text-bg h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .text-bg span {
    font-size: 15px;
    line-height: 25px;
  }
  .text-bg .read_more {
    font-size: 15px;
  }
  nav {
    margin: auto;
    width: 100%;
    transition: all 0.5s ease-in-out;
  }
  .navbar-toggler {
    transition: all 0.5s ease-in-out;
  }
  .navigation.navbar {
    padding: 0;
  }
  .navigation.navbar .navbar-brand {
    padding: 10px;
  }
  .navigation.navbar .navbar-toggler {
    padding: 10px;
  }
  #cursor-ic:before {
    height: 800%;
  }
  .testimonial-caption-style p,
  .testimonial-caption-style i {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .service{
    background-image: none;
  }
  .banner .read_more{
    margin-right: 200px;
  }
  .platform-logo{
    margin-top: 30px;
  }
  .banner .testimonial-caption-style{
    display: none;
  }
  .banner .container{
    bottom: 5rem;
  }
  .banner .text-bg span{
    font-size: 20px;
  }
  #cursor-ic:before, #cursor-ic-2::before,#cursor-ic-3:before {
    height: 500%;
  }
  .logo{
    width: 50%;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated {
  animation: fadeInUp 1s ease-out;
}
