body{
    margin: 0;
    padding: 0;
    background-image: url(https://miro.medium.com/v2/resize:fit:1400/1*DuuERWuXZx3_9oBgaAyeMQ.png);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

#menu{
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    background-image: url(https://img.freepik.com/vector-gratis/sol-brilla-cielo-azul-nubes-blancas-fondo-realista_1284-10467.jpg);
    background-position: center;
    border-bottom: purple dashed 1px;
    border-top: purple dashed 1px;
    background-size: cover;
}


#menu li {
    display:inline;
}

#menu li a{
    padding: 8px 16px ;
    text-decoration: none;
    background-color: white;
}

#menu li a:hover{
    background-color: red;
}

#menu ul li:first-child a{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#menu ul li:last-child a{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

header img {
    width: 150px;
    background-color: white;
}

.imgheader{
    float: left;
    margin-left: 80px;
}

.img2header{
    float: right;
    margin-right: 80px;
}

#textCentral {
    padding: 15px;
    border: 5px dashed black;
    background-color: white;
    margin: 90px 250px 30px 250px;
    border-radius: 30px 30px 30px 30px;
    text-align: center;
}

.content{
    margin-top: 50px;
    border-top: black dashed 2px;
    background-color:rgb(245, 197, 252);
    width: 100%;
}

.contenedor{
    display: inline-block;
    width: 85%;
    background-color:rgb(178, 247, 252);
    border-right: black 2px dashed;

}

.content .parte1 {
    border: black solid 2px;
    margin: 20px 20px 20px 20px;
    height: 300px;
    overflow-y: hidden;
    
}

.texto1{
    text-align: justify;
    overflow-y: scroll;
    height: 300px;
    margin-left: 20px;
    margin-right: 160px;

}

.parte1 p{
    font-weight: bold;
    line-height: 2;
    font-size: large;
}

.texto2 {
    text-align: justify;
    height: 300px;
    margin-left: 260px;
    margin-right: 20px;
    overflow-y: scroll;
}

.parte2 p{
    font-weight: bold;
    line-height: 2;
    font-size: large;
}

.content .parte2{
    border: black solid 2px;
    margin: 20px 20px 50px 20px;
    overflow: hidden;
    height: 300px;
}

.foto1{
    float: right;
}

.foto1 img{
    width: 250px;
}

.foto2{
    float:left;
    margin-right: 10px;
}

.foto2 img{
    width: 250px;
}

.lateral{
    float:right;
    width: 7%;
    margin-right: 90px;
    text-align: center;
 
}

.lateral li{
    list-style: none;
}

.icono1{
    width: 80px;
    margin-bottom: 70px;
    margin-top: 50px;
    margin-right: 50px;
}

.icono1:hover{
    border-bottom: black 2px solid;
}

.icono2{
    width: 80px;
    margin-right: 50px;
    margin-top: 60px;
}

.icono2:hover{
    border-bottom: black 2px solid;
}

.icono3{
    width: 80px;
    margin-right: 50px;
    margin-top: 150px;
}

.icono3:hover{
    border-bottom: black 2px solid;
}

footer{
    height: 30px;
    font-weight: bold;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-image: url(https://img.freepik.com/vector-gratis/sol-brilla-cielo-azul-nubes-blancas-fondo-realista_1284-10467.jpg);
    background-position: center;
    background-size: cover;
    clear: both;
}

#textCookie {
  text-align: center;
}

#cookieEU {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  border:2px solid red;
  background-color: white;
  margin-bottom: 5px;
  padding-bottom: 5px;
  box-shadow: 2px 2px 50px black;
}

.button {
  	background-color: #097054;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.button:hover {
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

h2{
    text-align: center;
}

@media all and (max-width: 1200px) {

    #textCentral h1{
        font-weight: bold;
        font-size: x-large
    }
    
    .content{
        height: 400px;
        padding-bottom: 0%;
        margin-top: 10px;
    }

    .contenedor{
        width: 100%;
    }
    
    .lateral{
        float: none;
        display: block;
        text-align: center;
        width: 100%;
        background-color: rgb(245, 197, 252);
    }

    .lateral ul{
        margin:0
    }

    .lateral li{
        display: inline;
    }
    
    
    .icono1{
        margin-top: 10px;
    }


    .icono2{
        margin-bottom: 50px;
        margin-top: 0;
    }

    .icono3{
        margin-bottom: 50px;
        margin-top: 0;
    }

}

@media all and (max-width: 800px) {
    #textCentral{
        clear:both;
        margin: 70px 20px 20px 20px;
        display: block;
    }

    .img2header{
        display: none;
    }

    .imgheader{
        display: none;
    }
}

@media all and (max-width: 500px) {
    
    .foto1{
        float: none;
        text-align: center;
        margin-top: 10px;
    }

    .foto1 img{
        width: 150px;
    }

    .texto1{
        clear: both;
        margin: 0;
        
    }

    .foto2{
        margin-top: 10px;
        float: none;
        text-align: center;
    }

    .foto2 img{
        width: 150px;
    }

    .texto2{
        clear: both;
        margin: 0;
    }

    .icono1{
        width: 10%
    }

    .icono2{
        width: 10%
    }

    .icono3{
        width: 10%
    }

}