@font-face {
    font-family: 'HeadingProWide-ExtraBold';
    src: url('./font/HeadingProWide-ExtraBold.woff');
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('./font/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'Montserrat-VariableFont_wght';
    src: url('./font/Montserrat-VariableFont_wght.ttf');
}




html{
    height: 100%;
    width: 100%;
    background-color:white
}

.container{
    text-align: center;
}

h1{
    margin: 0 0 3% 0;
    font-family: HeadingProWide-ExtraBold;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
}

.ayuda{
    background-color: #FAFAFA;
    border-radius: 20px;
    margin: auto;
    width: 324px;
    height: 145px;
    top: 766px;
    left: 577px;
    margin-top: 3%;
    margin-bottom: 3%;
    font-family: Montserrat-VariableFont_wght;
}

#img-central{
    height: 70px;
    border-radius: 30px;
}

#icon-contacto{
    width: 26.96px;
    height: 28px;
    top: 789px;
    left: 605px;
    gap: 0px;
    opacity: 0px;
    padding: 20px 0 0 15px;
}

.content-ayuda{
    display: flex;
    flex-direction: column;
    padding: 10px;
    font-size: 10px;
    text-align: initial;
}
span{
    font-size: 18px;
    margin: 0;
    padding-top: 10px;
    font-family: Montserrat-Bold;
}
P{
    font-size: 16px;
}
a{
    font-size: 16px;
    color: #0066ff;
}
#ws{
    width: 23.11px;
    height: 24px;
    top: 856px;
    left: 643px;
    gap: 0px;
    opacity: 0px;
    padding-right: 20px;
}

.telefono{
    margin-top: 20px;
    display: flex;
    font-size: 14px;
}
.numero{
margin: 0;
padding: 5px;
font-family: Montserrat-Bold;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #111;
    text-align: center;
  }
  .footer{
    font-family: Montserrat-VariableFont_wght;
    font-size: 14px;
  }
.small-container{
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    height: 90vh;
}

@media (max-width: 768px) {
    img{
        height: 20px;
    }

    #img-central{
        height: 70px;
        border-radius: 30px;
        margin: 10px 0 10px 0;
    }

    h1{
        margin: 0 0 3% 0;
        font-family: HeadingProWide-ExtraBold;
        font-size: 21px;
        font-weight: 500;
        line-height: 25px;
    }
    .ayuda{
        background-color: #FAFAFA;
        border-radius: 20px;
        margin: auto;
        width: 300px;
        height: 125px;
        top: 766px;
        left: 577px;
        margin-top: 3%;
        margin-bottom: 3%;
        font-family: Montserrat-VariableFont_wght;
    }


    span{
        font-size: 14px;
        margin: 0;
        padding-top: 10px;
        font-family: Montserrat-Bold;
    }
    P{
        font-size: 14px;
    }
    a{
        font-size: 14px;
        color: #0066ff;
    }
    #ws{
        width: 23.11px;
        height: 24px;
        top: 856px;
        left: 643px;
        gap: 0px;
        opacity: 0px;
        padding-right: 20px;
    }
    
    .telefono{
        margin-top: 20px;
        display: flex;
        font-size: 14px;
    }
    .numero{
    margin: 0;
    padding: 5px;
    font-family: Montserrat-Bold;
    }

    .footer{
        font-family: Montserrat-VariableFont_wght;
        font-size: 12px;
      }
      .small-container{
        display: flex; 
        flex-direction: column; 
        justify-content: center; 
        align-items: center; 
        height: 85vh;
    }
  }