@font-face {
  font-family: NunitoLight;
  src: url(/fonts/NunitoSans-Light.ttf?b73b535f97c0f02d92a0648e8ebc10fa);
}

@font-face {
  font-family: PoppinsBold;
  src: url(/fonts/Poppins-Bold.ttf?a3e0b5f427803a187c1b62c5919196aa);
}

@font-face {
  font-family: PoppinsRegular;
  src: url(/fonts/Poppins-Regular.ttf?8b6af8e5e8324edfd77af8b3b35d7f9c);
}

* {
  margin: 0;
  padding: 0;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

body {
  font-family: NunitoLight !important;
}

label {
  font-size: 16px;
  text-transform: capitalize;
}

a:hover {
  color: #00305e;
  text-decoration: none !important;
}

h1 {
  font-size: 52px !important;
  font-family: PoppinsBold !important;
}

h2 {
  color: #1c2733;
  font-size: 42px !important;
  font-family: PoppinsBold !important;
}

h3 {
  font-size: 24px !important;
  font-family: PoppinsBold !important;
}

.titulo-requisitos {
  font-family: PoppinsBold !important;
}

.titulo-contacto {
  font-family: PoppinsBold !important;
}

.titulo-oferta {
  font-family: PoppinsBold !important;
}

.nombre-portal {
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0px;
  color: #00305e;
}

button.btn-primary span {
  color: #ffffff;
}

button.active span {
  color: #ffffff;
}

nav a {
  color: #1c2733;
  font-size: 14px;
  text-transform: uppercase;
}

nav li {
  padding: 0 10px;
  display: inline-block;
}

nav li a {
  padding: 10px;
  display: block;
  text-decoration: none;
  position: relative;
}

nav li .empleo:after {
  content: '';
  width: 0%;
  transition: all 0.3s ease;
  left: 50%;
}

nav li .empleo:before {
  content: '';
  width: 0%;
  transition: all 0.3s ease;
  left: 50%;
}

nav li .empleo:hover:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  background: #00305e;
  height: 3px;
  width: 50%;
}

nav li .empleo:hover:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #00305e;
  height: 3px;
  width: 50%;
}

nav ul {
  margin: 0;
  text-align: right;
}

nav img {
  display: inline-block;
}

nav p {
  display: inline-block;
}

.copyright {
  font-size: 12px;
  padding-top: 20px;
  border-top: 1px solid #1c2733;
}

.copyright .col-xl-5 {
  margin: 0;
  text-align: right;
}

.copyright .col-xl-4 {
  text-align: right;
}

.copyright a {
  display: inline-block;
  font-size: 12px;
}

.copyright p {
  display: inline-block;
  font-size: 12px;
}

footer {
  padding-top: 50px;
  background-color: rgba(238, 243, 247, 0.5);
}

footer a {
  color: #00305e !important;
}

footer ul {
  margin: 30px 0;
}

footer ul li a {
  color: #1c2733;
}

footer li {
  padding: 0 10px;
  display: inline-block;
}

html .pace .pace-progress {
  background: #00305e;
}

html p {
  line-height: 1.7rem;
}

html .navbar-sticky .app-content .content-wrapper {
  padding: 0;
  margin-top: 0;
}

html body {
  background-color: #fff;
}

.empleo {
  color: #1c2733;
}

.sidebar__close-btn {
  transition: all 450ms cubic-bezier(0.4, 0.25, 0.3, 1.3);
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00305e;
  border: 1px solid #00305e;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  z-index: 99;
}

.sidebar__close-btn span {
  color: #1c2733;
  transition: all 400ms cubic-bezier(0.4, 0.25, 0.3, 1.3) 100ms;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  font-weight: 900;
  line-height: 40px;
  vertical-align: middle;
}

.sidebar__close-btn span:first-of-type {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.sidebar__close-btn span:last-of-type {
  text-transform: uppercase;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
}

.sidebar__close-btn:focus {
  border: 1px solid #00305e;
}

.sidebar__close-btn:hover {
  width: 100px;
  border-radius: 0;
}

.sidebar__close-btn:hover span:first-of-type {
  transform: translate(-50%, -150%);
  -webkit-transform: translate(-50%, -150%);
  -moz-transform: translate(-50%, -150%);
  -ms-transform: translate(-50%, -150%);
  -o-transform: translate(-50%, -150%);
}

.sidebar__close-btn:hover span:last-of-type {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

p {
  color: #667488;
  font-size: 18px;
}

li {
  color: #667488;
  list-style: none;
}

span {
  color: #667488;
}

#sticky-header {
  z-index: 1;
  width: 100%;
  padding: 10px 0;
  position: fixed;
  background-color: #fff;
}

#sticky-header .logo1,
#sticky-header .logo2,
#sticky-header .logo3 {
  margin-right: 10px;
}

#sticky-header .row {
  align-items: center;
  justify-content: space-between;
}

.logo1 {
  width: 200px;
  height: auto;
}

.logo2,
.logo3 {
  width: 140px;
  height: auto;
}

.btn-alta {
  text-transform: uppercase;
  display: inline-block;
  color: #fff !important;
  padding: 10px 25px;
  border-radius: 6px;
  border: 2px solid #00305e;
  background-color: #00305e;
  font-weight: 500;
  font-family: PoppinsRegular !important;
}

.btn-alta:hover {
  color: #00305e !important;
  transition: all 350ms ease;
  background-color: transparent;
}

.nombre-empresa {
  text-transform: uppercase;
  color: #00305e;
  font-size: 14px;
  font-weight: 500;
}

.competencia {
  display: inline-block;
  color: #fff !important;
  background-color: #00305e;
  padding: 5px 12px;
  margin-bottom: 0px;
  font-size: 12px;
  border-radius: 20px;
}

#inicio {
  height: 100vh;
  background-size: cover;
  background-image: url(/images/portada.jpg?c49efc17a95903dc44e34f34c110c59b);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#inicio::before {
  content: "";
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .5;
  background: linear-gradient(to right, black 0%, rgba(255, 255, 255, 0) 100%);
}

#inicio .btn-alta:hover {
  color: #fff !important;
  border-color: #fff;
}

#inicio h1 {
  color: #fff !important;
}

#inicio p {
  color: #fff !important;
}

#inicio .row {
  align-items: center;
}

.cerrar-modal {
  top: 20px;
  right: 20px;
  position: absolute;
  border-radius: 30px;
  border: 1px solid #00305e;
}

.cerrar-modal:hover {
  background-color: #00305e;
}

.cerrar-modal:hover button {
  color: #fff !important;
}

.cerrar-modal:hover i {
  color: #fff;
}

.cerrar-modal button {
  color: #00305e;
  opacity: 1 !important;
}

.cerrar-modal i {
  color: #00305e;
}

#buscador {
  margin-right: -16px;
}

#buscador .close {
  opacity: 1 !important;
}

#buscador .close:hover {
  color: #fff !important;
  background-color: #00305e;
}

#buscador .close i {
  color: #00305e;
  color: #fff;
}

#buscador .modal-dialog {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

#buscador .modal-dialog .modal-content {
  border-radius: 0;
}

#buscador .register__form {
  padding: 20px;
}

#buscador .register__input .close {
  position: absolute;
  color: #fff;
  top: 12.5px;
  right: 2.5px;
  border: none;
  background-color: #00305e;
}

.close {
  padding: 10px;
  border-radius: 30px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close:not(:disabled):not(.disabled):hover {
  color: #fff !important;
  opacity: 1 !important;
}

#demandante-practica {
  padding: 80px 0;
  position: relative;
}

#demandante-practica::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/demandante-practicas.jpg);
  height: 100%;
  width: 50%;
  left: auto;
  right: 0;
  top: 0;
}

#soy-empresa {
  padding: 80px 0;
  position: relative;
}

#soy-empresa::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/soy-empresa.jpg);
  height: 100%;
  width: 50%;
  left: 0;
  right: auto;
  top: 0;
}

#soy-empresa .row {
  justify-content: flex-end;
}

#portal {
  padding: 80px 0;
  padding: 80px 0;
  background-color: rgba(238, 243, 247, 0.5);
}

#portal .btn-alta {
  margin: 10px 0;
}

#portal .btn-alta:nth-child(2) {
  margin-right: 10px;
}

.demandante-practica {
  display: none;
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/demandante-practicas.jpg);
}

.soy-empresa {
  display: none;
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/soy-empresa.jpg);
}

#demandante-empleo img {
  width: 15px;
  margin-right: 6px;
}

#demandante-empleo li {
  margin: 5px 0;
}

#ofertas {
  padding: 80px 0;
}

#ofertas .linea {
  margin-left: auto;
  margin-right: auto;
}

#ofertas .btn-alta {
  margin: 40px auto auto;
}

#categorias {
  padding: 80px 0;
}

#categorias .linea {
  margin-left: auto;
  margin-right: auto;
}

#categorias h3 {
  margin-top: 20px;
  text-align: center;
}

#contratos {
  padding: 80px 0;
}

#contratos .btn-alta {
  margin: 10px 0;
}

#contratos .linea {
  margin-left: auto;
  margin-right: auto;
}

#empresas-recientes {
  padding: 80px 0;
}

#empresas-recientes img {
  width: 100%;
}

#empresas-recientes .linea {
  margin-left: auto;
  margin-right: auto;
}

.icono-check {
  width: 50px;
  height: 50px;
  margin-right: 6px;
  margin-bottom: 20px;
}

.linea {
  height: 6px;
  width: 100px;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #00305e;
}

.logo-movil {
  margin-top: 70px;
  margin-bottom: 20px;
}

.logo-movil .nombre-portal {
  font-size: 16px;
}

.logo-movil .logo1,
.logo-movil .logo2,
.logo-movil .logo3 {
  margin-right: 10px;
}

.filtro-opacidad {
  height: 100vh;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.ayuntamiento {
  margin-bottom: 0px;
  margin-bottom: 8px;
  font-size: 14px;
}

.register__polity p {
  margin-bottom: 8px;
  text-align: center;
}

.contrato {
  font-size: 12px;
}

.buscador {
  color: #00305e;
  padding: 13px;
  border-radius: 30px;
  border: 1px solid #00305e;
}

.buscador:hover {
  color: #fff;
  background-color: #00305e;
  transition: all 350ms ease;
}

.buscador .fa {
  font-size: 24px;
}

.descripcion {
  font-size: 14px;
}

.oferta {
  padding: 30px;
  margin: 10px 0;
  transition: all 350ms ease;
  border-radius: 20px;
  background-color: rgba(238, 243, 247, 0.5);
}

.oferta:hover {
  padding: 30px;
  transition: all 350ms ease;
}

.imagen-categoria {
  border-radius: 20px;
  overflow: hidden;
}

.imagen-categoria img {
  transform: scale(1);
  transition: all 350ms ease;
}

.imagen-categoria:hover img {
  transform: scale(1.2);
  transition: all 350ms ease;
}

#acceso-candidato .modal-content {
  border-radius: 20px;
}

#acceso-candidato .modal-dialog {
  max-width: 600px;
}

#acceso-candidato .register__form {
  padding: 80px;
}

#acceso-candidato .login label {
  text-align: center;
}

.categoria {
  margin: 20px 0;
}

.categoria img {
  width: 100%;
}

.sidebar__menu {
  float: right;
}

.sidebar-toggle-btn .line {
  width: 30px;
  height: 3px;
  background-color: #00305e;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}

.sidebar-toggle-btn:hover {
  cursor: pointer;
}

.sidebar-toggle-btn:hover .line {
  transform: rotate(-30deg);
}

.sidebar-toggle-btn:hover .line:nth-child(1) {
  width: 10px;
}

.sidebar-toggle-btn:hover .line:nth-child(2) {
  width: 20px;
}

.sidebar-toggle-btn-2 .line {
  background-color: #26ae61;
}

.sidebar__area {
  position: fixed;
  right: -340px;
  top: 0;
  width: 320px;
  height: 100%;
  background: white;
  overflow-y: scroll;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 2;
}

.sidebar__area .fas {
  color: #e6332a;
  margin-right: 8px;
}

.sidebar__area.sidebar-opened {
  right: 0px;
}

.sidebar__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.sidebar__wrapper {
  position: relative;
  padding: 20px;
}

.sidebar__wrapper .hedder-button a {
  margin-top: 5px;
  line-height: 2;
}

.hedder-button li {
  margin-bottom: 10px;
}

.hedder-button li:nth-of-type(3) {
  margin: 30px 0;
}

.hedder-button .buscador {
  padding: 18px 30px;
  border: 1px solid #00305e;
}

.hedder-button .buscador .fa {
  font-size: 18px;
}

.sidebar__close {
  position: absolute;
  top: 33px;
  right: 50px;
}

.sidebar__close i {
  color: #00305e;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

.modal {
  padding-right: 0;
  padding-left: 0;
  z-index: 9999;
}

.modal-buscador {
  z-index: 9999;
}

.register__modal-area .modal-body {
  padding: 0;
}

.register__nav .nav-item {
  width: 50%;
  text-align: center;
}

.register__nav .nav-link {
  display: block;
  background: #fe9703;
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 0;
  padding: 0;
}

.register__nav .nav-link i {
  margin-right: 8px;
}

.register__nav .nav-link.active {
  background: #26ae61;
}

.register__form h2 {
  text-align: center;
}

.register__form .btn-alta {
  width: 100%;
  margin: 20px 0;
}

.register__form .register__input select {
  width: 100%;
  border: 1px solid #00305e;
  margin-top: 10px;
  border-radius: 30px;
  background-color: #fff;
}

.register__input {
  position: relative;
  position: relative;
}

.register__input i {
  color: #00305e;
  top: 26px;
  left: 25px;
  position: absolute;
}

.register__input input[type=text] {
  height: 50px;
  padding: 0 10px;
  line-height: 60px;
  width: 100%;
  border: 1px solid #00305e;
  margin-top: 10px;
  border-radius: 30px;
  background-color: #fff;
}

.register__input input[type=number] {
  height: 50px;
  padding: 0 10px;
  line-height: 60px;
  width: 100%;
  border: 1px solid #00305e;
  margin-top: 10px;
  border-radius: 30px;
  background-color: #fff;
}

.register__input input[type=password] {
  height: 50px;
  padding: 0 10px;
  line-height: 60px;
  width: 100%;
  border: 1px solid #00305e;
  margin-top: 10px;
  border-radius: 30px;
  background-color: #fff;
}

.register__input input[type=email] {
  height: 50px;
  padding: 0 10px;
  line-height: 60px;
  width: 100%;
  border: 1px solid #00305e;
  margin-top: 10px;
  border-radius: 30px;
  background-color: #fff;
}

.register__input input[type=tel] {
  height: 50px;
  padding: 0 10px;
  line-height: 60px;
  width: 100%;
  border: 1px solid #00305e;
  margin-top: 10px;
  border-radius: 30px;
  background-color: #fff;
}

.register__input input[type=date] {
  height: 50px;
  padding: 0 10px;
  line-height: 60px;
  width: 100%;
  border: 1px solid #00305e;
  margin-top: 10px;
  border-radius: 30px;
  background-color: #fff;
}

.register__input select {
  height: 50px;
  padding: 0 10px;
  line-height: 60px;
}

.register__input textarea {
  width: 100%;
  border: 1px solid #00305e;
  margin-top: 10px;
  border-radius: 30px;
  background-color: #fff;
  resize: none;
  padding: 10px;
  height: 100px;
  overflow: hidden;
}

.register__input input::-moz-placeholder {
  font-weight: 600;
  color: #1c2733;
}

.register__input input:-ms-input-placeholder {
  font-weight: 600;
  color: #1c2733;
}

.register__input input::placeholder {
  font-weight: 600;
  color: #1c2733;
}

.icons {
  display: none;
}

.icon {
  block-size: 1em;
  display: inline-block;
  fill: #d13c31;
  inline-size: 1em;
  vertical-align: middle;
}

.login {
  color: #d13c31;
}

.login label {
  border-radius: 30px;
  padding: 0 50px;
  position: absolute;
  padding-top: 22px;
  width: 100%;
}

.login input[type="text"] {
  border-radius: 30px;
  padding: 0 50px;
}

.login input[type="text"]:focus {
  background-color: transparent;
}

.login input[type="text"]:hover {
  background-color: transparent;
}

.login input[type="password"] {
  border-radius: 30px;
  padding: 0 50px;
}

.login input[type="password"]:focus {
  background-color: transparent;
}

.login input[type="password"]:hover {
  background-color: transparent;
}

.hidden {
  opacity: 0;
}

.parrafo {
  margin-bottom: 40px;
}

.owl-carousel {
  z-index: 0 !important;
}

.owl-dot {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background-color: #667488;
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-dots {
  margin-top: 40px;
  text-align: center;
}

.owl-dots .active {
  background-color: #00305e;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 48px !important;
  }

  #inicio {
    background-attachment: scroll;
  }

  .copyright {
    text-align: center;
  }

  .copyright .col-xl-4 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 37px !important;
  }

  .demandante-practica {
    display: block;
  }

  .soy-empresa {
    display: block;
  }

  .copyright p {
    margin-bottom: 0px;
  }

  .copyright .col-xl-5 {
    text-align: center;
  }

  #demandante-practica::before {
    content: none;
  }

  #soy-empresa::before {
    content: none;
  }
}

@media (max-width: 414px) {
  p {
    font-size: 16px;
  }

  h1 {
    font-size: 32px !important;
  }

  h2 {
    font-size: 32px !important;
  }

  html p {
    line-height: 1.5rem;
  }

  footer li {
    width: 100%;
    margin-bottom: 10px;
  }

  .logo1 {
    width: 94px;
    height: auto;
  }

  .logo2,
  .logo3 {
    width: 73px;
    height: auto;
  }

  .nombre-portal {
    font-size: 18px;
  }

  .demandante-practica {
    height: 250px;
  }

  .soy-empresa {
    height: 250px;
  }

  .copyright a {
    line-height: 1.8;
  }

  .copyright p {
    line-height: 1.8;
  }

  #portal {
    padding: 50px 0;
  }

  #portal .btn-alta {
    width: 100%;
    text-align: center;
  }

  #demandante-practica {
    padding: 50px 0;
  }

  #soy-empresa {
    padding: 50px 0;
  }

  #sticky-header {
    background-color: white;
  }

  #acceso-candidato .register__form {
    padding: 80px 20px 40px;
  }
}

