/* ===================================
    Crafto - Application
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Rajdhani:wght@300;400;500;600;700&display=swap');



/* variable */
:root {      
    --alt-font: 'Rajdhani', sans-serif; 
    --primary-font: 'Lexend Deca', sans-serif;
    --base-color:#ee721a;
    --dark-gray: #22386f;
    --medium-gray:#101010;
}
/* reset */
::-webkit-input-placeholder {
    color: var(--aluminium-grey) !important;
    text-overflow: ellipsis; 
}
::-moz-placeholder {
    color: var(--aluminium-grey) !important;
    text-overflow: ellipsis;
    opacity: 1; 
}
:-ms-input-placeholder {
    color: var(--aluminium-grey) !important;
    text-overflow: ellipsis;
    opacity: 1; 
}
/* custom cursor */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
    }
    .custom-cursor .circle-cursor-inner {
        width: 25px;
        height: 25px;
        background: rgba(44,46,60,.15)
    }
}


body{
   
}

/* bg gradient color */
.bg-gradient-pink-orchid {
    background-image: linear-gradient(to right top, #e958a1, #e15aae, #d15ec7, #c561db, #bf63e5);
}
.bg-dark-haiti {
    background-color: #2e2b39;
}
.bg-floral-white {
    background-color: #fff8e7;
}
.bg-licorice-blue {
    background-color: #585d72;
}
.bg-black-pearl-blue {
    background-color: #232530;
}
.bg-black-pearl-blue-dark {
    background-color: #1f212a;
}
.bg-linen{
    background-color: #dbf5ff;
}
.bg-oxford-blue{
    background-color: #262D38;
}
/* text gradient color */
.text-gradient-pink-orchid {
    background-image: linear-gradient(to right, #e958a1, #e15aae, #d15ec7, #c561db, #bf63e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* btn */  
.btn {
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}
.btn.btn-extra-large {
    font-size: 17px;
}
.btn.btn-large {
    font-size:15px;
}
.btn.btn-medium {
    font-size: 14px;
}
.btn.btn-small {
    font-size: 13px;
}
.btn.btn-very-small {
    font-size: 12px;
}
.btn-gradient-pink-orchid {
    background-image: linear-gradient(to right, #e958a1, #bf63e5, #bf63e5);
    background-size: 200% auto;
    color: var(--white);
}
/* newsletter */
.newsletter-style-02 .btn {
    padding: 7px 18px 9px 18px;
}
.newsletter-style-02 input { 
    padding-right: 50px;
    font-size: 14px; 
}
/* border color gradient */
.border-gradient-pink-orchid {
    border-image: linear-gradient(to right top, #e958a1, #e15aae, #d15ec7, #c561db, #bf63e5);
    border-image-slice: 1;
}
/* header */
header .navbar-brand img {
    max-height: 90px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 17px; 
}
header .btn i {
    top: -1px !important;
}
header.sticky.sticky-active .disable-fixed[data-header-hover=light] {
    background-color: transparent !important;
    box-shadow: none !important;
}
/* top right bottom left */
.bottom-130px {
    bottom: 130px;
}
.bottom-150px {
    bottom: 150px;
}
.top-25 {
    top: 25%!important;
}
/* height */
.h-64px {
    height: 64px !important;
}
/* margin */
.margin-minus-95px-bottom {
    margin-bottom: -95px;
}
/* border radius */
.border-radius-top-left{
    border-radius: 10px 0 0 10px !important;
}
.border-color-transparent-dark {
    border-color: rgba(31, 36, 46, 0.5) !important;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.063rem;
    line-height: 4.375rem;
}
.page-title-extra-large h2 {
    font-size: 16px;
    line-height: 20px;
}
/* scrolling text */ 
.marquees-text {
    word-break: normal;
}
/* review */
.review-star-icon i {
    color: #ffae00;
}
/*  process step style 05  */
.process-step-style-05 .progress-step-separator {
    bottom: inherit;
    height: 100%;
}
/*  footer  */
footer .footer-logo img {
    max-height: 32px;
}
footer ul li {
    margin-bottom: 0;
}
/* media query responsive */
@media (max-width: 1199px) {
    .review-star-icon i {
        letter-spacing: 2px;
    }
    .newsletter-style-02 input {
        padding-left: 15px;
    }
}
@media (max-width: 575px) {
    header .header-icon .btn.btn-rounded.btn-small {
        padding-left: 20px;
    }
}



.marcas{
  background-color:;
  padding: 80px 0;
}

.marcas .tabs-container{
  justify-content: space-evenly;
  margin-bottom: 0px;

}

.tabs-container {
    display: flex;
    flex-wrap: wrap;
}

.tab-btn {
  
    flex: 1;
    max-width: 100%; /* Asegura que cada botón ocupe el ancho completo */
    box-sizing: border-box; /* Asegura que el padding y el borde no aumenten el ancho del botón */
    
}

@media (max-width:768px) {
  .marcas .tabs-container{
  justify-content: none;
  margin-bottom: 0px;
    .tab-btn {
        flex-basis: calc(50% - 10px); /* Resta el margen para que haya espacio entre los botones */
    }

}
}

.marcas .tab-btn{
  background-color: #e9edef!important; 
  color: #000;
  border-radius: 10px 10px 0 0;
  margin-right: 2px;
  transition: .5s;
  width: 100%;
  border: none!important;
}

.marcas .tab-btn:focus{
 border: none;
  outline: none !important;
  background:white!important;
 
}
.marcas .tab-btn:hover{
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
transition: .5s;
 
}
.marcas .tab-btn .active{
 box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
 background:white!important;
 
}

.marcas .tab-content{
  padding: 40px;
  background: white!important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.marcas .tab-btn img{
  max-height: 50px;
}


.blog-entry {
  position: relative;
  z-index: 0; }
  @media (min-width: 768px) {
    .blog-entry {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .blog-entry {
      margin-bottom: 30px; } }
  .blog-entry .text {
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    margin-top: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    padding: 35px;
    margin-bottom:40px }
    .blog-entry .text img{
      max-width: 120px; 
      margin-bottom: 25px; 
      margin-top: -80px;
    }
    .blog-entry .text .heading {
      font-size: 20px;
      margin-bottom: 16px;
      font-weight: 600; }
      .blog-entry .text p {
      font-size: 15px;
      
    }



.ftco-intro {
  color: rgba(255, 255, 255, 0.8);
  z-index: 0;
   }
  .ftco-intro .img {
    padding: 4em;
    
   
   
    border-radius:10px }
    @media (max-width: 767.98px) {
      .ftco-intro .img {
        padding: 2em 1em; } }
    .ftco-intro .img .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      opacity: .6;
      background: #040e26;
      z-index: -1; }
  @media (max-width: 991.98px) {
    .ftco-intro {
      background-position: center center !important; } }
  .ftco-intro h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .ftco-intro h2 {
        font-size: 20px; } }
    .ftco-intro h2 span {
      background: #08ade9; }


        .cta-img{
      margin-top: -120px;
      margin-bottom: -120px;

    }
@media (max-width:768px){
   .cta-img{
      margin-top: -30px;
      margin-bottom: -100px;
      max-height: 350px;
     position: relative; 
     right: 0;
     left: 25%;

    }


}



   .faq-container {
      max-width: 100%;
      margin: 0 auto;
    }

    .faq-question {
      cursor: pointer;
      border: 0px solid #fff;
      line-height: 150%;
      padding: 3px;
      margin-bottom: 5px;
      border-radius: 5px;
      background-color: none;
       transition: background-color 0.5s ease;
    }

  .faq-question:hover {
      background-color: #fff;
      color: #08ade9;
    }

    .faq-answer {
      display: none;
      padding: 10px;
      border: 0px solid #ccc!important;
      background-color: #ffffff20;
      margin-bottom: 5px;
      transition: .5s;
    }
    .faq-answer .active{
      
      transition: .5s;
    }


.services {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

  .services .heading {
    line-height:130% ; 
font-weight: 900!important; 
}
 
  .services .icon {
    line-height: 1.3;
    position: relative; }
    .services .icon span {
      font-size: 60px;
      color: #08ade9; }
  .services .media-body h3 {
    font-size: 18px;
    font-weight: 500; }
  .services.services-1 {
    width: 100%;
    background: #08ade9;
    padding: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-bottom: 30px;
    z-index: 0;
    border-radius:10px }
    .services.services-1:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      opacity: .5;
      z-index: -1; 
      border-radius: 10px}
    .services.services-1 .icon {
      width: 115px;
      height: 80px;
      margin-left: -35px;
      margin-bottom: 10px;
      background: #08ade9;
      position: relative; }
      .services.services-1 .icon span {
        color: #fff;
        font-size: 50px; }
      .services.services-1 .icon:after {
        position: absolute;
        top: -5px;
        left: 0;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 5px 5px;
        border-color: transparent transparent #c7390d transparent; }
    .services.services-1 .media-body {
      color: rgba(255, 255, 255, 0.8); }
      .services.services-1 .media-body h3 {
        color: #fff; }
  .services.color-1:after {
    background: #1089ff; }
  .services.color-2:after {
    background: #048998; }
  .services.color-3:after {
    background: #00a8b5; }
  .services.color-4:after {
    background: #ff5959; }


.marcas-carrusel img{
    max-width: 90%; 

}

.service-card{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    height:450px;
    cursor:pointer;
}

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

.service-info{
    position:absolute;
    left:20px;
    right:20px;
    bottom:20px;

    background:#f4f5fb;
    border-radius:25px;
    padding:20px;

    display:flex;
    align-items:center;
    gap:18px;

    z-index:2;

    transition:.4s ease;
}

.service-icon{
    width:70px;
    height:70px;
    min-width:70px;

    border-radius:50%;
    background:var(--base-color);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:28px;
}

.service-info h4{
    margin:0;
    font-size:32px;
    font-weight:700;
    line-height:1.1;
}

.service-hover{
    position:absolute;

    top:50%;
    left:50%;

    width:80%;

    transform:translate(-50%,-50%) scale(.8);

    background:#f4f5fb;
    border-radius:25px;

    padding:35px;

    text-align:left;

    opacity:0;
    visibility:hidden;

    transition:.4s ease;

    z-index:3;
}

.service-hover-icon{
    width:70px;
    height:70px;

    border-radius:50%;
    background:var(--base-color);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:28px;

    margin-bottom:20px;
}

.service-hover h4{
    font-size:38px;
    font-weight:700;
    margin-bottom:20px;
}

.service-hover p{
    margin:0;
    font-size:17px;
    line-height:1.8;
}

.service-card::after{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);

    opacity:0;
    transition:.4s ease;
}

.service-card:hover::after{
    opacity:1;
}

.service-card:hover .service-hover{
    opacity:1;
    visibility:visible;
    transform:translate(-50%,-50%) scale(1);
}

.service-card:hover .service-info{
    opacity:0;
    transform:translateY(20px);
}

@media(max-width:991px){

    .service-card{
        height:400px;
    }

    .service-info h4{
        font-size:24px;
    }

    .service-hover h4{
        font-size:28px;
    }
}


.service-icon img,
.service-hover-icon img{
    width:70px;
    height:70px;
    object-fit:contain;
}

.service-info h4{
    font-size:24px;
    line-height:1.2;
}

.service-hover h4{
    font-size:28px;
    line-height:1.2;
}


.service-hover p{
    margin:0;
    font-size:16px;
    line-height:1.6;
    max-width:320px;
}


.service-hover h4{
    font-size:26px;
    line-height:1.15;
    margin-bottom:15px;
}


.services-swiper .swiper-slide{
    height:auto;
}

.services-swiper .service-card{
    height:100%;
}


.services-swiper{
    position:relative;
    padding-bottom:70px;
}

/* Flechas */
.services-nav{
    pointer-events:none;
}

.services-prev,
.services-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:55px;
    height:55px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index:20;
    transition:.3s;
    pointer-events:auto;
}

.services-prev{
    left:-25px;
}

.services-next{
    right:-25px;
}

.services-prev:hover,
.services-next:hover{
    background:var(--base-color);
    color:#fff;
}

.services-prev i,
.services-next i{
    font-size:18px;
}

/* Dots */
.services-pagination{
    position:relative;
    text-align:center;
    margin-top:65px;
}

.services-pagination .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#d4d4d4;
    opacity:1;
    transition:.3s;
}

.services-pagination .swiper-pagination-bullet-active{
    background:var(--base-color);
    transform:scale(1.2);
}

/* Tablet */
@media (max-width:1199px){

    .services-prev{
        left:10px;
    }

    .services-next{
        right:10px;
    }
}

/* Móvil */
@media (max-width:767px){

    .services-prev,
    .services-next{
        width:45px;
        height:45px;
    }

    .services-prev{
        left:5px;
    }

    .services-next{
        right:5px;
    }
}
