@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");

body {
  font-family: "Prata", serif;
  background-color: var(--color-back);
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

/* Variables */
:root {
  --color-back: #f1e0d7;
  --primary-color: #24bcb5;
  --secondary-color: #fddb46;
}
/* Variables end */

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 30px;
}
h2 {
  font-size: 1.5rem;
  font-weight: 400;
}

.transition {
  -webkit-transition: all ease-in-out 0.3s; /* Safari */
  transition: all ease-in-out 0.3s;
}

.btn-primary {
  background: none;
  border: solid 1px var(--primary-color);
  color: var(--primary-color);
}
.btn-primary:hover {
  background: var(--primary-color);
  border: solid 1px var(--primary-color);
}
.btn-primary:active,
.btn-primary:focus {
  background: var(--secondary-color) !important;
  outline: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

#message,
#message-error {
  z-index: 999;
  position: fixed !important;
  top: 0;
  width: 100%;
  display: none;
}

.referencia .form-control {
  pointer-events: none;
  background-color: #e9ecef;
  font-size: 0.75rem;
}

/* Feed Instagram */
.crt-widget.crt-widget-branded .crt-logo {
  display: none !important;
}
/* Feed Instagram end */

select {
  /*// A reset of styles, including removing the default dropdown arrow*/
  appearance: none;
  /*// Additional resets for further consistency*/
  outline: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  position: relative;
}

select::-ms-expand {
  display: none;
}

.modales .modal-header {
  background: var(--primary-color);
  color: white;
}
.modales .g-recaptcha {
  margin: 10px auto;
  display: table;
  margin-bottom: 30px;
}
.modales #customFilelHelp {
  font-size: 0.65rem;
}

/* Header */
header {
  padding: 15px 0;
  display: flex;
  z-index: 100;
  z-index: 2147483648;
}
header .menu_bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .menu_bar button {
  background: none;
  border: none;
  color: black;
  padding: 0;
  font-size: 2rem;
}
header .menu_bar button:hover {
  cursor: pointer;
  opacity: 0.6;
}
header .menu_bar button:focus {
  outline: none;
}
header .content_navegacion {
  position: absolute;
  top: 90px !important;
  left: -100%;
  width: 90%;
  height: 100vh !important; /* para fallbacks de navegadores que no reconocen cacl() */
  height: calc(var(--vh, 1vh) * 100 - 90px) !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--color-back);
  border-right: solid 2px var(--primary-color);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-in-out 0.3s; /* Safari */
  transition: all ease-in-out 0.3s;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  z-index: 25;
}
.open {
  left: 0% !important;
}
header .active {
  color: var(--primary-color) !important;
}
header .content_navegacion li {
  font-size: 1.25rem;
  margin-bottom: 15px;
}
header .content_navegacion a {
  color: black;
}
header .content_navegacion nav {
  padding: 15px;
}
header .content_navegacion nav a {
  display: inline-block;
  width: 100%;
}
header .content_navegacion nav a:hover {
  color: var(--primary-color);
}
header .content_navegacion .languages_rrss {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  background: var(--primary-color);
}
header .content_navegacion .languages_rrss a {
  display: inline-block;
  margin-right: 15px;
}
header .content_navegacion .languages_rrss .active {
  color: white !important;
}
header .content_navegacion .languages_rrss a:hover {
  color: white;
}
header .content_navegacion .languages_rrss a:last-child {
  margin-right: 0;
}
header .content_navegacion .languages_rrss i {
  font-size: 1.5rem;
}
.header_scroll {
  max-width: 100%;
  position: fixed;
  background: var(--color-back);
  padding: 5px 15px;
  z-index: 100;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  z-index: 2147483648;
}
.header_scroll .content_navegacion {
  top: 70px !important;
  height: 100vh;
  height: calc(100vh - 70px) !important;
}
.header_scroll .menu_bar img,
.header_scroll .menu_bar button i {
  opacity: 0.6;
}
header img {
  max-width: 140px;
}
/* Header end */

/* Slide */
.slide {
  margin-bottom: 30px;
}
#slide_desktop {
  display: none;
}
#slide_mobile .carousel-indicators li {
  background-color: var(--secondary-color);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
#slide_desktop .carousel-indicators li {
  background-color: var(--secondary-color);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 5px;
}
#slide_mobile .carousel-indicators {
  margin-bottom: 0;
}
/* Slide end */

/* Equipo */
.equipo {
  margin-bottom: 30px;
}
.equipo h2 {
  margin-bottom: 15px;
}
.equipo .col-md-6:first-child img {
  margin-bottom: 15px;
}
.equipo .col-md-6:first-child img:last-child {
  display: none;
}
.equipo .unq {
  text-align: center;
}
.equipo .unq img {
  max-width: 50%;
}
.equipo p span {
  font-weight: 700;
}
/* Equipo end */

/* Servicios */
.servicios {
  background: black;
  color: var(--color-back);
  padding: 30px 0;
  margin-bottom: 30px;
}
.servicios .servicios_vertical {
  display: none;
}
.servicios p.roboto span {
  font-weight: 700;
}
.servicios h2 {
  font-size: 0.85rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}
.servicios .que_hacemos {
  font-size: 2.75rem;
  color: var(--color-back);
  margin-bottom: 25px;
}
.servicios .que_hacemos span {
  color: var(--primary-color);
}

.servicios .busca_trabajo,
.servicios .busca_talento {
  margin: 30px 0;
}

.servicios .busca_trabajo div,
.servicios .busca_talento div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 30px;
  text-align: center;
}

.servicios .busca_trabajo div h3,
.servicios .busca_talento div h3 {
  margin-bottom: 30px;
}

.servicios .busca_trabajo div p,
.servicios .busca_talento div p {
  font-size: 0.85rem;
  margin-bottom: 30px;
}

.servicios .busca_trabajo div a,
.servicios .busca_talento div a {
  display: inline-block;
  width: 70%;
}

.servicios .busca_trabajo {
  border: solid 1px var(--primary-color);
}
.servicios .busca_trabajo h3 {
  color: var(--primary-color);
}

.servicios .busca_talento {
  border: solid 1px var(--secondary-color);
}
.servicios .busca_talento h3 {
  color: var(--secondary-color);
}
.servicios .busca_talento a {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.servicios .busca_talento a:hover {
  background: var(--secondary-color);
  color: black;
  border-color: var(--secondary-color);
}

.servicios .col-md-6:last-child .entrevista {
  display: none;
}
/* Servicios end */

/* Instagram */
.instagram {
  margin-bottom: 60px;
}
.instagram .col-md-4:last-child {
  margin: 0 !important;
}
/* Instagram end */

/* Acordion */
.accordion {
  margin-bottom: 60px;
}
.accordion .card {
  background-color: var(--color-back);
  border: none;
  font-family: "Roboto";
  font-size: 0.85rem;
}
.accordion .card-header {
  background-color: transparent !important;
  border-top: solid 1px #000000;
  border-bottom: none;
}
.accordion .card-header:first-child {
  border-radius: 0;
}
.accordion .col-md-3,
.accordion .col-md-2 {
  display: flex;
  align-items: center;
}
.accordion .acciones {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.accordion .acciones .linkedin {
  font-size: 2rem;
  color: #0068ac;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion .acciones button {
  margin-left: 15px;
}
.accordion .btn_ver_mas {
  min-width: 82px;
}
/* Acordion end*/

/* Contacto */
.contacto {
  margin-bottom: 30px;
}
.contacto h2 {
  margin-bottom: 15px;
}
.contacto .contacto_vertical {
  display: none;
}
.contacto .form-control {
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-radius: 0;
  border-bottom: solid 1px black;
  margin-bottom: 45px;
  resize: none;
  background: none;
  color: black;
}
.contacto .form-control:focus {
  outline: none;
  padding-left: 20px;
  outline: 0;
  box-shadow: none;
}
.contacto textarea.form-control {
  border: solid 1px black;
}
.contacto .form-control::placeholder {
  color: black;
  font-size: 0.85rem;
}
.contacto .form-control::-webkit-input-placeholder {
  color: black;
}
.contacto .form-control:-ms-input-placeholder {
  color: black;
}
.contacto .btn-primary {
  background: none;
  border-color: black;
  color: black;
  width: 100%;
}
.contacto .btn-primary:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}
.contacto .g-recaptcha {
  margin: 10px auto;
  display: table;
}
.contacto .invalid-feedback {
  margin-top: -40px;
}
/* Contacto end */

.img_principal {
  position: relative;
  margin-bottom: 30px;
}
.img_principal h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50px;
  margin: 0;
  color: white;
  font-size: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 15px 5px 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

/* Busca Talento */
.talento h1 {
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.5;
}
.talento h2 {
  margin-bottom: 20px;
}
.talento h3 {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 20px;
}
.talento .proceso {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.talento .proceso::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 1px;
  height: 80%;
  background: black;
}

.talento .paso {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  text-align: left;
}

.talento .paso img {
  transition: all 0.5s ease;
  width: 40px;
  scale: 1;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.talento .paso.activo img {
  scale: 1.3;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.talento .paso .content_data {
  padding-left: 10px;
  display: flex;
}

.talento .paso .content_data span {
  transition: all 0.5s ease;
}

.talento .content_data p {
  transition: all 0.5s ease;
  margin: 0;
  font-size: 0.75rem;
  padding-left: 10px;
}

.talento .paso.activo span {
  color: var(--primary-color);
}
/* Busca Talento end */

/* Busca Trabajo */
.trabajo .form-control {
  border: solid 1px black;
}
/* Busca Trabajo end */

/* Footer */
footer {
  background: black;
  padding-top: 30px;
  color: var(--color-back);
}
footer img {
  margin-bottom: 15px;
  max-width: 25%;
}
footer a,
footer p {
  color: var(--color-back);
  font-size: 0.75rem;
}
footer a:hover {
  color: white;
}
footer .fab {
  font-size: 1.25rem;
}
/* Footer end */

/* MEDIA QUERIS */

@media (min-width: 576px) {
  /* Busca Talento */
  .img_principal h2 {
    font-size: 1.5rem;
  }

  .talento .content_data p {
    font-size: 0.95rem;
  }
  /* Busca Talento end */
}

@media (min-width: 768px) {
  /* Slide */
  .slide {
    margin-bottom: 60px;
  }
  /* Slide end */

  /* Equipo */
  .equipo {
    margin-bottom: 0;
  }
  .equipo .col-md-6:first-child img:last-child {
    display: inline-block;
  }
  .equipo .col-md-6:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .equipo h2,
  .equipo img {
    margin-bottom: 0 !important;
  }
  .equipo .unq {
    text-align: left;
    margin-bottom: 15px;
  }
  .equipo .unq img {
    max-width: 50%;
  }
  /* Equipo end */

  /* Servicios */
  .servicios .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .servicios .col-md-6:last-child .entrevista {
    display: inline-block;
  }
  .servicios .busca_trabajo,
  .servicios .busca_talento {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 487px;
  }
  /* Servicios end */

  /* Busca Talento */
  .talento h1 {
    font-size: 1.125rem;
    line-height: 1.2;
  }
  .img_principal h2 {
    font-size: 1.75rem;
  }
  .talento h3 {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  .talento .proceso::before {
    left: 55px;
    top: 28px;
    width: 85%;
    height: 1px;
  }

  .talento .content_data p {
    font-size: 0.75rem;
  }

  .talento .proceso {
    flex-direction: row;
  }

  .talento .paso {
    flex-direction: column;
    text-align: center;
  }

  .talento .paso .content_data {
    padding-left: 0;
  }

  .talento .paso img {
    margin: auto;
    margin-bottom: 25px;
    width: 55px;
  }

  .talento .content_data p {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* Busca Talento end */

  /* Busca Trabajo */
  .trabajo .content_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .trabajo .content_search:last-child {
    margin: 0;
  }
  .trabajo .content_search p,
  .trabajo .content_search select {
    margin: 0;
  }
  .trabajo .content_search select {
    max-width: 70%;
  }
  /* Busca Trabajo end */
}

@media (min-width: 992px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 2rem;
  }

  /* Header */
  header {
    display: flex;
    justify-content: space-between;
    height: 115px;
  }
  header .menu_bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  header .menu_bar button {
    display: none;
  }
  header .content_navegacion {
    position: relative;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: auto !important;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background: transparent;
    border-right: none;
    box-shadow: none;
  }
  header .content_navegacion ul,
  header .content_navegacion ul li {
    margin: 0;
  }
  header .content_navegacion ul li {
    font-size: 0.85rem;
    display: flex;
  }
  header .content_navegacion ul li::after {
    content: "•";
    margin: 0 10px;
    color: var(--primary-color);
  }
  header .content_navegacion ul li:last-child::after {
    display: none;
  }
  header .content_navegacion ul {
    display: flex;
  }
  header .content_navegacion .languages_rrss {
    background: transparent;
    flex-direction: row;
    height: auto;
  }
  header .content_navegacion .languages_rrss a {
    font-size: 0.85rem;
    margin: 0 !important;
  }
  header .content_navegacion .languages_rrss .active {
    color: var(--primary-color) !important;
  }
  header .content_navegacion .languages_rrss div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .content_navegacion .languages_rrss div a:hover {
    color: var(--primary-color);
  }
  header .content_navegacion .languages_rrss div:first-child {
    margin-right: 15px;
  }
  header .content_navegacion .languages_rrss div:last-child a {
    margin-left: 10px !important;
  }
  header .content_navegacion .languages_rrss div:first-child a::after {
    content: "|";
    margin: 0 10px !important;
    color: var(--primary-color);
  }
  header
    .content_navegacion
    .languages_rrss
    div:first-child
    a:last-child::after {
    content: "";
  }
  .header_scroll {
    height: 85px !important;
    padding-left: 15px !important;
    width: 100%;
    position: fixed;
    padding: 15px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  }
  .header_scroll .content_navegacion {
    top: 0 !important;
    height: auto !important;
  }
  .header_scroll .menu_bar img,
  .header_scroll .menu_bar button i {
    opacity: 1;
  }
  /* Header end */

  /* Slide */
  #slide_desktop {
    display: inline-block;
  }
  #slide_mobile {
    display: none;
  }
  /* Slide end */

  /* Servicios */
  .servicios {
    padding: 60px 0;
  }
  .servicios .container {
    position: relative;
  }
  .servicios .servicios_vertical {
    display: inline-block;
    position: absolute;
    top: 0;
    right: -15px;
  }
  .servicios .que_hacemos {
    font-size: 3rem;
  }
  .servicios .entrevista {
    margin-bottom: 30px;
  }
  .servicios .busca_trabajo,
  .servicios .busca_talento {
    min-height: 570px;
  }
  /* Servicios end */

  /* Busca Talento */
  .talento .proceso::before {
    width: 83%;
  }
  /* Busca Talento end */

  /* Instagram */
  .instagram {
    padding: 60px 0 0 0;
    margin-bottom: 60px;
  }
  .instagram h2 {
    margin-bottom: 30px;
  }
  .instagram .col-md-4 {
    margin-bottom: 30px !important;
  }
  .instagram .col-md-4:last-child {
    margin: 0 !important;
  }
  /* Instagram end */

  /* Contacto */
  .contacto {
    margin-bottom: 100px;
  }
  .contacto .container {
    position: relative;
  }
  .contacto .contacto_vertical {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -15px;
  }
  /* Contacto end */

  /* Busca Talento */
  .talento h1 {
    max-width: 65%;
    line-height: 1.3;
    margin-bottom: 50px;
  }
  .talento h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .talento .proceso::before {
    left: 95px;
    top: 30px;
  }
  .talento .content {
    margin-bottom: 60px;
  }

  .talento .content_data p {
    font-size: 0.85rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .talento .paso img {
    width: 70px;
  }
  /* Busca Talento end */
}

@media (min-width: 1200px) {
  /* Equipo */
  .equipo .col-md-6 {
    min-height: 1100px;
  }
  .equipo .col-md-6:last-child h1 {
    margin-bottom: 50px;
  }
  .equipo .col-md-6:last-child p {
    max-width: 80%;
    margin-bottom: 30px;
  }
  .equipo .primer_parrafo {
    max-width: 50% !important;
  }
  /* Equipo end */

  /* Busca Talento */
  .talento h1 {
    max-width: 75%;
    margin-bottom: 80px;
  }
  .img_principal h2 {
    font-size: 2.25rem;
    height: 135px;
    padding-bottom: 15px;
    padding-right: 15px;
  }

  .talento .content_data p {
    font-size: 1rem;
  }
  /* Busca Talento end */
}
