/*
Theme Name: Ponce&Céspede
Theme URI: *private*
Author: César Céspede
Author URI:
Description: Ponce & Céspede custom template.
Tags: one-column, featured-images
Version: 2025.3
License: All rights reserved
Text Domain: Ponce&Céspede

Ponce&Céspede WordPress Theme 2025+
*/

body {
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.azul-ponce {
    color: #36499B;
}

.naranjo-ponce {
    color: #FB9A2D;
}

h2 {
    font-size: 32px;
}

.bg-azul-ponce {
    color: white;
    background-color: #36499B;
}

.hero {
    background: rgba(251, 154, 45, 0.1);
    background-image: url(img/background-main.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 50px 0px;
}

.nunito-700 {
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.nunito-1000 {
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
    font-weight: 1000;
    font-style: normal;
}

section {
    padding-bottom: 40px;
}

.section-bottom-shadow {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.section-yellow-background {
    background: rgba(251, 154, 45, 0.1);
}

.img-nosotros {
    width: 533px;
    height: 300.64px;
    background: url(img/150891864-happy-business-team-at-the-workplace-in-the-office.jpg);
    border-radius: 18px;
    background-position: center;
    background-size: cover;
}

/* .img-servicios-contables {
    width: 535px;
    height: 655px;
    background: url(img/img-calculadora.png);
    border-radius: 18px;
    background-position: center;
    background-size: cover;
} */

/* PRueba */
/* Estilo base del header */
header {
    background-color: #f8f9fa;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 20px; */
}

/* Tamaño normal del header */
.header-large {
    height: 120px;
    /* Altura normal */
}

/* Tamaño reducido del header */
.header-small {
    height: 60px;
    /* Altura reducida */
}

/* Elementos internos */
.logo {
    font-size: 1.5rem;
    font-weight: bold;
    transition: font-size 0.3s ease;
}

.header-small .logo {
    font-size: 1.2rem;
    /* Tamaño reducido del logo */
}

.titulo-ponce {
    font-size: 1.5rem;
    margin-top: 10px;
}

.titulo-ponce-small {
    font-size: 18px;
    padding-top: 15px;
}

.btn-ponce {
    background-color: #36499B;
    border: none;
    border-radius: 0;
}

.logos-clientes > img {
    width: 20%;
    opacity: 50%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.logos-clientes > img:hover {
    opacity: 65%;
}

/* Sección Lo que ofrecemos */
#ofrecemos > div > div.row {
    margin-bottom: 30px;
}

/* disable <li> bullets */
li {
    list-style-type: none;
    margin-bottom: 16px;
}
.justifytext{
    text-align: justify;
}
/* Set <li> icon distance and apply 'naranjo-ponce' orange */
li:before
{
    margin-right: 16px;
    color: #FB9A2D;
}

.list-container {
    padding-top: 16px;
    padding-bottom: 32px;
}

div.button-container
{
    margin-bottom: 32px;
}

.section-image > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.section-right-text {
    padding-left: 64px
}

form > div > input,
form > div > textarea {
    border-radius: 0px !important;
    border-color: #36499B  !important;
}

form > div > button {
    border-radius: 0px !important;
    border: 0px !important;
    background-color: #36499B !important;
}

#contact_map_container > div {
    padding-top: 1rem;
}
.bg-asesoria-tributaria{
    background: url('./img/backgroubd-asesroria-tributaria.jpg') center center / cover no-repeat;
    background-attachment: fixed;
    color: white;
}
.bg-recursos-humanos{
    background: url('./img/background-rrhh.jpg') center center / cover no-repeat;
    background-attachment: fixed;
    color: white;
}
.bg-servicios-contables{
    background: url('./img/background-servicios-contables.jpg') center center / cover no-repeat;
    background-attachment: fixed;
    color: white;
}
/* FOOTER */
#footer {
    width: 100%;
    background-color: #36499B;
    color: white;
    font-size: 16px;
    padding-bottom: 2rem;
    /* text-indent: 10px; */

}

#footer a {
    text-decoration: none;
}

.footer-column > .row > .col-11 > a {
    color: white;
    font-weight: 200;
}

.footer-column > div.title {
    font-size: 20px;
}

.footer {
    padding-top: 40px;
}

/******************************************************************************************************** */
/*************************************************************************************************** Blog */
/******************************************************************************************************** */

.blog-attached-image, .blog-list-post-container  {
    width: 100%;
    overflow: hidden;
    
}
.blog-attached-image{
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.blog-list-post-container img{
    max-height: 200px;
}
.blog-attached-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.blog-preview img{
    object-fit: cover;
    width: 100%;
    height: 100vh;
    object-position: center;
}

.blog-preview .blog-date {
    font-size: 14px;
}

.blog-btn-ponce {
    background-color: transparent;
    border: 1px solid #36499B;
    border-radius: 0;
    color: #36499B;
    white-space: nowrap;
}

.blog-btn-ponce:hover {
    background-color: #36499B;
    color: white;
    border: 1px solid #36499B;
    border-radius: 0;
}

.blog-preview .titulo-ponce a,
.blog-preview .titulo-ponce {
    color: #36499B;
    font-size: 22px;
    margin-bottom: 10px;
    text-decoration: none; /* Eliminar subrayado al link */
}

.blog-preview .snippet {
    font-size: 16px;
    margin-bottom: 24px;
}

.blog-list-post-container {
    height: 100%;
    width: 100%;
    padding: 0px;
}

.blog-list-inner-container {
    padding: 15px 15px 15px 15px;
}

.blog-post-inner-container {
    padding: 15px 15px 15px 15px;
}

.button-more-container
{
    padding-bottom: 25px;;
}
.logo-navbar-brand{
    height: auto;
    width: 200px;
}