header{
    height: 60px;
    width: 100%;
    background-color: black;
    color: white;
    text-decoration: none;
    display:flex;
    align-items: center;
    position: fixed;
    top: 0;   
    z-index: 100;
  }
  
  header a{
    margin: 20px;
  }
  body,html{
    margin: 0;
    padding: 0;
    background-color: rgb(77, 0, 0);
    overflow-x: hidden;
    width: 100%;
  }
  .container1 {
    width: 80%;
    margin: auto;
    overflow: auto;
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-top: 97px;
    margin-bottom: 50px;
    line-height: 1.6;
    border-radius: 4px;
  }
  
  .container1 h1{
    color: #333;
    margin-bottom: 46px;
    text-align: center;
    font-size: 50px;
    margin-top: 55px;
    
  }
  
  .container1 h2{
    color: #333;
    margin-left: 30px;
    font-size: 32px;
  }
  
  .container1 p{
    color: #333;
    margin-left: 67px;
    font-size: 19px;
  }
  .container1 li{
    color: #333;
    margin-left: 67px;
    font-size: 19px;
  }
  
  .containerlogo{
    width: 180px;
    max-width: 800px;
    margin-right: auto;
  }
  .containermenu{
    display: flex;
    font-family: "FF Mark W05",Arial,sans-serif;
    font-size: 14px;
  }
  .logo1{
    width: 126px;
    height: 43px;
    margin-right: 100%;
  }
  .itemmenu{
    text-decoration: none;
    color: white;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .tmenu{
    text-decoration: none;
    color: white;
  }
  .tmenuretro{
    text-decoration: none;
    color: rgb(255, 255, 255);
  }
  .lovemenu{
    position: absolute;
    height: 24.6px;
    width: 65.4px;
    transform: translate(65px,-2px);
    z-index: -1;
  }
  .linearetro{
    background: rgb(255, 0, 183);
    height: 3px;
    transform: translateY(-15px);
    width: 0;
    transition: 0.3s; 
  }
  .itemmenu:hover .linearetro{
    width: 100%;
  }
  .linea{
    background: #900;
    height: 3px;
    transform: translateY(-15px);
    width: 0;
    transition: 0.3s;
  }
  
  .itemmenu:hover .linea{
    width: 100%;
  }
  .menu_responsive{
    background-color: rgba(0, 0, 0, 0.836);
    color: black;
    flex-direction: column;
    z-index: 1000;
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    transition: all 0.5s;
    backdrop-filter: blur(5px);
  }
  .itemmenu_re{
    text-decoration: none;
    color: rgb(255, 255, 255);
    margin-left: 25px;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 30px;
  }
  .contenedor_responsive{
    display: flex;
    flex-direction: column;
    position: absolute;
    transform: translateY(25%);
  }
  
  .containermenu ul{
    padding: 0;
    display: flex;
  }
  .botonresponsive{
    position: absolute;
    height: 30px;
    width: 30px;
    right: 0;
    margin: 20px;
  }
  
  .logomenu{
    height: 35px;
  }
  
  #botonmenu{
    display: none;
  }
  
  @media (max-width: 1090px){
    #botonmenu{
        display: flex;
    }
    .containermenu ul{
        display: none;
    }
  }
  
  .botonresponsive{
    position: absolute;
    height: 30px;
    width: 30px;
    right: 0;
    margin: 20px;
  }
  
  footer{
    background-color: rgb(220, 219, 219);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .containerlogos a{
    text-decoration: none;
  }
  .containerlogos{
    position: absolute;
  }
  .logosrs{
    width: 26px;
    height: 30px;
  padding: 4px;
  text-decoration: none;
  }
  .lastcontainer{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .contacto{
    color: rgb(84, 83, 83);
    margin-right: 15px;
    transform: translateY(-10%);
  }
  .copyright{
    color: rgb(121, 118, 118);
    margin-left: 15px;
  }
  @media (max-width: 1090px){
    #botonmenu{
        display: flex;
    }
    .containermenu ul{
        display: none;
    }
  }
  
  .botonresponsive{
    position: absolute;
    height: 30px;
    width: 30px;
    right: 0;
    margin: 20px;
  }
  
  footer{
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .containerlogos a{
    text-decoration: none;
  }
  .containerlogos{
    position: absolute;
  }
  .logosrs{
    width: 26px;
    height: 30px;
  padding: 4px;
  text-decoration: none;
  }
  .lastcontainer{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .contacto{
    color: rgb(213, 213, 213);
    margin-right: 15px;
  }
  .copyright{
    color: rgb(213, 213, 213);
    margin-left: 15px;
  }
  
  
  @media(max-width: 630px){
  
  
  footer {
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: column;
  height: auto;
  }
  .lastcontainer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
  align-items: start;
  }
  .containerlogos{
  position: absolute;
  right: 37px;
  margin-top: 48px;
  }
  .copyright {
  color: rgb(213, 213, 213);
  margin-left: 35px;
  }
  .contacto {
  color: rgb(213, 213, 213);
  margin-right: 0;
  transform: translateY(-10%);
  margin-left: 38px;
  }
	  	
.container1 h1{
  font-size: 47px;
  
}

.container1 h2{
  margin-left: 0px;
}

.container1 p{
  margin-left: 0px;
}
.container1 li{
  margin-left: 0px;
}
  }