* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --thm-font: "Teko", sans-serif;
    --thm-b-font: "Rubik", sans-serif;
    --thm-base: #fad700;
    --thm-base-rgb: 255, 170, 23;
    --thm-black: #222429;
    --thm-text: #686a6f;
}

body {
    position: relative;
    background-color: #222429;
    font-size: 18px;
    font-family: var(--thm-b-font);
    color: var(--thm-text);
    line-height: 2.125em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    top: 0 !important;
    padding-top: 115px;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: 400;
    margin: 0px 0px 20px;
    background: none;
    line-height: 1.25em;
    font-family: var(--thm-font);
    color: white;
}

h2 {
    font-size: 60px;
}

p {
    color: rgb(194, 194, 194);
}

a {
  text-decoration: none;
}

a:hover {
  color: white;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: white;
    background-color: #1c1e22;
}

.preloader__gradient {
    background: #432ff6;
    background: linear-gradient(100deg, #432ff6 0%, #f174e3 100%);
}

.preloader .icon {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.png);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-animation-name: rotateMe;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateMe;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateMe;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: rotateMe;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.preloader__gradient .icon {
  background-image: url(../images/update-26-02-2021/preloader-white.png);
}

.page-loaded .preloader .icon {
    opacity: 0;
}

/* header home 6 corporate agency */
.preloader .icon {
    background-size: 65px auto;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background-color: transparent;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 6rem;
    padding-left: 6rem;
    font-family: var(--thm-font);
    color: white;
    font-size: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu.scrolled {
    background-color: black; /* O el color que prefieras */
}

.menu a {
    position: relative;
    text-decoration: none;
    color: white;
}

.menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fad700;
    transform: scaleX(0);
    transition: transform 1s;
}

.menu a:hover::after {
    transform: scaleX(1);
}

.menu .fa-circle-arrow-left {
    color: #fad700;
}

.logo {
    height: 74px;
}
  

#mision, #vision {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
}

#mision .video {
    display: flex;
    justify-content: center;
    align-items: center;
}

#video-mision, #video-vision {
    border-radius: 7px;
}

#mision .video::before, #vision .video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 60%;
    border-radius: 16px;
    background-color: #fad700;
}

#vision .video::before {
    left: initial;
    right: 0;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

@media(max-width: 551px) {
    body {
        padding-top: 75px;
    }

    .menu {
        padding-right: 2rem;
        padding-left: 2rem;
        font-size: 18px;
        height: 75px;
    }

    .logo {
        height: 30px;
    }

    #mision, #vision {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/***
====================================================================
25.	Main Footer
====================================================================
***/

.main-footer {
  position: relative;
  color: #999b9f;
  background: #1a1d22 url(../images/background/footer-bg.png) center top no-repeat;
}

.main-footer .widgets-section {
  position: relative;
  padding: 170px 0px 70px;
}

.main-footer.normal-padding .widgets-section {
  padding: 120px 0px 70px;
}

.main-footer .column {
  position: relative;
  margin-bottom: 35px;
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .footer-logo {
  position: relative;
  margin-top: -10px;
  margin-bottom: 20px;
}

.main-footer h6 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

.main-footer .logo-widget {
  position: relative;
}

.main-footer .logo-widget .logo {
  position: relative;
  margin-bottom: 26px;
}

.main-footer .logo-widget .logo img {
  height: 74px;
}

.main-footer .logo-widget .text {
  position: relative;
  display: block;
  margin: 0 0 30px;
}

.main-footer .links-widget ul li {
  position: relative;
  margin-bottom: 3px;
}

.main-footer .links-widget ul li:last-child {
  margin: 0;
}

.main-footer .links-widget ul li a {
  position: relative;
  color: #999b9f;
  line-height: 30px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.main-footer .links-widget ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid var(--thm-base);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.main-footer .links-widget ul li a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.main-footer .links-widget ul li a:hover {
  color: #ffffff;
}

.main-footer .social-links {
  position: relative;
}

.main-footer .social-links li {
  position: relative;
  margin-right: 8px;
  display: inline-block;
}

.main-footer .social-links li a {
  position: relative;
  display: block;
  color: #999b9f;
  font-size: 16px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #000000;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .social-links li a span {
  vertical-align: middle;
}

.main-footer .social-links li a:hover {
  color: #ffffff;
  background: var(--thm-base);
}

.main-footer .info-widget ul li {
  position: relative;
  display: block;
  line-height: 32px;
  margin-bottom: 5px;
}

.main-footer .info-widget ul li.address {
  margin-bottom: 20px;
}

.main-footer .info-widget ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  font-size: 16px;
  color: var(--thm-base);
}

.main-footer .info-widget ul li:last-child {
  margin: 0;
}

.main-footer .info-widget ul li a {
  position: relative;
  color: #999b9f;
  line-height: 28px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.main-footer .info-widget ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--thm-base);
  text-decoration-color: var(--thm-base);
}

.main-footer .newsletter-widget .text {
  position: relative;
  display: block;
  margin: 25px 0 0;
  font-size: 14px;
  line-height: 32px;
}

.main-footer .newsletter-form {
  position: relative;
}

.main-footer .newsletter-form form {
  position: relative;
}

.main-footer .newsletter-form .form-group {
  position: relative;
  margin: 0;
}

.main-footer .newsletter-form .form-group input[type=text],
.main-footer .newsletter-form .form-group input[type=tel],
.main-footer .newsletter-form .form-group input[type=email] {
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 20px 60px 20px 25px;
  height: 70px;
  display: block;
  font-size: 18px;
  background: #1c1e22;
  color: #ffffff;
  border-radius: 5px;
  font-family: var(--thm-b-font);
  border: 1px solid #1c1e22;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
}

.main-footer .newsletter-form .form-group input[type=text]:focus,
.main-footer .newsletter-form .form-group input[type=email]:focus,
.main-footer .newsletter-form .form-group input[type=tel]:focus {
  border-color: var(--thm-base);
}

.newsletter-form .form-group input::-webkit-input-placeholder {
  color: #999b9f;
}

.newsletter-form .form-group .theme-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 44px;
  height: 44px;
  background: var(--thm-base);
  color: var(--thm-black);
  border-radius: 50%;
}

.newsletter-form .form-group .theme-btn span {
  vertical-align: middle;
  font-size: 14px;
}

.newsletter-form .form-group .theme-btn:hover {
  background: #ffffff;
  color: var(--thm-base);
}

.main-footer .footer-bottom {
  position: relative;
  text-align: center;
}

.main-footer .footer-bottom .inner {
  position: relative;
  display: block;
  padding: 35px 0px;
  line-height: 30px;
  color: #999b9f;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .footer-bottom .copyright {
  position: relative;
  line-height: 1.5em;
}

/* main footer two */
.main-footer__two {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(--thm-black);
  padding-top: 120px;
}

.main-footer__two .footer-widget {
  padding-bottom: 60px;
}

.main-footer__two .footer-widget h3 {
  margin: 0;
  color: #fff;
  font-size: 80px;
  line-height: 0.78;
  text-transform: uppercase;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1em;
}

.main-footer__two .footer-widget p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 35px;
}

.main-footer__two .footer-widget p span,
.main-footer__two .footer-widget p a {
  color: #999b9f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-footer__two .footer-widget p a:hover {
  color: var(--thm-base);
}

.main-footer__two .footer-widget p a + a {
  margin-left: 35px;
}

.main-footer__two .footer-widget p span {
  margin-left: 35px;
}

/* main footer three */
.main-footer__three {
  background-color: #18212e;
  padding-top: 100px;
}

.main-footer__three .footer-widget {
  margin-bottom: 30px;
}

.main-footer__three .footer-widget h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 50px;
}

.main-footer__three .footer-widget p {
  margin: 0;
  font-size: 16px;
  line-height: 2.125;
  color: #959ca6;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 30px;
}

.main-footer__three .footer-widget__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;
}

.main-footer__three .footer-widget__links li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-top: 30px;
  line-height: 1;
}

.main-footer__three .footer-widget__links li a {
  font-size: 16px;
  font-weight: 500;
  color: #959ca6;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}

.main-footer__three .footer-widget__links li a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.main-footer__three .footer-widget__links li:hover a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.main-footer__three .footer-widget__links li a:hover {
  color: var(--thm-base);
}

.main-footer__three .footer-widget .post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-footer__three .footer-widget .post-list li + li {
  margin-top: 50px;
}

.main-footer__three .footer-widget .post-list li > img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 68px;
  height: 70px;
  margin-right: 20px;
}

.main-footer__three .footer-widget .post-list li p {
  margin: 0;
  color: var(--thm-base);
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.main-footer__three .footer-widget .post-list li h4 {
  color: #959ca6;
  font-size: 16px;
  line-height: 2.125;
  margin: 0;
  font-weight: 500;
  margin-top: 10px;
}

.main-footer__three .footer-widget .post-list li h4 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-footer__three .footer-widget .post-list li h4 a:hover {
  color: #fff;
}

.main-footer__three .footer-widget .contact-list {
  margin-top: -20px;
}

.main-footer__three .footer-widget .contact-list li {
  position: relative;
  font-size: 16px;
  line-height: 1.875;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 500;
  padding-left: 30px;
  min-height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer__three .footer-widget .contact-list li:last-child {
  border-bottom: 0;
  margin-top: 15px;
}

.main-footer__three .footer-widget .contact-list li a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-footer__three .footer-widget .contact-list li a:hover {
  color: #fff;
}

.main-footer__three .footer-widget .contact-list li > span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-44%);
  transform: translateY(-44%);
  font-size: 18px;
  color: var(--thm-base);
}

.main-footer__three .footer-widget .contact-list li:last-child > span {
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-footer__three .btn-style-three:hover {
  background-color: #fff;
  color: var(--thm-black);
}

.main-footer__three .bottom-footer {
  background-color: #151d28;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 39.5px;
  padding-bottom: 39.5px;
  margin-top: 60px;
}

.main-footer__three .bottom-footer .auto-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-footer__three .bottom-footer .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer__three .bottom-footer .left-content p {
  margin: 0;
  font-size: 16px;
  color: #959ca6;
  font-weight: 500;
  line-height: 41px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 40px;
  margin-left: 40px;
}

.main-footer__three .bottom-footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer__three .bottom-footer .social-links a {
  font-size: 20px;
  color: #959ca6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-footer__three .bottom-footer .social-links a:hover {
  color: var(--thm-base);
}

.main-footer__three .bottom-footer .social-links li + li {
  margin-left: 40px;
}

.contact-info li i {
    color: #fad700;
    margin-right: 16px;
}

.contact-info li a {
    text-decoration: none;
}

.copyright a {
    color: white;
    text-decoration: none;
}

.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 97;
}

.link-whatsapp {
  display: block;
  position: relative;
  color: white;
  height: 50px;
  width: 50px;
  transition: all 1s;
}

.link-whatsapp i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 50px;
  color: #fad700;
  z-index: 99;
}

.span-texto {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 60px;
  opacity: 0;
  width: 120px;
  height: 50px;
  line-height: 1.2;
  transform: translateY(-50%);
  z-index: 98;
  transition: all 1s;
}

.span-texto span {
  width: 100%;
  display: block;
  font-family: var(--thm-font);
}

.span-texto span.number {
  font-size: 20px;
}

.link-whatsapp:hover {
  width: 180px;
}

.link-whatsapp:hover .span-texto {
  opacity: 1;
}

@keyframes rotateMe {
  from {
      transform: rotate(0deg) scale(1);
  }
  to { 
      transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateMe {
  from {
      transform: rotate(0deg) scale(1);
  }
  to { 
      transform: rotate(360deg);
  }
}
@-moz-keyframes rotateMe {
  from {
      transform: rotate(0deg) scale(1);
  }
  to { 
      transform: rotate(360deg);
  }
}
@-o-keyframes rotateMe {
  from {
      transform: rotate(0deg) scale(1);
  }
  to { 
      transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  from {
      transform: rotate(0deg) scale(1);
  }
  to { 
      transform: rotate(360deg);
  }
}
