html,
body {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
  color: #1a1a1a;
}

.base {
  position: relative;
  float: left;
}

.mx-200 {
  max-width: 200px;
}

.m-auto {
  margin: 0 auto;
}

.mx-400 {
  max-width: 400px;
}
.bg-black {
  background: #000;
}
.nav-link,
.nav-link:hover,
.nav-link:active,
.nav-link:visited,
.nav-link:link {
  color: #fff;
}

.btn-custom {
  border-style: none;
  border-radius: 15px 15px 15px 15px;
  font-size: 18px;
  padding: 20px 40px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;

  background-image: linear-gradient(
    to right,
    #00c6ff 0%,
    #0072ff 40%,
    #00c6ff 100%
  );

  transition: 0.5s all ease;
  background-size: 200% auto;

  -webkit-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.btn-custom:hover {
  color: #fff;
  transition: 0.5s all ease;
  -webkit-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  transition: all 2s ease-out;
  background-image: linear-gradient(
    to right,
    #00c6ff 0%,
    #0072ff 70%,
    #00c6ff 100%
  );
}

@media (max-width: 768px) {
  .btn-custom,
  .btn-custom:hover {
    flex-direction: column;
  }
}
#loader {
  background-color: #fff;
  top: 0px;
  left: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(../img/LoadingGif.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  z-index: 1051;
}

.title-section {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.6em;
  letter-spacing: 4px;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}

.title-section::before {
  width: 40px;
  height: 1px;
  background: #5a5a5a;
  margin-right: 25px;
  content: "";
  display: block;
}

.title-header {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.29em;
  color: #1a1a1a;
  margin-bottom: 20px;
  display: inline-block;
}

.paragraph {
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 400;
  text-align: justify;
}

.link-phone,
.link-phone:hover {
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 400;
  text-decoration: none;
}
.color-white {
  color: #fff;
}

.btn-style-custom-white {
  border-radius: 3px 3px 3px 3px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 1px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  padding: 15px 36px;
  transition: all 0.5s ease;
  background: transparent;
}

.btn-style-custom-white:hover {
  background: #fff;
  color: #000;
  transition: all 0.5s ease;
}

.pull-right {
  float: right !important;
}

.btn-style-custom {
  border-radius: 3px 3px 3px 3px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 1px;
  border: 1px solid #1a1a1a;
  text-decoration: none;
  color: #1a1a1a;
  padding: 15px 36px;
  transition: all 0.5s ease;
  background: transparent;
}

.btn-style-custom:hover {
  background: #1a1a1a;
  color: #fff;
  transition: all 0.5s ease;
}

@media (max-width: 768px) {
  .btn-style-custom {
    font-size: 13px;
  }

  .title-header {
    font-size: 28px;
  }

  .title-section {
    font-size: 13px;
  }
}

/*****footer***********/

footer {
  padding: 125px 15px 40px;
  background: #e2d9d1;
  color: #000;
}

.footerHeading {
  font-size: 1.313rem;
  letter-spacing: 0.02em;
  color: #0f181f;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: left;
}

.footerLink {
  font-size: 0.938rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  transition: all 0.5s ease;
  color: #000;
  text-decoration: none;
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
}

.footerLink:hover {
  text-decoration: underline;
  color: #000;
}

/*******estilos Menu*********/
.btn-menu {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  cursor: pointer;
}

.btn-menu > span {
  width: 30px;
  height: 1px;
  background: #fff;
}

.bar-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1050;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bar-menu.activo {
  background: #000;
  padding: 10px 50px;
}

#logo {
  width: 200px;
  margin-left: 15%;
}

#logo.activo {
  width: 150px;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.header-btn > .btn-style-custom-white {
  font-size: 13px;
  padding: 10px 15px;
  background: #fff;
  color: #000;
  transition: all 0.5s ease-in;
}

.header-btn > .btn-style-custom-white:hover {
  background: none;
  color: #fff;
  transition: all 0.5s ease-in;
}

.link-header,
.link-header:hover {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
}

/*******Menu*********/
#menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: none;
}

#menu.open {
  display: block;
}

.sombra-menu {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.icon-menu-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #838b91;
}

.cont-menu {
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: calc(100vh - 12%) !important;
  width: 100%;
  max-width: 1300px;
  max-height: 550px;
  padding: 80px 20px;
  background-color: #faf5f0;
  color: #32393f;
  overflow: auto;
  position: fixed;
  text-align: center;
}

#navCol01,
#navCol02,
#navCol03 {
  padding: 20px 15px;
  height: 100%;
}

#navCol01 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

#mainNavLinks > li {
  margin-bottom: 10px;
  position: relative;
}

#mainNavLinks > li > a {
  font-weight: normal;
  font-size: 1.5rem;
  text-transform: initial;
  letter-spacing: 0.01em;
  line-height: normal;
  color: #192a36;
  padding: 0;
  text-decoration: none !important;
  text-transform: uppercase;
}

.mx-250 {
  max-width: 250px;
}

.link-rs {
  text-decoration: none;
  font-size: 35px;
  color: #192a36;
}

#cont-button-movil {
  display: none;
}

.btn-contact-movil {
  background-color: #000;
  color: #fff !important;
  padding: 12px 15px 8px;
  margin: 0;
  position: relative;
  float: left;
  border: 0px;
  text-decoration: none;
}

.border-right-white {
  border-right: 1px solid #fff;
}

@media (max-width: 768px) {
  .cont-menu {
    top: 0;
    height: 100vh !important;
    padding: 80px 15px 30px;
    max-height: none;
  }

  #navCol01,
  #navCol02,
  #navCol03 {
    height: auto;
  }

  .bar-menu {
    padding: 30px 20px;
  }

  .bar-menu.activo {
    padding: 20px 20px;
  }

  #logo {
    width: 150px;
    margin-left: 8%;
  }

  #logo.activo {
    width: 100px;
  }

  .slide-room {
    font-size: 15px;
  }

  #cont-button-movil {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: block;
    z-index: 999;
    text-align: center;
  }
}

@media (min-width: 992px) {
  #navCol01,
  #navCol02 {
    border-right: 1px solid #0f181f;
  }
}

@media (min-width: 1200px) {
  #mainNavLinks {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 5%;
    max-width: 230px;
  }
}

@media (min-width: 1200px) {
  #mainNavLinks > li {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li {
    float: left;
  }

  #mainNavLinks > li > a {
    font-size: 1.813rem;
  }
}
