@keyframes miAnimacion {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

@font-face {
    font-family: 'geil';
    src: url('Fonts/CabinetGrotesk-Extrabold.otf') format('opentype');
    
  }
/* responsive */
@media only screen and (max-width: 390px) {
    
    
    
    
    #taejej{
        display: flex;
    flex-direction: column;
    gap: 15px;
    align-content: flex-start;
    }
    #btoconta{
        display: none;
    }
    
   #togle{
    display: none;
   }
    #lenguaj{
        font-size: 20px;
    }
    body {
        font-size: 14px;
        
    }

    #titulo {
        padding: 10px;
        margin-top: 10%;
    }

    #contenidoinicial p {
        font-size: 14px;
    }

    #vermas {
        text-align: center;
       
    }
    #logo{
        margin-right: 3%;
    }

    #projectos {
        width: 100%;
        align-content: center;
        margin-top: 10%;
        color: white;
       
        
    }
    
    #contenedores {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        
    }
    
    #contenedor1,
    #contenedor2,
    #contenedor4,
    #contenedor5,
    #contenedor3 {
       
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        min-height: 200px;
    }
    
    .hijos {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px;
        padding: 10px;
    }
    
    .hijos img {
        max-width: 100%; /* Establece el ancho máximo al 100% del contenedor padre */
        height: auto; /* Hace que la altura se ajuste automáticamente para mantener la proporción original */
        transition: transform 0.3s ease;
    }
    
    .hijos img:hover {
        transform: scale(1.1);
    }
    
    .tituloscontenedores {
        width: 100%;
        font-family: 'geil';
        text-align: left;
        font-size: 20px;
    }

#contenedormain {
    width: 95%; /* Ajusta el ancho según sea necesario */
    margin: 0 auto; /* Centra el contenedor */
    padding: 10px; /* Añade algún espacio alrededor del contenido */
    margin-left: 10%; /* Asegúrate de que el margen izquierdo no esté siendo anulado por otras reglas */
}
#container {
    max-width: 95%;
    width: 90%;
    margin: 20px auto;
    background-color: #ffffff0b;
    color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10%;
}
#holaf2{
    margin-left: 8%;
}
#menu-icon{

    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: absolute;
    top: 5px; /* Adjust this value to position the icon vertically */
    right: 20px;
}
    /* Additional styles for better responsiveness can be added as needed */
}

/* Media query for 768x1024 */
@media only screen and (min-width: 391px) and (max-width: 768px) {
    
    /* Styles for screens between 391px and 768px width */

    #btoconta{
        display: none;
    }
    
    #menu-icon{

        display: flex;
        flex-direction: column;
        cursor: pointer;
        position: absolute;
        top: 5px; /* Adjust this value to position the icon vertically */
        right: 20px;
    }
    #togle{
        display: none;
       }
    #projectos {
        width: 100%;
        align-content: center;
        margin-top: 10%;
        color: white;
        margin-left: 10%;
    }
    
    #contenedores {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    #contenedor1,
    #contenedor2,
    #contenedor4,
    #contenedor5,
    #contenedor3 {
        margin-right: 20%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        min-height: 200px;
    }
    
    .hijos {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px;
        padding: 10px;
    }
    
    .hijos img {
        max-width: 100%; /* Establece el ancho máximo al 100% del contenedor padre */
        height: auto; /* Hace que la altura se ajuste automáticamente para mantener la proporción original */
        transition: transform 0.3s ease;
    }
    
    .hijos img:hover {
        transform: scale(1.1);
    }
    
    .tituloscontenedores {
        width: 100%;
        font-family: 'geil';
        text-align: left; /* Ajustado a alinear a la izquierda */
        font-size: 25px;
        margin-top: 20px; /* Ajustado el margen superior */
    }


    body {
        font-size: 10px;
    }
    

    #contenedormain {
        width: 80%; /* Ajusta el ancho según sea necesario */
        margin: 0 auto; /* Centra el contenedor */
        padding: 20px; /* Añade algún espacio alrededor del contenido */
        margin-left: 10%; /* Asegúrate de que el margen izquierdo no esté siendo anulado por otras reglas */
    }
    #titulo {
        margin-top: 10%;
        padding: 15px;
        font-size: 1rem;
    }

    #contenidoinicial p {
        font-size: 14px;
        padding: 15px;
    }

    #vermas {
        text-align: center;
    }

    #vermastit {
        font-size: 20px;
    }
    
    #menu-icon{

        margin-left: 60%;
    }


}


/* Media query for 769x1024 */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    
    /* Styles for screens between 769px and 1024px width */
    #taejej {
        
       
        flex-direction: column;
      
    }

    
    body {
        font-size: 16px;

    }
    
    #titulo {
        margin: 0 auto;
        max-width: 80%;
    }
    

    .hijos {
        width: 80%; /* Ajusta el ancho según sea necesario */
    }


    .cards{
        
            display: flex;
        flex-direction: column;
        gap: 15px;
        align-content: flex-start;
        
    }
    .cards .card {
      
        height: 350px; /* Increased height */
        width: 400px; /* Increased width */
        
    }
   
    /* Additional styles for better responsiveness can be added as needed */
}
/* fin responsive */

body {
    margin: 0;
    
    margin-top: 70px;
    cursor: pointer;
    background: #222;
    background-image: url('img/fondo-abstracto-geometrico-3d.jpg');
    background-color: #222;
    overflow-x: hidden;

    animation: miAnimacion 1.5s ease-out;
    
    
    

}
/* Estilos para WebKit (Chrome, Safari) y Edge */
::-webkit-scrollbar {
    width: 12px;
    background-color: #919191;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #bc02ff;
    
  }
  
  ::-webkit-scrollbar-track {
    background-color: #eeeeee00;
  }
  
  /* Estilos para Firefox */
  ::-moz-scrollbar {
    width: 12px;
  }
  
  ::-moz-scrollbar-track {
    background-color: #eeeeee00;
  }


header {
    background-color: rgba(231, 231, 231, 0);
    color: rgb(206, 206, 206);
    padding-inline: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'geil';
    top: 0;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(30px);
    position: sticky;

}

#logo {
    margin-left: 1%;
}

nav {
    display: flex;
}

nav a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    margin: 10px 10px;
}

#menu-icon {
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin-right: 10%; /* Add margin to the right */
    color: white; /* Change icon color to white */
}

#menu-icon div {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 3px 0;
}

#menu {
    display: flex;
    
    text-align: center;
}

#menu a {
    display: block;
}

/* hacemos responsive */
@media (max-width: 767px) {
    #menu {
        display: none;
        flex-direction: column;
    }

    #menu.show {
        display: flex;
    }

    #menu-icon {
        display: flex;
    }

    nav a {
        display: none;
        margin: 10px;
    }
    
}

/* estilos para los submenus del header :  */
.submenu {
    display: none;
    position: absolute;
    background-color: rgb(231, 231, 231);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.main-option:hover+.submenu {
    /* estilo para cuando salte la caja del hover */
    display: flex;
    flex-direction: column;
}

.submenu a {
    padding: 10px;
    text-decoration: none;
    color: black;
}

.main-option:hover~.submenu {
    display: flex;
    flex-direction: column;
}

.submenu:hover {
    display: flex;
    flex-direction: column;
}

.main-option {
    text-decoration: none;
    color: #d0d0d0;
    /* Color del texto normal */
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

/* Estilo del hover para los botones */
.main-option:hover {
    color: #d2d2d2;
    /* Color del texto en hover */
}

/* Línea inferior en hover */
.main-option::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #dfdfdf;
    /* Color de la línea en hover */
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.main-option:hover::after {
    width: 100%;
}

/* estilos para el cursor */
#cursor-circle {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgb(204, 0, 255);
    pointer-events: none;
    transform: translate(-50%, -50%);
    display: none;
}
#cursor-circle2 {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgb(204, 0, 255);
    pointer-events: none;
    transform: translate(-50%, -50%);
    display: none;
}

.glitch {
    font-family: 'geil';
    font-weight: bold;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: white;
    /* Color del texto blanco */
    text-shadow: 0.05em 0 0 rgba(247, 92, 92, 0.5),
        /* Sombra rosa */
        -0.025em -0.05em 0 rgba(169, 169, 169, 0.5),
        /* Sombra gris */
        0.025em 0.05em 0 rgba(169, 169, 169, 0.5);
    /* Sombra gris */
    animation: glitch 5000ms infinite;
    letter-spacing: 10px;
}

.glitch span {
    position: absolute;
    top: 0;
    left: 0;
}

.glitch span:first-child {
    animation: glitch 1300ms infinite;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
    transform: translate(-0.025em, -0.0125em);
    opacity: 0.8;
}

.glitch span:last-child {
    animation: glitch 750ms infinite;
    clip-path: polygon(0 80%, 100% 20%, 100% 100%, 0 100%);
    transform: translate(0.0125em, 0.025em);
    opacity: 0.8;
}

@keyframes glitch {
    0% {
        text-shadow: 0.05em 0 0 rgba(255, 34, 244, 0.788),
            -0.05em -0.025em 0 rgba(169, 169, 169, 0.5),
            -0.025em 0.05em 0 rgba(169, 169, 169, 0.5);
    }

    15% {
        text-shadow: -0.05em -0.025em 0 rgba(255, 34, 244, 0.788),
            0.025em 0.025em 0 rgba(169, 169, 169, 0.5),
            -0.05em -0.05em 0 rgba(169, 169, 169, 0.5);
    }

    50% {
        text-shadow: 0.025em 0.05em 0 rgba(255, 34, 244, 0.788),
            0.05em 0 0 rgba(169, 169, 169, 0.5),
            0 -0.05em 0 rgba(169, 169, 169, 0.5);
    }

    100% {
        text-shadow: -0.025em 0 0 rgba(255, 34, 244, 0.788),
            -0.025em -0.025em 0 rgba(169, 169, 169, 0.5),
            -0.025em -0.05em 0 rgba(169, 169, 169, 0.5);
    }
}

/* ----------------------------------------------------------------------------------------- */
#inicio {
    width: 100%;
    display: flex;
    background-color: #d2d2d200;
    height: 50%;
    align-items: center;
    justify-content: left;
    margin-top: 13%;
    margin-bottom: 20%;
    
    flex-direction: column;
    

}
#menucon{
    
    border-radius: 8px;
    margin-right: 1%;
}

#titulo {}

#contenidoinicial {
    color: aliceblue;
    line-height: 2.5;
}

#contactoinicio {

    margin-top: 3%;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 4%;
}

#vermas {
    color: rgb(255, 255, 255);
    margin-top: 0%;
    margin-bottom: 0%;
}

#dosflceh {
    display: flex;
    align-items: center;
    gap: 3%;
    flex-direction: row;
}

#holaf {
    margin-bottom: 2%;
    animation: moveRight 2s infinite;
    /* Ajusta la duración según tus necesidades */
    cursor: pointer;
}

@keyframes moveRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0);
    }
}
#sobermi{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #dfdfdf;
    /* Color de la línea en hover */
    bottom: 0;
    left: 50%;
    
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.section-divider {
    position: relative;
    overflow: hidden;
}

.section-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 9px; /* Cambiado de 50% a 0 */
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background-color: #ffffff;
}

.section-divider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px; /* Cambiado de 50% a 0 */
    transform: translate(0, 0);
    width: 20px;
    height: 20px;
    background-color: #000000;
    border: 2px solid rgb(168, 6, 255);
    border-radius: 50%;
}
#about{
    width: 100%;
    
}
#contenedormain{
    padding: 15px;
    width:78%;
    border-radius: 8px;
    align-content: center;
    margin-top: 5%;
    color: white;
    margin-left: 10%;
    background-color: #ffffff0b;
    
}
#about h1,
#projects h1,
#about p,
#projects p {
    margin-left: 30px; /* Ajusta el valor según sea necesario */
    
}
h1{
    font-family: 'geil';
    
}

#titit{
    font-size: 25px;
}
#titi2{
    width: 100%;
    margin-bottom: 4%;
    margin-left: 8%;
    
    
   
}#titi3{
    margin-bottom: 4%;
    
    font-family: 'geil';
    
    color: white;
    margin-left: 10%;
    margin-top: 10%;
}

#projectos{
    width:100%;
    align-content: center;
    margin-top: 10%;
    color: white;
    
    
}
#contenedores {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#contenedor1,
#contenedor2,
#contenedor4,
#contenedor5,
#contenedor3 {
    
    /* background-color: #d0d0d0; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; /* Cambié a "row" para que los elementos hijos se coloquen en una fila */
    min-height: 200px; /* Ajusta la altura mínima según sea necesario */
}

.hijos {
    display: flex;
    align-items: center;
    justify-content: center;
    
    margin: 10px;
    padding: 10px;
    
}
.hijos img {
    width: 180px;
    transition: transform 0.3s ease; /* Agregamos una transición para suavizar el efecto hover */
}

.hijos img:hover {
    transform: scale(1.1); /* Hacemos que la imagen se agrande un poco al pasar el ratón sobre ella */
}
.tituloscontenedores{
    width: 100%;
    font-family: 'geil';
    text-align: left;
    margin-left: 20%;
    font-size:25px;
    
    
}
/* MIS PRYECTOS */

#knowledge {
    text-align: center;
    padding: 50px 0;
}

#contenidoprojectos {
    max-width: 1200px;
    margin: 0 auto;
}



#contenedoresProjectos {
    display: flex;
    gap: 3%;
    flex-wrap: wrap;
    justify-content: space-around;
    
    margin-top: 10%;
}

.proyecto {
    width: 370px;
    height: 310px;
    margin: 20px;
    background-color: #e6e6e6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    box-shadow: 90px;
}

.proyecto:hover {
    transform: scale(1.05);
}

.proyecto img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.proyecto .contenido {
    padding: 20px;
}

.proyecto h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.proyecto p {
    font-size: 16px;
    color: #666;
    
}

#knowledge a {
    text-decoration: none;
    color: inherit;
}

#knowledge a:hover {
    text-decoration: underline;
}
#titi4{
   
        margin-bottom: 2%;
        
        font-family: 'geil';
        
        color: white;
        margin-left: 0%;
        margin-top: 10%;
        text-align: left;

    }
    #titi5{
   
        
        
        font-family: 'geil';
        
        color: white;
        margin-left: 8%;
        margin-top: 7%;
        text-align: left;

    }
    a{
        color: #d2d2d2;
    }

    
    #container {
        max-width: 60%;
        margin: 20px auto;
        background-color: #ffffff0b;
        color: white;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 10%;
    }

    #header {
        text-align: center;
        margin-bottom: 20px;
    }

    

    #education, #experience {
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 24px;
        color: #a16bf9;
        margin-bottom: 10px;
    }

    .entry {
        margin-bottom: 20px;
    }

    p {
        margin: 0;
    }

    .date {
        font-style: italic;
        color: #777;
    }
    footer {
        background-color: #333;
        color: #fff;
        padding: 21px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        
        
        width: 100%;
    }
    
    #texto-contenedor {
        display: flex;
        justify-content: start;
    }
    
    .image-container {
        display: flex;
        justify-content: center;
    }

    #contact-section {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        background-color: #ffffff0b;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 10%;
    }

    

    #contact-form {
        display: flex;
        flex-direction: column;
        color: white;
    }

    label {
        margin-bottom: 8px;
    }

    #name, #email, #message {
        color: white;
        padding: 10px;
        margin-bottom: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        background-color: #ffffff1e;
    }

    #submit-btn {
        padding: 12px;
        background-color: #525252;
        color: #ffffff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
    }

    #submit-btn:hover {
        background-color: #555;
    }

    #TrabajemosJuntos{
        color: white;
    }
    input, textarea{
        background-color: #ffffff5e;
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
      }
      
      .switch input {
        display: none;
      }
      
      .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        border-radius: 34px;
      }
      
      .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        border-radius: 50%;
      }
      
      input:checked + .slider {
        background-color: #2196F3;
      }
      
      input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
      }
      
      input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
      }
      
      /* Rounded sliders */
      .slider.round {
        border-radius: 34px;
      }
      
      .slider.round:before {
        border-radius: 50%;
      }


      .cards {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 15px;
    }
    
    .cards .red {
        background-color: #77777742;
    }
    
    .cards .blue {
        background-color: #77777742;
    }
    
    .cards .green {
        background-color: #77777742;
    }
    .cards .purple {
        background-color: #77777742;
    }
    
    .cards .card {
        display: flex;
        flex-direction: column;
        text-align: center;
        height: 250px; /* Increased height */
        width: 300px; /* Increased width */
        border-radius: 10px;
        color: white;
        cursor: pointer;
        transition: 400ms;
    }
    
    .cards .card img.project-image {
        width: 100%;
        height: 70%;
        object-fit: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    
    .cards .card p.tip {
        font-size: 1em;
        font-weight: 700;
    }
    
    .cards .card p.second-text {
        font-size: .7em;
    }
    
    .cards .card:hover {
        transform: scale(1.1, 1.1);
    }
    
    .cards:hover > .card:not(:hover) {
        filter: blur(10px);
        transform: scale(0.9, 0.9);
    }

    .social-buttons {
        
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f21d;
  box-shadow: 0px 0px 15px #00000027;
  padding: 15px 10px;
  border-radius: 5em;
}

.social-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 10px;
  background-color: #fff;
  box-shadow: 0px 0px 4px #00000027;
  transition: 0.3s;
}

.social-button:hover {
  background-color: #f2f2f2;
  box-shadow: 0px 0px 6px 3px #00000027;
}

.social-buttons svg {
  transition: 0.3s;
  height: 20px;
}

.facebook { background-color: #3b5998; }
.facebook svg { fill: #f2f2f2; }
.facebook:hover svg { fill: #3b5998; }

.github { background-color: #333; }
.github svg { width: 25px; height: 25px; fill: #f2f2f2; }
.github:hover svg { fill: #333; }

.linkedin { background-color: #0077b5; }
.linkedin svg { fill: #f2f2f2; }
.linkedin:hover svg { fill: #0077b5; }

.instagram { background-color: #c13584; }
.instagram svg { fill: #f2f2f2; }
.instagram:hover svg { fill: #c13584; }

#vertodoscon{
    margin-top: 7%;
}
#vertodos{
    color: white;
}
      


/* === removing default button style ===*/
.button {
    margin: 0;
    height: auto;
    background: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
  }
  
  /* button styling */
  .button5 {
    background-color: #37ff8a00;
    --border-right: 6px;
    --text-stroke-color: rgba(255,255,255,0.6);
    --animation-color: #8d4cfc;
    --fs-size: 2em;
    letter-spacing: 3px;
    border: 0px solid black;
    text-decoration: none;
    font-size: var(--fs-size);
    font-family: "Arial";
    position: relative;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px var(--text-stroke-color);
  }
  /* this is the text, when you hover on button */
  .hover-text {
    position: absolute;
    box-sizing: border-box;
    content: attr(data-text);
    color: var(--animation-color);
    width: 0%;
    inset: 0;
    border-right: var(--border-right) solid var(--animation-color);
    overflow: hidden;
    transition: 0.5s;
    -webkit-text-stroke: 1px var(--animation-color);
  }
  /* hover */
  .button5:hover .hover-text {
    width: 100%;
    filter: drop-shadow(0 0 23px var(--animation-color))
  }

  .cards a p {
    color: white; /* Cambia el color del texto a blanco */

}

.button9 {
    
    display: flex;
    height: 50px;
    width: 200px;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    gap: 10px;
    background-color: #9226f0;
    outline: 3px #7814cf solid;
    outline-offset: -3px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: 400ms;
  }
  
  .button9 .text {
    color: white;
    font-weight: 700;
    font-size: 1em;
    transition: 400ms;
  }
  
  .button9 svg path {
    transition: 400ms;
  }
  
  .button9:hover {
    background-color: transparent;
  }
  
  .button9:hover .text {
    color: #9226f0;
  }
  
  .button9:hover svg path {
    fill: #9226f0;
  }
  #losdos{
    display: flex;
    flex-direction: row;
    width: 100%;
    
  }
#bototnon{
    transform: translateX(-50%);
    margin-top: 20%;
    margin-left: 70%;
    text-decoration: none;
    color: inherit;
}

