/* biosegur */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

*:focus,
button.btn.btn-buscartop:focus,
button.btn.btn-buscartop:active {
    outline: none
}

*::placeholder {
    padding-left: 4px
}

::-webkit-scrollbar {
    width: 15px;
    background: #4e4e4e
}

::-webkit-scrollbar-thumb {
    background-color: var(--color-marca2);
}

::-webkit-scrollbar-thumb:hover {
    background: #2196F3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
    background-color: #2196F3;
}

body {
    --color-navbar: #4e4e4e;
    --color-hover_navbar: #fff;
    --bkgclr-hover_navbar: #333e48;
    --color-open_navbar: #fff;
    --bkg-open_navbar: #333e48;
    --color-drpmenu: #fff;
    --color-drpmenu_a: #4e4e4e;
    --bkg-drpmenu_a: #fff;
    --color-hover_drpmenu_a: #fff;
    --bkg-hover_drpmenu_a: #9e0000;
    --color-higtd_drpmenu_a: #fff;
    --bkg-higtd_drpmenu_a: #9e0000;

    --color-marca1: #ec1f24;
    --color-marca2: #858585;
    --color-marca3: #00afe1;
    --color-marca4: #039693;
    background: #F0F0F0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-family: 'Poppins';
}

h6 {
    border-bottom: 1px solid var(--color-marca2);
}

body.ofertas {
    padding-top: 105px;
}

div#barraDemo {
    width: 100%;
    position: fixed;
    background: rgba(255, 0, 0, 0.8);
    bottom: 0;
    z-index: 999999;
    padding: 0;
    margin: 0
}

div#barraDemo p {
    padding: 15px;
    text-align: center;
    color: #fff;
    margin: 0
}

div#barraDemo p img {
    position: relative;
    top: -2px;
}

div#barraDemo i {
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 99999999
}

.top-bar {
    background: var(--color-marca1);
    border: 0
}

.top-bar a {
    color: #fff
}

.top-bar .search {
    display: none
}

ul#menutop {
    margin-bottom: 0;
}

.suscripcion .fa-envelope:before {
    content: "\f1d8"
}

header#header {
    z-index: 100;
}

.navbar-header {
    padding-top: 0;
}

.navbar-default {
    background: #F0F0F0;
    box-shadow: none;
}

.navbar-fixed-top .navbar-collapse {
    padding: 0 15px
}

.navbar-default .navbar-nav > li > a {
    font-weight: 400;
    color: #fff
}

.navbar-nav.navbar-left > li > a {
    font-weight: 400;
    color: #444;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.dropdown-menu {
    background: rgba(0, 0, 0, 0.85);
    color: #fff
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: var(--color-marca1);
    color: #fff
}

.menu-info {
    position: absolute;
    width: 100%;
    background: #490a5e;
    left: 0;
    top: 95%;
    padding-left: 10%;
}

.buscador-mobile {
    display: none;
}

/***** MENU *****/
/*#navbar-menu-superior .dropdown-menu {
    width: 5000px !important;
    max-width: 500px !important
}

#navbar-menu-superior .navbar-nav > li > .dropdown-menu > li {
    float: left;
    width: 33.33% !important;
}*/

/****************/

form#top-buscar {
    width: 450px;
    margin-top: 0;
    position: absolute;
    top: -55px;
    left: 28%
}

input.search-form,
input.search-form:hover,
input.search-form:focus {
    width: 440px;
    -webkit-box-shadow: 0 6px 8px -10px rgba(0, 0, 0, .5);
}

.btn-buscartop {
    background: transparent;
}

.caja_func_sup {
    margin-top: 13px;
}

#nombre_usuario:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f007";
    font-size: 20px
}

a.ircarrito:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f290";
    font-size: 20px
}

.registracion:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f234";
    font-size: 20px
}

#login_sup:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f090";
    font-size: 20px
}

.terminar_sesion_top:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f08b";
    font-size: 20px
}

.cambiar_cuenta_top:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f013";
    font-size: 20px
}

div#carrito_top {
    float: right;
    margin-top: 8px;
    margin-left: 16px;
}

#cantidad_carrito.badge {
    background: var(--color-marca1)
}

ul.nav.navbar-nav {
    margin-left: 0;
    margin-top: 0
}

/***** HOME *****/
.title-sol {
    font-family: 'calibri', sans-serif;
}

.ofertas .container.general {
    margin-top: 0;
}

.container.general {
    margin-top: 3%;
}

.style2 .title-sol span,
.title-sol.style2 span {
    background: #f0f0f0;
}

.product:hover {
    background: #fff;
}

.featuredImgLook2 .inner:hover,
.product:hover {
    border: 1px solid var(--color-marca2);
}

.price-standard {
    color: var(--color-marca1);
    font-weight: 100
}

.price-sales {
    color: var(--color-marca2);
    font-weight: 100
}

.price {
    margin-bottom: 5%;
    font-weight: 100
}

.spot_ofertas_inf img {
    width: 50%;
    margin-top: 3%
}

p.iva {
    background: #f0f0f0;
}

.datos-footer {
    background: #fff;
    padding: 3% 8%
}

.datos-footer h1 {
    font-size: 20px;
    color: #444
}

.datos-footer li {
    padding: 8px 0
}

.favButton {
    color: var(--color-marca3)
}

.favButton.favCaja {
    padding-right: 20px;
    padding-top: 20px
}

.favButton.favCaja:hover {
    font-size: 25px;
    padding-right: 20px;
    padding-top: 20px;
    color: var(--color-marca3);
}

.favButton.favDetalle:hover,
.favButton.activo {
    color: var(--color-marca3)
}

.favButton.favLista:hover {
    font-size: 25px;
    color: #4e4e4e
}

a.favoritos_top {
    float: left;
    color: var(--color-marca1)
}

.container.leyenda_slide h1 {
    color: #490a5e;
    font: 700 80px Poppins, sans-serif !important;
    /* margin-top: 130px; */
    text-shadow: none !important;
    position: absolute;
    width: 45%;
    top: 120px;
    right: 10%;
}

footer {
    background: #35c4a5;
    padding: 30px 0;
    text-align: center;
    color: #490a5e;
}

/***** CONTENIDOS *****/
.breadcrumb {
    background: #fff
}

input#cantidad {
    width: 80px;
}

.productFilter {
    border-top: 0
}

#detalle .details-description {
    border: 0
}

.cart-actions {
    border-bottom: 0
}

.stButton {
    background: #F0F0F0;
}

.stButton:after {
    color: #444 !important;
}

.socialIcon a {
    background: #F0F0F0 !important;
    color: #ccc !important
}

span.st_googleplus_large {
    display: none
}

span.st_facebook_large:hover .stButton:after {
    color: #3b5998 !important
}

span.st_twitter_large:hover .stButton:after {
    color: #00acee !important
}

.detalle-form {
    background: #f5f5f5;
    border-top: 4px solid var(--color-marca1);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li:hover > a {
    background: var(--color-marca2);
}

.nav-tabs {
    border-bottom: 3px solid var(--color-marca2);
}

.modal-header-primary {
    background: #000
}

.modal-prod-agregado-container h5 {
    padding: 10px;
    margin: 0 !important;
    text-align: center;
}

.modal span#nombre_prod_alert {
    color: #000
}

.orderStep li.active {
    background: var(--color-marca1);
}

.orderStep li {
    background: var(--color-marca2);
    color: #fff
}

.orderStep li.active:after {
    border-top-color: var(--color-marca1) !important
}

.cartFooter,
.cartTableHeader,
tr.CartProduct,
.cartMiniTable,
table#entrega,
table#resumen {
    background: #fff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: #000;
    border: 0
}

.navbar-lateral .ley_cate_lateral_xs {
    font-family: Calibri, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    transition: 0.5s;
    border: 2px solid #85b0be;
}

h4.panel-title.panel-title-filtros {
    padding-left: 0;
    font-weight: 600
}

h4.panel-title {
    padding-left: 10px;
    text-transform: unset !important;
    font-weight: 400
}

.change-view a {
    background: #fff
}

.content_marcas {
    margin: 2% 0;
}

.financiacion {
    color: var(--color-marca4);
}

.detalle .detalle_producto .financiacion {
    font-size: 20px
}

.detalle .detalle_producto .financiacion br {
    display: none;
}

.verdoc a.le {
    background: var(--color-marca1);
    padding: 10px 20px;
    border-radius: 5px;
    line-height: 5;
    color: #fff;
}

.item_downloads {
    border-bottom: 1px solid #ccc;
    background: #fff;
    border-radius: 10px;
    padding: 0 20px 5px;
}

a.lkdesc {
    color: var(--color-marca1);
}

/***** BOTONES *****/
.ofertas .btn-compra {
    margin-top: 5%;
}

input#boton_compra,
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
input#iniciarpago,
button#iniciarpago {
    background: var(--color-marca1);
    color: #fff;
}

input#boton_compra:hover,
.btn-default:hover,
.btn.btn-compra:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-primary:hover,
input#iniciarpago:hover,
button#iniciarpago:hover {
    background: var(--color-marca2);
    color: #fff;
}

input#boton_compra {
    position: absolute;
    left: 20%;
    top: 35%;
    border: 0;
}

.seguir_superior,
.seguir_inferior {
    display: none
}

/***** MEDIA *****/
@media (min-width: 1920px) {
    form#top-buscar {
        left: 42% !important;
    }

    .menu-info {
        padding-left: 20%
    }
}

@media (max-width: 1280px) {
    form#top-buscar {
        left: 36% !important;
    }
}

@media (max-width: 480px) {

    body.ofertas,
    body {
        padding-top: 100px;
    }

    header#header {
        top: 6%
    }

    .top-bar {
        position: fixed;
        z-index: 11;
        top: 0;
        width: 100%
    }

    div#leyenda_gral_top {
        top: 0;
        position: fixed;
        z-index: 100
    }

    div.item-slide.imagen-slide-2 {
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .ban-top-izquierda {
        width: 50%;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
    }

    ul.nav.navbar-nav {
        margin: 0;
    }

    .container > .navbar-header,
    .container > .navbar-collapse {
        margin: 0;
        padding: 0
    }

    #micuenta_top.cart_top {
        text-align: right;
    }

    #micuenta_top.cart_top span a:nth-child(1) {
        padding-right: 10px;
    }

    .navbar-nav > li {
        margin-top: 10px
    }

    .menu-info {
        position: relative;
        padding-left: 0;
        top: auto;
        background: #fff;
    }

    form#top-buscar {
        display: none;
    }

    input.search-form,
    input.search-form:hover,
    input.search-form:focus {
        width: 95%;
    }

    li.open {
        background: #000;
    }

    .spot_ofertas_inf img {
        width: 100%;
    }

    nav#navbar-sidebar {
        display: none;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover,
    .dropdown-menu {
        background: var(--color-marca2);
        color: #fff;
    }

    .navbar-default {
        top: 5%;
        -webkit-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, .5);
        box-shadow: 0 20px 25px -30px rgba(0, 0, 0, .8);
    }

    .navbar-default .navbar-nav > li > a {
        color: #000;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }

    .dropdown-menu {
        width: 100% !important;
        max-width: 100% !important
    }

    .navbar-nav > li > .dropdown-menu > li {
        float: none;
        width: auto !important;
    }

    .buscador-mobile {
        display: block;
    }

    .buscador-mobile i {
        color: #fff
    }

    .modal-buscar .modal-body {
        background: #fff;
        text-align: left;
    }

    .modal-buscar h4 {
        padding: 10px 10px 0;
    }

    .modal-buscar input.search-form {
        border: 1px solid #000;
        width: 480px
    }

    .modal-buscar h4#myModalLabel {
        padding: 5px 12px;
    }

    .modal-buscar .modal-body {
        text-align: left;
    }

    .modal-buscar form#form-buscar {
        width: 90%;
    }

    .modal-buscar input.search-form,
    .modal-buscar input.search-form:hover,
    .modal-buscar input.search-form:active {
        width: 95%
    }

    button.navbar-toggle {
        margin-top: 5%;
    }
}

div.boton_arrepentimiento a {
    border: none !important
}

.productos .price-sales,
.productos .price-standard,
.productos .price,
.ofertas .price-sales,
.ofertas .price-standard,
.ofertas .price {
    font: 700 18px "varela round", sans-serif;
}

.detalle .price-sales,
.detalle .price-standard,
.detalle .price {
    font: 700 22px "varela round", sans-serif;
}

.product-price {
    font: 700 18px "varela round", sans-serif;
}

/* fin tmpl */


.top-bar {
    background: #707070;
    padding: 0;
}

#nav > li > a {
    color: #fff;
}

.menu-info {
    background: #9e0000;
}

.navbar.navbar-default.navbar-superior {
    background: #ffffff;
    padding-top: 5px;
}

body {
    background: #ffffff;
}

.detalle-form {
    background: #ffffff;
}

.ban-top-izquierda img {
    height: 70px;
}

footer {
    background: #ebebeb;
    color: #222;
}

footer a {
    color: #000;
}

.top-bar a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: var(--color-hover_navbar) !important;
    background-color: var(--bkgclr-hover_navbar);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: var(--color-open_navbar) !important;
    background-color: var(--bkg-open_navbar);
}

.dropdown-menu {
    color: var(--color-drpmenu) !important;
    background-color: var(--bkg-drpmenu);
}

.dropdown-menu > li > a {
    color: var(--color-drpmenu_a) !important;
    background-color: var(--bkg-drpmenu_a);
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: var(--color-hover_drpmenu_a) !important;
    background-color: var(--bkg-hover_drpmenu_a);
}

.dropdown-menu > li > a.highlighted {
    color: var(--color-higtd_drpmenu_a) !important;
    background-color: var(--bkg-higtd_drpmenu_a) !important;
}

ul.subcate {
    padding-inline-start: 0px;
    display: flex;
    flex-wrap: wrap;
}

ul.subcate li {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    flex-grow: 1;
    text-align: center;
    background-color: #fff;
    margin: 0 4px 4px 4px;
}

div#hormiga h1 a {
    font-weight: 600;
}

div#hormiga h1 {
    margin-top: 0;
}

ul.pagination li {
    display: none;
}

ul.pagination li:nth-child(-n+10) {
    display: inline;
}

ul.pagination li:nth-child(10):after {
    content: "...";
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

ul.pagination li:nth-last-child(2),
ul.pagination li:nth-last-child(3),
ul.pagination li:nth-last-child(4) {
    display: inline;
}

ul.pagination li:last-child {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    color: #4e4e4e;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: #706f6f;
    border: 0;
}

.container.general {
    margin-top: 3%;
}

nav#navbar-sidebar {
    background: #fff;
}

.product {
    border: 1px solid #fff;
}

.product:hover {
    transition: .3s 0;
    -moz-transition: .3s 0;
    -webkit-transition: .3s 0;
    -o-transition: .3s 0;
    -ms-transition: .3s 0;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

h5.title-sol.style2 {
    background: #9e0000;
    border-radius: 3px;
}

h5.title-sol.style2 span {
    margin: 0;
    background-color: transparent;
    color: #fff;
    /* font-family: 'Ubuntu', sans-serif; */
    font-size: 75%;
    font-weight: 400;
}

h5.title-sol.style2:after {
    display: none;
}

body.ofertas {
    padding-top: 160px;
}



.datos-footer {
    background: #fff;
    padding: 1% 0;
}

.datos-footer .footer-top {
    border-bottom: 1px solid rgb(218, 218, 218);
    padding: 20px 15px;
    padding-top: 0px;
}

.datos-footer .footer-top img {
    margin-top: 20px;
    width: 75%;
}

.datos-footer .footer-top h3,
.datos-footer .footer-top p {
    margin: 0;
}

.datos-footer h1 {
    font-family: Calibri, sans-serif;
    font-weight: 900;
    color: #9e0000;
}

.datos-footer li {
    padding: 5px 0;
}

.datos-footer .footer-top h3,
.datos-footer .footer-top a {
    margin: 0;
    color: #9e0000;
    font-weight: 600;
}

span.ultimaact {
    display: block;
    text-align: center;
    background-color: #ebebeb;
    padding-top: 10px;
}

span.ultimaact + p {
    display: none;
}

.boton_arrepentimiento {
    display: none;
}

ul#menutop li a:hover,
ul.social-share li a:hover {
    color: #9e0000;
}

.nov_dcorta {
    float: left;
    width: 50%;
    padding-right: 5%;
    text-align: justify;
    font-weight: 500;
}

#detalle h1.titulo a {
    color: #9e0000;
}

.product-price {
    font: 700 30px "varela round", sans-serif;
    margin-top: 25px;
}

.product-title {
    font-size: 24px;
}

.productos .price-sales,
.productos .price-standard,
.productos .price,
.ofertas .price-sales,
.ofertas .price-standard,
.ofertas .price {
    font: 700 20px "varela round", sans-serif;
}

.spot_ofertas_inf img {
    width: 33%;
}

input.search-form,
input.search-form:hover,
input.search-form:focus {
    width: 300px;
    -webkit-box-shadow: 0 6px 8px -10px rgba(0, 0, 0, .5);
}


input.search-form:hover input.search-form:focus {
    border: 1px solid #ddd;
}

form#top-buscar {
    left: 36%;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -185px;
}

input.search-form {
    background: #fff;
    border-bottom: 1px solid #707070 !important;
    border: 0px;
    border-radius: 0px;
    width: 300px;
    color: #707070;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
}


form#top-buscar {
    left: 42%;
}



.spot_ofertas_inf img {
    margin-top: 0;
    padding: 15px;
}

.spot_ofertas_inf > img {
    width: 33.333333%;
}

.spot_ofertas_inf > img + img {
    width: 41.666666%;
}

.spot_ofertas_inf > img + img + img,
.spot_ofertas_inf > img + img + img + img {
    width: 25%;
}

.spot_ofertas_inf .img-responsive {
    border: 0;
}

.content_marcas .cajamarca {
    border: 1px solid #fff;
}

.content_marcas .verprod {
    background: #9e0000;
    display: block;
}

.content_marcas .verprod a {
    color: #fff;
}

.content_marcas {
    margin: 5% 0;
}

.row.noticiashome .mas_nov {
    display: none;
}

body.ofertas {
    padding-top: 110px;
}


@media (max-width: 480px) {
    .datos-footer {
        padding: 0;
    }

    .container.datos-footer > .row {
        padding: 0 15px;
        margin-left: 0;
        margin-right: 0;
    }

    .spot_ofertas_inf img {
        width: 100%;
    }

    .navbar.navbar-default.navbar-superior.navbar-fixed-top {
        top: 25px;
    }

    .ban-top-izquierda img {
        height: 55px;
        width: auto;
        max-width: fit-content;
        padding-top: 10px;
    }

    /*i.fa.fa-search {
        margin-top: 37px;
        color: #000;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 8px 10px;
        margin-left: 40px;
    }*/
    .social.pull-right {
        padding-right: 15px;
    }

    ul.social-share li {
        padding-right: 15px;
    }

    a.dropdown-toggle {
        padding-top: 5px;
    }

    .buscador-mobile a.btn.btn-lg {
        width: auto;
        padding: 2px 15px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

    .navbar-nav.sm-collapsible .caret,
    .navbar-nav.sm-collapsible ul .caret {
        background: #707070;
    }

    header#header {
        top: 4%;
    }

    body.ofertas {
        padding-top: 100px;
    }

    .item-slide.imagen-slide-2.slick-slide {
        height: 425px;
    }

    ul.dropdown-menu.dropdown-cart {
        background-color: #9e0000;
    }

    h5.title-sol.style2 span {
        margin: 0 auto;
        background-color: transparent !important;
    }

    .row.noticiashome3 {
        margin-left: 0;
        margin-right: 0;
    }

    div.social.pull-right .dropdown-menu li {
        padding: 20px 20px !important;
        border-bottom: 1px dotted #fff;
    }

    .detalle_producto .product-title {
        font-size: 18px;
    }
}

footer a:hover {
    color: #9e0000;
}


.modal-dialog h5.title-sol.style2 span {
    margin: 0 auto;
    color: #fff;
    background-color: transparent !important;
}

div#order-detail-content a.btn.btn-default.btn-lg.btn-block {
    display: table-cell;
}

.product h3.leyendaSinStock:before {
    font-size: inherit;
    color: #ffbf00;
}

.nov_dcorta {
    float: left;
    padding-right: 5%;
    text-align: justify;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    width: unset;
}

@media(max-width: 480px) {
    #detalle.cajam h1.titulo {
        padding: 0px 30px;
        margin-top: 20px;
        font-size: 22px;
    }

    .nov_dcorta {
    width: 84%;
    float: none;
    margin: 0 auto;
    display: block;
}
    .nov_dcorta p {
        text-align: justify!important;
}
}



/* */
