
/* mPopup box style */



.square {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  height: auto;
  background-color: #ffffff;
  margin: 0px 20px 20px 0px;
  position: fixed;
  border: 1px solid #ee7626;
  padding: 12px 20px 10px 20px;
}

#element1 {
  left: 115px;
}

#element2 {
  left: 222px;
}

#element3 {
  left: 330px;
}

.mpopup-main {padding: 0px;}
.mpopup-main input[type="text"]{
    width: 100%;
    padding: 15px 0px 20px 10px;
    height: 25px;
    font-size: 15px;
    border: 1px solid #D6D6D6;
}
.mpopup-main input[type="submit"]{
    padding: 5px;
    font-size: 15px;
    background-color: #ee7626;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
}
.newsletter-boton2{
    padding: 5px;
    font-size: 15px;
    background-color: #ee7626;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    width:100%;
    margin-bottom:10px;
}
.newsletter-boton2:hover{
    color:#ffffff;
    background-color: #C6C6C6;
}

.mpopup-div {
    padding: 0px;
}

.mpopup-titulo {
    font-size: 22px;
    line-height: 23px;
}

.mpopup-texto {
    font-size: 15px;
    line-height: 16px;
}

.mpopup-foot {
    padding: 0px;
    color: #383838;
    font-size: 12px;
    line-height: 12px;
    margin-top: 30px;
}