.menu9 {
  position: relative;
  display: inline-block;
  text-align: center;
}

.imgmenu9 {
  max-width: 100%;
}

.caja-con {
  position: absolute;
  z-index: 5;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 53%;
  top: 75%;
  left: 50%;
  background-color: #3C448D
}

.logo-1 {
  position: absolute;
  z-index: 6;
  width: 14%;
  left: 25%;
  top: 5%;
}

.colorb {
  color: #FFFFFF;
}

.texto-con1 {
  position: absolute;
  z-index: 6;
  top: 26%;
  left: 7%;
  font-family: LATO-BLACK_0;
  font-size: 85%;
  text-align: right;
}

.box {
  position: absolute;
  z-index: 6;
  width: 50%;
  top: 10%;
  left: 45%;
  background: none;
  text-align: center;
  ;
}

::placeholder {
  color: #3C448D;
  font-size: 60%;
}

:-webkit-input-placeholder {
  color: #3C448D;
  font-size: 60%;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #3C448D;
  font-size: 60%;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #3C448D;
  font-size: 60%;
}

:-ms-input-placeholder {
  color: #3C448D;
  font-size: 60%;
}

.box input[type="text"] {
  border: none;
  background: white;
  display: inline-block;
  margin: 5px;
  text-align: center;
  width: 85%;
  padding: 4px;
  transition: 0.25s
}

.box input[type="text"]:focus {
  width: 90%;
  border: 2px solid #;
  border-radius: 15px;
}

.box input[type="submit"] {
  border: none;
  background: #1D1E3F;
  text-align: center;
  width: 30%;
  padding: 2px;
  margin: 4px;
  transition: 0.25s;
  color: #FFFFFF;
}

.box input[type="submit"]:hover {
  border: solid #1D1E3F;
  background: #61C3D9;
  width: 33%;
  color: #000000;
}

.box textarea {
  border: none;
  background: white;
  display: inline-block;
  margin: 5px;
  text-align: center;
  width: 85%;
  padding: 4px;
  left: 20%;
  transition: 0.25s;
  box-sizing: border-box;
}

.box textarea:focus {
  width: 90%;
  border: 2px solid #;
  border-radius: 15px;
}

.ubicacion1 {
  position: absolute;
  height: 25px;
  z-index: 15;
  top: 36%;
  left: 37.5%;
}

.ubicaciont1 {
  position: absolute;
  font-family: sans-serif;
  font-size: 100%;
  top: 36%;
  left: 30%;
  color: white;
}

.wa1 {
  position: absolute;
  z-index: 15;
  height: 25px;
  top: 42%;
  left: 37.5%;
}

.wats1 {
  position: absolute;
  font-family: sans-serif;
  font-size: 100%;
  top: 42%;
  left: 31%;
  color: white;
}

.wats1:hover {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.correo1 {
  position: absolute;
  height: 25px;
  top: 48%;
  left: 37.5%;
}

.correot1 {
  position: absolute;
  font-family: sans-serif;
  font-size: 100%;
  top: 48%;
  left: 29.5%;
  color: white;
}

.correot1:hover {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

/*pagina de respuesta*/
.mensaje-exito {
  width: 100%;
  top: 40%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mensaje-exito h1 {
  font-size: 35px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.mensaje-exito a {
  display: block;
  padding: 10px 30px;
  background: #61C3D9;
  text-decoration: none;
  color: #fff;
}

.mensaje-exito a:hover {
  background: #26336E;
}

@media (max-width:340px) {
  .imgmenu9 {
    height: 400px;
    max-width: 200%;
    margin-left: -50%;
  }

  .caja-con {
    position: absolute;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 565px;
    top: 520px;
    left: 50vw;
    background-color: #3C448D
  }

  .logo-1 {
    position: absolute;
    z-index: 15;
    width: 200px;
    left: 20vw;
    top: 440px;
  }

  .box {
    position: absolute;
    z-index: 6;
    width: 90%;
    top: 30px;
    left: 5vw;
    background: none;
    text-align: center;
  }

  .box input[type="submit"] {
    border: none;
    background: #1D1E3F;
    text-align: center;
    width: 40%;
    padding: 4px;
    margin: 4px;
    transition: 0.25s;
    color: #FFFFFF;
  }

  .box input[type="submit"]:hover {
    border: solid #1D1E3F;
    background: #61C3D9;
    width: 42%;
    color: #000000;
  }

  .ubicacion1 {
    position: absolute;
    height: 25px;
    z-index: 15;
    top: 330px;
    left: 68vw;
  }

  .ubicaciont1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 330px;
    left: 23vw;
    color: white;
  }

  .wa1 {
    position: absolute;
    z-index: 15;
    height: 25px;
    top: 370px;
    left: 66vw;
  }

  .wats1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 370px;
    left: 26vw;
    color: white;
  }

  .wats1:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }

  .correo1 {
    position: absolute;
    height: 25px;
    top: 410px;
    left: 69vw;
  }

  .correot1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 410px;
    left: 24vw;
    color: white;
  }

  .correot1:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }
}

@media (max-width:380px)and (min-width:341px) {
  .imgmenu9 {
    height: 400px;
    max-width: 200%;
    margin-left: -50%;
  }

  .caja-con {
    position: absolute;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 565px;
    top: 520px;
    left: 50vw;
    background-color: #3C448D
  }

  .logo-1 {
    position: absolute;
    z-index: 15;
    width: 200px;
    left: 25vw;
    top: 440px;
  }

  .box {
    position: absolute;
    z-index: 6;
    width: 90%;
    top: 30px;
    left: 5vw;
    background: none;
    text-align: center;
  }

  .box input[type="submit"] {
    border: none;
    background: #1D1E3F;
    text-align: center;
    width: 40%;
    padding: 4px;
    margin: 4px;
    transition: 0.25s;
    color: #FFFFFF;
  }

  .box input[type="submit"]:hover {
    border: solid #1D1E3F;
    background: #61C3D9;
    width: 42%;
    color: #000000;
  }

  .ubicacion1 {
    position: absolute;
    height: 25px;
    z-index: 15;
    top: 330px;
    left: 65vw;
  }

  .ubicaciont1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 330px;
    left: 26vw;
    color: white;
  }

  .wa1 {
    position: absolute;
    z-index: 15;
    height: 25px;
    top: 370px;
    left: 63vw;
  }

  .wats1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 370px;
    left: 29vw;
    color: white;
  }

  .wats1:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }

  .correo1 {
    position: absolute;
    height: 25px;
    top: 410px;
    left: 66vw;
  }

  .correot1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 410px;
    left: 27vw;
    color: white;
  }

  .correot1:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }
}

@media (max-width:430px)and (min-width:381px) {
  .imgmenu9 {
    height: 400px;
    max-width: 200%;
    margin-left: -50%;
  }

  .caja-con {
    position: absolute;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 565px;
    top: 520px;
    left: 50vw;
    background-color: #3C448D
  }

  .logo-1 {
    position: absolute;
    z-index: 15;
    width: 200px;
    left: 25vw;
    top: 440px;
  }

  .box {
    position: absolute;
    z-index: 6;
    width: 90%;
    top: 30px;
    left: 5vw;
    background: none;
    text-align: center;
  }

  .box input[type="submit"] {
    border: none;
    background: #1D1E3F;
    text-align: center;
    width: 40%;
    padding: 4px;
    margin: 4px;
    transition: 0.25s;
    color: #FFFFFF;
  }

  .box input[type="submit"]:hover {
    border: solid #1D1E3F;
    background: #61C3D9;
    width: 42%;
    color: #000000;
  }

  .ubicacion1 {
    position: absolute;
    height: 25px;
    z-index: 15;
    top: 330px;
    left: 63vw;
  }

  .ubicaciont1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 330px;
    left: 32vw;
    color: white;
  }

  .wa1 {
    position: absolute;
    z-index: 15;
    height: 25px;
    top: 370px;
    left: 62vw;
  }

  .wats1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 370px;
    left: 33vw;
    color: white;
  }

  .wats1:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }

  .correo1 {
    position: absolute;
    height: 25px;
    top: 410px;
    left: 64vw;
  }

  .correot1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 410px;
    left: 31vw;
    color: white;
  }

  .correot1:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }
}

@media (max-width:770px)and (min-width:431px) {
  .imgmenu9 {
    height: 500px;
    max-width: 200%;
    margin-left: 0%;
  }

  .caja-con {
    position: absolute;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 565px;
    top: 600px;
    left: 50vw;
    background-color: #3C448D
  }

  .logo-1 {
    position: absolute;
    z-index: 15;
    width: 200px;
    left: 38vw;
    top: 440px;
  }

  .box {
    position: absolute;
    z-index: 6;
    width: 90%;
    top: 30px;
    left: 5vw;
    background: none;
    text-align: center;
  }

  .box input[type="submit"] {
    border: none;
    background: #1D1E3F;
    text-align: center;
    width: 40%;
    padding: 4px;
    margin: 4px;
    transition: 0.25s;
    color: #FFFFFF;
  }

  .box input[type="submit"]:hover {
    border: solid #1D1E3F;
    background: #61C3D9;
    width: 42%;
    color: #000000;
  }

  .ubicacion1 {
    position: absolute;
    height: 25px;
    z-index: 15;
    top: 330px;
    left: 58vw;
  }

  .ubicaciont1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 330px;
    left: 40vw;
    color: white;
  }

  .wa1 {
    position: absolute;
    z-index: 15;
    height: 25px;
    top: 370px;
    left: 57vw;
  }

  .wats1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 370px;
    left: 41vw;
    color: white;
  }

  .wats1:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }

  .correo1 {
    position: absolute;
    height: 25px;
    top: 410px;
    left: 60vw;
  }

  .correot1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 410px;
    left: 40vw;
    color: white;
  }

  .correot1:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }
}

@media (max-width:1030px)and (min-width:771px) {
  .imgmenu9 {
    height: 500px;
    width: 100%;
    margin-left: 0%;
  }

  .caja-con {
    position: absolute;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 565px;
    top: 570px;
    left: 50vw;
    background-color: #3C448D
  }

  .logo-1 {
    position: absolute;
    z-index: 15;
    width: 200px;
    left: 40vw;
    top: 440px;
  }

  .box {
    position: absolute;
    z-index: 6;
    width: 90%;
    top: 30px;
    left: 5vw;
    background: none;
    text-align: center;
  }

  .box input[type="submit"] {
    border: none;
    background: #1D1E3F;
    text-align: center;
    width: 40%;
    padding: 4px;
    margin: 4px;
    transition: 0.25s;
    color: #FFFFFF;
  }

  .box input[type="submit"]:hover {
    border: solid #1D1E3F;
    background: #61C3D9;
    width: 42%;
    color: #000000;
  }

  .ubicacion1 {
    position: absolute;
    height: 25px;
    z-index: 15;
    top: 330px;
    left: 55vw;
  }

  .ubicaciont1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 330px;
    left: 41vw;
    color: white;
  }

  .wa1 {
    position: absolute;
    z-index: 15;
    height: 25px;
    top: 370px;
    left: 54vw;
  }

  .wats1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 370px;
    left: 42vw;
    color: white;
  }

  .wats1:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }

  .correo1 {
    position: absolute;
    height: 25px;
    top: 410px;
    left: 56vw;
  }

  .correot1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 410px;
    left: 41vw;
    color: white;
  }

  .correot1:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }
}

@media (max-width:1300px)and (min-width:1031px) {
  .imgmenu9 {
    height: 720px;
    width: 100%;
    margin-left: 0%;
  }

  .menu9 {
    position: relative;
    display: inline-block;
    text-align: center;
  }

  .caja-con {
    position: absolute;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 400px;
    top: 500px;
    left: 50%;
    background-color: #3C448D
  }

  .logo-1 {
    position: absolute;
    z-index: 6;
    width: 200px;
    left: 25%;
    top: 5%;
  }

  .colorb {
    color: #FFFFFF;
  }

  .texto-con1 {
    position: absolute;
    z-index: 6;
    top: 26%;
    left: 7%;
    font-family: LATO-BLACK_0;
    font-size: 85%;
    text-align: right;
  }

  .box {
    position: absolute;
    z-index: 6;
    width: 50%;
    top: 10%;
    left: 45%;
    background: none;
    text-align: center;
    ;
  }

  ::placeholder {
    color: #3C448D;
    font-size: 60%;
  }

  :-webkit-input-placeholder {
    color: #3C448D;
    font-size: 60%;
  }

  :-moz-placeholder {
    /* Firefox 18- */
    color: #3C448D;
    font-size: 60%;
  }

  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #3C448D;
    font-size: 60%;
  }

  :-ms-input-placeholder {
    color: #3C448D;
    font-size: 60%;
  }

  .box input[type="text"] {
    border: none;
    background: white;
    display: inline-block;
    margin: 5px;
    text-align: center;
    width: 85%;
    padding: 4px;
    transition: 0.25s
  }

  .box input[type="text"]:focus {
    width: 90%;
    border: 2px solid #;
    border-radius: 15px;
  }

  .box input[type="submit"] {
    border: none;
    background: #1D1E3F;
    text-align: center;
    width: 30%;
    padding: 2px;
    margin: 4px;
    transition: 0.25s;
    color: #FFFFFF;
  }

  .box input[type="submit"]:hover {
    border: solid #1D1E3F;
    background: #61C3D9;
    width: 33%;
    color: #000000;
  }

  .box textarea {
    border: none;
    background: white;
    display: inline-block;
    margin: 5px;
    text-align: center;
    width: 85%;
    padding: 4px;
    left: 20%;
    transition: 0.25s;
    box-sizing: border-box;
  }

  .box textarea:focus {
    width: 90%;
    border: 2px solid #;
    border-radius: 15px;
  }

  .ubicacion1 {
    position: absolute;
    height: 25px;
    z-index: 15;
    top: 130px;
    left: 39vw;
  }

  .ubicaciont1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 135px;
    left: 28vw;
    color: white;
  }

  .wa1 {
    position: absolute;
    z-index: 15;
    height: 25px;
    top: 160px;
    left: 39vw;
  }

  .wats1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 163px;
    left: 29vw;
    color: white;
  }

  .wats1:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }

  .correo1 {
    position: absolute;
    height: 25px;
    top: 190px;
    left: 39vw;
  }

  .correot1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 190px;
    left: 28vw;
    color: white;
  }

  .correot1:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }
}

@media (max-width:1380px)and (min-width:1301px) {
  .imgmenu9 {
    height: 770px;
    width: 100%;
    margin-left: 0%;
  }

  .menu9 {
    position: relative;
    display: inline-block;
    text-align: center;
  }

  .caja-con {
    position: absolute;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 400px;
    top: 500px;
    left: 50%;
    background-color: #3C448D
  }

  .logo-1 {
    position: absolute;
    z-index: 6;
    width: 200px;
    left: 25%;
    top: 5%;
  }

  .colorb {
    color: #FFFFFF;
  }

  .texto-con1 {
    position: absolute;
    z-index: 6;
    top: 26%;
    left: 7%;
    font-family: LATO-BLACK_0;
    font-size: 85%;
    text-align: right;
  }

  .box {
    position: absolute;
    z-index: 6;
    width: 50%;
    top: 10%;
    left: 45%;
    background: none;
    text-align: center;
    ;
  }

  ::placeholder {
    color: #3C448D;
    font-size: 60%;
  }

  :-webkit-input-placeholder {
    color: #3C448D;
    font-size: 60%;
  }

  :-moz-placeholder {
    /* Firefox 18- */
    color: #3C448D;
    font-size: 60%;
  }

  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #3C448D;
    font-size: 60%;
  }

  :-ms-input-placeholder {
    color: #3C448D;
    font-size: 60%;
  }

  .box input[type="text"] {
    border: none;
    background: white;
    display: inline-block;
    margin: 5px;
    text-align: center;
    width: 85%;
    padding: 4px;
    transition: 0.25s
  }

  .box input[type="text"]:focus {
    width: 90%;
    border: 2px solid #;
    border-radius: 15px;
  }

  .box input[type="submit"] {
    border: none;
    background: #1D1E3F;
    text-align: center;
    width: 30%;
    padding: 2px;
    margin: 4px;
    transition: 0.25s;
    color: #FFFFFF;
  }

  .box input[type="submit"]:hover {
    border: solid #1D1E3F;
    background: #61C3D9;
    width: 33%;
    color: #000000;
  }

  .box textarea {
    border: none;
    background: white;
    display: inline-block;
    margin: 5px;
    text-align: center;
    width: 85%;
    padding: 4px;
    left: 20%;
    transition: 0.25s;
    box-sizing: border-box;
  }

  .box textarea:focus {
    width: 90%;
    border: 2px solid #;
    border-radius: 15px;
  }

  .ubicacion1 {
    position: absolute;
    height: 25px;
    z-index: 15;
    top: 130px;
    left: 39vw;
  }

  .ubicaciont1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 135px;
    left: 28vw;
    color: white;
  }

  .wa1 {
    position: absolute;
    z-index: 15;
    height: 25px;
    top: 160px;
    left: 39vw;
  }

  .wats1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 163px;
    left: 29vw;
    color: white;
  }

  .wats1:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }

  .correo1 {
    position: absolute;
    height: 25px;
    top: 190px;
    left: 39vw;
  }

  .correot1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 190px;
    left: 28vw;
    color: white;
  }

  .correot1:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }
}

@media (max-width:1480px)and (min-width:1381px) {
  .imgmenu9 {
    height: 900px;
    width: 100%;
    margin-left: 0%;
  }

  .menu9 {
    position: relative;
    display: inline-block;
    text-align: center;
  }

  .caja-con {
    position: absolute;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 400px;
    top: 690px;
    left: 50%;
    background-color: #3C448D
  }

  .logo-1 {
    position: absolute;
    z-index: 6;
    width: 220px;
    left: 25%;
    top: 5%;
  }

  .colorb {
    color: #FFFFFF;
  }

  .texto-con1 {
    position: absolute;
    z-index: 6;
    top: 26%;
    left: 7%;
    font-family: LATO-BLACK_0;
    font-size: 85%;
    text-align: right;
  }

  .box {
    position: absolute;
    z-index: 6;
    width: 50%;
    top: 10%;
    left: 45%;
    background: none;
    text-align: center;
    ;
  }

  ::placeholder {
    color: #3C448D;
    font-size: 60%;
  }

  :-webkit-input-placeholder {
    color: #3C448D;
    font-size: 60%;
  }

  :-moz-placeholder {
    /* Firefox 18- */
    color: #3C448D;
    font-size: 60%;
  }

  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #3C448D;
    font-size: 60%;
  }

  :-ms-input-placeholder {
    color: #3C448D;
    font-size: 60%;
  }

  .box input[type="text"] {
    border: none;
    background: white;
    display: inline-block;
    margin: 5px;
    text-align: center;
    width: 85%;
    padding: 4px;
    transition: 0.25s
  }

  .box input[type="text"]:focus {
    width: 90%;
    border: 2px solid #;
    border-radius: 15px;
  }

  .box input[type="submit"] {
    border: none;
    background: #1D1E3F;
    text-align: center;
    width: 30%;
    padding: 2px;
    margin: 4px;
    transition: 0.25s;
    color: #FFFFFF;
  }

  .box input[type="submit"]:hover {
    border: solid #1D1E3F;
    background: #61C3D9;
    width: 33%;
    color: #000000;
  }

  .box textarea {
    border: none;
    background: white;
    display: inline-block;
    margin: 5px;
    text-align: center;
    width: 85%;
    padding: 4px;
    left: 20%;
    transition: 0.25s;
    box-sizing: border-box;
  }

  .box textarea:focus {
    width: 90%;
    border: 2px solid #;
    border-radius: 15px;
  }

  .ubicacion1 {
    position: absolute;
    height: 25px;
    z-index: 15;
    top: 130px;
    left: 39vw;
  }

  .ubicaciont1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 135px;
    left: 28vw;
    color: white;
  }

  .wa1 {
    position: absolute;
    z-index: 15;
    height: 25px;
    top: 160px;
    left: 39vw;
  }

  .wats1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 163px;
    left: 29vw;
    color: white;
  }

  .wats1:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }

  .correo1 {
    position: absolute;
    height: 25px;
    top: 190px;
    left: 39vw;
  }

  .correot1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    top: 190px;
    left: 28vw;
    color: white;
  }

  .correot1:hover {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }
}
