*{
    /*box-sizing: border-box;*/
}
@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,600,700|Nunito+Sans:300,400,600,700,800&display=swap');
#main-menu>div img {
    /*width: 100%;
    object-fit: cover;*/
}
.banner-blog {
    background: none;
    position: relative;
}
#banner {
    background-image: url(../imagenes/blog/blog-poliplasto-banner.webp);
}

.banner-blog-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-banner-anchor {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 15px 28px 15px 48px;
    border-radius: 4px;
    font-size: 12px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .10em;
    line-height: normal;
    box-sizing: border-box;
    transition: all 0.3s;
    overflow: hidden;
    background: #01b2e5;
    padding: 15px;
    cursor: pointer;
    text-decoration: none;
}

.tarjetas-blog-container{
    margin: 0 auto;
}
section#blog-body {
    width: 100% !important;
    box-sizing: border-box;
}
.tarjeta-blog {
    background-color: #fff;
    box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.05);
    max-height: 450px;
}

.tarjeta-img {
    width: 100%;
    max-height: 210px;
    object-fit: cover;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
    font-size: 12px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .10em;
    line-height: normal;
    box-sizing: border-box;
    transition: all 0.3s;
    border: none;
    overflow: hidden;
    background: #01b2e5;
    cursor: pointer;
    width: 200px;
    text-align: center;
    letter-spacing: 0.05em;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
    transition: 0.3s all;
    font-family: 'Nunito Sans', sans-serif ;
}
.dropdown-menu a {
    padding: 10px;
    text-decoration: none;
    color: #333;
    display: block;
    text-align: left;
    cursor: pointer;
}

.dropdown-menu a:hover {
    background-color: #f2f2f2;
}


/***Interior de blog ***/

.blog-titulo-img {
    position: relative;
    height: 300px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin: 0;
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}

.blog-titulo-img h1 {
    position: relative;
    z-index: 3;
    margin: 0;
    font-size: 32px;
}

.blog-titulo-bg {
    background-color: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.blog-titulo-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    top: 0;
}

body {
    background-color: #fff !important;
}

.section-icon a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
}

.current-blog {
    cursor: default !important;
}

.section-icon .fa-chevron-right {
    color: #fff;
}

.blog-back {
    text-decoration: none;
    color: #27306d;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s all;
}

.blog-back:hover {
    color: #01b2e5;
}

section#blog-body ul li {
    margin-bottom: 10px;
}
section#blog-body ul {
    margin-bottom: 30px;
}

section#blog-body img {
    position: relative;
    display: block;
    object-fit: cover;
    margin-top: 10px;
    margin-bottom: 20px;
}

/*
Blog cards
*/

.blog-info-tags {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 8px;
    /* color: #646464; */
    font-weight: 500;
}

.tarjetas-blog-info-container h3 {
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 700;
}
p.leermas a {
    font-size: 13px;
}
.leermas {
    margin-top: 10px !important;
    color: #01b2e5 !important;
}

.blog-info-tags i {
    color: #01b2e5;
    margin-right: 5px !important;
    display: inline-table;
}
#main-menu>div img { 
    padding-left: 15px;
    padding-bottom: 0px;
}
#breadcrumb {
    margin-bottom: 2px; 
}


@media(max-width:992px) {

    section#blog-body img {
        width: 100%;
        margin-bottom: 10px;
    }
}

/*
*Blog interior
*/
.blog-titulo-img h2 {
    color: #ffffff;
    z-index: 99;
    position: relative;
    font-size: 40px;
    font-weight: 500;
}
h1.blog-title {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #27306d;
    font-weight: 600;
}
section#blog-body h3 {
    margin-bottom: 0px;
    font-weight: 800;
}
section#blog-body ::marker {
    color: #01b2e5;
}

.blog-titulo-info {
    display: flex;
}
a.cta-btn.bgceleste.blog-btn-back {
    text-decoration: none;
    margin-right: 20px;
    padding: 10px 15px 10px 50px;
    display: flex;
    align-items: center;
}
.blog-titulo-info .cta-btn .fas {
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all 0.1s;
    transform: rotate(180deg);
}
section#blog-titulo .blog-info-tags {
    display: flex;
    align-items: center;
}
section#blog-body b {
    font-weight: 600;
}
section#blog-body h2 {
    margin-top: 15px;
}
.blog-info-tags .titulo-fecha {
    margin-right: 20px;
}
section#blog-titulo .blog-info-tags {
    display: flex;
    align-items: center;
    margin: 0px;
    margin-left: 25px;
}
p.call-to-action {
    color: #01b2e5;
    font-size: 22px;
    margin-top: 25px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-img-body {
    width: auto !important;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

@media(max-width: 765px) {
    h1.h4.blog-title {
            font-size: 32px !important;
        }
    p.call-to-action br {
        display: none !important;
    }
    section#blog-body
    {
        margin-bottom: 20px;
    }    
    .blog-titulo-info.container {
        display: flex;
        flex-flow: column;
        width: 100%;
        box-sizing: border-box;
    }
    a.cta-btn.bgceleste.blog-btn-back {
        margin-bottom: 25px;
        width: 220px;
        
    }
    section#blog-titulo .blog-info-tags {
        flex-flow: column;
        align-content: start;
        flex-wrap: wrap;
        margin-left: 0px;
        width: fit-content !important;
    }
    .blog-info-tags .titulo-fecha {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .blog-titulo-info .blog-tags {
        width: 100%;
    }
    h1.h4.blog-title {
        margin-top: 5px;
    }
    section#blog-body.pb-90 {
        margin-bottom: 0px;
        padding-bottom: 40px;
    }
}