@font-face {
  font-family: MontserratRegular;
  src: url(/fonts/Montserrat-Regular.ttf?ee6539921d713482b8ccd4d0d23961bb);
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(/fonts/Montserrat-Medium.ttf?c8b6e083af3f94009801989c3739425e);
}

@font-face {
  font-family: MontserratBold;
  src: url(/fonts/Montserrat-Bold.ttf?ade91f473255991f410f61857696434b);
}

* {
  margin: 0;
  padding: 0;
  -webket-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: MontserratRegular !important;
}

a:hover {
  text-decoration: none !important;
}

.menu_superior {
  max-width: 1800px;
}

.tituloHeader {
  color: #082f7c;
  font-weight: bolder;
  margin-left: 15px;
  margin-top: 14px;
  font-size: 36px !important;
}

#inicio h1 {
  font-size: 48px !important;
  color: #fff !important;
}

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

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

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

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

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

h1 {
  font-family: MontserratBold !important;
  letter-spacing: -0.5px;
}

h2 {
  font-family: MontserratBold !important;
  letter-spacing: -0.5px;
  color: #1c2733;
}

h3 {
  font-family: MontserratBold !important;
  letter-spacing: -0.5px;
  font-size: 24px !important;
}

.nombre-portal {
  font-family: MontserratBold !important;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0px;
  color: #082f7c;
}

.titulo-requisitos {
  font-family: MontserratBold !important;
  margin-bottom: 0px;
}

.titulo-contacto {
  font-family: MontserratBold !important;
  font-size: 20px !important;
  color: #1c2733;
  margin-bottom: 0px;
  margin-bottom: 4px;
}

.titulo-contacto:nth-of-type(2) {
  margin-top: 20px;
}

.titulo-oferta {
  font-family: MontserratBold !important;
  font-size: 20px !important;
  color: #1c2733 !important;
  margin-bottom: 0px;
}

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

nav li a {
  display: block;
  padding: 10px 0;
  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: #082f7c;
  height: 3px;
  width: 50%;
}

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

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

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

nav img {
  display: inline-block;
}

nav p {
  display: inline-block;
}

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

footer ul {
  margin: 30px 0;
}

footer img {
  margin-bottom: 20px;
}

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

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

.empleo {
  color: #1c2733;
}

.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 {
  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: #082f7c;
  border: 1px solid #082f7c;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  z-index: 99;
}

.sidebar__close-btn:focus {
  border: 1px solid #082f7c;
}

.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%);
}

.oferta h3 {
  color: #1c2733 !important;
}

.oferta a {
  color: #082f7c;
}

.oferta ul i {
  margin-right: 8px;
}

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

.oferta:hover {
  padding: 30px;
  transition: all 350ms ease;
  box-shadow: 0px 0px 20px #d4d4d4;
}

p {
  color: #667488;
}

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

span {
  color: #667488;
}

#sticky-header .logo {
  margin-right: 10px;
}

#sticky-header {
  z-index: 1;
  width: 100%;
  padding: 10px 0;
  position: fixed;
  background-color: rgb(255, 255, 255);
}

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

.logo {
  width: auto;
  height: 100px;
}

.btn-alta {
  text-transform: uppercase;
  display: inline-block;
  color: #fff !important;
  padding: 13px 30px;
  border-radius: 50px;
  border: 2px solid #082f7c;
  background-color: #082f7c;
  font-weight: 500;
}

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

.btn-formacion {
  text-transform: uppercase;
  display: inline-block;
  color: #082f7c !important;
  padding: 13px 30px;
  border-radius: 50px;
  border: 2px solid #FFCC02;
  background-color: #FFCC02;
  font-weight: 500;
}

.btn-formacion:hover {
  color: #082f7c !important;
  background-color: transparent;
  transition: all 350ms ease;
}

.btn-inactivo {
  text-transform: uppercase;
  display: inline-block;
  padding: 13px 30px;
  border-radius: 50px;
  border: 2px solid #082f7c;
  color: #082f7c !important;
  background-color: transparent;
}

.btn-inactivo:hover {
  color: #fff !important;
  background-color: #082f7c;
  transition: all 350ms ease;
}

.nombre-empresa {
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #082f7c;
  font-size: 14px;
  font-weight: 500;
}

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

.copyright a {
  display: inline-block;
}

.copyright p {
  display: inline-block;
}

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

.contrato,
.jornada,
.salario {
  display: inline-block;
  color: #fff !important;
  background-color: #082f7c;
  margin: 5px 0;
  padding: 5px 12px;
  margin-bottom: 0px;
  font-size: 12px;
  border-radius: 20px;
}

#portada::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  height: 500px;
}

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

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

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

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

.cerrar-modal:hover {
  background-color: #082f7c;
}

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

.cerrar-modal button {
  color: #082f7c;
  opacity: 1 !important;
}

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

.cerrar-modal i {
  color: #082f7c;
}

#buscador .close:hover {
  color: #fff !important;
  background-color: #082f7c;
  color: #fff;
}

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

#buscador .close i {
  color: #082f7c;
}

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

#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: #082f7c;
}

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

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

#demandante-empleo {
  padding: 80px 0;
  background-size: auto;
  background: url(/images/demandante-empleo.png?43a8bde3f9a58e91ee0579a89d6c8c02);
  background-position: right;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.01);
  background-size: contain;
}

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

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

#soy-empresa {
  padding: 80px 0;
  background-size: auto;
  background: url(/images/soy-empresa.png?8a5183f854ccec0b3028d5facff87f60);
  background-position: left;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.01);
  background-size: contain;
}

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

#soy-empresa img {
  width: 15px;
  margin-right: 6px;
}

#soy-empresa li {
  margin: 5px 0;
}

#portal {
  padding: 80px 0;
}

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

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

#ofertas {
  padding: 80px 0;
}

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

#ofertas .btn-alta,
#ofertas .btn-formacion {
  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,
#contratos .btn-formacion {
  margin: 10px 0;
  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;
}

#oferta {
  padding: 80px 0;
  padding-top: 200px;
}

#oferta h1 {
  font-size: 38px;
}

#oferta section {
  padding-top: 30px;
}

.nombre-empresa-oferta {
  font-size: 18px;
  text-transform: initial;
  color: #082f7c;
}

.linea {
  height: 4px;
  width: 80px;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #082f7c;
}

.competencias {
  margin: 5px 0 20px;
}

.competencias p {
  margin-bottom: 0px;
  font-size: 14px;
}

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

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

.logo-movil .logo {
  height: 70px;
  margin-right: 10px;
}

.filtro-opacidad {
  height: 100%;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(0, 0, 0)), color-stop(100%, rgb(255, 255, 255)));
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  opacity: 0.5;
}

.filtro-claro {
  height: 100%;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(0, 0, 0)), color-stop(100%, rgb(255, 255, 255)));
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  opacity: 0.1;
}

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

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

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

.contrato {
  font-size: 12px;
  margin-top: 10px;
}

.buscador {
  color: #082f7c;
  padding: 13px;
  border-radius: 30px;
  border: 2px solid #082f7c;
}

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

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

.contacto a {
  color: #082f7c;
}

.contacto ul i {
  margin-right: 8px;
}

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

.ofertas-similares .nombre-empresa {
  font-size: 14px;
}

.ofertas-similares {
  margin-top: 40px;
}

.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%;
}

.navegacion {
  margin-top: 30px;
}

.navegacion button {
  border: none;
  padding: 15px;
  color: #9da9b9;
  text-transform: uppercase;
  background-color: transparent;
}

.navegacion i {
  padding: 0 5px;
  font-size: 15px;
  font-weight: 400;
}

.navegacion .activo {
  color: #082f7c;
}

.icono-redes {
  color: #082f7c;
}

.sidebar__menu {
  float: right;
}

.sidebar-toggle-btn .line {
  width: 30px;
  height: 3px;
  background-color: #082f7c;
  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: rgb(255, 255, 255);
  overflow-y: scroll;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  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 #082f7c;
}

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

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

.sidebar__close i {
  color: #082f7c;
}

.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,
.register__form .btn-formacion {
  width: 100%;
  margin: 20px 0;
}

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

.register__input {
  position: relative;
}

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

.register__input input[type=text] {
  height: 50px;
  padding: 0 10px;
  line-height: 60px;
  width: 100%;
  border: 1px solid #082f7c;
  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 #082f7c;
  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 #082f7c;
  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 #082f7c;
  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 #082f7c;
  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 #082f7c;
  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 #082f7c;
  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::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;
  font-size: 16px;
  position: absolute;
  padding-top: 23px;
  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 0.2s ease;
  border-radius: 30px;
}

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

.owl-dots .active {
  background-color: #082f7c;
}

#loading {
  width: 100%;
  height: 100vh;
  z-index: 99999;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

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

html body {
  background-color: #fff;
}

@media (max-width: 1024px) {
  #inicio {
    background-attachment: scroll;
  }

  #demandante-empleo {
    background-position: 160%;
  }

  #soy-empresa {
    background-position: -40%;
  }

  .icono-social {
    width: 40px;
    height: 40px;
    padding: 8px !important;
  }

  .copyright {
    text-align: center;
  }

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

@media (max-width: 768px) {
  .competencias {
    position: relative;
  }

  #oferta img {
    display: none;
  }

  #demandante-empleo {
    background-size: cover;
    background-position: -20%;
  }

  #soy-empresa {
    background-size: cover;
    background-position: 200%;
  }
}

@media (max-width: 414px) {
  .tituloHeader {
    color: #082f7c;
    font-weight: bolder;
    margin-left: 15px;
    margin-top: 25px;
    font-size: 16px !important;
  }

  .logo {
    height: 80px;
  }

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

  .oferta img {
    display: none;
  }

  #sticky-header {
    background-color: rgb(255, 255, 255);
  }

  #demandante-empleo {
    height: 870px;
    background-size: 100%;
    background-position: bottom;
  }

  #soy-empresa {
    height: 870px;
    background-size: 100%;
    background-position: bottom;
  }

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

