@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

:root {
    --padding-container: 75px 0;
    --color-title: #001A49;
}


body {
    opacity: 0;
    animation: fadeInBody 0.5s ease-in-out forwards;
    /* font-family: 'Rubik', sans-serif; */
    font-family: -apple-system, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue;
  }
  
  @keyframes fadeInBody {
    to {
      opacity: 1;
    }
  }
  

h1, h2, h3 {
    font-family: 'Poppins', sans-serif !important;
  }

.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--padding-container);
}

.containerHero{
    display:flex;
    flex-direction: column;
    justify-items: center
}


.hero {
    width: 100%;
    height: 100vh;
    min-height: 400px;
    max-height: 575px;
    position: relative;
    display: grid;
    grid-template-rows: 100px 1fr;
    color: #fff;
}

/* .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
background: linear-gradient(45deg, #34A0C6 -50%, #773F8B 100%);


    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 95%, 0 80%);
    z-index: -1;
} */

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) -50%, rgba(0, 0, 0, 0.75) 100%),
        url('../images/lee-campbell-DtDlVpy-vvQ-unsplash.webp') center/cover no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 95%, 0 80%);
    z-index: -1;
}





/* Nav */

.nav {
    /* --padding-container: 0; */
    /* height: 100%; */
    display: flex;
    align-items: center;
    background: white;
    color: #9A62AF;
    /* box-shadow: 0 4px 10px rgb(155, 98, 175, 0.2); */
    box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 999;

    /* animation: barra-nav linear both;
    animation-timeline: scroll(root block);
    animation-range: 200px 500px; */
}

/* @keyframes barra-nav {
    to{
    
        background: linear-gradient(45deg, #34A0C6 -50%, #9A62AF 100%);
        color:white;
    }
}

@keyframes texto-nav{
    to{
    
        
        color:white;
    }
} */



  .nav__links.active {
    color: #34A0C6;
    /* font-weight: 600; */
    border-bottom: 1px solid #34A0C6;
    padding-bottom: 4px;
  }
  



.nav__links:hover{
    color: #34A0C6 !important;
}

.nav__title {
    font-weight: 300;
}

.nav__link {
    margin-left: auto;
    padding: 0;
    display: grid;
    font-weight: 600;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 2em;
}

.nav__items {
    list-style: none;
}

.nav__links {
    /* color: #fff; */
    text-decoration: none;
    color: #773F8B

    /* animation: texto-nav linear both;
    animation-timeline: scroll(root block);
    animation-range: 450px 475px; */
    
}

.nav__menu {
    margin-left: auto;
    cursor: pointer;
    display: none;
    
    background-color: rgba(155, 98, 175, 0.9);
    border-radius: 60px;
    margin-right: 70px;

}

.nav__img {
    display: block;
    width: 40px;
}


.nav__close {
    display: var(--show, none);
}

#acerca-de {
    scroll-margin-top: 220px; /* un poco más que la altura del nav */
  }
  
#servicios {
    scroll-margin-top: 220px; /* un poco más que la altura del nav */
  }

/* Hero container */

.hero__container {
    max-width: 800px;
    --padding-container: 0;
    display: grid;
    grid-auto-rows: max-content;
    align-content: center;
    gap: 1em;
    padding-bottom: 160px;
    text-align: center;

    position: relative;
    z-index: 1;
    padding-top: 280px;
    margin: 0 auto; /* ← AGREGAR ESTO */

}

.hero__title {
    font-size: 3rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.9);
}

.subTitulo{
    font-size: 1rem;
}

.hero__paragraph {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.9);
}

.cta {
    display: inline-block;
    background: white;
    border: white 1px solid;
    justify-self: center;
    color: rgb(0, 0, 0);
    font-weight: 600;
    text-decoration: none;
    padding: 13px 30px;
    border-radius: 32px;
    transition: 0.4s ease;
    box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.2);
}

.cta:hover{
    background-color: transparent;
    border: rgba(255,255,255,0.2) .2px solid;
    color: white;
}



/* About */

.about {
    text-align: center;
}



.subtitle {
    color: var(--color-title);
    font-size: 32px;
    /* margin-bottom: 25px; */
}


.about__paragraph {
    line-height: 24px;
    font-size: 16px;
    /* color: #6B7280; */
color: #666;
    /* COLOR: #7C8696; */
    /* COLOR: #7C8696; */
}

.about__main {
    /* padding-top: 60px; */
    padding: 10px;
    display: grid;
    width: 100%;
    margin: 0 auto;
    /* gap: 1em; */
    gap: 10px;
    overflow: hidden;
    /* grid-template-columns: repeat(auto-fit, minmax(260px, auto)); */
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    border: #000;
}

.about__title{
    font-size: 22px;
}



.about__icon {
    width: 40px;

}
.about__icons:hover .icon-group {
    stroke: white; /* Cambia el color del borde a blanco */
    fill: transparent;   /* Cambia el relleno a blanco */
  }
  

/* Knowledge */

.knowledge {
    background-color: #e5e5f7;
    background-image: radial-gradient(#444cf7 0.5px, transparent 0.5px), radial-gradient(#444cf7 0.5px, #e5e5f7 0.5px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    overflow: hidden;
}

.knowledge__container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    align-items: center;
}

.knowledge__picture{
    max-width: 500px;
}

.knowledge__paragraph{
    line-height: 24px;
    margin-bottom: 15px;
}

.knowledge__img{
    width: 100%;
    display: block;
}

/* price */

.price{
    text-align: center;
}

.price__table{
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5em;
    justify-content: space-evenly;
    align-items: center;
}

.price__element{
    background-color: #e5e5f7;
    text-align: center;
    border-radius: 10px;
    width: 330px;
    padding: 40px;
    --color-plan: #696871;
    --color-price: #1D293F;
    --bg-cta: #fff;
    --color-cta: #5454D4;
    --color-items: #696871;
}

.price__element--best{
    width: 370px;
    padding: 60px 40px;
    background-color: #FF7143;
    --color-plan: rgb(255 255 255 / 75%);
    --color-price: #fff;
    --bg-cta: #9F3919;
    --color-cta: #FFF;
    --color-items: #fff;
}


.price__name{
    color: var(--color-plan);
    margin-bottom: 15px;
    font-weight: 300;
}

.price__price{
    font-size: 2.5rem;
    color: var(--color-price);
}

.price__items{
    margin-top: 35px;
    display: grid;
    gap: 1em;
    font-weight: 300;
    font-size: 1.2rem;
    margin-bottom: 50px;
    color: var(--color-items);
}

.price__cta{
    display: block;
    padding: 20px 0;
    border-radius: 10px;
    text-decoration: none;
    background-color: var(--bg-cta);
    font-weight: 600;
    color: var(--color-cta);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
}

/* Testimony */

.testimony{
    background-color: #e5e5f7;
}

.testimony__container{
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    gap: 1em;
    align-items: center;
}

.testimony__body{
    display: grid;
    grid-template-columns: 1fr max-content;
    justify-content: space-between;
    align-items: center;
    gap: 2em;
    grid-column: 2/3;
    grid-row: 1/2;
    opacity: 0;
    pointer-events: none;
}


.testimony__body--show{
    pointer-events: unset;
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
}

.testimony__img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 30%;
}

.testimony__texts{
    max-width: 700px;
}

.testimony__course{
    background-color: royalblue;
    color: #fff;
    display: inline-block;
    padding: 5px;
}

.testimony__arrow{
    width: 90%;
    cursor: pointer;
}

/* Questions */

.questions{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.questions__container{
    display: grid;
    /* max-width: 800px; */
    gap: 2em;

    /* width: 800px; */

    /* padding-top: 50px; */
    /* padding-bottom: 100px; */
}

.questions_directions{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.questions__padding{
    padding: 0;
    /* transition: padding .3s; */
    /* border: 1px solid

     #9A62AF

     ; */
    border-radius: 6px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}


.questions__answer{
    padding: 0 30px 0;
    overflow: hidden;
    background-color: white;
}

.questions__title{
    text-align: left;
    display: flex;
    font-size: 20px;
    padding: 30px 0 30px;
    cursor: pointer;
    color: 
    var(--color-title)
    ;
    justify-content: space-between;
}

.questions__arrow{
    border-radius: 50%;
    background-color: 
    /* var(--color-title) */
    white
    ;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    margin-left: 10px;
    transition:  transform .3s;
    color: #9A62AF;
}

.questions__arrow--rotate{
    transform: rotate(180deg);
    color: #34A0C6 ;
}
.questions__answer {
    border: 2px solid #9A62AF;
    border-radius: 0.5rem;
    /* transition: border 0.3s ease; */
    transition: padding .3s;

  }

.questions__answer.questions__border--active {
    border: 2px solid #34A0C6;
    border-radius: 0.5rem;
    padding-bottom: 30px;
  }

.questions__show{
    text-align: left;
    height: 0;
    transition: height .3s;
    color: rgb(102, 102, 102);
    line-height: 24px;
}

.questions__img{
    display: block;
}

.questions__copy{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* Footer */

.footer{
    /* background: linear-gradient(45deg, #34A0C6 -50%, #9A62AF 100%); */
    background: linear-gradient(45deg, #34A0C6 -50%, #773F8B 100%);
    height: 100px;
    display: flex;
   
    flex-direction: column;
    
    justify-content: center;
    align-items: center;

    
}



.footer__title{
    font-weight: 300;
    font-size: 2rem;
    /* margin-bottom: 30px; */
}

.footer__title, .footer__newsletter{
    color: #fff;
}


.footer__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 60px;
}

.nav--footer{
    padding-bottom: 20px;
    display: grid;
    gap: 1em;
    grid-auto-flow: row;
    height: 100%;
}

.nav__link--footer{
    display: flex;
    margin: 0;
    margin-right: 20px;
    flex-wrap: wrap;
}

.footer__inputs{
    margin-top: 10px;
    display: flex;
    overflow: hidden;
}

.footer__input{
    background-color: #fff;
    height: 50px;
    display: block;
    padding-left: 10px;
    border-radius: 6px;
    font-size: 1rem;
    outline: none;
    border: none;
    margin-right: 16px;
}

.footer__submit{
    margin-left: auto;
    display: inline-block;
    height: 50px;
    padding: 0 20px ;
    background-color: #2091F9;
    border: none;
    font-size: 1rem;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.footer__copy{
    /* --padding-container: 30px 0; */
    /* text-align: center; */
    color: #fff;
}



.footer__copyright{
    font-weight: 300;
    font-size: 14px;
    margin-top: 2px;
}

  
/* Media queries */

@media (max-width:800px){
    .nav__menu{
        display: block;
    }

    .nav__link--menu{
        position: fixed;
        background-color: #000;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: .7s opacity;
    }

    .nav__link--show{
        --show: block;
        opacity: 1 ;
        pointer-events: unset;
    }

    .nav__close{
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        cursor: pointer;
    }

    .hero__title{
        font-size: 2.5rem;
    }


    .about__main{
        /* gap: 2em; */
    }

    .about__icons:last-of-type{
        grid-column: 1/-1;
    }


    .knowledge__container{
        grid-template-columns: 1fr;
        grid-template-rows: max-content 1fr;
        gap: 3em;
        text-align: center;
    }

    .knowledge__picture{
        grid-row: 1/2;
        justify-self: center;
    }

    .testimony__container{
        grid-template-columns: 30px 1fr 30px;
    }

    .testimony__body{
        grid-template-columns: 1fr;
        grid-template-rows: max-content max-content;
        gap: 3em;
        justify-items:center ;
    }


    .testimony__img{
        width: 200px;
        height: 200px;
        
    }

    .questions__copy{
        width: 100%;
    }

    .footer__container{
        flex-wrap: wrap;
    }

    .nav--footer{
        width: 100%;
        justify-items: center;
    }

    .nav__link--footer{
        width: 100%;
        justify-content: space-evenly;
        margin: 0;
    }

    .footer__form{
        width: 100%;
        justify-content: space-evenly;
    }

    .footer__input{
        flex: 1;
    }

}

@media (max-width:600px){
    .hero__title{
        font-size: 2rem;
    }

    .subTitulo{
        font-size: 14px;
    }


    .subtitle{
        font-size: 1.8rem;
    }

    .price__element{
        width: 90%;
    }

    .price__element--best{
        width: 90%;
        /* padding: 40px; */
    }

    .price__price{
        font-size: 2rem;
    }

    .testimony{
        --padding-container: 60px 0;
    }

    .testimony__container{
        grid-template-columns: 28px 1fr 28px;
        gap: .9em;
    }

    .testimony__arrow{
        width: 100%;
    }

    .testimony__course{
        margin-top: 15px;
    }

    .questions__title{
        font-size: 1rem;
    }

    .footer__title{
        justify-self: start;
        margin-bottom: 15px;
    }

    .nav--footer{
        padding-bottom: 60px;
    }

    .nav__link--footer{
        justify-content: space-between;
    }

    .footer__inputs{
        flex-wrap: wrap;
    }

    .footer__input{
        flex-basis: 100%;
        margin: 0;
        margin-bottom: 16px;
    }

    .footer__submit{
        margin-right: auto;
        margin-left: 0;
        

        /* 
        margin:0;
        width: 100%;
        */
    }
}

.agrandar{
    width:130px;
    transition: transform 0.3s ease;
}

.agrandar:hover {
    transform: scale(1.1);
}


/* .about__main {
    grid-template-columns: repeat(auto-fit, minmax(260px, auto));
} */


/* .about__main {
    padding-top: 80px;
    display: grid;
    width: 90%;
    margin: 0 auto;
    gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
} */


.about__icons {
    display: grid;
    margin-bottom: 5px;
    margin-left: 5px;
    gap: 15px;
    justify-items: center;
    width: 95%;
    /* background-color: rgba(155, 98, 175, 0.15); */
    border-radius: 12px;
    padding: 10px;
    /* box-shadow: 10px rgba(0, 0, 0, 0.8); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about_parrafo{
    text-align: center; 
    line-height: 1.5;
}


/* Es por aca... */

.borde-tarjeta-izquierda{
    box-shadow: -8px -8px 2px rgba(52, 160, 198, 0.9),
    0px 0px 20px rgba(0, 0, 0, 0.2);  
    border-radius: 12px;
    
}

.borde-tarjeta-izquierda:hover{
    box-shadow: none;
}

.borde-tarjeta-derecha{
    box-shadow: 8px 8px 2px rgba(52, 160, 198, 0.9),
    0px 0px 20px rgba(0, 0, 0, 0.2); 
    border-radius: 12px;
}

.borde-tarjeta-derecha:hover{
    box-shadow: none;
}

.borde-lila{
    /* border: 2px solid rgba(155, 98, 175, 0.15); */
    /* background-color: rgba(155, 98, 175, 0.15); */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.borde-azul{

    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}







.about__icons:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 12px 24px 
    rgba(52, 160, 198,0.8)
    ; */
    background-color: rgba(52, 160, 198);
    color: white;

    /* background: linear-gradient(to right, rgba(52, 160, 198,0.8), rgba(154, 98, 175,0.8)); */
    /* color:white; */
}
.about__icons--special:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 12px 24px rgba(155, 98, 175, 0.8); */
    background-color: rgba(155, 98, 175);
    color: white;

    
}





  .projects__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
    /* margin-top: 2rem; */
  }
  
  .project__card {
    position: relative;
    /* height: 350px; */
    width: 340px;
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    overflow: hidden;
    color: white;
    /* padding: 1rem; */
    /* display: flex;
    flex-direction: column;
    justify-content: flex-end; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

    /* transition: transform 0.3s ease; */
  }

  .project__card img{
    width: 380px;
  }

  .project__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

  @media (max-width: 768px) {
    .projects__grid {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .project__card {
      width: 100%; /* se adapta al ancho del contenedor */
      max-width: 340px;
    }
  }
  
  
  
  .project__title,
  .project__description {
    position: relative;
    z-index: 1;
    margin: 0;
  }
  
  .project__link {
    position: absolute;
    inset: 0;
    /* background-color: rgba(0, 0, 0, 0.85); */
    /* background: linear-gradient(45deg, #34A0C6 -50%, #9A62AF 100%); */
    background: linear-gradient(45deg, #34A0C6 -50%, #773F8B 100%);
    
    /* width: 330px;
    height: 180px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-weight: bold;
    /* font-size: 1.1rem; */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
  }
  
  .project__card:hover .project__link {
    opacity: 1;
    

  }
  

  .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .col {
    flex: 1 1 300px;
  }

  .contacto form input,
  .contacto form textarea,
  .contacto form button {
    width: 100%;
    padding: 10px;
    /* margin-bottom: 5px; */
    font-family: 'Rubik', sans-serif;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  
  .contacto form button {
    /* background-color: #2091F9; */
    /* background:#9A62AF; */
    /* background: linear-gradient(45deg, #34A0C6 -50%, #9A62AF 100%); */
    /* background: linear-gradient(45deg,#9A62AF 0 , #34A0C6 100%); */
    opacity: 0.8;
    color: white;
    border: none;
    cursor: pointer;
    width: 150px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 32px;
    box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.2);
    /* background: linear-gradient(45deg, #34A0C6 -50%, #9A62AF 100%); */
    background: linear-gradient(45deg, #34A0C6 -50%, #773F8B 100%);

    transition: transform 0.3s ease;

  }
  
  .contacto form button:hover {
    background: #9A62AF;
    opacity: 0.8;
    

  }
  





  .whatsapp-fijo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background-color: #25D366; */
    /* background: linear-gradient(45deg, #34A0C6 -50%, #9A62AF 100%); */
    background: linear-gradient(45deg, #34A0C6 -50%, #773F8B 100%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: transform 0.3s ease;
    text-decoration: none;
  }
  
  .whatsapp-fijo:hover {
    transform: scale(1.1);

  }
  

  @media (min-width: 899px){
    /* .animacion-letras span {
        display: inline-block;
        transform: translateY(-50px);
        opacity: 0;
        animation: flotarCaer 0.6s ease-out forwards;
        animation-delay: calc(0.03s * var(--i));
      }
      
      @keyframes flotarCaer {
        to {
          transform: translateY(0);
          opacity: 1;
        }
      } */
      @keyframes aparecer {
        0% {
          opacity: 0;
          transform: translateY(-20px);
        }
        100% {
          opacity: 1;
          transform: translateY(0);
        }
      }
      
      .animacion-h1 {
        animation: aparecer 0.8s ease-out forwards;
        animation-delay: 0.3s;
        opacity: 0;
      }
  }


  
  
  




  /* footer 2 */

  .footer2{
    background: linear-gradient(45deg, #34A0C6 -50%, #9A62AF 100%);
    height: 100px;
    display: flex;
    flex-direction: column;
    
    justify-content: center;
    align-content: center;
    align-items: center;

    
}

.footer__copy2{
    color: white;
}


.footer__copy2 a{
    color: transparent;
}

.footer__copy2 svg:hover{
    color: red;
}



.nav__logo{
    margin-left: 70px;
}

@media (max-width: 481px){
    .nav__logo{
        margin-left: 0px;
    }
    .nav__logo img{
        width: 130px;
    }
    .nav{
        height: 95px;
    }
    .whatsapp-fijo{
        width: 50px;
        height: 50px;
        bottom: 10px;
    right: 10px;
    }
    .nav__menu{
        margin-right: 35px;
    }


}


.containerAbout {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--padding-container);
}



/* @media (max-width: 768px) {
    .hero__container {
      display: flex !important;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
  
    .cta {
      margin: 20px auto 0;
    }
    form{

        flex-direction: column;
        align-items: center;
          justify-content: center;
          text-align: center;
    }
    .centrar{
        text-align: start !important;
    }
  }
   */

   @media (max-width: 768px) {
    .hero__container {
      display: flex !important;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
  
    .cta {
      margin: 20px auto 0;
    }
  
    /* SACAMOS centrado del formulario entero */
    form {
      /* No centramos el form completo */
    }
  
    /* Centramos solo el botón */
    form button {
      display: block;
      margin: 1px auto 0;
      margin-bottom: 20px;
    }
  
    /* Etiquetas alineadas a la izquierda */
    label {
      text-align: left;
      /* display: block; */
    }
  }
  


  .icon-wrapper {
    background-color: rgba(52, 160, 198, 0.3);
    border-radius: 50%;
    width: 60px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* transition: background-color 0.3s ease; */
  }
  /* .icon-wrapper:hover {
    background-color: #217c9c;
  } */

  .about__icons:hover div{
    background-color: #217c9c;
  }


