/*estilos personalizadas*/
.text-18{
    font-size: 18px;
}
.text-20{
    font-size: 20px;
}
.text-22{
    font-size: 22px;
}
.text-24{
    font-size: 24px;
}
.text-26{
    font-size: 26px;
}
.text-28{
    font-size: 28px;
}
.text-30{
    font-size: 30px;
}



/*estilos generales*/
header{
    background-image: url('../img/betaconsultoria.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;

}
.menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navegacion-movil{
    display: none;
}
.mo{
    display: none;
}
#bar, #xmark{
    font-size: 26px;
    color: #dee2e6;
    padding-right: 20px;
}
.item_nav{
    border: 1px solid #dee2e6;
    color: #dee2e6;
    padding: 0.5rem 3rem;
    border-radius: 0.40rem;
    font-size: 0.875rem;
    line-height: 1.5;
    text-decoration: none;
}
.item_nav:hover{
    border-color: #dee2e6;
    background-color: #dee2e6;
    color: black;
}
.item_nav_movil{
    border-bottom: 1px solid black;
    background-color: #dee2e6;
    color: black;
    padding: 0.5rem 3rem;
    font-size: 0.875rem;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
}
.item_nav_movil:hover{
    border: 1px solid #dee2e6;
    background-color: black;
    color: #dee2e6;
}
.nav-movil{
    display: none;
}
.pilar{
    background-color: #dee2e6;
    border-radius: 0.60rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
    height: 100%;
}
.pilares{
    background-image: url('../img/fondoPilares.png');
    background-size: cover;
    background-position: center;
    width: 100vw;
}
.pilarI{
    background-image: url('../img/pilar1.png');
    background-size: cover;
    background-position: center;
    width: 100vw;
}
.titulo-pilarI{
    padding-bottom: 0;
    border-bottom: solid 2px #0609cd;
}
.item-pilarII{
    background-color: #fff;
    border: solid 1px #ced1d4;
    border-radius: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.icon-pilarII{ 
    width: 80px;
    height: 100px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: #dee2e6 solid 1px;
    padding: 35px 20px;
    background-color: #dee2e6;
}
.pilarIII{
    background-image: url('../img/pilar3.png');
    background-size: cover;
    background-position: center;
    width: 100vw;
}
.espacio-pilarIII{
    height: 30vh;
}
.icon-elegir{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #0609cd;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.proceso-item{
    padding-left: 15px;
    padding-right: 48px;
}

.icon-proceso{
    clip-path: polygon(96% 0, 100% 50%, 96% 100%, 0 100%, 4% 50%, 0 0);
    background-color: #9ac2ff;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5px;
}
.proceso-trabajo{
    background-color: #d4d6d7;
}
.resultado-crecimiento{
    background-image: url('../img/fondoPilares.png');
    background-size: cover;
    background-position: center;
    width: 100vw;  
}
/*Estilos para los circulos de progreso*/
.circulo-progreso {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: conic-gradient(#4caf50 calc(var(--porcentaje) * 1%), #ddd 0);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* Opcional: Para crear el efecto de anillo (doughnut) */

.circulo-progreso::before {
  content: "";
  position: absolute;
  width: 300px; /* Menor que el círculo padre */
  height: 300px;
  background: white;
  border-radius: 50%;
}

.porcentaje {
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 60px;
  font-weight: bold;
}
.planes-servicios{
    background-image: url('../img/planes.jpeg');
    background-size: cover;
    background-position: center;
    width: 100vw;
}
.planes-servicios ul{
    padding-left: 15px;
    
}
.main-planes{
    display: flex;
    justify-content: space-around;
}
.tipo-plan{
    opacity: 0.7;
    border-radius: 15px;
    padding: 30px;
}

/*Redes sociales*/
.social-icons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.social-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    background: white;
    border-radius: 25px;
    text-decoration: none;
    color: #7b7e7b;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-icon.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: white;
}
.social-icon.facebook:hover {
    background: #1877f2;
    color: white;
}
.social-icon.twitter:hover {
    background: #000000;
    color: white;
}
.social-icon span {
    font-size: 1.2rem;
}
.text-footer{
    font-size: 18px;
    color: #7b7e7b;
    width: 50%;
    background-color: white;
    border-radius: 0.60rem;
    padding: 1.5rem;
}
/* boton arriba */
#boton-arriba {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333; /* Color de fondo */
    color: white;
    padding: 15px;
    border-radius: 50%; /* Botón circular */
    text-decoration: none;
    font-size: 20px;
    z-index: 1000;
    transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
    /* Efecto de aparición */
    opacity: 0;
    visibility: hidden;
}

#boton-arriba:hover {
    background-color: #555; /* Color al pasar el ratón */
}

/* Clase que JS añadirá para mostrar el botón */
#boton-arriba.mostrar {
    opacity: 1;
    visibility: visible;
}

/* Opcional: Desplazamiento suave de toda la página */
html {
    scroll-behavior: smooth;
}

/*Midea query*/
@media (max-width: 1400px) {
    header{
        height: 80vh;
    }
    .circulo-progreso {
        width: 300px;
        height: 300px;
    }
    .circulo-progreso::before {
        width: 250px; /* Menor que el círculo padre */
        height: 250px;
    }
}

@media (max-width: 1200px) {
    header{
        height: 60vh;
    }
    .circulo-progreso {
        width: 250px;
        height: 250px;
    }
    .circulo-progreso::before {
        width: 200px; /* Menor que el círculo padre */
        height: 200px;
    }
    .porcentaje {
        font-size: 50px;
    }
}

@media (max-width: 992px) {
    .navegacion-desktop, .logo{
        display: none !important;
    }
    header{
        height: 50vh;
    }
    .menu{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        padding: 20px 20px 20px 0;
    }
    .mo{
        display: block;
    }
    .navegacion-movil{
        display: flex;
        margin-top: 30px;
        width: 75%;
    }
    .navegacion-movil nav{
        display: flex;
        flex-direction: column;
    }
    
    .seccion2-pilarI{
        border-radius: 5%;
        padding: 20px;
        margin-top: 20px;
        background-color: rgb(255, 255, 255);
    }
    #img-pilar2{
        display: none;
    }
    .pilarII{
        background-image: url('../img/pilar2.png');
        background-size: cover;
        background-position: center;  
        width: 100% !important;
    }
    .t-pilarII{
        color: white;
        margin-left: 25px;
    }
    .elegir-beta{
        background-image: url('../img/equipo-oficina.png');
        background-size: cover;
        background-position: center;
    }
    .circulo-progreso {
        width: 200px;
        height: 200px;
    }
    .circulo-progreso::before {
        width: 150px; /* Menor que el círculo padre */
        height: 150px;
    }
    .porcentaje {
        font-size: 35px;
    }
    .main-planes{
    flex-direction: column;
    align-items: center;
    }
    .tipo-plan{
        margin-top: 15px;
    } 
}

@media (max-width: 720px) {
    header{
        background-image: url('../img/betaconsultoria720.png');
        background-size: cover;
        background-position: center;
    }
    .proceso-item{
    padding-left: 30px;
}

.icon-proceso{
    width: 200px;
    padding-right: 20px;
}
}
