@charset "UTF-8";
:root {
  --bs-blue: #a92442; /*#0d6efd;*/
  --bs-indigo: #6610f2;
  --bs-purple: #5533ff;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #a92442;
  --bs-secondary: #bc955d; /* #6c757d; */
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 169, 36, 66;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #a92442;
  --bs-link-hover-color: #86162f;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
/*body{
    color: #292121;
}*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 200;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #a92442;
    --bs-btn-border-color:#a92442;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #86162f;
    --bs-btn-hover-border-color: #86162f;
    --bs-btn-focus-shadow-rgb: 111, 82, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #86162f;
    --bs-btn-active-border-color: #86162f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ef4168;
    --bs-btn-disabled-border-color: #ef4168;
}
.text-primary{
    color: #a92442 !important;
}
a{
    color: #b12642;
    text-decoration: none;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover{
    color: #fd628a;
}
.text-justify{
    text-align: justify;
}
.bg-primary {
    background-color: #a92442 !important;
}
#main-nav{
 background-color: #a92442 !important;
}
.custom-logo-link img.img-fluid{
 max-width: 228px;
}
.entry-title{
    text-align: start;
}
.card{
    overflow: hidden;
}
.titulo-redes{
    text-align: center;
    font-size: 1.2rem;
}
.menu-redes-sociales-footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.menu-redes-sociales-fixed{
    position: fixed;
    top: 35%;
    left: 0;
    z-index: 1;
} 

.menu-redes-sociales-footer ul.social{
    display: inline-flex;
}

.menu-redes-sociales-fixed ul.social{
    display: flex;
    flex-direction: column;
    background-color:#ffffff66;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-redes-sociales-fixed:hover ul.social{
    background-color:#ffffff;
}
ul.social{
    list-style: none;
    justify-content: center;
    border: solid 1px #c6c6c6;
    width: auto;
}
.menu-redes-sociales-footer ul.social{
    border-radius: 2rem;
    padding: 0.25rem 1rem;

    margin:1rem auto 3rem auto;
}

.menu-redes-sociales-fixed ul.social{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 0.25rem 0 0.25rem 0.5rem;
    margin: 0;
}
ul.social li{
    margin: 0 1rem 0;
}

ul.social a{
    font-size: 2.5rem;
    color: #a12242;
}
ul.social a:hover{
    color: #bc955d;
}
.menu-redes-sociales-fixed ul.social a{
    opacity: 0.5;
}
.menu-redes-sociales-fixed ul.social a:hover{
    opacity: 1;
}
.menu-redes-sociales-footer ul.social a:hover{
    
    font-size: 2.7rem;
}

#wrapper-footer{
    background-color: #a92442; /* #212529; */
}
.site-info{
    color: #fff;
}
/* blog */

.home .wp-post-image{
    display: none;
}

.entry-footer span{
    margin-right: 0.25rem;
}
.posted-on{
 font-family: Impact, Haettenschweiler;
    font-size: 1rem;
}
p{
    text-align: justify;
    font-weight: 300;
}

.single .entry-title {
    text-align: start;
    border-left: solid 10px #b12642;
    padding-left: 1rem;
     background-color: #f2f2f2; 
    /* border-top-right-radius: 0.25rem; */
    border-bottom-right-radius: 0.25rem;
    margin-top: 3rem;
}
[data-bs-theme=dark].single .entry-title {
    color: #ffffff;
    background-color: #00000040; 
}

.entry-comments .comment-list .comment-content {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    font-size: 15px;
    padding: 24px 24px 67px;
}

.post-navigation{
    margin: 3rem 0;
    padding: 1rem;
    border-radius: 0.25rem;
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}

h2.comments-title {
    background-color: #212529;
    color: #ffffff;
    font-size: 1.5rem;
    padding: 0.35rem 1rem;
    border-radius: 0.25rem;
    margin-bottom: 3rem;
}
.comment-list .children {

    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: var(--bs-card-border-radius);
    padding: 0.25rem 0.25rem 0.25rem 3rem;
    margin: 1rem;
}

div#right-sidebar li {
    background-color: transparent;
    border-bottom: solid 1px #f2f2f2;
    
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
div#right-sidebar li:last-child {
    border-bottom: none;
}
div#right-sidebar li:hover {
    background-color: rgba(129, 129, 129, 0.5)
}
/* color themes */
.d-dark{
    display: none;
}
.d-light{
    display: block;
}
/*[data-bs-theme=dark]{
    
    --bs-body-bg: #a92442;
}*/
[data-bs-theme=dark] .d-dark{
    display: block;
}
[data-bs-theme=dark] .d-light{
    display: none
}
.accordion-button:not(.collapsed) {
    color: #a92442;
    background-color: #bc955d;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    font-weight: bold;
    font-size: 1.2rem;
}