p{
    color: #1b263b;
    font-family: "Noto Serif", serif;
    font-size: 1.3em;
}
h1{
    color: #e9ecef;
    font-family: "Montserrat", sans-serif;
    font-size: 4vw;
    text-shadow: #000 2px 2px 2px;
}
h2{
    color: #e76f51;
    font-family: "Montserrat", sans-serif;
    font-size: 2.3em;
}
#contenedor a{ 
    text-decoration: none;
    color: #e76f51;
    font-weight: bold;
}
#contenedor{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
}
.centrado{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
img{
    width: 100%;
}
#fotocomputador{
    margin-top: -100px;
}
video{
    width: 100%;
}
nav{
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 30px;
    background-color: #e76f51;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 10px;
}
nav a{ /*Procedemos a darle estilo a los hipervínculos del menú */
    text-decoration: none;
    color: #193466;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-left: 60px;
    margin-right: 60px;
}
html{
    scroll-behavior: smooth;
}
footer{
    width: 100%;
    height: 70px;
    background-color: #e76f51;
    text-align: center;
    padding-top: 30px;
}
footer span{
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
}
#titulo {
    position: absolute;
    z-index: 1;
    top: 45%;
    width: 100%;
    text-align: center;
    left: 0;
}
#logoplaza{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
#logoplaza img{
    width: 200px;
    margin-top: -18px;
}
.pie{
    width: 100%;
    background-color: #1b263b;
    height: 55px;
    margin-top: -6px;
    padding-top: 5px;
}
.pie span{
    font-family: "Noto Serif", serif;
    color: #e9ecef;
    font-size: 1em;
    margin-left: 7px;
}
blockquote{
    font-family: "Noto Serif", serif;
    color: #1b263b;
    font-size: 1.1em;
}
#fotocelular{
    display: none;
}

@media screen and (max-width: 1000px){
    nav{
        display: none;
    }
    #fotocelular{
        display: block;
    }
    #fotocomputador{
        display: none;
    }
    h1{
        font-size: 2.6em;
    }
    #titulo{
        top: 30%;
    }
    p{
        margin-left: 10px;
        margin-right:10px;
    }
    h2{
        margin-left: 10px;
        margin-right:10px;
    }
    #iframecelular{
      height: 220px;  
    }
    #logoplaza{
        display: none;
    }
    .pie{
        height: 85px;
    }
}