@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");


:root{
    --primary-color: #17313E;
    --text-dark: #415E72;
    --text-light: #F3E2D4;
    --extra-light: #F5EFFF;
    --background: #CDC1FF;
    --white: #ffffff;
    --max-width: 1200px;
    background-color: var(--background);
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.section__container{
    max-width: var(--max-width);
    margin: auto;
    padding: 5rem 2rem;
}

.section__subheader{
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--text-light);
}

.section__header{
    position: relative;
    margin-bottom: 2rem;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--text-dark);
}

.section__header::after{
    position: absolute;
    top: 0;
    right: 0;
    /*transform: translateX(-50%);*/
    white-space: pre;
    font-size: 8rem;
    font-weight: 700;
    line-height: 8rem;
    color: var(--text-light);
    z-index: -1;
    opacity: 0.2;
    overflow: hidden;
}

.btn{
    padding: 1rem 2rem;
    outline: none;
    border: none;
    letter-spacing: 2px;
    color: var(--text-dark);
    background-color: var(--extra-light);
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover{
    color: var(--white);
    background-color: var(--text-dark);
}

img{
    width: 100%;
    border-radius: 10px;
    display: flex;
}

a{
    text-decoration: none;
}

body{
    font-family: "Raleway", sans-serif;
}

.header{
    padding: 5rem 0;
    /*background-image: linear-gradient(to top, var(--primary-color), transparent), url("media/header.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;*/
}

.header__icons{
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.header__icons img{
    max-width: 100px;
}

.logo{
    margin: 4rem;
}

.header__container h1{
    margin-bottom: 2rem;
    font-size: 10rem;
    font-weight: 700;
    letter-spacing: 10px;
    text-align: center;
    color: var(--white);
}

.header__container .description{
    text-align: center;
    /*padding: 0 2rem 0 2rem;*/
}

.header__container .description h4{
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--white);
    opacity: 0.7;
}

.header__container .description h4 span{
    font-size: 1.9rem;
    color: var(--white);
}

.waves{
    margin: 0;
    padding: 0;
    /*min-height: 9.5vh;*/
}

.custom-shape-divider-bottom-1757601907 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1757601907 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.custom-shape-divider-bottom-1757601907 .shape-fill {
    fill: #A294F9;
}

.about {
    background-color: #A294F9;
}

.about__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 3rem;
}

.about__content{
    max-width: 900px;
    margin: auto;
    padding: 2rem;
}

.about__content p{
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: var(--extra-light);
}

.about__content h4{
    margin-bottom: 1rem;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 3rem;
    color: var(--white);
}

.image__1{
    max-width: 450px;
    margin: auto;
}

.image__2{
    max-width: 600px;
    margin: auto;
}

.custom-shape-divider-top-1757602778 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1757602778 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.custom-shape-divider-top-1757602778 .shape-fill {
    fill: #A294F9;
}

.info__container .section__header::after{
    content: "HORARIO & TARIFAS";
    opacity: 25%;
}

.info__grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.horario__semanal{
    max-width: 450px;
    margin: auto;
}

.tarifas__curso{
    max-width: 200px;
    margin: auto;
}

.info__details{
    padding: 2rem;
    text-align: center;
}

.info__details h4{
    margin-bottom: 5px;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-dark);
}

.info__details p{
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 500;
    color: var(--text-light);
}

.custom-shape-divider-top-1757672014 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    background-color: var(--extra-light);
}

.custom-shape-divider-top-1757672014 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 38px;
}

.custom-shape-divider-top-1757672014 .shape-fill {
    fill: var(--background);
}

.connect{
    background-color: var(--extra-light);
    margin: auto;
}

.connect__container{
    padding: 3rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.connect__container p{
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: var(--text-dark);
}

.connect__container h4{
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: var(--text-dark);
}

.connect__socials{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 0.2rem;
    flex-wrap: wrap;
}

.connect__socials a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    aspect-ratio: 1;
    font-size: 1.5rem;
    color: var(--text-dark);
    background-color: var(#A294F9);
    border-radius: 100%;
    transition: 0.3s;
}

.connect__socials a:hover{
    color: var(--extra-light);
    background-color: var(--text-dark);
}

.connect__position{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.connect__position iframe{
    padding: 0 2rem;
    max-width: 450px;
    max-height: 300px;
    border-radius: 10%;
}

@media (width < 1200px){
    .section__header::after{
        left: 0;
        font-size: 7rem;
    }

    .info__container .section__header::after{
        font-size: 6rem;
    } 
}

@media (width < 900px){
    .section__header::after{
        font-size: 4.5rem;
    }

    .about__grid{
        gap: 2rem;
    }

    .info__grid{
        gap: 1rem;
    }

    .info__container .section__header::after{
        font-size: 4rem;
    }

    .connect__position iframe{
        max-width: 250px;
        max-height: 300px;
    }
}

@media (width < 600px){
    .section__header::after{
        font-size: 3.5rem;
    }

    .header{
        padding: 0;
    }

    .header__icons img{
        max-width: 80px;
    }

    .logo{
        margin: 1rem;
        margin-top: 1.5rem;
        margin-bottom: 4rem;
    }

    .description p{
        font-size: 0.9rem;
    }

    .description span{
        font-size: 1.2rem;
    }

    .about__grid{
        grid-template-columns: repeat(1, 1fr);
    }

    .about__image.image__1{
        grid-area: 1/1/2/2;
    }

    .image__1{
        max-width: 250px;
    }

    .image__2{
        max-width: 400px;
    }

    .info__container .section__header::after{
        top: 3rem;
        left: 0;
        white-space: normal;
        line-height: 4rem;
    }

    .info__grid{
        grid-template-columns: repeat(1, 1fr);
    }

    .horario__semanal{
        max-width: 250px;
    }

    .connect__container{
        padding: 2rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .connect__container h4{
        font-size: 2.5rem;
    }

    .connect__connect{
        margin-bottom: 3.5rem;
    }

    .connect__position{
        display: flex;
        flex-direction: column;
    }

    .connect__position iframe{
        max-width: 300px;
        max-height: 300px;
    }
}