/* MOBILE */
/**********/

.btn-mobile-nav {
  border: none;
  background-color: none;
  cursor: pointer;

  display: none;
  text-decoration: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #fff;
  text-decoration: none;
  background-color: none;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
  text-decoration: none;
}

/* STICKY NAV */
/**************/

.sticky .header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #000b3e;
  z-index: 999;
  height: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  /* box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03); */
}

.section-hero {
  /* padding-top: 9.6rem; */
}

/* GENERAL COMPONENTS */
/*****************************************************************************************************/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  /* Se divide 10px / 16 px dando 0.625 y al usar 
  porcentajes se respetan los tamaños en versiones responsivas*/
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #555;
  font-family: ofelia-display, sans-serif;

  /*solo funciona si no hay nada posicionado 
  absoluto en relacion con body*/
  overflow-x: hidden;
}

.container {
  max-width: 120rem;
  padding: 0 3.2rem;
  margin: 0 auto;
  margin-bottom: 9.6rem;
}

.container-hero {
  max-width: 120rem;
  padding: 0 3.2rem;
  margin: 0 auto;
  margin-bottom: 0rem;
}

.container-services {
  max-width: 160rem;
  padding: 9rem 5.6rem 9rem;
  margin: 0 auto;
  /* margin-bottom: 1rem; */
}

.container-tech {
  max-width: 120rem;
  padding: 0 3.2rem;
  margin: 0 auto;
  margin-bottom: 9.6rem;
}

.container-solutions {
  max-width: 160rem;
  padding: 0 3.2rem;
  margin: 0 auto;
  margin-bottom: 9.6rem;
}

.grid {
  display: grid;
  column-gap: 6.4rem;
  row-gap: 9.6rem;
}

.grid-cta {
  display: grid;
  column-gap: 6.4rem;
  row-gap: 9.6rem;
}

.grid-tech {
  display: grid;
  column-gap: 6.4rem;
  row-gap: 9.6rem;
}

.grid-services {
  display: grid;
  column-gap: 6.4rem;
  row-gap: 9.6rem;
}

.grid-contact {
  display: grid;
  column-gap: 6.4rem;
  row-gap: 9.6rem;
}

.logos-grid {
  display: grid;
  column-gap: 6.4rem;
  row-gap: 4rem;
}

.grid--2-cols {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}

.grid--4-cols {
  grid-template-columns: repeat(4, 1fr);
}

.grid--6-cols {
  grid-template-columns: repeat(6, 1fr);
}

.grid--8-cols {
  grid-template-columns: repeat(8, 1fr);
}

.grid--center-v {
  align-items: center;
}

.btn {
  padding: 1.2rem 2.4rem;
  /* text-transform: uppercase; */
  border-radius: 50rem;
  font-weight: 500;
  font-size: 2rem;
  /* border: none; */
  display: inline-block;
  font-family: ofelia-display, sans-serif;
  transition: all 0.2s;
  text-decoration: none;
}

p {
  font-family: greycliff-cf, sans-serif;
  font-size: 2rem;
  line-height: 1.8;
}

.section-title {
  font-size: 4rem;
  color: #0a2043;
  text-align: center;
  margin-bottom: 6rem;
  animation-name: moveInLeft;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.green {
  color: #85e070;
}

.blank {
  color: transparent;
}

.white {
  color: #fff;
}

.card {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* NAVIGATION */
/****************************************************************************************************/

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: none;

  height: 9.6rem;
  padding: 0 4.8rem;
  position: relative;
  z-index: 1;
}

.logo {
  height: 5rem;
}

.main-nav-list {
  list-style: none;
  display: flex;
  gap: 4.8rem;
  align-items: center;
  /* text-transform: uppercase; */
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #00b9ff;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 50px;
  background-color: #00b9ff;
  color: #fff;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.mav-cta:active {
  background-color: #0292c6;
}

/* HERO SECTION */
/****************************************************************************************************/

.hero-section {
  /* background-color: #0a2043; */
}

video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}

.levitation {
  transition: all 0.8s;
}

.levitation:hover {
  transform: translateY(-2rem);
}

.img-parent {
  position: relative;
  top: 0;
  left: 0;
}

.img-1 {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}

.img-2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.hero-setion {
}

.hero-description {
  align-items: center;
}

.hero-title {
  color: #fff;
  font-size: 6rem;
  margin-bottom: 2.4rem;
  animation-name: moveInLeft;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.hero-text {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.6;
  margin-bottom: 4rem;
  animation-name: Opacity100;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

.btn-hero:link,
.btn-hero:visited {
  background-color: #00b9ff;
  color: #fff;
  border-width: 1px;
  animation: moveInBottom 0.5s ease-out 0.75s;
  animation-fill-mode: backwards;
}

.btn-hero:hover {
  background-color: #0292c6;
  color: #fff;
}

/* SERVICES SECTION */
/****************************************************************************************************/

.services-section {
  /* margin-bottom: 6rem; */
  background-color: #fff;
}

.service-title {
  font-size: 2rem;
  color: #0b3046;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.service-list {
  text-align: center;
}

.service-icon {
  margin-bottom: 2rem;
  animation: moveInBottom 0.5s ease-out 0.75s;
  animation-fill-mode: backwards;
}

.service-text {
  font-size: 1.8rem;
  line-height: 1.5;
}

/* SOLUTION SECTION */
/****************************************************************************************************/
.solutions-section {
  background-color: rgba(11, 48, 70, 0.02);
  /* background-color: #00b9ff; */
  padding-top: 6rem;
  padding-bottom: 10px;
  margin-bottom: 8rem;
}

.solution-title {
  color: #fff;
}

.solution-text {
  font-size: 1.8rem;
  line-height: 1.7;
  /* margin-bottom: 2rem; */
}

.solution-subtitle {
  font-size: 3.6rem;
  color: #69c056;
  margin-bottom: 3rem;
  line-height: 1.5;
  text-align: center;
}

.solution-img {
  width: 100%;
}

.solution-description {
  padding: 4.8rem 4.8rem 3.2em 4.8rem;
}

.btn-solution:link,
.btn-solution:visited {
  background-color: #fff;
  color: #69c056;
  margin-top: 9rem;
  text-align: center;
  display: block;
  box-shadow: 0px 5px 5px rgba(11, 48, 70, 0.063);
}

.btn-solution:hover {
  background-color: #69c056;
  color: #fff;
}

.whats-new {
  text-decoration: none;
  color: #00a3ff;
  font-weight: 600;
}

/* TECHNOLOGIES SECTION */
/****************************************************************************************************/

.tech-img {
  width: 100%;
  align-items: center;
  justify-content: space-around;
}

/* STORIES SECTION */
/****************************************************************************************************/

.clients-logos {
  align-items: center;
  justify-content: space-around;
}

.client-logo {
  width: 100%;
}

/* .clients-logos img {
  filter: brightness(0);
  opacity: 70%;
} */

.img-div {
  margin-bottom: 8rem;
  width: 100%;
}

/* CONTACT SECTION */
/****************************************************************************************************/

.cta-form {
  font-size: 1.8rem;
  margin: 6rem 9rem;
}

.cta-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.contactus-section {
  /* background-color: rgb(0, 163, 255); */
  background: linear-gradient(4deg, #0067ff 0%, #00a3ff 100%);
}

.contact-title {
  font-size: 4rem;
  color: #0a2043;
  text-align: center;
  /* margin-bottom: 3rem; */
  margin-top: 6rem;
}

.fields {
  grid-template-columns: repeat(2, 1fr);
}

.contact-text-box {
  color: #0a2043;
  padding: 1rem 2rem;
  border-radius: 50rem;
  width: 100%;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  border: none;
  font-family: greycliff-cf, sans-serif;
}

.messagge-text-box {
  color: #0a2043;
  padding: 1rem 2rem;
  border-radius: 2rem;
  width: 100%;
  font-size: 1.8rem;
  margin-bottom: 6rem;
  border: none;
  font-family: greycliff-cf, sans-serif;
}

.contact-label {
  font-size: 2rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: -1rem;
}

.btn-contact,
.btn-contact:visited .btn-contact:link {
  background-color: #0a2043;
  color: #fff;
  border-width: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-contact:hover {
  background-color: #003ca1;
  color: #fff;
}

/* FOOTER */
/****************************************************************************************************/

.footer {
  padding: 4rem 4.8rem 1rem;
  background-color: rgba(11, 48, 70, 0.02);
  align-items: center;
}

.footer-content {
  margin-bottom: 4rem;
  margin-top: 2rem;
}
.footer-text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #0a2043;
}

.footer-contact {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #0a2043;
  text-decoration: none;
  align-items: center;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.5rem;
  color: #0a2043;
  transition: all 0.3s;
  line-height: 6rem;
  font-family: greycliff-cf, sans-serif;
  align-items: center;
}

.footer-link:hover,
.footer-link:active {
  color: #00b9ff;
}

.icon-contact {
  margin-right: 1rem;
  align-items: center;
  color: #0a2043;
}

.cmmi-logo {
  max-width: 300px;
}

.line {
  border-top: 1px solid #eee;
}

.copyright {
  text-align: center;
  font-size: 1.6rem;
  color: #0a20438f;
  margin-top: 1rem;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 2.4rem;
}

.social-icon {
  height: 2.4rem;
  width: 2.4rem;
}

/* Carousel */

.partner-description {
  margin-bottom: 4rem;
}

.section-padding {
  /*   */
}
.brand-carousel {
  /* background: aliceblue; */
  /* margin-top: 15%; */
}

.owl-dots {
  text-align: center;
  margin-top: 4%;
}
.owl-dot {
  display: inline-block;
  height: 10px !important;
  width: 10px !important;
  background-color: #eee !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}
.owl-dot.active {
  background-color: #0a2043 !important;
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes Opacity100 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
