@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: "fl-flat-icons-set-2";
  src: url("../fonts/fl-flat-icons-set-2.eot");
  src: url("../fonts/fl-flat-icons-set-2.eot#iefix") format("embedded-opentype"), url("../fonts/fl-flat-icons-set-2.woff") format("woff"), url("../fonts/fl-flat-icons-set-2.ttf") format("truetype"), url("../fonts/fl-flat-icons-set-2.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.intro-title, .title-a {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #ffca08;

}

footer {
  font-family: 'Barlow', sans-serif;
  color: #000;
  font-weight: 600;
}

.fila-siguenos h5 {
  font-weight: 700;
}

.sub-titulo {
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  color: #000;
  
  padding-top: 20px;
  line-height: 1;
}

.intro-subtitle, #navbarDefault, .service-box .s-description {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
}


.navbar-b .navbar-brand {
  width: 200px;
}


.square {
  position: relative;
  width: 33.33%;
  overflow: hidden;
}

.square:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fila-cuadrado {
  display: flex;
}

#texto-servicios .s-description {
  width: 70%;
  margin-bottom: 50px;
}

#texto-servicios {
  display: flex;
  justify-content: center;
}

#servicio-1 .color-sq, 
#servicio-2 .color-sq,
.servicio-3 .color-sq,
.servicio-4 .color-sq,
#servicio-5 .color-sq,
#servicio-6 .color-sq {
  background-color: rgba(254, 92, 119, 0.9);
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

#servicio-1 .image-sq {
  background-image: url('../img/index/01 identidad.png');
  background-repeat: no-repeat;
  background-size: cover;
}


#servicio-1:hover .color-sq, 
#servicio-2:hover .color-sq, 
.servicio-3:hover .color-sq, 
.servicio-4:hover .color-sq, 
#servicio-5:hover .color-sq,
#servicio-6:hover .color-sq {
  background-color: rgba(0,0,0,0.9);
}

#servicio-1:hover .image-sq,
#servicio-2:hover .image-sq,
.servicio-3:hover .image-sq,
.servicio-4:hover .image-sq,
#servicio-5:hover .image-sq,
#servicio-6:hover .image-sq {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


#servicio-2 .color-sq {
  background-color: rgba(38, 106, 186, 0.9);
}

#servicio-2 .image-sq {
  background-image: url('../img/index/02 socialmedia.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.servicio-3 .color-sq {
  background-color: rgba(33, 196, 177, 0.9);
}

.servicio-3 .image-sq {
  background-image: url('../img/index/03 desarrolloweb.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.servicio-4 .color-sq {
  background-color: rgba(255, 202, 8, 0.9);
}

.servicio-4 .image-sq {
  background-image: url('../img/index/04 publicidad.png');
  background-repeat: no-repeat;
  background-size: cover;
}

#servicio-5 .color-sq {
  background-color: rgba(237, 82, 73, 0.9);
}

#servicio-5 .image-sq {
  background-image: url('../img/index/05 disenioproducto.png');
  background-repeat: no-repeat;
  background-size: cover;
}

#servicio-6 .color-sq {
  background-color: rgba(163, 85, 181, 0.9);
}

#servicio-6 .image-sq {
  background-image: url('../img/index/06 resgistro.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.color-sq {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.image-sq {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.content-sq {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.content-sq img{
  width: 120px;
}

.content-sq p{
  font-family: 'Gadugi';
  font-size: 1.7rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 25%;
}

.content-sq div div {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}

.nombre-cliente {
  font-family: "Gadugi";
}


@media(min-width: 1200px) {
  .content-sq div div {
    margin-bottom: 4rem;
  }
}

@media(max-width: 1199px) {
  .content-sq div div {
    margin-bottom: 3rem;
  }
}



.margin-right-10 {
  margin-right: 10px;
}

.margin-right-10-1 {
  margin-right: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-30-i {
  margin-top: 30px!important;
}

.margin-top-0 {
  margin-top: 0px!important;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-38 {
  font-size: 38px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-17 {
  font-size: 17px;
}

.f-s-15 {
  font-size: 15px;
}

.f-s-12 {
  font-size: 12px;
}

.f-yellow {
  color: #ffca08;
}

.f-black {
  color: #000;
}

.f-white {
  color: #fff;
}

.b-black {
  background: #000;
}

.b-gris {
  background-color: #e6e6e6;
}

.margin-top-3-5rem {
  margin-top: 3.5rem;
}

.margin-top-3rem {
  margin-top: 3rem;
}

.margin-top-2-5rem {
  margin-top: 2.5rem;
}

.margin-top-1rem {
  margin-top: 1rem;
}

.margin-top-1-5rem {
  margin-top: 1.5rem;
}

.padding-top-15 {
  padding-top: 15px;
}



.margin-top-15 {
  margin-top: 15px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-bottom-1-5rem {
  margin-bottom: 1.5rem;
}

.margin-bottom-2-5rem {
  margin-bottom: 2.5rem;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.padding-bottom-20 {
  padding-bottom: 15px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-left-30 {
  margin-left: 50px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.line-modi {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.owl-carousel .owl-nav .owl-prev {
  margin-left: -50px;
}

.owl-carousel .owl-nav .owl-next {
 margin-right: -50px; 
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  top: 45%;
  transform: translateY(-45%);
  width: 30px;
  height: 30px;
  line-height: 20px;
  color: #9b9b9b;
  text-align: center;
  font: 400 20px/45px 'fl-flat-icons-set-2';
  position: absolute;
  border-radius: 100%;
  background-color: #e6e6e6!important;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  color: #fff;
  background: #ffca08!important;
}

.owl-carousel .owl-nav .owl-prev {
  padding-right: 3px;
}

.owl-carousel .owl-nav .owl-prev:before {
  position: relative;
  display: inline-block;
  font: 900 15px/25px 'fl-flat-icons-set-2';
  content: '\e015';
  transform: rotate(180deg);
}

.owl-carousel .owl-nav .owl-prev span {
  display: none;
}

.owl-carousel .owl-nav .owl-next {
  padding-left: 3px;
}

.owl-carousel .owl-nav .owl-next:before {
  position: relative;
  display: inline-block;
  font: 900 15px/25px 'fl-flat-icons-set-2';
  content: '\e015';
  
}

.owl-carousel .owl-nav .owl-next span {
  display: none;
}

.owl-carousel .owl-prev {
  left: 0px;  
}

.owl-carousel .owl-next {
  right: 0px;  
}

.owl-carousel {
  width: calc(100% - 100px);
}

.div-img-qui {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.div-img-qui  div{
  width: 60%;
}

.div-img-qui p{
  text-align: center;
  font-size: 19px;
  line-height: 1.2;
  font-family: 'Gadugi Bold';
  margin-top: 10px;
}

.div-img-qui  div img{
  max-width: 100%;
}

h2 {
  /*background-color: rgba(0,127,255,0.5);
  box-shadow: 2px 2px 10px #666;*/
  /*padding: 0.25em;*/
}

div.espacio3D {
  width: 300px;
  height: 300px;
  margin: 3em auto 0 auto;
  
  position: relative;
  /*perspective-origin: center -50%;*/
  perspective: 500px;
  /*transform: scale(0.75);*/
}

div.cubo3D {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transform: translateZ(-150px);
  animation: gira;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}

div.base {
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: rgba(0,0,0,0.15);
  transform: translateX(75px) translateY(75px) rotateX(90deg) translateZ(-150px);
  box-shadow: 0 0 50px 100px rgba(0,0,0,0.15);
}
aside.cara {
  position: absolute;
  width: 298px;
  height: 298px;
  background-color: transparent;
  border: 1px solid rgba(255,150,0,0);
  /*color: #08f;*/
  font-size: 3em;
  text-align: center;
  /*line-height: 298px;*/
  box-shadow: 0px 0px 5px rgba(255,150,0,1);
  display: flex;
  justify-content: center;
  align-items: center;
}

aside.cara1 { /* Frente */
  transform: translateZ(150px);
}

aside.cara2 { /* Atrás */
  transform: rotateY(180deg) translateZ(150px);
}

aside.cara3 { /* Izquierda */
  transform: rotateY(-90deg) translateZ(150px);
}

aside.cara4 { /* derecha */
  transform: rotateY(90deg) translateZ(150px);
}

aside.cara5 { /* abajo */
  transform: rotateX(-90deg) translateZ(150px);
}

aside.cara6 { /* arriba */
  transform: rotateX(90deg) translateZ(150px);
}

@keyframes gira {
  0% {
    transform: translateZ(-150px) rotateY(0deg);
  }
  25% {
    transform: translateZ(-150px) rotateY(90deg);
  }
  50% {
    transform: translateZ(-150px) rotateY(180deg);
  }
  75% {
    transform: translateZ(-150px) rotateY(270deg);
  }
}

#cubo3d {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.img-fluid, .card-img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.card-img {
  border-radius: 10px;
}

.card {
  border: none;
  border-radius: 10px;
}

.card-blog .card-title {
  font-family: 'Gadugi Bold';
}

.card-body .category {
  margin-top: 1.5rem;
  font-family: 'Gadugi Bold';
  text-transform: uppercase;
  font-size: 11px;
}

.card-blog {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.5);
}

.eapps-link {
  display: none;
}

.iframe-ins {
  height: 100%;
  position: relative;
}

.icono-contacto {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
.fila-contacto {
  display: flex;
  align-items: center;
}

.fila-siguenos {
  display: flex;
  align-items: flex-end;
  height: 100%;
  justify-content: center;
}

.fila-contacto>div {
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .none-md {
    display: none;
  }  
}

@media (max-width: 991px) {
  .content-sq div div {
    margin-bottom: 1.5rem;
  }

  .content-sq p{
    font-size: 1.2rem;
  }

  .content-sq img{
    width: 100px;
  }
}

@media (max-width: 499px) {
  .content-sq img{
    width: 45%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .content-sq div div {
    margin-bottom: 1rem;
  }

  .content-sq p{
    margin-bottom: 20px;
  }

  .content-sq p{
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .separados-1 {
    display: none;
  }

  .d-n-767 {
    display: none; 
  }

  .square {
    width: 50%;
  }

  .margin-right-10-1 {
    margin-right: 0px;
  }

  .fila-contacto {
    justify-content: center;
  }

  .fila-siguenos {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
  }

  .card-blog .card-title {
    font-size: 1rem;
  }

  #texto-servicios .s-description {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .d-b-767 {
    display: none; 
  }


}


@media (max-width: 991px) {
  .br-nosotros {
    display: none;
  }

  .text-porque {
    text-align: center;
  }
}


/*$color: #8C6FF0;
$colorRight: #5628EE;
$colorLeft: #23C4F8;*/

.infinity {
    width: 120px;
    height: 60px;
    position: relative;
}

.infinity .hijo, .infinity span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  animation: rotate 6.9s linear infinite;
}

.infinity .hijo span {
  left: -8px;
            top: 50%;
            margin: -8px 0 0 0;
            width: 16px;
            height: 16px;
            display: block;
            background: #ffca08;
            box-shadow: 2px 2px 8px rgba(140, 111, 240, .09);
            border-radius: 50%;
            transform: rotate(90deg);
            animation: move 6.9s linear infinite;
}

.infinity .hijo span::before, .infinity .hijo span::after {
  content: '';
                position: absolute;
                display: block;
                border-radius: 50%;
                width: 14px;
                height: 14px;
                background: inherit;
                top: 50%;
                left: 50%;
                margin: -7px 0 0 -7px;
                box-shadow: inherit;
} 

.infinity .hijo span::before{
  animation: drop1 .8s linear infinite;
}
.infinity .hijo span::after {
  animation: drop2 .8s linear infinite .4s;
}

.infinity .hijo:nth-child(2) {
            animation-delay: -2.3s;
}

.infinity .hijo:nth-child(3) {
           animation-delay: -4.6s;
}

.infinity .hijo:nth-child(2) {
            animation-delay: -2.3s;
}

.infinity .hijo:nth-child(2) span {
           animation-delay: -2.3s;
}

.infinity .hijo:nth-child(3) span {
           animation-delay: -24.6s;
}

#preloader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-gitatorio {
  display: flex;
  justify-content: center;
  width: 100%;
}

.div-gitatorio-1 {
  display: flex;
  justify-content: center;
  width: 100%;
}

.infinityChrome {
    width: 128px;
    height: 60px;
}

.infinityChrome .hijo {
        position: absolute;
        width: 16px;
        height: 16px;
        background: #ffca08;/*#ffca08;¨*/
        box-shadow: 2px 2px 8px rgba(140, 111, 240, .09);
        border-radius: 50%;
        animation: moveSvg 6.9s linear infinite;
        -webkit-filter: url(#goo);
        filter: url(#goo);
        transform: scaleX(-1);
        offset-path: path("M64.3636364,29.4064278 C77.8909091,43.5203348 84.4363636,56 98.5454545,56 C112.654545,56 124,44.4117395 124,30.0006975 C124,15.5896556 112.654545,3.85282763 98.5454545,4.00139508 C84.4363636,4.14996252 79.2,14.6982509 66.4,29.4064278 C53.4545455,42.4803627 43.5636364,56 29.4545455,56 C15.3454545,56 4,44.4117395 4,30.0006975 C4,15.5896556 15.3454545,4.00139508 29.4545455,4.00139508 C43.5636364,4.00139508 53.1636364,17.8181672 64.3636364,29.4064278 Z");
}

.infinityChrome .hijo:before, .infinityChrome .hijo:after {
            content: '';
            position: absolute;
            display: block;
            border-radius: 50%;
            width: 14px;
            height: 14px;
            background: inherit;
            top: 50%;
            left: 50%;
            margin: -7px 0 0 -7px;
            box-shadow: inherit;
        }
.infinityChrome .hijo:before {
            animation: drop1 .8s linear infinite;
}
.infinityChrome .hijo:after {
            animation: drop2 .8s linear infinite .4s;
}
.infinityChrome .hijo:nth-child(2) {
            animation-delay: -2.3s;
}
.infinityChrome .hijo:nth-child(3) {
            animation-delay: -4.6s;
}

.portfolio-mf  {
    font-family: "Gadugi";
  }

.text-pie-por, .text-pie-carousel {
  font-family: "Gadugi";
  font-weight: 300;
}



@keyframes moveSvg {
    0% {
        offset-distance: 0%;
    }
    25% {
        background: #ffca08;
    }
    75% {
        background: #ffca08;
    }
    100% {
        offset-distance: 100%;
    }
}

@keyframes rotate {
    50% {
        transform: rotate(360deg);
        margin-left: 0;
    }
    50.0001%,
    100% {
        margin-left: -60px;
    }
}

@keyframes move {
    0%,50% {
        left: -8px;
    }
    25% {
        background: #ffca08;
    }
    75% {
        background: #ffca08;
    }
    50.0001%,
    100% {
        left: auto;
        right: -8px;
    }
}

@keyframes drop1 {
    100% {
        transform: translate(32px, 8px) scale(0);
    }
}

@keyframes drop2 {
    0% {
        transform: translate(0, 0) scale(.9);
    }
    100% {
        transform: translate(32px, -8px) scale(0);
    }
}
.infinity {
    display: none;
}

.div-img-clientes {
  background-image: url('../img/index/index-portada-2.png');
  height: 60vh;
  background-size: cover;
  background-position: bottom left;
  position: relative;
}

.div-img-clientes .div-img-trans{
  background: rgba(0,0,0,0.8);
  height: 45vh;
  width: 100%;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-ing-pre{
    width: 200px;   
}

.img-ing-pre img{
    max-height: 30px;
    display: block;
}

.img-ing-pre-1 {
  margin-top: 100px;
}

.img-ing-pre-1 img{
    max-height: 20px;
    display: block;
}


.div-img-clientes .div-texto{
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.comillas-1 {
  color: #d3d4d4;
}

.div-img-cliente{
  height: 100%;
  width: 100%;
  -webkit-transition: background-color 0.6s ease-out;
  -moz-transition: background-color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out;
  transition: background-color 0.6s ease-out;
}

.div-col-0px {
  margin-right: 0px!important;
  margin-left: 0px!important;
}


.div-img-cliente:hover {
  background-color: #ffca08;
}

.div-img-cliente img {
  max-width: 100%;
  height: auto;
}

.col-lg-top-1rem {
    margin-top: 1rem;
  }

@media (min-width: 576px) {
  .d-575px {
    display: none;
  }

  .div-servicios.div-servicios-1 .titulo-servicio {
      margin-right: 50px;
    }
}

@media (max-width: 575px) {
    .owl-theme .owl-dots {
        display: none;
    }
}



/*Sección de bienvenidos*/
.separador, .separador-final {
  width:100px;
  height: 7px;
  background: black;
  margin-top: 30px;
}

.separador-final {
  margin-top: 80px;
}

.servicio-des {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
}

.identificador {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  margin-bottom: 0px; 
  margin-right: 20px;
  letter-spacing: 0;
  color: #fff;
  -webkit-transition: color 0.6s ease-out;
  -moz-transition: color 0.6s ease-out;
  -o-transition: color 0.6s ease-out;
  transition: color 0.6s ease-out;
}

.div-servicios {
  display: flex;
  cursor: pointer;
  -webkit-transition: background-color 0.6s ease-out;
  -moz-transition: background-color color 0.6s ease-out;
  -o-transition: background-color color 0.6s ease-out;
  transition: background-color color 0.6s ease-out;
}

.div-identidad:hover .identificador {
  color: #e36881;
}
.div-identidad:hover .servicio-des {
  color: #e36881;
}

.div-social:hover .identificador {
  color: #3c76be;
}

.div-social:hover .servicio-des {
  color: #3c76be;
}

.div-desarrollo:hover .identificador {
  color: #38bbac;
}

.div-desarrollo:hover .servicio-des {
  color: #38bbac;
}

.div-publicidad:hover .identificador {
  color: #ffca08;
}

.div-publicidad:hover .servicio-des {
  color: #ffca08;
}

.div-diseño:hover .identificador {
  color: #ef655e;
}

.div-diseño:hover .servicio-des {
  color: #ef655e;
}

.div-renders:hover .identificador {
  color: #4fc6f2;
}

.div-renders:hover .servicio-des {
  color: #4fc6f2;
}

.div-renders:hover .div-img-serv img {
  content: url('../img/index/index-01.png');
  transition: 0.6s;
}

.div-img-bienv {
  /*position: absolute;
  top: 0;
  right: 0;
  margin-top: 50px;*/
  margin-bottom: 50px;
}

.div-img-bienv-1 {
  margin-bottom: 100px;
}
.div-bien {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;  
}

.div-serv {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 80px;
}

.div-texto-servicios {
  padding-bottom: 80px;
}

.div-bienvenidos {
  padding-top: 80px;
  position: relative;
}

.div-img-serv {
  position: absolute;
  right: 0;
  margin-top: 50px;
  
}

.div-img-serv div {
  position: relative;
}

.div-img-serv .div-img-1{
  width: 196px;
  height: 335px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: -196px;

}

.div-img-serv .div-img-2{
  width: 196px;
  background-color: #000;
  height: 333px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: -196px;
  margin-left: 1px;
  margin-top: 1px;

}


.div-img-serv img {
  transition: 0.6s;
  z-index: 2;
}

.div-img-ser-1 {
  position: relative;
  margin-bottom: 200px;
}

.btnindex {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  background-color: #000;
  color: #fff;
  padding: 7px 20px;
  border-radius: 4px;
}

.div-btn {
  display: flex;
  justify-content: center;
}

.circulo-flecha {
  background-image: url('../img/index/index-completa.png');
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
}


.circulo-flecha {
  height: 700px;
}

.circulo-fle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.circulo-fle img {
  position: absolute;
   
}

.img-flecha {
  background-image: url("../img/index/index-proceso.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 95%;
  height: 95%;
  animation: cssload-spin-1 15s infinite linear;
}

@-webkit-keyframes cssload-spin-1 {
  from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.circulo-flecha p {
  width: 250px;

}

@media (min-width: 768px){
  .container {
    max-width: 750px;
  }  
}

@media (max-width: 767px){
  .container {
    max-width: 540px;
  }  
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%!important;
    -ms-flex-positive: 1;
    flex-grow: 1!important;
    -ms-flex-align: center;
    align-items: center!important;
    justify-content: flex-start!important;
  }



@media (min-width: 992px) {


  .navbar-expand-lg .navbar-nav {
    display: block;
  }

  

  .navbar-expand-lg .navbar-toggler {
      display: block;
  }

  .collapse:not(.show) {
      display: none!important;
  }
}

.div-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.navbar {
  display: block;
}

.navbar .container{
  display: block;
}

.a-direccion p {
  line-height: 1;
  margin-bottom: 0px;
}

.div-servicios-sec {
  margin-top:  100px;
}

.div-img-2 {
  -webkit-transition: background-color 0.6s ease-out;
  -moz-transition: background-color color 0.6s ease-out;
  -o-transition: background-color color 0.6s ease-out;
  transition: background-color color 0.6s ease-out;
}

.titulo-img {
  color: #000;
  font-family: "Barlow", sans-serif;
}

.sombra-bk {
 -webkit-box-shadow: 0px 0px 28px 14px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 28px 14px rgba(0,0,0,0.5);
box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.5);
font-weight: 300;
font-family: "Barlow", sans-serif; 
}

@media (min-width: 992px) {
  .sub-titulo {
    font-size: 2.3rem;
  }

  .div-servicios.div-servicios-1 .titulo-servicio {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .sub-titulo {
    font-size: 25px;
  }

  .div-servicios.div-servicios-1 .titulo-servicio {
    font-size: 23px;
  }

  .circulo-fle {
    height: 600px;
  }

  .title-a {
    font-size: 20px;
  }

  



  

  .div-img-ser-1 {
    margin-bottom: 150px;
  }


}

.d-b-767 {
  display: none;
}

@media (max-width: 575px) {
  .div-img-bienv {
    width: 200px;
    height: auto;
  }

  .div-img-bienv-1 {
    width: 250px;
    height: auto;
  }

  .div-img-bienv img, .div-img-bienv-1 img {
    max-width: 100%;
  }

  .br-575 {
    display: none;
  }

  .div-img-serv .div-img-1 {
    width: 100px;
    height: 168px;
    left: -115px;
  }

  .div-img-serv .div-img-2 {
    width: 98px;
    height: 166px;
    left: -115px;
  }

  .div-img-serv .div-img-1 img{
    max-width: 100%;
  }

  .circulo-fle, .circulo-flecha {
    height: 300px;
  }

  .circulo-flecha p {
    width: 130px;
    font-size: 12px;
  }

  .div-img-clientes {
    background-image: url('../img/index/index-portada-2-1.png');
  }
}

@media (max-width: 767px){
  .d-n-767 {
    display: none;
  }

  .d-b-767 {
    display: inline;
  }

  .m-center {
    display: flex;
    justify-content: center;
  }

  #pie-pagina {
    margin-bottom: 50px;
  }

  

  .div-img-bienv img, .div-img-bienv-1 img {
    max-width: 100%;
  }




}

@media (min-width: 767px) {
  .fila-siguenos>div {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .div-img-bienv-1 {
    width: 230px;
    height: auto;
  }

  .div-img-bienv {
    width: 180px;
    height: auto;
  }

  .div-img-serv .div-img-1 {
    width: 150px;
    height: 255px;
  }

  .div-img-serv .div-img-2 {
    width: 148px;
    height: 252px;
  }

  .div-img-serv .div-img-1 img{
    max-width: 100%;
  }

  .div-img-serv .div-img-1 img {
    max-width: 100%;
}
}


#pie-pagina {
  margin-top: 100px;
}

.logo-bk {
  width: 170px;
}

.logo-bk img {
  max-width: 100%;
}

.navbar-b {
  background-color: #000;
}


/*Sección Servicios*/

.div-inicio {
  margin-top: 300px;
}

.bienvenida-servicios h1 {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: right;
}

.bienvenida-servicios {
  display: flex;
  justify-content: space-between;

}

.div-buscabas {
  margin-top: 100px;
}

.div-buscabas p {
  margin-top: 20px;
}
}

.titulo-servicio {
  font-size: 20px;
  font-weight: 700;
  margin-right: 50px;
}

.div-identidad-1 {
  width: 150px;
  height: 55px;
  background-color: #E05C77;
}

.div-social-1 {
  width: 150px;
  height: 55px;
  background-color: #266ABD;
}

.div-desarrollo-1 {
  width: 150px;
  height: 55px;
  background-color: #21C4B1;
}

.div-publicidad-1 {
  width: 150px;
  height: 55px;
  background-color: #FFCA08;
}

.div-diseño-1 {
  width: 150px;
  height: 55px;
  background-color: #ED5249;
}

.serv-titulo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 30px;
}

.div-servicios {
  display: flex;
  align-items: center;
}

.div-servicios-1 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.div-img-ser {
  margin-right: 100px;
  margin-left: -100px;
}

.div-img-ser-der {
  margin-right: -100px;
  margin-left: 100px;
}

.div-img-final {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.formulario-1 {
  margin-top: 30px;
}

.sub-titulo-se {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  width: 100%;
  margin-top: 50px;
  padding-top: 50px;
  margin-bottom: 50px;
  
}

.columna-input label, .columna-derecha label{
  margin-top: 10px;
  display: block;
  font-family: "Barlow", sans-serif;
}

.columna-input input, .columna-derecha input, .columna-input select{
  width: 100%;
  border: 0px;
}

.columna-input input:focus, .columna-derecha input:focus, .input-cont-ser, .columna-input textarea:focus{
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.075)inset, 0 0 8px rgba(255,255,255,0.6);
  outline: 0 none;
}

.columna-input textarea{
  border: none;
}

.c-i-1 {
  width: 70%;
}

.columna-input textarea  {
  width: 100%;
}

.btn-enviar {
  display: flex;
  justify-content: flex-end;
}

.btn-enviar button{
  background-color: #262626;
  border: 0px;
  color: #fff;
  font-weight: 500;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 100px;
  border-radius: 5px;
}

.div-inicio .img-bienvenida{
  max-height: 50px;
}

.f-1 {
  animation: flecha 3s infinite linear;

}

.f-2 {
  animation: flecha 3s infinite linear;
  animation-delay: 1s;
}

.f-3 {
  animation: flecha 3s infinite linear;
  animation-delay: 2s;
}

.div-inicio img {
  max-height: 100%;
}

@keyframes flecha {

  /*70% {
    opacity: 0.3;
  }
  
  60% {
    opacity: 0.4;
  }*/ 

  50% {
    opacity: 0;
    /*width: 50%;*/
  }
  40% {
    opacity: 0.3;
  }

  30% {
    opacity: 0.5;
  }

  20% {
    opacity: 0.7;
  }

  10% {
    opacity: 0.9;
  }

}

.div-cont-principal h1 {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 25px;
}

.image-nosotros {
    background: url(../img/quienes-somos/portada.png) no-repeat center center;
    background-size: cover;
    height: 80vh;
    width: 100%;
}

.fondo-image {
    background: black;
    overflow: hidden;
    height: 80vh;
}

.div-cont-principal {
    height: 80vh;
    position: absolute;
    width: calc( 100% - 15px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.container-principal h1 {
    margin-right: 15px;
}

.bloque-principal h1 {
    position: absolute;
    font-size: calc(1em + 1vw);
    text-align: right;
    color: white;
}

.nosotros-cont {
  position: relative;
}

.nosotros-titulo {
      display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 30px;
}

.titulo-nosotros {
  font-size: 35px;
    font-weight: 200;
    font-family: "Barlow", sans-serif;
    text-align: right;
}

.titulo-a-serv h2 {
  text-align: right;
}

.div-separador {
  margin-top: 50px;
}

.div-nosotros-1 {
  margin-top: 100px;
}

.div-img-noso {
  margin-right: 100px;
}

.div-fra-obs {
  height: 350px;
  background-color: #000;
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-fra-obs p {
  color: #fff;
  font-size: 24px;
  width: 580px;
  text-align: right;
  padding-bottom: 30px;
  padding-top: 50px;
  margin-bottom: 40px;
  padding-right: 30px;
  border-right: 5px solid #ffca08;
  font-family: "Barlow", sans-serif;
}

.text-obs {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.div-cont-obs {
  height: 100%;
  width: 100%;
}

.div-nosotros {
  display: flex;
}

.div-nosotros .div-img-noso {
  margin-top: 50px;
}

.div-t2 {
  margin-top: 180px;
}

.div-t2 h2 {
  width: 100%;
  text-align: left!important;
}

.div-t3 {
  margin-top: 160px;
}

.div-t4 {
  margin-top: 160px;
}

.div-t4 h2 {
  width: 100%;
  text-align: left!important;
}

.div-t5 {
  margin-top: 180px;
}

.sec-texto-btn {
  margin-top: 100px;
}

.sec-texto-btn .separador-final {
  margin-top: 150px;
}

.sec-talento {
  margin-top: 100px;
}

.sec-talento .separador {
  margin-top: 100px;
}

.titulo-a-serv .titulo-nosotros {
  padding-top: 0px;
}

.titulo-a-serv .title-a {
  padding-bottom: 0px;
}

.img-colaborador {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  -webkit-transition: border-color 0.5s ease-out;
  -moz-transition: border-color 0.5s ease-out;
  -o-transition: border-color 0.5s ease-out;
  transition: border-color 0.5s ease-out;
}

.img-colaborador img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(204,204,204,1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(204,204,204,1);
  box-shadow: 0px 0px 25px 0px rgba(204,204,204,1);
  

}

.img-col {
  display: flex;
  justify-content: center;
}

.nom-colaborador, .puesto-colaborador {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  color: #cccccc;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

.nom-colaborador {
  font-weight: 700;
  margin-top: 30px;
}

 .puesto-colaborador {
  font-weight: 300;
  margin-top: 15px;
  line-height: 1;
}

.div-desc {
  display: flex;
  justify-content: center;
}

.div-andy {
  margin-top: 300px ;
}

.div-david {

  margin-top: -150px;
}

.div-ruben  {
  margin-top: 50px;
}

.div-erika {
  margin-top: 100px;
}

.img-colaborador {
  border: 3px solid #fff;
}

.div-col:hover .img-colaborador {
  border: 3px solid #ffca08;
}

.div-col:hover p {
  color: #000000;
}

.cuadrados h1, .cuadrados h4, .cuadrados p {
  font-family: "Barlow", sans-serif;
}

.numero-final {
  color: #cccccc;
}

.div-ser-2 {
  margin-bottom: 80px;
}

.principal-nosotros {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .div-img-ser {
    margin-left: 0px;
  }

  .div-img-ser-der {
    margin-right: 0px;
  }
}

.div-img-ser-2, .div-img-ser-der-1 {
  display: none;
}

.div-h1-2 {
  display: none;
}

.div-block-767 {
  display: none;
}

.prin-nosotros {
  display: none;
}

.div-img-nos-1 {
  display: none;
}

@media (max-width: 767px) {
  .div-img-ser-2, .div-img-nos-1  {
    margin-right: 0px;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
  }

  .div-img-ser-der-1 {
    margin-left: 0px;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
  }

  .div-img-ser-der-1 div, .div-img-nos-1 div {
    width: 160px;
  }

  .div-img-nos-1 div {
    width: 100px;
  }
  .div-img-ser-2 div {
    width: 160px;
  }

  .div-inicio-nosotros {
    position: relative;
  }

  .div-img-descripcion {
    position: relative;

  }
  .div-servicios-1>.div-img-ser {
    display: none;
  }
  .div-servicios {
    position: relative;
  }

  .div-servicios-1>.div-img-ser-der {
    display: none;
  }

  .div-img-ser img, .div-img-ser-der img, .div-img-nos-1 img{
    max-width: 100%;
    opacity: 0.2;
  }

  .div-buscabas p {
    width: 100%;
  }

  .dv-1>.div-img-noso {
    display: none;
  }

  .div-nosotros-1 {
    position: relative;
  }

  .div-01, .div-02, .div-03, .div-04, .div-05 {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
  }

  .div-01 {
    margin-top: 250px;
  }

  .div-02 {
    margin-top: 650px;
  }

  .div-03 {
    margin-top: 1150px;
  }

  .div-04 {
    margin-top: 1450px;
  }

  .div-05 {
    margin-top: 1900px;
  }

  .div-01 h1, .div-01 p, .div-03 p, .div-05 p, .div-block-767 h2{
    text-align: left!important;
  }

  .div-nosotros-1 {
    margin-top: 30px;
  }

  .div-t2, .div-t3, .div-t4, .div-t5 {
    margin-top: 0px;
  }

  .nosotros-titulo {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .div-nosotros-1 h2 {
    padding-bottom: 0px;
  }

  .div-n-768 {
    display: none;
  }

  .div-block-767 {
    display: block;
  }

  .div-img-n-2 img {
    content: url("../img/quienes-somos/extra-large.png");
  }

  .img-colaborador {
    width: 200px;
    height: 200px;
  }

  .c-i-1 {
    width: 100%;
  }
}

.div-cont-principal {
      position: relative!important;
    justify-content: flex-end!important;
    height: 100%!important;
    width: 100%!important;
}

.nosotros-cont {
    height: 100%;
    width: 100%;
}

.div-nosotros-prin {
    position: absolute;
    height: 70vh;
    width: 100%;
}

@media (max-width: 575px) {
  .div-h1-2 {
    display: block;
  }

  .div-h1 {
    display: none;
  }

  .bienvenida-servicios {
    display: block;
  }

  .div-parpa  {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
  }

  .div-inicio {
    margin-top: 200px;
  }

  .div-inicio h1{
    text-align: center;
  }

  .br-text-ser {
    display: none;
  }

  .titulo-nosotros {
    font-size: 25px;
  }

  .img-colaborador {
    width: 130px;
    height: 130px;
  }


  .image-nosotros {
    background-image: url("../img/quienes-somos/portada2.png");
    background-position: left top !important;
  }

  .div-cont-principal {
    display: flex!important;
    align-items: center!important;

  }

  .div-cont-principal h1 {
    margin-top: -50px!important;
    margin-bottom: 0px;
    margin-right: 0px!important;

  }

  .prin-nosotros {
    display: block;
  }

  .div-nosotros-prin {
    position: absolute;
    height: 70vh;
    width: 100%;
  }

  .nosotros-cont {
    height: 100%;
    width: 100%;
  }

  .div-cont-principal {
    position: relative!important;
    justify-content: flex-end!important;
    height: 100%!important;
    width: 100%!important;
  }

  .t-b-575 {
    display: none;
  }

  .img-post {
    height: 30vh!important;
  }

  .div-fra-obs p {
    font-size: 20px;
  }


}


.portafolio-titulo {
  margin-top: 250px;
}

.portafolio-titulo .nosotros-titulo {
  margin-bottom: 100px;
}

.portafolio-titulo .title-a {
  text-align: left;
}

.portafolio-titulo .nosotros-titulo {
  justify-content: flex-start;
}

.w-title {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
}

.work-content .w-more .w-ctegory, .work-content .w-more, .work-content .w-more .w-date {
  color: #828282;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.sec-2-por .nosotros-titulo {
  justify-content: center;
}

.sec-2-por h2 {
  text-align: center;
}

.text-pie-carousel {
  font-family: "Barlow", sans-serif;
}

.nombre-cliente {
  font-family: "Barlow", sans-serif;
}

.sec-2-por .nosotros-titulo {
  margin-top: 100px;
  margin-bottom: 100px;
}

.contenedor-form-blog {
  font-family: "Barlow", sans-serif;
  margin-bottom: 100px;
}

.contenedor-form-blog label {
  margin-top: 15px;
}

.blog-titulo {
  margin-top: 200px;
}

.blog-titulo .s-description {
  margin-bottom: 50px;
}

.blog-titulo .title-a {
  text-align: left;
}

.blog-titulo .nosotros-titulo {
  justify-content: flex-start;
}

.blog-titulo .nosotros-titulo h2 {
  text-align: left;
}

.blog-titulo span{
  font-family: "Barlow", sans-serif;
}

.blog-titulo .span-clas {
  font-weight: 400;
}

.blog-titulo .span-titulo {
  font-weight: 500;
}

.img-post {
    height: 120px;
    width: 100%;
}

.cont-form {
  padding-top: 50px;
}

.div-img-fot {
  display: flex;
  justify-content: center;
}

.b-negro {
  background-color: #000;
}

.cont-form {
  color: #fff;
}

.cont-form .btn-enviar button {
  background-color: #ffca08;
  color: #000;
}

.cont-form input, .cont-form select, .cont-form textarea {
  background-color: #262626;
  color: #fff;
}

.div-servicios.div-servicios-1 .titulo-servicio, .s-description {
    font-family: "Barlow";
  }

  .s-description {
    font-weight: 400;
  }

  .formulario-1 p {
    font-family: "Barlow";
  }


 input[type='radio']:after {
        width: 13px;
        height: 13px;
        border-radius: 13px;
        top: -5px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }
    input[type='radio']:checked:after {
        width: 13px;
        height: 13px;
        border-radius: 13px;
        top: -5px;
        position: relative;
        background-color: #ffa500;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    .div-servicios.div-servicios-1 {
      cursor: default;
    }

@media (max-width: 991px) and (min-width: 768px) {
  .serv-titulo {
    justify-content: space-between;
  }

  .div-servicios.div-servicios-1 .titulo-servicio {
    margin-right: 10px;
  }
  
}

@media (max-width: 575px){
  .serv-titulo {
    justify-content: space-between;
  }

  .div-servicios.div-servicios-1 .titulo-servicio {
    margin-right: 10px;
    font-size: 22px;
    font-family: "Barlow";
  }


  
}

.div-servicios a{
  display: flex;
}

.div-copa {
  width: 159px;
  height: 282px;
  background: #000;
  position: absolute;
  z-index: -1;
  margin-left: 1px;
  margin-top: 1px;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}

.dv-1:hover .div-copa {
  background: #ffca08;
}

.dv-1 .div-inicio-nosotros {
  cursor: default;
}

.d-none {
  display: none;
}

.div-renders {
  display: none;
}

.div-servicios-des .separador {
  margin-bottom: 120px;
}

.t-n-d h2{
  width: 100%;
  text-align: left;
}

.t-2-ch {
  justify-content: flex-start;
}

@media (min-width: 576px) and (max-width: 767px) {
  .sec-2-por h2 {
    font-size: 25px;
    font-family: "Barlow", sans-serif;
  }
}

@media (max-width: 575px) {
  .sec-2-por h2 {
    font-size: 23px;
    font-family: "Barlow", sans-serif;
  }
}

#contacto-por {
  display: none;
}