body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: auto;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  -webkit-backface-visibility: hidden;
  font-size: 16px;
  background-color: rgb(20,20,20);
}#conteiner-contacto {
  width: 100%;
  height: auto;
  /*background: linear-gradient(rgba(15, 15, 15, 0.67), rgba(15, 15, 15, 0.67)),
    url(./imgs/fondos/vaca/cambiotop.jpg) no-repeat center/cover;
  background-attachment: fixed;
  */
  
  display: block;
  color: white;
  position: absolute;
}#contenedor_contenido_contacto {
  margin: 0 auto;
  width: 90%;
  height: 80.7vh;
  display: flex;
  flex-direction: row-reverse;
}#area-contacto-izquierda {
  padding: 15px 0;
  width: 50%;
  margin: 0 auto;
  font-family: "Quicksand", sans-serif;
  color: white;
  font-size: 1.125rem;
}
input[type="text"] {
  width: 100%;
  padding: 0.313rem 1.25rem;
  margin: 0 auto;
  display: flex;
  border: 2px solid rgb(236, 231, 81);
  border-radius: 40px;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
}
input[type="tel"] {
  width: 100%;
  padding: 0.313rem 1.25rem;
  margin: 0 auto;
  display: flex;
  border: 2px solid rgb(236, 231, 81);
  border-radius: 40px;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
}
textarea[name="mensaje"] {
  padding: 0.313rem 1.25rem;
  margin: 0 auto;
  display: flex;
  border: 2px solid rgb(236, 231, 81);
  border-radius: 40px;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 100%;
  max-height: 4.375rem;
  min-height: 4.375rem;
  font-family: "Quicksand", sans-serif;
}
button[type="submit"] {
  width: 80%;
  padding: 0.313rem 1.25rem;
  margin: 0.555rem auto;
  display: flow-root;
  border-top: 2px solid rgb(255, 231, 10);
  border-bottom: 2px solid rgb(255, 231, 10);
  border-radius: 40px;
  box-sizing: border-box;
  background-color: rgb(15, 15, 15);
  color: rgb(236, 231, 81);
  cursor: pointer;
  font-family: "Quicksand", sans-serif;
}
button[type="submit"]:hover {
  background-color: rgb(7, 7, 7);
  color: white;
  border-top: 2px solid rgb(245, 245, 245);
  border-bottom: 2px solid rgb(245, 245, 245);
  font-family: "Quicksand", sans-serif;
}.trampa{
    display: none;
}
#area-contacto-derecha {
  width: 35%;
  margin: 0 auto;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
}#urgente{
    display: none;
}
#area-contacto-derecha a {
  font-size: 1rem;
  text-decoration: none;
  color: rgb(236, 231, 81);
}
#ultimofoot-izq {
  align-content: center;
  width: 60%;
  margin: auto;
  display: flex;
  flex: row;
}
#ultimofoot-izq p,
a {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  text-decoration: none;
}
#ultimofoot-der {
  width: 15%;
  margin: auto;
}

/* --------- ENVIAR VACANTES ------- */

#contenedor_pantalla_vacantes {
  width: 100%;
  height: auto;
  /*background: linear-gradient(rgba(15, 15, 15, 0.67), rgba(15, 15, 15, 0.67)),
    url(./imgs/fondos/vaca/cambiotop.jpg) no-repeat center/cover;
  background-attachment: fixed; */
  background-color: rgb(15,15,15);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
#contenedor_contenedores_vacantes {
  width: 95%;
  height: 78.7vh;
  margin: auto auto;
  display: flex;
  flex-direction: row;
}
#container_privacidad {
  width: 35%;
  margin: 0 auto;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
#container_privacidad * {
  text-decoration: none;
}
#container_form {
  padding: 0.938rem 1.25rem;
  width: 50%;
  margin: 0 auto;
  font-family: "Quicksand", sans-serif;
  color: white;
  font-size: 1.125rem;
}
#container_aviso {
  width: 40%;
  text-align: justify;
  font-size: 0.938rem;
  font-family: "Quicksand", sans-serif;
  color: rgb(236, 231, 81);
  padding: 0.438rem 0.75rem;
}
input[class="elementos_vacantes"] {
  border: 2px solid rgb(255, 231, 10);
  width: 100%;
  border-radius: 40px;
  margin: 0.125rem auto;
  font-family: "Quicksand", sans-serif;
}
select[class="elementos_vacantes"] {
  border-top: 2px solid rgb(255, 231, 10);
  border-radius: 40px;
  width: 100%;
  margin: 0.125rem auto;
  padding: 0.313rem 0.75rem;
  font-family: "Quicksand", sans-serif;
}
input[name="submit"] {
  font-family: "Quicksand", sans-serif;
  width: 100%;
  margin: 1.563rem auto;
  padding: 0.313rem 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.813rem;
  background: rgb(10, 10, 10);
  color: rgb(236, 231, 81);
  border-radius: 40px;
}
input[name="submit"]:hover {
  font-family: "Quicksand", sans-serif;
  width: 100%;
  margin: 1.563rem auto;
  padding: 0.313rem 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.813rem;
  background: rgb(10, 10, 10);
  color: rgb(255, 255, 255);
  border-radius: 40px;
}
input[type="file"] {
  color: rgb(236, 231, 81);
  margin: 0.125rem solid;
  border-top: 0.125rem solid rgb(255, 231, 10);
  border-bottom: 0.125rem solid rgb(255, 231, 10);
  width: 100%;
  border-radius: 40px;
  font-family: "Quicksand", sans-serif;
}

/* ---- GENERAL FOOTER ---- */
.footer_secc {
  width: 100%;
  height: 21vh;
  display: flex;
  flex-direction: row;
  background-color: rgb(7, 7, 7);
  justify-content: center;
  border-top: 2px solid rgb(255, 231, 10);
}
.grupo-elementos-footer {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: auto;
  margin-bottom: auto;
  align-content: center;
}
/* -------------------- MODAL ----------- */

.modal-background {
  font-family: "Quicksand", sans-serif;
  background-color: rgba(87, 87, 87, 0.3);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}.show{
  opacity: 1 !important;
  z-index: 9999;
}.contenedor-modal {
  width: 80%;
  height: auto;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: rgb(35,35,35);
  box-shadow: 0 0 6px 6px rgba(10, 10, 10, .4);
  border: 2px solid rgb(255,236,10);
}#modal-content{
  position: relative;
  padding-top: 50px;
}#modal-content #cerrar{
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid rgb(255,236,10);
  border-radius: 20px;
  color: rgb(255,236,10);
  text-align: center;
  cursor: pointer;
  transition: .1s;
  width: 17px;
  height: 17px;
}#modal-content #cerrar:hover{
  border: 2px solid rgb(255,236,10);
}#modal-content p{
  text-align: justify;
  color: rgb(236,231, 81);
  padding: 0 20px;
  font-weight: 600;
  font-size: .9rem;
}#modal-content h2{
  text-align: center;
  color: rgb(255,236,10);
  border-bottom: 2px solid rgb(255,236,10);
  margin: 0;
  padding: 0;
  font-weight: 800;
}

/* --------------------------------------------- responsive ---------------------------------------------- */
/* --------------------------------------------- responsive ---------------------------------------------- */
/* --------------------------------------------- responsive ---------------------------------------------- */
/* --------------------------------------------- responsive ---------------------------------------------- */
/* --------------------------------------------- responsive ---------------------------------------------- */
/*----------------------------------- MOVIL PEQUEÑO Y MEDIO PEQUEÑO estándar- -----------------------------*/

@media only screen and ( min-width: 0px ) and ( max-width: 414px ) and ( min-height: 0px) and ( max-height: 740px ){
  body {
    font-size: 8px;
    height: auto;
  }
  #contenedor_contenido_contacto {
    margin: 0 auto;
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  #area-contacto-izquierda {
    padding: 0.444rem 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-family: "Quicksand", sans-serif;
    color: white;
    font-size: 18px;
    display: block;
  }
  #area-contacto-derecha {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0;
    text-align: justify;
    font-size: 18px;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    color: rgb(255, 255, 255);
    display: block;
    align-items: center;
  }
  #area-contacto-derecha h4 {
    margin: 0 auto;
    text-align: start;
  }
  input[type="text"] {
    width: 100%;
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
  }
  input[type="tel"] {
    width: 100%;
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
  }
  textarea[name="mensaje"] {
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
    max-height: 3.375rem;
    min-height: 3.375rem;
    font-family: "Quicksand", sans-serif;
  }
  button[type="button"] {
    width: 80%;
    padding: 0.111rem 1.25rem;
    margin: 0.555rem auto;
    display: flow-root;
    border-top: 1px solid rgb(255, 231, 10);
    border-bottom: 1px solid rgb(255, 231, 10);
    border-radius: 40px;
    box-sizing: border-box;
    background-color: rgb(15, 15, 15);
    color: rgb(236, 231, 81);
    cursor: pointer;
    font-family: "Quicksand", sans-serif;
    font-size: 0.444rem;
  }
  button[type="button"]:hover {
    background-color: rgb(7, 7, 7);
    color: white;
    border-top: 1px solid rgb(245, 245, 245);
    border-bottom: 1px solid rgb(245, 245, 245);
    font-family: "Quicksand", sans-serif;
  }
  /*-----------Footer--------------*/
  .footer_secc {
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: row;
    background-color: rgb(7, 7, 7);
    justify-content: center;
    border-top: 2px solid rgb(255, 231, 10);
  }
/*---------- modal ----------- */
.modal-background {
  font-family: "Quicksand", sans-serif;
  background-color: rgba(87, 87, 87, 0.3);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}.show{
  opacity: 1 !important;
  z-index: 9999;
}.contenedor-modal {
  width: 95%;
  height: auto;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: rgb(35,35,35);
  box-shadow: 0 0 6px 6px rgba(10, 10, 10, .4);
  border: 2px solid rgb(255,236,10);
}#modal-content{
  position: relative;
}#modal-content #cerrar{
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid rgb(255,236,10);
  border-radius: 20px;
  color: rgb(255,236,10);
  text-align: center;
  cursor: pointer;
  transition: .1s;
  width: 17px;
  height: 17px;
}#modal-content #cerrar:hover{
  border: 2px solid rgb(255,236,10);
}#modal-content p{
  text-align: justify;
  color: rgb(236,231, 81);
  padding: 0 20px;
  font-weight: 600;
  font-size: .7rem;
}#modal-content h2{
  text-align: center;
  color: rgb(255,236,10);
  border-bottom: 2px solid rgb(255,236,10);
  margin: 0;
  padding: 0;
  font-weight: 800;
  align-content: center;
  justify-content: center;
}
/*--------vacantes- vertical-------*/
#contenedor_pantalla_vacantes {
  width: 100%;
  height: auto;
  background: linear-gradient(rgba(15, 15, 15, 0.67), rgba(15, 15, 15, 0.67)),
    url(./imgs/fondos/vaca/cambiotop.jpg) no-repeat center/cover;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
#contenedor_contenedores_vacantes {
  width: 95%;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#container_privacidad {
  width: 100%;
  margin: 0 auto;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
  text-align: justify;
  font-size: .9rem;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  text-decoration: none;
  color: rgb(255, 255, 255);
  display: block;
  box-sizing: border-box;
}
#container_privacidad * {
  text-decoration: none;
}
#container_form {
  padding: 0.938rem 1.25rem;
  width: 100%;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  color: white;
  font-size: 1rem;
  box-sizing: border-box;
}
input[class="elementos_vacantes"] {
  border: 2px solid rgb(255, 231, 10);
  width: 100%;
  border-radius: 40px;
  margin: 0.125rem auto;
  font-family: "Quicksand", sans-serif;
}
select[class="elementos_vacantes"] {
  border-top: 2px solid rgb(255, 231, 10);
  border-radius: 40px;
  width: 100%;
  margin: 0.125rem auto;
  padding: 0.313rem 0.75rem;
  font-family: "Quicksand", sans-serif;
}
input[name="submit"] {
  font-family: "Quicksand", sans-serif;
  width: 100%;
  margin: 1.563rem auto;
  padding: 0.313rem 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.713rem;
  background: rgb(10, 10, 10);
  color: rgb(236, 231, 81);
  border-radius: 40px;
}
input[name="submit"]:hover {
  font-family: "Quicksand", sans-serif;
  width: 100%;
  margin: 1.563rem auto;
  padding: 0.313rem 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.713rem;
  background: rgb(10, 10, 10);
  color: rgb(255, 255, 255);
  border-radius: 40px;
}
input[type="file"] {
  color: rgb(236, 231, 81);
  margin: 0.125rem solid;
  border-top: 0.125rem solid rgb(255, 231, 10);
  border-bottom: 0.125rem solid rgb(255, 231, 10);
  width: 100%;
  border-radius: 40px;
  font-family: "Quicksand", sans-serif;
}
}

@media only screen and ( min-width: 361px ) and ( max-width: 740px ) and ( min-height: 0px) and ( max-height: 414px) and (orientation: landscape){
  body {
    font-size: 8px;
    height: auto;
  }
  #contenedor_contenido_contacto {
    margin: 0 auto;
    width: 95%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
  }
  #area-contacto-izquierda {
    padding: 0.444rem 0;
    width: 40%;
    margin: 0 auto;
    font-family: "Quicksand", sans-serif;
    color: white;
    font-size: .9rem;
    display: block;
  }
  #area-contacto-derecha {
    width: 45%;
    margin: 10px auto;
    padding: 0;
    text-align: start;
    font-size: .9rem;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    color: rgb(255, 255, 255);
    display: block;
    align-items: center;
  }
  #area-contacto-derecha h4 {
    margin: 0 auto;
    text-align: start;
  }
  input[type="text"] {
    width: 100%;
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
  }
  input[type="tel"] {
    width: 100%;
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
  }
  textarea[name="mensaje"] {
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
    max-height: 3.375rem;
    min-height: 3.375rem;
    font-family: "Quicksand", sans-serif;
  }
  button[type="submit"] {
    width: 100%;
    padding: 0.111rem 1.25rem;
    margin: 0.555rem auto;
    display: flow-root;
    border-top: 1px solid rgb(255, 231, 10);
    border-bottom: 1px solid rgb(255, 231, 10);
    border-radius: 40px;
    box-sizing: border-box;
    background-color: rgb(15, 15, 15);
    color: rgb(236, 231, 81);
    cursor: pointer;
    font-family: "Quicksand", sans-serif;
    font-size: 0.844rem;
  }
  button[type="submit"]:hover {
    background-color: rgb(7, 7, 7);
    color: white;
    border-top: 1px solid rgb(245, 245, 245);
    border-bottom: 1px solid rgb(245, 245, 245);
    font-family: "Quicksand", sans-serif;
  }
  /*-----------Footer--------------*/
  .footer_secc {
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: row;
    background-color: rgb(7, 7, 7);
    justify-content: center;
    border-top: 2px solid rgb(255, 231, 10);
  }.imgmov{
      width: 28px;
      height: 28px;
      margin: 0;
      padding: 0;
  }.footer_secc > a{
      margin: 0;
      padding: 0;
  }
/*---------- modal ----------- */
.modal-background {
  font-family: "Quicksand", sans-serif;
  background-color: rgba(87, 87, 87, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}.show{
  opacity: 1 !important;
  z-index: 9999;
}.contenedor-modal {
  width: 95%;
  height: 95vh;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: rgb(35,35,35);
  box-shadow: 0 0 6px 6px rgba(10, 10, 10, .4);
  border: 2px solid rgb(255,236,10);
}#modal-content{
  position: relative;
}#modal-content *{
 margin: 0;
 padding: 0;
 }#modal-content #cerrar{
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid rgb(255,236,10);
  border-radius: 20px;
  color: rgb(255,236,10);
  text-align: center;
  cursor: pointer;
  transition: .1s;
  width: 17px;
  height: 17px;
}#modal-content #cerrar:hover{
  border: 2px solid rgb(255,236,10);
}#modal-content p{
  text-align: justify;
  color: rgb(236,231, 81);
  padding: 0 20px;
  font-weight: 500;
  font-size: .75rem;
}#modal-content h2{
  text-align: center;
  color: rgb(255,236,10);
  border-bottom: 2px solid rgb(255,236,10);
  margin: 0;
  padding: 0;
  font-weight: 800;
}
/* ---------------------- vacantes horizontal ----------------- */
#contenedor_pantalla_vacantes {
  width: 100%;
  height: auto;
  background: linear-gradient(rgba(15, 15, 15, 0.67), rgba(15, 15, 15, 0.67)),
    url(./imgs/fondos/vaca/cambiotop.jpg) no-repeat center/cover;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
}
#contenedor_contenedores_vacantes {
  width: 95%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
#container_privacidad {
  width: 50%;
  margin: 0;
  padding-left: 0.38rem;
  padding-right: 0.38rem;
  text-align: justify;
  font-size: .8rem;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  text-decoration: none;
  color: rgb(255, 255, 255);
  display: block;
  box-sizing: border-box;
}
#container_privacidad * {
  text-decoration: none;
}
#container_form {
  padding: 0.938rem 1.25rem;
  width: 50%;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  color: white;
  font-size: 1rem;
  box-sizing: border-box;
}
input[class="elementos_vacantes"] {
  border: 2px solid rgb(255, 231, 10);
  width: 100%;
  border-radius: 40px;
  margin: 0.125rem auto;
  font-family: "Quicksand", sans-serif;
}
select[class="elementos_vacantes"] {
  border-top: 2px solid rgb(255, 231, 10);
  border-radius: 40px;
  width: 100%;
  margin: 0.125rem auto;
  padding: 0.313rem 0.75rem;
  font-family: "Quicksand", sans-serif;
}
input[name="submit"] {
  font-family: "Quicksand", sans-serif;
  width: 100%;
  margin: 1.563rem auto;
  padding: 0.313rem 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.513rem;
  background: rgb(10, 10, 10);
  color: rgb(236, 231, 81);
  border-radius: 40px;
}
input[name="submit"]:hover {
  font-family: "Quicksand", sans-serif;
  font-size: 0.513rem;
  width: 100%;
  margin: 1.563rem auto;
  padding: 0.313rem 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  background: rgb(10, 10, 10);
  color: rgb(255, 255, 255);
  border-radius: 40px;
}
input[type="file"] {
  color: rgb(236, 231, 81);
  margin: 0.125rem solid;
  border-top: 0.125rem solid rgb(255, 231, 10);
  border-bottom: 0.125rem solid rgb(255, 231, 10);
  width: 100%;
  border-radius: 40px;
  font-family: "Quicksand", sans-serif;
}
}

/*---------------------------------- TELEFONOS PANTALLA MEDIO y MEDIO GRANDE ---------------------------- */

@media only screen and ( min-width: 0px ) and ( max-width: 414px ) and ( min-height: 0px) and ( max-height: 840px ) and (orientation: portrait){
    body {
    font-size: 8px;
  }
  #contenedor_contenido_contacto {
    margin: 0 auto;
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  #area-contacto-izquierda {
    padding: 0.444rem 0;
    width: 100%;
    margin: 0 auto;
    font-family: "Quicksand", sans-serif;
    color: white;
    font-size: 1.6rem;
    display: block;
  }
  #area-contacto-derecha {
    width: 100%;
    margin: 10px auto;
    padding: 0;
    text-align: justify;
    font-size: 18px;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    color: rgb(255, 255, 255);
    display: block;
    align-items: center;
  }
  #area-contacto-derecha h4 {
    margin: 0 auto;
    text-align: start;
  }
  input[type="text"] {
    width: 100%;
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
  }
  input[type="tel"] {
    width: 100%;
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
  }
  textarea[name="mensaje"] {
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
    max-height: 3.375rem;
    min-height: 3.375rem;
    font-family: "Quicksand", sans-serif;
  }
  button[type="button"] {
    width: 80%;
    padding: 0.111rem 1.25rem;
    margin: 0.555rem auto;
    display: flow-root;
    border-top: 1px solid rgb(255, 231, 10);
    border-bottom: 1px solid rgb(255, 231, 10);
    border-radius: 40px;
    box-sizing: border-box;
    background-color: rgb(15, 15, 15);
    color: rgb(236, 231, 81);
    cursor: pointer;
    font-family: "Quicksand", sans-serif;
    font-size: 0.444rem;
  }
  button[type="button"]:hover {
    background-color: rgb(7, 7, 7);
    color: white;
    border-top: 1px solid rgb(245, 245, 245);
    border-bottom: 1px solid rgb(245, 245, 245);
    font-family: "Quicksand", sans-serif;
  }
  /*-----------Footer--------------*/
  .footer_secc {
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: row;
    background-color: rgb(7, 7, 7);
    justify-content: center;
    border-top: 2px solid rgb(255, 231, 10);
  }
/*---------- modal ----------- */
.modal-background {
  font-family: "Quicksand", sans-serif;
  background-color: rgba(87, 87, 87, 0.3);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}.show{
  opacity: 1 !important;
  z-index: 9999;
}.contenedor-modal {
  width: 95%;
  height: auto;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: rgb(35,35,35);
  box-shadow: 0 0 6px 6px rgba(10, 10, 10, .4);
  border: 2px solid rgb(255,236,10);
}#modal-content{
  position: relative;
}#modal-content #cerrar{
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid rgb(255,236,10);
  border-radius: 20px;
  color: rgb(255,236,10);
  text-align: center;
  cursor: pointer;
  transition: .1s;
  width: 17px;
  height: 17px;
}#modal-content #cerrar:hover{
  border: 2px solid rgb(255,236,10);
}#modal-content p{
  text-align: justify;
  color: rgb(236,231, 81);
  padding: 0 20px;
  font-weight: 600;
  font-size: .7rem;
}#modal-content h2{
  text-align: center;
  color: rgb(255,236,10);
  border-bottom: 2px solid rgb(255,236,10);
  margin: 0;
  padding: 0;
  font-weight: 800;
}#contenedor_pantalla_vacantes {
  width: 100%;
  height: auto;
  background: linear-gradient(rgba(15, 15, 15, 0.67), rgba(15, 15, 15, 0.67)),
    url(./imgs/fondos/vaca/cambiotop.jpg) no-repeat center/cover;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
#contenedor_contenedores_vacantes {
  width: 95%;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#container_privacidad {
  width: 100%;
  margin: 0 auto;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
  text-align: justify;
  font-size: .9rem;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  text-decoration: none;
  color: rgb(255, 255, 255);
  display: block;
  box-sizing: border-box;
}
#container_privacidad * {
  text-decoration: none;
}
#container_form {
  padding: 0.938rem 1.25rem;
  width: 100%;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  color: white;
  font-size: 1rem;
  box-sizing: border-box;
}
input[class="elementos_vacantes"] {
  border: 2px solid rgb(255, 231, 10);
  width: 100%;
  border-radius: 40px;
  margin: 0.125rem auto;
  font-family: "Quicksand", sans-serif;
}
select[class="elementos_vacantes"] {
  border-top: 2px solid rgb(255, 231, 10);
  border-radius: 40px;
  width: 100%;
  margin: 0.125rem auto;
  padding: 0.313rem 0.75rem;
  font-family: "Quicksand", sans-serif;
}
input[name="submit"] {
  font-family: "Quicksand", sans-serif;
  width: 100%;
  margin: 1.563rem auto;
  padding: 0.313rem 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.713rem;
  background: rgb(10, 10, 10);
  color: rgb(236, 231, 81);
  border-radius: 40px;
}
input[name="submit"]:hover {
  font-family: "Quicksand", sans-serif;
  width: 100%;
  margin: 1.563rem auto;
  padding: 0.313rem 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.713rem;
  background: rgb(10, 10, 10);
  color: rgb(255, 255, 255);
  border-radius: 40px;
}
input[type="file"] {
  color: rgb(236, 231, 81);
  margin: 0.125rem solid;
  border-top: 0.125rem solid rgb(255, 231, 10);
  border-bottom: 0.125rem solid rgb(255, 231, 10);
  width: 100%;
  border-radius: 40px;
  font-family: "Quicksand", sans-serif;
}
}

@media only screen and ( min-width: 740px ) and ( max-width: 840px ) and ( min-height: 0px) and ( max-height: 414px ){
body {
    font-size: 11px;
    height: auto;
  }
  #contenedor_contenido_contacto {
    margin: 0 auto;
    width: 80%;
    min-height: 400px;
    display: flex;
    flex-direction: row-reverse;
  }
  #area-contacto-izquierda {
    padding: 0.444rem 0;
    width: 50%;
    margin: auto;
    font-family: "Quicksand", sans-serif;
    color: white;
    font-size: .9rem;
    display: block;
    padding: 7px 10px;
  }
  #area-contacto-derecha {
    width: 50%;
    margin: auto;
    padding: 0;
    text-align: start;
    font-size: .9rem;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    color: rgb(255, 255, 255);
    display: block;
    align-items: center;
    padding: 7px 10px;
  }
  #area-contacto-derecha h4 {
    margin: 0 auto;
    text-align: start;
  }
  input[type="text"] {
    width: 100%;
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
  }
  input[type="tel"] {
    width: 100%;
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
  }
  textarea[name="mensaje"] {
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
    max-height: 3.375rem;
    min-height: 3.375rem;
    font-family: "Quicksand", sans-serif;
  }
  button[type="submit"] {
    width: 100%;
    padding: 0.111rem 1.25rem;
    margin: 0.555rem auto;
    display: flow-root;
    border-top: 1px solid rgb(255, 231, 10);
    border-bottom: 1px solid rgb(255, 231, 10);
    border-radius: 40px;
    box-sizing: border-box;
    background-color: rgb(15, 15, 15);
    color: rgb(236, 231, 81);
    cursor: pointer;
    font-family: "Quicksand", sans-serif;
    font-size: 0.644rem;
  }
  button[type="submit"]:hover {
    background-color: rgb(7, 7, 7);
    color: white;
    border-top: 1px solid rgb(245, 245, 245);
    border-bottom: 1px solid rgb(245, 245, 245);
    font-family: "Quicksand", sans-serif;
  }
  /*-----------Footer--------------*/
  .footer_secc {
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: row;
    background-color: rgb(7, 7, 7);
    justify-content: center;
    border-top: 2px solid rgb(255, 231, 10);
  }.imgmov{
      width: 28px;
      height: 28px;
      margin: 0;
      padding: 0;
  }.footer_secc > a{
      margin: 0;
      padding: 0;
  }
/*---------- modal ----------- */
.modal-background {
  font-family: "Quicksand", sans-serif;
  background-color: rgba(87, 87, 87, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}.show{
  opacity: 1 !important;
  z-index: 9999;
}.contenedor-modal {
  width: 95%;
  height: 95vh;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: rgb(35,35,35);
  box-shadow: 0 0 6px 6px rgba(10, 10, 10, .4);
  border: 2px solid rgb(255,236,10);
}#modal-content{
  position: relative;
}#modal-content *{
 margin: 0;
 padding: 0;
 }#modal-content #cerrar{
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid rgb(255,236,10);
  border-radius: 20px;
  color: rgb(255,236,10);
  text-align: center;
  cursor: pointer;
  transition: .1s;
  width: 17px;
  height: 17px;
}#modal-content #cerrar:hover{
  border: 2px solid rgb(255,236,10);
}#modal-content p{
  text-align: justify;
  color: rgb(236,231, 81);
  padding: 0 20px;
  font-weight: 500;
  font-size: .75rem;
}#modal-content h2{
  text-align: center;
  color: rgb(255,236,10);
  border-bottom: 2px solid rgb(255,236,10);
  margin: 0;
  padding: 0;
  font-weight: 800;
}

#contenedor_pantalla_vacantes {
  width: 100%;
  height: auto;
  background: linear-gradient(rgba(15, 15, 15, 0.67), rgba(15, 15, 15, 0.67)),
    url(./imgs/fondos/vaca/cambiotop.jpg) no-repeat center/cover;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
}
#contenedor_contenedores_vacantes {
  width: 95%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
#container_privacidad {
  width: 50%;
  margin: 0;
  padding-left: 0.38rem;
  padding-right: 0.38rem;
  text-align: justify;
  font-size: .8rem;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  text-decoration: none;
  color: rgb(255, 255, 255);
  display: block;
  box-sizing: border-box;
}
#container_privacidad * {
  text-decoration: none;
}
#container_form {
  padding: 0.938rem 1.25rem;
  width: 50%;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  color: white;
  font-size: 1rem;
  box-sizing: border-box;
}
input[class="elementos_vacantes"] {
  border: 2px solid rgb(255, 231, 10);
  width: 100%;
  border-radius: 40px;
  margin: 0.125rem auto;
  font-family: "Quicksand", sans-serif;
}
select[class="elementos_vacantes"] {
  border-top: 2px solid rgb(255, 231, 10);
  border-radius: 40px;
  width: 100%;
  margin: 0.125rem auto;
  padding: 0.313rem 0.75rem;
  font-family: "Quicksand", sans-serif;
}
input[name="submit"] {
  font-family: "Quicksand", sans-serif;
  width: 100%;
  margin: 1.563rem auto;
  padding: 0.313rem 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.513rem;
  background: rgb(10, 10, 10);
  color: rgb(236, 231, 81);
  border-radius: 40px;
}
input[name="submit"]:hover {
  font-family: "Quicksand", sans-serif;
  font-size: 0.513rem;
  width: 100%;
  margin: 1.563rem auto;
  padding: 0.313rem 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  background: rgb(10, 10, 10);
  color: rgb(255, 255, 255);
  border-radius: 40px;
}
input[type="file"] {
  color: rgb(236, 231, 81);
  margin: 0.125rem solid;
  border-top: 0.125rem solid rgb(255, 231, 10);
  border-bottom: 0.125rem solid rgb(255, 231, 10);
  width: 100%;
  border-radius: 40px;
  font-family: "Quicksand", sans-serif;
}
    
}

/*-------------------------------------- TELEFONOS PANTALLA MEDIO-GRANDE -------------------------------- */ 

@media only screen and (min-width: 0px) and (max-width:550px) and (min-height: 0px) and (max-height: 1080px ) and (orientation: portrait){
    body {
    font-size: 14px;
    height: auto;
    }
  #contenedor_contenido_contacto {
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  #area-contacto-izquierda {
    padding: 0.444rem 0;
    width: 40%;
    margin: 0 auto;
    font-family: "Quicksand", sans-serif;
    color: white;
    font-size: .9rem;
    display: block;
    min-width: 300px;
  }
  #area-contacto-derecha {
    width: 45%;
    margin: 10px auto;
    padding: 0;
    text-align: start;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    color: rgb(255, 255, 255);
    display: block;
    min-width: 300px;
    min-height: 280px;
  }
  #area-contacto-derecha h4 {
    margin: 0 auto;
    text-align: start;
  }
  input[type="text"] {
    width: 100%;
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
  }
  input[type="tel"] {
    width: 100%;
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
  }
  textarea[name="mensaje"] {
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
    max-height: 3.375rem;
    min-height: 3.375rem;
    font-family: "Quicksand", sans-serif;
  }
  button[type="submit"] {
    width: 100%;
    padding: 0.111rem 1.25rem;
    margin: 0.555rem auto;
    display: flow-root;
    border-top: 1px solid rgb(255, 231, 10);
    border-bottom: 1px solid rgb(255, 231, 10);
    border-radius: 40px;
    box-sizing: border-box;
    background-color: rgb(15, 15, 15);
    color: rgb(236, 231, 81);
    cursor: pointer;
    font-family: "Quicksand", sans-serif;
    font-size: 0.844rem;
  }
  button[type="submit"]:hover {
    background-color: rgb(7, 7, 7);
    color: white;
    border-top: 1px solid rgb(245, 245, 245);
    border-bottom: 1px solid rgb(245, 245, 245);
    font-family: "Quicksand", sans-serif;
  }
  /*-----------Footer--------------*/
  .footer_secc {
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: row;
    background-color: rgb(7, 7, 7);
    justify-content: center;
    border-top: 2px solid rgb(255, 231, 10);
  }.imgmov{
      width: 1.2rem;
      height: 1.2rem;
      margin: 0;
      padding: 0;
  }.footer_secc > a{
      margin: 0;
      padding: 0;
      display: block;
  }.footer_secc > p{
      margin: 0;
      padding: 0;
  }
/*---------- modal ----------- */
.modal-background {
  font-family: "Quicksand", sans-serif;
  background-color: rgba(87, 87, 87, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}.show{
  opacity: 1 !important;
  z-index: 9999;
}.contenedor-modal {
  width: 95%;
  height: 95vh;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: rgb(35,35,35);
  box-shadow: 0 0 6px 6px rgba(10, 10, 10, .4);
  border: 2px solid rgb(255,236,10);
}#modal-content{
  position: relative;
}#modal-content *{
 margin: 0;
 padding: 0;
 }#modal-content #cerrar{
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid rgb(255,236,10);
  border-radius: 20px;
  color: rgb(255,236,10);
  text-align: center;
  cursor: pointer;
  transition: .1s;
  width: 17px;
  height: 17px;
}#modal-content #cerrar:hover{
  border: 2px solid rgb(255,236,10);
}#modal-content p{
  text-align: justify;
  color: rgb(236,231, 81);
  padding: 0 20px;
  font-weight: 500;
  font-size: .75rem;
}#modal-content h2{
  text-align: center;
  color: rgb(255,236,10);
  border-bottom: 2px solid rgb(255,236,10);
  margin: 0;
  padding: 0;
  font-weight: 800;
}
/*------------------ VACANTES ------------------------- */
#contenedor_pantalla_vacantes {
  width: 100%;
  height: auto;
  /*background: linear-gradient(rgba(15, 15, 15, 0.67), rgba(15, 15, 15, 0.67)),
    url(./imgs/fondos/vaca/cambiotop.jpg) no-repeat center/cover;
  background-attachment: fixed;*/
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
#contenedor_contenedores_vacantes {
  width: 95%;
  height: auto;
  margin-bottom: auto;
  margin-right: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#container_privacidad {
  width: 100%;
  margin: 0 auto;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
  text-align: justify;
  font-size: .9rem;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  text-decoration: none;
  color: rgb(255, 255, 255);
  display: block;
  box-sizing: border-box;
}
#container_privacidad * {
  text-decoration: none;
}
#container_form {
  padding: 0.938rem 1.25rem;
  width: 100%;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  color: white;
  font-size: 1rem;
  box-sizing: border-box;
}#footer-enviar{
    margin-top: auto;
}
}

@media only screen and (min-width: 840px) and (max-width: 1080px) and (min-height: 551px) and (max-height: 800px) and (orientation: landscape){
 body {
    font-size: 14px;
  }
  #contenedor_contenido_contacto {
    margin: 0 auto;
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
  }
  #area-contacto-izquierda {
    padding: 0.444rem 0;
    width: 100%;
    margin: 0 auto;
    font-family: "Quicksand", sans-serif;
    color: white;
    font-size: 18px;
  }
  #area-contacto-derecha {
    width: 100%;
    margin: 10px auto;
    padding: 0;
    text-align: justify;
    font-size: 18px;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #area-contacto-derecha h4 {
    margin: 0 auto;
    text-align: start;
  }
  input[type="text"] {
    width: 100%;
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
  }
  input[type="tel"] {
    width: 100%;
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
  }
  textarea[name="mensaje"] {
    padding: 0.111rem 1.25rem;
    margin: 0 auto;
    display: flex;
    border: 2px solid rgb(236, 231, 81);
    border-radius: 40px;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
    max-height: 3.375rem;
    min-height: 3.375rem;
    font-family: "Quicksand", sans-serif;
  }
  button[type="button"] {
    width: 80%;
    padding: 0.111rem 1.25rem;
    margin: 0.555rem auto;
    display: flow-root;
    border-top: 1px solid rgb(255, 231, 10);
    border-bottom: 1px solid rgb(255, 231, 10);
    border-radius: 40px;
    box-sizing: border-box;
    background-color: rgb(15, 15, 15);
    color: rgb(236, 231, 81);
    cursor: pointer;
    font-family: "Quicksand", sans-serif;
    font-size: 0.444rem;
  }
  button[type="button"]:hover {
    background-color: rgb(7, 7, 7);
    color: white;
    border-top: 1px solid rgb(245, 245, 245);
    border-bottom: 1px solid rgb(245, 245, 245);
    font-family: "Quicksand", sans-serif;
  }
  /*-----------Footer--------------*/
  .footer_secc {
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: row;
    background-color: rgb(7, 7, 7);
    justify-content: center;
    border-top: 2px solid rgb(255, 231, 10);
  }
/*---------- modal ----------- */
.modal-background {
  font-family: "Quicksand", sans-serif;
  background-color: rgba(87, 87, 87, 0.3);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}.show{
  opacity: 1 !important;
  z-index: 9999;
}.contenedor-modal {
  width: 95%;
  height: auto;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: rgb(35,35,35);
  box-shadow: 0 0 6px 6px rgba(10, 10, 10, .4);
  border: 2px solid rgb(255,236,10);
}#modal-content{
  position: relative;
}#modal-content #cerrar{
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid rgb(255,236,10);
  border-radius: 20px;
  color: rgb(255,236,10);
  text-align: center;
  cursor: pointer;
  transition: .1s;
  width: 17px;
  height: 17px;
}#modal-content #cerrar:hover{
  border: 2px solid rgb(255,236,10);
}#modal-content p{
  text-align: justify;
  color: rgb(236,231, 81);
  padding: 0 20px;
  font-weight: 600;
  font-size: .7rem;
}#modal-content h2{
  text-align: center;
  color: rgb(255,236,10);
  border-bottom: 2px solid rgb(255,236,10);
  margin: 0;
  padding: 0;
  font-weight: 800;
}   
#contenedor_pantalla_vacantes {
  width: 100%;
  height: auto;
  background: linear-gradient(rgba(15, 15, 15, 0.67), rgba(15, 15, 15, 0.67)),
    url(./imgs/fondos/vaca/cambiotop.jpg) no-repeat center/cover;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
}#contenedor_contenedores_vacantes {
  width: 95%;
  height: auto;
  min-height:520px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}#container_privacidad {
  width: 50%;
  margin: 0;
  padding-left: 0.38rem;
  padding-right: 0.38rem;
  text-align: justify;
  font-size: .8rem;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  text-decoration: none;
  color: rgb(255, 255, 255);
  display: block;
  box-sizing: border-box;
}
#container_privacidad * {
  text-decoration: none;
}
#container_form {
  padding: 0.938rem 1.25rem;
  width: 50%;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  color: white;
  font-size: 1rem;
  box-sizing: border-box;
}


}

/* ------------------------------------ TABLET CHICA - MEDIA - GRANDE ------------------*/
/* ----AQUÍ ROMPÍ EL ORDEN DE PRESENTACIÓN DE LOS ESTILOS, COMENCÉ CON VACANTES TERMINÉ CON CONTACTO ----*/

@media only screen and (min-width: 551px) and (max-width: 800px) and (max-height: 1080px) and (orientation: portrait){
    body{
        font-size: 15px;
    }#contenedor_pantalla_vacantes{
        width: 100%;
        height: auto;
        display: flex;
        box-sizing: border-box;
    }#contenedor_contenedores_vacantes{
        flex-direction: column;
        width:100%;
        height: auto;
        margin: auto;
        box-sizing: border-box;
    }#container_privacidad{
        width: 90%;
        font-size: 1.2rem;
        box-sizing: border-box;
    }#container_form{
        width: 85%;
        font-size: 1.2rem;
        box-sizing: border-box;
    }#footer-enviar{
        margin-top: auto;  
    }
    /* ----------------- contacto ---------------- */
    #contenedor_contenido_contacto{
        flex-direction:column-reverse;
        width: 90%;
        margin: auto;
        box-sizing: border-box;
    }#area-contacto-izquierda{
        box-sizing: border-box;
        width: 100%;
        font-size: 1.2rem;
    }#area-contacto-derecha{
        box-sizing: border-box;
        width: 100%;
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1080px) and (min-height: 551px) and (max-height: 800px) and (orientation: landscape){
    body{
        font-size:15px;
    }body{
        font-size: 15px;
    }#contenedor_pantalla_vacantes{
        width: 100%;
        height: auto;
        display: flex;
        box-sizing: border-box;
    }#contenedor_contenedores_vacantes{
        display:flex;
        flex-direction: column;
        width:100%;
        height: 100%;
        margin: auto;
        box-sizing: border-box;
        align-content: center;
        justify-content: center;
    }#container_privacidad{
        width: 100%;
        font-size: 1.2rem;
        box-sizing: border-box;
    }#container_form{
        width: 100%;
        font-size: 1.2rem;
        box-sizing: border-box;
        margin: 0 auto;
    }#footer-enviar{
        margin-bottom: 0;
        margin-top: auto;  
    }input[class="elementos_vacantes"] {
     margin: 0.039rem auto;
     font-family: "Quicksand", sans-serif;
    }
    select[class="elementos_vacantes"] {
    margin: 0.039rem auto;
    padding: 0.113rem 0.25rem;
    font-family: "Quicksand", sans-serif;
    }input[name="submit"] {
    font-family: "Quicksand", sans-serif;
    width: 100%;
    margin: 1.563rem auto;
    padding: 0.113rem 0.25rem;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 0.613rem;
    background: rgb(10, 10, 10);
    color: rgb(236, 231, 81);
    border-radius: 40px;
    }input[name="submit"]:hover {
  font-family: "Quicksand", sans-serif;
  width: 100%;
  margin: 1.563rem auto;
  padding: 0.113rem 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.813rem;
  background: rgb(10, 10, 10);
  color: rgb(255, 255, 255);
  border-radius: 40px;
}
input[type="file"] {
  color: rgb(236, 231, 81);
  margin: 0.125rem solid;
  border-top: 0.125rem solid rgb(255, 231, 10);
  border-bottom: 0.125rem solid rgb(255, 231, 10);
  width: 100%;
  border-radius: 40px;
  font-family: "Quicksand", sans-serif;
}#contenedor_contenido_contacto{
        flex-direction:column-reverse;
        width: 90%;
        margin: auto;
        box-sizing: border-box;
    }#area-contacto-izquierda{
        box-sizing: border-box;
        width: 100%;
        font-size: 1.2rem;
    }#area-contacto-derecha{
        box-sizing: border-box;
        width: 100%;
        font-size: 1.2rem;
    }
}




