::-webkit-scrollbar {
    width: 10px;
  }
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #6A736D 40%, #31b634 100%);
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #505853 40%, #027333 100%); 
  }

  section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    left: 0;
  }

nav {
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.72);
}

.carousel {
    top: -50px;
}

.header-fondo {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100vh;

    background-color: rgba(2, 34, 5, 1);
}

/*------------------------------------------------------------------------------------------------------------------*/
.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave svg {
    position: relative;
    display: block;
    width: calc(127% + 1.3px);
    height: 150px;
}

.wave .shape-fill {
    fill: #FFFFFF;
}

/* *********************************************************************************************
          waves
************************************************************************************************ */
.waveTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.waveTop svg {
  position: relative;
  display: block;
  width: calc(127% + 1.3px);
  height: 150px;
  transform: rotate(180deg);
}

.waveTop .shape-fill {
  fill: #FFFFFF;
}

.wavesOpTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wavesOpTop svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.wavesOpTop .shape-fill {
  fill: #FFFFFF;
}

.wavesOpBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wavesOpBottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
  transform: rotate(180deg);
}

.wavesOpBottom .shape-fill {
  fill: #FFFFFF;
}

.waveProcessBottom {
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.waveProcessBottom svg {
  position: relative;
    display: block;
    width: calc(184% + 1.3px);
    height: 228px;
    transform: rotateY(180deg);
}

.waveProcessBottom .shape-fill {
  fill: #FFFFFF;
}

.waveTecno {
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.waveTecno svg {
  position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 207px;
    transform: rotateY(180deg);
}

.waveTecno .shape-fill {
  fill: #FFFFFF;
}

.waveTecnoTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.waveTecnoTop svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  /*height: 173px;*/
  height: 38px;
  /*transform: rotateY(180deg);*/
}

.waveTecnoTop .shape-fill {
  fill: #FFFFFF;
}

.curveTop {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.curveTop svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 134px;
  transform: rotateY(180deg);
}

.curveTop .shape-fill {
  fill: #FFFFFF;
}

.curveBottom {
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.curveBottom svg {
  position: relative;
    display: block;
    width: calc(122% + 1.3px);
    height: 273px;
}

.curveBottom .shape-fill {
  fill: #FFFFFF;
}
/* ********************************************************************************************* */

.shape1 {
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.4);
    border-radius: 10%;
    position: relative;
    backdrop-filter: blur(5px);
    animation: rotateShape 2s infinite;
  }

  @keyframes rotateShape {
    100% {transform: rotate(90deg)};
  }
/*------------------------------------------------------------------------------------------------------------------*/


.header-capa {
    position: absolute;
    background: linear-gradient(180deg, rgb(255, 255, 255) 8%, rgb(0, 0, 0) 8%);
    opacity: .5;
    width: 100%;
    height: 100%;
}

.header-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

.counters span {
    font-weight: bold;
    font-size: 48px;
    display: block;
}

.counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 14px;
}

.servicios {
    padding: 50px 100px;
}

.title {
    /*font-weight: 900;*/
    color: #035024;
    font-weight: 700;
    text-align: center;
    /*line-height: 6.72rem;*/
}

.title-process {
    /*font-weight: 900;*/
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    /*line-height: 6.72rem;*/
}

.serv-1 {
    background: url("../img/serv-1.jpg") no-repeat center center;
    width: auto;
    height: 500px;
    background-size: cover;
    border-radius: 20px;
}

.serv-2 {
    background: url("../img/serv-2.jpg") no-repeat center center;
    width: auto;
    height: 500px;
    background-size: cover;
    border-radius: 20px;
}

.serv-3 {
    background: url("../img/serv-3.jpg") no-repeat center center;
    width: auto;
    height: 500px;
    background-size: cover;
    border-radius: 20px;
}

.serv-1 .card-content {
    backdrop-filter: saturate(180%) blur(10px);
    background-color: rgba(255, 255, 255, 0.70);
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
    height: 225px;
}

.serv-2 .card-content {
    backdrop-filter: saturate(180%) blur(10px);
    background-color: rgba(255, 255, 255, 0.70);
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
    height: 225px;
}

.serv-3 .card-content {
    backdrop-filter: saturate(180%) blur(10px);
    background-color: rgba(255, 255, 255, 0.70);
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
    height: 225px;
}

.process {
    /*padding: 150px 50px 180px 50px;*/
    padding: 50px 50px 180px 50px;
    background: #035024 url('../img/blobScene4.svg') repeat no-repeat right;
    background-size: cover;
    background-blend-mode: screen;
    width: 100vw;
    /*background-color: #035024;*/
}

/*.procCol2 {

}*/

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loader-128x/Preloader_5.gif) center no-repeat rgba(255, 255, 255, 0.6);
    display: none ;
}

.message_error{
    color: tomato;
}

@keyframes slide {
    to {
        background-position: 0 50%;
    }
}

.card-process {
    backdrop-filter: saturate(200%) blur(5px);
    background-color: rgba(255, 255, 255, 0.60);
    width: 100%;
    border-radius: 20px;
    padding: 20px;

    /**/
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    border-left: 1px solid rgba(255, 255, 255, 0.75);
}

.icon {
    font-size: 40px;
}

.tecno {
    background: url("../img/fond-tec.webp") no-repeat center center;
    width: auto;
    background-size: cover;
}

.tecno .tecno-fondo {
    /*padding:210px 100px;*/
    padding: 100px 100px 210px 100px;
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(218, 218, 218, 0.7);
}


.tecno-img .img-animate:nth-child(1) {
    animation: animate 7s linear;
    -webkit-animation: animate 7s linear;
    transition: transform .2s;
}

.tecno-img .img-animate:nth-child(2) {
    animation: animated 10s linear;
    -webkit-animation: animated 10s linear;
    transition: transform .2s;
}

.tecno-img .img-animate:nth-child(3) {
    animation: animated 11s linear;
    -webkit-animation: animated 11s linear;
    transition: transform .2s;
}

.tecno-img .img-animate:nth-child(4) {
    animation: animated 13s linear;
    -webkit-animation: animated 13s linear;
    transition: transform .2s;
}

.tecno-img .img-animate:nth-child(5) {
    animation: animated 9s linear;
    -webkit-animation: animated 9s linear;
    transition: transform .2s;
}

.tecno-img .img-animate:nth-child(6) {
    animation: animated 4s linear;
    -webkit-animation: animated 4s linear;
    transition: transform .2s;
}

.tecno-img .img-animate:nth-child(7) {
    animation: animated 6s linear;
    -webkit-animation: animated 6s linear;
    transition: transform .2s;
}

.tecno-img .img-animate:nth-child(8) {
    animation: animated 8s linear;
    -webkit-animation: animated 8s linear;
    transition: transform .2s;
}

.tecno-img .img-animate:nth-child(9) {
    animation: animated 2s linear;
    -webkit-animation: animated 2s linear;
    transition: transform .2s;
}

.tecno-img .img-animate:nth-child(10) {
    animation: animated 5s linear;
    -webkit-animation: animated 5s linear;
    transition: transform .2s;
}

@keyframes animated {
    0% {
        opacity: 0;
        top: -10%;
        transform: translateY(-20px) rotate(10deg);
        -webkit-transform: translateY(-20px) rotate(10deg);
        -moz-transform: translateY(-20px) rotate(10deg);
        -ms-transform: translateY(-20px) rotate(10deg);
        -o-transform: translateY(-20px) rotate(10deg);
    }

}

.bloque-2 {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.bloque-3 {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.img-animate:hover {
    transform: scale(0.5);
}

.tecno-content {
    padding: 50px;
}


.elegir {
    padding: 100px;
}

.elegir-fondo:hover .elegir-txt {
    height: 100px;
}

.elegir-txt {
    transition-property: height;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    backdrop-filter: saturate(180%) blur(20px);
    background: linear-gradient(266deg, rgba(255, 255, 255, 0) 10%, rgba(183, 225, 201) 100%);
    height: 200px;
    border-radius: 30px;
}

.card-elegir {
    background: #038C33;
    border-color: #038C33;
    border-radius: 10px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s ease-in-out;
    height: 100%;
}

.card-elegir:hover {
    background: #027333;
    border-color: #027333;
}

.card-elegir i {
    font-size: 48px;
    padding-top: 15px;
}


.clients-content {
    /*padding: 200px 100px 100px 100px;*/
    padding: 100px 100px 50px;
    /*background: linear-gradient(330deg, rgba(0, 115, 52, 1) 15%, #038C33 48%, hsl(141, 85%, 38%) 88%);*/
}

.clients-content h4 {
  margin-bottom: 30px;
}

.clientsCol1 {
  display: flex;
  align-items: center;
  padding-top: 30px;
}

.client-logo {
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: rgba(255, 255, 255, 0.75); /*rgba(255, 255, 255, 0.616);*/
    backdrop-filter: blur(5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.95);
    border-left: 1px solid rgba(255, 255, 255, 0.95);
    
    border-radius: 20px;
    transition: transform .5s ease;
}

.img-fluid-1 {
    width: 100px;
}


/* Portfolio Section
--------------------------------*/

.portfolio {
    padding: 50px 100px;
}


#portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    border-radius: 50px;
    text-transform: uppercase;
    background: #648b79;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    background: #03A62C;
    color: #fff;
}

#portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio-item .portfolio-wrap {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    backdrop-filter: saturate(180%) blur(20px);
    box-shadow: 0px 4px 10px 0px rgb(72 72 72 / 33%);
}

.portfolio-item .portfolio-wrap:hover {
    background-color: rgba(255, 255, 255, 0.72);
}

.portfolio-item .portfolio-wrap img {
    transition-property: transform;
    transition-duration: 2s;
}

.portfolio-item .portfolio-wrap:hover img {
    opacity: 0.10;
    transform: scale(0.8);
}

.portfolio-item .portfolio-wrap .portfolio-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    transition: 0.2s linear;
}

.portfolio-info .title-port {
    background: linear-gradient(145deg, rgba(0, 115, 52, 1) 15%, rgba(0, 181, 63, 1) 48%, rgba(15, 181, 73, 1) 88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: -webkit-fit-content;
}

.portfolio-info p {
    color: #979797;
    text-transform: uppercase;
}

.portfolio a {
    border-radius: 50px;
}

.portfolio-item .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.contact-content {
    padding: 50px 100px;
}

.contact-content .size {
    font-size: 20px;
}

.contact-icons {
    font-size: 18px;
    display: inline-block;
    background: #027333;
    color: #ffffff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.formulario {
    background: linear-gradient(330deg, rgba(0, 115, 52, 1) 15%, rgb(77 171 110) 48%, rgba(15, 181, 73, 1) 88%);
    border-radius: 10px;
    padding: 50px;
    margin: 0px 100px;
}



footer {
    background: #035024;
    padding: 10px 100px;
    color: #eee;
    font-size: 14px;
    text-align: center;
}

.social-links a {
    font-size: 18px;
    display: inline-block;
    background: #027333;
    color: white;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.social-links a:hover {
    background: #03A62C;
    color: #fff;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #03A62C;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background-color 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/* green links*/
.nav-link:hover, .nav-link:focus {
    color: #007634;
}

.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: #007634;
}

/* green btns */
.btn-primary {
  --bs-btn-bg: #038C33;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007334;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #007334;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #038C33;
  --bs-btn-border-color: #038C33;
  --bs-btn-hover-border-color: #146c43;
}

/*glass btn*/
.btn-glass {
    --bs-btn-bg: rgba(255,255,255,0.1);
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ffffff55;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    --bs-btn-border-color: rgba(255, 255, 255, 0.5);
    --bs-btn-hover-border-color: rgba(255, 255, 255, 0.5);
    --bs-btn-backdrop-filter: blur(5px);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ffffff55;
  }

/* form inputs */
.form-control {
    background-color: rgba(255, 255, 255, 0.555);
}

.form-control:focus {
    color: #212529;
    background-color: rgba(255, 255, 255, 0.767);
    border-color: #ffffff;
    outline: 0;
    transform: scale(1) rotate(0);
    transition: transform 750ms ease-in-out 0s;
    transform: scale(1.1)
  }

  /* privacy link hoover*/
  .privacyLink {
    color: #ffffff;
  }
  .privacyLink:hover{
    color: #03A62C !important;
  }

  /* costumers animation */
  .client-logo:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }

  /* process btn */
  #proceso .btn-glass
  {
    /*--bs-btn-bg: transparent;*/
    color: #fff;
    
    /*border: 2px solid #fff;*/
  }

/* ---------------------------------------------- Courses styles ----------------------------------------------*/
/* ******************** home section ******************** */
.courseContainer {
    padding: 150px 0 0px 0;
}

#courseCarousel {
    width: 80%;
}

/*wavy background*/
.courseHeader {
    aspect-ratio: 900/300;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.layer1 {
    background-image: url('../img/courseBg.svg');
}

/*glassmorphic form*/
.glassForm {
    /*background-color: rgba(255, 255, 255, 0.555);*/
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    color: #ffffff;
}

.glassForm:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    backdrop-filter: blur(5px);
    outline: 0;
    transform: scale(1) rotate(0);
    transition: transform 750ms ease-in-out 0s;
    transform: scale(1.05)
  }

  .headerImg {
    width: 40%;
    float: left; width: 50%;
    animation: slide 2.5s ease-in-out;
  }

  @keyframes slide {
    0% {
        transform: translateX(-400px);
      }
      100% {
        /*transform: skew(0deg);*/
      }
  }

  /* ******************** course services section ******************** */
  .wave2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave2 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.wave2 .shape-fill {
    fill: #ffffff;
}

  .servicesHeader {
    margin-bottom: 60px;
  }

  .servicesHeader h3 {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
  }

  .servicesHeader p {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }

  .courseServSection {
    padding: 100px 0px; 
    position: relative; 
    background-color: #F1F6FB;
  }

  .servCardsContainer {
    display: flex; 
    justify-content: center; 
    margin-bottom: 60px;
  }

  .servicesCards {
    background-color: #fff;
    padding: 20px;
  }

  .card-header {
    display: grid; 
    place-items: center;
  }

  .card-header i {
    font-size: 64px;
  }

  .servicesCards .card-body {
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    height: 75%;
  }
  .servicesCards .card-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }

  .servicesCards .card-text {
    padding: 0 10px;
    text-align: justify;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }

  .servicesCards .card-body button {
    margin: 10px 50px;
  }

  /* ******************************************************
   course duration section 
   ******************************************************** */
  .durationBg {
    position: relative;
    aspect-ratio: 900/300;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 100px;
}

  .durationContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /*--------*/
    color: #eee;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
  }

  .durationContainer header {
    padding-bottom: 60px;
  }

  .durationContainer h3 {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
    margin-bottom: 20px;
  }

  .durationContainer p {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }

  .durationCards {
    padding: 20px;
  }

  .durationCards .card-body {
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    height: 75%;
  }
  .durationCards .card-title {
    text-align: center;
    margin-bottom: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
  }

  .durationCards .card-text {
    padding: 0 10px;
    text-align: justify;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }

  .waveDurationBtm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
  }

  .waveDurationBtm svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 90px;
}

.waveDurationBtm .shape-fill {
    fill: #FFFFFF;
}

.waveDurationTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.waveDurationTop svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 90px;
}

.waveDurationTop .shape-fill {
  fill: #FFFFFF;
}

  /* *******************************************************
   course module section 
   ********************************************************* */
  #modules {
    padding: 50px 0px; 
    display: flex; 
    justify-content: center; 
    position: relative;
  }

  #modules .container {
    padding-top: 100px;
  }
  .modulesHeader {
    margin-bottom: 60px;
  }

  .modulesHeader h3 {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
  }
  
  .modulesHeader p {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }

  .modulesCards {
    padding: 0 20px 20px 20px;
    height: 100%;
    position: relative;
  }

  .modulesCards .card-body {
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    place-items: center;
    /*height: 75%;*/
    
  }

  /*list group style*/
  .list-group-item:hover {
    color: #038C33;
    background-color: #c0c0c080;
    border-color: #6A736D;
    cursor: pointer;
  }

  .list-group-item.active {
    color: #fff;
    background-color: #038C33;
    border-color: #038C33;
  }

  .modulesCardsList {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
  }

  .modulesCardsList .cols {
    display: flex;
    justify-content: center;
    
  }

  /* swift icon for iosList*/
 .iosList ul {
    list-style-type: none;
    margin: 0px;
    
}

.iosList ul li {
    margin-left: -10px;
    display: flex;
    align-items: center;
}

.iosList ul li::before {
    color: transparent;
    font-size: 0.5px;
    content: " ";
    margin-right: 15px;
    padding: 10px;
    background-color: transparent;
    background-image: url('../img/swift.png');
    background-size: cover;
}

/* kotlin icon for adrList*/
.adrList ul {
    list-style-type: none;
    margin: 0px;
    
}

.adrList ul li {
    margin-left: -10px;
    display: flex;
    align-items: start;
}

.adrList ul li::before {
    color: transparent;
    font-size: 0.5px;
    content: " ";
    margin-right: 15px;
    padding: 10px;
    background-color: transparent;
    background-image: url('../img/kotlin2.png');
    background-size: cover;
}

  /*spacer layers*/
.spacer {
    aspect-ratio: 1000/80;
    width: 100%;
    background-color: #f1f6fb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.spacer2 {
    aspect-ratio: 900/100;
    width: 100%;
    background-color: #f1f6fb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.layer2 {
    background-image: url('../img/spacer.svg');
}

.layer3 {
    background-image: url('../img/bgLayared.svg');
}

.layer4 {
    background-image: url('../img/topSpacer1.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.layer5 {
    background-image: url('../img/bottomSpacer2.svg');
}

/* ******************************************************************************************
                                          waves
********************************************************************************************* */
.wave3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave3 svg {
    position: relative;
    display: block;
    width: calc(127% + 1.3px);
    height: 150px;
}

.wave3 .shape-fill {
    fill: #038C3380;
}

.up {
  transform: rotate(180deg);
}

.shape-fill2 {
  fill: #038C3380;
}

/* ****************************************************************************
RESPONSIVE 
******************************************************************************* */
@media (max-width: 480px) {
    /* *********************************************************
    INDEX
    ************************************************************ */
    /*section 1 (header)*/
    .header-fondo {
      display: flex;
      justify-content: center;
      align-items: center;
  }

    /*section 2 (services) */
    .servicios {
      padding: 20px;
    }

    /*section 3 (process)*/
    .process {
      margin: 20px;
      /*padding: 150px 20px;*/
      padding: 50px 20px 220px;
    }

    .process .procCol1 {
      order: 2;
    }

    /*section 4 (technology)*/
    .tecno .tecno-fondo {
      padding: 150px 20px 110px 20px;
    }

    .img-animate img {
      width: 70px;
    }

    /*section 5 (why us)*/
    .elegir {
      padding: 30px 50px;
    }

    .elegir .usCol1 {
      order: 2;
    }

    .clients-content {
      /*padding: 280px 30px 120px 30px;*/
      padding: 120px 30px;
  }

  .clients-content h4 {
    font-size: 16px;
  }

  .clients-content li {
    font-size: 14px;
  }

  .client-logo { 
    margin: 0 50px;
    padding: 2px;    
    background-color: rgba(255, 255, 255, 0.75); /*rgba(255, 255, 255, 0.616);*/
    backdrop-filter: blur(5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.95);
    border-left: 1px solid rgba(255, 255, 255, 0.95);   
    border-radius: 20px;
  }

  /*section 7 (portfolio)*/
  .portfolio {
    padding: 20px;
  }

  /*section 8 (contact)*/
  .contact-content {
    padding: 20px;
  }

  .formulario {
    margin: 0px;
  }

  .g-recaptcha {
    transform: scale(0.84);
    transform-origin: 0 0;
  }

    /* *********************************************************
    COURSES
    ************************************************************ */
    /*section 1 (home)*/
    .layer1 {
        background-image: url('../img/wavePhone.svg');
    }
    #courseCarousel {
        width: 100%;
        text-align: center;
    }

    .headerImg {
        width: 80%;
        float: left; width: 100%;
        animation: slide 2.5s ease-in-out;
      }

    .coursesFormContainer {
        padding: 30px 30px 50px 30px;
    }

    /*section 2 (services)*/
    .servCardsContainer {
        margin-bottom: 40px;
        padding: 0 30px;
    }

    .servicesHeader p {
        font-size: 16px;
    }

    .card-header i {
        font-size: 52px;
      }
    
      .servicesCards .card-title {
        margin-bottom: 20px;
        font-size: 16px;
      }
    
      .servicesCards .card-text {
        padding: 0 10px;
        font-size: 14px;
      }

      /*section 3 (duration)*/
      .durationBg {
        aspect-ratio: 300/300;
        padding: 100px 0px;
      }

      .layer3 {
        background-image: url('../img/blobPhone.svg');
      }

      .durationContainer {
        padding: 20px;
      }

      .durationContainer header {
        padding-bottom: 20px;
      }
    
      .durationContainer h3 {
        margin-bottom: 20px;
      }
    
      .durationContainer p {
        font-size: 16px;
      }

      .durationCards {
        padding: 20px;
      }
    
      .durationCards .card-body {
        margin: 10px 0 0 0;
      }
      .durationCards .card-title {
        margin-bottom: 10px;
        font-size: 16px;
      }
    
      .durationCards .card-text {
        padding: 0 5px;
      }

      /*section 4 (modules)*/
      #modules {
        padding: 0px;
      }
    
      #modules .container {
        padding-top: 50px;
      }
      .modulesHeader {
        margin-bottom: 40px;
      }
      
      .modulesHeader p {
        font-size: 16px;
      }
    
      .modulesCards {
        margin: 0px 10px;
        padding: 0 10px 20px 10px;
        height: 100%;
        position: relative;
      }
    
      .modulesCards .card-body {
        margin: 20px 0 0 0;
        display: flex;
        flex-direction: column;
        place-items: center;
        /*height: 75%;*/
        
      }

}

@media (max-width: 767px) {
    /* ********************************************************* 
    INDEX
    ************************************************************ */
    /*section 3 (process)*/
    .process {
      margin: 20px;
      padding: 50px 20px 220px;
    }

    .process .procCol1 {
      order: 2;
    }

    /*section 5 (why us)*/
    .elegir {
      padding: 30px 50px;
    }

    .elegir .usCol1 {
      order: 2;
    }

    /*section 6 (clients)*/
    

    /* *********************************************************
    COURSES
    ************************************************************ */
    /*section 1 (home)*/
    .layer1 {
        background-image: url('../img/wavePhone.svg');
    }
    #courseCarousel {
        width: 100%;
        text-align: center;
    }

    .headerImg {
        width: 80%;
        float: left; width: 100%;
        animation: slide 2.5s ease-in-out;
      }

    .coursesFormContainer {
        padding: 30px;
    }
}

/*@media (max-width: 1024px) {
    
}*/

@media (max-width: 1200px) {
    /*section 2 (services)*/
      .servicesCards .card-body button {
        margin: 10px 20px;
      }
}

/*@media (min-width: 1201px) {

}*/

.text-justify {
    text-align: justify;
}

.p-jc-between {
    justify-content: space-between;
}

.p-d-flex {
    display: flex!important;
}

@media screen and (max-width: 1024px) {


    .serv-1 .card-content,
    .serv-2 .card-content,
    .serv-3 .card-content {
        height: auto;
    }

    .clients-content {
        clip-path: none;
    }

    .process {
        margin: 0px;
    }

    .text-align-none {
        text-align: start;
    }

 

    .flex-none{
display: grid !important;
    }

    footer{
        padding: 10px 20px;
    }

    .social-links{
        padding: 10px;
    }
}