header {
   
    width: 100%;
    height: 200px;
    border: 1px solid black;
    background-image: linear-gradient(to right, white 45%, #dd0000);

}

#logo_cabecera {
    float: left;
    padding-left: 200px;
}

#cabezo {
    margin-top: 30px;
    margin-right: 25px;
}

#cabezo a {
    float: right;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    font-family: 'Franklin Gothic Medium';
    color: rgb(255, 255, 255);
    border: 6px solid  rgba(0, 0, 0, 0);    
    padding: 3px;
    border-radius: 10px;
}

nav {
    background-color: rgb(31, 147, 255);
    height: 50px;    
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:50px;
    border: 1px solid black;
    
}

nav a {
    background-color: rgb(50, 108, 218);
    text-decoration: none;
    font-family: 'Franklin Gothic Medium';
    color: rgb(255, 255, 255);
    border: 6px solid   rgb(50, 108, 218);    
    padding: 3px;
    border-radius: 10px;    
}


nav a:hover{
    border-color: #dd0000;
    background-color: #dd0000;
}


section {
    background-color:#e0e0e0;
    height: 500px;
    border: 1px solid black;
}

#mantenimiento img {
    float: none;
    
}

#anchura {
    height: 1150px;
}

#texto {
    float: left;
    width: 500px;
    color: #000000;
    font-family:'Times New Roman', Times, serif;
    padding-left: 12.0px;
    margin-top: 100px;
    margin-left: 230px;
}

h1 {
    color: #dd0000;
    font-family: 'Franklin Gothic Medium';
}

#texto p {
    font-size: 20px;
}


section img {
    float: right;
    width: 400px;
    padding-right: 100px;
    margin-top: 40px;
    
}

footer {
    background-color: #545554;
    height: 250px;
    border: 1px solid black;
}

#logoblanco img {
    float: left;
    padding-left: 10%;
    margin-top: 30px;
    width: 300px;
    
}


footer p {
    width: 500px;
    float: right;
    color: white;
    padding-right: 50px;
    margin-top: 60px;
    font-size: 17px;
}

#pie {
    padding-left: 40%;
    padding-top: -20%;
    margin-top: 4%;   
    color: white;
}

#pie a {
     text-decoration: none;
     color: white;
    
}

#pie li a:hover {
    color: #dd0000;

}

#pie li {
    margin-top: 3px;
}




.centro-imagenes {
    display: flex;
    justify-content: center;
    gap: 200px;
}

.centro-imagenes img {
    float: none;
    padding-right: 0;
}

.centro-palabras {
    display: flex;
    justify-content: center;
    gap: 400px;
    margin-bottom: -30px;
}

.centro-parrafo a {
    margin-left: 400px;
    background-color: rgb(90, 83, 83);
    text-decoration: none;
    font-family: 'Franklin Gothic Medium';
    color: rgb(255, 255, 255);
    border: 5px solid   rgb(73, 70, 70);    
    padding: 3px;
    border-radius: 10px;  
    
}

.centro-titulos {
    display: flex;
    justify-content: center;
    gap: 400px;
    padding-top: 5%;
    margin-bottom: -30px;
}

.bie {
    padding-right: 27%;
}



.cesta a {
    
     margin-left: 550px;
    background-color: rgb(90, 83, 83);
    text-decoration: none;
    font-family: 'Franklin Gothic Medium';
    color: rgb(255, 255, 255);
    border: 5px solid   rgb(73, 70, 70);    
    padding: 3px;
    border-radius: 10px;  
}



.php {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}


/*css nosotros */
#nosotros {
    float: right;
    width: 500px;
    padding-right: 10%;
    padding-top: 30px;
    font-size: 18px;
}

#nosotros p a {
     background-color: rgb(216, 0, 0);
    text-decoration: none;
    font-family: 'Franklin Gothic Medium';
    color: rgb(255, 255, 255);
    border: 6px solid   rgb(216, 0, 0);    
    padding: 3px;
    border-radius: 10px; 
}

#nosotros p a:hover {
    border-color: #9c0000;
    background-color: #9c0000;
}

#nosfoto img {
    margin-top: 50px;
    width: 500px;
    
}




/*botones reunion7*/

.container-buttons, ::before, ::after {
  margin-top: 25px;
  padding: 0;
  box-sizing: border-box;
}



.container-buttons {
    font-family: 'FontAwesome', sans-serif;
    margin-left: 23%;
  transform: translate(-50%, -50%);
  /* background-color: #FFF; */
  width: 300px;
  display: flex;
  justify-content: space-between;
}

.container-buttons a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  /* line-height: 70px; */
  color: #FFF;
  background-color: #000;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  font-size: 1.5rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .9);
}

.container-buttons a::before {
  content: "\f2c6";
  display: block;
  margin: 13px 0;
  transition: all .5s ease-in-out;
}

.container-buttons a:hover::before {
  margin-top: -37px;
}

.container-buttons a::after {
  content: "\f2c6";
  display: block;
}

.container-buttons .two {
  background-color: #53afff;
}

.container-buttons .two::before {
  content: '\f293';
}

.container-buttons .three {
  background-color: #ff8337;
}

.container-buttons .three::before {
  content: '\f27a';
}

.container-buttons .three {
  background-color: #ffbd39;
}

.container-buttons .three::before {
  content: '\f2b6';
}

.container-buttons .four {
  background-color: #e61c5d;
}

.container-buttons .four::before {
  content: '\f004 ';
}

.container-buttons .five {
  background-color: #155263;
}

.container-buttons .five::before {
  content: '\f098 ';
}

/*cookies*/

#cookies{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #dd0000 ,#9c0000);
  color: white;
  text-align: center;
  padding: 15px;
  font-family: Arial, sans-serif;
  box-shadow: 0 -4px 10px rgba(0,0,0,0.3);
}

#cookies button{
  background: white;
  color: #9c0000;
  border: none;
  padding: 7px 15px;
  margin-left: 10px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}

#cookies button:hover{
  transform: scale(1.05);
}