

a {
    text-decoration: none;
}
body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #c95919, #ff5e00, #00438a, #0056b3);
    font-family: 'Roboto', Arial, sans-serif;
    padding: 20px;
    overflow: hidden;
}
.container {
    width: 100%;
    max-width: 500px;
}
.head__section {
    text-align: center;
    color: #fff;
}
.head__section img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6); /* Fondo blanco con opacidad */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Sombra difuminada para efecto suave */
    padding: 10px; /* Espacio entre la imagen y el fondo */
    border-radius: 10px; /* Bordes redondeados opcionales */
}
.head__section h1 {
    margin-top: 0.5rem;
}
.head__section p {
    margin-top: 0.5rem;
    font-size: 1rem;
}
.social__links ul {
    padding: 0;
    list-style: none;
}
.social__links ul li {
    position: relative;
    margin: 1rem 0;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border-radius: 10px;
    transition: background 0.3s, transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.social__links ul li:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}
.social__links ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none; /* Elimina el subrayado del enlace */
    width: 100%; /* Asegúrate de que el enlace ocupe todo el espacio del li */
    height: 100%; /* Asegúrate de que el enlace ocupe toda la altura del li */
}
.social__links ul li a i {
    margin-right: 10px;
    font-size: 1.5rem;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 3;
    display: none;
}
.dropdown-menu button {
    display: block;
    padding: 0.5rem 1rem;
    border: none;
    background: #007bff;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}
.dropdown-menu button:hover {
    background: #0056b3;
}
.social__links ul li:hover .dropdown-menu {
    display: block;
}

.share-box {
    position: relative;
    display: inline-block;
}

.share-menu-tg {
    display: none;
}

.share-menu-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    transition: background 0.3s;
}

.share-menu-label:hover {
    background: #0056b3;
}

.share-menu {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px;
    list-style: none;
    width: 200px;
    z-index: 10;
}

.share-menu-item {
    margin-bottom: 10px;
}

.share-menu-item a {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 1.2rem;
}

.share-menu-item a:hover {
    color: #007bff;
}

.share-menu-tg:checked + .share-menu-label + .share-menu {
    display: block;
}

.share__page button {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 1rem;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    width: 100%;
}

.share__page button:hover {
    background: #0056b3;
}

@media only screen and (max-width: 549px) {
    .container {
        width: 88vw;
    }
}


.wrapper {
    
   /* background: #333;*/

    position: relative;
    display: inline-block;
  }
  
  #main-div {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
  }
  
  #main-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    font-size: 20px;
    color: #0056b3;
    cursor: pointer;
    background-color: #0056b3;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  
  #main-button ~ button {
    visibility: hidden;
    font-weight: 600;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    /*background: linear-gradient(90deg, #ed6b1f, #0056b3);*/
    background:  #ed6b1f;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    border: 0;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    opacity: 0;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  
  #main-button.open ~ button {
    visibility: visible;
    right: 70px;
    opacity: 1;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  }
  
  #main-button ~ a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 50px;
    width: 50px;
    font-size: 20px;
    opacity: 0;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
  }
  
  #main-button ~ .telegram-color {
    background:  #ed6b1f;
  }
  
  #main-button ~ .whatsapp-color {
    background:  #00d800;
  }
  #main-button ~ .linkedin-color {
    background:  #1fa1ed;
  }

  #main-button ~ .facebook-color {
    background:  #00a2ff;
  }

  #main-button ~ .snapchat-color {
    background:  #c7dd00;
  }
  
  
  #main-button ~ .messenger-color {
    background: #1f9bed;
  }

  #main-button ~ .Empleados-color {
    background: #ed6b1f;
  }
  
  
  #main-button.open ~ a {
    opacity: 1;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  }
  #main-button.open ~ a:nth-of-type(1) {
    bottom: 60px;
  }
  #main-button.open ~ a:nth-of-type(2) {
    bottom: 120px;
  }
  #main-button.open ~ a:nth-of-type(3) {
    bottom: 180px;
  }
  #main-button.open ~ a:nth-of-type(4) {
    bottom: 240px;
  }

  #main-button.open ~ a:nth-of-type(5) {
    bottom: 300px;
  }
  #main-button.open ~ a:nth-of-type(6) {
    bottom: 360px;
  }
  
  .wave {
    animation-name: wave;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  
  @keyframes wave {
    0% {box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);}
    100% {box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);}
  }
  
  .open {
    animation-iteration-count: 1;
  }

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

.dropdown-menu {
    position: absolute;
    display: none; /* Mostrar solo cuando sea necesario */
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
  }
  
  .dropdown-menu button {
    background-color: #007bff; /* Color de fondo del botón */
    color: #fff; /* Color del texto del botón */
    border: none;
    padding: 10px;
    cursor: pointer;
  }
  
  .dropdown-menu button:hover {
    background-color: #0056b3; /* Color de fondo del botón al pasar el ratón */
  }
  
  #main-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007bff; /* Color de fondo del botón */
    border: none;
    border-radius: 50%;
    width: 50px; /* Ajusta el tamaño del botón */
    height: 50px; /* Ajusta el tamaño del botón */
    cursor: pointer;
    color: white; /* Color del ícono */
    font-size: 24px; /* Tamaño del ícono */
    transition: background-color 0.3s;
}

#main-button:hover {
    background-color: #0056b3; /* Color de fondo al pasar el ratón */
}
