/**
* 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;
}

/*--------------------------------------------------------------
# Hero / Soporte Online
--------------------------------------------------------------*/

.hero-soporte {
  padding: 80px 0;
  margin: 137px 0 0 0; 
}

.hero-soporte .content-cde img {
  min-height: 140px;
}

.hero-soporte .titulo h2 {
  font-family: 'titilliumregular', sans-serif;
  font-size: 3.5rem;
  color: var(--teknaria-blue);  
}

@media (max-width: 1024px) {
  .hero-soporte .content-cde img {
    min-height: 100px;
  }
  .hero-soporte .titulo h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .hero-soporte .content-cde img {
    margin: 20px 0;
  }
  .hero-soporte .titulo h2 {
    font-size: 2rem;
  }
}

@media (max-width: 425px) {
  .hero-soporte .content-cde img {
    min-height: 80px;
    margin: 20px 0;
  }
  .hero-soporte .titulo h2 {
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------------------
# Hero / Accesos
--------------------------------------------------------------*/

.accesos {
  background: var(--teknaria-cyan);
  height: auto;
  padding: 40px 80px;
  margin: 0 auto;
}

.accesos .titulo h2 {
  font-family: 'titilliumregular', sans-serif;
  font-size: 2.25rem;
  color: #fff;
}

.btn-cliente {
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 20px, transparent 20px) 0% 0%/25px 25px no-repeat,
  radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 20px, transparent 20px) 100% 0%/25px 25px no-repeat,
  radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 20px, transparent 20px) 0% 100%/25px 25px no-repeat,
  radial-gradient(circle at 0 0, #ffffff 0, #ffffff 20px, transparent 20px) 100% 100%/25px 25px no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 50px) no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 50px) calc(100% - 10px) no-repeat,
  linear-gradient(90deg, #5368B0 0%, #44c3d6 100%);
  border-radius: 25px;
  box-sizing: content-box;
  width: 200px;
  height: 50px;
  position: relative;
}

.btn-miembro {
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 20px, transparent 20px) 0% 0%/25px 25px no-repeat,
  radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 20px, transparent 20px) 100% 0%/25px 25px no-repeat,
  radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 20px, transparent 20px) 0% 100%/25px 25px no-repeat,
  radial-gradient(circle at 0 0, #ffffff 0, #ffffff 20px, transparent 20px) 100% 100%/25px 25px no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 50px) no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 50px) calc(100% - 10px) no-repeat,
  linear-gradient(90deg, #58595b 0%, #BCBEC0 100%);
  border-radius: 25px;
  box-sizing: content-box;
  width: 200px;
  height: 50px;
  position: relative;
}

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

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

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

.accesos .content-cde img {
  min-height: 90px;
}

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

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

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

.accesos .ver-cliente p {
  position: absolute;
  font-family: 'titilliumsemibold', sans-serif;
  font-size: 1rem;
  color: var(--teknaria-blue);
  text-align: center;
  margin-bottom: 0; 
  top: 19px;
  left: -140px;
}

.accesos .ver-cliente {
  position: absolute;
  top: -6px;
  right: 4px;
}

.accesos .ver-cliente i {
  font-family: 'titilliumregular', sans-serif;
  font-size: 41px;
  color: #44C3D6;
  padding: 0;
  margin-bottom: 0;
  transition: 0.3s;
}

.accesos .ver-cliente i:hover {
  color: #5368B0;
}

.accesos .ver-miembro p {
  position: absolute;
  font-family: 'titilliumsemibold', sans-serif;
  font-size: 1rem;
  color: var(--teknaria-dark);
  text-align: center;
  margin-bottom: 0; 
  top: 19px;
  left: -100px;
}

.accesos .ver-miembro {
  position: absolute;
  top: -6px;
  left: 155px;
}

.accesos .ver-miembro i {
  font-family: 'titilliumregular', sans-serif;
  font-size: 41px;
  color: #BCBEC0;
  padding: 0;
  margin-bottom: 0;
  transition: 0.3s;
}

.accesos .ver-miembro i:hover {
  color: #58595B;
}

/*--------------------------------------------------------------
# Contact / Login
--------------------------------------------------------------*/
.login-form {
  padding: 0;
}

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

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

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

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

.login-form button[type=submit]:hover {
  color: var(--teknaria-blue);
  background: #fff;
}



/*--------------------------------------------------------------
# Inicio / SMI / SCI / HELP DESK
--------------------------------------------------------------*/
.servicios .box {
  padding: 50px;
  box-shadow: 0px 0 5px rgba(0, 33, 105, 0.1);
  transition: 0.3s;
  height: 100%;
}

.servicios .box img {
  margin: 20px;
  width: 60px;
  height: 60px;
}

.servicios .box h3 {
  font-size: 2.5rem;
  color: var(--teknaria-blue);
  font-weight: 600;
  margin-bottom: 0;
}

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

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

/*--------------------------------------------------------------
# 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-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);
  }
}

/*--------------------------------------------------------------
# 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;
}