.none-upper {
    text-transform: none;
}
.ai-icon img {
    width: 70px;
}

.blog-media img {
    width: 100%;
    height: auto;
}

.lista {
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    padding-left: 20px;
}
    .lista li {
        list-style-type: disc;
        padding-bottom: 20px;
        text-align: left;
    }

.cuadrado-serv {
    position:relative;
	width: 20%;
	padding:20px;
	overflow:hidden;
	display:table;
	float: left;
	overflow: hidden;
	text-align: center;
}

.publicidad {
    padding: 20px;
    width: 100%;
    height: 400px;
    background: url("images/image-blog-publicity.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
    .publicidad .contenido {
        background: rgba(255,255,255,0.7);
        width: 100%;
        height: 100%;
        padding: 10px;
    }
    .publicidad .contenido h3 {
        font-size: 22px;
        line-height: 24px;
        margin-top: 80px;
    }

@media only screen and (max-width: 768px) {
    .cuadrado-serv {
        width: 50%;
    }
    .cuadrado-serv:last-child {
        float: none;
        margin: auto;
    }
}

/* Slider before & after */

.beforeafter .owl-prev .fa {
    right: 0 !important;
}
.beforeafter .owl-next .fa {
    left: 0 !important;
}

/* Red Social Botón */

.red-social .fa {
    font-size: 30px;
}

.red-social {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
}

/* Logo header */

.logo.small-height img {
    height: 70px !important;
    width: auto !important;
}

.blog-item-title {
    font-size: 34px !important;
}

.texto {
    margin-bottom: 100px;
}

.texto p {
    font-size: 18px;
}

.texto h2 {
    font-size: 30px;
}

.texto h3 {
    font-size: 25px;
}

.texto ol li {
    margin-bottom: 20px;
    font-size: 18px;
}