/*///////////////// GENERALES /////////////////*/
:root {
  --primary: #02327c;
  --secondary: #b9af7a;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #404040;
}

.wrapper {
  overflow: clip;
}

.montserrat,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

.underline {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}
.fz-13 {
  font-size: 13px !important;
}
.fz-14 {
  font-size: 14px;
}
.fz-18 {
  font-size: 18px;
}

.fz-22 {
  font-size: 22px;
}

.top-titles-deco {
  position: relative;
  padding-left: 40px;
}

.top-titles-deco-center {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.top-titles-deco::before {
  content: "";
  height: 5px;
  width: 7px;
  background-color: #86011c;
  position: absolute;
  left: 0;
  bottom: 12px;
}

.top-titles-deco::after {
  content: "";
  height: 5px;
  width: 20px;
  background-color: #fc231d;
  position: absolute;
  left: 10px;
  bottom: 12px;
}

.divider {
  width: 75px;
  height: 4px;
  background-color: #b9af7a;
}

input[type="file"].form-control {
  padding: 0.6rem;
  height: calc(1.5em + 0.75rem + 14px);
}

.primary {
  color: #02327c;
}

.bg-primary {
  background-color: #02327c !important;
}

.secondary {
  color: #b9af7a;
}

.bg-secondary {
  background-color: #b9af7a !important;
}

.blue {
  color: #0053cd;
}

.bg-blue {
  background-color: #0053cd;
}

.bg-light-blue {
  background-color: #f7fafe !important;
}

.rotate {
  transform: scaleX(-1);
}

/*///////////////////// BOTONES QUE PISAN BS //////////////////*/
.btn {
  border-radius: 26px;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  transition: all 150ms ease-out;
  text-decoration: none !important;
  width: fit-content;
}

.btn-sm {
  border-radius: 26px;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 18px;
  transition: all 150ms ease-out;
  text-decoration: none !important;
}

.btn:hover {
  transform: translateY(-5px);
}

.btn-primary {
  border: 2px solid #02327c;
  color: #fff;
  background-color: #02327c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #001e4b;
  color: #fff;
  border: 2px solid #001e4b;
  transition: all ease 0.25s;
}

.btn-outline-primary {
  border: 1px solid #02327c;
  color: #02327c;
  background-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background: #001e4b;
  color: #fff;
  border: 1px solid #001e4b;
  transition: all ease 0.25s;
}

.btn-primary-light,
.btn-primary-light:hover,
.btn-primary-light:focus,
.btn-primary-light:active,
.btn-primary-light:not(:disabled):not(.disabled).active,
.btn-primary-light:not(:disabled):not(.disabled):active {
  background: #0053cd;
  border-color: #0053cd;
}
.btn-outline-primary-light{
  color: #0053cd;
  border-color: #0053cd;
  background-color: white;
}
.btn-outline-primary-light:hover,
.btn-outline-primary-light:focus,
.btn-outline-primary-light:active,
.btn-outline-primary-light:not(:disabled):not(.disabled).active,
.btn-outline-primary-light:not(:disabled):not(.disabled):active {
  color: #0053cd;
  border-color: #0053cd;
  background-color: white;
  background: #001e4b;
  color: #fff;
  border: 1px solid #001e4b;
  transition: all ease 0.25s;
}

.btn-secondary {
  border: 2px solid #b9af7a;
  color: #fff;
  background-color: #b9af7a;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background: #908655;
  color: #fff;
  border: 2px solid #908655;
  transition: all ease 0.25s;
}

.btn-outline-secondary {
  border: 2px solid #b9af7a;
  color: #b9af7a;
  background-color: transparent;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background: #b9af7a;
  color: #ffffff;
  border: 2px solid #b9af7a;
  transition: all ease 0.25s;
}

.btn-success {
  border: 1px solid #78bf24;
  color: #fff;
  background-color: #78bf24;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background: #fff;
  color: #78bf24;
  border: 1px solid #78bf24;
  transition: all ease 0.25s;
}

.btn-outline-success {
  border: 1px solid #78bf24;
  color: #78bf24;
  background-color: #fff;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  background: #78bf24;
  color: #fff;
  border: 1px solid #78bf24;
  transition: all ease 0.25s;
}

.btn-white {
  border: 1px solid #fff;
  color: #111111;
  background-color: #fff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show > .btn-white.dropdown-toggle {
  background: #fff;
  color: #fc231d;
  border: px solid #fff;
  transition: all ease 0.25s;
}

.btn-outline-white {
  border: 2px solid #fff;
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show > .btn-outline-white.dropdown-toggle {
  background: #ffffff;
  color: #908655;
  border: 2px solid #ffffff;
  transition: all ease 0.25s;
}

.btn-whatsapp {
  border: 2px solid #1ac172;
  color: #fff;
  background-color: #1ac172;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus,
.btn-whatsapp:active,
.btn-whatsapp:not(:disabled):not(.disabled).active,
.btn-whatsapp:not(:disabled):not(.disabled):active,
.show > .btn-whatsapp.dropdown-toggle {
  background: #10a861;
  color: #fff;
  border: 2px solid #10a861;
  transition: all ease 0.25s;
}

.rounded-lg {
  border-radius: 15px !important;
}

.btn-link {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 600;
  transition: 0.3s;
}

.btn-link-secondary {
  color: var(--secondary);
}

.btn-link::after {
  content: url(../images/arrow.svg);
  margin-left: 0.6rem;
  transition: 0.3s;
}

.btn-link:hover,
.btn-link:visited {
  text-decoration: none;
  color: var(--secondary);
}

.btn-link:hover::after {
  margin-left: 0.9rem;
}

/*///////////////// HEADER /////////////////*/
.menu {
  overflow-x: clip;
}

header {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.navbar-brand {
  width: 340px;
  height: 72px;
  background-image: url(../images/logo-red-laboral-alt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Navegador principal */
.navbar {
  padding: 1rem 8%;
  background-color: transparent;
}

.custom-nav {
  justify-content: end;
  width: 100%;
  align-items: center;
}

.nav-link {
  color: #fff !important;
  padding: 0.4rem 0rem !important;
  margin-right: 1.2rem !important;
  margin-left: 1.2rem !important;
  font-weight: 400;
  position: relative;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

.nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0rem;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background: var(--secondary);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-link:hover:after,
.nav-link.active:after {
  width: 35px;
}

/* Navegador interna */
.header-interna .navbar {
  background-color: white;
}
.header-interna .navbar .nav-link {
  color: #02327c !important;
}

.header-interna .navbar-brand {
  background-image: url(../images/logo-red-laboral.svg);
}

/* Bs nav para el menú mobile */
.bsnav-light .navbar-toggler .navbar-toggler-icon,
.bsnav-light .navbar-toggler .navbar-toggler-icon::after,
.bsnav-light .navbar-toggler .navbar-toggler-icon::before {
  background-color: #000000;
}

.bsnav-mobile .navbar {
  left: 0 !important;
  transform: translate3d(-320px, 0, 0) !important;
  width: 300px;
}

.bsnav-mobile.in .navbar {
  transform: translate3d(0px, 0, 0) !important;
}

.bsnav-mobile .navbar.bsnav-dark {
  background: linear-gradient(
    45deg,
    rgba(0, 83, 205, 1) 0%,
    rgba(2, 50, 124, 1) 54%
  );
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  padding: 30px 0 15px;
  border-bottom: 5px solid var(--secondary);
}

.bsnav-sticky.bsnav-sticky-fade.sticked.in {
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
  top: 0;
  transition: opacity 0.5s 0.4s;
  background-color: white;
}

.sticked.in .navbar-brand {
  background-image: url(../images/logo-red-laboral.svg);
}

.sticked.in .nav-link {
  color: #02327c !important;
}

.whatsapp-mobile {
  position: fixed;
  z-index: 700;
  bottom: 1.5rem;
  right: 1.5rem;
  opacity: 0.9;
  transition: all ease 0.25s;
}

.whatsapp-mobile {
  width: 56px;
  height: 56px;
}

.whatsapp-mobile:hover {
  opacity: 1;
  transition: all ease 0.25s;
}

.move-on-bottom {
  bottom: 4rem;
}

/*///////////////// MAIN /////////////////*/
.main {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.main-content {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}

.main-left-content {
  background: url(../images/bg-hero-left.jpg) no-repeat center center / cover;
}

.main-right-content {
  background: url(../images/bg-hero-right.jpg) no-repeat center center / cover;
}

.main-deco {
  padding: 0.6rem 0.8rem;
  position: absolute;
  left: 2.5rem;
  top: calc(50% + 120px);
  bottom: auto;
  border: 1px solid rgba(255, 255, 255, 0.318);
  background-color: rgba(255, 255, 255, 0.152);
  border-radius: 35px;
  right: 0;
  width: fit-content;
  height: fit-content;
  transform: rotate(270deg);
  transform-origin: center left;
}

.main-deco p::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--secondary);
  border-radius: 50%;
  margin-right: 0.6rem;
  display: inline-flex;
}

/*////////////// ABOUT //////////////*/
.about {
  padding: 4rem 0;
}

/*////////////// COMO FUNCIONA //////////////*/
.how-it-works {
  padding: 4rem 0;
  scroll-margin-top: 4rem;
  background: #0053cd;
  background: linear-gradient(
    141deg,
    rgba(0, 83, 205, 1) 0%,
    rgba(2, 50, 124, 1) 54%
  );
}

.card {
  border: 0;
  background-color: white;
  border-radius: 15px;
  padding: 1.2rem;
}

.how-it-works-card {
  height: 285px;
  overflow: hidden;
}

.how-it-works-card-header {
  gap: 0.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.how-it-works-card-header img {
  width: 54px;
  height: 54px;
}

.how-it-works-card-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

#institutionsCarousel .f-carousel__slide {
  width: 33.33%;
  padding: 0.5rem;
}

#institutionsCarousel .f-carousel__slide img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.icon-dashboard-card{
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}
.dashboard-action-icon{
  width: 28px;
  border-radius: 0px !important;
}
/*////////////// FIND YOUR WORK //////////////*/
.find-your-work {
  padding: 4rem 0;
}

.find-your-work-card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  color: #404040;
}

.find-your-work-card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.find-your-work-card-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.work-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-right: 1rem;
}

.work-title img {
  width: 56px;
  height: 56px;
  object-fit: cover;
}

.work-description p {
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.badge {
  border-radius: 5px;
  padding: 0.2rem 0.4rem;
  color: white;
}

.badge small {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.badge-blue {
  background-color: #0053cd;
}

.badge-green {
  background-color: #38ae50;
}

.badge-yellow {
  background-color: #eea30f;
}
.badge-red {
  background-color: #CD1500;
}

/*////////////// PARTNERS //////////////*/
.partners {
  padding: 4rem 0;
  background-color: #f7fafe;
}

.partner-card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.partner-card img {
  width: 100%;
  height: 65px;
  object-fit: contain;
  filter: grayscale(1);
  transition: 0.3s;
}

.partner-card:hover img {
  filter: grayscale(0);
}

/*////////////// BENEFITS //////////////*/
.benefits {
  padding: 4rem 0;
  background-color: #f7fafe;
}

.benefits-card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.benefits-card img {
  height: 50px;
  margin-bottom: 0.8rem;
}

/*////////////// DESTACADOS HOME //////////////*/
.highlights {
  padding: 5rem 0;
  background: url(../images/bg-destacados.svg) #f5f5f5;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
}

/* Carousel */
.highlights-carousel .f-carousel__slide {
  width: 30%;
}

.highlights-carousel::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 100%;
  background: rgb(245, 245, 245);
  background: linear-gradient(
    -90deg,
    rgba(245, 245, 245, 1) 17%,
    rgba(245, 245, 245, 0) 100%
  );
  right: -20px;
  top: 0;
}

.highlight-container {
  transition: 0.3s;
  border-radius: 20px;
  overflow: hidden;
  margin: 1rem 0.8rem 1.2rem 0.6rem;
}

.highlight-container:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.highlight-container:hover .highlight-img-container::after {
  opacity: 0.3;
}

.highlight-img-container {
  height: 205px;
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
}

.highlight-img-container::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0;
  transition: 0.3s;
}

.highlight-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.highlight-text {
  padding: 1.6rem;
  border-radius: 0 0 20px 20px;
  background-color: white;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.highlight-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0.4rem;
  color: #111111;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.1;
}

.highlight-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fc231d;
  font-size: 18px;
}

/*///////////////// TEXT BLOCK /////////////////*/
.text-block {
  padding: 4rem 0;
}

.text-block-img-container {
  position: relative;
}

.text-block-img-container-deco {
  position: absolute;
  right: -55px;
  top: -25px;
}

.text-block-img-container-deco-top {
  position: absolute;
  right: 15px;
  top: 15px;
}

.text-block-img-container-deco-bottom {
  position: absolute;
  left: -55px;
  bottom: -25px;
}

.text-block-custom {
  height: 500px;
  width: 100%;
  border-radius: 0 20px 0 20px;
}

.nav-tabs {
  border-bottom: 4px solid #bfbfbf56;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}

.nav-tabs .nav-link {
  border: 0;
  background: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.8rem 1.2rem !important;
  color: #111111 !important;
  margin: 0 0 -4px 0 !important;
  border-bottom: 4px solid #bfbfbf56;
  transition: 0.3s;
  width: 33.3%;
}

.nav-tabs .nav-link::after {
  content: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #111111;
  border-bottom: 4px solid #fc231d;
}

/*/////////////////  CAROUSEL DE NOVEDADES /////////////////*/
.news-carousel {
  padding: 5rem 0;
  background-color: #f5f5f5;
}

.news-carousel .f-carousel__slide {
  margin: 1.4rem 1rem 1.4rem 0;
  width: 30%;
}

.news-carousel .f-carousel__nav {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  margin-top: 2rem;
}

.news-carousel .f-carousel__nav button {
  position: relative !important;
  color: #fc231d;
  width: 60px;
  transform: none !important;
}

.news-highlight-container {
  background: white;
}

.news-highlight-container .highlight-img-container {
  border-radius: 20px;
}

.news-highlight-container .highlight-img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  border-radius: 20px;
}

.news-highlight-container .highlight-text {
  padding: 1.6rem;
  border-radius: 0 0 20px 20px;
  background-color: white;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-highlight-container .highlight-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0.4rem;
  color: #111111;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.1;
}

.news-highlight-container .highlight-subtitle {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.1;
  color: #111111;
}

.news-highlight-container .highlight-subtitle.two-lines {
  -webkit-line-clamp: 3;
}

/*/////////////////  DISTRIBUIDORES /////////////////*/
.distributors {
  padding: 6rem 0 4rem 0;
}

#distributorsCarousel .f-carousel__slide {
  width: 21%;
}

#distributorsCarousel .f-carousel__nav {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 2rem;
}

#distributorsCarousel .f-carousel__nav button {
  position: relative !important;
  color: #fc231d;
  width: 60px;
  transform: none !important;
}

.distributor-container {
  height: 510px;
  position: relative;
  margin: 1rem 0.6rem;
}

.distributor-container::after {
  content: "";
  width: 100%;
  height: 180px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.8295693277310925) 30%,
    rgba(255, 255, 255, 0) 83%
  );
  position: absolute;
  left: 0;
  bottom: 0;
}

.distributor-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: cover;
}

.distributor-logo {
  width: auto;
  max-width: 125px;
  /*height: 50px;*/
  object-fit: contain;
  object-position: bottom;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 1.6rem;
  z-index: 5;
}

/*/////////////////  CONTACTO /////////////////*/
.contact-position {
  position: relative;
  z-index: 1;
}

.iframe-map-container {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  margin-top: -250px;
  position: relative;
  z-index: 0;
}

.iframe-map-container iframe {
  width: 100%;
  height: 700px;
  top: -60px;
  display: block;
  pointer-events: none;
  position: relative;
  /* IE needs a position other than static */
}

.iframe-map-container iframe.clicked {
  pointer-events: auto;
}

.fx-fading-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

form {
  position: relative;
}

.loading {
  display: none;
}

.contact-container {
  position: relative;
  margin-top: -200px;
}

.contact-card {
  border-radius: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  overflow: hidden;
  background-color: white;
}

.contact-card img {
  height: 255px;
  width: 100%;
  object-fit: cover;
}

.contact-card ul {
  margin-bottom: 0;
  padding-left: 0rem;
  list-style: none;
}

.contact-card ul li {
  margin-bottom: 0.8rem;
}

.contact-card ul li i {
  font-size: 18px;
  margin-right: 0.6rem;
}

.contact-card a {
  color: #111111;
  transition: 0.3s;
}

.contact-card a:hover {
  color: #fc231d;
}

.form-control {
  border-radius: 8px;
  font-size: 16px;
  color: #111111;
  height: 2.8rem;
}

.form-control:focus {
  border: 1px solid #878787;
  box-shadow: none;
}

.form-label {
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.1rem;
  text-transform: uppercase;
}

.has-error .form-control {
  border-color: #dc3545 !important;
  background-color: #fdf5f5;
}

.help-block {
  color: #dc3545;
}

/*/////////////////  FOOTER /////////////////*/
footer {
  background: #02327c;
  padding: 4rem 0 6rem 0;
  position: relative;
}

footer .container {
  z-index: 1;
  position: relative;
}

.bg-footer {
  position: absolute;
  width: 95%;
  height: 475px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  object-fit: cover;
}

.counter-block-item {
  background-color: #1b4788;
  border-radius: 8px;
  padding: 1.2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.counter-detail {
  font-size: 24px;
  margin-bottom: 0.2rem;
  line-height: 1.1;
}

.counter-number {
  font-size: 36px;
}

.footer-logo {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

footer h6 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 0.6rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: white;
}

footer h6::after {
  content: "";
  background-color: #b9b17e;
  width: 35px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-list {
  padding-left: 0px;
  list-style: none;
}

.footer-list li {
  padding-left: 0px;
  margin: 0 0 0.6rem 0;
}

.footer-list li a {
  color: #ffffff;
  transition: 0.3s;
  position: relative;
}

.footer-list li a::after {
  content: "";
  background-color: #ffffff;
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

.footer-list li a:hover::after {
  width: 100%;
}

.footer-list li a:hover {
  font-weight: 500;
}

.social-media-container {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.social-media-container a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #ffffff36;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media-container a:hover {
  background-color: #b9b17e;
}

.copyright {
  background: transparent;
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.border-top {
  border-top: 1px solid #ffffff39 !important;
}
/*/////////////////////////// INTERNA DEFAULT  /////////////////////////////*/
.title-section-sm {
  min-height: 350px;
  padding: 3rem 0;
  display: flex;
  text-align: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
/*////////////////////////////////////////////////////////////////////
 /////////////////////////// SOY EGRESADO  /////////////////////////////*/
.title-section {
  min-height: 800px;
  padding: 6rem 0;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.top-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border-radius: 10px;
  background-color: #ffffff28;
  margin-bottom: 1.6rem;
  padding: 0.4rem 0.6rem;
  color: white;
  width: fit-content;
}

.top-title img {
  height: 22px;
  width: auto;
}

.about-steps {
  margin: 5rem 0;
}

.step-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-icon-container {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #0053cd;
  background: linear-gradient(142deg, #e5effb 0%, #c2cfe1 95%);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.step-icon-container.active {
  background: linear-gradient(142deg, #0053cd 0%, rgb(0, 39, 94) 95%);
}
.step-icon-container.active img {
  filter: grayscale(1) brightness(10) contrast(5);
}

.step-container img {
  height: 45px;
  width: auto;
}

.step-line {
  position: relative;
}

.step-line::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #d9e0eb;
  left: 50%;
  position: absolute;
  top: 40px;
  z-index: -1;
}

.advantages {
  padding: 6rem 0 10rem 0;
  background-color: #0053cd;
  background: linear-gradient(
    to bottom,
    #0053cd 92%,
    rgb(255, 255, 255) 92% 100%
  );
  position: relative;
}

.advantages-bg {
  position: absolute;
  right: 0;
  top: 3rem;
  height: calc(100% - 4rem);
  width: 45%;
  object-fit: contain;
  object-position: right bottom;
}

.advantages-card {
  min-height: 140px;
}

.advantages-card-header {
  gap: 0.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.advantages-card-header img {
  width: auto;
  height: 36px;
}

.testimonials {
  padding: 4rem 0;
}

#testimonialsCarousel .f-carousel__slide {
  width: 85%;
  padding: 0.5rem;
}

.f-carousel__dots li,
.f-carousel__dots li.is-current {
  opacity: 1;
}

.f-carousel__dots li.is-current .f-carousel__dot {
  width: 18px;
  height: 18px;
  background-color: var(--primary);
}

.f-carousel__dot {
  width: 12px;
  height: 12px;
  background-color: var(--secondary);
}

.testimonial-container {
  background-color: #f7fafe;
  border-radius: 15px;
  padding: 1.2rem;
  min-height: 285px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

.testimonial-stars {
  margin-bottom: 1rem;
  height: 19px;
  width: auto;
}

.testimonial-author {
  display: flex;
  gap: 0.8rem;
}

.testimonial-author img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.faqs {
  padding: 5rem 0;
}

.accordion .card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 0.8rem;
  border-radius: 15px !important;
}

.accordion .card-header {
  border: 0;
  background-color: white;
  padding: 0;
}

.accordion .card-header button {
  border: 0;
  background-color: white;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: var(--primary);
  text-align: left;
  padding-right: 2rem;
  width: 100%;
  position: relative;
}

.accordion .card-header button::after {
  content: url(../images/arrow-down.svg);
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
}
.accordion .card-header button.collapsed::after {
  content: url(../images/arrow-down.svg);
  transform: none;
}

.accordion .card-body {
  padding: 0.8rem 0 0 0;
  font-weight: 300;
}
.empresa-verificada{
  width: 160px;
  margin: 0px 10px;
  padding: 0px;
}
.job-detail-conditions{
  background-color: #F1F4F8;
  border-radius: 15px;
}
.job-applicants{
  border-bottom: 1px solid #f2f6fb;
  align-items: center;
  transition: 0.3s;
}
.job-applicants:hover{
  background-color: #f2f6fb ;
}
.job-applicants-photo{
  max-width: 55px;
  margin-right: 15px;
  border-radius: 100px;
}
.job-applicants-photo-profile{
  max-width: 120px;
}
/*////////////////////////////////////////////////////////////////////
 /////////////////////////// SOY EMPRESA  /////////////////////////////*/
.registration {
  padding: 5rem 0;
}

.form-container {
  background-color: white;
  border-radius: 15px;
  padding: 2rem;
}

.form-group {
  margin: 0;
}

form label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: -0.1rem;
}

.form-control {
  border-radius: 5px;
  font-size: 16px;
  color: #404040;
  transition: 0.3s;
}
.form-control:focus {
  border: 1px solid #02337c76;
}

/*////////////////////////////////////////////////////////////////////
 /////////////////////////// DASHBOARD /////////////////////////////*/
.dashboard {
  margin-top: -3rem;
  padding-bottom: 6rem;
}

.dashboard-container {
  border-radius: 15px;
  background-color: white;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 1.2rem;
}

.dashboard-content {
  background-color: #f7fafe;
  border-top: 2px solid #d9e0eb;
  border-radius: 0 0 15px 15px;
  padding: 4rem 1.2rem 3rem 1.2rem;
}

/* Ofertas */
.dahsboard-search-container {
  background-color: white;
  border-radius: 35px;
  padding: 0.4rem 0.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.dahsboard-search-container input {
  border: 0;
  height: 50px;
  width: 100%;
  font-size: 15px;
  color: #404040;
}

.dahsboard-search-container input:focus {
  border: 0;
  outline: none;
}

.dahsboard-input-select-container {
  border-left: 1px solid #d9e0eb;
  height: 50px;
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0 0.8rem;
}

.dahsboard-search-container select {
  border: 0;
  height: 50px;
  width: 100%;
  font-size: 15px;
  color: #404040;
}

.dahsboard-search-container select:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}

.dahsboard-search-container button {
  white-space: nowrap;
  font-size: 15px;
  padding: 10px 18px;
}

.dahsboard-search-container button:hover {
  transform: none;
}

.dashboard-btn-group-container {
  border-top: 1px solid #d9e0eb;
  padding-top: 1rem;
}

.btn-group {
  display: inline-block;
}

.btn-group .btn {
  background-color: #ffffff;
  color: #404040;
  border: 1px solid #ffffff;
  margin: 0.4rem 0.05rem !important;
  border-radius: 26px !important;
  font-size: 13px;
  transition: 0.3s;
  font-weight: 400;
  padding: 6px 10px;
  min-height: 33px;
}

.btn-group .btn.active {
  background-color: #0053cd;
  border-color: #0053cd;
  color: white;
}

.btn-group .btn.focus {
  box-shadow: none;
}

.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active {
  box-shadow: none;
  transform: none;
  background-color: #0053cd;
  border-color: #0053cd;
  color: white;
}

.btn-group select {
  font-size: 13px;
  width: fit-content;
  border: 0;
  border-radius: 25px;
  margin: 0.4rem 0.05rem !important;
  padding: 6px 10px;
  display: inline-block;
  height: auto;
  color: #404040;
}

.btn-group select:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
  height: auto;
}

/* Datos personales */
.dashboard-content-form .form-group label {
  text-transform: uppercase;
  font-weight: 400;
}
.dashboard-content-form .form-group label span,
.dashboard-content-form small span {
  color: #c80e1b;
}

.form-divider {
  width: 100%;
  height: 1px;
  background-color: #40404033;
}

.dashboard-content-form .form-check {
  background-color: white;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #ced4da;
  width: 100%;
  max-width: 330px;
}
.dashboard-content-form .form-check-inline {
  width: auto;
}

.dashboard-content-form .form-check input {
  margin-left: 0;
}
.dashboard-content-form .form-check label {
  margin-left: 1.4rem;
  font-size: 16px;
  font-weight: 400;
}

.custom-upload {
  width: 100%;
  padding: 2rem;
  background-color: white;
  border-radius: 8px;
  border: 1px #0053cd dashed;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.custom-upload p {
  color: #0053cd;
  font-size: 14px;
  text-transform: none;
}
.custom-upload:hover{
  border: 1px #0053cd solid;
}

.custom-uploaded {
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: #efefef;
  border-radius: 8px;
  border: 1px #dddddd solid;
  display: flex;
  align-items: center;
}
.custom-uploaded p {
  color: #0053cd;
  font-size: 13px;
  text-transform: none;
}
.text-light{
  color: #666 !important;
}
.text-warning{
  color: #d9a60b !important;
}

.custom-uploaded-cta{
  font-size: 12px;
  margin-left: 20px;
  display: block;
}
/*////////////////////// SELECT2 ////////////////////*/
.select2-selection--single{
  border: 1px solid #ced4da !important;
  border-radius: 5px !important;
  padding: .375rem .75rem;
  height: 2.8rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 8px !important;
}
.select2-results__option{
  font-size: 15px !important;
  padding-left: 16px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #b9af7a  !important;
    
}
/*////////////////////////////////////////////////////////////////////
 /////////////////////////// NOVEDADES  /////////////////////////////*/
.min-500 {
  min-height: 500px;
}

.new-container-internal {
  transition: 0.3s;
}

.new-container-internal img {
  height: 280px;
}

.new-container-internal .new-text {
  transform: translateY(50px);
  margin-top: -60px;
  transition: 0.3s;
}

.new-container-internal:hover {
  box-shadow: 0px -1px 36px -12px rgb(0 0 0 / 50%);
  -webkit-box-shadow: 0px -1px 36px -12px rgb(0 0 0 / 50%);
}

.new-container-internal:hover .new-text {
  transform: translateY(0px);
}

/* Paginador */
.pagination .page-item {
  margin: 0 0.4rem;
}

.pagination .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  font-family: "Titillium Web", sans-serif;
}

.pagination .page-link {
  color: #b80127;
  background-color: transparent;
  border: 1px solid #b80127;
  font-weight: 600;
  font-size: 17px;
  transition: 0.3s;
}

.pagination .page-item:not(.disabled):hover .page-link {
  color: #fff;
  background-color: #b80127;
  border-color: #b80127;
}

.pagination .page-item.active .page-link {
  background-color: #b80127;
  border-color: #b80127;
  transform: scale(1.2);
}

.pagination .page-item.disabled .page-link {
  background-color: transparent;
  border-color: #6c757d;
}

.innovation-banner {
  background-image: url(../images/innovacion-right.jpg);
  background-size: auto;
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 390px;
  display: flex;
  align-items: center;
  position: relative;
}

.innovation-banner::before {
  content: "";
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background-color: #f7f8fb;
  position: absolute;
  z-index: -1;
}

.innovation-banner-text {
  background-color: #fc231d;
  padding: 4rem 0;
  color: white;
  position: relative;
  padding-right: 4rem;
}

.innovation-banner-content {
  position: relative;
  z-index: 1;
}

.innovation-banner-text::before {
  content: "";
  height: 100%;
  width: 3000px;
  right: -5rem;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  position: absolute;
  top: 0;
  background-color: #fc231d;
  z-index: 0;
}

.innovation-banner-text::after {
  content: url(../images/medio-ambiente-deco-top.svg);
  left: -20%;
  position: absolute;
  top: 0;
  z-index: 1;
}

/*///////////////// PRODUCTOS /////////////////*/
.breadcrumb {
  background-color: #fff;
  color: #707070;
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 0.8rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #111111;
  content: "-";
  line-height: 2.6;
}

.breadcrumb a {
  color: #111111;
  transition: 0.3s;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: none;
  color: #fc231d !important;
}

a.top-titles-deco:hover {
  color: #fc231d !important;
}

.breadcrumb-item.active:last-child a {
  font-weight: 700 !important;
}

.products-section-carousel {
  padding: 4rem 0;
  position: relative;
  margin-top: -55px;
}

.products-section-carousel::before {
  content: "";
  width: 100%;
  max-width: 1140px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fc231d;
  border-radius: 35px 35px 0 0;
  margin: auto;
}

.products-section-carousel .f-carousel__slide {
  padding: 1rem;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-section-carousel .f-carousel__slide a {
  width: 100%;
}

.products-section-carousel .f-carousel__slide .product-container {
  width: 270px;
}

.products-section-carousel .f-carousel__nav {
  justify-content: center;
  margin-top: 2rem;
  display: flex;
  flex-direction: row-reverse;
}

.products-section-carousel .f-carousel__nav button {
  position: relative !important;
  color: #fff !important;
  width: 60px;
  transform: none !important;
}

.search-product .form-control {
  background-color: #ebecf1;
  color: #fc231c;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: 0;
  padding: 0 1.2rem;
  height: calc(2rem + 0.75rem + 15px);
}

.search-product button {
  border: 0;
  outline: 0;
  color: #fc231d;
  height: 100%;
  width: 50px;
  border-radius: 0 50px 50px 0;
  font-size: 20px;
  background-color: #ebecf1;
}

.search-product select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/arrow-down.svg) 95% / 5% no-repeat;
}

.search-product .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fc231c;
}

.search-product .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fc231c;
}

.search-product .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fc231c;
}

.search-product .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fc231c;
}

.highlights-products {
  padding: 4rem 0;
  background: url(../images/deco-center.svg),
    url(../images/rrhh-line-deco-left.svg) #f7f8fb;
  background-position: center left, top right;
  background-position-x: 5%, 90%;
  background-repeat: no-repeat;
  background-size: auto;
}

.catalogo-product-container {
  position: relative;
  overflow: hidden;
}

.product-img-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-img-container img {
  width: 100%;
  object-fit: cover;
}

.product-img-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fc231c;
  opacity: 0;
  transition: 0.3s;
}

.catalogo-product-container:hover .product-img-container::after {
  opacity: 0.7;
}

.product-img-container-plus {
  opacity: 0;
  position: absolute;
  z-index: 5;
  width: 75px !important;
  height: 75px !important;
  display: block;
  transition: 0.3s;
}

.catalogo-product-container:hover .product-img-container-plus {
  opacity: 1;
}

.product-titles-container {
  padding: 1rem;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-titles-container i {
  color: #fc231d;
  font-size: 18px;
  margin-left: 1rem;
  transform: translateX(-30px);
  transition: 0.3s;
  opacity: 0;
}

.catalogo-product-container:hover .product-titles-container i {
  transform: translateX(0px);
  opacity: 1;
}

/*///////////////// BACK /////////////////*/
.contenido {
  line-height: 1.75;
}

.contenido-main-img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.contenido a:not(.btn) {
  color: #02327c;
  text-decoration: underline;
}

.contenido .btn-link {
      color: currentcolor;
}
.contenido .btn-link:hover {
      transform: none;
}

.share-section ul {
  list-style: none;
}

.share-section ul li:not(:last-child) {
  margin: 0 0.8rem 0 0;
}

.share-section ul li a {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.share-section ul li a.icono-fb {
  background-color: #3b5998;
}

.share-section ul li a.icono-tw {
  background-color: #1da1f2;
}

.share-section ul li a.icono-wh {
  background-color: #1cd071;
}

.share-section ul li a.icono-em {
  background-color: #fb405a;
}

.contenido p {
  margin-bottom: 1rem;
  font-size: 16px;
}

.contenido h1 {
  font-weight: 700;
  font-size: 40px;
  color: #02327c;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1rem;
}

.contenido h2 {
  font-weight: 700;
  font-size: 32px;
  color: #02327c;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.contenido h2::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #b9af7a;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.contenido h3 {
  font-weight: 700;
  font-size: 28px;
  color: #404040;
  margin-top: 2rem;
  font-family: "Montserrat", sans-serif;
}

.contenido h4 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 1.5rem;
  color: #02327c;
  font-family: "Montserrat", sans-serif;
  border-bottom: 2px solid #b9af7a;
  padding-bottom: 0.4rem;
}

.contenido h5 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 1.5rem;
  color: #404040;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

.contenido h5::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #b9af7a;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.contenido h6 {
  font-weight: 600;
  font-size: 18px;
  color: #02327c;
  font-family: "Montserrat", sans-serif;
  margin-top: 1.5rem;
}

.contenido ul {
  list-style: none;
  font-size: 16px;
}

.contenido ol {
  font-size: 16px;
}

.contenido ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #b9af7a;
  display: block;
  position: absolute;
  margin-top: 10px;
  left: 1rem;
}

.contenido blockquote {
  color: #404040;
  padding: 2rem 4rem 1rem 2rem;
  margin: 1.5rem 0;
  border-radius: 20px;
  background: url(/frontend/images/icon-quote.svg) 95% 10% no-repeat #f7fafe;
}

.contenido p img {
  display: block;
  height: auto !important;
  max-width: 100%;
}

.contenido dl,
ol,
ul {
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
}

.contenido .media {
  padding-bottom: 1.5rem;
}

.alert {
  color: white;
  border-radius: 8px;
  line-height: 1.2;
  font-size: 14px;
}

.alert-dismissible .close {
  padding: 0.4rem 0.8rem;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: anchor-center;
}

.close:hover {
  opacity: 1;
  color: currentColor;
}

.alert-dismissible .close span {
  font-weight: 300;
  font-size: 24px;
}
.alert-error {
    background-color: #fde9e9;
    color: #d30d0d
}

.alert-success {
    background-color: #dfffe0;
    color: #4caf50
}

.alert-info {
  background-color: #0577b5a9;
  border-color: #0577b58a;
}

.alert-danger {
  background-color: #b70000a4;
  border-color: #7900008a;
}

.alert-warning {
  background-color: #fff3cf;
  border-color: #dbc993;
  color: #b3902a;
}

/*////////////////////////////////////////////////////////////////////
 /////////////////////////// SERVICIOS  -INTERNA- /////////////////////////////*/
.service-card {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: 0.3s;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 350px;
  border-radius: 20px;
  padding: 1.6rem;
  text-align: center;
  color: #111111;
  overflow: hidden;
}

.service-card-link {
  transform: translateY(100px);
  transition: 0.3s;
  opacity: 0;
}

.service-card img {
  width: 140px;
  margin-bottom: 1.4rem;
  transition: 0.3s;
}

.service-card:hover {
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.2) !important;
}

.service-card:hover .service-card-link {
  transform: translateY(0);
  opacity: 1;
}

.services-banner {
  background-image: url(../images/bg-servicios-banner.jpg);
  padding: 14rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 270px 0 0 0;
}

.modal-content {
  border: 0;
  border-radius: 25px;
  outline: 0;
}

.modal-body {
  padding: 1.4rem;
}

.close {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 2.1rem;
  opacity: 0.7;
  z-index: 5;
  font-weight: 500
  transition: 0.3s;
}

/*////////////////////////////////////////////////////////////////////
 /////////////////////////// PRODCUTOS -INTERNA- /////////////////////////////*/
.service-card-sm {
  height: 285px;
}

.service-card-sm img {
  transition: 0.3s;
}

.service-card:hover img,
.service-card-sm:hover img {
  transform: scale(1.1);
}

.highlight-container-products {
  margin: 0;
  border: 1px solid #e4e4e4 !important;
}

.highlight-container-products .highlight-img-container {
}

.highlight-container-products .highlight-text {
  min-height: 160px;
  padding: 1rem 1.2rem;
}

.highlight-container-products .highlight-text .highlight-title {
  -webkit-line-clamp: 2;
}

/*///////////////// Productos - Detalle /////////////////*/
/* Filtros */
.category-list-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.category-filter-title {
  background-color: #b80127;
  color: white;
  display: flex;
  align-items: center;
  padding: 1rem;
  font-size: 18px;
}

.category-filter-title span {
  margin-right: 6px;
}

.category-list-container .subnav,
.category-list-container .category-nav {
  width: 100%;
}

@media (max-width: 768px) {
  .category-nav {
    display: none;
  }
}

.category-nav a label {
  cursor: pointer;
  transition: 0.3s;
}

.category-nav a label:hover {
  color: #fc231d;
}

.category-nav a.collapse {
  display: block;
  margin-bottom: 0.5rem;
}

.category-nav a.collapse.active i {
  transform: rotate(180deg);
}

.category-nav a.collapse.active label {
  color: #fc231d;
}

.category-nav > li.subnav {
  border-bottom: 1px solid #ececec;
}

.category-nav > li.subcategory-item:not(:last-child) {
  border-bottom: 1px solid #ececec;
}

.category-title {
  font-weight: 600;
  color: #111111;
}

.category-list-container ul.subcategory-nav {
  padding-left: 1.2rem !important;
}

.category-list-container ul.subcategory-nav i {
  display: none;
}

.category-list-container ul.subcategory-nav li {
  padding: 0 !important;
}

.category-list-container ul.subcategory-nav li {
  list-style: disc;
}

.category-list-container ul.subcategory-nav li::marker {
  color: #fc231d;
}

.category-list-container ul.collapse li a > label {
  font-weight: 500;
}

.category-list-container ul.collapse li ul a > label {
  font-weight: 400;
  font-size: 15px;
}

.category-list-container ul.collapse li ul li {
  list-style: circle;
}

.category-list-container ul.collapse li ul li::marker {
  color: #a5a5a5;
}

/* Fin filtros */

.product-detail-gallery-lg {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: 0.3s;
  border: 1px solid transparent;
}

.product-detail-gallery-sm {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border: 1px solid transparent;
  transition: 0.3s;
}

.product-detail-gallery-sm:hover,
.product-detail-gallery-lg:hover {
  border: 1px solid #fc231d;
}

.detail-product-title {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 0.8rem;
}

.detail-description-title {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 0.4rem;
  position: relative;
  margin-bottom: 1rem;
}

.detail-description-title::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #fc231d;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.product-detail-section ul li::marker {
  color: #fc231d;
}

.product-detail-about {
  background-image: url(../images/bg-prodcut-detail.jpg);
  padding: 1rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.product-detail-about-icon {
  text-align: center;
  line-height: 1.2;
}

.product-detail-about-icon img {
  height: 60px;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.about-tooltip:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  margin: auto;
  top: -14%;
  transition: all 0.1s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fc231d transparent transparent transparent;
}

.about-tooltip:after {
  content: attr(data-tooltip);
  font-size: 14px;
  border-radius: 15px;
  position: absolute;
  color: #fff;
  background: #fc231d;
  padding: 1rem;
  width: max-content;
  max-width: 200px;
  opacity: 0;
  pointer-events: none;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
}

.about-tooltip:hover:before,
.about-tooltip:hover:after {
  opacity: 1;
}

.about-tooltip:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.share-section-products a {
  background-color: #f4f4f4 !important;
  color: #b0b0b0 !important;
  transition: 0.3s;
}

.share-section-products a:hover {
  background-color: #e1e0e0 !important;
  color: #727272 !important;
}

/*/////////////////  RESPONSIVE /////////////////*/

@media (max-width: 1440px) {
}

@media (max-width: 1439px) {
  .full-w-info {
    max-width: 100% !important;
    width: 100%;
    flex: initial;
    padding-right: 15px !important;
  }
}

@media (max-width: 1360px) {
  .navbar {
    padding: 1rem 5%;
  }
}

@media (max-width: 1240px) {
  .navbar {
    padding: 1rem;
  }

  .how-it-works-card {
    height: 300px;
  }

  .advantages {
    padding: 6rem 0;
    background: #0053cd;
  }
}

@media (max-width: 1140px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
  .navbar-brand,
  .sticked.in .navbar-brand {
    background-image: url(../images/logo-red-laboral.svg);
  }

  .navbar {
    background-color: white;
  }

  .main {
    flex-direction: column;
    height: auto;
    padding-top: 90px;
  }

  .main-content {
    width: 100%;
    height: auto;
    padding: 4rem 0;
  }

  .main-deco {
    display: none;
  }

  .how-it-works-card {
    height: auto;
  }

  #institutionsCarousel .f-carousel__slide {
    width: 85%;
  }

  .text-block-img-container-deco-bottom {
    position: absolute;
    left: -25px;
    bottom: -25px;
  }

  .highlight-img-container {
    height: 250px;
  }

  .service-card-link {
    transform: translateY(0px);
    opacity: 1;
  }
}

@media (max-width: 525px) {
  .navbar-brand,
  .sticked.in .navbar-brand {
    width: 270px;
    height: 65px;
  }

  .btn-sm {
    font-size: 14px;
  }

  .mobile-center {
    text-align: center;
  }

  .main-content {
    padding: 3rem 0;
  }

  .benefits-card {
    min-height: auto;
  }

  .title-section {
    padding: 9rem 0;
  }

  .step-line::after {
    content: none;
  }

  .dashboard-container {
    padding: 0.8rem;
  }

  .dashboard-content {
    padding: 3rem 0.8rem 3rem 0.8rem;
  }

  .dashboard-btn-group-container .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
    justify-content: center;
  }

  .dashboard-content .find-your-work-card-header {
    flex-wrap: wrap;
    gap: 0.4rem;
  }

  .work-title h5 {
    font-size: 18px;
  }
  .dashboard-content-form .form-check-inline {
    width: 100%;
  }
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}

.filtersActive a {
  background: #f1f7ff;
  border: 1px solid #3a82e5;
  border-radius: 8px;
  padding: 5px 10px;
  display: inline-flex;
  margin: 0 10px 10px 0;
  font-size: 14px;
  color: #3a82e5;
}

.filtersActive a:hover,
.filtersActive a:focus {
  background: #dae7f9;
}

.filtersActive svg {
  margin-top: 7px;
  margin-left: 8px;
}

#modal-timer {
  background: #00000096;
}

#modal-timer .close {
  position: absolute;
  top: -5px;
  right: -10px;
  z-index: 99999;
  color: #fff;
  background: #fc231d;
  float: right;
  border: 1px solid #fc231d;
  border-radius: 50%;
  font-size: 2rem;
  width: 45px;
  height: 45px;
  padding: 0px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
}

#modal-timer .modal-dialog {
  margin-top: 4.5rem;
}

#modal-timer .modal-content {
  background: none;
  border: none;
  z-index: 50;
  max-width: 900px;
  margin: 0 auto;
}

.max-w-100 {
  max-width: 100px;
}

/******** BUSCADOR TT ***/
.twitter-typeahead {
  width: 100%;
  position: relative;
}

.input-group-append {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.tt-menu {
  width: 100%;
  background: #fff;
  padding: 15px;
  color: #111111;
  font-size: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 10px rgba(148, 148, 148, 0.5) !important;
  -moz-box-shadow: 3px 3px 10px rgba(148, 148, 148, 0.5) !important;
  box-shadow: 3px 3px 10px rgba(148, 148, 148, 0.5) !important;
}

@media (max-width: 767.98px) {
  .tt-menu {
    width: 280px;
  }
}

.empty-message {
  font-size: 15px;
  font-weight: 600;
  color: #ef3838;
}

.tt-suggestion {
  border-bottom: 1px solid #ebecf1;
  padding: 7px;
  display: block;
  color: #111;
  font-size: 17px;
}

.tt-suggestion:hover {
  text-decoration: none;
  background-color: #eeeeee;
  border-radius: 0px;
  transition: all ease 0.5s;
  color: #111;
}

.tt-highlight {
  border-bottom: 2px solid #fbff00;
}

.tt-category {
  color: #fc231d;
  font-size: 0.7rem;
  text-transform: uppercase;
}

/********** ESTILOS PORTAL FRONT ****/
.login .form-group {
  margin-bottom: 0.8rem;
}
.login .close {
  font-size: 1.5rem;
}
.login .auth {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.h-100 {
  height: 100% !important;
}
.d-inline-block {
  display: inline-block !important;
}
.relative {
  position: relative !important;
}
.centrar-x {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.centrar-y {
  transform: translateX(-50%);
}
.centrar-xy,
.centrar-y {
  left: 50%;
  position: absolute;
}
.centrar-xy {
  top: 50%;
  transform: translate(-50%, -50%);
}
.login-text {
  font-size: 14px;
  line-height: 18px;
  color: #003c68;
}

.lowcase {
  text-transform: lowercase !important;
  font-weight: 400;
}
.btn-login-back {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.login .publicidad {
  background: url(/frontend/images/portal/bg-login.jpg) center center no-repeat
    #003c68;
  background-size: cover;
}
.login p a {
  color: #d30d0d;
}
.fixed-bottom {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
  bottom: 55px;
}
@media (min-width: 768px) {
  .fixed-bottom {
    bottom: 0px;
    left: 10px;
  }
}
.avatar {
  width: 65px;
  height: 65px;
  float: left;
  margin-right: 20px;
  background-color: #fff;
  text-align: center;
  border: 2px solid #d30d0d;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .avatar {
    display: none;
  }
}
.icon {
  color: #b9af7a;
  font-size: 32px;
  margin-top: 12px;
  display: block;
}

.account-margin-n {
  margin-top: -125px;
}
@media (max-width: 768px) {
  .account-margin-n {
    margin-top: -65px;
  }
}

.account-dashboard {
  box-shadow: 0 0 0.9rem 0 rgba(17, 18, 17, 0.2);
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
  min-height: 400px;
}
.account-dashboard h3 {
  color: #02327c;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 4px;
  margin-top: 7px;
  border-bottom: 1px solid #b9af7a;
}

.account-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 0.9rem 0 rgba(17, 18, 17, 0.11);
  /*min-height: 185px;*/
  padding: 20px;
  margin: 15px 0px;
  transition: all 0.3s ease-in-out;
}
.account-card picture {
  background-color: #fff;
  border: 1px solid #b6c5d4;
  border-radius: 100px;
  text-align: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  margin-right: 12px;
  float: left;
  transition: all 0.3s ease-in-out;
}

.goback {
  position: absolute;
  right: 15px;
  top: 8px;
}
.no-gutters {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.table-header {
  padding: 20px 0 15px 0;
  background-color: #f5f6f8;
  font-weight: 700;
  color: #02327c;
}
.table-row {
  padding: 15px 0;
  color: #02327c;
  border-bottom: 1px solid #ced8e3;
}



.temporal-block{
    background: #FFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.43) 100%);

    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    min-height: 900px;
    z-index: 9;
    height: 100%;
    padding-top: 250px;
    }