.template-n1 .menu h1 {
    color: #008EAA;
}

.template-n1 .portada .ctn-portada .asidemenu {
    border-top-color: #008EAA;
}

.template-n1 .tituseccion {
    font-weight: 700;
    color: #008EAA;
}

.template-n1 .tituseccion::after {
    background: #ffc600;
    height: 3px;
    border-radius: 10px;
}

.template-n1 .categoria h2 {
    background: rgb(50, 50, 50);
    background: linear-gradient(0deg, rgba(50, 50, 50, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.template-n1 .categoria h2 {
    display: flex;
    align-items: flex-end;
    height: 90px;
}

.template-n1 .servicios h3 {
    background: rgb(50, 50, 50);
    background: linear-gradient(0deg, rgba(50, 50, 50, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.template-n1 .servicios h3 {
    height: 100px;
    display: flex;
    align-items: flex-end;
}

.template-n1 .catt-rel h3 {
    background: rgb(50, 50, 50);
    background: linear-gradient(0deg, rgba(50, 50, 50, 1) 0%, rgba(255, 255, 255, 0) 100%);
    height: 80px;
    display: flex;
    align-items: flex-end;
}

.template-n1 .medfull {
    background: #f8eecb;
}

.template-n1 #marcas ul.slick-dots li.slick-active button {
    background: #037389;
}

.template-n1 #marcas ul.slick-dots li button {
    background: #3fa1b4;
}

.template-n1 #marcas {
    max-height: 125px;
}

.template-n1 #marcas img {
    transition: all ease-in-out .3s;
}

.template-n1 #marcas img:hover {
    transition: all ease-in-out .3s;
    filter: grayscale(100%);
}

.template-n1 #marcas .item .marca {
    text-align: center;
    height: auto;
    padding: 0px;
    border: solid 1px #eee;
    border-radius: 6px;
    background-color: #fff;
    margin: 0 10px;
    overflow: hidden;
}

.template-n1 .catt-rel a::before {
    display: none;
}

.template-n1 .portada .img-portada {
    height: 350px;
}

.template-n1 .portada .ctn-portada {
    height: 350px;
    /* display: flex;
    align-items: center; */
}

/* .logo-campana {
    margin: 0px;
} */

.template-n1 .contenido .info h3 {
    font-size: 14px;
    color: #008EAA;
    font-weight: 900;
}

.template-n1 .contenido .info p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 17px;
}

.template-n1 .contenido .info span {
    font-weight: 700;
    color: #008EAA;
}

.template-n1 .contenido .info span::before {
    font-weight: 900;
    color: #008EAA;
}

.template-n1 .contenido:hover .info {
    border-bottom: solid 5px #ffc600;
}

.template-n1 .contenido:hover .info span {
    color: #037389;
}

.template-n1 .txt-seo h3 {
    color: #008EAA;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
}

.template-n1 .txt-seo p {
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
}