
body{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* background-color: #2B2F3A; */
    background-color:  #f5c4ba;
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    overflow-x: hidden;
}

html{
    scroll-behavior: smooth;
}

.nav {
    position: fixed;
    top: 0px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    background-color: aliceblue;
    width: 100%;
    z-index: 1;
    background-color: aliceblue;
}

.burgerbtn{
    display: none;
    margin-top: 25px;
    width: 40px;
    height: 30px;
    border-radius: 100px;
}

.linksContainer{
    display: flex;
}

.linkChild{
    list-style: none;
    margin: 0px 15px;
    color: black;
    font-size: large;
}

a{
    text-decoration: none;
    color: inherit;
}

.logo{
    height: 60px;
    width: 60px;
    border-radius: 100px;
}

/* Aqui termina el nav */

.bannerContainer{
    /* background-color: rebeccapurple; */
    margin-top: 60px;
    width: 100%;
    height: auto;
}

.bannerFlex{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /* background-color: red; */
}

.banner{
    width: 100%;
    background-color:  #f5c4ba;
    height: auto;
    border-radius: 0px 0px 0px 	100px;
}

.bannerFlex{
    height: auto;
}

.btnContainer{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1{
    font-size: 60px;
}

.learn{
    font-size: 25px;
}

.buttonContact{
    width: 125px;
    height: 45px;
    font-size: 15px;
    margin-top: 20px;
    margin-left: 15px;
    border-radius: 100px;
    border: none;
    background-color: white;
}

/* aqui termina lo del banner */

.workingContainer{
    background-color: #f5c4ba;
    margin-top: 100px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.workingContainer1{
    margin-top: 100px;
}

.primaryText{
    display: block;
    white-space: nowrap;
    border-right: solid 3px black;
    width: 33ch;

    animation: typing 4s steps(33), blink .5s infinite step-end alternate;
    overflow: hidden;
}

@keyframes typing{
    from {width:  0;}
}

@keyframes blink{
    50%{border-color: transparent;}
}

.introducción{
    font-size: 35px;
    padding: 10px;
}

.working{
    width: 100%;
    display: flex;
}

.workingChild{
    width: 50%;
    display: flex;
    padding: 10px;
    justify-content: center;
    flex-direction: column;
}

.textWorking{
    width: 98%;
    padding: 10px;
}

.text{
    font-size: 20px;
}

.imgDesktopContainer{
    width: 50%;
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.cursos{
    width: 80%;
    height: 500px;
}

.cardsContainer{
    margin-top: 100px;
    height: 300px;
}

.cardsChild{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.card{
    width: 24%;
    height: auto;
    margin-left: 15px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    background-color: #ffe2e2;
    align-items: center;
    text-align: center;
    border: 1px solid black;
}


.circle{
    /* background-color: rgb(255, 123, 0); */
    background-color: #ff6a50;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.miniLogo{
    height: 40px;
    width: 40px;
}

/* aqui termina lo de abajo del banner */

.workingContainer3{
    margin-top: 400px;
    display: flex;
    height: 780px;
    flex-direction: column;
    align-items: center;
}

.workingImg{
    width: 45%;
    margin-left: 10px;
    height: 500px
}

.working3{
    margin-top: 0px;
    height: 400px;
    width: 800px;
}

.working1{
    width: 70%;
}

.solutions{
    font-size: 40px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
}

.description{
    font-size: 16px;
    margin-left: 10px;
}

/* Aqui van los "testimonios" */

.testimonioContainer{
    width: 100%;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    /* background-color: #fdb4a5; */
}

.testimonialsContainer{
    width: 90%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.testimonialsTitle{
    font-size: 30px;
}

.testimonialsFlex{
    display: flex;
    width: 100%;
    justify-content: center;
}

.testimonial{
    background-color: #fcebeb;
    width: 35%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    border: solid 1px black;
}

.testimonialImg{
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.testimonialText{
    padding-left: 8px;
}

/* aqui va lo de las preguntas frecuentes */

.preguntasFrecuentes{
    width: 100%;
    margin-top: 30px;
    padding-bottom: 10px;
    background-color: rgb(255, 234, 234);
    display: flex;
    justify-content: center;
}

.faqTitle{
    font-size: 35px;
}

.titleItem{
    font-size: 22px;
}

.faqContainer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.faqItem{
    border-bottom: solid 1.5px black;
    width: 70%;
}

.parrafoFaq{
    font-size: 18px;
}

/* Aqui va el slider */

.slideContainer {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fcb6a9;
}

.slider {
    width: 55%;
    height: auto;
    border-bottom: solid 2px black;
    border-top: solid 2px black;
    display: flex;
    overflow: hidden;  /* Asegúrate de ocultar cualquier desbordamiento */
    /* position: relative; */
}

.imgContainer {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.imgSlider {
    height: 550px;
    width: 100%;
    flex-shrink: 0;  
}

/* aqui termina el slider */

.footerContainer{
    background-color: aliceblue;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerChild{
    width: 30%;
    padding: 10px;
}

.footerInfo{
    display: flex;
    color: black;
}

.miniLogoFooter{
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-right: 10px;
}

.flexFooter{
    display: flex;
}

/* Aqui termina el footer */
.buttonContact:hover{
    cursor: pointer;
    background-color: #f89a87;
    transition: 0.8s;
}

li:hover{
    cursor: pointer;
    color: #ff6a50;
    transition: 0.3s;;
}

/* Aqui termina las pseudo clases */

@media(max-width: 860px) {

    body, html {
        width: 100%;
        overflow-x: hidden;
        margin: 0; /* Agregado para eliminar cualquier margen que pueda afectar el ancho */
        padding: 0; /* Agregado para eliminar cualquier padding que pueda afectar el ancho */
    }

    .burgerbtn {
        display: block;
        margin-top: 20px;
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }
    
    .home, .aboutUs, .contacts {
        display: none;
    }
    
    .nav {
        width: 100%;  /* Asegúrate de tener width 100% */
        padding: 0;  /* Elimina padding */
        margin: 0 auto;  /* Centra el contenido si es necesario */
        box-sizing: border-box;  /* Incluye padding y border en el width */
    }

    .bannerContainer{
        width: 100%;
        padding: 0px;
        background-color: red;
    }
    
    .bannerContainer{
        width: 100%;
        padding: 0px;
    }
    
    .banner{
     height: auto;
     width: 100%;
     border-radius: 0px;
     height: 520px;
    }

   .btnContainer{
    flex-direction: column;
    margin-top: 50px;
    height: auto;
   }

   .buttonContact{
    height: 40px;
   }

   h1{
    font-size: 40px;
   }

   .workingContainer{
    margin-top: 50px;
   }

   .workingContainer1{
    margin-top: 0px;
   }

   .introducción{
    font-size: 20px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
   }

   .workingChild{
    width: 98%;
   }

   .textWorking{
    width: 97%;
    padding: 0px;
   }

   .text{
    font-size: 15px;
    text-align: justify;
   }

   .primaryText{
    font-size: 17px;
    margin-top: 0px;
    margin-left: 0px;
   }

   .working{
    flex-direction: column;
   }

   .imgDesktopContainer{
    width: 100%;
    display: flex;
    justify-content: center;
   }

   .cursos{
    border-radius: 50px;
    width: 80%;
    height: auto;
    margin-right: 25px;
   }

   .cardsContainer{
    margin-top: 100px;
   }

   .cardsChild {
    flex-direction: column;
    align-items: center;
    }

    .card {
    width: 50%;
    margin-top: 10px;
    height: auto;
    }

    .workingContainer3{
        margin-top: 950px;
        height: 800px;
    }

    .workingImg{
        width: 80%;
        margin-top: 100px;
        height: 350px;
    }

    .solutions{
        margin-top: 50px;
        font-size: 30px;
    }

    .working3{
        width: 80%;
    }

    .slideContainer{
        margin-top: 30px;
        height: auto;
    }

    .slider{
        height: auto;
        margin-left: 15px;
        width: 80%;
    }

    .imgSlider{
        height: 300px;
    }

    .testimonialsFlex{
        flex-direction: column;
        align-items: center;
    }

    .testimonialsTitle{
        font-size: 25px;
    }

    .testimonial{
        width: 200px;
        height: auto;
        margin-top: 5px;
    }

    .faqTitle{
        font-size: 20px;
    }

    .titleItem{
        font-size: 15px;
    }

    .parrafoFaq{
        font-size: 15px;
    }

    .footerContainer {
        margin-top: 0px;
        flex-direction: column;
        align-items: center;
    }

    .footerChild {
        width: 300px;
    }

    .flexFooter{
       width: 100%;
       justify-content: space-between;
    }
}

/* Aqui terminan las media querys */