/* Contacto */
#contacto {
  width: 100%;
  height: auto;
  padding: 150px 10% 75px 10%;
  position: relative;
  transition: all .3s ease;
}
#contacto::after {
  content: "";
  width: 36%;
  height: 19%;
  background: #eeeeee;
  background-color: #eeeeee;
  position: absolute;
  bottom: 0;
  right: 0;
}
.contactoHeader {
  width: 100%;
  height: auto;
  padding: 25px 0 5px 0;
  text-align: right;
  transition: all .3s ease;
}
.contactoHeader h1 {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: normal;
  color: #000000;
  font-size: 50px;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}
.contactoHeader h1 span {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
}

.contactoSubHeader {
  width: 100%;
  height: auto;
  padding: 0 0 0 15px;
  text-align: left;
  transition: all .3s ease;
}
.contactoSubHeader h1 {
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  color: #c2d567;
  font-size: 22px;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.contactoContainer {
  width: 100%;
  height: auto;
  padding: 20px 0 0 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all .3s ease;
}

#formularioContacto {
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}

.txtFormContacto {
  border-bottom: 2px solid #4c4c4b!important;
  transition: all .3s ease;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 2px solid #b6d033!important;
  -webkit-box-shadow: 0 2px 0 0 #b6d033;
  box-shadow: 0 2px 0 0 #b6d033;
}

.txtAreaContacto {
  padding: .8rem 0 1.6rem 15px!important;
  border: 2px solid #4c4c4b!important;
  min-height: 28rem!important;
  background: #ffffff!important;
  background-color: #ffffff!important;
  transition: all .3s ease;
}

textarea.materialize-textarea:focus:not([readonly]) {
  border: 2px solid #b6d033!important;
  -webkit-box-shadow: 0 2px 0 0 #b6d033;
  box-shadow: 0 2px 0 0 #b6d033;
}

::placeholder {
  font-family: 'Circular Std';
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 4px;
  color: #4c4c4b;
}

.btnFormulario {
  font-family: 'Circular Std';
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  background: #b6d033!important;
  background-color: #b6d033!important;
  color: #ffffff!important;
  position: relative;
  right: -20px;
}

.caja-img {
  max-width: 20%;
  height: auto;
  position: absolute;
  top: 50px;
  right: 19%;
  margin: auto;
  z-index: 2;
}

.cruz-img {
  max-width: 44%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

#contacto_footer {
  width: 100%;
  height: 100%;
  padding: 0 10% 0 10%;
  position: relative;
  transition: all .3s ease;
}
#contacto_footer::after {
  content: "";
  width: 36%;
  height: 100%;
  background: #eeeeee;
  background-color: #eeeeee;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all .3s ease;
}
.contactoTitle {
  width: 100%;
  height: auto;
  text-align: right;
  padding: 0 50% 25px 0;
  transition: all .3s ease;
}
.contactoTitle h1 {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: normal;
  color: #000000;
  padding: 0 0 0 0!important;
  margin: -55px 0 0 0!important;
  position: relative;
  transition: all .3s ease;
}
.contactoTitle h1::after {
  content: "";
  width: 49%;
  height: 4px;
  background: #000000;
  background-color: #000000;
  position: absolute;
  bottom: 5px;
  left: 33%;
}
.contactoTitle h2 {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: normal;
  color: #000000;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  position: relative;
  transition: all .3s ease;
}
.mapaContainer {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  position: relative;
  z-index: 1;
  transition: all .3s ease;
}

.contactoMapa {
  width: 70%;
  height: 66vh;
  float: left;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.46);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.46);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.46);
  transition: all .3s ease;
}
.contactoInfo {
  width: 30%;
  height: 66vh;
  padding: 150px 0 0 5%;
  float: left;
  transition: all .3s ease;
}

.contactoInfoHeader {
  width: 100%;
  height: auto;
  padding: 0 0 25px 0;
  text-align: left;
  transition: all .3s ease;
}
.contactoInfoHeader h1 {
  font-family: 'Open Sans';
  font-weight: bold;
  font-style: normal;
  font-size: 45px;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  color: #908f8f;
  transition: all .3s ease;
}

.contactoInfoBody {
  width: 100%;
  height: auto;
  padding: 0 0 25px 0;
  text-align: left;
  position: relative;
  transition: all .3s ease;
}
.contactoInfoBody::after {
  content: "";
  width: 35%;
  height: 2px;
  background: #908f8f;
  background-color: #908f8f;
  position: absolute;
  bottom: 10px;
  left: 0;
  transition: all .3s ease;
}
.contactoInfoBody p {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #908f8f;
  transition: all .3s ease;
}

.contactoInfoFooter {
  width: 100%;
  height: auto;
  padding: 3px 0 0 0;
  text-align: left;
  position: relative;
  transition: all .3s ease;
}
.contactoInfoFooter p {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #908f8f;
  transition: all .3s ease;
}
.contactoSpace {
  width: 100%;
  height: 5vh;
  display: none;
}
/*  */
