@import url(//use.fontawesome.com/releases/v5.15.1/css/all.css);
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
body,
html {
  height: 100%;
}
.body_login {
  background-color: #ececec;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #ffe01b;
}
.color-success {
  color: #5cb85c;
}
.animate-icon {
  font-size: 36px;
  margin-bottom: 20px;
  animation: tada 0.9s 0.5s;
}
.top-buffer0 {
  margin-top: 5px;
}
.top-buffer {
  margin-top: 10px;
}
.top-buffer1 {
  margin-top: 20px;
}
.top-buffer2 {
  margin-top: 30px;
}
.top-buffer3 {
  margin-top: 50px;
}
.top-buffer4 {
  margin-top: 70px;
}
.top-buffer5 {
  margin-top: 90px;
}
.top-buffer6 {
  margin-top: 110px;
}
.text-xs-center {
  text-align: center;
}
.g-recaptcha {
  display: inline-block;
}
.bg-dark {
  background-color: #ffe01b !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 3px 3px -3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 3px 3px -3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 3px 3px -3px;
}
img.logo {
  height: 55px;
  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 2px solid #fff;
}
h1 {
  font-size: 34px;
}
h2 {
  color: #4e4e4e;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 28px;
}
h1,
h3 {
  color: #4e4e4e;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
h4 {
  color: #4e4e4e;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
p a {
  color: #2e2e2e;
  text-decoration: underline;
}
p a:hover {
  color: #2e2e2e;
}
.back-to-top a {
  color: #fff;
}
.back-to-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 70px;
  height: 70px;
  background-color: rgba(5, 205, 81, 0.9);
  color: #fff;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  z-index: 99;
  cursor: pointer;
  font-size: 40px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}
#pagos li {
  line-height: 28px;
}
.introInterna .container-xl {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .introInterna .container-xl {
    margin-top: 100px;
  }
}
#footer {
  padding-top: 70px;
  background-color: #00337f;
}
#footer p {
  color: #fff;
  font-size: 14px;
}
#footer p a {
  color: #fff;
}
#footer a:hover {
  color: #fff;
}
#footer h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.jumbotron {
  background-color: #ffe01b;
  height: 700px;
}
.container.dos_areas {
  margin-top: 55px;
}
.container.tres_areas {
  margin-top: 55px;
}
#nosotros {
  padding-top: 100px;
  padding-bottom: 70px;
  background: url('../img/slider/slider_1.jpg') center top no-repeat fixed;
  background-size: cover;
  position: relative;
}
#nosotros::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}
.section-contacto {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #f3f3f3;
}
.section-servicios,
.section-pagos {
  margin-top: 25px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}
.section-testimonios {
  margin-top: 25px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f3f3f3;
}
.section-servicios i.fas,
.section-sobre i.fas {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #00337f;
}
.section-servicios .service {
  cursor: pointer;
  padding: 25px 15px 15px 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 8px 30px -7px rgba(0, 0, 0, 0.15);
  transition: 0.15s ease-in-out;
}
.section-servicios .service:hover {
  background-color: #f7f7f7;
}
#serviceDetailHome,
#serviceDetailEnterprise,
#MailMessage {
  cursor: pointer;
  padding: 40px 20px 40px 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 8px 30px -7px rgba(0, 0, 0, 0.15);
}
#serviceDetailHome #btnCloseDetails,
#serviceDetailEnterprise #btnCloseDetails,
#MailMessage #btnCloseMailMessage {
  z-index: 999999;
}
#serviceDetailHome #btnCrossClose,
#serviceDetailEnterprise #btnCrossClose,
#MailMessage #btnCrossClose {
  color: #acacac;
  position: absolute;
  right: 20px;
  top: 10px;
}
#serviceDetailHome #description a {
  color: #2e2e2e;
  text-decoration: underline;
  font-weight: 500;
}
#serviceDetailHome #description a:hover {
  color: #2e2e2e;
  text-decoration: underline;
  font-weight: 500;
}
.section-controla {
  padding-top: 125px;
  padding-bottom: 100px;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-controla h4 {
  color: #4e4e4e;
  font-weight: 500;
}
.section-controla p {
  font-size: 12px;
}
.section-controla img {
  padding: 10px 5px 10px 5px;
}
.section-form {
  padding-top: 90px;
  padding-bottom: 70px;
  background-color: #ffe01b;
}
.section-form button {
  padding-left: 60px;
  padding-right: 60px;
}
.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
.section-contacto i.fas {
  color: #00337f;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.gtco-testimonials h2 {
  font-size: 24px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #00337f;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #00337f;
  box-shadow: none;
  height: 10px;
  width: 10px;
  margin-bottom: 0px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px rgba(0, 0, 0, 0.1);
  margin: 0 20px;
  padding: 10px 10px;
  border-radius: 8px;
  border: 0;
  height: 300px;
}
.gtco-testimonials .card .card-img-top {
  max-width: 55px;
  border-radius: 50%;
  margin: 18px 10px;
  box-shadow: 0 8px 20px -4px #808991;
  width: 55px;
  height: 55px;
}
@media (max-width: 767px) {
  .gtco-testimonials .card .card-img-top {
    max-width: 55px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    box-shadow: 0 8px 20px -4px #808991;
    width: 55px;
    height: 55px;
  }
  .gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px rgba(0, 0, 0, 0.1);
    margin: 0 20px;
    padding: 10px 10px 20px 10px;
    border-radius: 8px;
    border: 0;
    height: 550px;
  }
  .gtco-testimonials h5 {
    text-align: center;
  }
}
.gtco-testimonials .card .card-body {
  padding-left: 0px;
  padding-bottom: 5px;
}
.gtco-testimonials .card h5 {
  color: #00337f;
  font-size: 18px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 16px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 14px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  transition: all 0.3s;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: 0;
}
.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
/*.nav-item{
	background-color: blue;
}*/
.navbar-toggler-icon i {
  color: #00337f;
}
.navbar-dark .dropdown-menu {
  margin-top: 0px;
  box-shadow: 0 8px 30px -7px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.navbar-dark .navbar-collapse,
.navbar-dark .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}
.nav-link {
  padding-top: 23px;
  padding-bottom: 20px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #00337f;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s ease-in-out;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #ef2b2f;
  text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #00337f;
}
.navbar-dark .navbar-toggler {
  color: #fff;
  border: none;
}
#nav_faq .nav-link.active {
  text-decoration: underline;
  text-decoration-color: #2e2e2e;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
#slider_container {
  margin-top: 40px;
}
#main-slider {
  position: relative;
}
.no-margin {
  margin: 0;
  padding: 0;
}
section {
  overflow: hidden;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 75vh;
  background: #fff;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
#intro.main {
  background: url('../img/slider/slider_2.jpg') center bottom no-repeat fixed;
  background-size: cover;
  overflow: hidden;
}
#intro.pagos {
  background: url('../img/slider/pagos.jpg') center bottom no-repeat fixed;
  background-size: cover;
  overflow: hidden;
}
#intro.trabaja {
  background: url('../img/slider/trabaja.jpg') center bottom no-repeat fixed;
  background-size: cover;
  overflow: hidden;
}
#intro.preguntas {
  background: url('../img/slider/faq.jpg') center bottom no-repeat fixed;
  background-size: cover;
  overflow: hidden;
}
#intro.introInterna {
  width: 100%;
  height: 75vh;
}
#intro.introInternaFaq {
  width: 100%;
  height: 75vh;
}
@media (max-height: 500px) {
  #intro {
    height: 150vh;
  }
  #intro.introInterna {
    height: 150vh;
  }
  #intro.introInternaFaq {
    height: 150vh;
  }
}
#intro .carousel,
#intro .carousel-inner,
#intro .carousel-item,
#intro .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#intro .carousel-item {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
#intro .carousel-item::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.6);
}
#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 0px;
  right: 0px;
}
#intro .container-xl h1 {
  margin-top: -50px;
  line-height: 68px;
  font-size: 42px;
  font-weight: 500;
  color: #2e2e2e;
}
#intro .decorado_titulo {
  text-decoration: underline;
  text-decoration-color: #ffe01b;
  text-decoration-thickness: 15px;
  text-underline-offset: 0px;
}
.underline--magical {
  background-image: linear-gradient(120deg, #ffe01b 0%, #ffe01b 100%);
  background-repeat: no-repeat;
  background-size: 0% 0.5em;
  background-position: 0% 88%;
  transition: background-size 0.25s ease-in;
}
.underline--magical.active {
  background-size: 100% 0.5em;
}
#intro .container-xl h4 {
  font-size: 26px;
  font-weight: 500;
  color: #2e2e2e;
}
@media (max-width: 767px) {
  #intro .container-xl h1 {
    margin-top: -30px;
    line-height: 48px;
    font-size: 32px;
    font-weight: 500;
    color: #2e2e2e;
  }
  #intro .decorado_titulo {
    text-decoration: underline;
    text-decoration-color: #ffe01b;
    text-decoration-thickness: 10px;
    text-underline-offset: 0px;
  }
  #intro .container-xl h4 {
    font-size: 20px;
    font-weight: 500;
    color: #2e2e2e;
  }
}
#apps {
  background: url('../img/phonehand.png') center top no-repeat fixed;
  background-size: cover;
}
.btn-outline-secondary {
  color: #00337f;
  border-color: #00337f;
}
.btn-outline-secondary:hover {
  color: #ffe01b;
  background-color: #00337f;
  border-color: #00337f;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffe01b;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-primary {
  color: #2e2e2e;
  background-color: #ffe01b;
  border-color: #ffe01b;
  font-weight: normal;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.btn-primary:hover {
  font-weight: normal;
  color: #fff;
  background-color: #ef2b2f;
  border-color: #ef2b2f;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #ef2b2f;
  border-color: #ef2b2f;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #ef2b2f;
  border-color: #ef2b2f;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ef2b2f;
  border-color: #ef2b2f;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #00337f;
  border-color: #00337f;
  font-weight: normal;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover {
  font-weight: normal;
  color: #fff;
  background-color: #002966;
  border-color: #002966;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #002966;
  border-color: #002966;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #ef2b2f;
  border-color: #ef2b2f;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #002966;
  border-color: #002966;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 24px);
  padding: 0.375rem 1.2rem;
  padding-right: 1.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
textarea.form-control {
  padding: 1rem 1.2rem;
  padding-right: 1.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 24px);
  padding: 0.375rem 1.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.5rem center / 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-control::-webkit-input-placeholder {
  color: #c2cfdb;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #c2cfdb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #c2cfdb;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #c2cfdb;
  opacity: 1;
}
.form-control::placeholder {
  color: #c2cfdb;
  opacity: 1;
}
.login {
  text-align: center;
  padding: 30px 30px 30px 30px;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  margin-top: auto;
  margin-bottom: auto;
}
.psswd a {
  color: #ffe01b;
}
.psswd a:hover {
  color: #ffdd01;
}
#footer {
  padding-top: 70px;
  background-color: #00337f;
}
#footer p {
  color: #fff;
  font-size: 14px;
}
#footer p a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #fff;
  text-decoration: none;
}
#footer h4 {
  padding-top: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
#footer .credits a {
  text-decoration: none;
  color: #6aa1f3;
}
#footer .credits a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  .back-to-top {
    right: 20px;
    bottom: 20px;
  }
}
