@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
*{
  scroll-behavior: smooth;
}
html, body{
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #222;
}
.container-fluid{
  max-width: 1320px;
}
/* .navbar{
  padding: .8rem;
} */
.navbar li{
  padding-right: 20px;
}
.nav-link{
  font-size: 1.1em !important;
}
.carousel-inner img{
  width: 100%;
  height: 100%;
              min-height: 250px;
}
.carousel-caption{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
            bottom: auto;
}
          .carousel-caption p{
            margin-bottom: 0;
          }
.carousel-caption h1{
  font-size: 500%;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px #000;
  padding: 0;
}
.carousel-caption h3{
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
}
.btn-primary{
  background-color: #6648b1;
  border: 1px solid #6648b1;
}
.btn-primary:hover{
  background-color: #563d7c;
  border: 1px solid #563d7c;
}
.jumbotron{
  padding: 1rem;
  border-radius: 0;
}
.padding{
  padding-bottom: 2rem;
}
.welcome{
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.welcome hr{
  border-top: 2px solid #b4b4b4;
  width: 95%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}
.fa-code{
  color: #e54d26;
}
.fa-bold{
  color: #563d7c;
}
.fa-css3{
  color: #2163af;
}
.fa-code, .fa-bold, .fa-css3{
  font-size: 4em;
  margin: 1rem;
}
.fun{
  width: 100%;
  margin-bottom: 2rem;
}
.gif{
  max-width: 100%;
}
.social a{
  font-size: 4.5em;
  padding: 3rem;
}
.fa-facebook{
  color: #3b5998;
}
.fa-twitter{
  color: #00aced;
}
.fa-google-plus-g{
  color: #dd4b39;
}
.fa-instagram{
  color: #517fa4;
}
.fa-youtube{
  color: #b00;
}
.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus-g:hover,
.fa-instagram:hover,
.fa-youtube:hover{
  color: #d5d5d5;
}
footer{
  background-color: #3f3f3f;
  columns: #d5d5d5;
  padding-top: 2rem;
}
hr.light{
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
footer a{
  color: #d5d5d5;
}
hr.light-100{
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

/*---Media Queries --*/
@media (max-width: 992px){
  .social a{
    font-size: 4em;
    padding: 2rem;
  }
}
@media (max-width: 768px){
  .carousel-caption{
        /* top: 45%; */
  }
  .carousel-caption h1{
    font-size: 350%;
  }
  .carousel-caption h3{
    font-size: 140%;
    font-weight: 400;
    padding-bottom: .2rem;
  }
  .carousel-caption .btn{
    font-size: 95%;
    padding: 8px 14px;
  }
  .display-4{
    font-size: 200%;
  }
  .social a{
    font-size: 2.5em;
    padding: 1.2rem;
  }
}
@media (max-width: 576px) {
  .carousel-caption{
        /* top: 40%; */
  }
  .carousel-caption h1{
    font-size: 250%;
  }
  .carousel-caption h3{
    font-size: 110%;
  }
  .carousel-caption .btn{
    font-size: 90%;
    padding: 4px 8px;
  }
  .carousel-indicators{
    display: none;
  }
  .display-4{
    font-size: 160%;
  }
  .social a{
    font-size: 2em;
    padding: .7rem;
  }
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}




.flexlogo{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 5px;
  /* border: solid 1.5px #c5c5c5; */
  box-shadow: 4px 4px 9px 3px rgba(0,0,0,0.41);
  -webkit-box-shadow: 4px 4px 7px 3px rgba(0,0,0,0.41);
  -moz-box-shadow: 4px 4px 7px 3px rgba(0,0,0,0.41);
}
.flexlogo p{
  line-height: 1;
  margin: 0;
  text-align: center;
  /* font-size: 1.2rem; */
  font-weight: 600;
  letter-spacing: 3px;
  padding: 4px 5px;
}
.flexlogo .digital{
  color: #ffe067;
  background-color: #802e80;
}
.flexlogo .kessler{
  color: #802e80;
  background-color: #ffe067;
}
.navbar{
  width: 100%;
  position: fixed;
  border-bottom: solid 1px rgb(201, 201, 201);
}
.container-fluid.carousel{
  padding: 81px 0 0 0;
}
.carousel{
  position: relative;
  /* margin-top: 81px; */
}
.img-banner{
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 80px);
  object-fit: cover;
  opacity: 0.4;

  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: top;
}
.carousel-item::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(313deg, #00b2ffd1 0%, #ff89aecc 68%);
  background-size: cover;
  z-index: 1;
}
.carousel-caption h1{
  line-height: 1;
}
.carousel-caption p{
  text-shadow: 1px 1px 7px #000;
  display: none;
}
.divright img{
  object-fit: contain;
  min-width: 150px;
  width: 100%;
  max-width: 407px;
  min-height: auto;
}
.divleft{
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-indicators{
  display: none;
}
.section-1{
  margin-top: 70px;
}
.section-1 h2,
.section-2 h2{
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
.section-1 h2::first-letter,
.section-2 h2::first-letter{
  font-size: 2.5rem;
  font-weight: 600;
  color: #bf19bf;
}
.section-2 .row{
  flex-direction: row-reverse;
}
.flex-imagen{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.section-1 div.imagen{
  text-align: start;
}
.section-2 div.imagen{
  text-align: end;
}
.img-section{
  /* border: 1px solid #c3c3c3;
  box-shadow: -1px 0px 20px 0px rgb(0 0 0 / 50%); */
}
.caracteristica{
  text-align: center;
  padding-bottom: 0;
}
.caracteristica h3{
  margin-bottom: 3px;
}
.caracteristica p{
  margin: 0;
}
.caracteristica img{
  margin: 0 40% 10px 40%;
  max-width: 100px;
}
.caracteristica .filter-color{
  filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(111deg) brightness(106%) contrast(106%);
  filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(111deg) brightness(106%) contrast(106%) 
          drop-shadow(2px 2px 2px rgb(255 224 103 / 0.7));
}
.caracteristica .padding{
  padding-bottom: 0;
}
.servicios .row{
  justify-content: center;
}
.header-servicios{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}

.servicios{
  padding-top: 95px;
  max-width: 1100px;
}
.servicios .icon{
  color: #31a331;
}
.servicios ul{
  list-style: none;
  padding: 0;
}
.servicios .precio, .servicios.separador{
  border: 1px solid rgba(154, 200, 252, 0.651);
  box-shadow: 0px 0px 9px 5px rgb(152 205 255 / 41%);
}
.servicios .precio h3{
  border-bottom: 1px solid #000000;
  line-height: 1;
}
.servicios .precio span{
  /* border-top: 1px solid #ffe067;
  border-bottom: 1px solid #ffe067; */
  line-height: 1.2;
  font-weight: 500;
}

.servicios .separador{
  padding: 0;
  min-height: 15px;
}
.servicios .row{
  /* margin: 0 50px; */
  justify-content: center;
}

.precio-servicios{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-requisitos{
  display: flex;
}
.img-requisitos img{
  width: 80px;
}
.desc-requisitos{
  margin-left: 20px;
}
.carousel-experiencia .row{
  margin: 0 15%;
}
.img-experiencia{
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: top;
}

hr{
  border-top: 1px solid rgb(0 0 0 / 22%);
}
.carousel-segundo .row .carousel.slide{
  border: solid #333 2px;
}
.carousel-segundo#Trabajos{
  padding-top: 80px;
  padding-bottom: 60px;
}
.carousel-segundo .carousel-item::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,  #464646d1 0%, transparent 15%, transparent 85%, #464646d1 100%);
  background-size: cover;
  z-index: 1;
}

.section-contact{
  padding-top: 90px;
}
.contact-row{
  padding: 1rem;
  /* border: solid;
  border-radius: 40px;
  margin-bottom: 78px; */
  padding: 30px;
}

.contact-row{
  /* border: #802e807c solid 3px;
  box-shadow: 0px 0px 9px 5px #802e807c; */
  box-shadow:  0px 0px 9px 5px #9b2c9b8c;
  margin-bottom: 100px;
}
.contact-row .wow{
  padding: 0;
}
.img-contact{
  /* margin: auto; */
}
.img-contact img{
  width: 100%;
}
button#form-submit{
  border: #01a101 solid 2px;
  color: #01a101;
  background: white;
  font-weight: 500;
  letter-spacing: 1px;
  margin-left: 2px;
}
button#form-submit:hover{
  letter-spacing: 2px;
  transition: all .2s;
  margin-left: 0;
  background-color: #01a101d5;
  color: white;
}
.contact-left{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.redes{
  width: 100%;
  height: 100%;
  display: flex;
  /* justify-content: center; */
  justify-content:space-evenly;
  align-items: center;
  padding: 10px 0;
}
.redes .uno{
  /* margin-right: 30px; */
}
.redes .dos{
  /* margin-left: 30px; */
}
.redes .uno, .redes .dos, .redes .tres{
  width: 3.5rem;
  height: 3.5rem;
  background-color: white;
  border-radius: 50%;
}
.redes .uno img:hover{
  -webkit-filter: drop-shadow(0px 0px 7px #229ED9);
  filter: drop-shadow(0px 0px 7px #229ED9);
}
.redes .dos img:hover{
  -webkit-filter: drop-shadow(0px 0px 7px #093fac);
  filter: drop-shadow(0px 0px 7px #093fac);
}
.redes .tres img:hover{
  -webkit-filter: drop-shadow(0px 0px 7px #d325bc);
  filter: drop-shadow(0px 0px 7px #d938e7);
}
.redes .uno img,
.redes .dos img,
.redes .tres img{
  width: 100%;
  height: 100%;
}
.form-submit.mt-5{
  margin-top: 20px !important;
}

footer{
  padding: 20px 0;
}
footer .padding{
  padding: 0;
}
footer .col-12{
  padding: 0;
}
.flex-footer{
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .flexlogo .digital{
  color: #ffe067;
  background-color: #802e80;
  color: #646464;
  background-color: #3e3e3e;
}
footer .flexlogo .kessler {
  color: #802e80;
  background-color: #ffe067;
  color: #3e3e3e;
  background-color: #646464;
}
footer h5{
  margin: 0;
  color: #616161;
}
footer h5, footer p{
  font-size: 14px;
}



@media (max-width: 1199px) {
  .carousel-caption h1{
    padding: 0 60px;
  }
  .divright{
    /* display: none; */
    padding: 0;
  }
  .divleft{
    padding-bottom: 0;
  }
  .img-banner{
    opacity: 0.6;
  }
  .divright img{
    max-width: 360px;
  }
}
@media (max-width: 1092px){
  .divright img{
    max-width: 320px;
  }
}
@media (max-width: 992px){
  .requisitos .row{
    padding-bottom: 0;
  }
  .section-1 div.imagen{
    text-align: center;
  }
  .section-2 div.imagen{
    text-align: center;
  }
  .divright img{
    max-width: 280px;
  }
}
@media (max-width: 880px){
  .divright img{
    max-width: 210px;
  }
}
@media (max-width: 767px) {   /*768px*/
    .navbar{
      padding: 5px 15px;
    }
    .navbar-collapse{
      padding-top: 8px;
    }
    .nav-item{
      text-align: center;
      border-top: 1px solid gainsboro;
      border-left: 1px solid #f3f3f3;
      border-right: solid 1px #f3f3f3;
    }
    .carousel{
      position: relative;
      /* margin-top: 75px; */
    }
    .container-fluid.carousel{
      padding-top: 75px;
    }
    .carousel-experiencia .row{
      margin: 0;
    }
    .servicios .separador{
      margin: 10px 0;
    }
    .divright img{
      max-width: 220px;
    }
}
@media (max-width: 676px) {
  .divright img{
    max-width: 165px;
  }
}
@media (max-width: 576px) {
    .divright img{
      max-width: 160px;
    }
    .carousel-caption{
      right: 5%;
      left: 5%;
    }
    .carousel-experiencia .carousel-inner img{
      min-height: 0;
    }
    .carousel-experiencia, .carousel-experiencia .col-md-12{
      padding: 0;
    }
    .row.contact-row.button.draw{
      margin-left: -5px;
      margin-right: -5px;
    }
    .img-requisitos img{
      width: 65px;
    }
    .desc-requisitos h3{
      font-size: 1.2rem;
    }
    .section-1 h2, .section-2 h2 {
      line-height: 1;
    }
    .caracteristica img {
      margin: 0 42% 10px 42%;
      max-width: 100px;
    }
}

@media (min-width: 767px) and (max-width: 1400px){
  .section-1, .section-2, .caracteristica, .requisitos{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px){
  .section-1{
    padding-left: 50px;
  }
  .section-1 .sec-left{
    padding-right: 0;
  }
  .section-1 .flex-imagen{
    justify-content: flex-start;
  }
  .section-2{
    padding-right: 50px;
  }
  .section-2 .sec-right{
    padding-left: 0;
  }
  .section-2 .flex-imagen{
    justify-content: flex-end;
  }
}

@media (orientation: landscape) and (max-height:400px) {
  .divright img {
    max-width: 157px;
  }
.carousel-caption h1 {
      font-size: 400%;
  }
}
/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/