body{
    color: #fff;
    height: auto;
    min-height: 100dvh;
    background: linear-gradient(180deg, var(--azul) 0%, #1A2A55 50%, #1A2A55 100%);
    line-height: 1.6; /* Adjust the value as needed */
    box-shadow: inset 1px 2px 490px 0 rgba(0,0,0,0.2);
    overflow-x: hidden;
}


h1{
    font-size: 3.5rem;
}

main{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    overflow: hidden;
}

#mainHero{
    justify-content: space-around;
    margin-top: 12vh;
    height: 80vh;
    text-align: center;
    background-color: #fff;
    color: var(--azul_claro);
    width: 95%;
    .basicColumn{
        width: 40%;
        h2{
            margin-top: 0;
        }
    }
    p{
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

#mainVideo{
    height: 85%;
    width: 35%;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 20px 20px 0px var(--azul_claro);
    video{
        height: 100%;
    }
}

section{
    height: 90vh;
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.floatingSection{
    view-timeline-name: --image;
    view-timeline-axis: block;
    animation-timeline: --image;
    animation-name: muestra;
    animation-range: entry 10% cover 47%;
    animation-fill-mode: both;
}

@keyframes muestra{
    from{
        opacity: 0;
        scale: 25%;
    }
    to{
        opacity: 1;
        scale: 100%;
    }
}


.sectionBloq{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    background-color: #fff;
    color: var(--azul_claro);
    padding-bottom: 8px;
    .basicRow{
        margin-top: 12px;
        width: 90%;
        gap: 12px;
        h3{
            margin: 0;
            font-size: 1.5rem;
            font-weight: 500;
        }
    }
    p{
        width: 90%;
        font-weight: 400;
        font-size: 0.9rem;
        margin: 0;
        color: var(--azul);
    }
}

.sectionWide{
    justify-content: space-between;
}

.fullSection{
    position: relative;
    width: 100%;
    background-color: #fff;
}

.bubble{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    border: 1px solid lightskyblue;

}

@keyframes bubbling {
    0%{
        bottom: 0;
    }

    100%{
        bottom: 100%;
    }
}


#contOcean{width: 100%; overflow: hidden;}

::selection{ color: white;}
.parallax > use{
  animation:move-forever 12s linear infinite;
  &:nth-child(1){animation-delay:-2s;}
  &:nth-child(2){animation-delay:-2s; animation-duration:5s}
  &:nth-child(3){animation-delay:-4s; animation-duration:3s}
}

@keyframes move-forever{
  0%{transform: translate(-90px , 0%)}
  100%{transform: translate(85px , 0%)} 
}

.contServs{
    flex-grow: 0;
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 46px;
    width: 82%;
    overflow: hidden;
    margin-bottom: 64px;
}

.servHead{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 8px;
    width: 95%;
    gap: 16px;
    margin-bottom: 8px;
    p{
        text-align: start;
        text-wrap: balance;
    }
}

.servItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 270px;
    width: 360px;
    border: 1px solid lightblue;
    background-color: #fff;
    border-radius: 5px;
}

.servLine{
    margin: 8px 0;
    height: 1px;
    width: 60%;
    background-color: var(--azul_claro);
}

.servDesc{
    width: 93%;
    font-size: 0.9rem;
}

.editorial {
  display: block;
  width: 100%;
  height: 10em;
  max-height: 100vh;
  margin: 0;
  overflow: hidden;
}


/*prevent many large-by-comparison ripples by shrinking the height*/
@media (max-width:50em){
  .editorial{height:17vw;}
}  

  @keyframes dostuff{
    0%{
      height:60%;
    }
    50%{ 
      height:40%;
    }
    100%{ 
      height:60%;
    }
  }
  

@keyframes lol{
    0%{
        background-position-x: 0%;
    }
    100%{
        background-position-x: 1991px;
    }
}

@keyframes wave{
    50%{
        transform: rotate(1deg);
    }
}

#bottomSection{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 280px 0;
    height: auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-bottom: 0px;
    background-color: var(--azul);
    color: var(--azul_claro);
    overflow: hidden;
    flex-grow: 0;
    padding-top: 0px;
}

.mainText{
    width: 40%;
}

.bloqsColumn{
    height: 70%; 
    width:50%;
    gap: 16px;
    display: flex;
    flex-direction: column; 
    justify-content: space-evenly; 
    align-items: center;
}

.valor-text{
    font-size: 14px;
    text-wrap: balance;
}

.valoresSection{
    height: 80vh;

    lord-icon{
        height: 200px;
        width: 200px;
    }
}

.superTitle{
    font-size: 3.9rem;
}

.superSub{
    font-size: 1.9rem;
}


.bannerBottomSection{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 800px;
    width: 100%;
    padding-inline: 64px;
    box-sizing: border-box;
    /* background-image: url(../Images/bannerBottomSection.jpg);
    background-position: center;
    background-size: cover; */
    color: #fff;
}

@media(max-width:1480px){
    
    .sectionBloq{
        .basicRow{
            h3{
                font-size: 1.1rem;
            }
            lord-icon{
                height: 50px;
            }
        }
        p{
            font-size: 0.8rem;
        }
    }

    .contServs{
        width: 95%;
        gap: 8px;
    }

    .servItem{
        width: 30%;
        .servDesc{
            font-size: 0.8rem;
        }
    }
}

@media(max-width:900px){

    .superTitle{
        font-size: 2rem;
    }

    .superSub{
        font-size: 1rem;
    }

    .sectionWide, .valoresSection{
        flex-direction: column-reverse;
        height: auto;
        gap: 32px;
        width: 100%;
        lord-icon{
            flex-shrink: 0;
            height: auto;
            width: 30%;
            aspect-ratio: 1/1;
        }
    }

    .valoresSection{
        margin-top: 76px;
    }

    .mainText, .bloqsColumn{
        width: 90%;
    }

    .mainText{
        margin-top: 32px;
        h1{
            font-size: 2rem;
        }
    }
}

@media(max-width:800px){
    
    .servItem{
        width: 45%;
        height: 350px;
        .servHead{
            flex-direction: column;
            align-items: center;
            font-size: 0.8rem;
            p{
                text-align: center;
            }
            img{
                height: 50px;
            }
        }
        .servDesc{
            font-size: 0.75rem;
        }
    }

    .contServs{
        justify-content: space-evenly;
    }

    .bannerBottomSection{
        height: 500px;
    }

}