@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
}

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-color: white;
}

header {
    height: 90px;
    background-color: #757575;
    z-index: 1;
    box-shadow: inset 0 -10px 1px -8px #D52B1E;
}

nav {
    display: flex;
    justify-content: space-between;
}

img {
    float: right;
    margin: 20px;
    width: 250px;
    height: 50px;
}

header h1 {
    float: left;
    margin: 30px 15px 10px;
    color: white;
    font-size: 28px;
    font-weight: bold;
}

.container {
    background: #f2f4f8;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    width: 80%;
    height: auto;
    margin-top: 80px;
}

/** CARD **/

.card {
    width: 220px;
    height: 320px;
    background: #fff;
    border-top-right-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-out;
    text-decoration: none;
    border-radius: 5px;
}

.entrada:hover{
    transform: translateY(-20px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
        0 24px 46px rgba(220, 233, 255, 0.48);
}

.entrada:hover .overlay_entrada {
    transform: scale(4) translateZ(0);
}

.entrada:hover .circle_entrada:after {
    background: #B8F9D3;
    border-color: #e2fced;
}

.card:hover p #entrada{
    color: #4C5656;

}

.entrada:active{
    transform: scale(1) translateZ(0);
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11),
        0 15px 24px rgba(220, 233, 255, 0.48);
}

.card p {
    font-size: 17px;
    color: #4C5656;
    margin-top: 30px;
    z-index: 1000;
    transition: color 0.3s ease-out;
}

.img_entrada {
    width: 71px;
    height: 76px;
}

.circle_entrada {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #B8F9D3;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.circle_entrada:after {
    content: "";
    width: 118px;
    height: 118px;
    display: block;
    position: absolute;
    background: #B8F9D3;
    border-radius: 50%;
    top: 7px;
    left: 7px;
    transition: opacity 0.3s ease-out;
}

.img_entrada {
    z-index: 10000;
    transform: translateZ(0);
}

.overlay_entrada {
    width: 118px;
    position: absolute;
    height: 118px;
    border-radius: 50%;
    background: #B8F9D3;
    top: 70px;
    left: 50px;
    z-index: 0;
    transition: transform 0.3s ease-out;
}

/** FIN CARD **/

/** FORM ENTRADA **/
.container_form {
    height: 100%;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
}

.encabezado {
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.encabezado h3 {
    font-size: 30px;
    margin: 8px 0px 5px;
}

.content_1 {
    float: left;
    margin: auto;
    margin-top: 0;
    margin-right: 0px;
    padding: 5px;
    margin-bottom: 30px;
}

form label {
    margin-bottom: 5px;
}

.content_2 {
    float: left;
    margin: auto;
    margin-left: 150px;
    padding: 5px;
    margin-bottom: 30px;
}

.content_1 div,
.content_2 div {
    margin-top: 15px;
}

.content_1 div label,
.content_2 div label {
    font-weight: bold;
}

.opts {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.cancelar {
    width: 150px;
    height: 45px;
    cursor: pointer;
    font-size: 16px;
    color: white;
    margin-right: auto;
    font-weight: bold;
    background-color: #dc3545;
    border-radius: 5px;
    border: none;
    outline: none;
}

.cancelar:focus,
.cancelar:active,
.cancelar:hover {
    background-color: #C82333;
    border-radius: 5px;
    box-shadow: 0 0 11px rgba(220, 20, 60, .5);
}

.registrar {
    width: 150px;
    height: 45px;
    cursor: pointer;
    font-size: 16px;
    float: right;
    color: white;
    font-weight: bold;
    background-color: #4CAF50;
    border-radius: 5px;
    border: none;
    outline: none;
}

.registrar:hover {
    background-color: #46A049;
    border-radius: 5px;
    outline: none;
    box-shadow: 0 0 11px rgba(40, 167, 69, .5);
}

.elemento {
    width: 450px;
    height: 30px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    outline: none;
    padding: 7px;
    margin-top: 5px;
    text-transform: uppercase;
}

.elemento:focus,
.elemeto:active {
    border-bottom: 2px solid blue;
}

.elemento_num {
    width: 200px;
    height: 30px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    outline: none;
    margin-left: 130px;
    margin-top: 5px;
}

.elemento_num:focus,
.elemeto_num:active {
    border-bottom: 2px solid blue;
}

.no_mood {
    width: 300px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    border: none;
    padding: 5px;
    margin-bottom: 10px;
    outline: none;
    margin-top: 5px;
    border-radius: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

/** FIN FORM ENTRADA **/

/** FOOTER **/

footer {
    width: 100%;
    height: 50px;
    background-color: #757575;
    z-index: 1;
    /*border-top: 2px solid #D52B1E;*/
    box-shadow: inset 0 2px 0 0 #D52B1E;
    display: flex;
    color: #fff;
    justify-content: space-between;
    margin-top: auto; 
}

.pie_pagina1 {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    font-size: 14px;
}

.pie_pagina2 {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    font-size: 14px;
}
