h4 {
    margin-bottom: 4px;
    font-size: 1.125em;
    line-height: 1.25em
}

#main:before,#main:after {
    content: "";
    display: table
}

#main:after {
    clear: both
}

.content h2.title {
    display: inline;
    float: left;
    width: 93.75%;
    margin-left: 3.125%;
    margin-right: 3.125%;
    margin-bottom: 3rem;
    color: var(--primary);
}

.subsection h3,th {
    color: var(--primary);
}

.content-with-sidebar {
    zoom:1;display: block;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0!important;
    margin-right: 0!important
}

.content-with-sidebar:before, .content-with-sidebar:after {
    content: "";
    display: table
}

.content-with-sidebar:after {
    clear: both
}

.content-with-sidebar h2.title {
    display: inline;
    float: left;
    width: 93.75%;
    margin-left: 3.125%;
    margin-right: 3.125%;
    margin-bottom: 3rem;
}

.press-room {
    position: relative
}

.press-room .links {
    position: absolute;
    top: 25px;
    right: 0;
    text-align: right
}

.press {
    position: relative
}

.press p {
    margin-bottom: 16px;
    font-size: 1em;
    line-height: 1.5em
}

.press ul,.press ol {
    margin-left: 130px;
    margin-bottom: 16px;
    font-size: 1em;
    line-height: 1.5em
}

.press ul {
    list-style: disc
}

.press ol {
    list-style: decimal
}

.press-thumb {
    float: left;
    margin: 5px 10px 10px 0;
    border-radius: 50%;
    width: 100px; /* Ajusta el tamaño según tus necesidades */
    height: 100px; /* Asegúrate de que sea un cuadrado */
    object-fit: cover; /* Esto garantiza que la imagen se ajuste dentro del círculo */
}

.press-listing,.press-content {
    overflow: hidden
}

#blog .press-listing p {
    margin-bottom: 16px;
    font-size: 1em;
    line-height: 1.5em
}

.press-listing p {
    margin-bottom: 6px;
    line-height: 1.5em
}

.press-article .press-thumb {
    width: 100px !important;
}

.press-article h3 {
    margin-bottom: 8px;
    font-weight: 500;
    font-style: normal;
    font-size: .9375em;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: .1em
}

.press-date {
    margin-bottom: 8px;
    font-weight: 500;
    font-style: normal;
    font-size: .875em;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #888
}

.press-article img {
    width: 100%
}

.press-more {
    font-size: .875em;
    line-height: 1.5em
}

.divider-top,.divider-top-thick {
    padding-top: 30px;
    margin-top: 30px;
    border-top-style: solid;
    border-top-width: 1px
}

.divider-top--blank {
    border: 0
}

.divider-top-thick {
    border-top-width: 5px
}

.divider-bottom,.divider-bottom-thick {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.divider-bottom-thick {
    border-bottom-width: 5px
}

.divider-top,.divider-bottom {
    border-color: #bbb
}

.divider-top-thick,.divider-bottom-thick {
    border-color: #f2f1e2
}

.press-date {
    margin-bottom: 8px;
    font-weight: 500;
    font-style: normal;
    font-size: .875em;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #888
}

#cart-main,#press-room .press-list li,#press-room #pagination,#press,#pitch {
    display: inline;
    float: left;
    width: 93.75%;
    margin-left: 3.125%;
    margin-right: 3.125%
}

aside {
    display: none;
    border-left: solid 1px #bbbbbb;
    padding-left: 20px;
    display: inline;
    width: 220px;
    float: right;
}

aside .subsection {
    padding-top: 20px;
    margin-top: 20px;
    border-top-color: #bbb
}

aside #question-callout a {
    background-position: 0px 2px
}

aside h4 {
    margin-bottom: 10px
}

aside .subsection a {
    text-decoration: none
}

aside .book-thumb {
    margin: 0
}

.callout {
    border-radius: 4px;
    padding: 8px;
    background-color: #f6f5ea;
}

.video-container-blog {
    position: relative;
    overflow: hidden;
    margin-left: 0;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    margin-left: 0;
}
  
/* Hide the images by default */
.mySlides {
    display: none;
}
  
/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
  
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
  
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
  
/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
  
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
  
/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
  
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

.related-item {
    color: var(--primary);
}

.related-item:hover {
    color: var(--primary-hover);
}

.divider {
    margin-block-end: 20px;
    margin-left: 0;
}

.hero-image-banner[data-banner-blog] {
    margin-block-start: -16px;
}

.hero-image-banner[data-banner-blog] .img-container {
    background-image: url(../images/banner-blog.webp);
    color: var(--on-background);
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 260 / 50;
}

@media only screen and (max-width: 480px) {
    aside .book-thumb {
        margin: 0;
        float: none
    }
}

@media only screen and (min-width: 769px) {
    .content-with-sidebar {
        display: inline;
        float: left
    }

    aside {
        display: inline;
        width: 220px;
        float: right
    }

    aside .book-summary {
        clear: both;
        padding-top: 10px
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #main {
        width:640px;
        margin: 0 auto 48px
    }

    .content h2.title {
        width: 620px
    }

    .content-with-sidebar,.content-with-sidebar h2.title {
        width: 380px
    }
}

@media only screen and (min-width: 1025px) {
    #main {
        width:960px;
        margin: 0 auto 48px
    }

    .content h2.title {
        width: 940px
    }

    .content-with-sidebar,.content-with-sidebar h2.title {
        width: 700px
    }

    #press-room .press-list li,#press-room #pagination,#press,#pitch,#about,#basic {
        width: 700px
    }

    .about-people {
        margin-left: -10px!important;
        margin-right: -10px!important
    }

    #help,#faqs {
        width: 700px
    }

    .press-title {
        margin-left: 120px;
    }

    .press-thumb {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        height: auto;
        border-radius: 50%;
        width: 100px; /* Ajusta el tamaño según tus necesidades */
        height: 100px; /* Asegúrate de que sea un cuadrado */
        object-fit: cover; /* Esto garantiza que la imagen se ajuste dentro del círculo */
    }

    .press-article h3,.press-date,.press p {
        margin-left: 120px;
    }

    .press-list--search .press-title,.press-list--search .press p {
        margin-left: 0;
    }

    .press-article h3,.press-date,.press p {
        margin-left: 120px;
    }

    .video-container-blog {
        margin-left: 120px;
    }

    .slideshow-container {
        margin-left: 120px;
    }

    .divider {
        margin-left: 120px;
    }
}