*{
    text-align: center;
    margin: auto;
}

#ContactoBanner{
    width: 550px;
    height: 90px;
    background: red;
    border-radius: 15px;
    margin-top: 40px;
    margin-right: 30px;
    float:right;
}

#ContactoBanner img {
    margin-top: 10px;
    margin-bottom: 1px;
    width: 550px;
}

#Contenido{
    background: black;
    color: white;
    alignment: center;
}
#Contenido h3{
    padding: 25px;
    font-size: 45px;
}

#Contenido h4{
    margin: 25px;
}

#Formulario{
    width: 25%;
 }

 #Formulario input{
     margin-top:10px;
     margin-bottom:10px ;
     width: 100%;
     border-radius: 15px;
     padding: 15px;
 }
 #Formulario textarea{
      margin-top: 10px;
      margin-bottom: 10px;
      width: 100%;
      border-radius: 15px;
      padding: 15px;
  }
 #Formulario button{
     background:linear-gradient(90deg, yellow, orangered);
 }

 #GoogleMaps iframe{
     width: 50%;
 }
