
@media (max-width: 1200px) {
    .container_body {
        height: 30vw;
    }
}  

@media (max-width: 1000px) {
    .titulo_seccion {
        width: 85%;
        margin: 0 auto;
        font-size: 2vw;
        color: var(--color-primary-400);
        font-weight: 700;
        border-bottom: 2px solid var(--color-primary-400);
        margin-bottom: 1%;
    }
    .text_technical_support_contact{
       font-size: 1vw;
    }
}  

@media (max-width: 650px) {
    .container_head {
        display: flex;
        flex-direction: row;
        height: 10vw;
    }

        .head_image_logo {
            width: 25vw;
            padding: 1vw 3vw;
        }

        .head_image_services_container {
            display: flex;
            width: 90%;
            justify-content: flex-end;
            align-items: center;
        }

            .head_image_services {
                height: 6vw;
            }

    .titulo_seccion {
        width: 85%;
        margin: 0 auto;
        font-size: 3.5vw;
        color: var(--color-primary-400);
        font-weight: 700;
        border-bottom: 2px solid var(--color-primary-400);
        margin-bottom: 1%;
    }

    .container_master_login {
        display: flex;
        flex-direction: row;
        width: 83vw;
        height: 100vh;
        margin: 0 auto;
        justify-content: center;
    }
        .form_login {
            flex-direction: column;
        }

            .button_image{
                width: 65vw;
            }

            .box_img_security {
                width: 100%;
                display: flex;
                justify-content: center;
            }
                .img_security {
                    width: 120%;
                    height: 100%;
                    margin-left: 8vw;
                }

            .container_body {
                height: 35%;
                width: 100%;
            }

                .btn_download {
                    border: none;
                    margin: 0;
                    padding: 0;
                    border-radius: 12px;
                    height: 33%;
                    background-color: transparent;
                    cursor: pointer;
                }

            .text_technical_support_contact {
              font-size: 3vw;
          }
}  

@media (max-width: 710px) {
    .contact_form {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

        .box_img_contact_form {
            width: 100%;
            display: flex;
            justify-content: center;
        }

            .img_contact_form {
                width: 100%;
                height: 100%;
                margin-left: -2vw;
            }

        .container_body {
            height: 35%;
            justify-content: space-between;
        }
}