#artic {
    font-size: 16px;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    line-height: 27px;
    font-family: "open_sansregular";
    color: #393939;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: block;
}

img {
    max-width: 100%;
}

.form_image_wrap_image {
    margin: 0 auto -88px;
}

.form_image_wrap_image {
    max-width: 190px;
    position: relative;
}

.form_image_wrap_image img {
    width: 100%
}

.form {
    width: 100%;
}

.form_wrap {
    max-width: 300px;
    margin: 0 auto;
    padding: 89px 13px 16px;
    box-shadow: 0 0 20px 13px #00000026;
}

.form_wrap form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form_wrap label {
    display: block;
    margin-top: 13px;
    width: 240px;
    margin: 0 auto;
}

.descount,
.termina {
    text-align: center;
}

.termina {
    margin-bottom: 10px;
}

.descount {
    color: #3578e5;
    font-size: 27px !important;
    font-weight: bold;
}

.horas {
    display: flex;
    justify-content: center;
    color: #80808069;
}

.horas div {
    text-align: center;
    margin-right: 5px;
    font-weight: bold;
}

#price {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px auto;
    font-size: 24px;
}

#price .price_new {
    margin: 0px 5px;
    color: #3578e5;
    text-shadow: 4px 4px 3px #00000033;
}

#price .price_old {
    margin: 0px 5px;
    color: #80808069;
    text-decoration: line-through;
}

input {
    display: block;
    border: 1px solid #3578e563;
    height: 31px;
    padding-left: 10px;
    width: 238px;
    margin: 0 auto;
}

.btnn {
    height: 59px;
    background: #3580ed;
    margin: 10px 0;
    border: 1px solid #3580ed;
    color: white;
    font-weight: bold;
    letter-spacing: 5px;
}

.sus {
    display: flex;
    align-items: center;
}

.sus_wrwp_img {
    width: 15px;
    margin-right: 5px
}

.sus_wrwp_img img {
    width: 100%
}

.sus_text {
    color: gray;
    font-size: 12px;
}

.header-mob {
    display: none;
}

@media (max-width: 768px) {
    .top-header {
        display: none;
    }
    html {
        all: unset;
        background-color: #fff;
    }
    body {
        background-color: #fff;
    }
    #ec_cab_column-12 {
        display: none;
    }
    header,
    .template-ec-12 .block-buttons {
        display: none;
    }
    .header-mob {
        display: flex;
        background: #fff;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        border-bottom: 1px solid;
        margin-bottom: 30px;
    }
    .header-mob img {
        width: 240px;
    }
    .seccion-internas-articulo .content {
        width: auto;
    }
    .col-left-general {
        width: 100%;
        margin: 0!important;
    }
    .col-left-general .autor-articulo,
    .template-ec-13 .autor-articulo .left .descripcion-autor {
        width: -webkit-fill-available;
        width: -moz-available;
        width: -webkit-fill-available;
        width: fill-available;
    }
    .template-ec-12,
    .template-ec-13 {
        padding: 0 20px!important;
        margin: 0;
    }
    .template-ec-12 .block-image figcaption.caption-img {
        margin-top: 20px;
    }
    .menu-footer {
        width: 100%;
    }
    #zlpa,
    #zpla2,
    .contenedor-google-noticias {
        display: none;
    }
    .cierre-pata {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: -webkit-fill-available;
        width: -moz-available;
        width: -webkit-fill-available;
        width: fill-available;
        background: none;
    }
    .cierre-pata .creditos-sitio {
        margin: 10px;
    }
    .network-footer {
        display: none;
    }
    .template-ec-12 .headline {
        margin-left: 0;
        font-size: 36px;
    }
    .template-ec-12 h2.lead.cita {
        margin-left: 0;
    }
    .template-ec-12 .block-image,
    .template-ec-13 .block-tags .sector-topics,
    .template-ec-13 .block-date {
        margin-left: 0;
    }
}