.copy {
    position: absolute;
    writing-mode: vertical-lr;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.50);
    margin-top: 15px;
    margin-left: 5px;
}

.container {
    width: 625px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 20px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
    text-align: center;
    align-content: start;
    padding-bottom: 30px;
}

.card_header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}

.fondo_circulo {
    width: 270px;
    position: relative;

}

.foto_perfil {
    width: 200px;
    position: absolute;
    margin-left: -13px;
}

.card_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0 15px 0px;
}

.logo {
    width: 200px;
}

.nombre_empleado {
    font-size: 24px;
    margin-top: -10px;
    text-transform: uppercase;
}

.cargo {
    font-size: 18px;
    margin: -25px 0 0 0;
}

.info_empresa_container {
    background-image: url(../img/Rectangulo.svg);
    background-repeat: no-repeat;
    background-size: round;
    margin: 0 30px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.info_empresa_container p {
    color: #232324;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    padding: 10px;
}

/* .info_empresa {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    height: 100%;
} */

/* .fecha_empresa {
    grid-column: 1;
    grid-row: 1;
} */

/* .i_tiempo {
    margin-right: 15px;
}

.ciudad_empresa {
    grid-column: 1;
    grid-row: 2;
}

.i_ciudad {
    margin-right: 15px;
}

.texto_info_empresa {
    text-align: left;
    align-items: center;
    display: flex;
    background-color: rgb(81, 45, 157, 0.4);
    padding: 10px;
    border-radius: 20px;
    width: 250px;
    color: white;
} */

/* .timeline {
    margin: 0;
    padding: 25px;
    display: grid;
    grid-template-columns: 1fr 3px 1fr;
}

.timeline_component {
    margin: 0 20px 20px 20px;
}

.timeline_fecha_izq {
    text-align: right;
}

.timeline_barra {
    position: relative;
    background: #280A68;
}

.timeline_punto {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background-color: #280A68;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #280A68;
    border: solid #fff 10px;
} */

/* Media Queries */

@media only screen and (max-width: 600px) {
    body {
        height: 100vh;
    }
    
    .container {
        width: 370px;
        height: auto;
        margin-top: -20px;       
        padding-bottom: 30px;
    }

    .fondo_circulo {
        width: 170px;
        position: relative;
    
    }
    
    .foto_perfil {
        width: 120px;
        margin-left: -5px;
    }

    .copy {
        font-size: 10px;
    }

    .info_empresa_container {
        background-size: round;
        margin: 0 30px;
        padding: 10px;
    }
}