html {
    scroll-behavior: smooth;
}
body{
    font-family: "Times New Roman";
    margin: 0px;
    padding: opx;
}

header {
    background: url(FondoEscribania.jpg);
    height: 70vh;
    background-size: cover;
}

p {
    font-size: 20px;
}

li {
    list-style: none;
    margin-right: 25px;
}

a {
    font-size: 20px;
}
.menu {
    background-color:rgba(215,215,215,0.5);
    font-size: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center; 
}

.menu p {
    margin-left: 5%;
}

.lista {
    display: flex;
}

.lista a {
    background: none;
    color: black;
    padding: 0px;
}

.titular {
    text-align: center;
    text-shadow: 1px 1px 2px black; 
}

.titular h1 {
    font-size: 100px;
    margin-bottom: 30px;
    color: white;    
}

.titular a {
    text-decoration: none;
    color: white;
    font-size: 40px;
    background:burlywood;
    padding: 20px 30px 20px 30px;
    border-radius: 20px;
}

body h2{
    font-size: 40px;
    margin-bottom: 50px;
    margin-top: 30px;
    color: black;
    text-align: center;
    font-weight: normal;
}

.contenedor-servicios {
    display: flex;
    justify-content: space-around;
}

.contenedor-servicios img {
    width: 20px;
    height: 20px;
}

.contenedor-contacto {
    background-color:#F9FAFC;
    justify-content: space-around;
}

.contenedor-informacion {
    display: flex;
    justify-content: space-around;
}

.icon-contacto {
    display: flex;
}

.contacto-parrafo {
    margin-left: 30px;
    margin-top: -10px;
}

.contacto-parrafo a {
    color: black;
}

.contenedor-mapa {
    text-align: center;
}

.contenedor-informacion i {
    font-size: 50px;
}
#whatsapp a {
    background: none;
    position: fixed;
    top: 85%;
    right: 1%;
}

.menu-icon {
    display: none;
}

.contenedor-footer {
    background-color: black;
    margin: auto;
    padding: 20px;
    color: white;
    font-size: 10px;
}

