/*-------------------------------- E L L I P S I S ---------------------------------*/
/*

@mixin ()
{
	-webkit-: ;
	   -moz-: ;
	    -ms-: ;
	     -o-: ;
			: ;
}
*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
}

#page-wrapper {
  width: 640px;
  background: #FFFFFF;
  padding: 1em;
  margin: 1em auto;
  border-top: 5px solid #69c773;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

h1 {
  margin-top: 0;
}

.field {
  -webkit-text-align: left;
  text-align: left;
  margin: 1em 0;
}

.send-form {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-text-align: center;
  text-align: center;
  display: flex;
}

.send-form input.boton {
  width: 30%;
  background: #2d3755;
  color: #fff;
}

label {
  color: #000;
}

input {
  width: 100%;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

input.button {
  width: 100px;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

button {
  display: inline-block;
  border-radius: 3px;
  border: none;
  font-size: 0.9rem;
  padding: 0.5rem 0.8em;
  background: #69c773;
  border-bottom: 1px solid #498b50;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0;
  width: 100%;
  text-align: center;
}

button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer;
}

button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.frmContact div label {
  margin-left: 5px;
}

.demoInputBox {
  padding: 10px;
  border: #999 1px solid;
  border-radius: 4px;
}

.info {
  font-size: .8em;
  color: #FF6600;
  letter-spacing: 2px;
  padding-left: 5px;
}

.last-section-contact img {
  width: 100%;
  height: 100%;
}

.right-pos-cont {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 8%;
  margin-bottom: 5%;
  font-size: 18px !important;
  padding: 0.01em 16px;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.title-contact img {
  width: 100%;
  height: 100%;
}

.body-contact {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}

.content-body-contact {
  width: 80%;
}

.content-body-contact a {
  font-size: 24px;
  font-weight: bold;
}

.subtitle-contact {
  -webkit-align-items: center;
  align-items: center;
  -webkit-text-align: center;
  text-align: center;
  display: flex;
}

.s2-contact {
  -webkit-align-items: center;
  align-items: center;
  margin-top: 15px;
}

.text-contact {
  width: 50%;
  padding: 10px;
  margin-right: 25px;
}

.text-contact p {
  -webkit-text-align: justify;
  text-align: justify;
}

.image-contact {
  margin: auto;
}

.image-contact img {
  width: 100%;
}

.call-contact {
  width: 100%;
  margin: 25px 0;
}

.call-contact img {
  width: 100%;
  height: 100%;
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (max-width: 1212px) {
  .text-contact {
    width: 100%;
  }
}
