* {
    margin: 0;
    padding: 0;
}

body {
    background: #ebebeb;
}

p {
    margin: 10px 0;
}

body a:hover {
    cursor: pointer;
}

h1,
h2 {
    margin: 1em 0;
    color: #820000;
    text-align: left;
    font-weight: 400;
}

h3 {
    margin: 1em 0;
    color: #000;
    text-align: center;
    font-weight: bolder;
}

h1 {
    font-size: 40px;
    line-height: 1em;
}

h2 {
    font-size: 28px;
    line-height: 140%;
}

@media (min-width: 769px) {
    #post {
        width: 70%;
        display: inline-block !important;
    }

    #post p {
        text-align: justify;
    }
}

@media (max-width: 768px) {

    #post {
        width: 100%;
    }
}

#post {
    margin: 20px;
    max-width: 630px;
}

#bottle {
    margin: 20px auto;
    width: 220px;
    text-align: center;
    position: relative;
}

#bottle img {
    display: block;
    margin: 0 auto 20px;
}

.center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 769px) {
    #post {
        width: 67%;
    }
}

button {
    border: 0;
    cursor: pointer;
    /*appearance: button;*/
    -webkit-appearance: button;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

.w-input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}

.w-input:-moz-placeholder {
    color: #999;
}

.w-input::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.w-input:-ms-input-placeholder {
    color: #999;
}

.w-input::-webkit-input-placeholder {
    color: #999;
}

.w-input:focus {
    border-color: #3898ec;
    outline: 0;
}

@media screen and (max-width: 767px) {
    .submit-button {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .submit-button {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

.submit-button {
    border-radius: 14px;
    background-color: #00ac2b;
    box-shadow: 0 3px 6px -1px #000;
    font-weight: 700;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 20px;
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}

h1,
h2,
h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
}

h2 {
    font-size: 22px;
    line-height: 36px;
    margin-top: 20px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

@media (max-width: 991px) {

    #post {
        width: 100%;
        max-width: 100%;
        margin: 20px auto;
        padding: 0 15px;
    }
}

form {
    box-sizing: border-box;
    padding: 20px 20px 0;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

form label {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: center;
    position: relative;
}

form input {
    margin: 0 auto 15px;
}

form button {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 20px auto;
    padding: 15px;
    border: none;
    background-color: #03bd03;
    color: #fff;
}

form button:hover {
    transition: all 0.5s;
    transform: scale(1.1);
}

/*header ul {*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*    box-sizing: border-box;*/
/*    padding: 10px;*/
/*}*/

/*header ul li {*/
/*    color: #fff;*/
/*    font-size: 14px;*/
/*    font-weight: 700;*/
/*    line-height: 1.1;*/
/*    margin-right: 50px;*/
/*    margin-top: 10px;*/
/*    margin-bottom: 10px;*/
/*}*/

/*header ul li:last-of-type {*/
/*    margin-right: 0;*/
/*}*/

@media (max-width: 966px) {
    /*header ul li {*/
    /*    display: none;*/
    /*}*/
}

@media (max-width: 480px) {
    h1 {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    #post {
        margin: 0 !important;
    }

    #licznikProduktow {
        float: none !important;
        margin: 0 auto;
    }

    #licznikProduktow span:nth-child(1) {
        display: block;
    }
}

.ileProduktow {
    background-size: 100% 115%;
    font-size: 45px;
    color: #000;
    padding: 0 5px;
    border: 1px solid #000;
    border-radius: 5px;
}

#licznikProduktow {
    text-align: center;
    margin: 16px auto;
}

#licznikProduktow p {
    font-size: 18px;
    font-weight: 700;
    word-wrap: break-word;
    max-width: 388px;
    padding-top: 20px;
}

.comments ul {
    margin: 0;
    padding: 0;
}

.no {
    color: lightgray !important;
    text-shadow: 1px 1px #000;
}

.no {
    color: lightgray !important;
    text-shadow: 1px 1px #000;
}

@media (max-width: 978px) {

    /*header ul {*/
    /*    justify-content: center;*/
    /*}*/
}

.container {
    max-width: 980px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

/* .container {
  text-align: left;
  color: #ccc;
  padding-bottom: 15px;
} */

#post .inL_255526 {
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}

.inL_519850 {
    color: #ff0000;
}

.inL_575651 {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    margin-bottom: 6px;
}

.inL_904889 {
    /*max-height: 300px;*/
    margin-bottom: 0;
}

.inL_331359 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
}

.inL_765966 {
    text-decoration: line-through;
    font-weight: bold;
}

.inL_668282 {
    font-weight: 900;
    font-size: 24px;
    color: #cc0000;
}

#post .inL_117928 {
    font-size: 16px;
    text-align: center;
    line-height: 140%;
}

.inL_765221 {
    white-space: nowrap;
    color: red;
    font-weight: bold;
}


*,
::after,
::before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

/*@-ms-viewport {*/
/*    width: device-width;*/
/*}*/

article,
header,
nav,
section {
    display: block;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    /* padding-top: 205px; */
    margin: 0;
    /* min-width: 1145px; */
}

h1,
h3,
p,
ul {
    margin-top: 0;
}


p,
ul {
    margin-bottom: 1rem;
}


ul ul {
    margin-bottom: 0;
}

b {
    font-weight: bolder;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
}

button {
    text-transform: none;
}

button,
html [type="button"] {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

.h1,
.h3,
h1,
h3 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.h1,
h1 {
    font-size: 2.5rem;
}

.h3,
h3 {
    font-size: 1.75rem;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12,
.col-lg-3,
.col-lg-9,
.col-md-3,
.col-md-6,
.col-md-9,
.col-sm-12,
.col-sm-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    /*-ms-flex: 0 0 100%;*/
    /*flex: 0 0 100%;*/
    /*max-width: 100%;*/
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}


.input-group {
    position: relative;
}

.input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.d-none {
    display: none !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.text-justify {
    text-align: justify !important;
}

.text-left {
    text-align: left !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

[class*=" icon-"]:before,
[class^="icon-"]:before {
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-weight: 400;
    font-style: normal;
}

.icon {
    font-size: inherit;
    line-height: 0;
    position: relative;
    top: 2px;
    margin: 0 0.15em;
}

/*.icon-video:before {*/
/*    content: "\6b";*/
/*}*/

.icon-share:before {
    content: "\75";
}

.tab-contenido a {
    color: #000;
}

input {
    outline: 0;
}

input::-webkit-search-cancel-button,
input::-webkit-search-decoration {
    display: none;
    margin-right: 5px;
    padding-right: 20px;
}

input::placeholder {
    opacity: 0.7;
}

input:-ms-input-placeholder,
input::-ms-input-placeholder {
    color: #fff !important;
}

input::-webkit-input-placeholder {
    color: #fff !important;
}

input[type="text"]::-ms-input-placeholder {
    color: #fff !important;
}


body {
    font-family: RobotoSlab-Light, sans-serif;
}

.tabs {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 5px;
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: RobotoSlab-Regular, sans-serif;
    font-size: 1.3em;
}

#tab-button li {
    display: table-cell;
    width: 20%;
}

#tab-button li a {
    display: block;
    padding: 0.5em 0.3em;
    background: #eee;
    text-align: center;
    color: #000;
    text-decoration: none;
}

#tab-button li:not(:first-child) a {
    border-left: none;
}

#tab-button .is-active a,
#tab-button li a:hover {
    border-bottom-color: transparent;
    background: #ed1b24;
    color: #fff;
}

.tab-contents {
    padding: 0.4em 2em 1em 1em;
    background-color: #f5f5f5;
    color: #000;
    position: relative;
    top: -1px;
    margin-top: 0;
}

.seccion-principal {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 10px;
}

.tab-select-outer {
    display: none;
}

.tab-contenido p {
    font-family: RobotoSlab-Light, sans-serif;
    font-size: 1em;
    line-height: 1.2;
    overflow: hidden;
    margin-bottom: 1em;
    margin-top: 0.1em;
}

.text-vermas {
    padding: 5px;
    text-align: center;
    font-family: RobotoSlab-Light, sans-serif;
    font-weight: 600;
    background-color: #c5c5c5;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    font-size: 1.2em;
    color: #000;
}

.text-vermas:hover {
    background: #ed1b24;
    color: #fff;
}

.ultimasMasleidas .tabs {
    padding: 0 !important;
    margin-bottom: 3em;
}

.ultimasMasleidas .tabs .tab-contents {
    padding: 0.4em 0 1em !important;
    background-color: #fff !important;
}

body .content-nota .comentarios-container .redes-sociales {
    text-align: right;
}

.glyphicon {
    text-transform: lowercase;
    font-family: crhoyfonts, sans-serif !important;
    font-size: 0.8em;
    font-style: normal;
    display: inline-block;
}

.color-gobierno,
.color-nacionales {
    color: #ed1b24 !important;
}

.color-economia {
    color: #0f6635 !important;
}

.color-entretenimiento {
    color: #b82364 !important;
}

.color-caricaturas {
    color: #f24606 !important;
}

.color-rojo-crhoy,
body .content-nota .contenido .leerMasOuter:hover .labelShortCode,
body .content-nota .contenido .leerMasOuter:hover .linkShortCode {
    color: #ed1b24;
}

.fondo-rojo-crhoy {
    background-color: #ed1b24 !important;
}

body .content-nota .h1,
body .content-nota h1 {
    font-size: 2.1rem;
    font-weight: 600;
    text-align: left;
}

body .content-nota b {
    font-family: RobotoSlab-Bold, sans-serif;
    font-weight: 600;
}

body .content-nota .categoria-desktop {
    font-size: 0.7em;
    display: inline-block;
}

.tab-contenido a:hover,
body .content-nota .categoria-desktop a {
    text-decoration: none;
    color: #ed1b24;
}

body .content-nota .comentarios-container .redes-sociales .icon {
    font-size: 1.5em;
}

body .content-nota .comentarios-container a,
body .content-nota .contenido a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

body .content-nota .contenido a {
    color: #ed1b24;
}

#doctor_liked_heart img,
body .content-nota .comentarios-container {
    width: 100%;
}

body .content-nota .breadcrumbs .glyphicon {
    text-transform: lowercase;
    font-family: crhoyfonts, sans-serif !important;
    font-size: 0.8em;
}

body .content-nota .btnCommentarios {
    color: #fff;
}

body .content-nota .contenido {
    font-size: 1.2em;
}

body .content-nota .contenido ul li {
    list-style: disc;
}

body .content-nota .contenido a:hover {
    text-decoration: none;
}

body .content-nota .contenido .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

body .content-nota .contenido .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

body .content-nota .contenido img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: 100%;
    padding: 2em 0;
}

body .content-nota .contenido p img {
    padding: 0 0.5em;
}

body .content-nota .contenido a img {
    display: block;
    padding: 4px;
    margin: 1em;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    max-width: 100%;
}

body .content-nota .contenido .leerMasOuter {
    margin: 0.6em 0;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #ed1b24;
    border-top: 1px solid #ed1b24;
    padding: 0.7em 0 0.1em;
}

body .content-nota .contenido .leerMasOuter .labelShortCode {
    display: inline-block;
    border-right: 1px solid #ed1b24;
    padding: 0.4em 0 0 0.5em;
    color: #000;
    max-height: 2.3em;
    width: 15%;
}

body .content-nota .contenido .leerMasOuter .linkShortCode {
    display: inline-block;
    padding: 0 1em;
    color: #000;
    width: 85%;
}

body .content-nota .contenido .leerMasOuter .fondo-rojo-crhoy {
    background-color: #fff !important;
}

body .content-nota .ultimasMasleidas .tabs {
    padding: 0 !important;
    margin-bottom: 3em;
}

body .content-nota .ultimasMasleidas .tabs .tab-contents {
    padding: 0.4em 0 1em !important;
    background-color: #fff !important;
}

p:empty {
    display: none;
}

#order_form {
    padding: 0;
    max-width: 400px;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0 auto;
    background-size: 100% 123%;
}

#order_form span {
    font-size: 12px;
}

#order_form input {
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    /*max-width: 300px;*/
    width: 100%;
    margin-bottom: 20px;
}

#order_form button,
.btn__ch {
    box-sizing: border-box;
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgb(129 150 160/45%);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em 0.94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all 0.15s ease-in-out;
    border: 0;
    cursor: pointer;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 40px;
}

#doctor_liked_heart,
#state_close {
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}

#state_close {
    justify-content: space-around;
    border-top: 1px solid #e4e4e4;
    padding: 10px;
    color: gray;
}

#state_close a {
    /*text-decoration: none;*/
    color: gray;
}

#doctor_liked_heart {
    padding-left: 16px;
    height: 38px;
}

#doctor_liked_heart div {
    width: 20px;
    margin-left: -8px;
}

.doctor_liked_numbers {
    font-size: 10px;
    font-weight: 600;
}

.popular {
    position: relative;
    top: 5px;
    left: 15px;
    font-size: 17px !important;
}

#comments_component .item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 20px auto;
}

#comments_component .item--reply::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/reply-arrow.png") no-repeat center center / contain;
    position: absolute;
    top: 4px;
    left: 10px;
}

#comments_component .item--reply {
    padding-left: 60px;
}

#comments_component .component_ava {
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 10px 0 0;
}

.component_body {
    width: 100%;
}

#comments_component .component_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0 0 5px;
}

#comments_component .component_info_inner {
    margin-right: auto;
    background-color: #ebedf0;
    border-radius: 18px;
    display: inline-block;
    /*line-height: 16px;*/
    margin-top: 0;
    min-width: 0;
    overflow: hidden;
    padding: 12px 24px 12px 12px;
}

#comments_component .component_name {
    color: #000;
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 3px 3px;
    text-decoration: none;
}

.component_img {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    margin: 7px 0 6px;
    height: auto;
}

.component_img img {
    width: 100%;
    display: flex;
    height: auto;
    transition: all 3s ease-in;
}

.component_reposy {
    color: #929292;
    font-weight: 600;
    font-size: 14px;
    margin: 6px 0 0 12px;
    display: flex;
    flex-wrap: wrap;
}

.component_reposy b {
    word-spacing: 0 !important;
    color: #d0d0d0;
}

.component_reposy a {
    display: inline;
    margin: 0 0 0 16px;
    color: gray;
}

.btn__ch {
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn__ch:hover {
    color: white;
    text-decoration: none;
    transform: scale(1.1);
}

.soc__img {
    width: 175px !important;
    height: 34px !important;
    border: 0 !important;
    float: right;
    margin-top: -20px;
}

.content__ch img {
    margin-top: 10px;
    margin-bottom: 15px;
}

.content p {
    font-size: 17px;
}

input::placeholder {
    color: #000 !important;
}

.btnCommentarios__ch {
    color: #fff !important;
}

input:invalid {
    box-shadow: none;
}

.col-lg-9 {
    flex-grow: 1;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-12 {
        /*-ms-flex: 0 0 100%;*/
        /*flex: 0 0 100%;*/
        /*max-width: 100%;*/
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .col-md-3 {
        /*-ms-flex: 0 0 25%;*/
        /*flex: 0 0 25%;*/
        /*max-width: 25%;*/
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-9 {
        /*-ms-flex: 0 0 75%;*/
        /*flex: 0 0 75%;*/
        /*max-width: 75%;*/
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .col-lg-3 {
        flex-basis: 400px;
        /*-ms-flex: 0 0 25%;*/
        /*flex: 0 0 25%;*/
        /*max-width: 25%;*/
    }

    .col-lg-9 {
        /*-ms-flex: 0 0 75%;*/
        /*flex: 0 0 75%;*/
        /*max-width: 75%;*/
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .content-nota {
        max-width: 90%;
    }

    .content-nota .contenido {
        font-size: 1.25em !important;
    }
}

@media (min-width: 1400px) {
    .content-nota {
        max-width: 1366px !important;
    }

    .content-nota .contenido {
        font-size: 1.25em !important;
    }
}

@media screen and (max-width: 768px) {

    body {
        min-width: unset;
        padding-top: 0 !important;
    }

    input {
        border: 0;
        font-size: 1.2em;
        width: 80%;
        height: 40px;
    }

    input::placeholder {
        color: #000;
        font-family: RobotoSlab-Light, sans-serif;
    }
    /* header {
       padding-top: 75px;
    } */
}

@media only screen and (max-width: 768px) {

    body {
        padding-top: 0 !important;
        min-width: unset;
    }

    input {
        border: 0;
        font-size: 1.2em;
        width: 80%;
        height: 40px;
    }

    input::placeholder {
        color: #000;
        font-family: RobotoSlab-Light, sans-serif;
    }
}

@media (max-width: 767px) {
    .content-nota {
        max-width: 100% !important;
    }

    .content-nota .h1,
    .content-nota h1 {
        font-size: 1.5rem !important;
    }

    .content-nota h1.popular {
        font-size: 17px !important;
    }
    .content-nota .redes-sociales .icon {
        margin-right: 0.4em;
        font-size: 1.7em;
    }

    .content-nota .contenido .comentarios-container {
        margin: 0;
    }

    .content-nota .ultimasMasleidas {
        display: none;
    }
}

@media (max-width: 575px) {
    .content-nota .ultimasMasleidas {
        display: none;
    }

    .comentarios-container > div {
        text-align: center !important;
        margin-top: 1.3em;
    }
}

@media screen and (max-width: 480px) {
    #comments_component .item,
    .content__ch img {
        width: 100%;
    }

    .component_reposy {
        /*font-size: 10px;*/
        /*margin: 6px 0 0 -3px;*/
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .content-nota {
        max-width: 100% !important;
    }

    .content-nota .contenido {
        padding: 0;
    }
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    .container,
    body {
        min-width: 992px !important;
    }
}

#encabezadoNota img {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 15px auto;
}

.mob {
    display: none;
}

.desc {
    display: none;
}

@media (min-width: 991px) {
    .desc {
        display: block;
    }
}

@media (max-width: 990px) {
    .mob {
        display: block;
    }
}

.inL_89413 {
    overflow-x: hidden;
}

.inL_518263 {
    width: 95%;
}

.inL_369876 {
    width: 100%;
}

.inL_896229 {
    max-width: 550px;
    margin: 0 auto;
}

.inL_444161 {
    text-align: center;
}

.inL_99716 {
    width: auto;
}

.inL_152676 {
    text-align: center;
}

.inL_649563 {
    display: flex;
}

.inL_889481 {
    background: url(../images/1.jpg) center center / cover no-repeat rgb(235, 237, 240);
}

.inL_496225 {
    display: none;
}

.inL_883401 {
    display: flex;
}

.inL_445685 {
    background: url(../images/2.jpg) center center / cover no-repeat rgb(235, 237, 240);
}

.inL_945313 {
    display: none;
}

.inL_392953 {
    display: flex;
}

.inL_636445 {
    background: url(../images/3.jpg) center center / cover no-repeat rgb(235, 237, 240);
}

.inL_205138 {
    display: none;
}

.inL_115765 {
    display: flex;
}

.inL_145545 {
    background: url(../images/4.jpg) center center / cover no-repeat rgb(235, 237, 240);
}

.inL_630774 {
    display: none;
}

.inL_707462 {
    display: flex;
}

.inL_419989 {
    background: url(../images/5.jpg) center center / cover no-repeat rgb(235, 237, 240);
}

.inL_621503 {
    display: none;
}

.inL_267331 {
    display: flex;
}

.inL_101344 {
    background: url(../images/6.jpg) center center / cover no-repeat rgb(235, 237, 240);
}

.inL_617327 {
    display: none;
}

.inL_471603 {
    display: flex;
}

.inL_165732 {
    background: url(../images/8.jpg) center center / cover no-repeat rgb(235, 237, 240);
}

.inL_392604 {
    display: none;
}

.inL_908819 {
    display: flex;
}

.inL_357881 {
    background: url(../images/9.jpg) center center / cover no-repeat rgb(235, 237, 240);
}

.inL_391060 {
    display: none;
}

.inL_221113 {
    display: flex;
}

.inL_382012 {
    background: url(../images/10.jpg) center center / cover no-repeat rgb(235, 237, 240);
}

.inL_117221 {
    display: none;
}

.inL_187511 {
    display: flex;
}

.inL_16492 {
    background: url(../images/11.jpg) center center / cover no-repeat rgb(235, 237, 240);
}

.inL_626245 {
    display: none;
}

.inL_977755 {
    display: flex;
}

.inL_294189 {
    background: url(../images/12.jpg) center center / cover no-repeat rgb(235, 237, 240);
}

.inL_402183 {
    display: none;
}

.inL_92190 {
    display: flex;
}

.inL_169591 {
    background: url(../images/13.jpg) center center / cover no-repeat rgb(235, 237, 240);
}

.inL_74189 {
    display: none;
}

.inL_399221 {
    display: flex;
}

.inL_901349 {
    background: url(../images/14.jpg) center center / cover no-repeat rgb(235, 237, 240);
}

.inL_673650 {
    display: none;
}

.inL_374949 {
    display: flex;
}

.inL_584823 {
    background: url(../images/15.jpg) center center / cover no-repeat rgb(235, 237, 240);
}

.inL_132806 {
    display: none;
}

.inL_11096 {
    display: flex;
}

.inL_889730 {
    background: url(../images/16.jpg) center center / cover no-repeat rgb(235, 237, 240);
}

.inL_422871 {
    display: none;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.header__container {
    padding: 0 15px;
    margin: 0 auto;
}

.header__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
}

.header__left {
    display: flex;
    align-items: center;
    color: black;
    flex-basis: calc(100% / 3);
}

.menu {
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
}

.burger {
    display: block;
    width: 26px;
    height: 18px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    position: relative;
    transition: .3s ease-in-out;
}

.burger::before {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 2px solid black;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: .3s ease-in-out;
}

.menu__text {
    font-size: 14px;
    transition: .3s ease-in-out;
}

.menu:hover .burger, .menu:hover .burger::before, .menu:hover .menu__text {
    border-color: #2634a0;
    color: #2634a0;
}

.header__center {
    flex-basis: calc(100% / 3);
    max-width: 200px;
    width: 100%;
}

.header__logo {
    display: block;
    margin: 0 auto;
}

.header__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #f78f6e;
    text-transform: uppercase;
    border: 1px solid #f78f6e;
    padding: 6px;
    transition: .3s ease-in-out;
}

.header__btn svg {
    width: 14px;
    transition: .3s ease-in-out;
}

.header__btn span {
    transition: .3s ease-in-out;
}

.header__btn:hover {
    background: #f78f6e;
    text-decoration: none;
}

.header__btn:hover svg {
    fill: #fff;
}

.header__btn:hover span {
    color: #fff;
}

.header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 16px;
    flex-basis: calc(100% / 3);
    flex-shrink: 0;
}

.social {
    display: flex;
    align-items: center;
    gap: 6px;
}

.social__link {
    display: block;
    width: 22px;
    height: 22px;
    transition: .3s ease-in-out;
}

.social__link:hover {
    transform: scale(1.08);
}

.social__link svg {
    width: 100%;
}

.nav {
    background: #2634a0;
    max-height: 41px;
    overflow: hidden;
}

.nav__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #2634a0;
    width: 100%;
}

.nav__link {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-right: 1px solid #3845a8;
    transition: .3s ease-in-out;
}

.nav__link:first-child {
    border-left: 1px solid #3845a8;
}

.nav__link:hover {
    background: #3c4cc8;
    text-decoration: none;
    color: white;
}

.footer {
    padding: 15px;
    text-align: center;
}

#encabezadoNota img.pack {
    max-width: 100%;
    width: 210px;
}

.form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px 40px;
}

.form picture, #encabezadoNota img.form__pack {
    flex-shrink: 0;
    margin: 0;
}

.price {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 16px 24px;
    width: 100%;
    margin: 20px auto;
}

.price__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
}

.price__title, .price__value {
    line-height: 1;
    text-align: center;
    margin: 0;
}

.content p.price__value--old {
    font-size: 22px;
    text-decoration: line-through;
    color: #666666;
}

.content p.price__value--new {
    font-size: 24px;
    font-weight: 700;
    color: red;
}

.breadcrumbs {
    font-size: 24px;
    text-align: left;
    margin: 10px 0;
}

#encabezadoNota img.live-photo {
    display: block;
    max-width: 100%;
    width: 250px;
    margin: 10px 0 0;
    border-radius: 6px;
}

#encabezadoNota img.live-photo--horizontal {
    width: 300px;
}

.sensitive {
    position: relative;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    max-width: 550px;
    margin: 15px auto;
}

.sensitive.shown::before,
.sensitive.shown::after {
    visibility: hidden;
    opacity: 0;
}

.sensitive::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    border: 5px solid red;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    transition: all 0.3s;
}

.sensitive::after {
    content: '18+';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    font-size: 40px;
    font-weight: 700;
    color: black;
    border: 8px solid red;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

#encabezadoNota img.sensitive__img {
    display: block;
    width: 100%;
    margin: 0;
}

@media (max-width: 1023px) {
    .header__btn {
        display: none;
    }

    .col-lg-3 {
        display: none;
    }
}

@media (max-width: 767px) {
    .text-justify {
        text-align: left !important;
    }

    #encabezadoNota img.pack {
        width: 180px;
    }

}

@media (max-width: 639px) {
    .header__container {
        border-bottom: 3px solid #3845a8;
    }

    .header__main {
        /*flex-direction: row-reverse;*/
        justify-content: space-between;
    }

    .header__left, .header__center {
        flex-basis: auto;
    }

    .header__center {
        max-width: 120px;
    }

    .nav, .header__right, .menu__text {
        display: none;
    }

    .form {
        flex-direction: column;
    }
}

@media (max-width: 479px) {
    #encabezadoNota img.pack {
        width: 160px;
    }

    #comments_component .item--reply {
        padding-left: 36px;
    }

    #comments_component .item--reply::before {
        width: 30px;
        height: 30px;
        top: 2px;
        left: 0;
    }

    #comments_component .component_ava {
        width: 45px;
        height: 45px;
        min-width: 45px;
        min-height: 45px;
    }
}

