@font-face 
{
    font-family: 'PixelFontTone';
    src: url("Fuentes/Pixelfontone_regular-Regular.ttf");
    font-weight: bold;
    font-size: bold;
}

#FormConteiner
{
    height: 100%;
    width: 100%;
    margin: 0%;
    padding: 0%;
    display: flex;
    position:fixed;
    align-items: center;
    justify-content: center;
    z-index: 20;
    
}

#FormConteiner form
{
    background-color: rgba(19, 19, 19);
    height: 750px;
    width: 550px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-flow: column wrap;
    justify-content: start;
    align-items: center;
    z-index: 30;
    pointer-events:fill;
}

#BackgroundConteiner
{
    height: 100%;
    width: 100%;
    margin: 0%;
    padding: 0%;
    display: flex;
    position:fixed;
    align-items: center;
    justify-content: center;
    background-color: rgba(19, 19, 19,0.9);
    z-index: 10;
}

#FormConteiner form section
{
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: start;
    align-items: center;
}


#ArticleImage
{
height:25%;
width: 100%;
display: flex;
background-color: aliceblue;
justify-content: center;
padding-top: 20px;
padding-bottom: 20px;
}

#ArticleFormInformation
{
    height: 65%;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: 'PixelFontTone';
}


.ArticleInformationInput
{
    height: 10px;
    border-radius: 15px;
    width: 80%;
    height: 10%;
    font-size: 20px;
    padding-left: 15px;
    font-family: 'PixelFontTone';
}


.ArticleFormAreaInformation
{
    height: 30px;
    border-radius: 10px;
    border: none;
    width: 79%;
    height: 20%;
    font-size: 17px;
    padding-left: 15px;
    padding-top: 15px;
    resize: none;
    text-align: start;
    font-family: 'PixelFontTone';
}

#TitleText
{
    color: aliceblue; 
    font-weight: bold; 
    font-size: 35px;
}

.g-recaptcha
{
    margin-top: 0px;
    margin-left: 50px;
}


#ButtonSendEmail
{
    
}

#ButtonSendEmail:hover
{
    background-color: rgb(19, 19, 19);
    cursor: pointer;
    color:aliceblue;
}

.spacingUp
{
    margin-top: 20px;
}

.RiseCaptcha
{
    animation-name: RisePanel;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.HiddeCaptcha
{
    animation-name: EndPanel;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.InitHiddeCaptcha
{
    opacity: 0%;
    display: none;
    visibility: hidden;
}


@keyframes RisePanel {
    from
    {
        opacity: 0%;
        display: flex;
        visibility: visible;
    }
    to
    {
        opacity: 100%;
    }
}

@keyframes EndPanel {
    from
    {
        opacity: 100%;
        visibility: visible;
    }
    to
    {
        opacity: 0%;
        visibility: hidden;
        display: none;
    }
}

@media screen and (max-width:726px)
{
    #FormConteiner form
    {
    height: 750px;
    width: 400px; 
    }

    #ArticleImage
    {
    height:18%;
    width: 100%;
    }

    #ArticleFormInformation
    {
    height: 65%;
    width: 100%;
    }

    .g-recaptcha
    {
    margin-top: 15px;
    }


}

@media screen and (max-width:485px)
{
    #FormConteiner form
    {
    height: 750px;
    width: 300px; 
    }

    #ArticleImage
    {
    height:15%;
    width: 100%;
    }

    #ArticleFormInformation
    {
    height: 65%;
    width: 100%;
    }

    .g-recaptcha
    {
    margin-top: 3px;
    margin-left: 0px;
    }

    .ArticleInformationInput
    {
    height: 10%;
    border-radius: 15px;
    font-size: 15px;
    }
}

@media screen and (max-width:350px)
{
    #FormConteiner form
    {
    height: 650px;
    width: 280px; 
    }

    #TitleText
    {
    color: aliceblue; 
    font-weight: bold; 
    font-size: 25px;
    }

     #ArticleImage
    {
    height:17%;
    width: 100%;
    }

    #ArticleFormInformation
    {
    height: 65%;
    width: 100%;
    }

    .g-recaptcha
    {
    margin-top: 3px;
    margin-left: 0px;
    }

    .ArticleInformationInput
    {
    height: 10%;
    border-radius: 15px;
    font-size: 15px;
    }
}
