@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "lemon";
    src: url("../fonts/Lemon\ Shake\ Shake.otf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "poppins", sans-serif;
}


header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 100px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

header.sticky{
    background: transparent;
    padding: 15px 100px;
}


.logo{
    width: 90px;
    text-decoration: none;
    margin-left: -50px;
}


.menu{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    margin-left: 35px;
} 


.menu a{
    display: flex;
    flex-direction: row;
    font-size: 18px;
    color: #fc79f1;
    text-decoration: none;
    font-weight: 500;
    margin-left: 35px;
    transition: all 0.3s ease-in-out;
}


.btn{
    color: #fc79f1;
    font-size: 35px;
    cursor: pointer;
    display: none;
    font-weight: 600;
}

.menu a:hover, a.active{
    color: #fff;
    background-color: #fc79f1;
    padding: 20px;
    border-radius: 100%;
}

section{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F7F2EC;
    font-size: 100px;
    color: #fff;
    font-weight: 700;
}


.section__imagen{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(../img/6921471.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 20px 100px;
    font-size: 50px;
    text-align: center;
}


.descripcion{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.seccion__title{
    color: #f8d304;
    font-family: "lemon", sans-serif;
    font-size: 100px;
}

.seccion__subtitle{
    color: #f8d304;
    font-family: "lemon", sans-serif;
    font-size: 50px;
}


img{
    width: 100%;
    object-fit: cover;
}

.seccion__container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container__galeria{
    width: 100%;
    max-width: 1400px;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 5px;
}

.container__galeria img{
    height: 80%;
    border: 10px solid #F7F2EC;
    transition: all 500ms ease-in-out;
}

.container__galeria img:hover{
    transform: scale(1.15);
    border: none;
}

.galeria__title{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #f8d304;
    padding-top: 100px;
}

.galeria__title h2{
    margin: 40px 20px 5px 20px;
    font-size: 50px;
    font-family: "lemon", sans-serif;
    
}

.subtitle{
    font-family: "poppins", sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    color: #f8d304;
}

.iconos{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bi-star-fill{
    font-size: 30px;
}

.btn__instagram{
    width: 500px;
    height: 100px;
    font-size: 30px;
    font-family: "lemon", sans-serif;
    background-color: #fc79f1;
    color: #F7F2EC;
    border: none;
    border: 4px solid #fff;
    border-radius: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    box-shadow: 30px 30px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.bi-balloon-heart-fill{
    font-size: 40px;
}

.btn__instagram:hover{
    background-color: #F7F2EC;
    border: none;
    color: #fc79f1;
    transform: scale(1.15);
}

/* TESTIMONIOS CLIENTES */


.testimonios{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F7F2EC;
}

.titulo-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 100px;
}

.titulo-testimonio, .titulo-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "lemon", sans-serif;
    font-size: 50px;
    color: #f8d304;
    padding: 30px;
    
}

.titulo-info{
    font-size: 40px;
    font-weight: 600;
}

.bi-hearts{
    font-size: 50px;
    color: #f8d304;
}

.carousel-inner{
    width: 400px;
    height: 400px;
    border-radius: 100%;
    border: 5px solid #fff;
    font-size: 18px;
    text-align: center;
    background-color: #fc79f1;
    margin-left: 10px;
}

.testimonio-texto{
    font-size: 16px;
    text-align: center;
    align-items: center;
    margin-top: 150px;
    font-family: "poppins", sans-serif;
    color: #fff;
}

.texto__largo{
    margin-top: 133px;
}

.texto__2{
    margin-top: 130px;
}

.texto__3{
    margin-top: 160px;
}

.testimonio-texto .bi-hearts{
    font-size: 18px;
    font-family: "poppins", sans-serif;
    color: #fff;
}

.fa-hands-clapping{
    font-size: 20px;
    color: #fff;
}


/* CARRUSEL DE TUTORIALES */
.tutoriales{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.heading, .bi-palette-fill, .bi-brush-fill{
    color: #f8d304;
    font-family: "lemon", sans-serif;
    text-align: center;
    padding: 10px;
    padding-top: 100px;
    margin-top: 20px;
    font-size: 50px;
}

.container{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px;
    align-items: flex-start;
    padding: 5px 5%;
}

.container .main-video{
    width: 550px;
    background-color: transparent;
    border: 3px solid #ce29e0;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 30px 30px 20px rgba(0, 0, 0, 0.2);
}

.container .main-video video{
    width: 100%;
    height: 520px;
    border-radius: 5px;
}

.container .main-video .title{
    color: #ce29e0;
    font-family: "lemon", sans-serif;
    text-align: center;
    font-size: 23px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.container .video-list{
    background-color: transparent;
    border: 3px solid #ce29e0;
    border-radius: 5px;
    height: 600px;
    overflow-y: scroll;
    box-shadow: 30px 30px 20px rgba(0, 0, 0, 0.2);
}

.container .video-list::-webkit-scrollbar{
    width: 7px;
}

.container .video-list::-webkit-scrollbar-track{
    background-color: transparent;
    border-radius: 50px;
}

.container .video-list::-webkit-scrollbar-thumb{
    background-color: #ce29e0;
    border-radius: 50px;
}

.container .video-list .vid video{
    width: 100px;
    border-radius: 5px;
}

.container .video-list .vid{
    display: flex;
    align-items: center;
    gap: 15px;
    background: transparent;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    border: 2px solid #fc79f1;
    cursor: pointer;
}

.container .video-list .vid:hover{
    background-color: #fc79f1;
}

.container .video-list .vid:hover .title{
    color: #ce29e0;
}

.container .video-list .vid.active{
    background-color: #ce29e0;
}

.container .video-list .vid.active .title{
    color: #ce29e0;
    color: #fff;
}

.container .video-list .vid .title{
    color: #fc79f1;
    font-size: 17px;
    font-family: "lemon", sans-serif;
}


/* CONTACTO */

.contacto{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
}

.contacto__title{
    display: flex;
    justify-content: center;
    padding: 20px;
    padding-top: 100px;
    font-family: "lemon", sans-serif;
    font-size: 50px;
    color: #f8d304;
}

.bi-telephone-inbound-fill{
    font-size: 40px;
    padding-left: 10px;
}

.contenedor__contacto{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.columa, .img__columna{
    width: 300px;
    height: 450px;
    border-radius: 50px;
}

.img1, .img2{
    margin-left: 50px;
    border-radius: 50px;
    border: 5px solid #f8d304;
}

.columna__2{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.columna__3{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.columna__1{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.img__title{
    font-size: 30px;
    padding: 20px;
    padding-top: 0;
    font-family: "lemon", sans-serif;
    color: #f8d304;
}

.foto__columna{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 3px solid #f8d304;
}

.rr__ss{
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    font-size: 40px;
}

.rr__ss a{
    color: #ce29e0;
    padding: 10px;
    transition: all 300ms ease-in;
}

.bi-whatsapp{
    color: #5FFC7B;
}

.bi-facebook{
    color: #3b5998;
}

.rr__ss a:hover{
    transform: scale(1.5);
}


.rrss__info{
    font-size: 20px;
    display: flex;
    flex-direction: row;
    text-align: center;
    text-transform: uppercase;
    color: #f8d304;
    font-weight: 600;
}


/* DERECHOS */
.derechos{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    font-size: 20px;
    font-family: "poppins", sans-serif;
    color: #f8d304;
}

/* RESPONSIVE */

@media (max-width: 1060px){

    .header{
        min-height: 100vh;
    }

    header .btn{
        display: block;
    }

    .bi-list{ 
        margin-right: -20px;
    }

    header .menu{
        position: fixed;
        background: #F7F2EC;
        flex-direction: column;
        min-width: 400px;
        min-height: 100vh;
        top: 0;
        right: -100%;
        margin-right: -60px;
        padding: 80px 120px;
        transition: 0.7s ease-in-out;
        transition-property: right;
    }

    header .menu.active{
        right: 0%;
    }

    header .menu .bi-x{
        position: absolute;
        top: 0;
        left: 0;
        margin: 25px;
    }

    header .menu a{
        display: block;
        font-size: 18px;
        margin: 10px;
        margin-right: 60px;
        padding: 0 15px;
        border-radius: 20px;
    }

    .galeria__title h2{
        margin: 45px;
    }

    .subtitle{
        text-align: center;
    }

    .contenedor__titles{
        width: 100vw;
        height: 100vh;
        margin: -190px;
    }

    .contacto__titulo{
        font-size: 30px;
    }

    .bi-telephone-inbound-fill{
        display: none;
    }

    .img__title{
        font-size: 30px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .derechos{
        font-size: 15px;
    }
}

@media (max-width: 992px){

    .container .main-video{
        width: 320px;
        margin-left: -30px;
    }
 
    .container .video-list{
        height: 600px;
        width: 400px;
    }


    .columna__2, .columna__3{
        margin-left: -40px;
    }

    .columna__2, .columna__3, .img__columna{
        margin-left: 1px;
        margin-bottom: 5px;
    }

    .img__title{
        font-size: 25px;
        margin-bottom: 0;
        margin-top: 3px;
    }
}

@media (min-width: 960px){

    .img__title{
        font-size: 25px;
    }
}

@media (max-width: 768px){

    .seccion__title{
        font-size: 70px;
    }

    .seccion__subtitle{
        font-size: 40px;
    }

    .img__globos{
        display: none;
    }

    .bi-list{
        margin-right: -50px;
    }

    .titulo-testimonio, .titulo-info{
        font-size: 40px;
    }

    .titulo-info{
        font-weight: normal;
    }

    .bi-hearts{
        font-size: 40px;
    }

    .carousel-inner{
        width: 350px;
        height: 350px;
        margin-left: 4px;
    }

    .testimonio-texto{
        font-size: 14px;
        margin-top: 135px;
    }

    .texto__largo{
        font-size: 12px;
        margin-top: 125px;
    }
    
    .texto__2{
        margin-top: 130px;
    }

    .texto__feliz{
        margin-top: 150px;
    }
    
    .texto__3{
        margin-top: 150px;
    }

    .texto__dato{
        margin-top: 130px;
    }

    .container{
        display: grid;
        grid-template-columns: 1fr;
    }

    .container .main-video{
       margin: auto;
       box-shadow: -30px 30px 20px rgba(0, 0, 0, 0.2);
       margin-left: 70px;
    }

    .container .video-list{
        height: 600px;
        width: 650px;
        margin-left: -90px;
    }

    .columna__2, .columna__3{
        margin-left: -40px;
    }

    .columna__2, .columna__3, .img__columna{
        margin-left: 1px;
        margin-bottom: 5px;
    }

    .img__title{
        font-size: 25px;
        margin-bottom: 0;
        margin-top: 3px;
    }

}

@media (max-width: 480px){

    .btn__instagram{
        width: 400px;
    }

    .container .main-video{
        width: 320px;
        margin: auto;
        box-shadow: none;
        border: none;
    }

    .container .main-video .video{
        width: 320px;
    }
 
    .container .video-list{
        height: 600px;
        width: 440px;
    }
}

@media (max-width: 426px){

    .descripcion{
        margin-left: -10px;
    }

    .bi-list{
        margin-right: -100px;
    }

    .seccion__title{
        font-size: 45px;
    }

    .seccion__subtitle{
        font-size: 35px;
    }

    .galeria__title .title{
        font-size: 35px;
    }

    .subtitle{
        font-size: 25px;
    }

    .btn__instagram{
        width: 300px;
        height: 80px;
        font-size: 20px;
    }

    .bi-balloon-heart-fill{
        display: none;
    }

    .titulo-testimonio, .titulo-info{
        font-size: 30px;
    }

    .titulo-info{
        font-weight: normal;
    }

    .bi-hearts{
        font-size: 30px;
    }

    .carousel-inner{
        width: 300px;
        height: 300px;
        margin-left: 4px;
    }

    .testimonio-texto{
        font-size: 14px;
        margin-top: 120px;
    }

    .texto__largo{
        font-size: 12px;
        margin-top: 100px;
    }
    
    .texto__2{
        margin-top: 100px;
    }
    
    .texto__3{
        margin-top: 120px;
    }

    .texto__dato{
        margin-top: 110px;
    }

    .heading{
        font-size: 30px;
    }

    .bi-palette-fill, .bi-brush-fill{
        display: none;
    }

    .container .main-video{
        width: 320px;
        margin: auto;
        box-shadow: none;
        border: none;
    }

    .container .main-video .video{
        width: 320px;
        margin-left: -13px;
    }
 
    .container .video-list{
        height: 600px;
        width: 380px;
        margin-left: -5px;
    }

    .contacto__title{
        font-size: 30px;
        padding: 20px;
    }
    
    .columna__2, .columna__3, .img__columna{
        margin-left: 1px;
        margin-bottom: 5px;
    }

    .img__title{
        font-size: 25px;
        margin-bottom: 0;
        margin-top: 3px;
    }

    .derechos{
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 20px;
        font-size: 14px;
    }
}

@media (max-width: 380px){

    .descripcion{
        margin-left: -26px;
    }

    header .menu{
        min-width: 260px;
        min-height: 100vh;
        top: 0;
        right: -120%;
        margin-right: -65px;
    }

    .bi-hearts, .bi-star-fill{
        display: none;
    }

    .container .main-video{
        width: 250px;
        margin: auto;
        box-shadow: none;
        margin-left: -2px;
    }

    .container .main-video .video{
        margin-left: -4px;
    }

    .container .video-list{
        width: 320px;
        height: 500px;
        box-shadow: none;
        border: none;
        margin-left: 6px;
    }

    .derechos{
        font-size: 12px;
    }
}

@media (max-width: 346px){
    
    .descripcion{
        margin-left: -40px;
    }

    header .menu{
        min-width: 300px;
        min-height: 100vh;
        top: 0;
        right: -120%;
        margin-right: -80px;
    }

    .galeria__title .title{
        font-size: 25px;
    }
    .subtitle{
        font-size: 15px;
    }

    .bi-star-fill{
        font-size: 18px;
    }

}


@media (max-width: 320px){

    .bi-list{
        margin-right: -30px;
    }

    .descripcion{
        margin-left: -46px;
    }

    .btn__instagram{
        margin-left: 20px;
    }

    .container .main-video{
        width: 250px;
        margin: auto;
        box-shadow: none;
        margin-left: -2px;
    }

    .container .main-video video{
        margin-left: -25px;
    }

    .container .main-video .video .title{
        margin-left: -50px;
        text-align: center;
    }

    .container .video-list{
        width: 300px;
        height: 500px;
        box-shadow: none;
        border: none;
        margin-left: -10px;
    }
}