*{
    margin: 0 auto;
}
body{
    background-image: url("../imagenes/nosotros.jpg");
    background-size:100%;
    font-family: sans-serif;
    background-attachment: fixed;
}
/* ----- MENU ----- */
#menu{
    background-color: rgba(175, 46, 153, 0.644); 
}

li:hover{
    background-color: rgba(175, 46, 153, 0.822);
}

/*--- CUERPO ---*/
#cuerpo{
    width: 80%;
    position: relative;
    background-color: rgba(36, 37, 37, 0.644);
}
.gif{
    width: 100%;
    
}
.gif>img{
    padding-top:30px;
    margin-left: 20%;
    width: 60%;
}
.formulario{
    margin-left: 35%;
}
input{
    background-color: #fbfbfb; 
    width: 40%; 
    height: 40px; 
    border-radius: 5px;  
    border-style: solid; 
    border-width: 1px; 
    border-color: #ab4493; 
    margin-top: 10px;  
    padding-left: 10px;
    margin-bottom: 20px; 
  }
  
  
  textarea{
    background-color: #fbfbfb; 
    width: 40%; 
    height: 150px; 
    border-radius: 5px;  
    border-style: solid; 
    border-width: 1px; 
    border-color: #ab4493; 
    margin-top: 10px;  
    padding-left: 10px;
    margin-bottom: 20px; 
    padding-top: 15px; 
  }
  
  
  label{
    display: block; 
    float: center;  
  }
  
  h1{
    padding-top: 1%;
    padding-left: 5%;
    padding-bottom: 1%;
  }
  
  button{
    height: 45px; 
    padding-left: 5px;
    padding-right: 5px;   
    margin-bottom: 20px; 
    margin-top: 10px;   
    text-transform: uppercase;
    background-color: #ab4493; 
    border-color: #ab4493; 
    border-style: solid; 
    border-radius: 10px;  
    width: 420px;   
    cursor: pointer;
  }
  #enviar{
    width: 100px;
}
  
  
  button p{
    color: #fff; 
  }
  
  
  span{
    color: #ab4493; 
  }
  
  
  .aviso{
    font-size: 13px;  
    color: #0e0e0e;  
  }
  .mapouter iframe{
    position:relative;
    text-align:right;
    height:500px;
    width:80%;
  }
  .gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:500px;width:600px;
  }

#piePagina{
  background-color: rgba(175, 46, 153, 0.822);
}


@media screen and (max-width: 1030px) {
  #cuerpo{
      width: 95%;
      background-color: rgba(36, 37, 37, 0.644);
      color: rgb(15, 12, 12);
  } 
}

@media (max-width: 940px){
  #cuerpo{
      width: 90%;
      background-color: rgba(36, 37, 37, 0.644);
      color: rgb(15, 12, 12);
  }
}

@media (max-width: 890px){
  #cuerpo{
      width: 100%;
  }
  .mapouter iframe{
    position:relative;
    text-align:right;
    height:500px;
    width:400px;
    height: 400px;
  }
}

@media (max-width: 600px){  
  #cuerpo{
      width: 100%;
      background-color: rgba(36, 37, 37, 0.644);
      color: rgb(15, 12, 12);
  }
}