/**
* Template Name: Teknaria - v1
* Author: m5estudiodev.com
*/

/*--------------------------------------------------------------
# Imports
--------------------------------------------------------------*/

@import url('../fonts/myriad/style.css');
@import url('../fonts/titillium/style.css');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
  --teknaria-dark: #010101;
  --teknaria-blue: #002169;
  --teknaria-cyan: #0780B7;
  --teknaria-light-cyan: #2BACE2;
  --teknaria-green: #28A549;
  --teknaria-light-green: #539843;
}

body {
  font-family: 'titilliumregular', sans-serif;
  color: var(--teknaria-dark);
}

a {
  color: var(--teknaria-light-cyan);
  text-decoration: none;
}

a:hover {
  color: var(--teknaria-light-cyan);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'titilliumregular', sans-serif;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: var(--teknaria-cyan);
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: var(--teknaria-blue);
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: var(--teknaria-blue);
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

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

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

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

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

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

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--teknaria-light-cyan);
  content: "/";
}

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

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

.back-to-top:hover {
  background: var(--teknaria-light-cyan);
  color: #fff;
}

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background-image: linear-gradient(180deg, rgba(8,14,45,0.95) 40%, rgba(0,33,105,0.95) 100%), url(../img/bg-header-trama.png);
  transition: all 0.5s;
  z-index: 997;
  padding: 31px 0;
}

.header.header-scrolled {
  background-image: linear-gradient(180deg, rgba(8,14,45,0.95) 40%, rgba(0,33,105,0.95) 100%), url(../img/bg-header-trama.png);
  padding: 20px 0;
  box-shadow: 0px 2px 20px rgba(0, 33, 105, 0.1);
}

.header .logo {
  background-image: url(../img/logo-teknaria.svg);
  height: 75px;
  min-height: 75px;
  width: 268px;
  line-height: 0;
}

.header.header-scrolled .logo {
  background-image: url(../img/logo-teknaria.svg);
  height: 60px;
  min-height: 60px;
  width: 214px;
  line-height: 0;
}

.header .logo img {
  min-height: 75px;
}

.header.header-scrolled .logo img {
  min-height: 60px;
}

/*--------------------------------------------------------------
# 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: 10px 0 10px 30px;
  font-family: "myriadregular", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
}

.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: var(--teknaria-light-cyan);
}

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

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.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: var(--teknaria-light-cyan);
}

.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;
}

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

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

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

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1024px) {
  .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(0, 0, 0, 0.85);
  transition: 0.3s;
}

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

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 60px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  padding: 30px 20px;
  border-radius: 0px 50px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: var(--teknaria-light-cyan);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--teknaria-blue);
}

.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: var(--teknaria-light-cyan);
}

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

/*--------------------------------------------------------------
# Inicio / Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  margin-top: 137px;
}

.swiper-hero {
  width: 100%;
}

.swiper-hero img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.swiper-hero .swiper-pagination {
  --swiper-pagination-color: #ffffff;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-inactive-color: none;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 10px;
  --swiper-pagination-bullet-vertical-gap: 10px;
}

.swiper-hero .swiper-pagination-bullet {
  box-shadow: 0 0 0 4px #ffffff;
}

.swiper-hero .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 4px #ffffff;
}

.swiper-horizontal > .swiper-hero .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px;
}

@media (min-width: 1921px) {
  .swiper-hero img {
    height: 960px;
  }
}

@media (max-width: 1920px) {
  .swiper-hero img {
    height: 800px;
  }
}

@media (max-width: 1440px) {
  .swiper-hero img {
    height: 750px;
  }
}

@media (max-width: 1024px) {
  .swiper-hero img {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .swiper-hero img {
    height: 450px;
  }
}

@media (max-width: 425px) {
  .swiper-hero img {
    height: 300px;
  }
}

/*--------------------------------------------------------------
# Inicio / Valores
--------------------------------------------------------------*/
.valores .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(0, 33, 105, 0.1);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.valores .box img {
  padding: 30px 70px;
  transition: 0.5s;
  transform: scale(0.8);
}

.valores .box h3 {
  font-size: 24px;
  color: var(--teknaria-blue);
  font-weight: 600;
  margin-bottom: 18px;
}

.valores .box p {
  color: var(--teknaria-blue);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
}

.valores .box i {
  color: var(--teknaria-blue);
  font-size: 1.5rem;
  transition: 0.5s;
}

.valores .box:hover i {
  color: var(--teknaria-blue);
  font-size: 2rem;
  transition: 0.5s;
}

.valores .box:hover {
  box-shadow: 0px 0 30px rgba(0, 33, 105, 0.08);
}

.valores .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Inicio / Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

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

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--teknaria-cyan);
  margin-top: 20px;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--teknaria-cyan);
}

/*--------------------------------------------------------------
# Inicio / CTA HP
--------------------------------------------------------------*/
.cta {
  background: #1295D3;
  height: auto;
  padding: 40px 0;
}

.cta .cta-hp img {
  max-width: 400px;
}

@media (max-width: 768px) {
  .cta .cta-hp img {
    max-width: 340px;
  }
}

@media (max-width: 425px) {
  .cta .cta-hp img {
    max-width: 280px;
  }
}

/*--------------------------------------------------------------
# Inicio / Contact
--------------------------------------------------------------*/
.contact {
  background-image: linear-gradient(90deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.25) 100%), url(../img/contact/bg-section-contacto.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact .info-brand {
  padding: 60px;
}

.contact .info-brand .logo img {
  min-height: 100px;
  width: auto;
}

@media (max-width: 425px) {
  .contact .info-brand .logo img {
    min-height: 85px;
    width: auto;
  }
}

.contact .info-box {
  color: var(--teknaria-dark);
  padding: 10px;
}

.contact .info-box .flag img {
  min-height: 20px;
  width: auto;
}

.contact .info-box h3 {
  font-family: 'myriadbold', sans-serif;
  font-size: 18px;
  color: var(--teknaria-dark);
  margin: 0 0 5px 0;
}

.contact .info-box p {
  font-family: 'myriadregular', sans-serif;
  padding: 0;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 0;
}

.contact .contact-form {
  padding: 30px;
  height: 100%;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--teknaria-dark);
  background-color: rgba(255,255,255,0.4);
  background-clip: padding-box;
  border: 1px solid rgba(0,33,105,0.4);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-label-select {
 padding: 0 auto;
}

.form-select {
  display: block;
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--teknaria-dark);
  background-color: rgba(255,255,255,0.4);
  background-clip: padding-box;
  border: 1px solid rgba(0,33,105,0.4);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact-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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact-form input,
.contact-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.25em;
}

.form-check-label {
  color: var(--teknaria-dark);
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 0 0 5px;
}

.contact-form input[type=checkbox] {
  border-radius: 0;
  box-shadow: none;
  font-size: 20px;
  padding: 0;
  background-clip: padding-box;
  border: 1px solid rgba(0,33,105,0.4);
}

.form-check-input:checked {
  background-color: var(--teknaria-green);
}

.contact-form input:focus,
.form-select:focus,
.contact-form textarea:focus {
  border-color: var(--teknaria-light-cyan);
  box-shadow: none;
}

.contact-form textarea {
  padding: 12px 15px;
}

.contact-form button[type=submit] {
  font-family: 'titilliumbold', sans-serif;
  font-size: 20px;
  background: var(--teknaria-blue);
  border: 0;
  padding: 10px 50px;
  color: #fff;
  transition: 0.4s;
  border-radius: 0 15px 0 15px;
}

.contact-form button[type=submit]:hover {
  background: var(--teknaria-light-cyan);
}

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

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

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

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

/*--------------------------------------------------------------
# Empresa
--------------------------------------------------------------*/
#empresa {
  width: 100%;
  min-height: 600px;
  background: url(../img/empresa/hero-empresa.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 137px;
}

#empresa:before {
  content: "";
  background: rgba(0, 33, 105, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#empresa .title h1 {
  font-family: 'titilliumsemibold', sans-serif;
  font-size: 5rem;
  color: #fff;
}

@media (max-width: 1024px) {
  #empresa {
    min-height: 450px;
  }
  #empresa .title h1 {
    font-size: 4.5rem;
  }
}

@media (max-width: 768px) {
  #empresa {
    min-height: 350px;
  }
  #empresa .title h1 {
    font-size: 4rem;
  }
}

@media (max-width: 425px) {
  #empresa {
    min-height: 250px;
  }
  #empresa .title h1 {
    font-size: 3rem;
  }
}

/*--------------------------------------------------------------
# Empresa / Quienes Somos
--------------------------------------------------------------*/
.quines-somos .content {
  padding: 40px;
}

.right {
  margin-top: 60px;
}

.quines-somos h2 {
  font-size: 2.75rem;
  color: var(--teknaria-blue);
  margin-bottom: 30px;
}

.quines-somos p {
  font-size: 1.25rem;
  margin: 15px 0 30px 0;
  line-height: 1.75rem;
}

.subtitle-empresa .content {
  padding: 40px;
}

.background {
  background: url(../img/empresa/bg-quienes-somos.png) top left no-repeat;  
}

.subtitle-empresa h2 {
  font-family: 'titilliumsemibold', sans-serif; 
  font-size: 2.5rem;
  color: var(--teknaria-blue);
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .quines-somos h2 {
    font-size: 2.5rem;
  }
  .right {
    margin-top: 80px;
  }
  .subtitle-empresa h2 {
    font-size: 2.25rem;
  }

}

@media (max-width: 768px) {
  .quines-somos h2 {
    font-size: 2.5rem;
  }
  .right {
    margin-top: 0px;
  }
  .subtitle-empresa h2 {
    font-size: 2rem;
  }
}

@media (max-width: 425px) {
  .quines-somos h2 {
    font-size: 2rem;
  }
  .right {
    margin-top: 0px;
  }
  .subtitle-empresa h2 {
    font-size: 1.65rem;
  }
}

/*--------------------------------------------------------------
# Empresa / Beneficios
--------------------------------------------------------------*/
.beneficios {
  background-color: var(--teknaria-cyan);
  margin-bottom: 60px;
}

.beneficios .content {
  padding: 40px;
}

.beneficios .bg-image {
  background: url(../img/empresa/bg-beneficios.jpg) center center no-repeat; 
  background-size: cover;
  min-height: 470px;
}

.beneficios .tags {
  display: block;
  padding: 5px 0;
  text-align: center;
  width: 200px;
}

.tag-cyan {
  background: var(--teknaria-cyan);
}

.tag-green {
  background: var(--teknaria-light-green);
}

.beneficios .tags h3 {
  font-size: 2rem;
  color: #ffffff;
  margin: 0;
}

.beneficios h2 {
  font-family: 'titilliumsemibold', sans-serif; 
  font-size: 2.5rem;
  color: #ffffff;
  margin: 0;
}

.beneficios p {
  font-family: 'titilliumregular', sans-serif; 
  font-size: 1.55rem;
  color: #ffffff;
  margin: 50px 0 0 0;
  line-height: 2.5rem;
}

@media (max-width: 1024px) {
  .beneficios h2 {
    font-size: 2.25rem;
  }
  .beneficios p {
    font-size: 1.5rem;
    margin: 25px 0 0 0;
    line-height: 2.25rem;
  }
}

@media (max-width: 768px) {
  .beneficios h2 {
    font-size: 2.25rem;
  }
  .beneficios p {
    font-size: 1.5rem;
    margin: 50px 0 0 0;
    line-height: 2.5rem;
  }
}

/*--------------------------------------------------------------
# Servicios
--------------------------------------------------------------*/
#servicios {
  width: 100%;
  min-height: 600px;
  background: url(../img/servicios/hero-servicios.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 137px;
}

#servicios:before {
  content: "";
  background: rgba(33, 33, 33, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#servicios .title h1 {
  font-family: 'titilliumsemibold', sans-serif;
  font-size: 5rem;
  color: #fff;
}

@media (max-width: 1024px) {
  #servicios {
    min-height: 450px;
  }
  #servicios .title h1 {
    font-size: 4.5rem;
  }
}

@media (max-width: 768px) {
  #servicios {
    min-height: 350px;
  }
  #servicios .title h1 {
    font-size: 4rem;
  }
}

@media (max-width: 425px) {
  #servicios {
    min-height: 250px;
  }
  #servicios .title h1 {
    font-size: 3rem;
  }
}

/*--------------------------------------------------------------
# Servicios / Cards
--------------------------------------------------------------*/
.icon-servicios {
  padding-bottom: 60px;
}

.icon-servicios .icon img {
  max-height: 100px;
  padding: 0;
}

.servicios .titulo p {
  font-family: 'titilliumregular', sans-serif;
  margin: 10px 0 0 0;
  padding: 0 0 40px 0;
  font-size: 2.35rem;
  line-height: 42px;
  color: var(--teknaria-blue);
}

@media (max-width: 1024px) {
  .servicios .titulo p {
    font-size: 2.125rem;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .servicios .titulo p {
    font-size: 1.5rem;
    line-height: 30px;
  }
}

.container-card {
  display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
}

@media (max-width: 1024px) {
  .container-card {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .container-card {
    grid-template-columns: repeat(2, 1fr);
  }
  .card .box {
    padding: 40px 30px;
  }
}

@media (max-width: 425px) {
  .container-card {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto;
  }
}

.card {
  border: none;
}

.card .box {
  padding: 40px 40px;
  background: #fff;
  text-align: left;
  box-shadow: 0px 0 30px rgba(0, 33, 105, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.card .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(0, 33, 105, 0.1);
}

.card h3 {
  font-family: 'titilliumbold', sans-serif;
  font-size: 1.5rem;
  color: var(--teknaria-blue);
  margin-bottom: 15px;
  overflow-wrap: normal;
}

.card p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--teknaria-dark);
  margin-bottom: 0px;
}

.card .btn-more {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 0 15px 0 15px;
  color: #fff;
  background: var(--teknaria-blue);
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: 'titilliumbold', sans-serif;
  transition: 0.3s;
  border: 1px solid var(--teknaria-blue);
}

.card .btn-more:hover {
  background: var(--teknaria-light-cyan);
  border: 1px solid var(--teknaria-light-cyan);
  color: #fff;
}

/*--------------------------------------------------------------
# Servicios / Cards Modal
--------------------------------------------------------------*/
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 50%;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

@media (min-width: 2560px) {
  .modal {
    --bs-modal-width: 60%;
  }
}

@media (max-width: 1920px) {
  .modal {
    --bs-modal-width: 60%;
  }
}

@media (max-width: 1440px) {
  .modal {
    --bs-modal-width: 80%;
  }
}

@media (max-width: 1024px) {
  .modal {
    --bs-modal-width: 80%;
  }
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--teknaria-blue);
  background-clip: padding-box;
  border-radius: 0px 50px;
  outline: 0;
}
.btn-close {
  box-sizing: content-box;
  width: 3em;
  height: 3em;
  padding: 0.25em 0.25em;
  color: #fff;
  background: none!important;
  border: 0;
  opacity: 1;
}

.btn-close:hover {
  color: var(--teknaria-cyan);
  text-decoration: none;
  opacity: .75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

.btn-close i {
  font-size: 3rem;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 0 1.5rem;
  border-bottom: none;
}

.modal-title {
  font-family: 'titilliumsemibold', sans-serif;
  font-size: 1.25rem!important;
  color: var(--teknaria-light-cyan);
}

.modal-body {
  padding: 0 1.5rem 1.5rem 1.5rem;  
}

.modal-footer {
  padding: 0 1.5rem 1.5rem 1.5rem;
  border-top: none;
}

.btn-close-modal {
  display: inline-block;
  padding: 3px 10px 0 10px;
  border-radius: 10px;
  color: #fff;
  background: none;
  font-size: 1rem;
  font-family: "myriadregular", sans-serif;
  transition: 0.3s;
  border: 2px solid #fff;
}

.btn-close-modal:hover {
  color: var(--teknaria-light-cyan);
  border: 2px solid var(--teknaria-light-cyan);
}

.modal-line {
  width: 80%;
  height: 40px;
  border-left: 1px solid var(--teknaria-light-cyan);
  border-bottom: 1px solid var(--teknaria-light-cyan);
  margin: 0 30px;

}

.modal-info h1 {
  font-family: 'titilliumsemibold', sans-serif;
  font-size: 2.125rem;
  color: #fff;
  padding-top: 15px;  
}
.modal-info p {
  font-family: 'titilliumregular', sans-serif;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #fff;
  margin-bottom: 0px;
  padding: 15px 0;  
}

.modal-info ul {
  padding: 15px 0px;
}

.modal-info ul li {
  font-family: 'titilliumregular', sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #fff;
  list-style: none; 
}

/*--------------------------------------------------------------
# Energia
--------------------------------------------------------------*/
#energia {
  width: 100%;
  min-height: 600px;
  background: url(../img/energia/hero-energia.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 137px;
}

#energia:before {
  content: "";
  background: linear-gradient(90deg, rgba(0,148,68,0.5) 0%, rgba(28,117,188,0.5) 40%, rgba(28,117,188,0.5) 60%, rgba(0,148,68,0.5) 100%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#energia .title h3 {
  font-family: 'titilliumsemibold', sans-serif;
  font-size: 1.75rem;
  color: #fff;
}

#energia .title h1 {
  font-family: 'titilliumsemibold', sans-serif;
  font-size: 5rem;
  color: #fff;
}

#energia .title h2 {
  font-family: 'titilliumbold', sans-serif;
  font-size: 2rem;
  color: #fff;
  padding-top: 30px;
}

@media (max-width: 1024px) {
  #energia {
    min-height: 450px;
  }
  
  #energia .title h3 {
    font-size: 1.5rem;
  }

  #energia .title h1 {
    font-size: 4.5rem;
  }

  #energia .title h2 {
    font-size: 1.75rem;
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  #energia {
    min-height: 350px;
  }
  #energia .title h3 {
    font-size: 1.25rem;
  }

  #energia .title h1 {
    font-size: 4rem;
  }

  #energia .title h2 {
    font-size: 1.25rem;
    padding-top: 30px;
  }
}

@media (max-width: 425px) {
  #energia {
    min-height: 250px;
  }

  #energia .title h3 {
    font-size: 1.125rem;
  }

  #energia .title h1 {
    font-size: 3rem;
  }

  #energia .title h2 {
    font-size: 1.125rem;
    padding-top: 20px;
  }
}

.energia-card .titulo {
  padding: 0 0 40px 0;
}

.energia-card .titulo p {
  font-family: 'titilliumregular', sans-serif;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 2.35rem;
  line-height: 42px;
  color: var(--teknaria-blue);
}

@media (max-width: 1024px) {
  .energia-card .titulo p {
    font-size: 2.125rem;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .energia-card .titulo p {
    font-size: 1.5rem;
    line-height: 30px;
  }
}

/*--------------------------------------------------------------
# Energía / Card
--------------------------------------------------------------*/
.energia-card .service-box {
  box-shadow: 0px 0 5px rgba(44, 165, 73, 0.2);
  height: 100%;
  padding: 60px 40px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.energia-card .service-box .icon {
  width: 120px;
  height: 120px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.energia-card .service-box img {
  max-height: 120px;
  max-width: 120px;
}

.energia-card .service-box h3 {
  font-family: 'titilliumsemibold', sans-serif;
  color: var(--teknaria-blue);
}

.energia-card .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.energia-card .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.energia-card .service-box.green {
  border-bottom: 5px solid var(--teknaria-green);
}

.energia-card .service-box.green .icon {
  background: #D4EDDB;
}

.energia-card .service-box.green:hover {
  background: var(--teknaria-green);
  border-bottom: 5px solid #D4EDDB;
}

.energia-card .service-box:hover h3,
.energia-card .service-box:hover p,
.energia-card .service-box:hover {
  color: #fff;
}

.energia-card .service-box:hover .icon {
  background: #fff;
}

/*--------------------------------------------------------------
# Energía / Caso de Exito
--------------------------------------------------------------*/

.caso-de-exito {
  background: var(--teknaria-green);
  height: auto;
  padding: 40px 0;
  margin: 60px 0 0 0;
}

.caso-de-exito .titulo h2 {
  font-family: 'titilliumregular', sans-serif;
  font-size: 2.5rem;
  color: #fff;  
}

@media (max-width: 1024px) {
  .caso-de-exito .titulo h2 {
    font-size: 2.125rem;
  }
}

@media (max-width: 768px) {
  .caso-de-exito .titulo h2 {
    font-size: 2rem;
  }
}

@media (max-width: 425px) {
  .caso-de-exito .titulo h2 {
    font-size: 1.5rem;
  }
}

.caso-de-exito .content-cde img {
  min-height: 90px;
}

@media (max-width: 1024px) {
  .caso-de-exito .content-cde img {
    min-height: 80px;
  }
}

@media (max-width: 768px) {
  .caso-de-exito .content-cde img {
    min-height: 70px;
    margin-top: 20px;
  }
}

@media (max-width: 425px) {
  .caso-de-exito .content-cde img {
    min-height: 60px;
    margin-top: 20px;
  }
}

.caso-de-exito .ver-caso p {
  font-family: 'titilliumregular', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0;  
}

.caso-de-exito .ver-caso{
  text-align: center;
}

.caso-de-exito .ver-caso i {
  font-family: 'titilliumregular', sans-serif;
  font-size: 3rem;
  color: #fff;
  padding: 0;
  margin-bottom: 0;
  transition: 0.3s;
}

.caso-de-exito .ver-caso i:hover {
  color: #D4EDDB;
}

/*--------------------------------------------------------------
# Energía / Características
--------------------------------------------------------------*/

.caracteristicas .titulo h2 {
  font-size: 2.75rem;
  color: var(--teknaria-green);
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .caracteristicas .titulo h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .caracteristicas .titulo h2 {
    font-size: 2.25rem;
  }
}

@media (max-width: 425px) {
  .caracteristicas .titulo h2 {
    font-size: 2rem;
  }
}

.caracteristicas .listado ul {
  padding: 20px 40px 0 0;
}

.caracteristicas .listado ul li {
  list-style: none;
  padding: 5x 0;
}

.caracteristicas .listado ul li p {
  font-family: 'titilliumregular', sans-serif;
  font-size: 1.25rem;
  color: var(--teknaria-dark);
  margin: 0;
}

.caracteristicas .listado ul li i {
  font-size: 0.35rem;
  color: var(--teknaria-green);
  margin-right: 10px;
}

/*--------------------------------------------------------------
# Energia / Caso de Exito Modal
--------------------------------------------------------------*/
.modal-caso {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--teknaria-green);
  background-clip: padding-box;
  border-radius: 0px 50px;
  outline: 0;
}
.btn-close-caso {
  box-sizing: content-box;
  width: 3em;
  height: 3em;
  padding: 0.25em 0.25em;
  color: #fff;
  background: none!important;
  border: 0;
  opacity: 1;
}

.btn-close-caso:hover {
  color: #D4EDDB;
  text-decoration: none;
  opacity: .75;
}

.btn-close-caso:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

.btn-close-caso i {
  font-size: 3rem;
}

.modal-header-caso {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 0 1.5rem;
  border-bottom: none;
}

.modal-title-caso {
  font-family: 'titilliumsemibold', sans-serif;
  font-size: 1.25rem!important;
  color: #fff;
}

.modal-body {
  padding: 0 1.5rem 1.5rem 1.5rem;  
}

.modal-footer {
  padding: 0 1.5rem 1.5rem 1.5rem;
  border-top: none;
}

.btn-close-modal {
  display: inline-block;
  padding: 3px 10px 0 10px;
  border-radius: 10px;
  color: #fff;
  background: none;
  font-size: 1rem;
  font-family: "myriadregular", sans-serif;
  transition: 0.3s;
  border: 2px solid #fff;
}

.btn-close-modal:hover {
  color: var(--teknaria-light-cyan);
  border: 2px solid var(--teknaria-light-cyan);
}

.modal-line-caso {
  width: 80%;
  height: 40px;
  border-left: 1px solid #D4EDDB;
  border-bottom: 1px solid #D4EDDB;
  margin: 0 30px;

}

.modal-info-caso img {
  padding: 15px 0; 
  max-width: 230px;
}

.modal-info-caso p {
  font-family: 'titilliumregular', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #fff;
  margin-bottom: 0px;
  padding: 0 0 10px 0;  
}

.bg-image-modal {
  background: url(../img/energia/modal-airport-terminal.jpg) center center no-repeat; 
  background-size: cover;
  width: 100%;
  min-height: 240px;
}

@media (max-width: 768px) {
  .bg-image-modal {
    width: 100%;
    min-height: 340px;
  }
}

.tag-modal h3 {
  font-size: 1.125rem;
  display: block;
  color: #fff;
  padding: 10px;
  text-align: center;
  background: var(--teknaria-cyan);
}

.background-color {
  background: var(--teknaria-cyan);
}

.modal-info-caso ul {
  padding: 15px 20px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .modal-info-caso ul {
    padding: 40px 20px;
  }
}

.modal-info-caso ul li {
  font-family: 'titilliumregular', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  list-style: none; 
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #ffffff;
  border-top: 1px solid rgba(43, 172, 226, 0.1);
  padding: 0 0 15px 0;
  font-size: 14px;
}

.footer .copyright {
  font-family: "myriadregular", sans-serif;
  text-align: center;
  padding-top: 30px;
  color: var(--teknaria-dark);
}

.footer .credits {
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  color: var(--teknaria-dark);
}

.footer .credits img {
  max-height: 50px;
  width: auto;
}

/*--------------------------------------------------------------
# Whatsapp
--------------------------------------------------------------*/

.whatsapp-link {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background-color: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 10px 0;
  transition: all 0.4s ease 0s;
}

.whatsapp-link i {
  font-size: 30px;
  color: rgb(255, 255, 255);
  line-height: 0;
}

.whatsapp-link:hover {
  background-color: #2cff79;
  color: #fff;
}