/* ===================================
    Crafto - Application
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');
/* variable */
:root {      
    --alt-font: 'Manrope', sans-serif; 
    --primary-font: 'Manrope', sans-serif;
    --base-color:#08ade9;
    --dark-gray: #074f8d;
    --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{
    background-color:#e6faf8;
}

/* 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%;

    }


}