
.validacion{
  display:none;
  font-family:apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 20px;
  background-color: rgba(99, 99, 99, 0.5);
  width:100%;
  height:100%;
  text-align:center;
  position:absolute;
  z-index: 12000;
}
.v_active{
  display: flex;
}
.v_contenedor{
  padding: 20% 50% 100% 35%;
    box-sizing: border-box;
}
.v_fondo{
 padding:50px 50px 50px 50px ; 
 background-color:#C0E9FD;
}

.v_icon{
  font-size: 30px;
  color:#00E85F;

}
.v_text{
  width: 280px;

}
.c_body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c_datos {
  width: 450px;
  margin-left: 60px;
}

.c_title {
  font-family: apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  font-weight: 400;
  padding: 25px;
  font-size: 1.5rem;
  border-bottom: solid 2px #183E6B;
}

.c_tex {
  font-family: Open Sans,sans-serif;
  font-size: 1rem;
  margin-top: 15px;
}

.icon_color {
  color: #183E6B;
}

.c_direccion {
  font-family: Open Sans,sans-serif;
}

.c_form {
  margin-top: 15px;
  background-color: #C0E9FD;
  border-radius: 5px;
}

.form_c {
  width: calc(100% - 10px);
  margin: auto;
}

.f_title {
  font-family: apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  padding: 20px;
  font-size: 1.2rem;
  color: #0C2038;
}

.c_input {
  width: calc(100% - 20px);
  height: 38px;
  margin-bottom: 16px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  font-family: apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

.color {
  color: #0C2038;
}

.enviar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input_e {
  font-family: apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  color: #ffffff;
  background-color: #183E6B;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  border-style: none;
  cursor: pointer;
}

.text_w {
  height: 90px;
}

.maps {
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 10px;
  width: 90%;
  height: 880px;
}

.oficinas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  margin-bottom: 50px;
}

.m_b {
  margin-bottom: 20px;
}

.monterrey {
  margin: auto;
}

.mapa {
  width: 500px;
}

@media (max-width: 792px) {
  .c_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c_datos {
    width: 304px;
    margin-left: 20px;
  }
  .oficinas {
    display: block;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .maps {
    width: 94%;
    height: 400px;
  }
  .f_maps {
    width: 68%;
    height: 400px;
  }
  .monterrey {
    margin-left: 10px;
  }
  .guadala {
    margin-left: 10px;
  }
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

label {
  font-family:  apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
  /* Accessible outline */
  /* Remove comment to use */
  /*
		&:focus-within {
				outline: .125em solid $primary-color;
		}
	*/
}

label input {
  position: absolute;
  left: -9999px;
}

label input:checked + span {
  background-color: #d6d6e5;
}

label input:checked + span:before {
  -webkit-box-shadow: inset 0 0 0 0.4375em #00005c;
          box-shadow: inset 0 0 0 0.4375em #00005c;
}

label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

label span:hover {
  background-color: #d6d6e5;
}

label span:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-box-shadow: inset 0 0 0 0.125em #00005c;
          box-shadow: inset 0 0 0 0.125em #00005c;
}
/*# sourceMappingURL=contacto.css.map */