:root {
    --yellow-secbyte: #fdd500;
    --blue1-secbyte: #04102b;
    --blue2-secbyte: #082256;
    --grey1-secbyte: #333333;
    --grey2-secbyte: #7f7f7f;
    --white-secbyte: #ffffff;
    
}
/* .introduccion{
    background-image: url('/img/olas1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

.int__container {
    width: 100%;
    max-width: 1140px;
    height: auto;
    margin: 0 auto;
    
}

.int__content {
    /* border: 2px solid red; */
    padding-top: 60px ;
    display: grid;
    grid-template-rows:1fr;
    height: 100%;
    justify-items: center;
}


.int__box-izq,
.int__box-der {
    display: flex;
    height: auto;
    width: 80%;
}

.int__box-izq {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.int__box-der {
    justify-content: center;
    overflow: hidden;
}

.int__box-izq h2 {
    font-size: 25px;
    font-family: 'Sora', sans-serif;
    font-weight: bold;
    color: var(--blue1-secbyte);
}

.int__box-izq p {
    font-size: 20px;
    font-family: 'Onest',sans-serif;
}

.int__img {
    width: auto;
    height: 100%;
    border-radius: 50%;
}

@media (max-width: 600px) {
    .int__box-izq h2 {
        font-size: 18px;
    }
}



