*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family:Arial, Helvetica, sans-serif;
}
Body{
    font-family:Arial, Helvetica, sans-serif;
   
}
header{
  width: 100%;
  padding: 0;
  position:relative;
}
.header__container{
    width: 100%;
    height: 150px;
    margin:0 auto;
    background-color:white;
   box-shadow: 6px 6px   rgb(128, 19, 88);; 
   display: flex; 
   align-items: center;
  justify-content: space-between;    
}

.header__container img{
width: 80%;
height: 150px;
margin-left: 45px;
z-index: 100;

}


.menu nav{
display:flex;
gap:4rem;
text-decoration: none;
color: black;
margin:0 15px;

}
.menu  a{
text-decoration:underline solid 2px rgb(7, 19, 126);
color:black;
margin-right: 50px;

}

.politice{
    width: 100%;
}
.politice h2{
    margin-top: 60px;
    text-align: center;
}

.politice article{
    margin-top: 40px;
    font-size: 30px;
}



hr{

    width: 100%;
    margin-top: 150px;
    padding: 0;
  }
     .social__media{
      width: 100%;
      margin-top: 50px;
      padding: 0px;
      z-index: 100;
      
     }
  
    .redes__sociales{
      width: 80%;
      height: 90px;
      display:flex;
     margin-top: 30px;
      z-index: 100;
    
    }
  
  .facebook{
    width: 30px;
    height: 30px;
    background: rgb(24, 119, 242);
    border-radius: 5px;
    z-index: 100;
    position: relative;
    margin-left: 637px;
    
  
  
  }
  
  .facebook img{
    width: 20px;
    height: 20px;
    align-items: center;
    position: absolute;
    margin-left: 5px;
    margin-top: 10px;
  
  }
  
  
  .instagram{
    width: 30px;
    height: 30px;
    background: #e1306c;
    border-radius: 5px;
    text-align: center;
  z-index: 100;
  position: relative;
  
  margin-left: 20px;
  
  }
  
  .instagram img{
    width: 20px;
    height: 20px;
    position: absolute;
  margin-left: -10px;
  margin-top: 5px;
    
  
  }
  
  .contenedor__footer{
    margin-top: -40px;
  }
  
  .politica{
    text-align: center;
  }
  
  .politica span{
    font-size: 15px;
    color:rgb(128,19,88) ;
  }

  @media screen and (max-width:992px) {

  
    .header__container{
	
		height: 120px;  
	   
	}

	.menu a{
		font-size: 15px;
		margin-right: 50px;
	
		}
		
		
	.header__container img{
        width: 25%;
        height: 100px;
		
       position:fixed;
        z-index: 100;
       
        padding: 0;
       align-items: center;
       margin-top: -55px;
       margin-left: -5px;
    }

    .politice{
        width: 100%;
    }
    .politice h2{
        margin-top: 30px;
        text-align: center;
        font-size: 20px;
    }
    
    .politice p{
        font-size: 20px;
        margin-top: 10px;
        justify-content: justify;
        margin-left: 20px;
    }
    
    hr{
      display: none;
    }
}