.mail-width{
    position: relative;
    top: 12px;
}
.for-mail{
    position: relative;
    top: 8px;
}
.left {
  left: 250px !important;
}
/* start first whatsapp section */
/* /Estilos generales del boton whatsapp/ */

.whatsapp-btn {
position: fixed;
bottom: 20px;
right: 60px;
z-index: 9999;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #25D366;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
animation: breathe 2s ease-in-out infinite;
}

/* /Estilos solo al icono whatsapp/ */
.whatsapp-btn i {
color: #fff;
font-size: 24px;
animation: beat 2s ease-in-out infinite;
text-decoration: none;
}

/* /Estilos con animation contorno respirando/ */
@keyframes breathe {
0% {
box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
}

70% {
box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
}

100% {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}

/* /Estilos de animacion del icono latiendo/ */
@keyframes beat {
0% {
transform: scale(1);
}

50% {
transform: scale(1.2);
}

100% {
transform: scale(1);
}
}

/* end first whatsaap section **/


/* start phone first section */
.phone-btn {
position: fixed;
bottom: 20px;
left: 60px;
z-index: 9999;
width: 50px;
height: 50px;
transform: rotate(90deg);
border-radius: 50%;
background-color: #639edc !important;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
animation: breathe1 2s ease-in-out infinite;
}

/* /Estilos solo al icono whatsapp/ */
.phone-btn i {
color: #fff;
font-size: 20px;
animation: beat1 2s ease-in-out infinite;
text-decoration: none;
}

/* /Estilos con animation contorno respirando/ */
@keyframes breathe1 {
0% {
box-shadow: 0 0 0 0 rgba(99, 158, 220, 0.5);
}

70% {
box-shadow: 0 0 0 15px rgba(99, 158, 220, 0);
}

100% {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}

/* /Estilos de animacion del icono latiendo/ */
@keyframes beat1 {
0% {
transform: scale(1);
}

50% {
transform: scale(1.2);
}

100% {
transform: scale(1);
}
}
.logo-bg {
background-image: url('../img/logo_bg_mask.png');
position: absolute;
top: 0;
left: 0;
width: 19%;
height: 92px;
z-index: -1;
background-color: var(--theme-color);
-webkit-mask-image: url('../img/logo_bg_mask.png'); /* For WebKit browsers */

}
.bg-mask {
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.magic-cursor{
display: none;
}
