/* === fontawesome === */
@import url('../elementos/fontawesome/fontawesome.min.css');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position:relative;
  overflow: auto;
  font-family: "Open Sans", sans-serif;
  color: #06244C;
  overflow-x: hidden;
}

a {
  color: #ffa300;
  text-decoration: none;
}

a:hover {
  color: #fc8129;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 37%;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffa300;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #fc7c1f;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background:#06244C;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background:#06244C;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;

}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 12px 5px 12px;
  margin: 1px;
  font-size: 14px;
  font-style:normal ;
  color: #fff;
  white-space: nowrap;
  transition: 0.1s ;
  
}


.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color:#06244C;
  background: #61a655;
  border-top-style: solid;
  border-top-color: #ffa300;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffa300;
  border-bottom-width: 1px;

}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 5px;
  top: calc(100% + 30px);
  margin: 5px 0 0 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #06244C;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #fff;
  margin: 0 5px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.sel {
  display: none;
  align-content: center;
  width: 32px;
  height: 32px;
  margin: 5px;
  
  border: 2px solid #fff;
  border-radius: 25px;
  cursor: pointer;
  
}

.unsel {
  display: none;
  width: 22px;
  height: 22px;
  cursor: pointer;
  align-content: center;
}
.unsel:hover {
  align-content: center;
  border-radius: 29px;
  width: 28px;
  height: 28px;
  transition: .3s ease-in-out;
  transform: rotate(180deg);
}


@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59,95,169, 0.5);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: inline-table;
  position: absolute;
  background-color:#06244C;
  height: 100vh;
  left: 0;
  max-width: 375px;
  overflow-y: auto;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  margin: 5px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #fff;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: contents;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: relative;
  overflow: hidden;
  background-image:linear-gradient(rgba(2, 2, 2, 0.3), rgba(0, 0, 0, 0.4)), url("../img/hfondo.jpg");
  padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: inherit;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-shadow:  1px 1px 1px #000000;
  text-align: center;
  position: relative;
  height: 70vh;
  padding-top: 60px;
}

#hero h2 {
 
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  text-shadow:  2px 4px #000000;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  border: 2px solid #ffa300;
}

#hero .btn-get-started:hover {
  background: #06244C;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero p {
    width: 95%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero .carousel-container {
    height: 90vh;
  }

  #hero h2 {
    font-size: 28px;
  }
}

.hero-waves {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-center {
  display: grid;
  place-items: center;
  padding: 60px 0;
  overflow: hidden;
}
.section-title {
  padding-bottom: 60px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Poppins", sans-serif;
  /*text-shadow:  1px 1px 1px #000000;*/
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #fd9042;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

/*--------------------------------------------------------------
# historia
--------------------------------------------------------------*/
.historia {
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position:relative;
  overflow: hiden;
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/fondo/bus.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.historia .content h3 {
  color: #fff !important;
  font-weight: 600;
  font-size: 26px;
}

.historia p {
  color: #fff;
  text-shadow:  1px 1px 1px #000000;
}
/*
.historia .content ul {
  list-style: none;
  padding: 0;
}

.historia .content ul li {
  padding-left: 28px;
  position: relative;
}

.historia .content ul li+li {
  margin-top: 10px;
}

.historia .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ffa300;
  line-height: 1;
}
*/
.historia .content p:last-child {
  margin-bottom: 0;
}

.historia .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ffa300;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ffa300;
}

.historia .content .btn-learn-more:hover {
  background: #ffa300;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  height: 100vh;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position:relative;
  overflow: auto;

}
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #d4d6df;
  padding: 15px;
  transition: 0.3s;
  color: #2a2c39;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: #06244C;
}

.features .nav-link.active {
  background: #06244C;
  color: #fff;
  border-color: #06244C;
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 0px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #61a655;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Servicios
--------------------------------------------------------------*/
.servicios {
  height: 100vh;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position:relative;
  overflow: auto;
  background-color: #06244C;
  background-size: cover;
  padding: 60px 0;
}
.servicios-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 ;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Poppins", sans-serif;
  /*text-shadow:  1px 1px 1px #000000;*/
}



.servicios p {
  color: #fff;
}
.servicios .nav-tabs {
  
  border: 0;

}

.servicios .nav-link {
  border: 1px solid #d4d6df;
  margin-bottom: 5px;
  padding: 15px;
  transition: 0.3s;
  /*color: #fff;*/
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servicios .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.servicios .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.servicios .nav-link:hover {
  color: #428A22;
}

.servicios .nav-link.active {
  background: #68943b;
  color: #fff;
  border-color: #68943b;
}

@media (max-width: 768px) {
  .servicios .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .servicios .nav-link {
    padding: 15px;
  }

  .servicios .nav-link i {
    font-size: 24px;
  }
}

.servicios .tab-content {
  margin-top: 30px;
}

.servicios .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.servicios .tab-pane ul {
  list-style: circle;
  padding: 0;
}

.servicios .tab-pane ul li {
  padding-bottom: 0px;
  display: flex;
  text-align: left;
 color: #fff;
 /*text-shadow:  1px 1px 1px #000000;*/

}

.servicios .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #61a655;
}

.servicios .tab-pane p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# BG FIJO
--------------------------------------------------------------*/
.bgf {
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position:relative;
  overflow: auto;
  background:linear-gradient(rgba(2, 2, 2, 0.3), rgba(0, 0, 0, 0.4)), url("../img/fondo/bga.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}
.bgf1 {
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position:relative;
  overflow: auto;
  background:linear-gradient(rgba(2, 2, 2, 0.3), rgba(0, 0, 0, 0.4)), url("../img/fondo/f6.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}
.bgf2 {
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position:relative;
  overflow: auto;
  background:linear-gradient(rgba(2, 2, 2, 0.3), rgba(0, 0, 0, 0.4)), url("../img/fondo/fotoh.jpeg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}
.bgfazul {
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position:relative;
  overflow: auto;
  background-color: #06244C;
  background-size: cover;
  padding: 80px 0;}

  .bgfverde {
    background-color:#428A22;
    background-size: cover;
    padding: 80px 0;
}
.bgf h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.bgf p {
  color: #fff;
}

.gbf .bgf-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 5px;
  transition: 0.3s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.bgf .bgf-btn:hover {
  background: #4eb478;
  border: 2px solid #4eb478;
}

/*--------------------------------------------------------------
# Alianza Estrategica
--------------------------------------------------------------*/
.alianza {
  height: 100vh;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position:relative;
  overflow: auto;
  background:linear-gradient(rgba(2, 2, 2, 0.3), rgba(0, 0, 0, 0.4)), url("../img/fondo/huinvan.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.alianza h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.alianza p {
   color: #fff;
  text-shadow:  1px 1px 1px #000000;
}
.alianza .btn-alianza {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #d69916;
}
.alianza .btn-alianza:hover {
  background: #06244C;
  color: #fff;
  text-decoration: none;
}

.gbf .bgf-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 5px;
  transition: 0.3s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.bgf .bgf-btn:hover {
  background: #4eb478;
  border: 2px solid #4eb478;
}

/*--------------------------------------------------------------
# Empresas Vinculadas
--------------------------------------------------------------*/
.empresasv {
  height: 100vh;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position:relative;
  overflow: auto;
  background: linear-gradient(rgba(2, 2, 2, 0.3), rgba(0, 0, 0, 0.4)), url("../img/fondo/f8.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}
.empresasv p {
    color: #fff;
  }


.empresasv .card {
  padding: 5px;
  overflow: hidden;
  border: 0;
  background: #61a655;
  position: relative;
  transition: 0.3s;
}

.empresasv .card-body {
  position: relative;
}

.empresasv .card-body i {
  font-size: 90px;
  opacity: 0.2;
  color: #e7e7e7;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.empresasv .card-title {
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
}

.empresasv .card-title a {
  color: #06244C;
  transition: 0.3s;
}

.empresasv .card-text {
  position: relative;
  margin: 0;
  z-index: 2;
  color: #06244C;
 font-size: 14px;
}

.empresasv .card:hover {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  color:#fff;
}

.empresasv .card:hover .card-title a {
  color: #68943b;
}
.empresasv .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-align:center;
  display:inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #06244C;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #d69916;
}
.empresasv .btn-learn-more:hover {
  background: #d69916;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .empresasv {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #2a2c39;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #ffa300;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #ffa300;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}


/*--------------------------------------------------------------
# clientes
--------------------------------------------------------------*/
.clients {
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position:relative;
  overflow: auto;
  background: linear-gradient(rgba(2, 2, 2, 0.3), rgba(0, 0, 0, 0.4)), url("../img/fondo/f3.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 100px 0;
}
.clients .box {
  padding: 5px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 14px rgba(59,95,169, 1);
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}

.clients p {
  color: #fff;
  
}
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e96b56;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e96b56;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}


/*--------------------------------------------------------------
# sucursales
--------------------------------------------------------------*/
.sucursales {
  height: 100vh;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position:relative;
  overflow: auto;
    background: linear-gradient(rgba(16, 17, 17, 0.6), rgba(13, 13, 14, 0.8)), url("../img/fondo/camionetas.jpeg") fixed center center;
    background-size: cover;
    padding: 60px 0;
}
.sucursales p {
  color: #fff;
}

.sucursales .box {
  padding: 5px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.6);
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}
.box-footer {
  position: relative;
  border-radius: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 11px;
  display: flex;
  justify-content: space-around;
  padding: 2px;
  background-color: #fff;
}
.box-footer .word {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.box-footer .icon {
  margin-right: 5px;
  padding-right: 2px;
}
.sucursales ul {
  padding: 10px;
  list-style: none;
  display: contents;
  color: #fff;
  text-align: left;
  line-height: 28px;
  font-size: 14px;
}

.sucursales ul li {
  padding-bottom: 0px;
  text-shadow:  1px 1px 1px #000000;
  display: block;
  text-align: left;

}

.sucursales ul i {
  color: #ffa300;
  font-size: 12px;
  padding-right: 4px;
  align-items: center;
}

/*
.sucursales ul .na {
  color: #ccc;
  text-decoration: line-through;
}



.sucursales .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #ffa300;
  color: #fff;
}
body {
  background-color: #f5f7fa;
  }
  
  .card.map-card .living-coral {
  background-color: #fa7268;
  }
  
  .card.map-card .living-coral-text {
  color: #fa7268;
  }*/
  
  .card.map-card .table th {
  width: 2rem;
  }
  
  .card.map-card .pt-3-5 {
  padding-top: 1.25rem;
  }
  
  .card.map-card .card-body {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 20%;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  }
  
  .card.map-card .card-body.closed {
  top: 100%;
  height: 7.5rem;
  margin-top: -7.5rem;
  }
  
  .card.map-card .map-container {
  overflow: hidden;
  padding-bottom: 0%;
  position: relative;
  height: 0;
  }
  
  .card.map-card .map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  }
  
  .card.map-card .button .btn-floating {
  margin-top: -1.5rem;
  }
/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #ececf1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #ffa300;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #bd5102;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #ffa300;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}


/*--------------------------------------------------------------
# rrhh
--------------------------------------------------------------*/
.rrhh{
  background:linear-gradient(rgba(2, 2, 55, 0.4), rgba(2, 55, 2, 0.2)), url("../img/fondo/rrhh.jpg") fixed center center;
  height: 100vh;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  position:relative;
  overflow: auto;
}
.rrhh .box {
  margin-top: 90px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 12px rgba(25, 25, 25, 0.6);
  border-radius: 1px 50px;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}

.gnext, .gprev {
  display: none;
  } 
  .btn-rrhh {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #06244C;
    animation-delay: 0.8s;
    border: 2px solid #06244C;
  }
  
  .btn-rrhh:hover {
    background: #68943b;
    color: #fff;
    text-decoration: none;
  }
/*
.rrhh .info {
  width: 100%;
  background: #fff;
}

.rrhh .info i {
  font-size: 20px;
  color: #ffa300;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffecde;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.rrhh .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}

.rrhh .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555974;
}

/*  
.rrhh .info .email,
.rrhh .info .phone {
  margin-top: 40px;
}

.rrhh .info .email:hover i,
.rrhh .info .address:hover i,
.rrhh .info .phone:hover i {
  background: #ffa300;
  color: #fff;
}

.rrhh .php-email-form {
  width: 100%;
  background: #fff;
}

.rrhh .php-email-form .form-group {
  padding-bottom: 8px;
}

.rrhh .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.rrhh .php-email-form .error-message br+br {
  margin-top: 25px;
}

.rrhh .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.rrhh .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.rrhh .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.rrhh .php-email-form input,
.rrhh .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.rrhh .php-email-form input {
  height: 44px;
}

.rrhh .php-email-form textarea {
  padding: 10px 12px;
}

.rrhh .php-email-form button[type=submit] {
  background: #ffa300;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.rrhh .php-email-form button[type=submit]:hover {
  background: #fc8129;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  margin-top: 70px;
  background: #f7f8f9;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #404356;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position:relative;
  overflow: auto;
  padding: 0 0 5px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position:relative;
  overflow: auto;
  background: #06244C;   
  padding: 10px 0 10px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #545454;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f89d34;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f89d34;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f89d34;
}

#footer .footer-top .footer-rrhh {
  margin-bottom: 30px;
}

#footer .footer-top .footer-rrhh p {
  line-height: 26px;
}
/*
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#sub-footer{
	background:#d69916;
  align-items: center;
  padding: 1;
  color: #fff;
  font-size: 14px;
}
#sub-footer {
	background:#d69916;
  padding: 5px 0;
} */

#sub-footer{
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position:relative;
  overflow: auto;
  background:#fff;
	text-shadow:none;
	padding:0;
	padding-top:10px;
	padding-bottom: 10px;
	
	margin:5px 0 0 0;
	
}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{
	color:#d69916;
}

.copyright {
	text-align:center;
	font-size:12px;
}

#sub-footer ul.social-network {
	float:right;
}