/* Versión laptop (a partir de 1024px de ancho) */
@media (min-width: 768px) {
    body{
          position: relative;
    }
    .img_black_white{
        margin: 0px;
        height: 340px;
        width: auto;
    }
    .mamasupport_title{
        top: -25px;
        z-index: 2;
        width: 1460px;
        position: absolute;
        background-color: white;
        display: flex;
        align-items: center;
        border-radius: 50px;
        font-size: 60px;
        padding: 10px;
        font-family: "Indie Flower", cursive;
        margin-left: 25px;
        padding-left: 20px;
    }
    .nav_picture{
        display: flex;
    }
    .a_contact{
        width: 120px;
    }
    header{
        display: flex;
        flex-direction: column-reverse;
        position: relative;
    }
    nav{
        position: absolute;       /* flota sobre la imagen */
        top: 60px;                 /* posición vertical: centro de la imagen */
        left: 85%;                /* posición horizontal: centro de la imagen */
        transform: translate(-50%, -50%); /* centra perfectamente el nav */
        z-index: 5;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        border-radius: 5px;
    }

  .nav_a{
    height: 50px;
    font-size: 20px;
    background-color: white;
  }
  .nav_a:hover{
    background-color: rgb(0, 200, 255);
    color: white;
  }
  .first_section{
    display: none;
  }
  .third_section{
    display: contents;
    display: flex;
    height: 520px;
  }
  .aside_a{
    font-size: 50px;
    padding: 50px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    color: white;
    margin: 0px;
  }
  .aside_a:hover{
    background-color: rgb(246, 198, 235);
    color: black;
    border: 4px solid black;
  }
.mision_aside{
    background-color: rgb(108, 191, 227);
    width: 33%;
    font-family: "Indie Flower", cursive;
    border-bottom-left-radius: 60px;
}
.i_aside{
    background-color: rgb(164, 213, 114);
    width: 33%;
    font-family: "Indie Flower", cursive;
}
.touch_aside{
    background-color: rgb(221, 138, 234);
    width: 34%;
    font-family: "Indie Flower", cursive;
    border-bottom-right-radius: 60px;
}
.drawings{
    height: auto;
    width: 304px;
    display: flex;
    flex-direction: row;
    z-index: 1;
}
.drawings_box{
    display: flex;
    flex-direction: row;
    z-index: 1;
}
.about_box{
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact_lady_child{
    width: 800px;
}
.about_p{
    width: 300px;
    text-align: center;
}
.kaiya{
    width: 160px;
    border-radius: 600px;
}
.kaiya_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.contact_container {
    position: relative; /* Contenedor relativo para que el div se posicione encima */
    width: 100%;
    max-width: 1200px; /* Ajusta según tu diseño */
    margin: 0 auto;
}

.contact_lady_child {
    width: 100%;
    height: auto; /* Mantiene proporción de la imagen */
    display: block;
}

.kaiya_box {
    position: absolute; /* Posición encima de la imagen */
    top: 10%;           /* Ajusta la posición vertical */
    left: 10%;          /* Ajusta la posición horizontal */
    width: 80%;         /* Ajusta el ancho del div sobre la imagen */
    background: rgba(255, 255, 255, 0.9); /* Fondo semi-transparente para destacar el texto */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.kaiya {
    width: 150px;       /* Tamaño de la foto de Kaiya */
    border-radius: 50%; /* Redonda */
    float: left;        /* Imagen a la izquierda del texto */
    margin-right: 20px;
}

.about_section {
    overflow: hidden;   /* Para que el texto no se salga */
}

.about_p {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.5;
}

.about_box {
    position: relative;   /* Contenedor relativo para que el div se posicione sobre la imagen */
    width: 100%;
    max-width: 1200px;    /* Ajusta según tu diseño */
    margin: 0 auto;
}

.contact_lady_child {
    width: 100%;
    height: auto;         /* Mantiene proporción de la imagen */
    display: block;
    border-radius: 10px;  /* Opcional, si quieres bordes redondeados */
}

.kaiya_box {
    position: absolute;       /* Posiciona encima de la imagen */
    top: 5%;                 /* Ajusta la posición vertical */
    left: 38%;                /* Ajusta la posición horizontal */
    width: 28%;               /* Ajusta el ancho del div sobre la imagen */
    background: rgba(255, 255, 255, 0.6); /* Fondo semi-transparente para destacar el texto */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.kaiya {
    width: 150px;          /* Tamaño de la foto de Kaiya */
    border-radius: 50%;    /* Redonda */
    margin-right: 20px;
    flex-shrink: 0;        /* Evita que se encoja */
}

.about_section {
    flex: 1;               /* Ocupa el resto del espacio del kaiya_box */
}

.about_p {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.5;
}

.email_form{
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 320px;
}
.card_box{
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.card{
    background-color: pink;
    padding: 30px;
    margin: 30px;
    border-radius: 20px;
    border: 1px solid black;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.9); /* X-offset, Y-offset, blur, color */
}
.form_p{
    text-align: center;
    margin-top: 30px;
    font-family: "Indie Flower", cursive;
}
.send_btn{
    color: white;
    cursor: pointer;
    margin-top: 50px;
    border-radius: 10px;
    width: 100px;
    background-color: rgb(243, 8, 184);
}
.send_btn:hover{
    background-color: rgb(248, 88, 208);
    color: black;
}
.send_box{
    display: flex;
    justify-content: center;
}
.contact_icons{
    color: rgb(248, 88, 208);
}
.contact_icons_box{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.h3_nav{
    margin-bottom: 20px;
}
.header-image{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.second_section{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;
}

.sing_box{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}
.p_after_first_section{
    width: 900px;
    font-size: 24px;
    padding: 45px;
    margin: 0px;
}
.sign_up_btn{
    width: 190px;
    height: 60px;
    font-size: 30px;
    margin: 0px;
}
h2{
    font-size: 40px;
    margin-bottom: 20px;
}
.icons{
    font-size: 50px;
}
.footer-all{
    height: 150px;
}
.social_icons_box{
    width: 220px;
}
.footer-name{
    background-color: black;
    color: white;
    text-align: center;
    font-family: "Indie Flower", cursive;
    height: 20px;
}
.contact-icons{
    font-size: 50px;    
    color: pink;
}
.contact-icons:hover{
    color: black;
}
.contact-social{
    text-decoration: none;
}
.contact_icons_box{
    height: 200px;
    /* border: 1px solid red; */
    justify-content: center;
}
.h3-contact{
    height: 60px;
}
.icons-footer-box-contact{
    /* border: 1px solid red; */
    height: 80px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h3-contact{
    font-family: "Indie Flower", cursive;
}
.h3-card{
    font-family: "Indie Flower", cursive;
    text-align: center;
}
}