/*

Theme Name: Aecid
Author: Aiman Zine
version: 1.0.0
*/


/*
	Reset
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
    color: #444;
    background-color: #fff;
    font-family: Arial;
    font-size: 10pt;
}

body,
button,
input,
select,
textarea {
	font-weight: 300;
	font-size: 13px;
	line-height: 1.6;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a img {
	border: 0;
}


/*
	General
*/

.site {
	background-color: #d8dcde;
}

.container {
	min-width: 300px;
	margin: 0 auto;
}

.content-area-404 {
	margin: 50px 0;
}
	
.shadow {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
}

.screen-reader-text {
	display: none;
}
	
.main-content-section {
	background-color: #fff;
	overflow: hidden;
}
	
.site-content {
	background-color: #fff;
	margin: 15px 15px 0;
}
	
.hide-mobile {
	display: none;
}


/*
	Usefull
*/

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hide {
	display: none !important;
}

.hide-animation {
	visibility: hidden;
	opacity: 0 !important;
}

.format-16-9 {
	background-color: #000;
}

.format-16-9 iframe {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}


/*
	Typography
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

h1 {
	font-size: 26px;
	line-height: 1.35;
}

h2 {
	font-size: 22px;
	line-height: 1.35;
}

h3 {
	font-size: 16px;
	line-height: 1.3;
    border-left: 10px solid #d9414c;
	padding: 0 0 0 10px;
	color: #d9414c;
}

h4,
h5,
h6 {
	font-size: 15px;
	line-height: 1.2;
}

h5,
h6 {
	letter-spacing: 2px;
}

p {
	margin-bottom: 20px;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 3px solid #ED7676;
	font-size: 18px;
	font-style: italic;
	line-height: 1.65;
	margin-bottom: 20px;
	padding-left: 15px;

}

blockquote p {
	margin-bottom: 15px;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	font-size: 15px;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	border: 1px solid #eaeaea;
	line-height: 1.2;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/*
	Elements
*/

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

ul,
ol {
	margin: 0 0 20px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 20px;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 20px;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}


/*
	Forms
*/

button,
input,
select,
textarea {
	background-color: #fcfcfc;
	border-radius: 0;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	border: 1px solid #ccc;
	color: #333;
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 15px;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 8px;
	width: 100%;
	border-bottom: solid 1px #32324b;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	color: #fff;
	background-color: #023e5c;
	font-size: 12px;
}

.wp-polls button,
.wp-polls input[type='button'],
.wp-polls input[type='reset'],
.wp-polls input[type='submit'] {
	color: #fff;
	background-color: #023e5c;
	font-size: 12px;
}
		
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	background-color: #01537C;
}


/*
	Header
*/

.site-main-logo {
	margin: 10px 0;
}
	
.site-main-logo::after {
	content: "";
	display: block;
	clear: both;
}
	
.site-main-logo a {
	display: block;
	float: left;
	width: 33.33%;
}

.site-main-logo img,
.site-secondary-logo img {
	display: block;
	width: 100%;
}

.site-secondary-logo {
	float: right;
    margin: 0 42px 0 0;
    width: 60px;
	display: none;
}

.site-secondary-logo  a{
	display: block;
}

/* Links */

.header-links {
	float: left;
	margin: 32px 20px;
}

.header-links a {
	color: #333;
}

/* Search Form */

.search-form form {
    margin: 0;
}

.search-form .search-field {
    border: solid 1px #999;
}

.search-form .search-submit {
	text-align: center;
    color: #333;
    padding: 0 10px;
    font-size: 16px;
    height: 35px;
	border: none;
	position: absolute;
	background-color: transparent;
	top: 0;
	right: 0;
    line-height: 0;
    border-left: solid 1px #999;
}

/* Header Search + Social */

.header-social-search {
	float: left;
	width: 160px;
}

.header-search-form {
	float: left;
	margin: 0;
}

.header-search-form form {
    margin: 0;
}

.header-search-form .search-field {
    border: solid 1px #999;
    padding: 4px 4px 4px 40px;
}

.header-search-form .search-submit {
    left: 0;
    border-right: solid 1px #999;
    height: 27px;
    padding: 8px;
    font-size: 14px;
}

.social-menu ul {
	list-style: none;
	margin: 0;
}

.social-menu li {
    margin: 0;
    padding: 7px 0 0px;
    font-size: 22px;
    display: inline-block;
}

.social-menu li a {
	color: #757575;
}

.social-menu li a:hover {
	color: #000000;
}


/*
	Navigations
*/

/* Links */

a {
	text-decoration: none;
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    color: #2436c3;
}

a:hover {
    color: #3f9ddd;
}

a:hover,
a:focus {
	text-decoration: underline;
}

/*	Toggle	*/

.toggle {
    color: #fff;
	overflow: hidden;
	background-color: transparent;
    font-size: 24px;
}

.toggle:hover,
.toggle.toggle-on {
	background-color: transparent;
    color: #fecf10;
}

/*	Main Navigation	*/

.main-navigation {
	display: none;
	position: absolute;
	left:0;
	width: 100%;
	z-index: 6000;
	background-color: #35353E;
}
	
.main-menu-section {
	margin: 15px 0 0;
	background-color: #757575;
}

.main-navigation.toggle-on {
	display: block;
}

.main-navigation a {
	display: block;
	position: relative;
	text-decoration: none;
	webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {
	display: none;
}

.main-navigation ul ul a {
	padding-right: 40px;
}

.main-navigation ul ul ul a {
	padding-right: 60px;
}

.main-navigation ul .toggle-on {
	display: block;
}

.main-navigation ul.toggle-on {
	background-color: #151527;
}

.main-navigation li {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border-top: solid 1px rgba(255,255,255,0.1);
	text-align: center;
}

.main-navigation li:last-first {
	border: none;
}

.main-navigation li a {
    font-weight: 700;
    color: #fff;
    padding: 10px 0;
}

.main-navigation .menu-item-has-children > a {
	width: 100%;
	display: inline-block;
	padding: 0 20px 0 60px;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-description {
	display: none;
}

.no-js .main-navigation ul ul {
	display: block;
}

/*	Main Toggle	*/

.menu-text {
	float: left;
	color: #fff;
	font-size: 18px;
	padding: 6px 0;
	margin: 0 0 0 15px;
}

.main-toggle {
    float: right;
	background-color: transparent;
    padding: 6px 0;
	margin: 0 15px 0 0;
}

/*	DropDown */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
    padding: 9px 0 10px;
	width: 60px;
    font-size: 16px;
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
}

.dropdown-toggle.toggle-on {
	background-color: #151527;
}

/* Post Navigation */

.post-navigation {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    margin: 15px 0;
	padding: 0 10px;
}

.post-navigation a {
	display: inline-block;
}

.post-navigation span {
	display: block;
}

.post-navigation .post-title {
	display: none;
}

.post-navigation .nav-next {
	float: left;
}

.post-navigation .nav-previous {
	text-align: right;
	float: right;
}

.post-navigation .meta-nav {
	font-size: 12px;
	text-transform: uppercase;
	padding: 3px 0 3px 1px;
	font-weight: bold;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
	color: #3f9ddd;
}

/* Pagination */

.pagination {
    margin: 0 0 10px;
    text-align: center;
}

.pagination .page-numbers {
	display: inline-block;
	text-align: center;
    line-height: 1;
	text-decoration: none;
	font-size: 18px;
	padding: 0px 3px;
}

.pagination .page-numbers.dots {
	border: none;
}

.pagination .current,
.pagination .page-numbers:hover {
	text-decoration: none;
}
		
.pagination .page-numbers,
.page-links a {
	color: #646464;
	background-color: transparent;
}

.page-links > span {
	border: solid 1px #cccccc;
}

.pagination .current,
.pagination .page-numbers:hover,
.page-links > span,
.page-links a:hover {
	color: #d63440;
}

.page-links > .page-links-title {
	border: none;
	color: #333;
	background-color: transparent;
}

/* Image Navigation */

.image-navigation {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
    margin: 15px 0;
	font-size: 12px;
	text-transform: uppercase;
}

.image-navigation a {
	display: inline-block;
	padding: 3px 0;
}

.image-navigation span {
	display: block;
}

.image-navigation .nav-next {
	text-align: right;
	float: right;
}

.image-navigation .nav-previous {
	float: left;
}

.image-navigation .nav-previous a:hover,
.image-navigation .nav-next a:hover {
	color: #3f9ddd;
}

.image-navigation .nav-previous .fa-angle-left {
	margin-right: 5px;
}

.image-navigation .nav-next .fa-angle-right {
	margin-left: 5px;
}


/*
	Alignments
*/

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 15px 0;
}

.wp-caption.alignright,
img.alignright {
	margin: 5px 0 15px 20px;
}

.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}

.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 5px;
}


/*
	Clearings
*/

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.site-content:after,
.nav-links:after,
.textwidget:after {
	clear: both;
}


/*
	Widgets
*/

.widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	width: 100%;
	word-wrap: break-word;
	margin: 0 0 20px 0;
}

.widget_polls-widget {
	background-color: #f6f7f2;
	overflow: hidden;
}

.widget a,
.widget a:hover {
	text-decoration: none;
}

.widget ul li {
	padding: 0 10px;
}

.widget pre {
	line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
	font-size: 16px;
	line-height: 1.5;
}

.widget button,
.widget input {
	line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size: 12px;
	padding: 10px 20px;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	padding: 8px;
}

.widget-title {
	text-transform: uppercase;
    border-bottom: solid 2px;
	text-align: center;
    line-height: 1;
    padding: 10px;
	color: #000;
	font-weight: bold;
	margin: 15px 10px;
	font-size: 18px;
}

.widget > :last-child {
	margin-bottom: 0;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_entries li {
	border-top: 1px solid rgba(100, 100, 100, 0.5);
	padding: 10px 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
	display: block;
}

/* Text Widget */

.widget_rss .rss-date,
.widget_rss cite {
	font-size: 12px;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.textwidget a {
	border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}

/* Sectores Widget */

.sectores-widget ul,
.sectores-widget li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

.sectores-widget li a {
	display: block;
	padding: 10px 5px;
	line-height: 1.2;
	min-height: 40px;
	font-size: 13px;
	color: #424242;
    border-bottom: 1px solid #D8D8D8;
}

.sectores-widget li a:hover {
	color: #fff;
	background-color: #d63440;
}

/* Image Iinks Widget */

.img-links-widget a {
	margin: 0 0 20px 0;
	display: block;
}

.img-links-widget a img {
	margin: 0 auto;
    display: block;
}

.anuncios-widget {
	background-color: #e5e6e7;
	margin: 0 0 20px 6px;
}

.anuncios-widget h2 a {
	display: block;
    background-color: #757575;
	color: #fff;
	padding: 5px 0px;
	font-size: 14px;
	text-align: center;
}

.anuncios-widget ul,
.anuncios-widget li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

.anuncios-widget li {
    padding-top: 10px;
    background: #e5e6e7;
    min-height: 20px;
    width: 90%;
    margin: 0 auto;
    border-bottom: 2px solid white;
}

.anuncios-widget .entry-date {
	padding: 15px 0 10px;
}

.anuncios-widget .entry-title {
	line-height: 1;
}


/*
	Posts & Pages
*/

/* Post thumbnail*/

.page .post-thumbnail,
.single .post-thumbnail {
	border: 0;
	display: block;
	position: relative;
}

.page .post-thumbnail img,
.single .post-thumbnail img {
	display: block;
	width: 100%;
}

.single a.post-thumbnail:hover,
.single a.post-thumbnail:focus {
	opacity: 0.85;
}

.single .post-thumbnail .attachement-links {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.single .post-thumbnail .attachement-links .more,
.single .post-thumbnail .attachement-links .enlarge {
	font-size: 24px;
    line-height: 1;
	display: inline-block;
}

.single .post-thumbnail .attachement-links a {
	color: rgba(50, 50, 50, 0.2);
	display: block;
}

.single .post-thumbnail:hover .attachement-links a {
	color: rgba(50, 50, 50, 0.45);
}

.single .post-thumbnail .attachement-links a:hover {
	color: rgba(192, 57, 43, 0.9);
}

.entry-date {
    color: #737373;
	font-size: 11px;
}

.single .content-area .entry-date {
	padding: 5px 0 15px;
	font-size: 14px;
}

/* Post Video */

.single .post-audio,
.page .post-audio {
	width: 100%;
	height: 180px;
	background-color: #000;
}

.single .post-video iframe,
.single .post-audio iframe,
.page .post-video iframe,
.page .post-audio iframe  {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	height: 100%;
}

/* Entry Title */

.page .page-main .entry-title,
.single .site-main .entry-title,
.archive-title {
    font-size: 18px;
	font-weight: 300;
    color: #585858;
    border-bottom: 1px solid #D8D8D8;
	padding: 0 0 15px 0;
	margin: 0 0 10px;
	text-align: center;
}

/* Meta */

.single .entry-meta {
    line-height: 1.3;
    padding: 10px 15px;
    margin: 0;
	font-size: 14px;
	border-bottom: solid 1px #ccc;
}

.single .entry-meta .posted-on {
	display: inline-block;
	color: #003380;
    font-weight: bold;
}


/* Content */

.single .entry-content,
.page .entry-content {
	color: #000;
	font-size: 13px;
	overflow: hidden;
	text-align: justify !important;
    line-height: 2;
}

.single .entry-content i,
.page .entry-content i {
	color: #DF0101;
	margin: 0 10px 0 0;
}

.single .entry-content {
	margin: 0 0 20px;
}

.single .entry-content > :last-child,
.page .entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.single .entry-content,
.page .entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	padding: 15px 0;
}

.entry-content h1,
.entry-summary h1,
.page-content h1 {
	margin: 20px 0;
}

.entry-content h2,
.entry-summary h2,
.page-content h2 {
	font-size: 22px;
	line-height: 1.35;
	margin: 20px 0;
}

.entry-content h3,
.entry-summary h3,
.page-content h3 {
	margin: 20px 0;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6 {
	margin: 20px 0;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6 {
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child {
	margin-top: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content a {
    font-weight: bold;
	font-size: 14px;
}

.sectores-link {
    display: inline-block;
    width: 179px;
    height: 110px;
    position: relative;
    float: left;
	margin: 0 0 15px 0;
}

.sectores-link-3 {
    width: 179px;
    height: 110px;
}

.sectores-link-2 {
    width: 267px;
    height: 200px;
}

.sectores-link a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    font-size: 16px;
    color: white;
    text-decoration: underline;
    height: 100%;
}

.sectores-link a .text {
    display: block;
    width: 80%;
    line-height: 1.1;
    color: white;
    background: rgba(0,0,0,0.4);
    text-align: center;
    margin: 0 auto;
    padding: 3px 0;
    border-radius: 3px;
    font-weight: bold;
}

.sectores-link-3 a .text {
    margin-top: 36px;
}

.sectores-link-2 a .text {
    margin-top: 85px;
}

.sectores-link:hover a .text {
	background: none;
}

.sectores-link:hover a {
    background: rgba(214,52,64,0.7);
    transition: all 0.3s ease-in-out;
}

/* Projects */

.projects .project-title {
	cursor: pointer;
    display: block;
    font-size: 14px;
    margin: 0 0 20px;
    background-color: #BDBDBD;
    border-left: 5px solid #B40431;
    padding: 8px 10px;
    color: #000;

}

.projects table {
    width: 100%;
}

.projects .project {
    margin: 0 0 15px;
}

.projects .project td,
.projects .project th {
    line-height: 1.2;
}

.projects .project tr:nth-child(even) {
	background-color: #ffe699;
}

.projects .project tr:nth-child(odd) {
	background-color: #fff2cc;
}

.projects .project thead th {
	background-color: #ffd966 !important;
	text-align: center !important;
    vertical-align: middle;
}

.projects .project tr .titulo {
	width: 50%;
}

/* edu */

.page-id-182 .projects .project tr:nth-child(even) {
	background-color: rgb(180,198,231);
}

.page-id-182 .projects .project tr:nth-child(odd) {
	background-color: rgb(217,225,242);
}

.page-id-182 .projects .project thead th {
	background-color: rgb(142,169,219) !important;
	text-align: center !important;
    vertical-align: middle;
}

/* santé */

.page-id-187 .projects .project tr:nth-child(even) {
	background-color: rgb(252,228,214);
}

.page-id-187 .projects .project tr:nth-child(odd) {
	background-color: rgb(248,203,173);
}

.page-id-187 .projects .project thead th {
	background-color: rgb(244,176,132) !important;
	text-align: center !important;
    vertical-align: middle;
}

/* Eco */

.page-id-180 .projects .project tr:nth-child(even) {
	background-color: rgb(198,224,180);
}

.page-id-180 .projects .project tr:nth-child(odd) {
	background-color: rgb(226,239,218);
}

.page-id-180 .projects .project thead th {
	background-color: rgb(169,208,142) !important;
	text-align: center !important;
    vertical-align: middle;
}



/* tabs */

.page .tabs {
	margin: 15px 0 0;
    border-bottom: solid 1px #ccc;
}

.page .tabs::after {
	content: "";
	display: block;
	clear: both;
}

.page .tabs .tab {
    float: left;
    padding: 5px 10px;
    font-weight: bold;
    background-color: #eee;
    border: solid 1px #ccc;
    border-right: none;
	cursor: pointer;
    position: relative;
    bottom: -1px;
	webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.page .tabs .tab:hover {
	background-color: #f5f5f5;
}

.page .tabs .tab:last-child {
    border-right: solid 1px #ccc;
}

.page .tabs .tab.selected {
	background-color: #fff;
    border-bottom: solid 1px #fff;

}

.page .tab-content {
	padding: 10px;
	margin: 0;
	border: solid 1px #ccc;
	border-top: none;
}


/*
	Pages
*/

.site-main .search-archive {
	width: 100%;
}

.category-anuncios .site-main .archive {
	width: 100%;
	float: none;
}

.page-header {
	margin: 0 0 10px 0;
}

.page-title {
	padding: 20px 15px 0;
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	text-decoration: underline;
    line-height: 1;
}

.page-menu ul,
.page-menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

.page-menu li {
    height: auto;
    background-color: #e7e7e7;
    display: block;
    border-bottom: 1px solid white;
}

.page-menu li a {
    display: block;
    padding: 10px;
    line-height: 1.3;
    padding-left: 10px;
    width: 100%;
    color: #2E2E2E;
    font-size: 13px;
}

.menu-title {
    width: 100%;
    padding: 5px 10px;
    background: #727272;
    text-align: left;
    color: white;
    font-size: 18px;
}

.error-404 {
	padding: 50px 15px;
    text-align: center;
}

.page-menu {
	margin: 0 0 15px;
}

/* Page Content */

.page-content {
	padding: 25px 0;
}

.page-content > :last-child {
	margin-bottom: 0;
}

/* Page Links */

.page-links {
    margin: 20px 0;
}

.page-links a,
.page-links > span {
	display: inline-block;
	width: 32px;
	text-align: center;
    line-height: 1;
    padding: 8px 0px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 5px 0 0;
}

.page-links a:hover,
.page-links a:focus {
	text-decoration: none;
}

.page-links > .page-links-title {
	width: auto;
}

/* Search Page */

.no-results h2 {
	font-size: 48px;
    margin: 10px 0 55px !important;
	font-weight: 300;
    color: rgba(192, 57, 43,0.8);
}

.search-form {
	position: relative;
    margin: 0 0 15px;
}

.search-header .search-field,
.search-header .search-submit,
.not-found .search-field,
.not-found .search-submit {
	display: block;
	height: 40px;
	float: left;
}

.search-header .search-field,
.not-found .search-field {
	width: 100%;
	padding-left: 40px;
	border: solid 1px #ccc;
	border-left: none;
	background-color: #FFF;
	border-bottom-color: rgba(192, 57, 43,0.8);
}

.search-header .search-submit,
.not-found .search-submit {
	width: 40px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
    border-bottom: solid 1px rgba(192, 57, 43,0.8);
	background-color: #FFF;
	color: rgba(192, 57, 43,0.8);
	padding: 0;
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
}

.search-header .search-submit .fa,
.not-found .search-submit .fa {
    float: right;
    margin-right: 10px;
}

.search-header .search-submit:hover,
.not-found .search-submit:hover {
	background-color: transparent;
	color: #333;
}

/* 404 Page */

.page-404-title {
	font-size: 24px;
	color: rgba(192, 57, 43,0.8);
}


/*
	Posts Lists Pages
*/

.error404 .site-main {
	padding: 0 15px;
}


/*
	List Layouts
*/

.more-link {
	color: #d63440;
	font-size: 13px;
	text-decoration: underline;
	margin: 10px 0 0;
	display: block;
}

/* Common */

.posts-list {
	overflow: hidden;
}

.posts-list .post,
.posts-list .page {
	margin: 0 0 20px 0;
}

.posts-list .post-thumbnail {
	overflow: hidden;
	position: relative;
}

.posts-list .post-thumbnail a {
	display: block;
}

.posts-list .post-thumbnail img {
	webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 100%;
}

.posts-list .post-thumbnail {
	position: relative;
	display: block;
}

.posts-list .video-thumbnail .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: -25px 0 0 -25px;
    background-image: url('assets/img/play.png');
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 0 0;
}

.posts-list:hover .video-thumbnail .play {
    background-position: 0 -50px;
}

.posts-list .post:hover .post-thumbnail img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.posts-list .entry-title {
	margin: 10px 0;
	font-weight: 300;
}

.posts-list .post .entry-title a:hover,
.posts-list .post .entry-title a:focus {
	color: #3f9ddd;
	text-decoration: none;
}

.posts-list .entry-content {
	display: inline-block;
	overflow: hidden;
}

.posts-list .entry-content p:last-child {
	margin: 0;
}

/* Links List */

.links-list {
	margin: 30px 0 0;
}

.links-list i {
    color: #c62628;
    font-size: 16px;
	padding: 0 15px 0 0;
}

.links-list h2 {
	display: inline;
    font-size: 14px;
}

.links-list a {
    color: #424242;
}

/* Side Image */

.layout-side-image-1 .post {
	margin: 0 0 20px 0;
	overflow: hidden;
}

.layout-side-image-1 .post-thumbnail {
	width: 100px;
	float: left;
}

.layout-side-image-1 .entry-data {
	margin: 0 0 0 110px;
	line-height: 1;
}

.layout-side-image-1 .entry-title {
	margin: 0 0 10px;
    color: #2E2E2E;
    font-size: 14px;
    line-height: 1;
}

.layout-side-image-1 .entry-title a {
	color: #333;
	font-size: 14px;
}

.layout-side-image-1 .entry-meta {
	margin: 0 0 15px 0;
    font-size: 12px;
}

.layout-side-image-1 .entry-meta a:hover {
	text-decoration: underline;
}


/*
	Media
*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {

	margin-bottom: 20px;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	width: 300px;
	height: 169px;
	display: block;
	margin: 0 auto;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 20px;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/*
	Captions
*/

.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	font-size: 12px;
	line-height: 1.5;
	padding: 10px 0;
	text-align: center;
}


/*
	Footer
*/


.site-footer a {
	font-size: 13px;
	color: #58585A;
}

.site-footer .col-2
.site-footer .col-3,
.site-footer .col-4 {
	padding: 20px 15px 0;
}

.site-footer .col-5 {
    padding: 20px 10px 0;
}

.footer-top {
	padding: 15px;
	margin: 10px 0;
	background-color: #e7e7e7;
}

.footer-top h2 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

.footer-top ul,
.footer-top li {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
	display: block;
	overflow: hidden;
}

.footer-top li {
	padding: 0 5px 0 0;
    line-height: 1.1;
}

.footer-top li i {
    font-size: 17px;
    color: #d9414c;
    display: block;
	float: left;
	width: 35px;
}

.footer-top::after,
.footer-mid::after {
	content: "";
	display: block;
	clear: both;
}

.footer-mid {
	margin: 0 0 5px;
	background-color: #e7e7e7;
}

.footer-mid h2 {
	font-size: 14px;
	margin-bottom: 10px;
    min-height: 40px;
}

.footer-mid li {
	line-height: 1.1;
}

.footer-bottom {
	text-align: center;
	padding: 4px 10px;
	margin: 10px 0 40px;
	background-color: #e7e7e7;
	font-size: 13px;
}


/*
	Home	
*/

.post:hover a,
.video:hover a {
	text-decoration: none;
}

.video:hover a {
	color: #DC4C4E;
}

.cat-section .entry-title {
    padding: 5px 10px;
    display: block;
    font-size: 13px;
    line-height: 1.2;
    color: #2E2E2E;
    margin-bottom: 15px;
}

.entry-media {
	display: block;
	overflow: hidden;
}

.entry-media img {
	display: block;
	width: 100%;
}

.section-title {
    padding: 2px 7px;
    font-size: 18px;
    margin-bottom: 10px;
    border-left: 10px solid #d9414c;
	font-weight: 300;
}

.section-title a {
    color: #d9414c;
}

.section-title i {
	margin: 0 0 0 6px;
}

.cat-section .section-title {
    padding: 2px 7px;
    font-size: 18px;
    margin-bottom: 10px;
    border-left: 10px solid #d9414c;
	text-transform: uppercase;
}

/* Videos */

.videos .entry-media {
	position: relative;
	display: block;
}

.videos .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: -25px 0 0 -25px;
    background-image: url('assets/img/play.png');
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 0 0;
}

.videos .video:hover .play {
    background-position: 0 -50px;
}

/* cat section */

.cat-section .posts {
	overflow: hidden;
}

.cat-section .entry-date {
    padding: 5px 10px;
    margin-bottom: 3px;
}


/*
	Media Queries
*/

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/*
	min-width: 375px
 */

@media screen and (min-width: 375px) {

	/*
		Content
	*/

	p > embed,
	p > iframe,
	p > object,
	p > video {
		width: 345px;
		height: 194px;
	}

}

/*
	min-width: 420px
*/

@media screen and (min-width: 420px) {


	/*
		Content
	*/

	p > embed,
	p > iframe,
	p > object,
	p > video {
		width: 390px;
		height: 219px;
	}

}


/*
	Custom 480px
*/

@media screen and (min-width: 480px) {

	/*
		General
	*/
	
	.hide-mobile {
		display: inline-block;
	}


	/*
		Page
	*/

	.page-title {
		padding: 33px 15px 0;
	}


	/*
		Header
	*/

	.site-main-logo {
		margin: 10px auto;
		width: 486px;
	}

	.site-secondary-logo {
		display: block;
	}

	.footer-top li {
		width: 50%;
		float: left;
	    height: 50px;
		margin: 0;
	}


	/*
		Content
	*/

	p > embed,
	p > iframe,
	p > object,
	p > video {
		width: 450px;
		height: 253px;
	}

}


/**
 * Mobile Large 768px
 */

@media screen and (min-width: 768px) {
	
	.site-content {
		margin: 15px 0 0;
	}

	.container {
		width: 748px;
	}

	.content-area {
		width: 520px;
	}

	.left-sidebar-site .content-area {
		float: right;
	}

	.right-sidebar-site .content-area {
		float: left;
	}
	
	.right-content {
		float: right;
		width: 520px;
	}
	
	.left-content {
		float: left;
		width: 520px;
	}


	/*
		Header
	*/

	.menu-text {
		margin: 0;
	}
	
	.main-toggle {
		margin: 0;
	}

	.site-main-logo a {
		height: 71px;
	}

	.site-main-logo img {
		height: 100%;
	}


	/*
		Sidebar
	*/

	.sidebar {
		width: 215px;
		position: relative;
		padding: 0;
	}

	.main-sidebar {
		width: 300px;
	}

	.left-sidebar-site .sidebar {
		float: left;
	}

	.right-sidebar-site .sidebar {
		float: right;
	}

	.home .sidebar {
		background-color: #fff;
	}
	
	.sidebar-right {
		float: right;
		margin: 0 10px 0 0;
	}
	
	.sidebar-left {
		float: left;
		margin: 0 0 0 10px;
	}


	/*
		Content
	*/

	p > embed,
	p > iframe,
	p > object,
	p > video {
		width: 690px;
		height: 388px;
	}


	/*
		Page
	*/

	.sectores-link-2 {
		width: 260px;
		height: 200px;
	}

	.sectores-link-3 {
		width: 173px;
		height: 110px;
	}


	/*
		Home
	*/

	/* Videos */
	
	.home .videos .video {
		height: 220px;
	}
	
	.home .videos .entry-title {
		line-height: 1.65;
		padding: 4px 10px;
	}
	
	.home .posts {
		overflow: hidden;
	}

	/* Cat Section*/

	.cat-section .post {
		width: 33.33%;
		height: 270px;
		position: relative;
		padding: 0 10px 0 0;
		margin: 0 0 30px 0;
		float: left;
	}

	.cat-section .post .more-link{
		position: absolute;
		bottom: 0;
		padding: 5px 10px;
		margin: 0;
	}
}


/**
 * Desktop Medium 992px
 */

@media screen and (min-width: 992px) {

	/*
		General
	 */

	.container {
		width: 974px;
	}
	
	.row {
		margin: 0 -10px;
		overflow: hidden;
	}

	.content-area {
		width: 750px;
	}
	
	.right-content {
		width: 750px;
	}
	
	.left-content {
		width: 750px;
	}


	/*
		Content
	*/

	p > embed,
	p > iframe,
	p > object,
	p > video {
		width: 580px;
		height: 326px;
	}



	/*
		Header
	*/

	.site-branding {
		padding: 10px 0;
		display: block;
	}

	.toggle {
		display: none;
	}

	.site-main-logo {
		float: left;
		margin: 7px 0px 6px;
	}

	/* Page Header */

	.social-menu {
		margin: 0;
	}
	
	.social-menu a {
		color: #444;
		font-size: 24px;
	}


	/*
		Navigation
	*/

	.menu-text {
		display: none;
	}
	
	.main-menu-section {
		margin: 0;
		background-color: transparent;
	}

	/*	Main Navigation	*/
	
	.ul-container {
		background-color: transparent;
	}

	.main-navigation {
		display: block;
		width: auto;
		position: inherit;
		background-color: transparent !important;
		float: left;
		text-transform: uppercase;
	}
	
	.main-navigation li a {
		color: #777;
	}

	.main-navigation ul {
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}

	.main-menu-section .nav-menu {
		font-size: 0;
	}

	.header1 .main-navigation ul {
		float: right;
	}

	.fixed-header.fixed-header2 .main-navigation ul,
	.fixed-header.fixed-header3 .main-navigation ul {
		float: right;
	}

	.main-navigation ul ul {
		display: block;
		font-size: 13px;
	}

	.main-navigation .sub-menu {
		position: absolute;
		background-color: rgba(255, 255, 255, 0.96);
		z-index: 6000;
		width: 175px;
		opacity: 0;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
		visibility: hidden;
		top: 46px;
	}

	.main-navigation .nav-menu .sub-menu .menu-item-has-children .sub-menu {
		left: 100%;
		top: 0;
	}

	.main-navigation .sub-menu .fa {
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.main-navigation .nav-menu .menu-item-has-children:hover > .sub-menu {
		visibility: visible;
		opacity: 1;
	}

	.main-navigation li {
		border: 0;
		position: relative;
		width: auto;
		overflow: visible;
		text-align: right;
		padding: 0;
		font-size: 12px;
	}

	.main-navigation .nav-menu > li {
		display: inline-block;
		border-right: solid 2px #fff;
	}

	.main-navigation .nav-menu > li:last-child {
		border: 0;
	}

	.main-navigation .nav-menu li a {
		width: auto;
		padding: 2px 21.75px;
		background-color: #757575;
		color: #fff;
	}

	.main-navigation .sub-menu li a {
		border-right: solid 2px rgba(150,150,150,0.2);
		border-top: 1px solid rgba(255, 255, 255, 0.05);
		width: 100%;
		color: #666;
	}

	.main-navigation .nav-menu > .current-menu-item > a,
	.main-navigation .nav-menu > .current-menu-ancestor > a,
	.main-navigation .nav-menu > li > a:hover {
		background: #D63440;
		color: #fff;
	}

	.main-navigation .sub-menu .current-menu-item > a,
	.main-navigation .sub-menu .current-menu-ancestor > a,
	.main-navigation .nav-menu .sub-menu li a:hover {
		border-right: solid 4px #e83193;
	}

	.main-navigation li a {
		margin: 0;
		height: auto;
		width: auto;
		line-height: 1.7;
		webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.main-navigation .menu-item-has-children a {
		margin: 0;
	}

	.menu-link {
		float: left;
		padding: 9px 10px;
		font-weight: bold;
		display: block;
		background-color: #3f639b !important;
		color: #fff !important;
	}

	/* Dropdown Toggle */

	.dropdown-toggle {
		display: none;
	}
	
	.main-navigation .current-menu-item > a .dropdown-toggle,
	.main-navigation .current-menu-ancestor > a .dropdown-toggle,
	.main-navigation .nav-menu li a:hover .dropdown-toggle {
		color: #f4d659;
	}


	/*
		List Layouts
	*/

	.layout-side-image-1 .post-thumbnail {
		width: 244px;
		margin: 0 0 10px 0;
	}
	
	.layout-side-image-1 .entry-data {
		margin: 0 0 0 260px;
	}



	/*
		Footer
	*/
	
	.footer-widget-area {
		padding: 0 10px;
	}
	
	.site-footer .col-2 {
		width: 50%;
		padding: 5px 10px;
		margin: 0;
		float: left;
	}

	.site-footer .col-2-right {
		padding-top: 35px;
		border-left: solid 3px #fff;
	}
	
	.site-footer .col-3 {
		width: 33.33%;
		padding: 30px 10px;
		margin: 0;
		float: right;
	}

	.site-footer .col-4 {
		width: 25%;
		padding: 20px 10px;
		margin: 0;
		float: right;
	}

	.site-footer .col-5 {
		width: 20%;
		padding: 20px 10px 0;
		margin: 0;
		float: left;
	}

	.site-footer .col-3,
	.site-footer .col-4 {
		padding: 20px 10px 10px;
	}

	.footer-top li a {
		float: left;
		display: block;
		width: 180px;
	}


	/*
		Page
	*/

	.page .site-main .page,
	.single .site-main .category-noticias,
	.single .site-main .category-galeria-de-videos-y-audios,
	.site-main .archive {
		float: left;
		width: 543px;
	}
	
	.page-menu {
		width: 192px;
		float: left;
		margin: 0 15px 0 0;
	}

	.sectores-link-2 {
		width: 267px;
		height: 200px;
	}

	.sectores-link-3 {
		width: 179px;
		height: 110px;
	}

}