*{
    margin:0;
    padding: 0;}
@font-face{
    font-family:bebas;
    src: url(../fonts/BebasNeueBook.otf);}
@font-face{
    font-family:monotype;
    src: url(../fonts/monotype.ttf);}

body{
    width: 100%;
    height: auto;
    max-width: 1800px;
    margin: 0 auto;}
#bannerboda{
    width:100%;
    height: auto;}
#bannerboda4{
        display: none;}
nav{
    width:100%;
    height: 160px;
    background: white;
    text-align: center;}
nav ul{
    width: 70%;
    margin-left:15%;}
nav ul li{
    width:18%;
    list-style: none;
    text-align: center;
    float:left;
    margin:1%;}
.botones{
    width: 90%;
    float:left;
    margin-left:5%;
    transition: .3s;}
.botones:hover{
    opacity:.7;}

nav a{
    color:lightcoral;
    text-decoration: none;}
h11{
    font-family: bebas;
    font-size: 20px;}
hr{
    width:80%;
    border: 2px solid coral;
    margin:0 auto;
    margin-top:40px;
    margin-bottom: 20px;}
header{
    font-family: sans-serif;
    font-size: 20px;
    color:white;
}

#textohome{
    width:60%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-family: monotype;
    line-height: 50px;
    color:black;}

footer{
    width: 100%;
    height: 140px;
    background-color: rgba(17,17,74,1.0);}
#reloj{
    margin-top: -150px;
    font-family: sans-serif;
    margin-bottom: -100px;}
.botones2{
    width:12%;
    float:left;
    transition: .3s;
    margin-left: 20px;}
.botones2:hover{
    opacity: .7;}
ul#footer{
    list-style: none;
    width: 40%;
    margin:0 auto;}
#contenido{
    text-align: center;}
h24{
    font-family: monotype;
    font-size: 35px;
    color:lightcoral;}
h3{
    font-family: bebas;
    font-size: 30px;
    color:rgba(17,17,74,1.0);}

#mapa{
    width: 100%;
    height: 200px;
    margin-top:20px;}

#formulario2{
    display: none;}
#bannerboda{
    width: 100%;}
#fotonov{
    width:100%;
}
h22{
    color:red;
    font-size: 40px;
    font-family: bebas;
    text-decoration: underline;
    
}
@media only screen and (max-width:760px){
    #formulario{
        display: none;}
    #formulario2{
        display: block;}
    ul#footer{
        width: 60%;}
    #textohome{
        width:80%;
        font-size: 24px;
        line-height: 32px;}
    h11{font-size: 14px;}
    hr{
        margin-top:20px;
        margin-bottom: 10px;}
}

@media only screen and (max-width:500px){
    h11{
        font-size: 12px;}
    nav{
        width:100%;
        height: 100px;
        background: white;
        margin-top:20px;
        text-align: center;}
    #textohome{
        width:60%;
        height: auto;
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
        font-family: monotype;
        line-height: 34px;}
    #bannerboda{
        display: none;}
    #bannerboda4{
        display: block;
        width: 100%;}
    nav ul{
        margin:0;
        width:100%;
    }
    ul#footer{
        width: 100%;}
}