* {
    font-family: 'Times New Roman', Times, serif;
}
body {
    margin: 0;
    padding: 0;
    background-image: url("fotofONDO.png");
    font-size: 1.5vw;
}
.logo {
    position: relative;
    float: left;
    width: 15vw;
}

div {
    display: grid;
    /* justify-content: center; */
    justify-items: center;
}

h1 {
    color: chartreuse;
    font-size: 5vw;
    text-align: center;
    text-shadow: 7px 7px 7px black;
    margin-bottom: 8vw;
}

.zfotoProfe {
    width: 25%;
    margin: auto;
    margin-bottom: 5vw;
    box-shadow: 7px 7px 7px black;
}
.certificados1 {
    border: 0.2vw solid black;
    box-shadow: 7px 7px 7px black;
    margin-bottom: 2vw;
    width: 50%;

}
.certificados2 {
    border: 0.2vw solid black;
    box-shadow: 7px 7px 7px black;
    margin-bottom: 2vw;
    width: 50%;
    
}
.certificados3 {
    border: 0.2vw solid black;
    box-shadow: 7px 7px 7px black;
    margin-bottom: 2vw;
    width: 50%;
    
}
.certificados4 {
    border: 0.2vw solid black;
    box-shadow: 7px 7px 7px black;
    margin-bottom: 2vw;
    width: 50%;
    
}
.certificados5 {
    border: 0.2vw solid black;
    box-shadow: 7px 7px 7px black;
    margin-bottom: 2vw;
    width: 50%;
    
}
.certificados6 {
    border: 0.2vw solid black;
    box-shadow: 7px 7px 7px black;
    margin-bottom: 2vw;
    width: 50%;
    
}
.certificados7 {
    border: 0.2vw solid black;
    box-shadow: 7px 7px 7px black;
    margin-bottom: 2vw;
    width: 50%;
    
}
.certificados8 {
    border: 0.2vw solid black;
    box-shadow: 7px 7px 7px black;
    margin-bottom: 2vw;
    width: 50%;
    
}
.certificados9 {
    border: 0.2vw solid black;
    box-shadow: 7px 7px 7px black;
    margin-bottom: 2vw;
    width: 50%;
    
}
.certificados10 {
    border: 0.2vw solid black;
    box-shadow: 7px 7px 7px black;
    margin-bottom: 2vw;
    width: 50%;
    
}
.certificados11 {
    border: 0.2vw solid black;
    box-shadow: 7px 7px 7px black;
    margin-bottom: 2vw;
    width: 50%;
    
}
.certificados12 {
    border: 0.2vw solid black;
    box-shadow: 7px 7px 7px black;
    margin-bottom: 2vw;
    width: 50%;
    
}
.botonInicio {
    width: 8vw;
    border-radius: 7px;
    background-color: gray;
    border: 0.1vw solid yellow;
    box-shadow: 5px 5px 5px yellowgreen;
    font-size: 2vw;
   font-weight: bolder;
   transition: all ease 0.5s;
   cursor: pointer;
}
.botonInicio:hover {
    transform: scale(1.1);
}
span {
    display: grid;
    justify-items: center;
}

/*CONTACTO*/

form {
    background-color: rgb(94, 54, 158);
    width: 450px;
    margin: auto;
    background: rgba(0,0,0,0,4);
    padding: 10px 20px;
    background: rgba(0,0,0,0,4);
    margin-top: 20px;
    border-radius: 7px;
}
h2 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 30px;
    margin-bottom: 20px;
}
input, textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;
}
textarea {
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
}
.boton {
    background: #31384a;
    color: #fff;
    padding: 20px;
}
.boton:hover {
    cursor: pointer;
}
@media (max-width:480px){
    form{
        width: 100%;
    }
}