/* Aplicar fuente Nunito a todo el sitio */
body {
    font-family: 'Nunito', sans-serif;
}

/* Estilos para el logo del sitio */
.site-logo {
    height: 100px;
    max-height: 100px;
    width: auto !important;
    max-width: none !important;
    object-fit: contain;
    object-position: left center;
    vertical-align: middle;
}

.logo-link {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    min-width: 0;
}

.logo-link img {
    display: block;
}

/* Barra de navegación blanca */
.bg-white {
    background-color: #fff !important;
}

/* Links de navegación en color negro */
.text-dark {
    color: #000 !important;
}

header a {
    text-decoration: none; /* Sin subrayado en los enlaces */
}

.text-1 {
    font-size: 14px; /* Establece el tamaño de texto a 20px */
}

.text-2 {
    font-size: 14px; /* Establece el tamaño de texto a 20px */
    font-family: 'Nunito', sans-serif;
    font-weight: 700
}

.text-3 {
    font-size: 40px; /* Establece el tamaño de texto a 20px */
    font-weight: 700
}

.text-4 {
    font-size: 16px; /* Establece el tamaño de texto a 20px */
}

.text-5 {
    font-size: 20px; /* Establece el tamaño de texto a 20px */
}

.text-5-bold {
    font-size: 20px; /* Establece el tamaño de texto a 20px */
    font-weight: bold
}

/* Franja roja */
.bg-danger {
    background-color: #e73332 !important;
}

/* Estilo para todos los botones */
.btn {
    background-color: #e73332; /* Color de fondo para todos los botones */
    border: none; /* Quitar bordes */
}

.btn:hover {
    background-color: #c82c29; /* Color al pasar el mouse */
}

header nav a {
    text-decoration: none; /* Quita el subrayado */
    color: #343a40; /* Asegúrate de que el color se ajuste a tu diseño */
}

/* Alinear logo y menú a la misma altura */
#main-navbar {
    display: flex !important;
    align-items: center !important;
}

#main-navbar .container {
    display: block !important;
}

#main-navbar .container > div {
    display: flex !important;
    align-items: center !important;
    min-height: 100px;
}

#main-navbar .container > div > a {
    display: flex !important;
    align-items: center !important;
    margin-right: auto !important;
}

#main-navbar .container > div > a img {
    vertical-align: middle !important;
    display: block !important;
}

#navbarNav {
    align-items: center !important;
    flex: 0 0 auto !important;
}

/* Ocultar el menú en pantallas pequeñas (menos de 992px) */
@media (max-width: 991.98px) {
    #navbarNav {
        display: none !important;
    }
    
    /* Mostrar el menú cuando está expandido (Bootstrap agrega la clase 'show') */
    #navbarNav.show,
    #navbarNav.collapsing {
        display: flex !important;
        flex-direction: column !important;
        width: 100%;
        margin-top: 1rem;
        align-items: center !important;
    }
    
    #navbarNav.show .navbar-nav {
        flex-direction: column !important;
        width: 100%;
        margin: 0;
        padding: 0;
        align-items: center !important;
        justify-content: center !important;
    }
    
    #navbarNav.show .navbar-nav li {
        width: 100%;
        margin: 0.5rem 0;
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
    }
    
    #navbarNav.show .navbar-nav a,
    #navbarNav.show .navbar-nav li a,
    #navbarNav.show .navbar-nav .nav-link {
        padding: 0.5rem 0;
        display: block;
        width: 100%;
        text-align: center !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* Estilos para los enlaces adicionales (Conferencias y Soporte) en pantallas pequeñas */
    #navbarNav.show > a {
        display: block !important;
        width: 100%;
        margin: 0.5rem 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0.75rem 0;
        text-align: center !important;
    }
    
    #navbarNav.show > a.btn {
        display: block !important;
        width: 100%;
        margin: 0.75rem 0 !important;
        margin-left: 0 !important;
        padding: 0.75rem 1rem;
        text-align: center !important;
    }
    
    /* Asegurar que los enlaces dentro del nav se muestren verticalmente */
    #navbarNav.show > * {
        width: 100%;
    }
    
    /* Asegurar que el botón hamburguesa sea visible */
    .navbar-toggler {
        display: block !important;
    }
}

/* En pantallas grandes, el navbar debe estar al lado del logo */
@media (min-width: 992px) {
    #main-navbar .container > div {
        flex-wrap: nowrap !important;
    }
    
    #navbarNav {
        display: flex !important;
        flex-direction: row !important;
        margin-left: auto !important;
    }
    
    /* Ocultar el botón hamburguesa en pantallas grandes */
    .navbar-toggler {
        display: none !important;
    }
}

/* Forzar layout horizontal para el contenedor del nav */
#main-navbar nav,
#navbarNav {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

/* Estilos para el menú de navegación horizontal */
#navbarNav {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

#navbarNav .navbar-nav,
.navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

#navbarNav .navbar-nav li,
.navbar-nav li,
nav .navbar-nav li,
#navbarNav li {
    display: inline-block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    vertical-align: middle !important;
    width: auto !important;
}

#navbarNav .navbar-nav li a,
.navbar-nav li a,
.navbar-nav a,
nav .navbar-nav li a {
    display: inline-block !important;
    white-space: nowrap !important;
    float: none !important;
}

.navbar-toggler {
    height: 100%; /* Para asegurarte de que el botón se alinee con la altura del logo */
}

/* Asegurar que el menú colapsado también muestre elementos horizontalmente en desktop */
@media (min-width: 992px) {
    #navbarNav {
        display: flex !important;
        flex-direction: row !important;
    }
    
    #navbarNav.navbar-collapse {
        display: flex !important;
        flex-direction: row !important;
    }
    
    #navbarNav .navbar-nav {
        display: flex !important;
        flex-direction: row !important;
    }
    
    #navbarNav .navbar-nav li {
        display: inline-block !important;
    }
}

/* En móviles, el menú colapsado puede ser vertical */
@media (max-width: 991px) {
    #navbarNav.navbar-collapse:not(.show) {
        display: none !important;
    }
    
    #navbarNav.navbar-collapse.show {
        display: block !important;
        flex-direction: column !important;
    }
    
    #navbarNav.navbar-collapse.show .navbar-nav {
        flex-direction: column !important;
    }
}

.logo-scroll {
    overflow: hidden; /* Oculta el desbordamiento */
    position: relative; /* Necesario para el desplazamiento absoluto */
    width: 100%; /* Ancho del contenedor */
    height: 150px; /* Ajusta según el tamaño de los logos */
    /* Efecto degradado (fade) en los bordes */
    mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.logo-container {
    display: flex; /* Alinea los logos en una fila */
    animation: scroll 30s linear infinite; /* Configura la animación con infinite para bucle continuo */
    width: max-content; /* El ancho se ajusta al contenido (tres copias para bucle infinito) */
    gap: 50px; /* Espaciado entre logos */
    will-change: transform; /* Optimización para la animación */
    flex-shrink: 0; /* Evita que los elementos se compriman */
    /* Asegurar que el contenedor tenga exactamente el triple del ancho de una copia */
    min-width: calc(var(--single-copy-width, 1000px) * 3);
}

.logo-circle {
    width: 150px; /* Ajusta el tamaño según sea necesario */
    height: 150px; /* Ajusta el tamaño según sea necesario */
    border-radius: 50%; /* Hace que el contenedor sea circular */
    overflow: hidden; /* Oculta cualquier parte de la imagen que sobresalga */
    border: 2px solid #cdcaca; /* Bordes del círculo */
    display: flex; /* Permite centrar la imagen */
    align-items: center; /* Centra verticalmente la imagen */
    justify-content: center; /* Centra horizontalmente la imagen */
    flex-shrink: 0; /* Evita que los logos se compriman */
}

.logo-circle:last-child {
    margin-right: 0; /* Elimina el margen derecho del último logo */
}

.logo-circle img {
    width: 100%; /* Ajusta la imagen al contenedor */
    height: auto; /* Mantiene la relación de aspecto de la imagen */
    display: block; /* Elimina espacios en blanco debajo de la imagen */
}

/* Animación de desplazamiento con bucle infinito */
/* Con 3 copias de logos, moverse -33.333% muestra la segunda copia en la misma posición que la primera al inicio */
/* El porcentaje se calcula basándose en el ancho del logo-container (que tiene 3 copias) */
/* Esto asegura que siempre haya logos entrando desde la derecha */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.333%); /* Se mueve exactamente un tercio del ancho total (donde termina la primera copia y empieza la segunda) */
    }
}

/* Detener la animación al pasar el mouse */
.logo-scroll:hover .logo-container {
    animation-play-state: paused; /* Detiene la animación */
}



footer {
    position: relative; /* Para garantizar que el pie de página esté al final */
}

footer a {
    text-decoration: none; /* Sin subrayado en los enlaces */
}

footer a:hover {
    opacity: 0.8; /* Efecto hover en los enlaces */
    transition: opacity 0.3s ease;
}

.footer-separator {
    border-left: 1px solid white; /* Línea vertical continua */
    height: 60px; /* Extiende la línea a toda la altura */
}

/* Estilos para las columnas del footer */
footer .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

footer .footer-columns-wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

/* Columna del logo se adapta al tamaño del logo */
footer .footer-logo {
    width: auto !important;
    min-width: auto !important;
}

/* Responsive para el footer */
@media (max-width: 767.98px) {
    footer .footer-columns-wrapper {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    footer .footer-column {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-left: none !important;
        margin-bottom: 0 !important;
        text-align: center !important;
    }
    
    /* Orden específico en móviles: Logo primero, Links segundo, Redes tercero */
    footer .footer-logo {
        order: 1 !important;
        border-top: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.3) !important;
        border-left: none !important;
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
    }
    
    footer .footer-links {
        order: 2 !important;
        border-top: 1px solid rgba(255,255,255,0.3) !important;
        border-bottom: 1px solid rgba(255,255,255,0.3) !important;
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
    }
    
    footer .footer-social {
        order: 3 !important;
        border-top: 1px solid rgba(255,255,255,0.3) !important;
        border-left: none !important;
        padding-top: 1.5rem !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
    }
    
    footer .footer-social h5 {
        text-align: center !important;
    }
    
    /* Asegurar que los links estén centrados en móviles */
    footer .footer-links ul {
        text-align: center !important;
    }
    
    /* Datos de contacto centrados en móviles */
    footer .footer-links .footer-contact-info {
        text-align: center !important;
    }
    
    footer .footer-links .footer-contact-item {
        text-align: center !important;
        line-height: 1.3 !important;
        margin-bottom: 0.25rem !important;
    }
    
    footer .footer-links .footer-contact-item:last-child {
        margin-bottom: 0 !important;
    }
}

/* Estilos para desktop - mantener orden original */
@media (min-width: 768px) {
    footer .footer-logo {
        border-left: 1px solid rgba(255,255,255,0.3) !important;
        border-top: none !important;
        border-bottom: none !important;
        padding-left: 30px !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    footer .footer-links {
        border-top: none !important;
        border-bottom: none !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    footer .footer-social {
        border-top: none !important;
        padding-right: 30px !important;
        padding-left: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    footer .footer-links ul {
        text-align: right !important;
    }
    
    footer .footer-social h5 {
        text-align: left !important;
    }
    
    footer .footer-social > div {
        justify-content: flex-start !important;
    }
    
    footer .footer-social .d-flex {
        justify-content: flex-start !important;
    }
    
    /* Links alineados a la derecha en desktop */
    footer .footer-links ul {
        text-align: right !important;
    }
    
    footer .footer-links ul li {
        text-align: right !important;
    }
    
    /* Datos de contacto alineados a la derecha en desktop */
    footer .footer-links .footer-contact-info {
        text-align: right !important;
    }
    
    footer .footer-links .footer-contact-item {
        text-align: right !important;
        line-height: 1.3 !important;
        margin-bottom: 0.25rem !important;
    }
    
    footer .footer-links .footer-contact-item:last-child {
        margin-bottom: 0 !important;
    }
    
    /* Logo centrado */
    footer .footer-logo {
        align-items: center !important;
        justify-content: flex-end !important;
    }
}

footer h5 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

footer ul.list-unstyled li a {
    display: inline-block;
    transition: transform 0.2s ease;
}

footer ul.list-unstyled li a:hover {
    transform: translateX(5px);
}

.footer-contact-info .footer-contact-item {
    line-height: 1.6;
}

/* Responsive para el footer */
@media (max-width: 768px) {
    footer .row.g-4 > div {
        margin-bottom: 2rem;
    }
    
    footer .row.g-4 > div:last-child {
        margin-bottom: 0;
    }
}

/* ============================================
   ACCESIBILIDAD Y MEJORAS
   ============================================ */

/* Skip link for accessibility */
.skip-link {
    position: absolute;
    left: -9999px;
    z-index: 999999;
    padding: 1em;
    background-color: #e73332;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.skip-link:focus {
    left: 6px;
    top: 7px;
    display: block;
}

/* Screen reader only text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000;
    background-color: #e73332;
    color: white;
    padding: 10px;
    border-radius: 3px;
}

/* Focus styles for accessibility */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #e73332;
    outline-offset: 2px;
}

/* Main content area */
#main {
    min-height: 60vh;
}

/* ============================================
   POST TYPES STYLES
   ============================================ */

/* Servicios */
.servicios-archive {
    margin-top: 2rem !important;
}

.servicio-item {
    padding: 2rem 0 !important;
    margin-bottom: 2rem !important;
    border-bottom: 1px solid #e9ecef !important;
    background-color: #fff !important;
    display: block !important;
}

.servicio-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.servicio-item .entry-header {
    margin-bottom: 1rem !important;
    display: block !important;
}

.servicio-item .entry-title {
    margin-bottom: 0.5rem !important;
    display: block !important;
    font-size: 40px !important;
    font-weight: 700 !important;
}

.servicio-item .entry-title a {
    display: block !important;
    color: #000 !important;
    text-decoration: none !important;
}

.servicio-item .entry-content {
    margin-bottom: 1rem !important;
    display: block !important;
}

.servicio-item .entry-footer {
    margin-top: 1rem !important;
    display: block !important;
}

.servicio-item .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.servicio-categorias .badge {
    font-size: 14px;
    padding: 5px 10px;
}

.servicio-precio {
    color: #e73332;
    font-size: 24px;
}

.servicio-cta {
    border-left: 4px solid #e73332;
}

/* Testimonios */
.testimonio-item .testimonio-content {
    position: relative;
    padding-left: 20px;
    font-style: italic;
}

.testimonio-item .testimonio-content::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 60px;
    color: #e73332;
    line-height: 1;
    opacity: 0.3;
    font-family: Georgia, serif;
}

.testimonio-rating {
    display: flex;
    gap: 2px;
    align-items: center;
}

.testimonio-rating .dashicons {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 1;
}

/* Widgets */
.serviunix-contact-widget p {
    margin-bottom: 15px;
}

.serviunix-contact-widget a {
    color: #e73332;
    text-decoration: none;
}

.serviunix-contact-widget a:hover {
    text-decoration: underline;
}

.serviunix-servicios-widget li {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 15px;
}

.serviunix-servicios-widget li:last-child {
    border-bottom: none;
}

.serviunix-servicios-widget a:hover {
    color: #e73332;
}

.serviunix-social-widget .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviunix-social-widget .dashicons {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

/* Archive pages */
.page-header {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 2px solid #e73332;
    margin-bottom: 40px;
}

.archive-description {
    margin-top: 15px;
    color: #6c757d;
}

/* ============================================
   SHORTCODES STYLES
   ============================================ */

.serviunix-servicios-shortcode .servicio-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.serviunix-servicios-shortcode .servicio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.serviunix-testimonios-shortcode {
    margin-top: 20px;
}

.serviunix-icono {
    display: inline-block;
}

.serviunix-separador {
    border-width: 2px;
    opacity: 0.5;
    margin: 30px 0;
}

.serviunix-separador-puntos {
    height: 1px;
    border-top: 2px dotted;
    margin: 30px 0;
    opacity: 0.5;
}

/* Footer improvements */
.footer-divider {
    border-color: rgba(255, 255, 255, 0.3);
}

footer .widget-title {
    color: white;
    margin-bottom: 20px;
}

footer .widget {
    color: rgba(255, 255, 255, 0.9);
}

footer .widget a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .widget a:hover {
    color: white;
    text-decoration: underline;
}

/* ============================================
   BREADCRUMBS
   ============================================ */

.serviunix-breadcrumbs {
    margin-bottom: 1rem;
}

.serviunix-breadcrumbs .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.serviunix-breadcrumbs .breadcrumb-item {
    display: flex;
    align-items: center;
}

.serviunix-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    padding: 0 0.5rem;
    color: #6c757d;
}

.serviunix-breadcrumbs .breadcrumb-item a {
    color: #e73332;
    text-decoration: none;
}

.serviunix-breadcrumbs .breadcrumb-item a:hover {
    text-decoration: underline;
}

.serviunix-breadcrumbs .breadcrumb-item.active {
    color: #6c757d;
}

/* Testimonios - Estilos generales para prevenir desbordamiento */
.serviunix-testimonios .testimonio-author {
    min-width: 0;
    overflow: hidden;
}

.serviunix-testimonios .testimonio-author > div {
    min-width: 0;
    flex: 1;
    overflow: hidden;
}

.serviunix-testimonios .testimonio-author img {
    flex-shrink: 0;
}

.serviunix-testimonios .testimonio-author h5,
.serviunix-testimonios .testimonio-author p {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
}

/* Testimonios - Responsive en móviles */
@media screen and (max-width: 767.98px) {
    .serviunix-testimonios .testimonial-row,
    .serviunix-testimonios .row {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .serviunix-testimonios .testimonial-item,
    .serviunix-testimonios .row > div,
    .serviunix-testimonios .row > div[class*="col-"],
    .serviunix-testimonios .row > [class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* Testimonios - Estilos específicos para tablets (768px - 991px) */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .serviunix-testimonios .testimonio-card {
        padding: 1rem !important;
        overflow: hidden;
    }
    
    .serviunix-testimonios .testimonio-author {
        flex-wrap: wrap;
        gap: 0.5rem;
        align-items: flex-start;
    }
    
    .serviunix-testimonios .testimonio-author img {
        width: 50px !important;
        height: 50px !important;
        margin-right: 0.75rem !important;
    }
    
    .serviunix-testimonios .testimonio-author > div {
        flex: 1;
        min-width: 0;
        max-width: calc(100% - 60px);
    }
    
    .serviunix-testimonios .testimonio-author h5 {
        font-size: 18px !important;
        line-height: 1.3;
        margin-bottom: 0.25rem !important;
    }
    
    .serviunix-testimonios .testimonio-author p {
        font-size: 14px !important;
        line-height: 1.4;
        margin-bottom: 0.25rem !important;
    }
    
    .serviunix-testimonios .testimonio-content {
        font-size: 15px !important;
        padding-left: 15px !important;
        margin-bottom: 1rem !important;
    }
    
    .serviunix-testimonios .testimonio-content::before {
        font-size: 50px !important;
    }
}

/* ============================================
   STICKY MENU
   ============================================ */

header.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: box-shadow 0.3s ease;
}

header.sticky-header.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header.sticky-header #main-navbar {
    transition: padding 0.3s ease;
}

header.sticky-header.scrolled #main-navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

header.sticky-header.scrolled #main-navbar .site-logo {
    height: 70px;
    max-height: 70px;
    width: auto !important;
    transition: height 0.3s ease;
}

/* Estilos para la imagen destacada en páginas individuales de servicio */
.single-servicio .entry-thumbnail,
.single-servicio .entry-thumbnail img,
.servicio-featured-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.single-servicio .entry-thumbnail {
    text-align: center;
}

.single-servicio .entry-thumbnail img,
.servicio-featured-image {
    margin: 0 auto;
}

