@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', 'sans-serif';
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  padding-top: 105px;
}

@keyframes pulsate {
  0% { transform: translateY(-30%); }
  50% { transform: translateY(-20%); }
  100% { transform: translateY(-30%); }
}

.wsp-btn {
  background-color: transparent !important;
  position: fixed;
  bottom: 0px;
  right: 20px;
  z-index: 1000;
  animation: pulsate 1s infinite;
}

.wsp-btn a {
  background-color: transparent !important;
  display: block;
  padding: 10px;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
}

.wsp-btn img {
  background-color: transparent !important;
  width: 80px;
  height: auto;
  display: block;
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #1E2124;
}

.nav-contactUs {
  width: 156px;
  text-align: center;
  margin-left: 12px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  color: #1E2124;
  background: #FFDE59;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  border-radius: 48px;
}

nav-link {
  align-items: center;
}

body.english .nav-contactUs { 
  margin-right: 9px; 
}

body.spanish .nav-home { 
  margin-top: -8% 
}

.nav-contactUs:hover {
  color:#1E2124;
  background:#FFF259;
}

.nav-contactUs:active {
  background: #FFB459;
  color:#1E2124;
}

.brand-logo {
  width: 250px;
  margin-left: -20px;
}

.grow-up-tittle {
  line-height: 1;
  font-size: 110px;
}

.hero-section {
  background-color: #1E2124;
  color:#FFF;
}

.hero-p {
  margin-right: 100px;
  margin-top: -2%;
}

.grow-up,
.grow-up2 {
  color: #FFDE59;
}

.growup,
.growup2 {
  color: #FFDE59;
}

.growuptittle {
  color: #fff;
}

.image-hero {
  width: 550px;
}

@keyframes slideIn {
  0% {
      opacity: 0;
      transform: translateX(-100%);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

.slide-in {
  opacity: 0;
}

.animate {
  animation: slideIn 750ms ease-out forwards;
}

.delay-1 {
  animation-delay: 0s;
}

.delay-2 {
  animation-delay: 250ms;
}

.delay-3 {
  animation-delay: 500ms;
}

.delay-4 {
  animation-delay: 750ms;
}

.delay-btn-contact {
  animation-delay: 750ms;
}

.btn-contactUs-hero {
  font-size: 24px;
  font-weight: 600;
  border: none;
  color: #4E4C4C;
  margin-top: 20px;
  margin-left: -3%;
  background: #FFDE59;
  padding: 24px 48px;
  cursor: pointer;
  border-radius: 48px;
}

.btn-contactUs-hero:hover {
  background: #FFF259;
}

.btn-contactUs-hero:active {
  background: #FFB459;
  color:#4E4C4C;
}

.p-carrusel {
  padding-top: 128px;
  font-size: 24px;
  color: #7477AA;
  font-weight: bold;
}

.btn-carrusel {
  position: relative;
  font-size: 22px;
  border: none;
  margin-top: 16%;
  color: #1E2124;
  background: #FFFF;
  padding: 5px 20px;
  margin-left: -5%;
  margin-bottom: auto;
  cursor: pointer;
}

.btn-carrusel:hover {
  background: #FFF259;
}

.btn-carrusel:active {
  background: #FFB459;
  color:#4E4C4C;
}

.contactUs-section{
  padding-top: 5%;
  margin-bottom: -75px;
  background-color:#fff;
  background-image: url("../images/svg/Cloud/nube_ads_cloud.png"); /* Reemplaza '/ruta/de/la/imagen.jpg' con la ruta correcta de tu imagen */
  background-size: 2400px auto; /* Ajusta el tamaño de la imagen para cubrir todo el contenedor */
  background-position: right;
  background-repeat: no-repeat; /* Evita que la imagen se repita */
}

.form-card {
  color: #1E2124;
  background-color: #1E2124;
  border-color: #1E2124;
  margin-left: 30%;
  margin-right: 30%;
  border-radius: 1em;
  box-shadow: 0px 0px 7px rgba(40, 38, 38, 0.2);
  margin-bottom: 128px;
  margin-top: 100px;
  padding: 48px;

}

.form-card:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease; /* Agrega una transición suave */
}

.form-control {
  margin-bottom: 16px;
  position: relative;
  background-color:#1E2124;
  border-radius: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 650px;
  align-items: left;
  display: flex;
  box-sizing: border-box;
}

.form-group {
  position: relative;
  padding: 48px;
  color:#FFF;
  align-items: center;
}

.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control:focus {
  border-color: #FFDE59; /* Puedes ajustar el color según tus preferencias */
  box-shadow: 0 0 0 0.5px #FFDE59; /* Efecto de sombra opcional al hacer clic */
  background-color: #1E2124;
  color:#fff;
}

.form-control::placeholder {
  color:#fff;
  padding-left: 10px;
}

.form-group-name {
  padding: 20px;
}

.form-text {
  color:#1E2124;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 0px;
} 

.form-text-d1 {
  color: #7477AA;
}

.form-quote {
  color:#7477AA;
}

.form-p {
  color:#1E2124;
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: bold;
}

.btn-contact-form {
  font-size: 22px;
  font-weight: 600;
  border: none;
  color: #4E4C4C;
  margin-top: 16px;
  margin-bottom: 24px;
  background: #FFDE59;
  padding: 24px 48px;
  cursor: pointer;
  border-radius: 48px;
} 

.btn-contact-form:hover {
  background: #FFF259;
}

.btn-contact-form:active {
  background: #FFB459;
  color:#4E4C4C;
}

/* LOADER */
#status-message {
  margin-top: 10px;
  text-align: center;
}

.success-message {
  color: #4CAF50;
}

.error-message {
  color: #FF0000;
}

/* Your loader styles remain the same */
.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #FFF;
  border-top-color: transparent;
  animation: spin 2s linear infinite;
  margin-left: 45%;
  display: none; /* Initially hide the loader */
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


/* LOADER */



.viewMore-section {
  background-color: transparent;
  background-size: 600px auto; /* Ajusta el tamaño de la imagen para cubrir todo el contenedor */
  background-position: right;
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  position: relative;
  z-index: 2;
}

.viewMore-card {
  color: #1E2124;
  background-color: #1E2124;
  border-color: #1E2124;
  margin-left: 30%;
  margin-right: 30%;
  border-radius: 1em;
  box-shadow: 0px 0px 7px rgba(40, 38, 38, 0.2);
  margin-bottom: 128px;
  margin-top: 100px;
  padding: 48px;
}

.viewMore-p {
  color:#1E2124;
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: bold;
  padding-top: 80px;
}

.viewMore-text {
  color:#1E2124;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
}

.viewmore-text-d1 {
  color: #7477AA;
}


.accordion-item {
  background-color: #1E2124;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 16px;
  border-color: #FFF;
}

.accordion-item .accordion-button:not(.collapsed) {
  background-color: #FFDE59; /* Cambia esto al color deseado */
  color: #1E2124;
  border-color: #FFF;
}

.accordion-item:first-of-type {
  background-color: #1E2124;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 16px;
}

.accordion-item:last-of-type {
  background-color: #1E2124;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 16px;
}

.accordion-item:first-of-type .accordion-button:not(.collapsed) {
  background-color: #FFDE59; /* Cambia esto al color deseado */
  color: #1E2124;
  border-color: #FFF;
}

.accordion-item:last-of-type .accordion-button:not(.collapsed) {
  background-color: #FFDE59; /* Cambia esto al color deseado */
  color: #1E2124;
  border-color: #FFF;
}

.accordion-button {
  background-color: #fff;
  color: #1E2124;
  border-color: #FFF    ;
}

.accordion-button:hover {
  border-color: #FFF; 
}

.accordion-button:focus,
.accordion-button:focus-visible {
  border-color: #FFF; 
}

.accordion-button:active {
  border-color: #FFF; 
}

.accordion {
  background-color: transparent;
  padding: 48px;
}

.accordion-text {
  color: #FFF;
  font-weight: lighter;
  word-wrap: break-word;
  white-space: pre-line;
  text-align: left;
}


.aboutUs-section {
  background-color:#1E2124;
}

.aboutUs-text {
  text-align: center;
  margin-left: 128px;
  margin-right: 128px;
}

.aboutUs-h1 {
  font-weight: bold;
  color: #7477AA;
  font-size: 80px;
}
.aboutUs-p {
  text-overflow: ellipsis;
  color:#fff;
  font-size: 24px;
  font-weight: lighter;
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
}

.aboutUs-slide-containter {
  max-width: 1280px;
  width: 100%;
  background-color: none;
  padding-top: 64px;
}

.aboutUs-card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 16px 16px;
}

.card:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease; /* Agrega una transición suave */
  }

.card {
  border-color: #fff;
  border-radius: 1em;
  box-shadow: 0px 0px 7px rgba(40, 38, 38, 0.2);
}

/* Personaliza el estilo de los enlaces dentro de la lista */
.list-unstyled a {
    text-decoration: none; /* Elimina el subrayado */
    color: #ffffff; /* Cambia el color del texto según tus preferencias */
  }
  
  /* Cambia el color de los enlaces al pasar el ratón sobre ellos */
  .list-unstyled a:hover {
    color: #FF914D; /* Cambia el color al pasar el ratón sobre ellos */
  }

  .d-flex-custom a {
    text-decoration: none; /* Elimina el subrayado */
    color: #ffffff; /* Cambia el color del texto según tus preferencias */
  }

  .d-flex-custom a:hover {
    color: #FF914D; /* Cambia el color al pasar el ratón sobre ellos */
  }

  /* CARRUSEL FULL */

.carrusel-tittle-body{
  /* background-image: url(/img/back1.jpg); */
  background-color: #ffffff;
  margin-top: 24px;
}

.divisor-line {
  background-color: #FFDE59;
  height: 88px;
}

.divisor-line-dark {
  background-color: #1E2124;
  height: 88px;
}

.logo-grey-contactUs{
  opacity: 0;
  width: 400px;
  height: auto;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 24px;
}

.h1-carrusel {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 1px;
}  
.body-carrusel {
    min-height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    /* background: linear-gradient(to bottom, #FF914D, #FF724D); */
}

.slide-containter {
    max-width: 1920px;
    width: 100%;
    background-color: transparent;
    padding: 40px;
    margin-bottom: 156px;
}

.name-services {
  font-size: 24px;
  font-weight: 500;
  color: #fff; 
  margin-bottom: 16px;
}

.description-services {
  height: 100px;
  position: relative;
  margin-top: 0%;
  font-size: 14px;
  color: #FFF;
  text-align: left;
}

body.spanish .description-services{
  height: 128px;
}

.swiper-navBtn {
  color: #4E4C4C;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover {
  color: #FF914D;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet {
  background:#3f3e3e;
}
.swiper-pagination-bullet-active {
  background: #2b2b2b;
}


/*     asdasdsadasdasdas */ 
.swiper-navBtn-aboutUs {
  color: #4E4C4C;
  transition: color 0.3s ease;
}

.swiper-navBtn-aboutUs:hover {
  color: #FF914D;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-navBtn-aboutUs-bullet {
  background:#3f3e3e;
}
.swiper-navBtn-aboutUs-bullet-active {
  background: #2b2b2b;
}

/*  asdasdsadasdasdsad */ 

.slide-content{
    margin: 0 40px;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
    margin: 24px;
}


.image-content {
    position: relative;
    row-gap: 5px;
}

.card-logos {
    font-size: 100px; /* Ajusta el tamaño según tus necesidades */
}

.card{
    border-color:#1E2124;
    width: 320px;
    border-radius:  25px 25px 25px 25px;
    background-color: #1E2124;
    /* box-shadow: 2px 2px 5px 0px #4E4C4C; */
}

.card:hover{
    
    transform: scale(1.1); /* Aumenta el tamaño al pasar el mouse */
    box-shadow: 0px 0px 15px rgba(40, 38, 38, 0.3); /* Agrega sombra al pasar el mouse */
    z-index: 1; /* Coloca la tarjeta encima de las demás al pasar el mouse */
    transition: transform 0.3s ease;
}



.card-aboutUs{
  width: 100%;
  box-sizing: border-box;
  border-color:#FFF;
  overflow: hidden;
  margin: 0 auto;
  border-radius:  25px 25px 25px 25px;
  background-color: #FFF;
}

.card-aboutUs .image-content-aboutUs {
  height: 50%; /* Divide la tarjeta en dos partes: 50% para la imagen y 50% para el contenido */
}

.card-image-aboutUs img {
  width: 100%; /* Ajusta la imagen al 100% del contenedor */
  height: auto; /* Ajusta la imagen al 100% del contenedor */
}

.description-aboutUs {
  margin-top: 0%;
  font-size: 14px;
  color: #1E2124;
  text-align: left;
  padding: 24px;
}

/* .card-aboutUs:hover{
  transform: scale(1.1); 
  box-shadow: 0px 0px 15px rgba(40, 38, 38, 0.3); 
  z-index: 1;
  transition: transform 0.3s ease;
} */

.aboutUs-container {
  max-width: 1920px;
  width: 100%;
  background-color: transparent;
  padding-top: 128px; 
  padding-bottom: 128px;
}

.card-img-aboutUs {
  max-width: 100%;
  width: 100px;
  height: auto;
  align-items: center;
}

.name-aboutUs {
  font-size: 24px;
  font-weight: 500;
  color: #1E2124; 
  margin-bottom: 16px;
}

.name-aboutUs,
.description-aboutUs {
    margin: 0;
    font-size: 18px;
}

.aboutUs-card-content a i {
  font-size: 24px;
}

.card-image{
  align-items: center;
  width: 88px;
  height: auto;
}

.nube-dvd-entorno {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.nube-dvd {
  position: relative;
  top: 0;
  left: 0;
  /* background-image: url('/img/svg/Cloud/Recortadas/nube_ads_cloud.png');  */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  width: 420px;
  height: 220px;
}

.container-fluid-accordion {
  position: relative;
  z-index: 2;
}

.viewMore-card-body {
  position: relative;
  z-index: 2;
}

.langWrap {
  background: transparent;
}
a{
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  align-items: center;
  padding: -50px;
  margin-top: -5%;
  margin-left: 5px;
  font-weight: bold;
  background-color: #1E2124;
  font-size: 16px;
}
a.active{
  color: #FFB459;
}
.EN-LANG {
  margin-right: -25%;
}

.lang-wrap a.active,
.lang-wrap a[language="english"] {
  background-color: transparent;
  margin-left: 15px;
}

.lang-wrap a.active,
.lang-wrap a[language="spanish"] {
  background-color: transparent;
  margin-left: 5px;
}

.form-control:valid {
  color: #FFF;
}

.form-control:invalid {
  color: #fff;
}

.form-control:optional {
  color:#FFF;
}

#form-message {
	margin: 16px 0 0 0;
}

.success-message {
	color: green;
}

.error-message {
	color: red;
}

form {
	display: flex;
	align-items: center;
	flex-direction: column;
}

/* ----------------------------------------------------------- */ 

@-webkit-keyframes animateCloud {
  0% {
      margin-left: -1000px;
  }
  100% {
      margin-left: 100%;
  }
}

@-moz-keyframes animateCloud {
  0% {
      margin-left: -1000px;
  }
  100% {
      margin-left: 100%;
  }
}

@keyframes animateCloud {
  0% {
      margin-left: -1000px;
  }
  100% {
      margin-left: 100%;
  }
}

/* ANIMATIONS */

.x1 {
-webkit-animation: animateCloud 35s linear infinite;
-moz-animation: animateCloud 35s linear infinite;
animation: animateCloud 35s linear infinite;

-webkit-transform: scale(0.65);
-moz-transform: scale(0.65);
transform: scale(0.65);
}

.x2 {
-webkit-animation: animateCloud 20s linear infinite;
-moz-animation: animateCloud 20s linear infinite;
animation: animateCloud 20s linear infinite;

-webkit-transform: scale(0.3);
-moz-transform: scale(0.3);
transform: scale(0.3);
}

.x3 {
-webkit-animation: animateCloud 30s linear infinite;
-moz-animation: animateCloud 30s linear infinite;
animation: animateCloud 30s linear infinite;

-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
transform: scale(0.5);
}

.x4 {
-webkit-animation: animateCloud 18s linear infinite;
-moz-animation: animateCloud 18s linear infinite;
animation: animateCloud 18s linear infinite;

-webkit-transform: scale(0.4);
-moz-transform: scale(0.4);
transform: scale(0.4);
}

.x5 {
-webkit-animation: animateCloud 25s linear infinite;
-moz-animation: animateCloud 25s linear infinite;
animation: animateCloud 25s linear infinite;

-webkit-transform: scale(0.55);
-moz-transform: scale(0.55);
transform: scale(0.55);
}

/* OBJECTS */

.cloud {
background: #FFDE59;
background: -moz-linear-gradient(top,  #FFDE59 5%, #FFDE59 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#FFDE59), color-stop(100%,#FFDE59));
background: -webkit-linear-gradient(top,  #FFDE59 5%,#FFDE59 100%);
background: -o-linear-gradient(top,  #FFDE59 5%,#FFDE59 100%);
background: -ms-linear-gradient(top,  #FFDE59 5%,#FFDE59 100%);
background: linear-gradient(top,  #FFDE59 5%,#FFDE59 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFDE59', endColorstr='#FFDE59',GradientType=0 );

-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;

-webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);

height: 120px;
position: relative;
width: 350px;
}

.cloud:after, .cloud:before {
  background: #FFDE59;
content: '';
position: absolute;
z-indeX: -1;
}

.cloud:after {
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;

height: 100px;
left: 50px;
top: -50px;
width: 100px;
}

.cloud:before {
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;

width: 180px;
height: 180px;
right: 50px;
top: -90px;
}

/*      --------------------------------------- */


@media screen and (max-width: 1150px) {
    .slide-containter{
        margin:auto;
    }
    .swiper-navBtn{
        opacity: 0.2;
    }  

    .btn-contactUs-hero{
      margin-top: 18px;
      margin-bottom: 24px;
      font-size: 22px;
      cursor: pointer;
    }

    .contactUs-section {
      padding-top: 30%;
      margin-bottom: 0px;
    }

    .grow-up-tittle{
      margin:auto;
      font-size: 45px;
      width: auto;
      text-align: center;
    }

    .hero-p { 
      font-size: 16px;
      position: relative;
      text-align: center;
      margin: auto;
    }

    .h1-carrusel {
      font-size: 45px;
      font-weight: bold;
      margin-bottom: auto;
    }

    .body-carrusel {
      margin-top: -50px;
    }

    .form-text {
      font-size: 45px;
    }
    
    .form-quote {
      color:#7477AA;
    }
    
    .form-p {
      color:#1E2124;
      font-size: 25px;
      margin-top: 0%;
    }

 
    .form-card {
      margin: 5%;
      padding: 24px;
    }

    .form-card:hover {
      transform: scale(1);
      transition: transform 0.3s ease; /* Agrega una transición suave */
    }

    .form-control {
      width: 250px;
    }

    .viewMore-card {
      margin: 5%;
      padding: 24px;
      margin-left: 8%;
      margin-right: 8%;
    }

    .accordion-item {
      margin-bottom: 24px;
    }

    .accordion-item:first-of-type {
      margin-bottom: 24px;
    }
    
    
    .accordion {
      background-color: transparent;
      padding: 16px;
    }

    .logo-grey-contactUs {
      margin-bottom: auto;
      margin-left: -5%;
    }

    .logo-grey {
      margin-left: -5%;
    }

    .wsp-btn {
      background: none;
      bottom: 0px;
      right: 0px;
      z-index: 1000;
      animation: pulsate 1s infinite;
    }
    
    .wsp-btn img {
      width: 60px;
      height: auto;
      display: block;
    }

    .aboutUs-p {
      margin-left: -100%;
      margin-right: -100%;
      font-size: 16px;
      position: relative;
      text-align: center;
      padding-left: -25%;
    }

    .aboutUs-h1 {
      margin-left:-100%;
      margin-right: -100%;
      font-size: 45px;
      width: auto;
      text-align: center;
    }


      .navbar-nav li {
        margin-left: -5%;
        align-items: center;
        margin-bottom: 10px; /* Ajusta este valor según sea necesario */
      }

      .navbar-nav-scroll {
        max-height: 250px;
        display: auto;
        align-items: center;
      }

      .navbar-collapse {
        background-color: #2b2b2b;
        border-radius: 24px;
        margin-bottom: 1px;
      }

      .nav-services,
      .nav-aboutUs {
        color: #FFF;
      }

      .lang-wrap a.active,
      .lang-wrap a[language="english"] {
        background-color: transparent;
        margin-right: -5%;
      }

      .nav-contactUs {
        margin-top: 2px;
        margin-bottom: 5px;
      }

      .accordion-text {
        font-size: 12px;
      }

      .accordion-body {
        text-align: left;
      }

      .description-services{
        height: 128px;
      }

      body.spanish .description-services{
        height: 148px;
      }
    
  }