/*
 * Autor CSS: by Milay Pava -  Webmaster Senior - Milai Pava
 * Interfaz de usuario, Apps y mobile, Avanzada Wordpress, Diseño, desarrollo e implementación Sitios Web y Marketing Digital - Optimización de contenidos - SEO - Branding
 ** Do not remove the developer's name from the code. The developer's name must remain in the code so that the work can be properly attributed.
 *** No elimine el nombre del desarrollador del código. El nombre del desarrollador debe permanecer en el código para que se pueda atribuir correctamente el trabajo.
 */
a, a:active, a:focus {
   outline: none !important;
}
 .page-header {
    padding: 0 0 0 0;
}
 .center,
.imgcenter{
    text-align: center;
}
.ligreen li {
    list-style-type: none;
    background-image: url(https://implementarseguridadsgsst.com/wp-content/uploads/bullet.svg);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position-y: top;
    background-size: 32px;
    padding-bottom: 10px;
}
.ligreen ul, ol {
    margin: 0;
}
body h2 {
    font-family: Lexend;
    font-weight: 900;
    font-size: 22px;
}

.tb h2{
    color: #FFFFFF;
}

body div#n2-ss-2 .n2-style-107cb0e4b96e295f0c4852cfc0854d07-heading:hover {
    background: #828181ab;
}

.page-header-title,
#hidetit .widget-title,
.published{
    display: none;
}

#site-logo #site-logo-inner a img {
    width: 230px;
    padding: 10px 0;
}

#main #content-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.tt1 h3 {
    color: #606060;
    border: 0;
    padding: 0;
    text-align: center;
    font-size: 50px;
}

.ttb h3{
    color: #FFFFFF;
    border: 0;
    padding: 0;
    text-align: center;
    font-size: 50px;
}

.btn1 a {
    text-decoration: none !important;
    background: #000 !important;
    padding: 14px 20px 9px !important;
    font-size: 22px !important;
    border-radius: 0 !important;
    border: 0 !important;
    font-family: 'Bebas Neue';
border:1px solid #000 !important;
}

.btn1 a:hover {
    background: #D3A846 !important;
border:1px solid #FFF !important;
}

body #site-navigation-wrap .dropdown-menu>li>a {
    font-size: 18px;
}

body nav{
    margin-top: 34px;
}

body .dropdown-menu ul li a.menu-link {
    text-transform: none;
}

/* NOTICIAS HOME */

#not .listing-item {
    margin-bottom: 2%;
    display: inline-block;
}

#not .image {
    width: 40%;
    float: left;
    padding-right: 5%;
    border-right: 3px solid #FFF;
    margin-right: 2%;
}

#not .title {
    float: right;
    width: 57%;
    color: #FFF;
    text-decoration: none;
    font-size: 22px;
}

#not .excerpt{
    float: right;
    width: 57%;
    color: #c6c6c6;
    text-decoration: none;
    font-size: 18px;
}

#not .excerpt-more{
    display: block;
    text-decoration: none;
    background: #000;
    width: 85px;
    text-align: center;
    color: #FFF;
    padding-top: 4px;
    font-family: 'Bebas Neue';
}

#not .excerpt-more:hover {
    background: #D3A846 !important;
}

.post-in-category-blog h3{
    font-size: 22px;
    font-family: Lexend;
    font-weight: 900;
}

.category-blog #main #content-wrap,
.post-in-category-blog #main #content-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-post.content-max-width .thumbnail{
    margin-top: 0 !important;
}

body #footer-widgets .footer-box .widget-title {
    font-size: 30px;
    border: 0;
    padding: 0;
}

body  .site-footer .widget_nav_menu li {
    padding: 0 !important;
    border-bottom: 0;
    border-top: 0 !important;
}

/* FORM */

.col3 {
    width: 32%;
    float: left;
}
.colmgL {
    margin-right: 2%;
}

.srv .wpcf7-list-item{
    width: 100%;
    float: left;
}

.mt {
    margin-top: 20px;
    display: inline-block;
}

body .rt-wpls .slick-slide img {
        display: inline-block;

}

/* CSS MEDIA 480 */

@media only screen and (max-width: 768px) {

body {
        font-size: 16px !important;
        line-height: 1.6 !important;
}

.col3 {
    width: 100%;
    float: left;
}
.colmgL {
    margin-right: 0;
}

body h2 {
    font-size: 16px;
}

#not .listing-item {
    margin-bottom: 20%;
}

#not .image {
    width: 100%;
    border-right: 0;
}

#not .title {
    float: right;
    width: 100%;
}

#not .excerpt{
    width: 100%;
}

.site-footer {
    font-size: 17px;
}

}/* FIN CSS MEDIA*/