/* 
    Dev Navigate 
    Colors
    Primary: #263238
    Secondary: #37474f
*/
@font-face {
  font-family: "ProductSans-Regular";
  src: url("../fonts/ProductSans-Regular.ttf");
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "ProductSans-Regular", Arial, Helvetica, sans-serif;
}
li {
  list-style: none;
}
h2 {
  font-size: 1.7rem !important;
}
h3 {
  font-size: 1.3rem !important;
}
main {
  min-height: 60vh;
}
img {
  max-width: 90%;
}
/**************************************************** 
    Header Styles 
****************************************************/
header {
  background: rgb(11, 42, 99);
  background: linear-gradient(
    166deg,
    rgba(11, 42, 99, 1) 19%,
    rgba(32, 64, 122, 1) 45%,
    rgba(16, 64, 153, 1) 96%
  );

  color: #fff;
}
header a i {
  color: #fff !important;
}

/**************************************************** 
    Index Sections Styles 
****************************************************/
.number {
  color: #20407a;
  font-weight: 700;
  text-decoration: underline;
}
.color {
  color: #fff;
}
.contact {
  color: #20407a;
  font-weight: 700;
}
a {
  text-decoration: none;
  color: #fff;
}
.section-index-one {
  background: rgb(11, 42, 99);
  background: linear-gradient(
    166deg,
    rgba(11, 42, 99, 1) 19%,
    rgba(32, 64, 122, 1) 45%,
    rgba(16, 64, 153, 1) 96%
  );

  color: #fff;
}

.section-service-one {
  background: rgb(55, 71, 79);
  background: linear-gradient(
    90deg,
    rgba(38, 50, 56, 1) 0%,
    rgba(47, 47, 52, 1) 35%,
    rgba(81, 96, 103, 1) 100%
  );
  color: #fff;
}

@keyframes tableMove {
  from {
    left: -75px;
  }
  to {
    left: -50px;
  }
}
@keyframes celularMove {
  from {
    right: -20px;
  }
  to {
    right: 10px;
  }
}
.tablet-img-index {
  width: 205px;
  top: 25%;
  left: -60px;
  animation: tableMove 5s ease-in-out infinite alternate;
}
.celular-img-index {
  width: 120px;
  top: 45%;
  right: -10px;
  animation: celularMove 5s ease-in-out infinite alternate;
}
.card-one-icon i {
  font-size: 50px;
  margin-bottom: 25px;
}
.section-web-app {
  background: rgb(55, 71, 79);
  background: radial-gradient(
    circle,
    rgba(55, 71, 79, 1) 0%,
    rgba(38, 50, 56, 1) 47%
  );
  color: #fff;
}
.section-web-app p {
  color: #a2a6ab;
}
.dev-options-index {
  height: 100%;
  background-color: #000;
  color: white;
  padding: 60px;
}
.dev-options-index p {
  color: #b5b5b9;
}
.dev-ecommerce-1 {
  height: 100%;
  background: #263238;
  color: white;
  padding: 60px;
}
.dev-ecommerce-1 p {
  color: #b5b5b9;
}
.dev-ecommerce-2 {
  height: 100%;
  background: #e7f6fd;
  padding: 60px;
}
.dev-ecommerce-2 p {
  color: #565656;
}

/**************************************************** 
    Footer Styles 
****************************************************/
footer {
  background: rgb(11, 42, 99);
  background: linear-gradient(
    166deg,
    rgba(11, 42, 99, 1) 45%,
    rgba(32, 64, 122, 1) 90%,
    rgba(16, 64, 153, 1) 96%
  );

  color: #fff;
  padding: 80px 40px;
}
footer a i {
  color: #fff !important;
}
footer i {
  font-size: 40px;
  margin: 10px;
}

/**************************************************** 
    Responsive Styles 
****************************************************/
@media only screen and (max-width: 600px) {
  .dev-options-index {
    padding: 30px;
  }
  .dev-ecommerce-1 {
    padding: 20px;
  }
  .dev-ecommerce-2 {
    padding: 20px;
  }
  @keyframes tableResponvieMove {
    from {
      left: -40px;
    }
    to {
      left: -10px;
    }
  }
  .tablet-img-index {
    width: 30%;
    top: 35%;
    left: -30px;
    animation: tableResponvieMove 5s ease-in-out infinite alternate;
  }
  .celular-img-index {
    width: 17%;
    top: 40%;
    right: -10px;
  }
}


/* Banner de Whatsapp y Telefono*/
@media all and (min-width: 768px) {
  #banner-callus {
      display:flex;
      flex-direction: row;
      align-items: center;
      -moz-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s;
      position: fixed;
      bottom: 180px;
      right: -206px;
      z-index: 1000;
      -webkit-box-shadow: 15px 15px 30px -20px rgba(0,0,0,0.55);
      -moz-box-shadow: 15px 15px 30px -20px rgba(0,0,0,0.55);
      box-shadow: 15px 15px 30px -20px rgba(0,0,0,0.55);
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
      z-index: 1050;
  }

  #banner-callus:hover {
      right: -35px
  }

  #banner-callus-phone {
      padding: 10px 15px 12.5px 15px;
      background-color: #20407a;
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px
  }
  #banner-callus-text {
      padding: 0;
      height: 53px;
      background-color: #20407a;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-right: 20px;
      width: 196px;
      line-height: 1;
  }

  .banner-callus-llamanos {
      padding-bottom: 0px;
      font-size: 1rem;
      color: white
  }
  .banner-callus-telefono {
      padding-bottom: 0px;
      font-size: 1rem;
      color: white
  }
  #banner-callus.banner-whats {
      bottom: 243px;
      right: -200px
  }
  #banner-callus.banner-whats #banner-callus-phone,#banner-callus.banner-whats #banner-callus-text {
      background-color: #186A3B;
  }
  #banner-callus.banner-whats #banner-callus-phone {
    padding: 10px 15px 13px 15px;
  }
  #banner-callus.banner-whats img {
      width: 35px
  }
  #banner-callus img {
      width: 40px
  }
  #banner-callus.banner-whats:hover {
      right: -31px
  }
}

@media all and (max-width: 767px) {

  .contenedor-contacto {
      width: 100%;
      height: 40px;
      position: fixed;
      bottom: 0;
      z-index: 99999;
      -webkit-box-shadow: 0px 15px 20px 10px #000;
      -moz-box-shadow: 0px 15px 20px 10px #000;
      box-shadow: 0px 15px 20px 10px #000;
      display: flex;
      flex-direction: row-reverse;
      justify-content: center;
      left: 0;
  }

     #banner-callus {
      bottom: -1px;
      left: 0;
      width: 50%;
      height: 40px;
      background-color: #20407a;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding: 5px;
      display: flex;
      flex-direction: row;
      justify-content: center;

  }

  #banner-callus.banner-whats {
      left: auto;
      right: 0;
      bottom: -1px;
      background-color: #186A3B;
  }

  #banner-callus-phone {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding: 0;
     
  }

  #banner-callus-phone img {
      width: 40px;
      margin-top: 0px;
      padding: 5px;
      padding-bottom: 0
  }

  #banner-callus.banner-whats img {
      width: 35px;
      margin-top: 3px;
      padding: 5px;
      padding-bottom: 0;
      margin-left: -2px;
      
  }

  #banner-callus.banner-whats #banner-callus-phone {
      padding: 0
  }

  #banner-callus-text {
      flex-direction: column;
      height: 40px;
      padding-top: .5rem;
      justify-content: flex-start;
      align-items: center;
      width: fit-content;
      
  }

  .banner-callus-llamanos {
      font-size: 1rem;
      margin-top: -2px;
      margin-right: 0px;
      padding-bottom: 0;
  }

  .banner-callus-telefono {
      display: none
  }
}

/*footer*/

.icono {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  gap: .5rem;

}
.titulo-footer {
  margin-bottom: 8rem;
  font-size: 2rem;
}
.shadow {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 8px 16px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  margin: 0;
  padding: 28px 28px 28px;
}
.text-center {
  text-align: center;
}

.verificacion {
  color:  #20407a;
  font-size: 1rem; 
  margin: 0;
  text-decoration:underline;
  color:  #20407a;
  font-weight: 600;

}