/*===================================================================*/


/*=                             = KPN =                             =*/


/*===================================================================*/


/*===================================================================*/


/*= 1. Reset =*/


/*= 2. TP = */


/*= 3. Home = */


/*= 4. Sobre nosotros =*/


/*= 5. Revista =*/


/*= 6. Contacto =*/


/*= 7. Producto =*/


/*= 8. Tienda =*/


/*===================================================================*/


/*===================================================================*/


/*=                           = 1. Reset =                          =*/


/*===================================================================*/

:root {
    --texto: 'Roboto';
    --rojo: #FF0004;
    --gris: #383838;
}

* {
    margin: 0;
    padding: 0;
    font-family: var(--texto);
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth;
}

article {
    margin: 0 !important;
}

p {
    margin: 0;
    padding: 0;
    font-family: var(--texto);
}

h1 {
    font-size: 39px !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--texto);
}

ul,
li {
    margin: 0;
    padding: 0;
}

.contenedor {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (min-width:1200px) {
    .site-main {
        width: 1100px;
        margin: 0 auto;
    }
}

.entry-header {
    display: none;
}


/*===================================================================*/


/*=                             = 2. TP =                           =*/


/*===================================================================*/

body,
.entry-content {
    margin: 0 !important;
}

.page-id-2 .site-header {
    display: none;
}

.colTexto {
    z-index: 2;
}

.texto h1 {
    margin-bottom: 10px;
    color: #000;
}

.texto p {
    text-align: justify;
}

.bloquePaises {
    margin: 0;
}

.bloquePaises strong {
    text-transform: uppercase;
    color: #000;
}

.bloquePaises .paises {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.bloquePaises .paises>li {
    width: 25%;
    margin-bottom: 10px;
}

.bloquePaises .paises>li a,
.bloquePaises .paises>li a:visited {
    color: #000;
    text-decoration: none;
    position: relative;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
}

.bloquePaises .paises>li a::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--rojo);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: .4s transform ease;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transition: .4s transform ease;
    -moz-transition: .4s transform ease;
    -ms-transition: .4s transform ease;
    -o-transition: .4s transform ease;
}

.bloquePaises .paises>li a:hover:after,
.footerTP .listaLegal ul li a:hover:after {
    transform-origin: left;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.bloquePaises .paises>li a:hover {
    color: var(--rojo);
}

.bloquePaises .accionHome,
.bloquePaises .accionHome:visited {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.imgTP {
    margin: 0;
}

.imgTP figure {
    width: 100%;
}

.imgTP figure div {
    position: relative;
    width: 100%;
}

.imgTP figure div img {
    position: absolute;
    width: 130% !important;
    max-width: 130% !important;
    height: auto;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.footerTP {
    background-color: var(--gris);
    position: relative;
    padding-bottom: 9px;
}

.footerTP::after {
    content: '';
    width: 100%;
    height: 9px;
    background-color: var(--rojo);
    bottom: 0;
    left: 0;
    position: absolute;
}

.footerTP .listaLegal {
    margin: 0;
    padding: 20px 0;
}

.footerTP .listaLegal ul {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerTP .listaLegal ul li {
    margin: 0 30px;
    color: #fff;
}

.footerTP .listaLegal ul li a,
.footerTP .listaLegal ul li a:visited {
    text-decoration: none;
    color: #fff;
    position: relative;
}

.footerTP .listaLegal ul li a::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: .4s transform ease;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transition: .4s transform ease;
    -moz-transition: .4s transform ease;
    -ms-transition: .4s transform ease;
    -o-transition: .4s transform ease;
}

.comments-area {
    display: none;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.site-header>.top {
    width: 100%;
    background-color: #000000;
    padding: 5px;
}

.site-header>.top>.paises>span {
    color: #fff;
}

.site-header>.top .paises {
    position: relative;
}

.site-header > .top .paises::after {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(https://www.kpnsafety.com/pe/wp-content/uploads/2023/05/world2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}


.site-header>.top .paises ul {
    margin: 0;
    list-style: none;
    position: absolute;
    top: 120%;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: 3px solid var(--rojo);
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition: .4s all ease;
    z-index: 9;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
}

.site-header>.top .paises:hover ul {
    opacity: 1;
    visibility: visible;
}

.site-header>.top .paises ul a {
    text-decoration: none;
    color: #000;
    position: relative;
}

.site-header>.top .paises ul a::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transition: .4s transform ease;
    transform: scaleX(0);
    position: absolute;
    -webkit-transition: .4s transform ease;
    -moz-transition: .4s transform ease;
    -ms-transition: .4s transform ease;
    -o-transition: .4s transform ease;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
}

.site-header>.top .paises ul a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.site-header section {
    margin: 0;
}

.site-header>.bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 10px;
}

.site-header .logo {
    width: 20%;
}

.site-header .logo>section>a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header nav {
    width: 0;
}

.site-header nav ul.menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 83px;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding: 15px;
    align-items: center;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, .1);
    transition: .4s all ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
}

.site-header nav ul.menu.activo {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.site-header nav ul.menu li {
    margin-bottom: 10px;
    width: auto;
    text-align: center;
}

.site-header nav ul.menu li.submenu::after {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(https://kpn.marketeros.com.co/pe/wp-content/uploads/2021/12/flechaDer.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    margin-left: 50px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
}

.site-header nav ul.menu li.submenu .sub-menu {
    display: block !important;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background-color: #fff;
    padding: 10px 30px;
    border-bottom: 3px solid var(--rojo);
    transition: .4s all ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(20px);
    -moz-transform: translateX(-50%) translateY(20px);
    -ms-transform: translateX(-50%) translateY(20px);
    -o-transform: translateX(-50%) translateY(20px);
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
}

.site-header nav ul.menu li.submenu:hover .sub-menu {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0px);
    -moz-transform: translateX(-50%) translateY(0px);
    -ms-transform: translateX(-50%) translateY(0px);
    -o-transform: translateX(-50%) translateY(0px);
}

.site-header nav ul.menu li.submenu .sub-menu>li:last-child {
    margin: 0;
}

.site-header nav ul.menu li a {
    color: #303030;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s all ease;
    display: inline-block;
    position: relative;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
}

.site-header nav ul.menu li a::before {
    content: '';
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: var(--gris);
    position: absolute;
    transition: .4s transform ease;
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transition: .4s transform ease;
    -moz-transition: .4s transform ease;
    -ms-transition: .4s transform ease;
    -o-transition: .4s transform ease;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
}

.site-header nav ul.menu li a:hover:before {
    transform: scaleX(1);
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.site-header nav ul.menu li.busquedaBoton {
    display: none;
    cursor: pointer;
}

.site-header nav ul.menu li.busquedaBoton a::before {
    display: none;
}

.site-header nav ul.menu li.solicitar {
    margin: 0;
}

.site-header nav ul.menu li.solicitar a {
    background-color: var(--rojo);
    color: #fff;
    padding: 5px 20px;
    font-weight: bold;
}

.site-header .busquedaBoton {
    width: 30px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    background-image: url(https://kpn.marketeros.com.co/pe/wp-content/uploads/2021/12/busquedaBoton.svg);
    margin-left: auto;
    margin-right: 15px;
}

.site-header .busquedaCont {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: .4s all ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
}

.site-header .busquedaCont.activo {
    opacity: 1;
    visibility: visible;
}

.site-header .busquedaCont form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 40px;
}

.site-header .busquedaCont form>label {
    width: 80%;
}

.site-header .busquedaCont form>label,
.site-header .busquedaCont form>label>input {
    width: 100%;
    height: 100%;
}

.site-header .busquedaCont form>label>input {
    border: 0;
    padding-left: 10px;
}

.site-header .busquedaCont form>input {
    width: 20%;
    height: 100%;
    border: 0;
    background-color: transparent;
    color: transparent;
    font-size: 0px;
    background-image: url(https://kpn.marketeros.com.co/pe/wp-content/uploads/2021/12/busquedaBoton.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
}

.site-header .burguer {
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.site-header .burguer span {
    background-color: #000;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    transition: .4s all ease;
}

.site-header .burguer.activo span.sp1 {
    transform: translateY(11px) rotate(45deg);
}

.site-header .burguer.activo span.sp2 {
    transform: translateX(-11px);
    opacity: 0;
}

.site-header .burguer.activo span.sp3 {
    transform: translateY(-11px) rotate(-45deg);
}

.site-footer {
    background-color: #000;
    padding: 40px 30px;
    padding-bottom: 0;
}

.site-footer>.top {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #626262;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.site-footer>.top .left section {
    margin: 0;
    width: 100%;
}

.site-footer>.top .left section p {
    color: #fff;
    text-align: center;
}

.site-footer>.top>.left {
    width: 100%;
}

.site-footer>.top .news section {
    border-top: 1px solid #626262;
    padding-top: 20px;
    text-align: center;
}

.site-footer>.top .news section h2 {
    color: #fff;
    margin-bottom: 10px;
}

.site-footer>.top .news section .formNewsletter>div {
    margin-bottom: 20px;
}

.site-footer>.top .news section .formNewsletter>div>span {
    display: block;
    width: 100%;
}

.site-footer>.top .news section .formNewsletter>div>span>input {
    width: 100%;
    border: 0;
    height: 40px;
}

.site-footer>.top .news section .formNewsletter>div.enviar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.site-footer>.top .news section .formNewsletter>div.enviar span {
    width: 24px;
    margin: 0;
    margin-top: 10px;
}

.site-footer>.top .news section .formNewsletter>div.enviar>input {
    background-color: var(--rojo);
    border: 0;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
    padding: 10px 30px;
}

.site-footer>.top .news section p {
    color: #fff;
}

.site-footer>.bot {
    padding: 20px 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.site-footer>.bot .legal {
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site-footer>.bot .legal a,
.site-footer>.bot .legal a:visited {
    color: #fff;
    text-decoration: none;
}

.site-footer>.bot>p {
    text-align: center;
    color: #fff;
    margin: 0;
}
/*----------------------------------Top bar lista de paises----------------------------------*/
.paisesg.paisactivo {
	margin-top: -30px !important;
    opacity: 1 !important;
    height: 80px;
}
.paisesg {
    opacity: 0 !important;
    height: 0;
    transition: all .5s ease;
}
.bloquePaises .paisesg >li a::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--rojo);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: .4s transform ease;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transition: .4s transform ease;
    -moz-transition: .4s transform ease;
    -ms-transition: .4s transform ease;
    -o-transition: .4s transform ease;
}
.bloquePaises .paisesg>li a:hover:after{
    transform-origin: left;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

/*===================================================================*/


/*=                            = 3. Home =                          =*/


/*===================================================================*/

.bannerHome {
    margin-top: 80px;
}

.owl-stage {
    display: flex;
}

.bannerHome .carruselHome .owl-stage .owl-item>.item {
    min-height: 30vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    margin: 0;
}

.bannerHome .carruselHome .owl-stage .owl-item>.item>div>div {
    padding: 0;
}

.bannerHome .carruselHome .owl-stage .owl-item>.item>div>div h2 {
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

.bannerHome .carruselHome .owl-stage .owl-item>.item>div>div p {
    margin: 0;
}

.bannerHome .carruselHome .owl-stage .owl-item>.item .wpb_text_column {
    margin: 0
}

.owl-loaded>.owl-dots {
    display: none;
}

.owl-loaded>.owl-nav>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: 0;
    background-color: transparent;
    width: 20px;
    height: 35px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
}

.owl-loaded>.owl-nav>button.owl-prev {
    left: 5px;
}

.owl-loaded>.owl-nav>button.owl-next {
    right: 5px;
}

.owl-loaded>.owl-nav>button>span {
    display: none;
}

.owl-loaded>.owl-nav>button::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(https://kpn.marketeros.com.co/pe/wp-content/uploads/2021/12/flechaSlider.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.owl-loaded>.owl-nav>button.owl-next::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.accion {
    display: inline-block;
    background-color: var(--rojo);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 30px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.site-header>nav ul.menu li.solicitar a {
    position: relative;
    z-index: 1;
}

.accion::before,
.site-header>nav ul.menu li.solicitar a::before,
.woocommerce-shop .site-main .contProd>.prodCont ul.products>li>.gridlist-buttonwrap a::before,
.tax-product_cat .site-main .contProd>.prodCont ul.products>li>.gridlist-buttonwrap a::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--gris);
    position: absolute;
    z-index: -1;
    transition: .4s transform ease;
    transform: scaleX(0);
    transform-origin: right;
}

.carProd .owl-item .item>.info>a.accion::before,
.woocommerce-shop .site-main .contProd>.prodCont ul.products>li>.gridlist-buttonwrap a::before,
.tax-product_cat .site-main .contProd>.prodCont ul.products>li>.gridlist-buttonwrap a::before{
    background-color: var(--rojo);
}

.accion:hover:before,
.site-header>nav ul.menu li.solicitar a:hover:before,
.woocommerce-shop .site-main .contProd>.prodCont ul.products>li>.gridlist-buttonwrap a:hover:before,
.tax-product_cat .site-main .contProd>.prodCont ul.products>li>.gridlist-buttonwrap a:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

.accion:visited {
    color: #fff;
}

.homeVideo {
    padding-top: 25px;
}

.homeVideo::before {
    content: '';
    width: 100%;
    height: 170px;
    background-color: var(--gris);
    top: 0;
    left: 0;
    position: absolute;
}

.homeVideo .ult-video {
    margin: 0;
    margin-bottom: 20px;
}

.homeVideo .texto h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: normal;
}

.accion:hover {
    color: #fff;
}

.homeCat {
    padding-top: 50px;
}

.homeCat .bloqueCat>div.wpb_wrapper>p {
    margin: 0;
}

.homeCat .bloqueCat>div.wpb_wrapper>p a {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    display: block;
    position: relative;
    overflow: hidden;
}

.homeCat .bloqueCat>div.wpb_wrapper>p a::after {
    content: '';
    transition: .4s all ease;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    background-color: var(--rojo);
    opacity: 0;
    position: absolute;
    z-index: 1;
}

.homeCat .bloqueCat>div.wpb_wrapper>p a:hover:after {
    opacity: .6;
}

.homeCat .bloqueCat>div.wpb_wrapper>p a strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    z-index: 2;
    transition: .4s all ease;
    opacity: 0;
}

.homeCat .bloqueCat>div.wpb_wrapper>p a:hover strong {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.homeCat .bloqueCat>div.wpb_wrapper>p a>img {
    width: 100%;
    height: auto !important;
}

@supports(object-fit: cover) {
    .homeCat .bloqueCat>div.wpb_wrapper>p a>img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
}

.homeCat .bloqueCat>div.wpb_wrapper h3 {
    color: var(--rojo);
    font-weight: normal;
    font-size: 25px;
    margin-top: 10px;
}

.encabezado h2 {
    text-align: center;
    color: var(--gris);
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
}

.destacados {
    background-color: #EDEDED;
    padding-top: 50px;
    margin-top: 30px;
    padding-bottom: 50px;
}

.destacados .encabezado {
    margin-bottom: 20px;
}

.carProd .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: .4s all ease;
}

.carProd .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.carProd .owl-item .item>.imagen {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
}

.carProd .owl-item .item>.imagen a.imagen {
    display: block;
    margin-bottom: 16px;
}

.carProd .owl-item .item>.imagen a.imagen>.post-thumbnail {
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.carProd .owl-item .item>.imagen a.imagen>.post-thumbnail>img {
    width: 100%;
    height: auto !important;
}

@supports(object-fit: cover) {
    .carProd .owl-item .item>.imagen a.imagen>.post-thumbnail>img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
}

.carProd .owl-item .item>.imagen a.titulo {
    text-decoration: none;
    text-align: center;
    color: var(--gris);
    font-size: 12px;
    line-height: 23px;
    margin: auto 0;
}

.carProd .owl-item .item>.info>a.accion {
    width: 100%;
    text-align: center;
    background-color: #D0D0D0;
    transition: .4s all ease;
    color: #4F4F4F;
}

.carProd .owl-item .item>.info>a.accion:hover {
    color: #fff;
}

.homeBlog {
    padding-top: 50px;
    padding-bottom: 50px;
}

.homeBlog .encabezado {
    margin-bottom: 20px;
}

.homeBlog .contEntradas .owl-item .item {
    padding: 0 15px;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.homeBlog .contEntradas .owl-item .item .imagen {
    margin-bottom: 10px;
}

.homeBlog .contEntradas .owl-item .item .imagen .post-thumbnail {
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.homeBlog .contEntradas .owl-item .item .imagen .post-thumbnail>img {
    width: 100%;
    height: auto !important;
}

@supports(object-fit: cover) {
    .homeBlog .contEntradas .owl-item .item .imagen .post-thumbnail>img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
}

.homeBlog .contEntradas .owl-item .item>.info>.titulo {
    display: block;
    text-decoration: none;
}

.homeBlog .contEntradas .owl-item .item>.info>.titulo h2 {
    color: var(--rojo);
    font-size: 20px;
}


/*===================================================================*/


/*=                       = 4. Sobre nosotros =                     =*/


/*===================================================================*/

.bannerInt {
    margin-top: 45px;
    height: 25vh;
    padding-top: 0 !important;
}

.bannerInt .wpb_text_column {
    margin: 0;
}

.bannerInt .wpb_text_column h1 {
    margin-top: 0;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
}

.bannerInt .wpb_text_column p {
    color: #fff;
    text-transform: uppercase;
}

.bannerInt .wpb_text_column p a {
    text-decoration: none;
    color: #fff;
}

.contSobreNosIconos {
    background-color: #EDEDED;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contSobreNosIconos .encabezado h2 {
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 80px;
}

.contSobreNosIconos .encabezado h2 br {
    display: none;
}

.contSobreNosIconos .encabezado h2 strong {
    color: var(--rojo);
}

.contSobreNosIconos .itemIcono {
    text-align: center;
    margin-bottom: 50px;
}

.contSobreNosIconos .itemIcono:last-of-type {
    margin: 0;
}

.contSobreNosIconos .itemIcono p {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.contSobreNosIconos .itemIcono p:first-of-type {
    position: relative;
    z-index: 1;
}

.contSobreNosIconos .itemIcono p:first-of-type:before {
    content: '';
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 5px solid var(--rojo);
    position: absolute;
    z-index: -1;
    transform: scale(0);
    transition: 0s all ease;
}

.contSobreNosIconos .itemIcono:hover p:first-of-type:before {
    transform: scale(2);
    opacity: 0;
    transition: .4s all ease;
}

.misionVision {
    padding-top: 60px;
    padding-bottom: 60px;
}

.misionVision .texto h2 {
    color: var(--rojo);
    font-size: 30px;
}

.contSobreNosIconos .itemIcono p:last-of-type {
    transition: .4s all ease;
}

.contSobreNosIconos .itemIcono:hover p:last-of-type {
    transform: translateY(20px);
}

.misionVision>.colFlex {
    display: flex;
    flex-wrap: wrap;
}

.misionVision>.colFlex>.colImg {
    order: 2;
}

.misionVision>.colFlex>.colText {
    order: 1;
}


/*===================================================================*/


/*=                           = 5. Revista =                        =*/


/*===================================================================*/

.revistaCont .texto h2 {
    color: var(--rojo);
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
    margin-bottom: 40px;
}

.ediciones {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
}

.ediciones .imgRev {
    margin: 0;
}

.ediciones .imgRev a {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ediciones .imgRev a::before {
    content: '';
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background-color: var(--rojo);
    opacity: .6;
    position: absolute;
    transition: .4s transform ease;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: bottom;
    -webkit-transition: .4s transform ease;
    -moz-transition: .4s transform ease;
    -ms-transition: .4s transform ease;
    -o-transition: .4s transform ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}

.ediciones .imgRev a:hover:before {
    transform: scaleY(1);
    transform-origin: top;
}

.ediciones .imgRev a::after {
    content: '+';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    color: #fff;
    font-weight: bolder;
    font-size: 70px;
    transition: .4s all ease;
    opacity: 0;
}

.ediciones .imgRev a:hover:after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(90deg);
}

.ediciones .imgRev a>img {
    width: 100%;
    height: auto;
    transition: .4s all ease;
}

@supports(object-fit: cover) {
    .ediciones .imgRev a>img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
}

.ediciones .imgRev a:hover img {
    transform: scale(1.1);
}

.ediciones .titRev {
    text-align: center;
    margin-bottom: 50px;
}

.ediciones .titRev p {
    margin-top: 10px
}


/*===================================================================*/


/*=                          = 6. Contacto =                        =*/


/*===================================================================*/

.bannerContacto {
  /*  margin-top: 50px;
    padding-top: 0 !important; */
    height: 30vh;
}

.bannerContacto .encabezado,
.bannerContacto .encabezado h1 {
    margin: 0;
}

.bannerContacto .encabezado h1 {
    color: #fff;
    font-weight: normal;
}

.contContact ul.contactInfo {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    margin-top: 50px;
    width: 80%;
}

.contContact ul.contactInfo li {
    position: relative;
    margin-bottom: 40px;
    color: #000;
    padding-left: 70px;
}

.contContact ul.contactInfo li::before {
    content: '';
    width: 55px;
    height: 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -8px;
    left: 0;
    position: absolute;
}

.contContact ul.contactInfo li.cor::before {
    background-image: url(https://www.kpnsafety.com/pe/wp-content/uploads/2021/12/iconCorr.svg);
}

.contContact ul.contactInfo li.dir::before {
    background-image: url(https://www.kpnsafety.com/pe/wp-content/uploads/2021/12/iconDir.svg);
}

.contContact ul.contactInfo li.tel::before {
    background-image: url(https://www.kpnsafety.com/pe/wp-content/uploads/2021/12/iconTel.svg);
}

.contContact .bloqueForm>.wpb_wrapper {
    background-color: #F2F2F2;
    padding: 20px;
}

.contContact .bloqueForm>.wpb_wrapper .form>div {
    margin-bottom: 15px;
}

.contContact .bloqueForm>.wpb_wrapper .form>div>span {
    display: block;
}

.contContact .bloqueForm>.wpb_wrapper .form>div>span>input,
.contContact .bloqueForm>.wpb_wrapper .form>div>span>select {
    width: 100%;
    border: 0;
    border-radius: 0;
    height: 35px;
    background-color: #fff;
    color: rgba(0, 0, 0, .8);
    padding-left: 10px;
}

.contContact .bloqueForm>.wpb_wrapper .form>div>span>textarea {
    padding-left: 10px;
    border: 0;
    min-width: 100%;
    max-width: 100%;
    max-height: 150px !important;
    min-height: 100px;
}

.contContact .bloqueForm>.wpb_wrapper .form>div>span>input::placeholder,
.contContact .bloqueForm>.wpb_wrapper .form>div>span>textarea::placeholder,
.contContact .bloqueForm>.wpb_wrapper .form>div>span>select {
    opacity: .8 !important;
    color: rgba(0, 0, 0, .8);
}

.contContact .bloqueForm>.wpb_wrapper .form>div .wpcf7-list-item {
    margin: 0;
}

.contContact .bloqueForm>.wpb_wrapper .form>div .wpcf7-list-item a {
    text-decoration: none;
    color: var(--rojo);
}

.contContact .bloqueForm>.wpb_wrapper .form>div.enviar {
    text-align: right;
}

.contContact .bloqueForm>.wpb_wrapper .form>div.enviar>input {
    background-color: var(--rojo);
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 10px 30px;
}


/*===================================================================*/


/*=                          = 7. Producto =                        =*/


/*===================================================================*/

.bannerProductos {
    margin-top: 50px;
    background-image: url(https://www.kpnsafety.com/pe/wp-content/uploads/2025/01/KPN-Safety_prductos-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerProductos.seguridadElectrica27 {
  background-image: url(https://www.kpnsafety.com/pe/wp-content/uploads/2022/08/KPN-SAFETY_Peru_proteccion-electrica_banner.jpg);
}

.bannerProductos.proteccionIncendios {
  background-image: url(https://www.kpnsafety.com/pe/wp-content/uploads/2022/08/KPN-SAFETY_Peru_proteccion-minera_banner.jpg);
}



.bannerProductos>.contenedor {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 25vh;
    padding: 0 30px;
}

.bannerProductos>.contenedor p:first-of-type{
    margin: 0;
    width: 100%;
    color: #fff;
    font-weight: normal;
    font-size: 30px;
}

.bannerProductos>.contenedor p {
    display: inline;
    color: #fff;
    margin: 0;
}

.bannerProductos>.contenedor p a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.single-product .site-main {
    background-color: #F5F5F5;
    padding-bottom: 30px;
    padding-top: 30px;
}

.single-product .site-main>.product.product-type-simple {
    width: 90%;
    margin: 0 auto;
}

.single-product .site-main>.product.product-type-simple>div {
    background-color: #fff;
}

.single-product .site-main>.product.product-type-simple>.summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 10px;
    padding-bottom: 20px;
}

.single-product .site-main>.product.product-type-simple>.woocommerce-product-gallery {
    margin: 0;
    padding-bottom: 10px;
}

.single-product .site-main>.product.product-type-simple>.summary>h1 {
    font-size: 25px !important;
    text-transform: uppercase;
    color: #000;
}

.single-product .site-main>.product.product-type-simple>.summary .wpsi_social_share_buttons>a {
    border: 0;
    background: transparent !important;
    padding: 0 !important;
}

.single-product .site-main>.product.product-type-simple>.summary .wpsi_social_share_buttons>a>span {
    background: transparent !important;
}

.single-product .site-main>.product.product-type-simple>.summary .wpsi_social_share_buttons>a>span>svg>path {
    fill: #000 !important;
}

.single-product .site-main>.product.product-type-simple>.summary .woocommerce-product-details__short-description {
    border-top: 1px solid #D6D6D6;
    padding-top: 20px;
	width: 100%;
}

.single-product .site-main>.product.product-type-simple>.summary .woocommerce-product-details__short-description em {
    font-style: normal;
    color: var(--rojo);
}

.single-product .site-main>.product.product-type-simple>.summary .woocommerce-product-details__short-description .accion {
    display: inline-block;
    text-transform: capitalize;
    width: 250px;
    text-align: center;
}

.single-product .site-main>.product.product-type-simple>.summary .woocommerce-product-details__short-description .accion.ficha {
    background-color: #A3A3A3;
}

.single-product .site-main>.product.product-type-simple>.summary .product_meta>span {
    display: block;
    color: #747474;
}

.single-product .site-main>.product.product-type-simple>.summary .product_meta>span a,
.single-product .site-main>.product.product-type-simple>.summary .product_meta>span a:visited {
    text-decoration: none;
    color: #747474;
}

.single-product .site-main>.product.product-type-simple .woocommerce-tabs {
    border-top: 1px solid #D6D6D6;
    padding: 0 10px;
    padding-top: 20px;
}

.single-product .site-main>.product.product-type-simple .woocommerce-tabs>.tabs {
    display: none;
}

.single-product .site-main>.product.product-type-simple .related.products {
    margin-top: 30px;
    background-color: #fff;
    padding: 10px 20px;
}

.single-product .site-main>.product.product-type-simple .related.products>h2 {
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 30px;
}

.single-product .site-main>.product.product-type-simple .related.products .products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-product .site-main>.product.product-type-simple .related.products .products>li {
    width: 100%;
}

.single-product .site-main>.product.product-type-simple .related.products .products>li>.woocommerce-LoopProduct-link {
    display: block;
    text-align: center;
    border: 1px solid #DFDFDF;
    padding: 20px;
	min-height:400px;
}

.single-product .site-main>.product.product-type-simple .related.products .products>li>.woocommerce-LoopProduct-link h2 {
    color: #000;
    font-size: 17px;
    text-transform: uppercase;
}

.single-product .site-main>.product.product-type-simple .related.products .products>li>.button {
    width: 100%;
    text-align: center;
    background-color: #D0D0D0;
    transition: .4s all ease;
    color: #4F4F4F;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
}

.single-product .site-main>.product.product-type-simple .related.products .products>li>.button:hover {
    background-color: var(--rojo);
    color: #fff;
}

.site-footer>.bot .legal>li a {
    position: relative;
}

.site-footer>.bot .legal>li a::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #9E9E9E;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: .4s transform ease;
    transform: scale(0);
    transform-origin: right;
    -webkit-transition: .4s transform ease;
    -moz-transition: .4s transform ease;
    -ms-transition: .4s transform ease;
    -o-transition: .4s transform ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.site-footer>.bot .legal>li a:hover:after {
    transform: scale(1);
    transform-origin: left;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}


/*===================================================================*/


/*=                           = 8. Tienda =                         =*/


/*===================================================================*/

.woocommerce-shop .site-main .catLateral,
.tax-product_cat  .site-main .catLateral {
    position: relative;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(calc(100% - 40px));
    z-index: 99;
    background-color: #fff;
    border-top: 1px solid var(--gris);
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    height: auto;
    -webkit-transform: translateY(calc(100% - 40px));
    -moz-transform: translateY(calc(100% - 40px));
    -ms-transform: translateY(calc(100% - 40px));
    -o-transform: translateY(calc(100% - 40px));
}

.woocommerce-shop .site-main .catLateral.activo,
.tax-product_cat  .site-main .catLateral.activo{
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}

.woocommerce-shop .site-main .catLateral > .widget_product_categories > ul,
.tax-product_cat  .site-main .catLateral > .widget_product_categories > ul{
    overflow-x: scroll;
    height: 310px;
    padding: 0 15px;
}


.woocommerce-shop .site-main .catLateral>.burguerCat,
.tax-product_cat .site-main .catLateral>.burguerCat{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 20px;
    position: relative;
    z-index: 99;
    height: 40px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid var(--gris);
    margin-bottom: 20px;
}

.woocommerce-shop .site-main .catLateral>.burguerCat>span,
.tax-product_cat .site-main .catLateral>.burguerCat>span{
    display: none;
}

.woocommerce-shop .site-main .catLateral>.burguerCat>p,
.tax-product_cat .site-main .catLateral>.burguerCat>p{
    margin: 0;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.woocommerce-shop .site-main .catLateral>.WOOF_Widget h4,
.tax-product_cat .site-main .catLateral>.WOOF_Widget h4{
    color: #000;
    margin-bottom: 30px;
    font-size: 20px;
}



html.activo,
body.activo {
    overflow: hidden !important;
}

.woocommerce-shop .site-main .contProd>.bloqLogos,
.tax-product_cat .site-main .contProd>.bloqLogos{
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.woocommerce-shop .site-main .contProd>.bloqLogos>section,
.tax-product_cat .site-main .contProd>.bloqLogos>section{
    width: 40%;
    margin: 0 auto;
}

.woocommerce-shop .site-main .contProd>.bloqLogos>section,
.tax-product_cat .site-main .contProd>.bloqLogos>section{
    margin: 0;
}

.woocommerce-shop .site-main .contProd>.bloqLogos>section img,
.tax-product_cat .site-main .contProd>.bloqLogos>section img{
    width: 100%;
}

.woocommerce-shop .site-main .contProd>.prodCont,
.tax-product_cat .site-main .contProd>.prodCont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    padding-top: 30px;
}

.tax-product_cat .site-main .contProd>.prodCont > .term-description{
    width: 100%;
}

.woocommerce-shop .site-main .contProd>.prodCont>h1,
.tax-product_cat .site-main .contProd>.prodCont>h1{
    width: 100%;
    color: #303030;
    font-size: 30px !important;
    margin: 0;
    margin-bottom: 15px;
}

.woocommerce-shop .site-main .contProd>.prodCont .woocommerce-ordering,
.tax-product_cat .site-main .contProd>.prodCont .woocommerce-ordering{
    width: 60%;
    margin: 0;
}

.woocommerce-shop .site-main .contProd>.prodCont .woocommerce-ordering>select,
.tax-product_cat .site-main .contProd>.prodCont .woocommerce-ordering>select{
    height: 40px;
    background-color: #fff;
    border-color: #DDDDDD;
    border-bottom: 0;
    width: 100%;
    padding-left: 10px;
}

.woocommerce-shop .site-main .contProd>.prodCont .gridlist-toggle,
.tax-product_cat .site-main .contProd>.prodCont .gridlist-toggle{
    padding: 0 !important;
}

.woocommerce-shop .site-main .contProd>.prodCont .gridlist-toggle>a,
.tax-product_cat .site-main .contProd>.prodCont .gridlist-toggle>a{
    background-color: transparent;
    padding: 0;
    margin-left: 5px;
}

.woocommerce-shop .site-main .contProd>.prodCont .gridlist-toggle>a>span,
.tax-product_cat .site-main .contProd>.prodCont .gridlist-toggle>a>span{
    font-size: 25px;
    color: var(--gris);
}

.woocommerce-shop .site-main .contProd>.prodCont .gridlist-toggle>a.active>span,
.tax-product_cat .site-main .contProd>.prodCont .gridlist-toggle>a.active>span {
    color: var(--rojo);
}

.woocommerce-shop .site-main .contProd>.prodCont ul.products,
.tax-product_cat .site-main .contProd>.prodCont ul.products{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: left;
}

.woocommerce-shop .site-main .contProd>.prodCont ul.products>li,
.tax-product_cat .site-main .contProd>.prodCont ul.products>li{
    float: inherit !important;
    margin-bottom: 30px;
}

.woocommerce-shop .site-main .contProd>.prodCont ul.products>li>a,
.tax-product_cat .site-main .contProd>.prodCont ul.products>li>a{
    display: block;
    border: 1px solid #E8E8E8;
    margin-bottom: 20px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    padding: 5px
}

.woocommerce-shop .site-main .contProd>.prodCont ul.products>li>a>h2,
.tax-product_cat .site-main .contProd>.prodCont ul.products>li>a>h2{
    text-align: center;
    color: var(--gris);
    line-height: 20px;
    text-transform: uppercase;
    margin: auto 0 !important;
}

.woocommerce-shop .site-main .contProd>.prodCont ul.products>li>.gridlist-buttonwrap a,
.tax-product_cat .site-main .contProd>.prodCont ul.products>li>.gridlist-buttonwrap a{
    margin: 0;
    width: 100%;
    text-align: center;
    transition: .4s all ease;
    text-transform: uppercase;
    font-size: 16px !important;
    border-radius: 0;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    z-index: 1;
}

.woocommerce-shop .site-main .contProd>.prodCont ul.products>li>.gridlist-buttonwrap a:hover,
.tax-product_cat .site-main .contProd>.prodCont ul.products>li>.gridlist-buttonwrap a:hover{
    color: #fff;
}

.woocommerce-shop .site-main .contProd>.prodCont ul.products.list>li,
.tax-product_cat .site-main .contProd>.prodCont ul.products.list>li{
    border: 1px solid #E8E8E8;
    padding: 10px;
}

.woocommerce-shop .site-main .contProd>.prodCont ul.products.list a,
.tax-product_cat .site-main .contProd>.prodCont ul.products.list a{
    border: 0;
}

.woocommerce-shop .site-main .contProd>.prodCont ul.products.list .woocommerce-product-details__short-description>p,
.tax-product_cat .site-main .contProd>.prodCont ul.products.list .woocommerce-product-details__short-description>p{
    display: none;
}

.woocommerce-shop .site-main .contProd>.prodCont ul.products.list .woocommerce-product-details__short-description>p:first-of-type,
.tax-product_cat .site-main .contProd>.prodCont ul.products.list .woocommerce-product-details__short-description>p:first-of-type{
    display: block;
}

.woocommerce-shop .site-main .contProd>.prodCont ul.products.list .gridlist-buttonwrap,
.tax-product_cat .site-main .contProd>.prodCont ul.products.list .gridlist-buttonwrap{
    margin: 0;
}

.woocommerce-shop .site-main .contProd>.prodCont>.woocommerce-pagination,
.tax-product_cat .site-main .contProd>.prodCont>.woocommerce-pagination{
    width: 100%;
}

.woocommerce-shop .site-main .contProd>.prodCont>.woocommerce-pagination>ul,
.tax-product_cat .site-main .contProd>.prodCont>.woocommerce-pagination>ul{
    border: 0;
}

.woocommerce-shop .site-main .contProd>.prodCont>.woocommerce-pagination>ul li,
.tax-product_cat .site-main .contProd>.prodCont>.woocommerce-pagination>ul li{
    margin: 0 5px;
    border: 1px solid #E8E8E8;
    width: 37px;
    height: 37px;
    border-radius: 5px;
}

.woocommerce-shop .site-main .contProd>.prodCont>.woocommerce-pagination>ul li>.current,
.tax-product_cat .site-main .contProd>.prodCont>.woocommerce-pagination>ul li>.current{
    background-color: var(--rojo);
    color: #fff;
    height: 100%;
}

.woocommerce-shop .site-main .contProd>.prodCont>.woocommerce-pagination>ul li a,
.tax-product_cat .site-main .contProd>.prodCont>.woocommerce-pagination>ul li a{
    color: #000;
    height: 100%;
}

.woof_radio_term_reset>img {
    display: none;
}

.woof_radio_term_reset {
    background-image: url(https://www.kpnsafety.com/pe/wp-content/uploads/2021/12/xbutton.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.woocommerce-shop .site-main .catLateral>.WOOF_Widget .woof_container_1 ul .woof_radio_label_selected,
.tax-product_cat .site-main .catLateral>.WOOF_Widget .woof_container_1 ul .woof_radio_label_selected {
    font-weight: normal;
    color: var(--rojo);
}

.woocommerce-shop .site-main .contProd>.prodCont .woocommerce-info,
.tax-product_cat .site-main .contProd>.prodCont .woocommerce-info{
    width: 100%;
    border-top-color: var(--rojo);
}

.woocommerce-shop .site-main .contProd>.prodCont .woocommerce-info::before,
.tax-product_cat .site-main .contProd>.prodCont .woocommerce-info::before{
    color: var(--rojo);
}

.woof_reset_search_form {
    background-color: var(--rojo) !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.woof_reset_search_form:hover {
    background-color: var(--gris) !important;
}

.error404 .error-404 {
    min-height: 60vh;
    display: flex;
}

.error404 .error-404>header {
    margin: auto;
    text-align: center;
}

.error404 .error-404>header h1,
.error404 .error-404>header p {
    margin: 0;
    color: #000;
}

.error404 .error-404>header h1 {
    font-size: 80px !important;
}

.site-header>.top>.texto {
    display: none;
}

.contContact.pqr .texto h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: normal;
    color: #000;
    line-height: 35px;
}

.contContact .bloqueForm>.wpb_wrapper .form>div.asunto>span>span {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contContact .bloqueForm>.wpb_wrapper .form>div.asunto>span>span>span {
    margin: 5px auto;
}

.site-footer > .top > .left{
  align-items: center;
}
.site-footer > .top > .left strong{
  font-size: 28px;
  display: block;
  margin-bottom: 10px;
}

.site-footer > .top > .left br:first-of-type{
  display: none;
}

.site-footer > .top > .left > section {
  width: 100%;
}

.single .entry-content h2{
  font-weight: 400 !important;
  line-height: 30px !important;
  margin-bottom: 20px;
  margin-top: 50px;
}


.catLateral .widget_product_categories > h2{
  color: #000;
  margin-bottom: 30px;
  font-size: 20px;
}

.catLateral .product-categories{
  margin: 0;
  list-style: none;
}

.catLateral .product-categories > li > a,
.catLateral .product-categories > li > span{
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.catLateral .product-categories > li > ul{
  list-style: none;
  color: #000;
  margin: 0;
  margin-top: 10px;
}

.catLateral .product-categories > li > ul > li{
  margin-bottom: 15px;
}

.catLateral .product-categories > li > ul > li a{
  text-decoration: none;
  color: #404040;
    position: relative;
    background-image: linear-gradient(90deg, var(--rojo), var(--rojo));
    background-size: 0% 2px;
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: .4s all ease;
}

.catLateral .product-categories > li > ul > li a:hover{
    background-size: 100% 2px;
}

.catLateral .product-categories > li > ul > li span{
  color: #404040;
}


.catLateral .product-categories > li > ul > li > ul{
    list-style: none;
}

.catLateral .product-categories > li > ul > li > ul > li{
    font-size: 14px;
    margin: 7px 0;
}


.woocommerce-shop .site-main .contProd > .prodCont ul.products > li{
	width: 100%;
}

/*===================================================================*/


/*=                           = X. Queries =                        =*/


/*===================================================================*/

@media (max-width: 1280px) {
    .secTP .imgTPLogo {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .imgTP figure div img {
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .bloquePaises .paises>li {
        width: 50%;
        text-align: center;
    }
}

.site-footer>.top>.left #text-2 ul {
        list-style-type: none;
		display: flex;
	padding: 0;
	margin: 0;
	align-items: center;
    justify-content: center
}

.site-footer>.top>.left #text-2 ul li {
	margin-right: 20px;
}

.site-footer>.top>.left #text-2 ul li:last-child {
	margin-right: 0;
}

.site-footer>.top>.left #media_image-9 {
		 text-align:center;
    }

.site-footer>.top>.news {
	width: 100%;
}

/*-Min Width-*/

@media (min-width: 768px) {
    .site-header nav ul.menu {
        top: 123px;
    }
    .site-footer>.top>section {
        width: 50%;
    }
    .site-footer>.top>section p {
        text-align: left;
    }
    .site-footer>.top .news section {
        width: 100%;
    }
    .site-footer>.top .news section p {
        text-align: center;
    }
    .site-footer>.top>.left {
        display: flex;
        flex-wrap: wrap;
    }
    .site-footer>.top>.left #text-2 {
        width: 40%;
    }
	
	.site-footer>.top>.left #text-2 ul {
		justify-content: flex-start;
	}
	
	 .site-footer>.top>.left #media_image-9 {
        width: 60%;
		 text-align:left;
    }
    .site-footer>.top>.left>section p {
        text-align: center;
    }
    .site-footer>.top>.news {
        width: 100%;
    }
    .homeVideo {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .homeVideo::before {
        width: 50%;
        height: 100%;
    }
    .homeVideo .texto {
        margin: 0;
    }
    .texto p {
        text-align: left;
    }
    .homeCat .colFlex>div>div {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .homeCat .colFlex>div>div>.encabezado {
        width: 100%;
    }
    .homeCat .colFlex>div>div>.bloqueCat {
        width: 32%;
    }
    .bannerHome {
        margin-top: 120px;
    }
    .bannerHome .carruselHome .owl-stage .owl-item>.item>div.wpb_wrapper {
        min-height: 50vh;
    }
    .bannerHome .carruselHome .owl-stage .owl-item>.item>div.wpb_wrapper>h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .contSobreNosIconos .encabezado h2 br {
        display: inline;
    }
    .contSobreNosIconos .colFlex>div>div,
    .contenidoSobre .colFlex,
    .misionVision .colFlex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .contenidoSobre .colFlex>div,
    .misionVision .colFlex>div {
        width: 100%;
    }
    .contSobreNosIconos .colFlex>div>div>.encabezado {
        width: 100%;
        margin: 0;
    }
    .contSobreNosIconos .colFlex>div>div>.itemIcono {
        margin: 0 20px;
    }
    .bannerInt {
        margin-top: 110px;
        height: 30vh;
    }
    .revistaCont>.filaFlex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .revistaCont>.filaFlex>div {
        width: 100%;
    }
    .revistaCont>.filaFlex>div.colText {
        width: 80%;
    }
    .ediciones .titRev {
        text-align: left;
        margin-bottom: 50px;
    }
    .contContact {
        overflow: visible !important;
    }
    .contContact .bloqueForm>.wpb_wrapper {
        margin-top: -140px;
    }
    .contContact ul.contactInfo {
        width: 100%;
    }
    .single-product .site-main>.product.product-type-simple {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
    }
    .single-product .site-main>.product.product-type-simple>.woocommerce-product-gallery {
        width: 45%;
        padding-left: 50px;
        padding-top: 50px;
    }
    .single-product .site-main>.product.product-type-simple>.summary {
        width: 55%;
        padding-right: 50px;
        padding-top: 50px;
    }
    .single-product .site-main>.product.product-type-simple .woocommerce-tabs {
        padding: 20px 50px;
        color: #000;
    }
    .single-product .site-main>.product.product-type-simple .related.products {
        width: 100%;
    }
    .single-product .site-main>.product.product-type-simple .related.products .products>li {
        margin: 0;
        width: 45%;
    }
    .woocommerce-shop .site-main .contProd>.prodCont ul.products.list a>img,
    .tax-product_cat .site-main .contProd>.prodCont ul.products.list a>img {
        margin: 0;
    }
}

@media (min-width: 1024px) {
	.woocommerce-shop .site-main .catLateral > .widget_product_categories > ul, .tax-product_cat .site-main .catLateral > .widget_product_categories > ul {
  		overflow-x: inherit;
	}
    .site-header>.logo img {
        height: 50px !important;
        width: auto;
    }
    .site-footer>.top>.left {
        width: 70%;
    }
    .site-footer>.top>.news {
        width: 30%;
    }
    .site-footer>.top .news section,
    .site-footer>.top .news section p {
        border: 0;
        text-align: left;
    }
    .site-footer>.top .news section .formNewsletter>div.enviar {
        align-items: flex-start;
    }
    .site-footer>.bot {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .site-footer>.bot .legal {
        flex-direction: row;
        margin: 0
    }
    .site-footer>.bot .legal>li {
        border-right: 1px solid rgba(255, 255, 255, .3);
        margin-right: 10px;
        padding-right: 10px
    }
    .site-footer>.bot .legal>li:last-of-type {
        border: 0;
    }
    .site-footer>.bot .legal>li a,
    .site-footer>.bot p {
        color: #9E9E9E;
    }
    .contSobreNosIconos .colFlex>div>div>.encabezado {
        width: auto;
    }
    .contSobreNosIconos .colFlex>div>div>.encabezado h2 {
        margin: 0;
        text-align: left;
    }
    .contSobreNosIconos .colFlex>div>div>.itemIcono {
        margin: 0 20px;
        width: auto;
    }
    .misionVision>.colFlex>.colImg {
        order: 1;
    }
    .contenidoSobre .colFlex>div {
        width: 50%;
    }
    .contenidoSobre .colFlex>div,
    .misionVision .colFlex>div {
        width: 50%;
    }
    .contSobreNosIconos .colFlex>div>div>.encabezado {
        margin-right: auto;
    }
    .misionVision .colFlex {
        align-items: flex-start;
    }
    .bannerInt {
        height: 45vh;
    }
    .site-header>.bot {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        justify-content: space-between;
    }
    .site-header .busquedaBoton {
        background-image: inherit;
    }
    .site-header .logo {
        width: 15%;
    }
    .site-header .logo img {
        height: 55px !important;
        width: auto;
    }
    .site-header .burguer,
    .site-header .busquedaBoton {
        display: none;
    }
    .site-header nav {
        width: auto;
    }
    .site-header nav ul.menu {
        position: static;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        flex-direction: row;
        transform: translateY(0px);
    }
    .site-header nav ul.menu>li {
        margin: 0;
    }
    .site-header nav ul.menu>li a {
        font-size: 15px;
    }
    .site-header nav ul.menu>li.current_page_item a {
        font-weight: bold;
    }
    .site-header nav ul.menu>li.busquedaBoton {
        display: block;
        width: 50px;
        margin-right: 30px;
        margin-left: 20px;
    }
    .site-header nav ul.menu>li.busquedaBoton>a {
        color: transparent;
        background-image: url(https://www.kpnsafety.com/pe/wp-content/uploads/2021/12/busquedaBoton.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
    }
    .site-header nav ul.menu li {
        width: auto;
        margin-left: 20px;
    }
	
	.site-header nav ul.menu .sub-menu li{
		margin-left: 0;
	}
    .site-header nav ul.menu li.submenu::after {
        content: '';
        width: 10px;
        height: 10px;
        background-image: url(https://www.kpnsafety.com/pe/wp-content/uploads/2021/12/flechaDer.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        right: -5px;
    }
    .site-header nav ul.menu li.submenu {
        padding-right: 10px;
    }
    .revistaCont .filaFlex>.colImg {
        width: 60%;
    }
    .revistaCont .filaFlex>.colText {
        width: 40% !important;
    }
    .bannerContacto {
        justify-content: flex-end !important;
        padding-bottom: 40px;
    }
    .contContact .bloqueForm>.wpb_wrapper {
        padding: 30px;
    }
    .bannerContacto {
       /* margin-top: 90px; */
        height: 40vh;
    }
    .bannerInt {
        height: 30vh;
    }
    .bannerProductos {
        margin-top: 90px;
    }
    .single-product .site-main>.product.product-type-simple>.woocommerce-product-gallery>figure {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: space-between;
        height: 500px;
    }
    .single-product .site-main>.product.product-type-simple>.woocommerce-product-gallery>figure>div:first-child {
        order: 6;
        width: 83% !important;
        border: 1px solid #E8E8E8;
        padding: 40px 0;
    }
    .single-product .site-main>.product.product-type-simple>.woocommerce-product-gallery>figure>div {
        display: block !important;
        width: 15% !important;
        margin-bottom: 10px;
    }
    .single-product .site-main>.product.product-type-simple>.summary {
        padding-left: 40px;
    }
    .single-product .site-main>.product.product-type-simple>.summary>h1,
    .single-product .site-main>.product.product-type-simple>.summary .wpsi_social_share_buttons {
        margin: 0;
    }
    .single-product .site-main>.product.product-type-simple>.summary .wpsi_social_share_buttons {
        margin-bottom: 10px;
    }
    .single-product .site-main>.product.product-type-simple>.summary .wpsi_social_share_buttons>a>span {
        width: auto;
        height: auto;
    }
    .single-product .site-main>.product.product-type-simple>.summary .wpsi_social_share_buttons>a>span>svg {
        width: 25px;
        height: 25px;
    }
    .single-product .site-main>.product.product-type-simple .related.products .products>li {
        margin: 0;
        width: 20%;
    }
    .single-product {
        background-color: #F5F5F5;
    }
    .single-product .site-main>.product.product-type-simple {
        width: 100%;
    }
    .woocommerce-shop .site-main .catLateral,
    .tax-product_cat .site-main .catLateral{
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .woocommerce-shop .site-main .catLateral .burguerCat,
    .tax-product_cat .site-main .catLateral .burguerCat{
        display: none;
    }
    .woocommerce-shop .site-main .catLateral>.WOOF_Widget,
    .tax-product_cat .site-main .catLateral>.WOOF_Widget{
        height: auto;
        overflow-y: inherit;
        padding: 0
    }
    .woocommerce-shop,
    .tax-product_cat{
        background-color: #F5F5F5;
    }
    .woocommerce-shop .site-main,
    .tax-product_cat .site-main{
        display: flex;
        background-color: #fff;
        margin-top: 30px;
    }
    .woocommerce-shop .site-main>.catLateral,
    .tax-product_cat .site-main>.catLateral{
        border: 0;
        width: 20%;
        padding: 20px;
        border-right: 1px solid #DDDDDD;
    }
    .woocommerce-shop .site-main>.contProd,
    .tax-product_cat .site-main>.contProd{
        width: 80%;
    }
    .woocommerce-shop .site-main .contProd>.prodCont .woocommerce-result-count,
    .tax-product_cat .site-main .contProd>.prodCont .woocommerce-result-count{
        margin: 0;
        font-size: 14px;
    }
    .woocommerce-shop .site-main .contProd>.prodCont .woocommerce-ordering,
    .tax-product_cat .site-main .contProd>.prodCont .woocommerce-ordering{
        width: 35%;
        margin-left: auto;
        margin-right: 30px;
    }
    .woocommerce-shop .site-main .contProd>.prodCont ul.products,
    .tax-product_cat .site-main .contProd>.prodCont ul.products{
        margin-top: 20px;
        border-top: 1px solid #DDDDDD;
        padding-top: 40px;
    }
    .woocommerce-shop .site-main .contProd>.prodCont ul.products::before,
    .woocommerce-shop .site-main .contProd>.prodCont ul.products::after,
    .tax-product_cat .site-main .contProd>.prodCont ul.products::before,
    .tax-product_cat .site-main .contProd>.prodCont ul.products::after {
        display: none !important;
    }
    .woocommerce-shop .site-main .contProd>.prodCont ul.products>li,
    .tax-product_cat .site-main .contProd>.prodCont ul.products>li{
        width: 30%;
        margin: 0px 10px;
        margin-bottom: 40px;
    }
    .woocommerce-shop .site-main,
    .tax-product_cat .site-main{
        margin-bottom: 30px;
    }
    .site-header>.busquedaCont {
        right: 10%;
        left: auto;
        width: auto;
    }
    .site-header>.busquedaCont>div {
        margin: 0;
        width: 300px;
    }
    .single-product .site-main>.product.product-type-simple .woocommerce-tabs {
        width: 100%;
    }
    .single-product .site-main>.product.product-type-simple .woocommerce-tabs .wpb_single_image {
        text-align: left;
    }
    .single-product .site-main>.product.product-type-simple .woocommerce-tabs .wpb_single_image img {
        width: 100%;
    }
    .bannerHome .carruselHome .owl-stage .owl-item>.item {
        min-height: 70vh;
        padding: 0 10%;
    }
    .bannerHome .carruselHome .owl-stage .owl-item>.item>div>div h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .site-header>nav ul.menu li {
        width: auto;
    }
    .site-header>nav ul.menu li.submenu {
        padding-right: 20px;
    }
    .site-header>.top .paises {
        width: 150px;
        margin-left: auto;
    }
    .single-product .site-main>.product.product-type-simple>.woocommerce-product-gallery {
        display: flex;
    }
    .single-product .site-main>.product.product-type-simple>.woocommerce-product-gallery>a.woocommerce-product-gallery__trigger {
        position: absolute;
        top: 30px;
        right: 30px;
    }
    .single-product .site-main>.product.product-type-simple>.woocommerce-product-gallery .flex-viewport {
        order: 2;
        width: 80%;
    }
    .single-product .site-main>.product.product-type-simple>.woocommerce-product-gallery ol.flex-control-nav {
        order: 1;
        height: 100%;
        width: 20%;
        flex-wrap: wrap;
        display: flex;
        align-content: flex-start;
    }
    .single-product .site-main>.product.product-type-simple>.woocommerce-product-gallery ol.flex-control-nav>li {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        margin-bottom: 20px;
    }
    .woocommerce-shop .site-main .contProd>.bloqLogos>section,
    .tax-product_cat .site-main .contProd>.bloqLogos>section {
        width: 20%;
    }
    .woocommerce-shop .site-main .contProd>.prodCont ul.products,
    .tax-product_cat .site-main .contProd>.prodCont ul.products {
        width: 100%;
    }
    .bannerHome {
        margin-top: 100px;
    }
    .site-header>.top {
        display: flex;
        align-items: center;
        padding: 8px 10%;
    }
    .site-header>.top>.texto {
        display: block;
    }
    .site-header>.top>.texto p {
        margin: 0;
        color: #fff;
    }
    .contContact .bloqueForm>.wpb_wrapper .form>div.asunto>span>span>span {
        margin: 5px 20px;
    }
	.site-footer > .top > .left > section p {
  		text-align: left;
	}
	.woocommerce-shop .site-main .catLateral > .widget_product_categories > ul, .tax-product_cat .site-main .catLateral > .widget_product_categories > ul{
		height: auto;
	}
}

@media(min-width: 1280px) {
    .carEntradas .owl-item {
        opacity: 0;
        visibility: hidden;
        transition: .4s all ease;
        -webkit-transition: .4s all ease;
        -moz-transition: .4s all ease;
        -ms-transition: .4s all ease;
        -o-transition: .4s all ease;
    }
    .carEntradas .owl-item.active {
        opacity: 1;
        visibility: visible;
    }
    .bannerHome .carruselHome .owl-stage .owl-item>.item>div.wpb_wrapper {
        min-height: 80vh;
        padding: 0 10%;
    }
    .woocommerce-shop .site-main>.catLateral,
    .tax-product_cat .site-main>.catLateral{
        width: 25%;
    }
    .woocommerce-shop .site-main>.contProd,
    .tax-product_cat .site-main>.contProd{
        width: 75%;
    }
}

@media(min-width: 1366px) {
    .site-header>nav ul.menu li.solicitar {
        margin-left: 50px !important;
        ;
    }
}


/*===================================================================*/

a.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
	z-index: 999999;
}

/*================= MENU TRANSPARENTE ==================================================*/

.site-header, .site-header nav ul.menu {
	background-color: transparent !important;
}

.site-header nav ul.menu li a {
	color: #fff !important;
}

.site-header nav ul.menu li ul a {
	color: #303030 !important;
}


.site-header.activo, .site-header nav ul.menu.activo {
    background-color: #000000bf !important;
}

.bannerProductos {
	margin-top: 0;
}

.site-header nav ul.menu li.submenu::after, .site-header nav ul.menu>li.busquedaBoton>a, .site-header .busquedaBoton {
	filter: invert(1);
}

.site-header nav ul.menu>li.busquedaBoton>a {
	color: transparent !important;
}

.bannerInt {
	margin-top: 0 !important;
	height: 45vh !important;
}

.bannerProductos>.contenedor {
	height: 45vh !important;
}

.site-header .burguer span {
	background-color: #fff !important;
}