@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  background: #FCF9FF;
  color: #333333;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  margin-top: -12px;
}

body.thanks {
  position: absolute;
  height: 100%;
  background-image: url("../img/thank-you-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
body.thanks h1 {
  font-size: 45px;
  line-height: 55px;
}
body.thanks p {
  font-size: 20px;
  line-height: 24px;
}

section#thankyou {
  position: relative;
  color: white;
  padding-top: 80px;
}
section#thankyou a {
  background-color: #00AE7C;
  color: white;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 14.5px 58px;
}

a:hover,
a:active,
a:focus {
  color: #009ef1;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

h2 {
  padding-bottom: 60px !important;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}
.back-to-top:hover {
  background: #009df0;
  color: #fff;
}

.ocultar {
  display: none;
}

.contactanos-container {
  max-width: 560px;
  margin: 0 auto;
}

.first-column {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(img/pic-hero.png) top center fixed;
  background-size: cover;
}
#hero .hero-logo {
  margin: 20px;
}
#hero .hero-logo img {
  max-width: 100%;
}
#hero .hero-container {
  background: rgba(0, 0, 0, 0.8);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
#hero h1 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
#hero h2 {
  color: #999;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #hero h2 .rotating {
    display: block;
  }
}
#hero .rotating > .animated {
  display: inline-block;
}
#hero .actions a {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}
#hero .btn-get-started {
  background: #009df0;
  border: 2px solid #009df0;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-services {
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-services:hover {
  background: #009df0;
  border: 2px solid #009df0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  background-color: #ffffff;
}
@media (min-width: 991.98px) {
  header nav li {
    padding-left: 26px;
    padding-right: 26px;
  }
}
header nav a {
  color: #333333 !important;
  font-weight: 400;
  font-size: 16px !important;
}
header nav a.colaborador {
  background-color: #00AE7C;
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  header nav a.colaborador {
    padding-left: 10px !important;
    margin-top: 10px;
  }
}
header nav .navbar-brand {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #0232DF !important;
  letter-spacing: 1px;
}
header nav .navbar-brand span {
  color: #009df0 !important;
}
header .navbar {
  padding: 20px 0;
  margin-bottom: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
header #logo {
  color: #0232DF !important;
}

.hero {
  color: #fff;
}
.hero h1 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #fff;
}
.hero h1 span {
  color: #B9DBE5;
}
.hero p {
  font-size: 18px;
  line-height: 24px;
  padding: 30px 0;
  font-weight: 400;
  margin: 0;
}
.hero a {
  font-weight: 600;
  text-decoration: none;
  padding: 1rem 3rem;
  color: #0232DF;
  background-color: #B9DBE5;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  border-radius: 30px;
}
.hero a:hover {
  background-color: #fff;
}
.hero .blue-column {
  background-color: #0232DF;
}
.hero .contain {
  max-width: 697px;
}
@media (max-width: 768px) {
  .hero .contain {
    padding: 50px;
  }
}
@media (max-width: 720px) {
  .hero img {
    display: none;
  }
}

.banner {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  .banner {
    padding: 30px 16px 60px 16px;
  }
}
.banner-content {
  background-color: #fff;
  border-radius: 32px;
  box-shadow: 0px 20px 25px 0px rgba(12, 26, 75, 0.1), 0px 10px 10px 0px rgba(50, 50, 71, 0.04);
  padding: 1rem 2rem !important;
}
@media (min-width: 1000px) {
  .banner {
    margin-top: -3rem;
  }
}
.banner .text {
  text-align: right;
}
@media (max-width: 768px) {
  .banner .text {
    text-align: center;
  }
}
.banner .title {
  color: #0232DF;
  font-weight: 600;
  font-size: 25px;
}
@media (min-width: 1200px) {
  .banner .title {
    font-size: 30px;
  }
}
.banner .phrase {
  color: #00AE7C;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
}

.opciones {
  padding: 0 0 40px 0;
}
.opciones .square {
  border-radius: 30px;
  border: 2px solid #dadada;
  padding: 30px;
}
.opciones .square h4 {
  font-size: 16px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 180px;
}

.nav-link {
  font-size: 15px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 5px 0;
}
@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 14px;
  outline: none;
}
.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: #009df0;
}
.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}
.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}
.nav-menu ul li:first-child {
  border-top: 0;
}
.nav-menu ul li:hover {
  background: #f6f6f6;
}
.nav-menu ul li a {
  color: #333;
}
.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
}
#mobile-nav-toggle i {
  color: #fff;
}
@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}
#mobile-nav ul li a:hover {
  color: #fff;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #009df0;
}
#mobile-nav ul .menu-item-active {
  color: #009df0;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
.section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.section-description {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #009df0;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Get Started Section
--------------------------------*/
#beneficios {
  padding-bottom: 80px;
}
#beneficios h2 {
  font-size: 30px;
  line-height: 35px;
  color: #0232DF;
  font-weight: 600;
  padding-bottom: 20px;
}
#beneficios h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 16px;
  margin-bottom: 0;
}
#beneficios p {
  font-size: 16px;
  margin-bottom: 16px;
}
#beneficios a {
  font-weight: 600;
  text-decoration: none;
  padding: 1rem 3rem;
  color: #0232DF;
  background-color: #B9DBE5;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  border-radius: 30px;
}
#beneficios .pic-colaboradores {
  margin: 0 auto;
  display: flex;
}
#beneficios .list {
  display: flex;
  align-items: start;
}
#beneficios .list p {
  padding-left: 5px;
}
@media (max-width: 992px) {
  #beneficios img {
    padding: 30px 0;
  }
}

section#cambio {
  padding: 40px;
  background-color: #fff;
  color: #0232DF;
}
section#cambio h4 {
  font-size: 25px;
  font-weight: 800;
}
section#cambio p {
  font-size: 16px;
  padding-top: 10px;
  margin: 0;
}
section#cambio a {
  background-color: #0232DF;
  color: white;
  text-decoration: none;
  padding: 16px 56px;
  display: inline-block;
  border-radius: 6px;
  font-size: 16px;
}
section#cambio .right {
  text-align: right;
}

#escogernos {
  padding: 80px 0;
  background-color: #B1D9E3;
}
#escogernos h2 {
  font-size: 30px;
  line-height: 45px;
  color: #333333;
  font-weight: 600;
}
#escogernos .yellow-card {
  color: #333333;
  position: relative;
}
#escogernos .yellow-card .contenedor-imagen {
  position: absolute;
  top: 0;
  right: 0;
}
#escogernos .yellow-card .contenedor-imagen img {
  width: 150px;
  height: 100px;
}
@media (min-width: 1199px) {
  #escogernos .yellow-card .contenedor-imagen img {
    width: 150px;
    height: 100px;
  }
}
@media (min-width: 1400px) {
  #escogernos .yellow-card .contenedor-imagen img {
    width: 300px;
    height: 200px;
  }
}
#escogernos .list {
  display: flex;
  align-items: start;
}
#escogernos .list p {
  padding-left: 10px;
  font-size: 18px;
}
#escogernos .black-card {
  color: #fff;
}
#escogernos .black-card img {
  height: 26px;
}

#ventajas {
  padding: 80px 0;
}
@media (max-width: 992px) {
  #ventajas {
    padding: 80px 16px;
  }
}
#ventajas h2 {
  color: #0232DF;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
}
#ventajas .col-md-3 {
  text-align: center;
}
#ventajas p {
  padding-top: 15px;
  font-size: 16px;
  line-height: 25px;
}
#ventajas .ventajas-container {
  padding: 40px 65px;
  border-radius: 32px;
  box-shadow: 10px -10px 25px 0px rgba(12, 26, 75, 0.04), -10px 10px 10px 0px rgba(50, 50, 71, 0.04);
}

.pasos {
  padding: 80px 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(254, 254, 254) 50%, rgb(250, 250, 250) 50%, rgb(243, 243, 243) 100%);
}
@media (max-width: 992px) {
  .pasos {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(254, 254, 254) 40%, rgb(250, 250, 250) 40%, rgb(243, 243, 243) 100%);
  }
}
.pasos h2 {
  font-size: 30px;
  line-height: 45px;
  color: #0232DF;
  font-weight: 600;
}
.pasos p {
  margin: 0;
  padding-left: 20px;
}
.pasos .gray-card {
  padding: 50px 30px;
}
.pasos .bubble {
  display: flex;
  align-items: center;
}

.cta {
  padding-bottom: 80px;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0;
}
#contact .info i {
  font-size: 32px;
  color: #009df0;
  float: left;
}
#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

section#contactanos {
  background-color: #0232DF;
  padding: 60px 0;
}
section#contactanos h2 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 0 !important;
}
section#contactanos h3 {
  padding: 30px 0;
  font-size: 20px;
  line-height: 30px;
}
section#contactanos label,
section#contactanos .contactanos-text {
  color: #fff !important;
}
section#contactanos label span,
section#contactanos .contactanos-text span {
  color: red;
}
section#contactanos .btn-white {
  background-color: #B9DBE5;
  border: none;
  color: #0232DF;
  font-weight: 600;
  padding: 1rem 3rem;
  text-decoration: none;
  border-radius: 30px;
}
section#contactanos a {
  color: white;
}
section#contactanos .contactanos-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (mix-width: 991.98px) {
  section#contactanos .contactanos-container {
    padding: 100px 0;
  }
}

.modal-footer a {
  color: white !important;
  margin: 0 auto;
  display: inline-block;
  background-color: #009df0;
  margin: 10px auto;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
}
.modal img {
  width: 100%;
}

.demo-text {
  font-family: "Roboto", sans-serif;
  color: #009df0;
  text-align: center;
}
.demo .bg-image {
  background-image: url(../img/rrhh-digital.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; /* Altura mínima para que la imagen de fondo cubra toda la pantalla */
}
@media (max-width: 1445px) {
  .demo .bg-image {
    background-position: center center;
  }
}
.demo p {
  bottom: 0;
  color: white;
  padding: 1rem 2rem;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991.98px) {
  .demo p {
    display: none;
  }
}

.col-md-8 {
  padding: 2rem 0;
}

#politica-privacidad h2 {
  color: #0232DF;
}
#politica-privacidad h3 {
  font-size: 18px;
  font-weight: 600;
}
#politica-privacidad a {
  color: #0232DF !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #F3F3F3;
  padding: 30px 0;
  color: #0232DF;
}
#footer .copyright .libro-reclamo {
  text-decoration: none; /* Esto quitará la línea subrayada */
  margin-right: 70px; /* Puedes ajustar este valor según necesites */
}

/* Ajuste de la imagen */
#footer .copyright img {

  margin-bottom: 10px; /* Ajusta el margen derecho de la imagen */
  width: 60px; /* Ajusta el ancho de la imagen según lo necesites */
}


#footer .copyright {
  text-align: center;
}
#footer .copyright .politica {
  color: #00AE7C !important;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}
#footer li a {
  color: white;
}/*# sourceMappingURL=style.css.map */