/*
    
Font Geometos

*/

body {
    font-family: 'Geometos';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geometos';
    src: url('/font/geometos.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }

    @font-face {
        font-family: 'Geometos Neue';
        src: url('/font/geometos-neue.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        }
    
    /* Aplica la fuente a los elementos deseados */
    body {
        font-family: 'Geometos', sans-serif;
    }
    

    h1, h2, h3, h4 {
        font-family: 'Geometos', sans-serif;
    }

    p, ul {
        font-family: 'Geometos Neue', sans-serif;
        text-align: justify;
        font-size: 13px;
        
    }

    ul, li {
        font-family: 'Geometos Neue', sans-serif;
        text-align: left;
        font-size: 13px;
        
    }

    h5, h6{
        font-family: 'Geometos Neue', sans-serif;
    }

    /*---------------*/
/***** heroCarousel index.html *****/
/*---------------*/

/* HERO ALTERNATIVO - Carousel Fullscreen */

.hero-alt-carousel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-alt-slide {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-alt-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-alt-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
}

.hero-alt-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-alt-subtitle {
  font-size: 1.25rem;
  font-weight: 300;
}

/* Carousel Controls */
.hero-alt-carousel .carousel-control-prev,
.hero-alt-carousel .carousel-control-next {
  width: 5%;
}

.hero-alt-carousel .carousel-control-prev-icon,
.hero-alt-carousel .carousel-control-next-icon {
  background-size: 100% 100%;
  filter: brightness(0.9);
}

/* Responsive */
@media (max-width: 768px) {
  .hero-alt-title {
    font-size: 2rem;
  }

  .hero-alt-subtitle {
    font-size: 1rem;
  }
}




    /*---------------*/
/***** hero about.html *****/
/*---------------*/
.custom-hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.5);
  background-blend-mode: overlay;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

    /*---------------*/
/***** header *****/
/*---------------*/


.navbar .nav-link {
  transition: color 0.3s ease;
}

.navbar .nav-link:hover {
  color: #0d6efd;
}

@media (max-width: 991.98px) {
  .hero-banner {
    padding-top: 80px;
    text-align: center;
  }
}
/*
    
servicios plan de pago

*/

.btn-hover {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    color: #1069fd;
    background: none;
    border: 4px solid #c9d8f0;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

.btn-hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background: #ff463c;
    bottom: 0;
    left: -100%;
    transition: all 0.3s ease;
}

.btn-hover:hover::after {
    left: 0;
}


.btn-hoverr {
    display: inline-block;
    padding: 20px 20px;
    margin: 2px;
    font-size: 14px;
    color: #1f1e1e;
    background-color: #1069fd;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    transition: transform 0.3s ease;
    box-shadow: #353535 0px 1px 5px 0px;
}

.btn-hoverr:hover {
    transform: scale(1.1);
}



/* Index Top Up Button Styles */
#topUpButton {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1000;
}

#topUpButton:hover {
    background-color: #0056b3;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Make the button visible when the user scrolls */
#topUpButton.show {
    opacity: 1;
    visibility: visible;
}




/*
    
about img index
*/

.about-img {
    position: relative;
    margin: 15px auto;
    width: auto;
    max-width: 500px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 16px rgba(109, 114, 139, 0.3);
            box-shadow: 0 8px 16px rgba(109, 114, 139, 0.3);
    -webkit-transform: skewX(-3deg) rotateX(20deg);
            transform: skewX(-3deg) rotateX(20deg);
  }
  
  .about-img img {
    width: 100%;
  }
  

/*
    
lenguaje EN/ES google translate

*/

#google_translate_element {
    display: inline-block;
}

.goog-te-combo {
    background: none;
    border: 1px solid #ccc;
    font-size: 1rem;
    padding: 0.3rem;
}




/*
    
intro loader

*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1069fd;

    -webkit-animation: spin 4s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 4s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1002;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #ff463c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #fc730f;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }



    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #fcfbfb;
        opacity: 1;
        z-index: 1001;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.6s ease-out;  
                transition: all 0.6s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }


 /* boton de whatsapp de contacto */

    .whatsapp-button {
        position: fixed; 
        bottom: 20px; 
        left: 50%;
        transform: translateX(-50%);
        width: 80px; 
        height: 80px; 
        background-color: #25D366; 
        border-radius: 50%; 
        display: flex; 
        align-items: center;
        justify-content: center;
        cursor: pointer;  
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
        z-index: 1000; 
    }
    
    .whatsapp-button img {
        width: 60px; 
        height: 60px; 
    }
    
    .whatsapp-button:hover {
        background-color: #2ecc71;
    }
    
    .whatsapp-button:hover img {
        width: 55px; 
        height: 55px;

    }  



     /* boton de whatsapp de index */

    .btn-whatsapp {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        align-items: center;
        gap: 10px; /* Espacio entre icono y texto */
        background-color: #25d366;
        color: white;
        padding: 10px 15px;
        border-radius: 30px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        text-decoration: none;
        transition: all 0.3s ease;
        
    }
    
    .btn-whatsapp:hover {
        transform: scale(1.05);
        opacity: 1;
    }
    
    .btn-whatsapp img {
        width: 30px;
        height: 30px;
    }
    
    .btn-whatsapp span {
        font-size: 13px;
    }
    
    .whatsapp-content {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .btn-whatsapp span {
        display: none;
    }
    
    .btn-whatsapp:hover span {
        display: inline-block;
    }
    
    
    
    \`\`\`\`category-nav\`\`\`\`
    

    

    \`\`\`\`category-nav\`\`\`\`



    \`\`\`\`portafolio-index\`\`\`\`

    .card-animate {
        transition: transform 0.6s ease, box-shadow 0.6s ease;
    }
    
    .card-animate:hover {
        transform: translateY(-20px); /* Eleva la tarjeta */
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); /* Sombra más grande */
    }
    

    \`\`\`\`portafolio-index\`\`\`\`



p { line-height: 1.8; }

a { 
    text-decoration: none;
    transition: all 0.3s ease; 
}
a:hover { color:#009999; }
.container-fluid { max-width: 1770px; }
.tm-container-small { max-width: 1050px; }
.btn { border-radius: 0; }
.btn-primary {
    background-color: #009999;
    border: 0;
    border-radius: 5px;
    padding: 12px 50px 14px;
    font-size: 1.2rem;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color:#086969;
}

.btn-primary.disabled, 
.btn-primary:disabled {
    background-color: #009999;
    pointer-events: all;
    cursor: not-allowed;
}

.form-control {
	padding: 10px 20px;
	width: 100%;
	height: auto;
}

.form-group { margin-bottom: 25px; }
.tm-btn-big { padding: 12px 100px 14px; }



/*carousel index*/



/*---------------*/
/***** API GOOGLE  TRANSLATE *****/
/*---------------*/



/* Contenedor del widget */
#google_translate_element {
    display: flex;
    align-items: center;
    margin-left: 1px; /* Espacio a la izquierda del selector */
    transform: scale(0.9);    /* Reduce el tamaño del contenedor ligeramente */
    transform-origin: right;  /* Fija el origen de escala en la esquina derecha */
}


/* Opcional: Estilo del selector */
/* Estilo del combo de idiomas */
.goog-te-combo {
    padding: 1px 3px;
    font-size: 6px;
    height: auto;
    background-color: #f9eaea;
    border: 2px solid #bdacac;
    border-radius: 1px;
}


/* Card index end merak */

.custom-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 16px;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.custom-card .card-img-top img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  object-fit: cover;
}

.custom-card .card-body {
  padding: 1.5rem;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}




/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
    font-size: 1.3em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover h2 {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption { background-color: rgba(58,52,42,0); }
figure.effect-ming:hover img { opacity: 0.4; }

.tm-footer-links li {
    list-style: none;
    margin-bottom: 5px;    
}

.tm-footer-links li a { color: #999999; }
.tm-footer-links li a:hover { color: #009999; }

.tm-social-links li {
    list-style: none;
    margin-right: 15px;
}

.tm-social-links li:last-child { margin-right: 0; }

.tm-social-links li a  {
    color: #999999;
    width: 44px;
    height: 44px;
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}

.tm-social-links li a:hover {
    color: #fff;
    background-color: #1069fd;
}


.tm-footer { font-size: 0.95rem; }
.tm-footer-title { font-size: 1.4rem; }

/* Videos */
#tm-video-container {
    max-height: 400px;
    overflow: hidden;
    background-color: #333;
    margin-bottom: 90px;
    position: relative;
}

#tm-video {
    display: block;
    width: 100%;
    height: auto;
}

#tm-video-control-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    color: #e1e1e1;
}

.tm-video-details {
    height: 100%;
    padding: 40px;
}

/* About */
.tm-row-1640 { max-width: 1640px; }
.tm-about-2-col { max-width: 716px; }
.tm-about-3-col { max-width: 540px; }

.tm-about-2-col,
.tm-about-3-col {
    margin-bottom: 50px;
}

.tm-about-icon-container {
    width: 150px;
    height: 150px;
    border: 1px solid #009999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-about-img-text { max-width: 940px; }

/* Contact */
select.form-control { border-radius: 0; }
select.form-control option { height: 30px; }

/*select:not([multiple]) {
   /* -webkit-appearance: none;
    -moz-appearance: none; 
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-image: url(../img/select-arrow.png);
    padding: 14px 20px;
    padding-right: 20px;
    color: #666;
}*/

.mapouter {
    position: relative;
    text-align: center;
    width: 100%;
    height: 520px;
}

.gmap-canvas iframe {
    width: 100%;
    height: 100%;
}

.gmap-canvas {
    overflow:hidden;
    background:none!important;
    height:480px;
    width:100%;
}

.tm-contact-form { max-width: 420px; }
.tm-address-col { max-width: 520px; }
.tm-contacts { padding-left: 0; }

.tm-contacts li {
    list-style: none;
    margin-bottom: 20px;
}

.tm-contacts li a i { width: 30px; }
.tm-social { display: flex; }

.tm-social li {
    list-style: none;
    margin-bottom: 20px;
    margin-right: 15px;
}

.tm-social li a i {
    width: 40px;
    height: 40px;
    color: #666666;
    background-color: #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.tm-social li a:hover i {
    color: #fff;
    background-color: #009999;
}

.form-control,
input:-internal-autofill-selected,
select:not([multiple]) {
    color: #cecece !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:  #cecece;
    opacity: 1; /* Firefox */
}

@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 95px;
        right: 0px;
        background: rgb(240, 238, 238);
        width: 300px;
        padding: 25px;
    }

    .tm-container-content { max-width: 870px; }
    .tm-contact-form, .tm-address-col, .mapouter { max-width: 100%; }
    .tm-people-row { max-width: 900px; }
}

@media (max-width: 767px) {
    .tm-paging-col { flex-direction: column; }
    .tm-paging { flex-wrap: wrap; }
    .tm-about-img-text { max-width: 640px; }
    .tm-about-2-col, .tm-about-3-col { margin-bottom: 50px; }
}

@media (max-width: 575px) {
    .tm-container-content { max-width: 420px; }

    .tm-search-form {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        justify-content: center;
    }

    .tm-search-input {
        width: 100%;
        max-width: 360px;
    }

    .tm-people-row { max-width: 420px; }
}

@media (max-width: 200px) {
    .tm-btn-big { padding: 12px 50px 14px; }
}

@media (max-width: 334px) {
    .tm-social-links {
        flex-wrap: wrap;
        justify-content: start !important;
    }

    .tm-social-links li { margin-right: 3px; }
}



/* service.html MERAK  */
/* Flash Cards Flip Effect */
.flip-card {
  background: transparent;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 250px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  backface-visibility: hidden;
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.flip-card-front {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flip-card-back {
  background: linear-gradient(135deg, #007bff, #00c3ff);
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* contact.html cards */

/* --- Custom Styles for Modern Interactive Cards --- */

/* Section background */
.bg-dark-custom {
    background-color: #1b1b1b; /* Your specified dark background */
}

/* Base Card Styling */
.modern-card {
    background-color: #2c2c2c; /* Slightly lighter dark for the card background */
    border-radius: 12px; /* Rounded corners for a modern feel */
    padding: 30px; /* Generous internal padding */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions for hover effects */
    display: flex; /* Flexbox for internal alignment */
    flex-direction: column; /* Stack content vertically */
    justify-content: space-between; /* Pushes content to top/bottom if needed */
    height: 100%; /* Important for equal height columns in Bootstrap's d-flex */
    position: relative; /* Needed for potential future pseudo-elements */
    overflow: hidden; /* Ensures nothing spills out */
}

.modern-card:hover {
    transform: translateY(-8px); /* Lifts the card slightly on hover */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4); /* Enhanced shadow on hover */
    background-color: #3a3a3a; /* Slightly darker on hover for a subtle change */
}

/* Icon Wrapper for better control */
.card-icon-wrapper {
    width: 70px; /* Fixed width for the wrapper */
    height: 70px; /* Fixed height for the wrapper */
    margin: 0 auto 20px auto; /* Centered, with bottom margin */
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); /* Vibrant gradient background */
    border-radius: 50%; /* Circular shape */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Shadow for the icon wrapper */
}

/* Icon inside the wrapper */
.card-icon {
    width: 45px; /* Size of the SVG icon */
    height: 45px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%); /* Makes SVGs white */
}

/* Card Title */
.card-title {
    font-size: 1.5rem; /* Larger, more prominent title */
    font-weight: 600; /* Semi-bold */
    color: #ffffff; /* White text for contrast */
    letter-spacing: -0.02em; /* Tighter letter spacing */
}

/* Card Description */
.card-description {
    font-size: 0.95rem; /* Readable font size for description */
    line-height: 1.7;
    color: #b0b0b0; /* Light gray for description text */
    margin-top: 10px; /* Space between title and description */
}

/* --- Responsive Adjustments --- */
@media (max-width: 767.98px) {
    .modern-card {
        padding: 25px; /* Slightly less padding on smaller screens */
    }
    .card-title {
        font-size: 1.35rem; /* Adjust title size for smaller screens */
    }
    .card-description {
        font-size: 0.9rem; /* Adjust description size */
    }
    .card-icon-wrapper {
        width: 60px; /* Smaller icon wrapper */
        height: 60px;
    }
    .card-icon {
        width: 40px; /* Smaller icon */
        height: 40px;
    }
}

/* Ensure columns stretch to fill height */
.row.g-4 > .d-flex {
    flex: 1 0 auto; /* Ensure they flex to fill space */
}


/*footer*/

/* FOOTER MERAK MODERNO */
/* --- CSS para Footer Ultra-Minimalista (Merak) --- */

.footer-merak {
    background-color: #fcfcfc; /* Un blanco muy suave, casi roto, para una sensación limpia */
    color: #495057; /* Gris medio para el texto general, legible */
    font-family: 'Inter', sans-serif; /* Sugiere una fuente moderna y limpia como Inter, o tu fuente principal */
    border-top: 1px solid #e9ecef; /* Un borde superior muy sutil para definir el espacio */
}

/* --- Secciones y Elementos Generales --- */
.footer-merak .container {
    max-width: 1200px; /* Asegura un ancho máximo limpio en pantallas grandes */
}

/* Logos */
.footer-logo {
    width: 140px; /* Un tamaño más compacto para el logo */
    height: auto;
    display: block; /* Importante para el centrado en móviles */
    opacity: 0.9; /* Ligeramente más suave que el 100% */
}

/* Descripción */
.footer-description {
    font-size: 0.875rem; /* Texto de descripción un poco más pequeño */
    line-height: 1.6;
    color: #6c757d; /* Un gris más claro para la descripción */
    max-width: 380px; /* Limita el ancho para legibilidad, especialmente en la columna principal */
}

/* Títulos de Sección (Navegación, Conéctate) */
.footer-heading {
    font-size: 0.95rem; /* Títulos sutilmente más pequeños */
    font-weight: 600; /* Negrita moderada */
    color: #212529; /* Negro suave para los títulos */
    text-transform: uppercase; /* Opcional: mayúsculas para un toque moderno */
    letter-spacing: 0.05em; /* Espaciado entre letras para un look limpio */
}

/* --- Enlaces de Navegación --- */
.footer-nav-list li {
    margin-bottom: 0.6rem; /* Espaciado entre los enlaces */
}

.footer-link {
    color: #495057; /* Color estándar para los enlaces */
    text-decoration: none;
    font-size: 0.875rem; /* Mismo tamaño que la descripción para coherencia */
    transition: color 0.2s ease-in-out;
}

.footer-link:hover {
    color: #007bff; /* Color de acento al pasar el mouse, puedes usar el primario de tu marca */
    text-decoration: underline; /* Opcional: un sutil subrayado al pasar el mouse */
}

/* --- Iconos de Redes Sociales --- */
.footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px; /* Tamaño fijo para un look consistente */
    height: 36px;
    border-radius: 50%; /* Iconos circulares */
    background-color: #e9ecef; /* Fondo muy claro para los iconos */
    color: #6c757d; /* Color del icono */
    font-size: 1rem; /* Tamaño del icono dentro del círculo */
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.footer-social-icon:hover {
    background-color: #007bff; /* Color de acento al pasar el mouse */
    color: #ffffff; /* Texto blanco en hover */
    transform: translateY(-2px); /* Pequeño levantamiento */
}

/* --- Línea Divisoria y Copyright --- */
.footer-divider {
    border-top: 1px solid rgba(0, 0, 0, 0.08); /* Una línea más tenue y sutil */
    opacity: 0.7; /* Más transparencia para un look minimalista */
    margin-bottom: 1.5rem; /* Espacio antes del copyright */
}

.footer-copyright-area small {
    color: #6c757d; /* Mismo gris claro que la descripción */
    font-size: 0.8rem; /* Texto de copyright muy pequeño y discreto */
}

/* --- Adaptaciones Responsivas --- */
@media (max-width: 767.98px) {
    .footer-merak .text-md-start,
    .footer-merak .text-md-end {
        text-align: center !important; /* Centra todo en móviles */
    }
    .footer-merak .justify-content-md-start,
    .footer-merak .justify-content-md-end {
        justify-content: center !important; /* Centra los iconos en móviles */
    }
    .footer-logo {
        margin-left: auto;
        margin-right: auto; /* Centra el logo en móviles */
    }
    .footer-description {
        margin-bottom: 2rem; /* Más espacio debajo de la descripción en móvil */
    }
}

/* Espacio entre columnas en móviles para evitar que se peguen */
.row.g-4 > [class*="col-"]:not(:last-child) {
    margin-bottom: 2.5rem; /* Ajusta este valor si necesitas más/menos espacio */
}

@media (min-width: 768px) {
    .row.g-4 > [class*="col-"]:not(:last-child) {
        margin-bottom: 0; /* Resetea el margen en desktop */
    }
}