.top-bar {
    background-color: #4F403A;
    color: white;
    font-size: 0.9rem;
    padding: 0.5rem 1rem 1.5rem 1rem !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none !important;
}
.top-bar-interno {
    background-color: #4F403A;
    color: white;
    padding: 0.5rem 1rem !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none !important;
     margin-bottom: 20px; 
}

body {
    background-color: #4F403A;
    margin: 0 !important;
    padding: 0 !important;
}
h1, h2, h3, li, a {
    font-family: 'Chivo'!important;
}
 
p{
    font-family: 'Lora'!important;
}

/* BOTON DE WHATSAPP */
.btn-flotante {
	position: fixed;
	bottom: 50px;
	right: 30px;
	transition: all 300ms ease 0ms;
	z-index: 99;
    animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    box-shadow: 0 0 0 0 #27d367;
    border-radius: 50%;
    transition: .3s ease-in-out;
}

.btn-flotante img {
    width: 70px;
}

.btn-flotante img:hover {
    border-radius: 50%;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: scale(1.3);
    transition: .3s ease-in-out;
}

/* scroll button */
#scrollTopBtn {
  position: fixed;      
  bottom: 20px;         
  left: 20px;          
  z-index: 100;         
  background-color: #D1F5A2; 
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 10%;   
  cursor: pointer;
  font-size: 18px;
  display: none;        
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  transition: background-color 0.3s, transform 0.3s;
}
#scrollTopBtn:hover {
  background-color: #D1F5A2;
  transform: translateY(-3px);
}

.navbar-custom .dropdown-menu {
    background-color: #6e8462;
}
.navbar-custom .dropdown-item {
    color: white;
}

.navbar .container-fluid {
    width: 952px;
    text-align: center;
    background: linear-gradient(#879E68);
    opacity: 0.75;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    position: relative;
    z-index: 11;
    max-width: none;
    margin: 0 auto;
}
.navbar .container-fluid a .icon {
    height: 60px;
}
.navbar .container-fluid li a {
    font-size: 25px;
    color: #fff;
}
.navbar .container-fluid .dropdown-item {
    color: #fff;
}
.navbar .container-fluid .dropdown-item:hover {
    color: #000;
}
.navbar, .navbar-expand-lg {
    border-radius: 10px;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.dropdown-menu {
    background: linear-gradient(#879E68);
    border-radius: 10px;
    z-index: 99;
    opacity: 0.8;
}
.carousel {
    transform: translateY(-75px);
    margin: 0 !important;
    padding: 0 !important;
}
.carousel-inner .carousel-item img {
    width: 100%;
    height: 450px;   /* fuerza una altura fija */
    object-fit: cover; /* recorta para que no se deforme */
}

.carousel-indicators button {
    border-radius: 15px;
}

#carouselHome {
    margin-top: -20px; 
}

.footer {
    background-color: #4F403A;
    color: #fff;
    padding: 20px 15px;
    font-size: 14px;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-logo img {
    width: 120px;
}
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1 300px;
    margin-left: 40px;
    align-items: left;
    justify-content: center;
    text-align: left;
}
.footer-links nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links nav ul li {
    margin-bottom: 10px;
}
.footer-links nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.bold-link {
    font-weight: 700;
}
.social-icons {
    display: flex;
    gap: 15px;
    font-size: 20px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.footer-contact {
    max-width: 300px;
    font-weight: 400;
    line-height: 1.5;
}
.footer-contact a {
    color: #fff;
    text-decoration: underline;
}
.footer-contact strong {
    display: block;
    margin-top: 15px;
}
.footer-divider {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px auto;
    max-width: 1200px;
}
.footer-copy {
    text-align: center;
    color: #ddd;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 200px;
    text-align: center;
    margin-bottom: 20px;
}
.legal-link {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 8px;
}
.footer-copy-link {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-copy-link:hover {
    color: #fff;
    text-decoration: underline;
}
.dropdown-menu {
    display: none;
}

.DivServishom {
    text-align: justify;
    padding-block-start: 20px;
}
.DivServishom .thisp {
    padding: 10px 2rem;
    text-align: justify;
}
.leyenda-legal {
    background-color: #6c8a4c;
    opacity: 45%;
    border-radius: 8px;
    max-width: 1400px;
    font-size: 20px;
}
.sellos {
    position: relative;
}
.sellos .fondo {
    width: 100%;
    display: block;
}
.contenedor-sellos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 270px; 
    justify-content: center;
    flex-wrap: nowrap; 
}
.sello {
    width: 300px;
    height: 300px;
}
.divContact {
    padding: 0;
    margin: 0 !important;
}
.divContact p, h1 {
    text-align: center;
}
.divContact button {
    background-color: #879E68 !important;
    border: none !important;
    border-radius: 0 !important; 
    width: 100%;
    padding: 20px;
    margin: 0;
    color: #fff !important;
    font-size: 30px;
    box-shadow: none !important; 
}

.divContact a.btn,
.divContact button {
    background-color: #879E68 !important;
    border: none !important;
    border-radius: 0 !important; 
    width: 100%;
    padding: 20px;
    color: #fff !important;
    font-size: 30px;
    box-shadow: none !important; 
    text-decoration: none !important; /* evita subrayado en <a> */
}

.divContact a.btn:hover,
.divContact a.btn:focus,
.divContact a.btn:active,
.divContact button:hover,
.divContact button:focus,
.divContact button:active {
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
}


.divContactNos .concolors {
    background-color: #4F403A !important;
    border: none;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    border-radius: 15px !important;
}
.divContactNos .concolorsNe {
    background-color: #879E68;
    border: none;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    width: 300px;
}
.paddinnd {
    padding: 30px 0px 30px;
}
.formSh {
    background-color: #879E68;
    opacity: 50%;
    text-align: center;
    padding: 30px 0px 30px;
    border-radius: 20px;
}
.quienes-somos {
  padding: 45px 5px;
  background-color: #ffffff;
}

.quienes-somos .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}

.quienes-somos .texto {
  flex: 1 1 500px;
  padding-right: 20px;
  text-align: justify;
}

.quienes-somos .texto h2 {
  font-size: 40px;
}

.quienes-somos .texto p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.quienes-somos .imagen {
  flex: 1 1 400px;
  text-align: center;
}

.quienes-somos .imagen img {
  max-width: 100%;
  border-radius: 25px;
}
.quienes-somos .textoo {
  flex: 1 1 500px;
  padding-left: 20px;
  text-align: justify;
}

.quienes-somos .textoo h2 {
  font-size: 40px;
}

.quienes-somos .textoo p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.frase{
    color:#879E68;
    font-weight: 400;
    font-size: 35px;
}
.equipo-section {
    text-align: center;
}

.equipo-section h2 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: bold;
}

.equipo-section p {
    font-size: 18px;
    color: #555;
    margin-bottom: 16px;
}

/* Tarjetas */
.ourPeoples {
    display: flex;
    justify-content: center;
    gap: 7rem;
    flex-wrap: wrap;
    padding: 12px 0;
}

.ourPeoples div {
    text-align: center;
    max-width: 400px;
}

.ourPeoples div img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
    border: .5px solid #879E68;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    transition: transform .3s ease-in-out;
}

.ourPeoples div img:hover {
    transform: translateY(-15px);
}

/* Botón con el nombre */
.btn-nombre {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 10px;
    background-color: #4F403A;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 25px;
    transition: background .3s;
}

.btn-nombre:hover {
    background-color: #6d5c54;
}

.ourPeoples div p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}
.perfil-card {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 30px 40px;
    width: 100%;
    font-family: "Lora", serif;
}

/* Columna izquierda */
.perfil-left {
    flex: 1;
    text-align: center;
    position: relative;
}

.perfil-left img {
    height: auto;
    margin-bottom: 20px;
    position: relative;
}

.perfil-left img::before,
.perfil-left img::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
}

.perfil-left img::before {
    top: -10px;
    background-color: #a3d67f; /* verde */
}

.perfil-left img::after {
    top: -4px;
    background-color: #6b4c3b; /* café */
}

.cedula {
    background: #b8b8b8;
    padding: 10px;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}

.contact-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.contact-icons img {
    width: 48px;
    height: 48px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.contact-icons img:hover {
    transform: scale(1.1);
}

/* Columna derecha */
.perfil-right {
    flex: 2;
    text-align: left;
    padding-left: 10px;
}
.nombre {
    font-size: 34px;  
    text-align: center;
    font-weight: bold;
    margin-bottom: 12px;
    border-bottom: 3px solid #6b4c3b; 
    padding-bottom: 6px;
    display: block;        
    width: fit-content;    
    margin-left: auto;     
    margin-right: auto;    
}

.subtitulo {
    text-align: center;
    color: #6aa84f;
    font-size: 20px;
    margin-bottom: 20px;
}

.descripcion {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.7;
}

.perfil-right h3 {
    margin-top: 25px;
    font-size: 22px;
    font-weight: bold;
    font-family: "Chivo", sans-serif;
}

.perfil-right ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    line-height: 1.7;
    font-size: 17px;
}

.perfil-right li {
    margin-bottom: 10px;
}

/* Experiencia con círculos verdes */
.perfil-right ul.experiencia li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.perfil-right ul.experiencia li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: #a3d67f;
    border-radius: 50%;
}

/* Diplomados con guiones */
.perfil-right ul.diplomados li {
    position: relative;
    padding-left: 25px;
}

.perfil-right ul.diplomados li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #555;
    font-weight: bold;
}
.nav-item.dropdown {
    display: flex;
    align-items: center;
    justify-content: center; 
}
.DivServishom{
    text-align: center;
    padding-block-start: 40px;
    text-decoration: none;
}
.DivServishom .thisp{
    padding: 10px 65px 10px;
    text-align: justify;
    font-size: 25px;
}
.DivServis{
    text-align: center;
    padding-block-start: 40px;
    background-size: cover;
    background-repeat: no-repeat;
}
.DivServis {
    padding: 40px 20px;
    text-align: center;
}

.DivServis h2 {
    margin-bottom: 30px;
    font-size: 2rem;
}

.DivServis {
    padding: 40px 20px;
    text-align: center;
}

.DivServis h2 {
    margin-bottom: 30px;
    font-size: 2rem;
}

/* Grid general de filas */
.divServisdiv {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 2rem;
    justify-items: center;
    margin-bottom: 35px;
}

/* Centrar la segunda fila con 2 imágenes */
.divServisdiv.center-row {
    grid-template-columns: repeat(2, 280px); 
    justify-content: center; 
    gap: 10rem;
}

/* Contenedor de la imagen */
.divServisdiv a div {
    width: 355px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Imagen */
.divServisdiv a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px; 
}
/* Secciones principales */
.titulo-seccion {
    text-align: center;
    margin: 40px 0 20px;
    font-size: 40px;
}

.descripcion-seccion {
    max-width: 1400px;
    margin: 0 auto 40px;
    font-size: 18px
}
/* Cuadros verdes */
.grid-principall {
    display: grid;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
}
/* Cuadros verdes */
.grid-principal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
}
/* Cuadros verdes */
.grid-principalll {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
}
.cuadro-verde {
    background-color: #e0eddc;
    padding: 25px;
    border-radius: 12px;
    text-align: left;
}

.cuadro-verde ul {
    list-style-type: disc;
    padding-left: 20px;
}

.cuadro-verde li {
    margin-bottom: 10px;
}

/* Otras áreas */
.grid-otras {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 800px;
    margin: 0 auto 60px;
}
.grid-otras img{
    border-radius: 30px;
}

.bloque-link {
    text-decoration: none;
}

.bloque-imagen {
    width: 80%;
    height: 80%;
    object-fit: cover;
    border-radius: 10px; 
}
.selloss {
    position: relative; 
}

.selloss .fondoo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta la imagen al contenedor */
    z-index: 0; /* Fondo detrás */
}

.selloss .otras-areas {
    position: relative; 
    z-index: 1;
    padding: 0px 15px; 
}

/* Fuerza quitar bullets y aplica círculos verdes */
.experiencia-verde {
    list-style: none !important; 
    padding-left: 0 !important;
    margin: 0;
}

.experiencia-verde li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.experiencia-verde li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: #a3d67f;
    border-radius: 50%;
}
.terminos {
    max-width: 1400px;
    margin: 40px auto;
    line-height: 1.6;
    color: #333;
}

.terminos h2 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}

.terminos p {
    margin-bottom: 15px;
    text-align: justify;
}

.terminos ol {
    padding-left: 20px;
}

.terminos li {
    margin-bottom: 15px;
    text-align: justify;
}
.privacidad {
    max-width: 1400px;
    margin: 40px auto;
    line-height: 1.6;
    color: #333;
}

.privacidad h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: bold;
}

.privacidad p {
    margin-bottom: 15px;
    text-align: justify;
}

.privacidad ol {
    padding-left: 20px;
}

.privacidad li {
    margin-bottom: 15px;
    text-align: justify;
}

.privacidad ul {
    list-style: disc;
    margin-top: 10px;
    margin-left: 20px;
}
.blog-section {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 5px;
}

.blog-section h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
}

.blog-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
}

.blog-card {
    width: 600px;
    background: white;
    border-radius: 18px;
    padding: 15px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
}

.blog-img {
    width: 100%;
    height: 140px;
    border-radius: 14px;
    margin-bottom: 12px;
}

.blog-card h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
}

.blog-card p {
    font-size: 13px;
    margin-bottom: 5px;
}

.blog-card a {
    font-size: 13px;
    font-weight: 700;
    color: black;
    text-decoration: none;
}

.date {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #555;
}

/* ARTICULOS */
.article-section {
    max-width: 1200px;
    margin: 60px auto;
}

.article-top {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.article-text {
    flex: 1.2;
}

.article-text h1 {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: justify;
}

.article-text p {
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
}

.article-image {
    flex: 1;
}

.article-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.article-bottom {
    display: flex;
    gap: 40px;
    margin-top: 50px;
}

/* CATEGORÍAS */
.categories-box {
    width: 220px;
    border: 1px solid #aaa;
    padding: 20px;
}

.categories-box h2 {
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-align: center;
}

.categories-box ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-box li {
    margin-bottom: 10px;
    font-size: 14px;
}

/* LISTAS */
.article-lists {
    flex: 1;
}

.list-block {
    margin-bottom: 30px;
}

.list-block h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.list-block ul {
    padding-left: 18px;
}

.list-block li {
    margin-bottom: 10px;
    line-height: 1.6;
}

@media (min-width: 992px) {
    button.navbar-toggler {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .top-horario {
        display: none !important;
    }
    .top-nombre {
        margin: 0 auto;
    }
    .top-redes {
        display: none !important;
    }
    .menu-text {
        font-size: .8rem;
        font-weight: 500;
        color: #fff;
    }
    .carousel-inner .carousel-item img {
        height: 400px;
    }
    .DivServishom h2 {
        font-size: 60px;
    }
    .sello {
        width: 200px;
        height: 200px;
    }
    .contenedor-sellos {
        gap: 30px;
    }
    .divContact {
        padding: 40px 200px;
    }
    .divContact button {
        padding: 20px;
    }
    .divContact button a {
        font-size: 25px;
    }
        .divServisdiv{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1rem;
        padding-block-end: 20px;
        transform: translateX(-20px);
    }
    .divServisdiv a div{
        transform: translateX(45px);
        width: 180px;
        height: 180px;
    }
    .divServisdiv a div img{
        width: 180px;
        height: 180px;
    }
    .DivServishom h2{
        font-size: 60px;
    }
    .divServisdiv a .homeservess{
        width: 200px;
        height: 200px;
        text-align: center;
    }
    .divServisdiv a .homeservess img{
        width: 150px;
        height: 150px;
    }
    .divServisdiv a .homeservess p{
        font-size: 25px;
    }
    .trans{
        transform: translateX(-20px);
    }
    .divServisdivv{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1rem;
        padding-block-end: 20px;
        transform: translateX(-20px);
    }
    .divServisdivv a div{
        transform: translateX(35px);
        width: 180px;
        height: 180px;
    }
    .divServisdivv a div img{
        width: 180px;
        height: 180px;
    }
    .DivServishom h2{
        font-size: 60px;
    }
    .divServisdiv {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .divServisdiv.center-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        justify-content: center; /* mantiene centradas las dos imágenes */
    }

    .divServisdiv a div {
        width: 250px;
        height: 200px;
    }
/* Secciones principales */
.titulo-seccion {
    text-align: center;
    margin: 0px 0 20px;
}

.descripcion-seccion {
    max-width: 900px;
    margin: 0 auto 40px;
}

/* Cuadros verdes */
.grid-principal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.cuadro-verde {
    background-color: #e0eddc;
    padding: 25px;
    border-radius: 12px;
    text-align: left;
}

.cuadro-verde ul {
    list-style-type: disc;
    padding-left: 20px;
}

.cuadro-verde li {
    margin-bottom: 10px;
}

/* Otras áreas */
.grid-otras {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto 60px;
}

.bloque-link {
    text-decoration: none;
}

.bloque-imagen {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.bloque-imagen:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.texto-bloque {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    padding: 5px 10px;
    background: rgba(0,0,0,0.4);
    border-radius: 8px;
}
    .blog-grid {
        flex-wrap: wrap;
    }
    .article-top{
        flex-direction: column;
    }
    .article-bottom{
        flex-direction: column-reverse;
    }
}

/* Móviles */
@media (max-width: 767px) {
    .top-horario {
        display: none !important;
    }
    .top-nombre {
        margin: 0 auto;
    }
    .top-redes {
        display: none !important;
    }
    .menu-text {
        font-size: .8rem;
        font-weight: 500;
        color: #fff;
    }
    .navbar .container-fluid li a {
        font-size: 15px;
        color: #fff;
    }
    .footer-content {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        text-align: center;
    }
    .footer-links {
        margin-left: 0;
        align-items: center;
    }
    .footer-contact {
        max-width: 100%;
    }
    .carousel-inner .carousel-item img {
        max-height: 550px; 
    }
    .DivServishom h2 {
        font-size: 2rem;
    }
    .DivServishom .thisp {
        padding: 10px 1rem;
        font-size: 1rem;
        text-align: left;
    }
    .sello {
        width: 60px;
        height: 60px;
    }
    .contenedor-sellos {
        gap: 1.5rem; 
        flex-wrap: wrap; 
        top: 55%; 
        transform: translate(-50%, -50%);
    }
    .divContact {
        padding: 1rem;
    }
    .divContact button {
        padding: 1rem;
        font-size: 1.2rem;
        width: 100%;
    }
    .divContact button a {
        font-size: 20px;
    }
    .quienes-somos .container {
        flex-direction: column;
    }
    .quienes-somos .texto {
        padding-right: 0;
        margin-bottom: 20px;
        text-align: justify;
    }
    .ourPeoples {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
    }
    .ourPeoples div a img {
        width: 150px;
        height: 250px;
    }
    .peopleInfo {
        display: grid;
        transform: translateY(-80px);
    }
    .perfil-card {
        flex-direction: column; 
        align-items: center;
        padding: 15px;
        gap: 20px;
    }

    .perfil-left img {
        max-width: 250px;
        width: 100%;
        height: auto;
    }

    .perfil-right {
        text-align: left; 
        width: 100%;
    }

    .nombre {
        font-size: 24px;
        border-bottom: 2px solid #6b4c3b;
        margin-left: auto;
        margin-right: auto;
        text-align: center; 
    }
    .nav-item.dropdown {
        flex-direction: column;
        align-items: center;   
    }
    .nav-item.dropdown .dropdown-menu {
        position: static;  
        float: none;
        text-align: center; 
    }
    .DivServishom h2{
        font-size: 60px;
    }
        .divServisdiv{
        grid-template-columns: repeat(2, 1fr);
        transform: translateX(0px);
    }
    .divServisdiv a div{
        transform: translateX(15px);
        width: 140px;
        height: 140px;
    }
    .divServisdiv a div img{
        width: 140px;
        height: 140px;
    }
    .DivServishom h2{
        font-size: 60px;
    }
    .divServisdiv a .homeservess{
        width: 190px;
        height: 190px;
        text-align: center;
    }
    .divServisdiv a .homeservess img{
        width: 130px;
        height: 130px;
    }
    .divServisdiv a .homeservess p{
        font-size: 25px;
    }
    .trans{
        transform: translateX(-30px);
    }
    .divServisdivv{
        grid-template-columns: repeat(2, 1fr);
        transform: translateX(0px);
    }
    .divServisdivv a div{
        transform: translateX(0px);
        width: 140px;
        height: 140px;
    }
    .divServisdivv a div img{
        width: 140px;
        height: 140px;
    }
    .DivServishom h2{
        font-size: 60px;
    }
    .divServisdiv,
    .divServisdiv.center-row {
        grid-template-columns: 1fr; 
        gap: 1rem;
        justify-content: center;
    }

    .divServisdiv a div {
        width: 200px; 
        height: 200px;
    }
    .grid-principal {
        grid-template-columns: 1fr;
    }
    .grid-principalll {
        grid-template-columns: 1fr;
    }
    .selloss .fondoo {
        display: none ;
    }
    .grid-otras {
        grid-template-columns: 1fr !important; 
        gap: 15px !important;
        justify-items: center !important;
    }

    .grid-otras .bloque-imagen img {
        width: 100% !important;      
        max-width: 260px !important; 
        height: auto !important;     
        display: block;
        margin: 0 auto;
    }
    .grid-otras .bloque-imagen::before {
        padding-top: 55% !important; 
    }

    .grid-otras .texto-bloque {
        font-size: 0.8rem !important;
    }
    .titulo-seccion {
    text-align: center;
    margin: 40px 0 20px;
    font-size: 20px;
    }
    .blog-grid {
        flex-wrap: wrap;
    }
    .article-top{
        flex-direction: column;
        padding: 11px;
    }
    .article-bottom{
        flex-direction: column-reverse;
        padding: 11px;
    }
}








