﻿/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/set/2016, 17:24:19
    Author     : JCarvalho
*/


.page-title-portfolio {
    background: rgba(0, 0, 0, 0);
    padding-bottom: 40px;
    padding-top: 40px;
    background-image: url('img/portfolio.png');
    background-size: cover;
}

.page-title-portfolio  h1 {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    margin: 20px;
    padding: 20px;
    text-transform: uppercase;
}

/*******************************/
/*    Featured right column    */
/*******************************/
.featured-img {
	margin-bottom : 10px;
}

.mag-right-column {
	border 	: 1px solid #eee;
	padding : 15px;
}

.mag-right-column > h2{
	display 		: inline-block;
	background 		: #e74c3c;
	font-weight 	: 400;
	padding 		: 5px 10px;
	margin-bottom 	: 10px;
	color 			: #fff;
}

.mag-right-item {
	border-bottom  : 1px solid rgba(0,0,0,0.1);
	padding        : 10px 0px 0px;
}

.mag-right-column .mag-right-item:last-child {
	border-bottom  : 0px;
}

/* Custom Header Padding */
.header-top {
    padding: 20px 0 20px;
}
/* //Custom Header Padding */

/* Media Center */
.post-article {
    text-align: justify;
}
/* //Media Center */

/* Custom Media Center - Article */
.media-center-noticia {
    font-size: 18px !important;
    text-align: justify;
}
/* //Custom Media Center - Article */

/* Custom Media Slider */
.client-logo h2 {
    background: #F9F9F9;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    margin: 0;
    padding: 15px 20px;
    text-transform: uppercase;
}
.latest-news-caruosel {
    padding: 15px; 
}
.single-latest .slider-texto {
    padding-right: 15px !important;
    text-align: justify;
}
.slider-image {
    border: 1px solid transparent;
    border-radius: 4px;
    transition: 0.4s;
}
.slider-image:hover {
    opacity: 0.7;
    border: 1px solid lightgrey;
}
.slider-texto {
    font-family: "Roboto Condensed";
}
.slider-titulo {
    font-size: 18px !important;
    padding-bottom: 3px;
}
.lead-title a {
    color: black;
}
.lead-title span:hover {
    color: #e74c3c;
}
.slider-titulo-a {
    color: black;
}
/* //Custom Media Slider */

/* Custom Opinions */
.opinioes {
    font-size: 15px !important;
}
.name {
    font-size: 12px !important;
}
/* //Custom Opinions */

