* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url("../img/mantenimiento.jpg"); */
    background-color: rgb(25, 42, 75);
/*     background-size: 75%;
    background-repeat: no-repeat; */

}

.container .card {
    width: 75%;
    height: 550px;
    display: flex;
    align-items: center;
}

.container form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
} 

.container .card .box-1 {
    width: 60%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.985);
    margin: 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container .card .box-1 .title {
    width: 100%;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #00263E;
    font-family: Arial, Helvetica, sans-serif;
}

.container .card .box-1 .title img {
    width: 300px;
}

.container .card .box-1 .any-text {
    width: 100%;
    font-size: 10px;
    color: #00263E;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
}

.container .card .box-1 .any-text span {
    font-size: 12px;
}

.container .card .box-2 {
    width: 40%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.750);
    margin: 5px;
    border-radius: 5px;
}
.container .card .box-2 .sec-1 {
    width: 100%;
    height: 20%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px;
}

.container .card .box-2 .sec-1 h2 {
    color: #00263E;
    font-size: 28px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
}

.container .card .box-2 .sec-2 {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #00263E;
    font-size: 18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
}
.container .card .box-2 .sec-3 {
    width: 100%;
    height: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.container .card .box-2 .sec-3 input {
    width: 75%;
    height: 36px;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-bottom: 15px;
}

.container .card .box-2 .sec-3 .ipt-type {
    padding-left: 15px;
    font-size: 16px;
}

.container .card .box-2 .sec-3 a {
    position: absolute;
    bottom: 0px;
    text-decoration: underline;
    color: #0ba4e1;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

.container .card .box-2 .sec-4 {
    width: 100%;
    height: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.container .card .box-2 .sec-4 a {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #00263E;
    font-weight: 500;
    margin-bottom: 70px;

}

.container .card .box-2 .sec-4 span{
    display: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
    color: #00263E;
    font-weight: 600;
}

.container .card .box-2 .sec-3 #btnEnviar {
    background-color: #00263E;
    color: white;
    font-size: 17px;
    margin-top: 22px;
}

.container .card .box-2 .sec-3 #btnEnviar:hover {
    background-color: #043858;
    cursor: pointer;
}



        /* escritorio grande */
        @media (max-width: 1920px) {


        }

    

        /* ordenador escritorio medio */
        @media (max-width: 1440px) {

    

        }


        /* ordenador portátil medio */
        @media (max-width: 970px) {
            .container .card {
                width: 90%;
            }
            .container .card .box-1 section {
                font-size: 40px;
            }
        }

    

        /* móvil grande */

        @media (max-width: 820px) {
            .container .card {
                width: 75%;
            }

            .container .card .box-1 {
                display: none;
            }

            .container .card .box-2 {
                width: 100%;
                height: 600px;
                margin: 0;
            }

            .container .card .box-2 .sec-2 {
                padding-top: 15px;
            }

            .container .card .box-2 .sec-3 input {
                width: 70%;
            }

            .container .card .box-2 .sec-3 a {
                bottom: 20px;
                font-size: 13px;
            }

            .container .card .box-2 .sec-4 span{
                display: inline-block;
            }

            .container .card .box-1 .any-text {
                display: none;
            }
        }

    

        /* móvil grande */
        @media (max-width: 510px) {
            .container .card .box-2 .sec-2 {
                font-size: 16px;
            }

            .container .card .box-2 .sec-3 input {
                width: 75%;
            }

            .container .card .box-2 .sec-4 span {
                font-size: 10px;
            }
        }

    

        /* móvil medio */
        @media (max-width: 390px) {

            .container .card {
                width: 90%;
            }

            .container .card .box-2 {
                width: 100%;
            }

            .container .card .box-2 .sec-3 input {
                width: 80%;
            }

            .container .card .box-2 {
                height: 550px;
            }
        }

    

        /* móvil pequeño */
        @media (max-width: 280px) {
            .container .card .box-2 .sec-1 h2 {
                font-size: 25px;
            }

            .container .card .box-2 .sec-2 {
                padding-top: 5px;
                font-size: 15px;
                text-align: center;
            }

            .container .card .box-2 .sec-3 input {
                width: 85%;
            }

            .container .card .box-2 .sec-3 a {
                bottom: 15px;
                font-size: 12px;
            }

            .container .card .box-2 .sec-4 span {
                font-size: 8px;
                text-align: center;
            }
        }

