html,
body {
  position: relative;
  height: 100%;
   font-family: Montserrat;
}
header {
    border:0;
    font-family: Montserrat;
}

.navbar-nav li a {
    cursor: pointer;
}

body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.show { 
    display: block !important;
}

.hide {
    opacity: 0;
}


.logo-default {
    position: absolute;
    top: 0px;
    padding: 0px;
    height: 125px;
    left: 0%;
    z-index: 10;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #c9c9c9; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0; 
  }

.swiper {
  width: 100%;
  height: 87%;
      top: -5%;

}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0; margin-top: -6%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

.backtexture {
    height: auto;
    min-height: 500px;
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/textura.png);
    background-repeat: no-repeat;
    background-position: 0;
}



@media screen   and (min-width: 801px){ 

    .navbarNavDropdown {
        display: block !important;
    }

    .txt-c {
    width: 62%;
    left: 150px;
    margin-top: 12%;
    font-size: 40px;
    font-family: Montserrat;
    text-align: left;
 
    }
    .mover-h {
        position: relative;
    animation-name: move-h;
    animation-duration: 3s;
    animation-timing-function: ease-in-out forwards;
    }


    .branding-box {
        max-height: 450px;
        max-width: 75%;
        margin-left: -4%;
        margin-top: 0%;
    }

    .text-content {
        width: 100%;
        min-width: 478px;
        max-width: 557px;
        margin-top: 3%;
        margin-right: 10%;

    }

    @keyframes move-h {
    from {left: 0px;}
  to {left: 150px;}
  }

  @keyframes mover-brand {
    from {
        opacity: 0;
        right: -120px;
    }
    to {
        opacity: 1;
        right: 0px;
    }
  }


  @keyframes mover-vert {
    from {
        opacity: 0;
        top: 120px;
    }
    to {
        opacity: 1;
        top: 26px;
    }
  }




@keyframes mover-brand-craft {
    from {
        opacity: 0;
        right: -120px;
    }
    to {
        opacity: 1;
        right: 0px;
    }
  }


  @keyframes mover-vert-craft {
    from {
        opacity: 0;
        top: 120px;
    }
    to {
        opacity: 1;
        top: 26px;
    }
  }



    .textT {
        position: relative;
        display: block;
        width: auto;
        font-weight: 800;
        letter-spacing: -5px;
        float: right;
        text-align: right;
        height: -moz-fit-content;
        height: fit-content;
        font-size: 85px;
        right: 0;
        animation-delay: 3s;
        animation-duration: 2s;
        animation-name:  mover-brand;
    animation-timing-function: ease-in-out forwards;
    }

    .textSt {
        position: relative;
        display: block;
        width: auto;
        font-weight: 700;
        float: right;
        text-align: right;
        letter-spacing: -2px;
        animation-delay: 3s;
        animation-duration: 2s;
        animation-name:  mover-brand;
    
    animation-timing-function: ease-in-out forwards;
        height: -moz-fit-content;
        height: fit-content;
        color: #364592;
        font-size: 18px;
        margin-top: -15px;

    }

    .txtBranding {
        font-size: 13px;
        line-height: 20px;
        max-width: 465px;
        /* margin-top: 50px; */
        color: #7e7e7e;
        text-align: justify;
        position: relative;
        top: 26px;
        width: 100%;
        float: right;
        animation-name:  mover-vert;
        animation-delay: 3s;
        animation-duration: 2s;
    animation-timing-function: ease-in-out forwards;
    }


    .textTCraft {
        position: relative;
        display: block;
        width: auto;
        font-weight: 800;
        letter-spacing: -5px;
        float: right;
        text-align: right;
        height: -moz-fit-content;
        height: fit-content;
        font-size: 85px;
        right: 0;
        animation-delay: 3s;
        animation-duration: 2s;
        animation-name:  mover-brand-craft;
    animation-timing-function: ease-in-out forwards;
    }

    .textStCraft {
        position: relative;
        display: block;
        width: auto;
        font-weight: 700;
        float: right;
        text-align: right;
        letter-spacing: -2px;
        animation-delay: 3s;
        animation-duration: 2s;
        animation-name:  mover-brand-craft;
    
    animation-timing-function: ease-in-out forwards;
        height: -moz-fit-content;
        height: fit-content;
        color: #364592;
        font-size: 18px;
        margin-top: -15px;

    }

    .txtCrafting {
        font-size: 13px;
        line-height: 20px;
        max-width: 465px;
        /* margin-top: 50px; */
        color: #7e7e7e;
        text-align: justify;
        position: relative;
        top: 26px;
        width: 100%;
        float: right;
        animation-name: mover-vert-craft;
        animation-delay: 3s;
        animation-duration: 2s;
    animation-timing-function: ease-in-out forwards;
    }

    .enviostitle {
        position: relative;
        width: auto;
        min-width: 16%;
        height: 50px;
        font-family: Montserrat;
        font-style: nomal;
        font-weight: 800;
        text-align: right;
        font-size: 50px;
   
    }

    .enviossub {
        position: relative;
        display: block;
        width: auto;
        font-weight: 700;
        float: right;
        text-align: right;
        letter-spacing: -2px;
        height: -moz-fit-content;
        height: fit-content;
        color: #364592;
        font-size: 18px;
  
    }

    .envios-box {
        height: auto;
        max-width: 75%;
        margin: 0% 5% 5% 45%;
        object-fit: contain;
    }

}



.text {
    position: relative;
    width: auto;
    min-width: 16%;
    height: 50px;
    font-family: Montserrat;
    font-style: nomal;
    font-weight: 800;
}

.pink {
    color: #d9068f;
}
.contenedor-slide6  {
    display: flex;
    
}

.circle-group {
    width: 159px;
    height: 157px;
    
}

/*

.circle-group {
    position: absolute;
    display: block;
    perspective: 1000px;
    transform-style: preserve-3d;
    cursor: pointer;
} */

.first {
    z-index: 5;
    border-radius: 50%;
}

.second {
    z-index: 5;
    border-radius: 50%;
}

.third {
    z-index: 5;
    border-radius: 50%;
}

.fourth {
    z-index: 5;
    border-radius: 50%;
}

.move-magent {

    animation-duration: 2s;
  /*  animation-name: move-second; */
  animation-timing-function: ease-in-out;
}


@keyframes  move-second {
    from {
        opacity: 0;
        transform: translateX(-200px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
  }

.move-yellow {

    animation-duration: 3s;
   /* animation-name: move-third; */
  animation-timing-function: ease-in-out;
}

@keyframes   move-third {
    from {
        opacity: 0;
        transform: translateX(-500px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
  }

.move-black {

    animation-duration: 4s;
   /* animation-name: move-fourth; */
  animation-timing-function: ease-in-out;
}

@keyframes   move-fourth {
    from {
        opacity: 0;
        transform: translateX(-800px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
  }

.player {
    position: relative;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: all .6s;
    border-radius: 50%;
}


.player div {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
}

.c-cyan {
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/impresion_01.png);
}

.c-magenta {
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/impresion_02.png);
}

.c-yellow {
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/impresion_03.png);
}

.c-black {
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/impresion_04.png);
}


.s1 {
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/offset.jpg);
    background: url("https://kickoffmarketing.com.mx/promocional/img/offset.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.s2 {
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/digital.jpg);
    background: url("https://kickoffmarketing.com.mx/promocional/img/digital.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.s3 {
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/sublimacion.jpg);
     background: url("https://kickoffmarketing.com.mx/promocional/img/sublimacion.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.s4 {
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/gran_formato.jpg);
    background: url("https://kickoffmarketing.com.mx/promocional/img/gran_formato.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.back {
    transform: rotateY(180deg);
}


.flip {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.impresion {
    position: relative;
    display: block;
    width: auto;
    font-weight: 700;
    float: center;
    text-align: center;
    letter-spacing: -2px;
    height: -moz-fit-content;
    height: fit-content;
    color: #d9068f;
    font-size: 50px;
    font-family: Montserrat;
}


.impresionTextil {
    position: relative;
    display: block;
    width: auto;
    font-weight: 700;
    float: center;
    text-align: center;
    letter-spacing: -2px;
    height: -moz-fit-content;
    height: fit-content;
    color: #000;
    font-size: 70px;
    font-family: Montserrat;
}

.subimpresionTextil {
    position: relative;
    display: block;
    font-weight: 700;
    float: center;
    text-align: center;
    height: -moz-fit-content;
    height: fit-content;
    color: #d9068f;
    font-size: 16px;
    font-family: Montserrat;
}
.cont-info {
    height: 137px;
    margin-top: 30px;
    width: 100%;
    position: relative;
    padding: 15px;
    display: none;

}

.infoServicio {
    position: absolute;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s ease-in-out;
    border-radius: 10px;
    z-index: 2;
    padding: 5px;
}

.infoServicio p {
    color: #595959;
    font-family: Montserrat;
    font-style: nomal;
    font-weight: 500;
    position: relative;
    top: 17%;
    left: 10px;
    text-align: justify;
    width: 95%;
    height: auto;
    padding: 5px;

}

.serv-open {
    height: auto;
   
}

/* TEXTILES */

.Tshirt-c {
    margin-left: 8%;
    width: 200px;
    height: 350px;
    position: relative;
    float: left;
    display: block;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    cursor: pointer;
}

.tshirt {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 220px;
    height: 271px;
    position: relative;
    float: left;
    margin: auto;
    display: block;
}

.t01 {
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/textil_01.png);
    background-position: center;
}

.t02 {
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/textil_02.png);
    background-position: center;
}

.t03 {
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/textil_03.png);
    background-position: center;
}

.t-list-c {
    position: relative;
    width: 100%;
    font-size: 9px;
    height: 170px;
    float: left;
    margin-top: 30px;
}

.t-list-c p {
    color: #595959;
    font-weight: 600;
    padding: 3px;
    font-size: 9px;
    width: 90%;
    text-align: justify;
    margin: 7% auto;
}

.t-list-c ul{
    position: relative;
    width: 100%;
    height: auto;
    margin: 7% auto auto;
    list-style-type: none;
}

.t-list-c ul li {
    display: flex;
    justify-content: left;
    color: #595959;
    font-size: 8px;
    font-weight: 600;
    padding: 3px;
}

.t-list-c .bullet-list {
    width: 15px !important;
    height: 15px !important;
    /* margin: auto; */
    position: relative;
    float: left;
    align-items: center;
    align-content: center;
    padding-right: 5px;
    padding-top: 0;
    padding-right: 5px;
    margin-right: 5px;
}

.ts-info {
    position: absolute;
    display: block;
    width: 100%;
    height: 75px;
    margin: auto;
    z-index: 2;
}

.ts-info-c{
      position: relative;
    background-color: #364592;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0;
    margin-top:70%;
}

.ts-info-c p {
    font-family: Montserrat;
    font-style: nomal;
    font-weight: 500;
    position: relative;
    top: 17%;
    left: 9px;
    text-align: justify;
    color: #fff;
    font-size: 8.5px;
    width: 90%;
}

.ts-arrow {
    position: relative;
    display: block;
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/flecha.png);
    width: 25%;
    height: 25px;
    z-index: 3;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 110% 40% 0;
}

.hide-blue-label {
    opacity: 1;
    animation-duration: 1s;
    animation-name: hide-b-label;
  
}

.show-blue-label {

    animation-duration: 1s;
    animation-name: show-b-label;
  animation-timing-function: ease-in-out;
}

.show-blue-text {
  
    animation-duration: 1s;
    animation-name: show-b-text;
  animation-timing-function: ease-in-out;
}


@keyframes hide-b-label {
    from {  opacity: 1; display: block;}
  to {  opacity: 0; display: none;}
  }


  @keyframes show-b-label {
    from {
        opacity: 0;
        top: 120px;
    }
    to {
        opacity: 1;
        top: 26px;
    }
  }

  @keyframes show-b-text {
    from {
        opacity: 0;
        margin-top:20%;
    }
    to {
        opacity: 1;
        margin-top:70%;
    }
  }


  .titleContacto {
    position: relative;
    display: block;
    width: auto;
    font-weight: 700;
    float: center;
    text-align: center;
    letter-spacing: -2px;
    height: -moz-fit-content;
    height: fit-content;
    color: #000;
    font-size: 85px;
    font-family: Montserrat;
}

.subContacto {
    position: relative;
    display: block;
    font-weight: 700;
    float: center;
    text-align: center;
    height: -moz-fit-content;
    height: fit-content;
    color: #73b3f9;
    font-size: 15px;
    font-family: Montserrat;
}

.contcontacto {
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    display: block;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    height: 50px;
    width: 50px;;
    cursor: pointer;
}

 .web {
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/web.svg);
}

.mail{
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/mail.svg);
}

.whats {
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/wa.svg);
}

.fb{
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/fb.svg);
}

.tw {
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/x.svg);
}

.Ig {
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/insta.svg);
}

.yt {
    background-image: url(https://kickoffmarketing.com.mx/promocional/img/yt.svg);
}
.contcontacto:hover {
    animation-duration: 1s;
    animation-name: scalecontacto;
  animation-timing-function: ease-in-out;
}


.s-cont {
  
    animation-duration: 1s;
    animation-name: scalecontacto;
  animation-timing-function: ease-in-out;
}

@keyframes scalecontacto {
    from {
        scale: 100%;
    }
    to {
        scale: 150%;
    }
  }

  @keyframes sreducecontacto {
    from {
        scale: 150%;
    }
    to {
        scale: 100%;
    }
  }

  footer {
    width: 100%;
    height: 70px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    align-content: center;
    align-items: center;
    z-index: 100;
  }

  footer section {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    background-color: #fff;
    display: block;
    align-items: cente
  }

  .footer-container {
    width: 80%;
    align-items: center;
    position: relative;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    margin: auto;
    background-color: #8a8a8a;
    color: #000;
  }

  .footer-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    width: 100%;
    height: 60%;
    align-items: center;
    -webkit-box-align: center;
    justify-content: space-between;
  }

.footer-menu li {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.footer-menu li a {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    position: relative;
    float: left;
}

@media screen and (max-width: 800px){ 

    .swiper {
    width: 100%;
    height: auto;

    }
    .navbar  {
        position: fixed;
        z-index: 100;
        float: right;
        background-color: white;
        margin-left: 80%;
    }
    .contenedor-slide1, .contenedor-slide2, .contenedor-slide6, .contenedor-slide3 {
        display: grid;
    }

  
    .contenedor-slide1 {
       
      
        display: grid;
       
    }

    .backtexture  {
        height: 100px;
    }

    .txt-c {
        width: 100%;
        /* margin-left: 50px; */
        margin-top: 8%;
        font-size: 45px;
        font-family: Montserrat;
        text-align: center;
    
    }

    .branding-box {
        position: relative;
        margin: auto;
        /* margin-left: -10%; */
        max-width: 60%;
        left: -10%;
        padding-bottom: 25px;
    }

    .textT {
        position: relative;
        display: block;
        width: auto;
        font-weight: 800;
        letter-spacing: -5px;
        float: right;
        text-align: right;
        height: -moz-fit-content;
        height: fit-content;
        font-size: 65px;
        margin-right: 10%;
        right: 0;
        animation-delay: 3s;
        animation-duration: 2s;
        animation-name:  mover-brand;
      animation-timing-function: ease-in-out forwards;
    }
    
    .textSt {
        position: relative;
        display: block;
        width: auto;
        font-weight: 700;
        float: right;
        text-align: right;
        letter-spacing: -2px;
        animation-delay: 3s;
        animation-duration: 2s;
        animation-name:  mover-brand;
        margin-right: 10%;
       
      animation-timing-function: ease-in-out forwards;
        height: -moz-fit-content;
        height: fit-content;
        color: #364592;
        font-size: 16px;
        margin-top: -10px;
    
    }
    
    .txtBranding {
        font-size: 13px;
        line-height: 20px;
        max-width: 455px;
        /* margin-top: 50px; */
        color: #7e7e7e;
        text-align: justify;
        position: relative;
        top: 26px;
        width: 100%;
        float: right;
    
          animation-name:  mover-vert;
          animation-delay: 3s;
        animation-duration: 2s;
      animation-timing-function: ease-in-out forwards;
    }


    .textTCraft {
        position: relative;
        display: block;
        width: auto;
        font-weight: 800;
        letter-spacing: -5px;
        float: right;
        text-align: right;
        height: -moz-fit-content;
        height: fit-content;
        font-size: 65px;
        margin-right: 10%;
        right: 0;
        animation-delay: 3s;
        animation-duration: 2s;
        animation-name:  mover-brand;
      animation-timing-function: ease-in-out forwards;
    }
    
    .textStCraft {
        position: relative;
        display: block;
        width: auto;
        font-weight: 700;
        float: right;
        text-align: right;
        letter-spacing: -2px;
        animation-delay: 3s;
        animation-duration: 2s;
        animation-name:  mover-brand;
        margin-right: 10%;
       
      animation-timing-function: ease-in-out forwards;
        height: -moz-fit-content;
        height: fit-content;
        color: #364592;
        font-size: 16px;
        margin-top: -10px;
    
    }
    
    .txtCrafting {
        font-size: 13px;
        line-height: 20px;
        max-width: 465px;
        /* margin-top: 50px; */
        color: #7e7e7e;
        text-align: justify;
        position: relative;
        top: 26px;
        width: 100%;
        float: right;
        animation-name:  mover-vert;
        animation-delay: 3s;
        animation-duration: 2s;
    animation-timing-function: ease-in-out forwards;
    }

    .contenedor-slide6, .contenedor-slide3 {
        display: flex;

        
    }

    .enviostitle {
        position: relative;
    width: 100%;
    min-width: 16%;
    /* height: 50px; */
    font-family: Montserrat;
    font-style: nomal;
    font-weight: 800;
    text-align: right;
    font-size: 30px;
   
    }

    .enviossub {
        position: relative;
        display: block;
        width: auto;
        font-weight: 700;
        float: right;
        text-align: right;
        letter-spacing: -2px;
        height: -moz-fit-content;
        height: fit-content;
        color: #364592;
        font-size: 17px;
  
    }

    .envios-box {
        max-height: 500px;
        max-width: 80%;
        margin: 0% 8% -1% 22%;
    }
    




    .col {    
        padding: 5px;
        margin: auto;
        justify-content: center;
        align-items: center;
        display: block;
        width: 18%;
    }





    .player {
        position: relative;
        height: 100%;
        width: 100%;
        transform-style: preserve-3d;
        transition: all .6s;
        border-radius: 50%;
    }
    
    
    .player div {
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 50%;
    }
    
    .c-cyan {
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/impresion_01.png);
    }
    
    .c-magenta {
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/impresion_02.png);
    }
    
    .c-yellow {
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/impresion_03.png);
    }
    
    .c-black {
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/impresion_04.png);
    }
    
    
    .s1 {
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/offset.jpg);
    }
    
    .s2 {
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/digital.jpg);
    }
    
    .s3 {
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/sublimacion.jpg);
    }
    
    .s4 {
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/gran_formato.jpg);
    }
    
    .back {
        transform: rotateY(180deg);
    }
    
    
    .flip {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }
    
    .impresion {
        position: relative;
        display: block;
        width: auto;
        font-weight: 700;
        float: center;
        text-align: center;
        letter-spacing: -2px;
        height: -moz-fit-content;
        height: fit-content;
        color: #d9068f;
        font-size: 50px;
        font-family: Montserrat;
    }
    
    
    .impresionTextil {
        position: relative;
        display: block;
        width: auto;
        font-weight: 700;
        float: center;
        text-align: center;
        letter-spacing: -2px;
        height: -moz-fit-content;
        height: fit-content;
        color: #000;
        font-size: 70px;
        font-family: Montserrat;
    }
    
    .subimpresionTextil {
        position: relative;
        display: block;
        font-weight: 700;
        float: center;
        text-align: center;
        height: -moz-fit-content;
        height: fit-content;
        color: #d9068f;
        font-size: 16px;
        font-family: Montserrat;
    }
    .cont-info {
        height: 137px;
        margin-top: 30px;
        width: 100%;
        position: relative;
        padding: 15px;
        display: none;
    
    }
    
    .infoServicio {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        transition: all .5s ease-in-out;
        border-radius: 10px;
        z-index: 2;
        padding: 5px;
    }
    
    .infoServicio p {
        color: #595959;
        font-family: Montserrat;
        font-style: nomal;
        font-weight: 500;
        position: relative;
        top: 17%;
        left: 10px;
        text-align: justify;
        width: 95%;
        height: auto;
        padding: 5px;
    
    }
    
    .serv-open {
        height: auto;
       
    }
    
    /* TEXTILES */
    
    .Tshirt-c {
        margin-left: 8%;
        width: 200px;
        height: 350px;
        position: relative;
        float: left;
        display: block;
        justify-content: space-between;
        align-items: center;
        margin: auto;
        cursor: pointer;
    }
    
    .tshirt {
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 220px;
        height: 271px;
        position: relative;
        float: left;
        margin: auto;
        display: block;
    }
    
    .t01 {
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/textil_01.png);
        background-position: center;
    }
    
    .t02 {
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/textil_02.png);
        background-position: center;
    }
    
    .t03 {
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/textil_03.png);
        background-position: center;
    }
    
    .t-list-c {
        position: absolute;
        width: 100%;
        font-size: 9px;
        height: 170px;
        float: right;
        left: 0;
        /* margin-top: 30px; */
        margin-left: 250px;
    }
    
    .t-list-c p {
        color: #595959;
        font-weight: 600;
        padding: 3px;
        font-size: 9px;
        width: 90%;
        text-align: justify;
        margin: 7% auto;
    }
    
    .t-list-c ul{
        position: relative;
        width: 100%;
        height: auto;
        margin: 7% auto auto;
        list-style-type: none;
    }
    
    .t-list-c ul li {
        display: flex;
        justify-content: left;
        color: #595959;
        font-size: 8px;
        font-weight: 600;
        padding: 3px;
    }
    
    .t-list-c .bullet-list {
        width: 15px !important;
        height: 15px !important;
        /* margin: auto; */
        position: relative;
        float: left;
        align-items: center;
        align-content: center;
        padding-right: 5px;
        padding-top: 0;
        padding-right: 5px;
        margin-right: 5px;
    }
    
    .ts-info {
        position: absolute;
        display: block;
        width: 100%;
        height: 75px;
        margin: auto;
        z-index: 2;
    }
    
    .ts-info-c{
          position: relative;
        background-color: #364592;
        width: 100%;
        height: 100%;
        border-radius: 10px 10px 0;
        margin-top:70%;
    }
    
    .ts-info-c p {
        font-family: Montserrat;
        font-style: nomal;
        font-weight: 500;
        position: relative;
        top: 17%;
        left: 9px;
        text-align: justify;
        color: #fff;
        font-size: 8.5px;
        width: 90%;
    }
    
    .ts-arrow {
        position: relative;
        display: block;
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/flecha.png);
        width: 25%;
        height: 25px;
        z-index: 3;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 110% 40% 0;
    }
    
    .hide-blue-label {
        opacity: 1;
        animation-duration: 2s;
        animation-name: hide-b-label;
      
    }
    
    .show-blue-label {
    
        animation-duration: 2s;
        animation-name: show-b-label;
      animation-timing-function: ease-in-out;
    }
    
    .show-blue-text {
      
        animation-duration: 2s;
        animation-name: show-b-text;
      animation-timing-function: ease-in-out;
    }

    .titleContacto {
        position: relative;
        display: block;
        width: 100%;
        font-weight: 700;
        float: center;
        text-align: center;
        letter-spacing: -2px;
        height: -moz-fit-content;
        height: fit-content;
        color: #000;
        font-size: 45px;
        font-family: Montserrat;
    }
    .subContacto {
        position: relative;
        display: block;
        font-weight: 700;
        float: center;
        text-align: center;
        height: -moz-fit-content;
        height: fit-content;
        color: #73b3f9;
        font-size: 15px;
        font-family: Montserrat;
    }
    
    .contcontacto {
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        float: left;
        display: block;
        justify-content: space-between;
        align-items: center;
        margin: auto;
        height: 48px;
        width:48px;;
        cursor: pointer;
    }
    
     .web {
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/web.svg);
    }
    
    .mail{
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/mail.svg);
    }
    
    .whats {
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/wa.svg);
    }
    
    .fb{
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/fb.svg);
    }
    
    .tw {
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/x.svg);
    }
    
    .Ig {
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/insta.svg);
    }
    
    .yt {
        background-image: url(https://kickoffmarketing.com.mx/promocional/img/yt.svg);
    }
    .contcontacto:hover {
        animation-duration: 1s;
        animation-name: scalecontacto;
      animation-timing-function: ease-in-out;
    }
    
    
    .s-cont {
      
        animation-duration: 1s;
        animation-name: scalecontacto;
      animation-timing-function: ease-in-out;
    }
    
    @keyframes scalecontacto {
        from {
            scale: 100%;
        }
        to {
            scale: 150%;
        }
      }
    
      @keyframes sreducecontacto {
        from {
            scale: 150%;
        }
        to {
            scale: 100%;
        }
      }


      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
      }

      #circlescontainer {
      
        width: 90%;
        margin: auto;
   
      }

      #circlescontainer .col{

        width: 18% !important;
      }

      
.circle-group {
    width: 80px;
    height: 80px;
    
}



      #w-info {
     position: relative;
      
    top: 35%;
    font-size: 14px;
      }

      #circlescontainer {
     
        width: 90%;
        margin: auto;
      }

      .impresion {
        font-size: 30px;
        margin-top: 115px;
      }



      #w-textil {
        display: grid;
      }

      .contenedor-slide-craftinf {
        display: grid;
        margin-top: 68px;
      }

      .envios-box {
        /* max-height: 500px; */
        position: relative;
        max-width: 90%;
        margin: 3% 8% 1% 10%;
        /* margin-top: 50px; */
        top: 26px;
         object-fit: contain !important;
    }
}


.contdiscCat {
    position: relative;
    /* margin-top: 5%; */
    margin: auto;
    width: 80%;
    /* max-width: 1000px; */
    height: auto;
    background-color: #313131;
    padding: 7px;
}

.contdiscCat h4 {
    text-align: center;
    color: white;
    margin-top: 6px;
    padding-top: 5px;
    font-size: 34px;
    font-weight: 600;
}

.contdiscCat h5 {
    font-size: 15px;
    position: relative;
    text-align: center;
    color: white;
    width: 85%;
    margin: auto;
    margin-top: 20px;
    font-weight: 500;
}


#circlescontainer {
  
    width: 90%;
    margin: auto;
  }

  .swiper-slide .swiper-slide-next {
    width: 0px;
    height: 0px;
    display: none !important;
  }

  
  .swiper-slide .swiper-slide-prev {
    width: 0px;
    height: 0px;
    display: none !important;
  }