* {
    font-family: Roboto, Verdana, Geneva, Tahoma, sans-serif;
}

body {
    padding: 0px;
    margin: 0px;
}

header {
    text-align: center;
}

.fotografia {
    width: 45%;
}

section {
    width: 100%;
    margin: auto;
}

.imagen1 {
    max-width: 40%;
    display: block;
    float: left;
    top: 0px;
    left: 0px;
    position: absolute;
}

.fondo {
    max-width: 100%;
    background-color: #E4E6E7;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
    height: 300px;
    overflow: hidden;
}

.contenedor {
    display: block;
    margin: auto;
    width: 80%;
    max-height: 500px;
    /*    border: 1px solid black;*/
}

hr {
    clear: both;
    height: 50px;
    border: none;
}

.nombre {
    font-size: 35px;
    text-shadow: 1px 1px lightblue
}

.identificacion {
    padding-top: 80px;
}

.caja {
    margin: 0px 60px;
    width: 38%;
    float: left;
}

.caja,
.caja1,
.caja2,
.bajo {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.textos {
    line-height: 2;
    font-size: 16px;
    padding: 25px;
    font-weight: bold;
}

.textos,
.subtitulos {
    color: rgb(22, 22, 22)
}

.subtitulos {
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px lightblue
}

div.caja1,
div.caja2 {
    margin: 0px 10px 0px;
    height: 350px;
    width: 22%;
    overflow: hidden;
    float: left;
}

div.caja1,
div.caja2:hover {
    background-color: #E4E6E7;
}

div.caja2,
div.caja1:hover {
    background-color: #AEB4B7;
}

.subtitulo2 {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px lightblue;
    text-align: left;
}

.conjunto {
    width: auto;
    padding: 1em;
    margin: auto;
    height: 80px;
}

.icono {
    float: left;
    padding-left: 25px;
}

div.bajo {
    background-color: white;
    text-align: center;
    vertical-align: middle;
}

.textos2 {
    line-height: normal !important;
}

.margen2 {
    margin: auto;
    width: 90% !important;
}

.sombreado {
    text-shadow: 1px 1px lightblue
}

.videoclic {
    margin-top: 100px;
    float: left;
    border: 1px groove rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
}

#video {
    width: 500px;
    height: 315px;
}

.boton {
    background-color: #E4E6E7;
    padding: 8px;
    color: black;
    font-weight: 900;
    width: 15em;
    display: block;
    margin: 20px auto;
    border: 1px solid #E4E6E7;
    border-radius: 5px;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.boton:hover {
    background-color: black;
    color: #E4E6E7;
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    cursor: pointer;
}

.job1,
.job2,
.job3,
.job4 {
    font-family: 'Material Icons';
    color: black;
    font-size: 5em;
    clear: both;
}

.job1::before {
    content: "\f1b7";
}

.job2::before {
    content: "\ef54";
}

.job3::before {
    content: "\e30d";
}

.job4::before {
    content: "\e5c3";
}

@media only screen and (max-width: 800px) {
    *,
    .identificacion,
    .fotografia,
    .video,
    section,
    footer,
    aside,
    .contenedor {
        width: 100%;
        box-sizing: border-box;
    }
    .fondo {
        height: 30em;
    }
    .imagen1 {
        width: 50%;
        margin-left: 30%;
    }
    .identificacion {
        margin-top: 25%;
    }
    .nombre {
        font-size: xx-large;
    }
    .caja,
    .caja1,
    .caja2 {
        height: max-content;
        clear: both !important;
        width: 90% !important;
        padding: 0px !important;
        margin: 30px 0px 0px 15px !important;
    }
    .icono,
    .ajuste {
        float: left;
        width: max-content;
        display: inline !important;
    }
    .videoclic {
        margin: 10%;
        border: 1px groove rgba(0, 0, 0, 0.2);
        box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
    }
    #video {
        width: 300px;
        height: 180px;
        display: block;
        margin: auto;
    }
    hr {
        border: none;
        height: 10%;
    }
}