*, *::before, *::after{
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;

}

body{
    position: relative;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-attachment: fixed;
}

/*  *//*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */


/* GENERAL*/

h1 {
     font-size: 3rem;    
     color: rgba(123, 0, 119, 1);
     font-family: 'Comfortaa', cursive;
     font-family: 'Lexend Deca', sans-serif;
    }

.h1inicio {
    font-size: 0.5rem; 
}

h2 { 
    font-size: 2.5rem; 
    color: rgba(123, 0, 119, 1);
    font-family: 'Comfortaa', cursive;
    font-family: 'Lexend Deca', sans-serif;
}

h3 { 
    font-size: 2rem;
    color: rgb(180, 137, 180);
    font-family: 'Comfortaa', cursive;
    font-family: 'Lexend Deca', sans-serif;
}

p { font-size: 1.25em;}

/* MENU HAMBURGUESA & BARRA MENU*/

.menu{
    background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255), rgb(213, 226, 230));
    height: 50px;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
}

.menu__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.logomenu{
    width: 150px;
    transition: transform 1s;
    
}

.logomenu:hover {
    transform: scale(1.2);
}

.menu__links{
    height: 100%;
    transition: transform .5s;
    display: flex;
}

.menu__item{
    list-style: none;
    position: relative;
    height: 100%;
    --clip: polygon(0 0, 100% 0, 100% 0, 0 0);
    --transform: rotate(-180deg);
}

.menu__item:hover{
    --clip: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    --transform: rotate(0);
}

.menu__link{
    color: #868686;
    text-decoration: none;
    padding: 0 30px;
    display: flex;
    height: 100%;
    align-items: center;
}

.menu__link:hover{
    color: rgba(123, 0, 119, 1);
}


.menu__arrow{
    transform: var(--transform);
    transition: transform .9s;
    display: block;
    margin-left: 3px;
    width: 12px;
    filter: grayscale(1) brightness(2);
}

.menu__item--show:hover .menu__arrow {
    filter: grayscale(0);
}

.menu__nesting{
    list-style: none;
    transition:clip-path .3s;
    clip-path: var(--clip);
    position: absolute;
    right: 0;
    bottom: 0;
    width: max-content;
    transform: translateY(100%) translateX(-5%);
    background-color: rgba(255, 255, 255, 0.8);
}

.menu__link--inside{
    padding: 10px 100px 10px 20px;
    border-right: 5px solid rgb(123, 0, 119);
}

.menu__link--inside:hover{
    background-color: rgb(231, 231, 231);
    color: rgba(123, 0, 119, 1);
}

.menu__hamburguer{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
    display: none;

}

.menu__img{
    display: block;
    width: 36px;
    transition: transform 1s ease;
}


.menu__img:hover {
    transform: scale(1.2);
    filter: none;
    fill: rgba(123, 0, 119, 1);
}

#htmlactivo {
    color: rgba(123, 0, 119, 1);
}

@media (max-width:800px){
    .menu__hamburguer{
        display: flex;
    }

    .menu__item{
        --clip:0;
        overflow:hidden ;
    }

    .menu__item--active{
        --transform: rotate(0);
        --background: #ffffff;
    }

    .menu__item--show{
        background-color: var(--background);
    }

    .menu__links{
        position: fixed;
        max-width: 400px;
        width: 100%;
        top: 70px;
        bottom: 0;
        right: 0;
        background: rgba(250, 250, 250, 1);
        overflow-y: auto;
        display: grid;
        grid-auto-rows: max-content;
        transform: translateX(100%);
    }

    .menu__links--show{
        transform: unset;
        width: 100%;
    }

    .menu__link{
        padding: 25px 0;
        padding-left: 30px;
        height: auto;
    }

    .menu__arrow{
        margin-left: auto;
        margin-right: 20px;
    }

    .menu__nesting{
        display: grid;
        position: unset;
        width: 100%;
        transform: translateY(0);
        height: 0;
        transition: height .3s;
    }

    .menu__link--inside{
        width: 90%;
        margin-left: auto;
        border-left: 4px solid rgb(123, 0, 119);
    }

    #htmlactivo {
        color: rgba(123, 0, 119, 1);
    }
}



/* BOTON SUBIR */





.btn-subir {
    position: fixed;
    height: 45px;
    width: 45px;
    line-height: 55px;
    bottom: 3rem;
    right: 2rem;
    text-align: center;
    font-size: 30px;
    z-index: 999;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.btn-subir:hover{
    text-decoration: none;
    background-color: rgba(255, 255, 3, 0.281);
    color:  #ffffff;
    box-shadow: 0 0 100px  rgba(123, 0, 119, 1), 0 0 100px rgba(123, 0, 119, 1), 0 0 100px rgba(123, 0, 119, 1);
}

.btn-subir img{
    width: 45px;
    height: 45px;

}






/* BOTON WHASTAPP */

.btnwa{
    position: fixed;
    height: 45px;
    width: 45px;
    line-height: 55px;
    bottom: 8rem;
    right: 2rem;
    text-align: center;
    font-size: 30px;
    z-index: 999;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.btnwa:hover{
    text-decoration: none;
    background-color: rgba(0, 255, 26, 0.3);
    color:  #ffffff;
    box-shadow: 0 0 100px rgb(0, 255, 26), 0 0 100px rgb(0, 255, 26), 0 0 100px rgb(0, 255, 26);
}

.btnwa .imgwa{
    width: 45px;
    height: 45px;

}

/* BOTON LLAMAR */

.boton-llamar{
    border: 1px solid rgb(255,255,255);
    background: rgba(123, 0, 119, 1);
    position: fixed;
    bottom: 50px;
    left: 1.5rem;
    cursor: pointer;
    width: auto;
    z-index: 999;
    border-radius: 30px;
    padding: 10px;
}
.boton-llamar a{
    border: 50;
    text-decoration: none;
    border-color: white;
    font-weight: 700;
    color: rgb(255, 255, 255);
    padding: 9px 25px;
    border: white;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
 }

.boton-llamar a:hover {
    background-color: white;
    color:  rgb(0, 255, 26);
    box-shadow: 0 0 100px rgb(0, 255, 26), 0 0 100px rgb(0, 255, 26), 0 0 100px rgb(0, 255, 26);
 }




/* CONTAINER PARTICULAS */

#particles-js {
    background: linear-gradient(#ffffff, #ffffff, #ffffff, #d3d3d3);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

/* BODY*/

/* BODY*/

/* BODY*/

/* BODY*/

/* BODY*/

/* BODY*/

/* BODY*/


/* PORTADA */

.portada {
    display: flex;
    flex-direction: column;
    height: 93vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: none;
}

.slider {
    position: relative;
    width: 100%;
    background: none;
    z-index: 888;
}

.myslider{
    height: 100vh;
    display: none;
    overflow: hidden;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 50px;
    padding: 15px;
    cursor: pointer;
    color: rgba(225, 225, 225, 1);
    transition: 0.1s;
    user-select: none;
}

.prev:hover, .next:hover {
    color: rgba(123, 0, 119, 1);
}

.next{
    right: 0;
}

.dotsbox{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 70px;
    cursor: pointer;
}

.dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 3px solid rgb(236, 188, 230);
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
}

.dotsbox{
    text-align: center;
}

.active, .dot:hover{
	border-color: rgba(123, 0, 119, 1);
}

.fade{
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: 0.1;}
    to {opacity: 0.5;}
}

@keyframes fade {
    from {opacity: 0.1}
    to {opacity: 0.5}
}

.txt {
    display: flex;
    max-width: 60vw;
    flex-direction: column;
    position: absolute;
    text-align: center;
    align-items: center;
    color:  rgb(136, 136, 136);
    background: radial-gradient(rgba(255, 255, 255, 0.675), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.396), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    letter-spacing: 0px;
    top: 0px;
    left: 15%;
    -webkit-animation-name: posi;
    -webkit-animation-duration: 2s;
    animation-name: posi;
    animation-duration: 2s;
    z-index: 1;
    padding: 100px;
}

#slideodontodologia{
    color:  rgb(255, 254, 254);
    background: radial-gradient(rgba(255, 255, 255, 0.328), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.076), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));

}

.txt h2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 5rem;
    margin-bottom: 0px;
}

.txt p {
    font-size: 2rem;
}

.txt .btnblanco {
    display: flex;
    flex: content;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    padding: 9px 25px;
    background: rgba(123, 0, 119, 1);
    color: rgb(255, 255, 255);
    border-radius: 50px;
    transition: 1s;
    margin-bottom: 15px;
    max-width: 300px;
    height: 50px;
}

.txt .btnblanco:hover {
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    color: rgb(123, 0, 119);
    box-shadow: 0 0 100px rgb(123, 0, 119), 0 0 100px rgb(123, 0, 119), 0 0 100px rgb(123, 0, 119);
}

@-webkit-keyframes posi {
    from {left:25%}
    to {left: 15%}
}

@keyframes posi {
    from {left:25%}
    to {left: 15%}
}

.imgslider{
    min-width: auto;
    height: 100vh;
    object-fit: cover; /* Evita la distorsión y cubre el contenedor */
    transform: scale(1.5, 1.5);
    -webkit-animation-name: zoomin;
    -webkit-animation-duration: 40s;
    animation-name: zoomin;
    animation-duration: 40s;
}

@-webkit-keyframes zoomin {
    from {transform: scale(1, 1)}
    to {translate: scale(1.5, 1.5)}
}


@keyframes zoomin {
    from {transform: scale(1, 1)}
    to {translate: scale(1.5, 1.5)}
}

@media screen and (max-width: 800px) {
    .myslider{
        height: 500px;
    }
    .txt{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-animation-name: posi2;
        -webkit-animation-duration: 2s;
        animation-name: posi2;
        animation-duration: 2s;
    }

        
    .txt h2 {
        font-size: 3rem;
    }

    .txt p {
        font-size: 1.5rem;
    }

    @-webkit-keyframes posi2 {
        from {top: 35%}
        to {top: 50%}
    }
    @keyframes posi2 {
        from {top: 35%}
        to {top: 50%}
    }
}



/* CONTAINER 3*/

.solid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1));
    z-index: 2;
    min-height: 100vh;
}

.solid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 50px 0px;
}

.solidtext {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px 50px 100px 50px;
}

.solid h2{
    display: flex;
    flex-direction: column;
    text-align: center;
    color: rgba(123, 0, 119, 1);
    margin-top: 100px;
}

.solid p {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1.5rem;
    color: rgb(136, 136, 136);
    margin: 25px 25px 50px 25px;
    text-align: justify;

}

.solidtext .btnblanco {
    display: flex;
    flex: content;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    padding: 9px 25px;
    background: rgba(123, 0, 119, 1);
    color: rgb(255, 255, 255);
    border-radius: 50px;
    transition: 1s;
    margin-bottom: 25px;
    max-width: 500px;
}

.solidtext .btnblanco:hover {
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 255, 26);
    box-shadow: 0 0 100px rgb(0, 255, 26), 0 0 100px rgb(0, 255, 26), 0 0 100px rgb(0, 255, 26);
}

.solidimg{
    display: none;
}

@media screen and (min-width: 900px) {

    .solid {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    
    .solidtext {
        margin: 50px 100px 50px 50px;
    }

    .solid p {
        margin: 0px 0px 50px 0px;
    }

    
    .solidimg{
        display: flex;
        max-width: 40vw;
        margin-left: 100px;
    }


}

/* CONTAINER 4 SERVICIOS*/


.solido {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    padding: 50px 80px 50px 80px;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
}

.solido p {
    color: rgb(107, 107, 107);
    margin: 0px 0px 50px 0px;
}

.solido h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}


@media screen and (min-width: 900px) {
    .solido {
        padding: 50px 200px 50px 200px;
    }
}



/* PREGUNTAS */

.preguntas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 0px 100px 0px;
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(225, 225, 225, 0.1), rgb(255, 255, 255));
}

.preguntas h2 {
    text-align: center;
    margin: 100px 80px 50px 80px;
}

.ppreguntas {
    text-align: justify;
    margin: 15px;
}

details {
    background: rgba(123, 0, 119, 0.4);
    padding: 15px;
    border-radius: 30px;
    margin: 8px 25px 8px 25px;
    padding: 25px;
    cursor: pointer;
    width: 80%;
}

details:hover {
    background: rgb(123, 0, 119);
}

details[open] {
    background: rgb(123, 0, 119);
}

summary{
    font-size: 1.5em;
}

summary::before{
    padding-right: 20px;
}


@media screen and (min-width: 900px) {
    .preguntas {
        padding: 50px 50px 50px 50px;
    }
}


/* CONTAINER 4 SERVICIOS*/

.servicios {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: url(imagenes/imgodontologia1.jpg) no-repeat center center fixed;
    background-color: rgba(225, 225, 225, 0.5);
    background-size: cover;
    min-height: 100vh;
    margin: 0 0 0 0;    
}

#servestetica{
    background: url(imagenes/portadaimg2.png) no-repeat center center fixed;
}

.servicios::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* Ajusta el valor de opacidad según tu preferencia */
}

#servdeg {
    background:  rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
}

.servicios h2{
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 100px;
    font-size: 2em;
    color:  rgba(123, 0, 119, 1);
}

.cajaslineas {
    display: flex;
    flex-direction: column;
}

.carta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.5em;
    width: 200px;
    height: 230px;
    margin: 20px;
    padding: 15px;
    background:  rgba(131, 70, 129, 0.7);
    color:  rgba(225, 225, 225, 1);
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.8s ease-in-out;
    transform-style: preserve-3d; 
}

#cartactiva,.carta:hover {
    transform: rotateX(0deg) rotateY(-360deg) scale(1.2);
    background:  rgba(123, 0, 119, 1);
    box-shadow: 0 0 0px rgba(15, 15, 15, 0.3), 0 0 5px rgba(15, 15, 15, 0.1), 0 0 50px rgba(15, 15, 15, 0.3);
    color:  rgba(255, 255, 255, 1);
}

#carriba {
    margin-bottom: 150px;
}

.imgserv {
    width: 150px;
    height: 150px;
}

@media screen and (min-width: 900px) {
    .cajaslineas {
        display: flex;
        flex-direction: row;
    }
}

/* CONTAINER 5 - PORTFOLIO*/

.ventajas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 1);
    margin: 0;
    padding: 100px;
    z-index: 888;
}

.vent {
    list-style: none;
    margin: 0px;
    left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: start;
}

.vent li {
    display: flex;
    flex-direction: row;
    margin: 15px;
    text-align: start
}

.tick {
    width: 25px;
    height: 23px;
    display: flex;
    margin-right: 25px;
}

@media screen and (min-width: 900px) {
    
    
    .ventajas {
        display: flex;
        flex-direction: row;
    }

    .tick {
        margin-left: 50px;
    }
}




/* CONTAINER 5 - CONTACTO FORMULARIO*/


#contacto,.contacto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    z-index: 2;
    padding: 100px;
    min-height: 100vh;
}

.h1contacto {
    margin-top: 150px;
}

.contacto h2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: rgba(123, 0, 119, 1);
    font-size: 4em;
}

.cartamail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:  linear-gradient(rgb(255, 255, 255)10%, rgb(253, 250, 253) 80%, rgb(188, 163, 186));
    backdrop-filter: blur(65px);
    transition: all 0.3s ease 0s;
    border-radius: 40px;
    padding: 25px;
    max-width: 300px;
    z-index: 555;
}

.cartamail:hover{
    background: rgb(180, 180, 180);    
    background:  linear-gradient(rgb(253, 252, 253)10%, rgb(255, 202, 254) 80%, rgb(249, 163, 245));
}

.cartamail:hover .formu{
    background: rgb(255, 255, 255);
}

.cartamail:hover #formu{
    background: rgb(255, 255, 255);
}

.cartamail:hover p{
    color: rgb(90, 42, 89);
}

.cartamail:hover .tellamamos {
    color: rgba(123, 0, 119, 1);
}


.cartamail:hover .btn-enviar {
    background:  rgba(123, 0, 119, 1);
}


.cartamail p {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1.5rem;
    color: rgb(179, 179, 179);
    transition: all 0.3s ease 0s;
}

.cartamail .tellamamos {
    color: rgb(108, 108, 108);
    transition: all 0.3s ease 0s;
}

.cartamail .formu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    margin-top: 5px;
    margin-bottom: 10px;
    width: 190px;
    height: 25px;
    border: none;
    border-radius: 40px;
    font-weight: 700px bold;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease 0s;
}

.cartamail #formu {
    background: rgb(142, 142, 142);
    font-weight: 700px bold;
}

.cartamail .btn-enviar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 190px;
    height: 30px;
    border: none;
    border-radius: 40px;
    background:  rgba(123, 0, 119, 1);
    transition: all 0.3s ease 0s;
    font-weight: 700px bold;
    color: rgb(255, 255, 255);
}

.cartamail .btn-enviar-contacto {
    background:  rgba(255, 255, 0, 0.3);
}

.cartamail .btn-enviar:hover {
    box-shadow: 0 0 20px rgba(123, 0, 119, 1), 0 0 1px rgba(123, 0, 119, 1), 0 0 5px rgba(123, 0, 119, 1);
    color: rgb(147, 147, 147);
}




@media screen and (min-width: 900px) {

    .contacto {
        display: flex;
        flex-direction: row-reverse;
        height: 100vh;
    }

    #contacto{
        display: flex;
        flex-direction: row;
    }
    
    #h1serv{
        margin-bottom: 500px;
    }

    .cartamail {
        margin: 100px;
    }


}



/* CONTAINER 5 - HORARIO*/

.horario {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(165, 98, 163);
}

.hora {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    margin: 0;
}

.hora ul {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    left: 0px;
}

.hora ul li {
    text-align: center;
}



.horario{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #7b007753;
    color: #7B0077;
}
.hora h2 {
    color: #7B0077;
}

.hora {
    text-align: center;
    align-items: center;
}

.hora .tabla-h {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}


.hora button{
    border: 50;
    text-decoration: none;
    border-color: white;
    font-weight: 700;
    color: white;
    padding: 9px 25px;
    background: white;
    border: white;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
 }

.hora button a{
    text-decoration: none;
    color: #7B0077;
}

.hora button:hover {
    background-color: #ffffff;
    box-shadow: 0 0 100px #7B0077, 0 0 100px #7B0077, 0 0 100px #7B0077;
 }

 .hora button:hover a {
    color: rgba(0, 255, 26, 1);
 }


/* FOOTER*/

footer {
    display: flex;
    flex-direction: column;
    background: rgba(123, 0, 119, 1);
    align-items: center;
    text-align: center;
}

footer a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

footer img {
    padding-top: 80px;
    width: 300px;
    filter: brightness(3);
}

.footer-texto {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.footer-links {
    display: flex;
    flex-direction: column-reverse;
}

.footer-pags {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-pags ul,
.footer-links ul,
.footer-legal ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.footer-pags ul,
.footer-links ul,
.footer-legal ul {
    text-align: center;
}

footer .coppyright {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: rgb(30, 30, 30);
    color: yellow;
    height: 50px;
    width: 100vw;
}

footer .coppyright a {
    text-decoration: none;
    color: white;
    color: rgba(255, 255, 0, 1);
}

@media screen and (min-width: 768px) {
    footer .footer-texto {
        display: flex;
        flex-direction: row;
        align-items: center;     
        justify-content: center;
        padding: 0 0 20px 50px;
    }

    .footer-links {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    footer .coppyright {
        margin-bottom: 0px;
    }
}
