@font-face {
  font-family: "Monserrat";
  src: url(../font/Montserrat.ttf);
}
* {
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
}
header {
  width: 100%;
  height: 80px;
  color: #fff;
  
  position: relative;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
}
.container {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  font-family: 'Pacifico', sans-serif;
}
.navbar-brand img{
  margin-top: 15px;
}
.fa-laptop-code {
  font-size: 30px;
  color: rgb(0, 110, 255);
}
#menu-bar {
  display: none;
}
header .hamburger {
  padding: 5px 10px;
  margin-top: 12px;
  float: right;
  cursor: pointer;
}
/* Menu */
.menu {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  background: rgba(145, 145, 145, 0);
  transition: all 0.5s;
  transform: translateX(-100%);
  font-family: 'Montserrat', sans-serif;
  }
  #menu-bar:checked ~ .menu {
  transform: translateX(0%);
  }
  .menu .btn-sm {
  font-size: 10px;
  background: rgba(128, 178, 253, 0.671);
  border-radius: 20px;
  text-transform: none;
  }
  .menu .icon-home,.fa-chalkboard-teacher,.icon-images,.fa-comments {
  font-size: 12px;
  }
  .menu .btn-sm:hover {
  background: rgba(0, 139, 23, 0.411);
  color: white;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px 4px 5px 0px rgba(255,255,255,1);
  box-shadow: 0px 4px 5px 0px rgba(255,255,255,1);
}

@media screen and (max-width: 768px){
  header {
    width: 100%;
    height: 50px;
  }
  .navbar-brand img{
    width: 100px;
    margin-top: 5px;
  }
  .menu .btn-sm {
    font-size: 10px;
    background: rgb(128, 178, 253);
  }
}
@media screen and (max-width: 499px){
  .menu .btn-sm {
    font-size: 6px;
    background: rgb(128, 178, 253);
  }
}
@media (min-width:768px) {
  header .hamburger { 
    display: none;
  }
  .menu {
    margin: auto;
    position: static;
    width: auto;
    height: auto;
    margin-top: 30px;
    transform: translateX(0%);
    float: right;
    display: flex;
  } 
}
/* End Menu */
/* Banner */
.container-portada {
    width: 100%;
    height: 50vw;
    margin-top:0;
    position: relative;
    background: url(../img/Fondo-Banner.jpg);
    background-repeat: no-repeat;
    background-size: 150%;
    animation: moving 10s infinite linear alternate;
  }
  @keyframes moving {
    from {
      background-position: bottom left;
    }
    to {
      background-position: top right;
    }
  }
  .capa-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-linear-gradient(left, black,#0672d0cc);
    opacity: 0.5;
  }
  .container-details {
    width: 100%;
    position: relative;
    margin: auto;
    margin-top: 10vw;
  }
  .details {
    padding: 50px;
    margin: auto;
    top: auto;
    color: white;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  }
  .details h1 {
    margin: auto;
    font-size: 5vw;
    font-weight: 100;
    /* font-family: 'Pacifico', sans-serif; */
    color: transparent;
    margin: auto;
    background-image: url(../img/Text3.PNG);
    background-position: center;
    background-size: cover;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1.5px white;
  }
  .details .fa-laptop-code {
    font-size: 5vw;
    color: #06d053cc;
  }
  .details .fa-phone-volume,.fa-mail-bulk {
    color: #06d053cc;
  }
  .details p {
    margin-top: auto;
    font-size: 2vw;
  }
  .details .btn {
    padding: 0;
    margin: 0;
    font-size: 3vw;
    text-transform: none;
    color: transparent;
    margin: auto;
    border-radius: 10px;
    border: 1px solid white;
    background-image: url(../img/Text3.PNG);
    background-position: center;
    background-size: cover;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1.5px white;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
  }
  .details .btn:hover {
    background: white;
    color: black;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 4px 5px 0px rgba(255,255,255,1);
    box-shadow: 0px 4px 5px 0px rgba(255,255,255,1);
  }
  .details .enlaces p{
    padding: 0;
    margin: auto;
    margin-top: 20px;
    font-size: 2vw;
  }
  .details .enlaces p a {
    color: #fff;
  }
  .container-portada .ola {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  @media screen and (max-width: 768px){
    .container-portada {
      padding: 0;
      margin: 0;
      margin-top: 0;
      width: 100%;
      height: 420px;
    }
    .capa-gradient {
      width: 100%;
      height: 100%;
    }
    .container-details {
      width: 100%;
      padding: 20px;
      margin-top: 50px;
    }
    .details {
      padding: 10px;
      margin: auto;
    }
    .details h1 {
      font-size: 6vw;
      font-weight: 100;
    }
    .details p {
      font-size: 3vw;
    }
    .details .btn {
      padding: 0;
      margin: 0;
      font-size: 3vw;
    }
    
    .details .enlaces p{
      padding: 0;
      margin: auto;
      margin-top: 20px;
      font-size: 15px;
    }
  }
  @media screen and (max-width: 500px){
    .container-portada {
      padding: 0;
      margin: 0;
      margin-top: 0;
      width: 100%;
    }
    .capa-gradient {
      width: 100%;
      height: 100%;
    }
    .container-details {
      width: 100%;
      padding: 20px;
    }
    .details {
      padding: 10px;
      margin: auto;
    }
    .details h1 {
      font-size: 7vw;
      font-weight: 100;
    }
    .details p {
      font-size: 15px;
    }
    .details .btn {
      margin-top: -16px;
      font-size: 15px;
    }
    .details .enlaces {
      margin-top: -5px;
      display: 1;
    }
    .details .enlaces p{
      padding: 0;
      margin: auto;
      font-size: 15px;
    }
  }
/* End Banner */

/* Modal Services */
  .modal {
    width: 100%;
    background: rgba(0, 0, 0, 0.445);
  }
  .modal-content {
    background: rgba(0, 97, 177, 0.842);
  }
  .modal-body .img-tecnologi {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .modal-body .img-tecnologi img {
    margin: auto;
    width: 500px;
    height: auto;
  }
  .modal-body .text-tecnologi {
    width: 100%;
    height: auto;
  }
  .modal-body .text-tecnologi p {
    text-align: center;
    font-size: 20px;
    color: rgb(255, 255, 255);
  }
  .modal-body .text-mantenim {
    width: 100%;
    height: auto;
  }
  .modal-body .text-mantenim p {
    text-align: center;
    font-size: 20px;
    color: rgb(255, 255, 255);
  }
  .modal-body .text-mantenim ul { 
    margin: auto;
    width: 450px;
  }
  @media screen and (max-width: 768px){
    .modal-body .text-mantenim ul {
      width: 100%;
      height: auto;
    }
    
    .modal-body .img-tecnologi img {
      margin: auto;
      margin-top: -50px;
    } 
  }
  @media screen and (max-width: 575px){
    .modal .modal-dialog {
      margin: auto;
      width: 95%;
    }  
  }
  
/* End Modal Services */

/* Modal Contac */
 .modal-body .contac-phone {
  width: 100%;
  height: auto;
  text-align: center;
 }
 .modal-body .contac-phone a {
   padding: 20px;
  color: #fff;
 }
 @media screen and (max-width: 575px){
  .modal-content .Form{
    padding: 0;
    margin: 0;
  }
  .modal-content .Form .card{
    padding: 0;
    margin: 0;
  }
  .modal-content .Form form{
    padding: 0;
    margin: 0;
  }
}
  /* Modal Contac */
  .Form {
    padding: 50px;
    margin: auto;
    width: 100%;
    max-width: 800px;
    height: 100%;
  }
  .card {
    margin: auto;
    width: 100%;
    height: auto;
    background: rgba(3, 62, 110, 0.842);
  }
  .card form {
    padding: 10px;
    margin: auto;
  }
  .card .avatar{
    width: 100%;
    height: 10px;
    display: flex;
    margin-top: 20px;
  }
  .card .avatar img {
    margin: auto;
    width: 50px;
    
  }
  .card p {
    margin: auto;
    margin-top: 10px;
    font-size: 30px;
    text-align: center;
    color: transparent;
    background-image: url(../img/Text3.PNG);
    background-position: center;
    background-size: cover;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1.5px white;
  }
  .card hr {
    border-top: 1px dashed rgb(255, 255, 255);
  }
  @media screen and (max-width: 600px){ 
    .Form {
      padding: 0;
      margin: 0;
      width: 100%;
    } 
    .card .md-form {
      padding: 0;
    }
    .card .fa-user {
      font-size: 20px;
    }
    .card .fa-envelope {
      font-size: 20px;
    }
    .card .fa-edit {
      font-size: 20px;
    }
  }
  /* End Modal Contact */

/* Main */
.container-fluid {
  padding: 30px;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  }
  /* Landing Page */
  .page {
    margin: 0;
    padding: 0;
    margin-top: 50px;
    font-family: 'Montserrat', sans-serif;
    background: white;
    text-align: center;
  }
  .page h1 {
    margin: auto;
    color: transparent;
    margin-top: 50px;
    font-size: 35px;
    background-image: url(../img/Text3.PNG);
    background-position: center;
    background-size: cover;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1.5px black;
  }
  .page p {
    color: transparent;
    margin: auto;
    font-size: 30px;
    background-image: url(../img/Text3.PNG);
    background-position: center;
    background-size: cover;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1.5px black;
  }
  @media screen and (max-width: 500px){ 
    .page {
      margin-top: 0;
    }
    .page h1 {
      font-size: 23px;
    }
  }
  /* End Lading Page */

  /* Objet */
  .objet {
    padding: 0;
    margin: 0;
    margin-top: 50px;
    width: 100%;
    height: 100%;
    }
  .objet .objet1 {
    padding: 10px;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: sans-serif;
  }
  .objet .objet1 h1 {
    color: transparent;
    margin: auto;
    font-size: 30px;
    background-image: url(../img/text1.PNG);
    background-position: center;
    background-size: cover;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1.5px black;
  }
  .objet .objet1 p {
    padding: 0;
    margin: auto;
    font-size: 21px;
  }
  .objet .objet2 {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .objet .objet2 img {
    width: 350px;
    height: 300px;
  }
  /* End Objet */

  /* Mantenim */
  .text3 {
    margin: 0;
    padding: 0;
    margin-top: 100px;
    background: white;
    font-family: 'Montserrat', sans-serif;
  }

  /* Problem */
  .text3 .problem {
    text-align: center;
  }
  .text3 .problem h1 {
    padding: 10px;
    color: transparent;
    margin: auto;
    font-size: 35px;
    text-align: center;
    background-image: url(../img/Text3.PNG);
    background-position: center;
    background-size: cover;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1.5px rgb(0, 0, 0);
  }
  .text3 .problem h2 {
    padding: 50px;
    margin: auto;
    color: transparent;
    margin: auto;
    font-size: 25px;
    background-image: url(../img/text1.PNG);
    background-position: center;
    background-size: cover;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1.5px black;
  }
  .text3 .problem .fa-id-card-alt {
    font-size: 25px;
  }
  @media screen and (max-width: 500px){ 
    .text3 .problem h1 {
      font-size: 23px;
    }
    .text3 .problem h2 {
      padding: 0;
      font-size: 20px;
    }
    .text3 .problem .fa-id-card-alt {
      font-size: 20px;
    }
  }
  /* End Problem */

  /* Services */
  .text3 .services .fa-cogs {
    font-size: 20px;
    color: rgb(3, 146, 39);
  }
  .text3 .services2 {
    padding: 20px;
    margin: auto;
    text-align: center;
  }
  .text3 .services2 img {
    margin: auto;
    width: 450px;
    height: 300px;
  }
  /* End Services */

  /* Value */
  .text3 .value p {
    padding: 50px;
    color: transparent;
    margin: auto;
    font-size: 35px;
    text-align: center;
    background-image: url(../img/Text3.PNG);
    background-position: center;
    background-size: cover;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1.5px rgb(0, 0, 0);
  }
  .text3 .value .fa-hand-holding-usd {
    color: transparent;
    margin: auto;
    font-size: 40px;
    text-align: center;
    background-image: url(../img/Text3.PNG);
    background-position: center;
    background-size: cover;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1.5px rgb(0, 0, 0);
  }
  /* End Value */

  /* End Mantenim*/

/* End Main */

/* Animation Elements */
  .animado {
    opacity: 0;
    transition: all 0.5s;
  }
  .mostrarArriba {
    animation: mostrarArriba 1s;
  }

  @keyframes mostrarArriba {
    0% {
      transform: translateY(60px);
    }
    100% {
      transform: translateY(0);
    }
  }
/* End Animation Elements */

/* Buton Up*/
#button-up {
  width: 40px;
  height: 40px;
  background: rgb(0, 81, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  font-size: 20px;
  position: fixed;
  bottom: 30px;
  right: 90px;
  cursor: pointer;
  border: 4px solid transparent;
  transition: all 300ms ease;
  transform: scale(0);
}
#button-up:hover {
  transform: scale(1.1);
  border-color: rgba(0, 0, 0, 0.1);
}
/* End Buton Up */

/* Redes */
.container-redes {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
  .container-redes ul {
    list-style: none;
  }
  .container-redes li {
    padding: 5px;
  }
  .container-redes a {
    margin-top: 10px;
    cursor: pointer;
  }
  .container-redes img {
    padding: 2px;
    background: rgba(0, 0, 0, 0.0);
    border-radius: 100%;
    transition: all 300ms;
  }
  .container-redes .whatsapp {
    width: 60px;
  }
  .container-redes .messenger {
    padding: 2px;
    width: 53px;
  }
  .container-redes a:hover img {
    background: rgba(0, 0, 0, 0.10);
  }
/* End Redes */

/* Footer */
footer {
  padding: 30px;
  margin: 0;
  height: 100%;
  background: #141E30;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #243B55, #141E30);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #243B55, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  .copyright {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .copyright p {
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
  }
  .copyright i {
    color:  #ffffffbb;
  }
/* End Footer */


/* ----------- Page Gracias -------------*/
.body-gracias {
  background: #000046;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #1CB5E0, #000046);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1CB5E0, #000046); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.container-gracias {
  width: 100%;
  height: 95vh;
  margin-top: -50px;
  background: rgba(0, 0, 0, 0.726);
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.gracias {
  padding: 30px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.gracias h1 {
  margin: auto;
    color: transparent;
    margin-top: 200px;
    font-size: 60px;
    background-image: url(../img/Text3.PNG);
    background-position: center;
    background-size: cover;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1.5px black;
}
.gracias h2 {
  margin: auto;
  margin-top: 50px;
  font-size: 35px;
    color: #fff;
}
.gracias h3 {
  margin: auto;
    color: transparent;
    margin-top: 50px;
    font-size: 40px;
    background-image: url(../img/Text3.PNG);
    background-position: center;
    background-size: cover;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1.5px black;
}
.body-gracias footer {
  height: 90px;
}
.body-gracias .copyright p{
  padding: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px){ 
  .gracias {
    padding: 20px;
  }
  .gracias h1 {
    margin-top: 140px;
    font-size: 50px;
  }
  .gracias h2 {
    margin-top: 20px;
    font-size: 32px;
  }
  .gracias h3 {
    margin-top: 20px;
    font-size: 35px;
  }
  .body-gracias .copyright p {
    padding: 0;
    margin-top: -10px;
    font-size: 10px;
  }
} 