/*
Theme Name: cephip
Text Domain: cephip
Description: Design and Development by: bioxnet
Author: Bioxnet
Author URI: http://bioxnet.com/
Version: 1.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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* //////////////////////////// Color Seleccion ///////////////////////////////////*/

::selection {
	background: #F27331;
	color: #fff;
}
::-moz-selection {
 background: #F27331;
 color: #fff;
}
::-webkit-selection {
 background:#F27331;
 color: #fff;
}
/* //////////////////////////// ////////////////////////////////////////////////////*/
/* //////////////////////////// MENU CSS //////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////*/


.slicknav_menu {
	display: none;
}
 @media screen and (max-width: 1028px) {
.js .menu {
	display: none;
}
.js .slicknav_menu {
	display: block;
}
}
/*** ESSENTIAL STYLES MENU ***/

.bg-menu {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	position: relative;
	z-index: 990;
	clear: both;
	background-color: #0089e1;
	border-bottom: 5px solid #dddddd;
}
.content-menu {
	float: right;
	position: relative;
	z-index: 990;
	margin: 26px 0 0 0;
}
.menu, .menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li-menu-hide {
	display: none !important;
}
.menu li {
	position: relative;
}
.menu li.menu-hide {
	display: none;
}
.menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	border-top: 2px solid #e5642e;
	box-shadow: 0 3px 5px #bababa;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	background-color: #FFF;
}
.menu > li {
	float: left;
}
.menu li:hover > ul {
	display: none;
}
.menu li a {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	padding: 10px 3px 5px 3px;
	text-decoration: none;
	zoom: 1;
	display: inline-block;
	position: relative;
}
.menu li a:hover {
	color: #e5642e;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.menu ul ul {
	top: 0;
	left: 100%;
}
.menu > li > .parent {
	background-image: url("img/downArrow.png");
	background-repeat: no-repeat;
	background-position: right 17px;
	position: relative;
}
.menu ul {
	min-width: 8em;
	/**width: 8em;*/
	width: 21em;
}
.menu li ul li a {
	color: #7E7E7E;
	font-weight: 400;
	font-size: 14px;
	border-right: none;
	padding: 10px 0;
	text-transform: capitalize;
	white-space: pre-wrap;
	line-height: 18px;
}
.menu li ul li a:hover {
	color: #e5642e;
	padding: 10px 0 10px 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.menu li {
	white-space: nowrap;
 *white-space: normal;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.menu li::after {
	content: "\f111";
	font-family: FontAwesome;
	font-style: normal;
	font-size: 6px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 13px;
	text-align: center;
	bottom: 1px;
	color: #bbbbbb;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	position: relative;
	top: -2px;
}
.menu li:last-child:after {
	content: '';
	display: inline-block;
}
.menu ul li:after {
	content: '';
	display: inline-block;
}
/*background sub menu */

.menu ul li {
	background: #FFF;
	border-bottom: 1px solid #f5f5f5;
	margin: 0 5px;
	padding: 0px 10px;
	min-width: 185px;
}
.menu ul li:last-child {
	border-bottom: 0;
}
/*background sub sub menu */
.menu ul ul li {
	background: #FFF;
	border-bottom: 1px solid #f5f5f5;
}
/*background sub sub sub menu */
.menu ul ul ul li {
	background: #5485b2;
	border-bottom: 1px solid #6D9AC3;
}
/*hover menu*/
.menu li:hover {
	-webkit-transition: none;
	transition: none;
}
/*.menu li.active {
	border-top: 3px solid #ff9800;
}
.menu li.active > a {
	color: #ff9800;
}*/
/*hover sub menu*/
.menu li li:hover {
	background: #FFF;
	opacity: 1;
	-webkit-transition: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
/*hover sub sub menu*/
.menu li li li:hover {
	background: #FFF;
	opacity: 1;
	-webkit-transition: none;
	transition: none;
}
.menu > li.hover > ul {
	left: 0;
	opacity: 1;
}
.menu li li.hover ul {
	left: 100%;
	top: 0;
}
/* //////////////////////////// ////////////////////////////////////////////////////*/
/* //////////////////////////// MENU CSS MOBIL /////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////*/

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: left;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: right;
}
.slicknav_menu .slicknav_icon {
	background-image: url(img/DownMenu.png);
	background-repeat: no-repeat;
	background-size: 88px;
	float: right;
	width: 88px;
	height: 40px;
	border-radius: 0px;
	margin: 6px 0 2px 0;
}
.slicknav_menu .slicknav_no-text {
	margin: 0
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 34px;
	margin: 8px auto;
	height: 0.18em;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
/*margin-top: 0.188em*/
}
.slicknav_nav {
	clear: both
}
.slicknav_nav ul, .slicknav_nav li {
	display: block
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	display: inline
}
.slicknav_menu:before, .slicknav_menu:after {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	clear: both
}
/* IE6/7 support */
.slicknav_menu {
*zoom: 1
}
.slicknav_menu {
	font-size: 16px;
}
/* Button */
.slicknav_btn {
	width: 96%;
	display: block;
	margin: 0 0;
	padding: 0 2% 5px 2%;
	text-decoration: none;
	background: #e5642e;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
	color: #3A6790;
	font-weight: 300;
	margin: 14px 0 0 0;
	display: none;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
	background-color: #6EA7D5;
	display: none;/* Desaparecer barras*/
}
.slicknav_menu {
	background: #D55520;
	padding: 0px;
	margin-bottom: 0px;
}
.slicknav_nav {
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 0.775em;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}
.slicknav_nav ul {
	padding: 0;
	margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
	padding: 15px 10px;
	margin: 2px 5px;
}
.slicknav_nav a {
	padding: 15px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_arrow {
	color: #FFF;
}
.slicknav_nav .slicknav_row:hover {
	background: #ccc;
	color: #fff;
}
.slicknav_nav a:hover {
	background: #ccc;
	color: #222;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
/* //////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////// CSS LOOP DEFAULT ///////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////*/


.loop p {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-align: justify;
}
.loop strong, b {
	font-weight: 600;
	color: #333;
}
.loop a {
	color: #333;
	text-decoration: none;
}
.loop a:hover {
	color: #000;
}
.loop i, em {
	font-style: italic;
}
.loop ul {
	margin: 15px 0;
	display: block;
}
.loop ul ul {
	margin: 5px 0;
	display: block;
}
.loop ul li {
	color: #717171;
	font-size: 13px;
	margin: 6px 0;
	padding: 3px 0 0 16px;
	line-height: 18px;
	background-image: url(img/bullet1.png);
	background-repeat: no-repeat;
	background-position: -6px 2px;
}
.loop ul ul li {
	color: #808080;
	margin: 5px 0;
	padding: 3px 0 0 13px;
	line-height: 18px;
	background-image: url(img/bullet2.png);
	background-repeat: no-repeat;
}
loop p img {
	max-width: 100%;
	height: auto;
}
.loop h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
.loop h1 {
	font-size: 20px
}
.loop h2 {
	font-size: 18px
}
.loop h3 {
	font-size: 17px
}
.loop h4 {
	font-size: 16px
}
.loop h5 {
	font-size: 15px
}
.loop h6 {
	font-size: 14px
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
	text-align: left;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
	text-align: right;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* //////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////// CSS GENERAL ////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////*/
body {
	font-family: 'Open Sans', sans-serif;
}
.wrapper {
	width: 100%;
	display: block;
	float: left;
}
.wrapper-content {
	width: 100%;
	display: block;
	float: left;
	
}
.wrapper-content-separacion {
	border-bottom: 1px dashed #eee;
}
.bg-der {
	background-color: #f5f5f5;
	padding: 18px 0;
}
.content {
	width: 1100px;
	margin: 0 auto;
	
}
.left {
	float: left;
}
.right {
	float: right;
}
.content-redes-sociales {
	width: 99%;
	display: block;
	float: left;
	padding: 7px 1% 0 0;
}
.logo {
    width: 135px;
    display: block;
    float: left;
    margin: -35px 0 0 0;
}
.logo img {
	width: 100%;
	height: 100% !important
}
.bg-content-home {
	background-color: #f5f5f5;
	padding: 50px 0;
}
.home-descripcion {
	width: 73%;
	display: block;
	float: left;
}
.loop a.home-conocenos {
	width: 15%;
	display: block;
	float: right;
	text-align: center;
	border: 2px solid #df4200;
	padding: 13px 15px;
	border-radius: 3px;
	color: #4a4a4a;
	margin: 25px 0 0 0;
}
.loop a.home-conocenos:hover {
	background-color: #df4200;
	color: #FFF;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.bg-servicios-home {
	background-color: #fafafa;
	padding: 100px 0 100px 0;
}
.content-servicios-home {
	width: 60%;
	display: block;
	float: left;
}
.content-servicios-home h2 {
	color: #4a4a4a;
	font-size: 32px;
	font-weight: 600;
}
ul.servicios-home {
	width: 100%;
	display: block;
	float: left;
}
ul.servicios-home li {
	background-image: url(img/bullet-servicios.png);
	background-repeat: no-repeat;
	background-size: 26px;
	min-height: 26px;
	line-height: 26px;
	padding: 0 0 0 30px;
	margin: 24px 0 0 0;
}
ul.servicios-home li a {
	text-decoration: none;
	color: #4a4a4a;
	font-size: 14px;
	font-weight: 600;
}
ul.servicios-home li a:hover {
	color: #e5642e;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.imagen-destacada {
	width: 40%;
	display: block;
	float: right;
}
.imagen-destacada img {
	width: 100%;
	height: 100% !important;
	border-radius: 4px;
}
.content-articulos-home {
	display: block;
	float: left;
	width: 100%;
	margin: 50px 0;
}
.content-articulos-home h4 {
	font-size: 22px;
	color: #4a4a4a;
	position: relative;
	margin: 0 0 18px 0;
}
.content-articulos-home h4 span {
	width: 60px;
	height: 6px;
	position: absolute;
	bottom: -18px;
	left: 0;
	background-color: #e4e4e4;
}
.content-articulos-home div#carusel {
	display: block;
	width: 100%;
	margin: -20px auto -20px auto;
	overflow: hidden;
	padding: 50px 0;
	float: left;
}
#carusel.owl-carousel .owl-controls .owl-nav {
	float: left;
	position: absolute;
	top: 0;
	right: 0;
}
#carusel.owl-carousel .owl-controls .owl-nav div {
	border-radius: 6px;
}
.content-articulos-home div#carusel .item {
	background-color: #FFF;
}
.content-articulos-home div#carusel .item div.img-destacada-home {
	width: 100%;
	float: left;
	height: 120px;
	position:relative;
}
.content-articulos-home div#carusel .item div.img-destacada-home .carousel-category {
	position: absolute;
	right: 4px;
	top: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 9px;
	background-color: #E5642E;
	font-size: 14px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.content-articulos-home div#carusel .item div.img-destacada-home .carousel-category:hover {
	background-color: #000;
}
.content-articulos-home div#carusel .item div.img-destacada-home .carousel-category a {
	height:inherit;
	color:#FFF;
	text-decoration:none;
}
.content-articulos-home div#carusel .item div.img-destacada-home a {
	display:block;
	height:120px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.content-articulos-home div#carusel .item div.img-destacada-home img {
	width: 100%;
	height: auto;
}
.content-articulos-home div#carusel .item div.descripcion-articulo {
	width: 100%;
	float: right;
}
.content-articulos-home div#carusel .item div.descripcion-articulo h5 {
	font-size: 16px;
	position: relative;
	margin: 0 0 5px 0;
}
.content-articulos-home div#carusel .item div.descripcion-articulo h5 a {
	text-decoration: none;
	color: #4a4a4a;
	line-height: 18px;
	font-weight: 600;
	margin: 6px 0 0 0;
	display: block;
	font-size: 17px;
}
.content-articulos-home div#carusel .item div.descripcion-articulo p {
	font-size: 13px;
	color: #4a4a4a;
	line-height: 18px;
	font-weight: 400;
	text-align: justify;
}
.content-articulos-home div#carusel .item div.descripcion-articulo a.vermas {
	font-size: 12px;
	color: #e5642e;
	line-height: 18px;
	font-weight: 600;
	text-decoration: none;
}
a.ver-articulos {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: right;
	clear: both;
	margin: 14px 0 0 0;
	font-size: 13px;
	background-color: #E5642E;
	padding: 10px;
	border-radius: 3px0;
}
a.ver-articulos:hover {
	background-color: #df4200;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.date-post {
	display: block;
	background-color: #F2F2F2;
	padding: 10px;
	width: 100%;
	float: left;
	font-size: 12px;
	color: #4a4a4a;
	margin: 0 0 15px 0;
}
.date-post span.fa-calendar {
	margin: 0 6px;
	color: #333;
}
.date-post span.autor {
	margin: 0 6px;
	color: #333;
	font-weight: 600;
}
.bg-white {
	background-color: #FFF;
	padding: 30px 0;
	border-top: 12px solid #E5642E;
}
.derechos-reservados {
	display: block;
	float: left;
	color: #4a4a4a;
	font-size: 12px;
	line-height: 25px;
}
.derechos-reservados a {
	color: #4a4a4a;
	text-decoration: none;
}
.derechos-reservados a:hover {
	text-decoration: underline;
}
.redes-sociales {
	width: 120px;
	display: block;
	float: right;
}
.redes-sociales a.ico-facebook {
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background-color: #BCBCBC;
	border-radius: 50%;
}
.redes-sociales a.ico-facebook em {
	color: #FFF;
	font-size: 12px;
}
.redes-sociales a.ico-twitter {
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background-color: #BCBCBC;
	border-radius: 50%;
}
.redes-sociales a.ico-twitter em {
	color: #FFF;
	font-size: 12px;
}
.redes-sociales a.ico-youtube {
	width: 30px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 50%;
}
.redes-sociales a.ico-youtube em {
	color: #BCBCBC;
	font-size: 26px;
}
.content-share-social {
	background-color: #F2F2F2;
	padding: 10px 0;
	border-radius: 4px;
}
.share-social {
	float: left;
}
.share-social a {
	text-decoration: none;
}
.share-social span.share {
	color: #4a4a4a;
	font-size: 11px;
	margin: 0 0 0 10px;
}
.share-social span.share em {
	font-size: 14px;
	color: #000;
}
.share-social a span.fa-google-plus {
	background-color: #d64937;
	padding: 10px;
	border-radius: 4px;
	color: #FFF;
}
.share-social a span.fa-twitter {
	background-color: #41b7d8;
	padding: 10px;
	border-radius: 4px;
	color: #FFF;
}
.share-social a span.fa-facebook {
	background-color: #3b5997;
	padding: 10px;
	border-radius: 4px;
	color: #FFF;
}
.share-social a span.fa-pinterest-p {
	background-color: #cb2027;
	padding: 10px;
	border-radius: 4px;
	color: #FFF;
}
.share-social a span.fa-linkedin {
	background-color: #0073b2;
	padding: 10px;
	border-radius: 4px;
	color: #FFF;
}
.share-this {
	margin: 10px 0;
	padding: 10px 10px;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.button-likes {
	margin: 0 15px 0 0;
}
.video-container {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
}
.video-container embed, .video-container iframe, .video-container object {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.feed {
	width: 100%;
	display: block;
	float: left;
	margin: 30px 0 60px 0;
}
.feed-facebook {
	width: 30%;
	display: block;
	float: right;
	margin: 0 0;
	position: relative;
}
.facebookList {
    position: relative;
    margin: 0 auto;
    background-color: #f6f7f9;
    border-bottom: 5px solid #3a5897;
    width: 100%;
    float: left;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.facebookList a {
	text-decoration:none;
	color:#E5642E;
}
.feed-facebook h5 {
	color: #4a4a4a;
	border-bottom: 1px solid #f5f5f5;
	padding: 0 0 15px 40px;
}
/*.feed-facebook :before {
	content: '';
	width: 100px;
	height: 4px;
	background-color: #E4E4E4;
	border-radius: 3px;
	position: absolute;
	top: -10px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}*/
.feed-facebook h5:after {
	content: '\f09a';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	position: absolute;
	top: -10px;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #E5642E;
	text-align: center;
	border: 2px solid #E5642E;
	border-radius: 50%;
}
.feed-twitter {
	width: 30%;
	display: block;
	float: left;
	margin: 0 5%;
	position: relative;
}
.feed-twitter h5 {
	color: #4a4a4a;
	border-bottom: 1px solid #f5f5f5;
	padding: 0 0 15px 40px;
}
/*.feed-twitter:before {
	content: '';
	width: 100px;
	height: 4px;
	background-color: #E4E4E4;
	border-radius: 3px;
	position: absolute;
	top: -10px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}*/

.feed-twitter h5:after {
	content: '\f099';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	position: absolute;
	top: -10px;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #E5642E;
	text-align: center;
	border: 2px solid #E5642E;
	border-radius: 50%;
}
#TwitterList {
    position: relative;
    margin: 0 auto;
    background-color: #f6f7f9;
    border-bottom: 5px solid #3b99e2;
    width: 100%;
    float: left;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#TwitterList a {
	text-decoration:none;
	color:#E5642E;
}
#TwitterList ul {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#TwitterList ul li {
	list-style: none;
	color: #7B7B7B;
	margin: 10px 0;
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px solid #f5f5f5;
	padding: 4px 0;
}
#TwitterList ul li:last-child {
	border-bottom: 0px solid #f5f5f5;
}
#TwitterList ul li span a {
	text-decoration: none;
	color: #E5642E;
}
#TwitterList ul li div.user img {
	display:none;
}
#TwitterList ul li div.user a {
	text-decoration: none;
	color: #4a4a4a;
	font-weight: 600;
}
.feed-youtube {
	width: 30%;
	display: block;
	float: left;
	margin: 0 0;
	position: relative;
}
.feed-youtube h5 {
	color: #4a4a4a;
	border-bottom: 1px solid #f5f5f5;
	padding: 0 0 15px 40px;
}
/*.feed-youtube:before {
	content: '';
	width: 100px;
	height: 4px;
	background-color: #E4E4E4;
	border-radius: 3px;
	position: absolute;
	top: -10px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}*/
.feed-youtube h5:after {
	content: '\f16a';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	position: absolute;
	top: -10px;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #E5642E;
	text-align: center;
	border: 2px solid #E5642E;
	border-radius: 50%;
}
a.masvideos {
	width: 60px;
	display: block;
	text-align: center;
	padding: 10px 15px;
	border-radius: 3px;
	color: #FFF;
	margin: 10px 0 0 0;
	text-decoration: none;
	font-size: 12px;
	float: left;
	background-color: #df4200;
	border: 2px solid #df4200;
}
a.masvideos:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	color: #df4200;
	background-color: #FFF;
	border: 2px solid #df4200;
}
.content-articulos-videos {
	margin: 50px 0 50px 0;
	display: block;
	width: 100%;
	float: left;
}
.container-video-blog {
	width: 46%;
	margin: 0 2% 2% 0;
	float: left;
}
.bg-gray {
	background-color: #fafafa;
	padding: 0 0 80px 0;
}
.content-page {
	width: 65%;
	display: block;
	float: left;
	padding: 0;
	margin: 40px 0 0 0;
}
.content-page-post {
	width: 74%;
	display: block;
	float: left;
}
.title-page {
    padding: 10px 0 30px 0;
    margin: 40px 0 10px 0;
    border-bottom: 1px solid #E4E4E4;
    color: #e5642e;
    font-size: 30px;
    font-weight: 600;
}
.title-page-post {
	padding: 10px 0 10px 0;
	margin: 10px 0 0 4%;
	border-bottom: 1px solid #E4E4E4;
	color: #4a4a4a;
	font-size: 26px;
	font-weight: 600;
}
.content-page-post .content-articulos-home {
	display: block;
	float: left;
	width: 100%;
	margin: 20px 0 50px 0;
}
.content-page-post .content-articulos-home ul li {
	display: block;
	float: left;
	width: 88%;
	padding: 1%;
	margin: 1% 4% 6% 4%;
	background-color: #FFF;
}
.content-page-post .content-articulos-home ul li div.img-destacada-home {
    width: 100%;
    height: 330px;
    float: left;
    max-height: none;
	position:relative;
}

.content-page-post .content-articulos-home ul li div.img-destacada-home .post-category {
    position: absolute;
    right: 4px;
    top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 50px;
    background-color: #000;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
   
    font-weight: 800;
}
.content-page-post .content-articulos-home ul li div.img-destacada-home .post-category a {
	height:inherit;
	color:#FFF;
	text-decoration:none;
}


.content-page-post .content-articulos-home ul li div.img-destacada-home a {
    width: 100%;
    height: 330px;
    float: left;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.content-page-post .content-articulos-home ul li div.img-destacada-home img {
	width: 100%;
	height: auto;
	max-height: none;
}
.content-page-post .content-articulos-home ul li div.descripcion-articulo {
	width: 98%;
	float: left;
	text-align: justify;
	padding: 1%;
	border: 1px solid #f5f5f5;
	margin: 10px 0 0 0;
}

.content-page-post .content-articulos-home ul li div.descripcion-articulo h3 a {
    text-decoration: none;
    font-size: 23px;
    color: #E5642E;
    margin: 0 0 12px 0;
    display: block;
    font-weight: 700;
}
.content-page-post .content-articulos-home ul li div.descripcion-articulo p {
    font-size: 15px;
    line-height: 25px;
    color: #4a4a4a;
    letter-spacing: 0.03em;
    margin: 0 0 12px 0;
    display: block;
}
.content-page-post .content-articulos-home ul li div.descripcion-articulo a.vermas {
    font-size: 12px;
    color: #FFF;
    line-height: 18px;
    font-weight: 600;
    text-decoration: none;
    background-color: #e5642e;
    padding: 9px 32px;
    display: inline-block;
    float: right;
    margin: 5px 0 5px 0;
}
.sidebar {
	width: 25%;
	display: block;
	float: right;
	margin: 46px 0 0 0;
}
p.tel {
	width: 98%;
	display: block;
	margin: 0 0 20px 0;
	float: left;
	padding: 2%;
	background-color: #F0F0F0;
}
p.tel a {
	text-decoration: none;
	display: inline-block;
	color: #4a4a4a;
	background-image: url(img/ico-tel.png);
	background-size: 30px;
	background-repeat: no-repeat;
	padding: 0 0 0 40px;
	height: 30px;
	line-height: 30px;
	margin: 10px 0;
	font-size: 20px;
}
.sidebar .img-destacada-home {
	width: 96%;
	display: block;
	float: left;
	padding: 2% 2%;
	background-color: #F0F0F0;
	margin: 0 0 12px 0;
}
.sidebar .img-destacada-home img {
	width: 100%;
	height: 100% !important;
}
.widget-sidebar {
	width: 98%;
	display: block;
	margin: 0 0 20px 0;
	float: left;
	padding: 1%;
	background-color: #F0F0F0;
}
.widget-sidebar form {
	width: 100%;
	display: block;
	margin: 10px 0;
	float: left;
}
.widget-sidebar form div label {
	display: none;
}
.widget-sidebar form div input[type="text"] {
	border: 1px solid #f5f5f5;
	height: 30px;
	width: 74%;
	margin: 0 0 0 1%;
}
.widget-sidebar form div input[type="submit"] {
	background: #e5642e;
	border: 0;
	height: 30px;
	color: #FFF;
	width: 20%;
	cursor: pointer;
}
.widget-sidebar form div input[type="submit"]:hover {
	background: #C73E04;
}
.widget-sidebar h2 {
	font-weight: 400;
	color: #4a4a4a;
	margin: 10px 0 0 3px;
	font-size: 20px;
}
.widget-sidebar ul {
	width:100%;
	display: block;
	float: left;
	margin: 10px 0 0 0px;
}
.widget-sidebar ul li {
	margin-bottom: 10px;
	border: 0;
	width: 92%;
	float: left;
	padding: 0 0 0 15px;
	position: relative;
}
.cat-item.cat-item-1{
	display:none;
}
.widget-sidebar ul li:before {
	content: '» ';
	color: #E5642E;
	margin: 0 0 0 0;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 4px;
}
.widget-sidebar ul li a {
	font-size: 12px;
	font-weight: 400;
	color: #767676;
	text-decoration: none;
	padding: 5px 0;
	margin: 0;
	position: relative;
}
.widget-sidebar ul li a:hover {
	color: #e5642e;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	transition: all .20s ease;
}
.widget-sidebar .tagcloud {
	padding: 10px 0;
}
.widget-sidebar .tagcloud a {
	color: #CBCBCB;
	text-decoration: none;
	display: block;
	float: left;
	border: 2px solid #CBCBCB;
	margin: 2px;
	padding: 5px 8px;
	border-radius: 2px;
}
.widget-sidebar .tagcloud a:hover {
	background-color: #e5642e;
	color: #FFF;
	border: 2px solid #e5642e;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
/* //////////////////////////// ////////////////////////////////////////////////////*/
/* //////////////////////////// Paginador ///////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////////////*/
.paginador {
	width: 100%;
	display: block;
	float: left;
}
.navigation {
	font-size: 13px !important;
}
.navigation span.pages {
	font-weight: 400;
	color: #4a4a4a;
	margin: 0 10px 0 0;
}
.navigation span.page-numbers {
	font-weight: 400;
	color: #FFF;
	margin: 0 0 0 0;
	background-color: #E5642E;
	padding: 8px 7px;
	border: 2px solid #E5642E;
}
.navigation a.page-numbers, .navigation a.next, .navigation a.prev {
	font-weight: 300;
	color: #8e8e8e;
	text-decoration: none;
}
.navigation a.page-numbers {
	margin: 0 2px;
	font-weight: 400;
	color: #4a4a4a;
	background-color: #FFF;
	padding: 8px 7px;
	border: 2px solid #E5642E;
}
.navigation a.next {
	margin: 0 0 0 8px
}
.navigation a.prev {
	margin: 0 8px 0 0
}
.navigation a.page-numbers:hover, .navigation a.next:hover, .navigation a.prev:hover {
	color: #000;
}
.wrapper-content-header {
	border-bottom: 5px solid #E5642E;
}
/*
---------------------------------------------------------------
-------------------  CSS POSTS HOME   -------------------------
---------------------------------------------------------------
*/

.NoticiasDestacados {
	width: 638px;
	float: left;
	margin: 20px 0 30px 0;
}
.NoticiasDestacados .post {
	position:relative;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.NoticiasDestacados .post img {
	max-width:100%;
	height:auto;
}
.NoticiasDestacados .post:nth-child(1) {
	width: 100%;
	float: left;
	height: 300px;
}
.NoticiasDestacados .post:nth-child(2) {
	width: 48%;
	float:left;
	height: 150px;
	margin: 12px 0 0 0;
}
.NoticiasDestacados .post:nth-child(3) {
	width: 48%;
	float:right;
	height: 150px;
	margin: 12px 0 0 0;
}
.NoticiasDestacados .post .post-category {
	position: absolute;
	right: 5px;
	top: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 10px;
	background-color: #FFF;
	font-size: 15px;
	font-weight:800;
	z-index:4;
	cursor:pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.NoticiasDestacados .post .post-category:hover {
	background-color: #000;
}
.NoticiasDestacados .post .post-category:hover a {
	color: #FFF;
}
.NoticiasDestacados .post .post-category a {
	color:#000;
	text-decoration:none;
}
.NoticiasDestacados .post .img-destacada {
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	overflow:hidden;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.NoticiasDestacados .post:hover .img-destacada {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.NoticiasDestacados .post .post-overlay {
	position: absolute;
	z-index: 2;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0 );
	width: 100%;
	height: 100%;
}
.NoticiasDestacados .post .hover {
	position: absolute;
	opacity:0;
	z-index: 3;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-color: rgba(229, 100, 46,0.9);
}
.NoticiasDestacados .post:hover .hover {
	opacity:1;
}
.NoticiasDestacados .post .hover i {
	position: absolute;
	width: 66px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #E5642E;
	left: 50%;
	top: 68%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 26px;
	background-color: #FFF;
	border-radius: 50%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.NoticiasDestacados .post:nth-child(2) .hover i, .NoticiasDestacados .post:nth-child(3) .hover i {
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
}
.NoticiasDestacados .post:hover .hover i {
	top: 50%;
}
.NoticiasDestacados .post .hover span {
	display:none;
}
.NoticiasDestacados .post .post-excerpt {
	position: absolute;
	z-index: 3;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.NoticiasDestacados .post .post-excerpt .post-excerpt-title {
	color: #FFF;
	font-size: 18px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.NoticiasDestacados .post .post-excerpt .post-excerpt-content {
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 17px;
}
.Memedelasemana {
	width: 400px;
	float: right;
	margin: 20px 0 30px 0;
}
.Memedelasemana img {
	max-width: 100%;
	height: auto;
	max-height: 260px;
}
.Memedelasemana .ultimomeme {
	width: 100%;
	float: left;
	text-align: center;
	-webkit-box-shadow: inset 0 0 0 1px #f5f5f5;
	-moz-box-shadow: inset 0 0 0 1px #f5f5f5;
	box-shadow: inset 0 0 0 1px #f5f5f5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 20px 0;
}
.Memedelasemana .ultimomeme h3 {
	background-color: #eeeeee;
	color: #FFF;
	text-align: left;
}
.Memedelasemana .ultimomeme h3 a {
	padding: 15px 38px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	background-color: #E5642E;
}
/*
---------------------------------------------------------------
-------------------  CSS Compartir   -------------------------
---------------------------------------------------------------
*/

.comparte {
	width: 100%;
	float: left;
	margin: 30px 0 10px 0;
	padding: 7px 20px 12px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comparte .titulo-comparte {
	display: block;
	text-align: left;
	color: #FFF;
	font-size: 13px;
	letter-spacing: 0.06em;
	background-color: #EEE;
	margin: 0 0 12px 0;
}
.comparte .titulo-comparte span {
	padding: 8px 38px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	background-color: #E5642E;
}
.comparte .shareag {
	display:inline-block;
}
.comparte .jssocials-share-link, .comparte .jssocials-share-twitter .jssocials-share-link, .comparte .jssocials-share-facebook .jssocials-share-link, .comparte .jssocials-share-googleplus .jssocials-share-link, .comparte .jssocials-share-linkedin .jssocials-share-link, .comparte .jssocials-share-pinterest .jssocials-share-link, .comparte .jssocials-share-whatsapp .jssocials-share-link {
	background: #FFF;
	border: 3px solid #000;
	color: #000;
}
.comparte .jssocials-share-link:hover {
	color: #FFF;
}
.comparte .jssocials-share-twitter .jssocials-share-link:hover {
	background-color:#00aced;
	border: 3px solid #00aced;
}
.comparte .jssocials-share-facebook .jssocials-share-link:hover {
	background-color:#3b5998;
	border: 3px solid #3b5998;
}
.comparte .jssocials-share-googleplus .jssocials-share-link:hover {
	background-color:#dd4b39;
	border: 3px solid #dd4b39;
}
.comparte .jssocials-share-linkedin .jssocials-share-link:hover {
	background-color:#007bb6;
	border: 3px solid #007bb6;
}
.comparte .jssocials-share-pinterest .jssocials-share-link:hover {
	background-color:#cb2027;
	border: 3px solid #cb2027;
}
.comparte .jssocials-share-pinterest .jssocials-share-link:hover {
	background-color:#29a628;
	border: 3px solid #29a628;
}
/* //////////////////////////// ////////////////////////////////////////////////////*/
/* //////////////////////////// CSS FORM CONTACT 7 /////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////*/
div.wpcf7 {
	margin: 10px 0 0 0;
}
div.wpcf7 .wpcf7-form {
	width: 60%;
	float: left;
}
div.wpcf7 .wpcf7-form p {
	font-size: 12px;
	font-weight: 300;
	margin: 10px 0;
	color: #8e8e8e;
}
div.wpcf7 .wpcf7-form p span {
	color: red;
}
div.wpcf7 .wpcf7-form p.label-form {
	font-size: 13px;
	font-weight: 300;
	margin: 25px 0;
	color: #8e8e8e;
}
div.wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input {
	position: relative;
	height: 30px;
	width: 98%;
	border-radius: 2px;
	border: 1px solid #E7E7E7;
	padding: 0px 1%;
}
div.wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input[type="radio"], div.wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input[type="checkbox"] {
	position: relative;
	height: 14px;
	width: auto;
	margin: 10px 10px;
	border-radius: 2px;
	border: 1px solid #E7E7E7;
}
div.wpcf7 .wpcf7-form p span.wpcf7-list-item-label {
	color: #555555;
}
div.wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input#captcha-input {
	position: relative;
	height: 30px;
	width: 100px;
	padding: 0 10px;
	border-radius: 0px;
	border: 1px solid #E7E7E7;
	background-color: rgb(255, 255, 255);
	color: #333;
	font-weight: 600;
}
#captcha-img {
	position: relative;
	top: 6px;
}
div.wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea {
	border-radius: 5px;
	border: 1px solid #E7E7E7;
	width: 100%;
	height: 100px;
}
div.wpcf7 .wpcf7-form .wpcf7-submit {
	cursor: pointer;
	color: #FFF;
	padding: 12px 50px;
	border-radius: 3px;
	background-color: #F27331;
	font-size: 14px;
	float: left;
	border: 2px;
	margin: 0 0 30px 0;
}
div.wpcf7 .wpcf7-form .wpcf7-submit:hover {
	background-color: #CD5415;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
div.wpcf7 .wpcf7-form span.wpcf7-not-valid-tip {
	color: #f00;
	display: block;
	font-size: 11px;
	font-weight: 400;
}
div.wpcf7 .wpcf7-form div.wpcf7-validation-errors {
	border: 1px solid #f7e700;
	font-size: 13px;
	margin: 40px 0 0 0;
	width: 100%;
	float: left;
}
div.wpcf7 .wpcf7-form div.wpcf7-mail-sent-ok {
	border: 1px solid #398f14;
	color: #B6AFAF;
	font-size: 14px;
	border-radius: 4px;
	margin: 40px 0 0 0;
	padding: 10px;
	width: 100%;
	float: left;
}
.screen-reader-response {
	display: none;
}
/*
---------------------------------------------------------------
-------------------  CSS OWL CARUSEL  -------------------------
---------------------------------------------------------------
*/

.owl-carousel .owl-controls .owl-nav {
	float: left;
}
.owl-carousel .owl-controls .owl-dots {
	float: right;
	margin: 20px 0;
}
.owl-carousel .owl-controls .owl-nav div {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 2px solid #eeeeee;
	background-color: #eeeeee;
	color: #757575;
	font-size: 12px;
	border-radius: 18px;
	margin: 0 2px;
	display: inline-block;
}
.owl-carousel .owl-controls .owl-nav div:hover {
	color: #E5642E;
	background-color:#FFF;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.owl-dots {
	float:right;
}
.owl-dots .owl-dot {
	width:8px;
	height:8px;
	border-radius:50%;
	display:inline-block;
	margin:0 4px;
	background-color:#E5642E;
	opacity:0.6;
}
.owl-dots .owl-dot.active {
	opacity:1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.owl-carousel {
	height: 100%;
}
.owl-carousel .owl-item img {
	transform-style: initial;
	height: 100%;
	object-fit: cover;
}
.owl-thumb-item img {
	width: 150px;
	height: auto;
}
.owl-thumbs {
	position: absolute;
	top: -75px;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	left: 12px;
	width: 194px;
	height: 376px;
	overflow: scroll;
	text-align: center;
	padding: 10px 20px;
	background-color: rgba(255,255,255,0.4);
}
.owl-thumb-item {
	display: table-cell;
	border: none;
	background: none;
	padding: 0;
	opacity: 1;
	outline: none;
}
.owl-thumb-item.active {
	opacity: 1;
}
.label {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #0a6cff;
	color: white;
	padding: 10px 20px;
	z-index: 5;
	text-align: center;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../img/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
/**/
/* //////////////////////////// ////////////////////////////////////////////////////*/
/* //////////////////////////// CSS FLEXISLIDER ////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////*/

 /* jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
.slide-title {
	position: absolute;
	bottom: -80px;
	right: 30px;
	background-color: #363636;
	text-align: center;
	padding: 10px 20px;
	border-radius: 4px;
}
.slide-title h3 {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 10px 0;
}
.slide-title h3 span {
	display: block;
	background-color: #df4200;
	width: 80px;
	height: 4px;
	border-radius: 1px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: -10px;
	position: absolute;
}
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	zoom: 1;
	border-top: 4px solid #e5642e;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
#img-single-product .flexslider .slides img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 200px;
	display: inline-block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme

*********************************/



.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 50%;
}
.loading {
	min-height: 50%;
	background: url('img/ajax-loader.gif') no-repeat center center !important;
	z-index: 100;
}
.flexslider .slides {
	zoom: 1;
	overflow: hidden;
}
.carousel li {
	margin-right: 5px
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	margin: -42px 0 4px;
	position: absolute;
	bootom: 0;
	z-index: 10;
	overflow: hidden;
	opacity: 0;/*opacity: 0; si quieres qu solo aparesca al pasar con el mouse*/
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	opacity: 0;
	top: 50%;
	left: -30px;/*left: -50px; si quieres que aparesca y se desplace desde afuera*/
	background-image: url(img/prev-slide.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.flex-direction-nav .flex-next {
	top: 50%;
	opacity: 0;
	right: -30px;/*right: -50px; si quieres que aparesca y se desplace desde afuera*/
	background-image: url(img/next-slide.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
	background-image: url(img/prev-slide.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
	background-image: url(img/next-slide.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: .0!important;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	top: -20px;
	text-align: right;
	display: block; /*desaparecer paginador inferior */
	z-index: 9999;
}
.flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 9px;
	height: 9px;
	display: block;
	background: #CCCCCC;
	border: 0;
	cursor: pointer;
	text-indent: 9999px;
	overflow: hidden;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.flex-control-paging li a:hover {
	width: 9px;
	height: 9px;
	display: block;
	background: #F27331;
	border: 0;
	cursor: pointer;
}
.flex-control-paging li a.flex-active {
	width: 9px;
	height: 9px;
	display: block;
	background: #F27331;
	border: 0;
	cursor: pointer;
	text-indent: 9999px;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/* //////////////////////////// ////////////////////////////////////////////////////*/
/* //////////////////////////// CSS FANCYBOX ///////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////*/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('img/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*thumbnail*/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}
#fancybox-thumbs.bottom {
	bottom: 2px;
}
#fancybox-thumbs.top {
	top: 2px;
}
#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}
#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
	opacity: 1;
}
#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}
#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}


/*Retina graphics!*/
 @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
 #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
 background-image: url('img/fancybox_sprite@2x.png');
 background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
 background-image: url('img/fancybox_loading@2x.gif');
 background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}
 @media screen and (max-width: 1025px) {
.content {
    width: 90%;
    margin: 0 5%;
    display: block;
    float: left;
}

.NoticiasDestacados {
    width: 60%;
   
}
.Memedelasemana {
    width: 35%;
   
}
.redes-sociales.redes-sociales-header {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #eee;
    height: 53px;
    line-height: 53px;
    padding: 0 0 0 30px;
}
.logo {
    margin: 0 0 0 0;
}
.home-descripcion {
	width: 70%;
	margin: 0 2%;
}
.loop a.home-conocenos {
	margin: 25px 2% 0 2%;
}
.content-servicios-home {
	width: 56%;
	margin: 0 2%;
}
.imagen-destacada {
	width: 36%;
	margin: 0 2%;
}
.content-articulos-home h4 {
	margin: 0 2% 18px 2%;
}
.derechos-reservados {
	padding: 0 2%;
}
.title-page {
	padding: 10px 2% 10px 2%;
}
.content-page {
	padding: 0 2%;
}
.sidebar {
	padding: 0 2%;
}
.content-page-post {
	width: 70%;
}

}
 @media screen and (max-width: 780px) {

a.ver-articulos {
	margin: 14px 40px 0 2%;
	float: left;
}
.derechos-reservados {
	padding: 0 2%;
	text-align: center;
	margin: 0 0 20px 0;
}
div.wpcf7 .wpcf7-form {
	width: 95%;
}
.content-menu {
	display:none;
}



}
 @media screen and (max-width: 642px) {
	 
	 .NoticiasDestacados {
    width: 100%;
}
.Memedelasemana {
    width: 100%;
}
.feed-youtube {
    width: 100%;
}
.feed-twitter {
    width: 100%;
  
       margin: 50px 0 0 0;
}
.feed-facebook {
    width: 100%;
	    margin: 50px 0 0 0;
   
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}
.home-descripcion {
	width: 61%;
	margin: 0 2%;
}
.loop a.home-conocenos {
	margin: 25px 2% 0 2%;
	width: 20%;
}
.content-articulos-home ul li {
	width: 75%;
}
.content-page {
	width: 96%;
}
.sidebar {
	width: 96%;
}
.content-page-post {
	width: 100%;
}
}
 @media screen and (max-width: 482px) {
.home-descripcion {
	width: 96%;
	margin: 0 2% 20px 2%;
}
.loop a.home-conocenos {
	margin: 9px auto 0 auto;
	width: 30%;
	float: none;
	display: table
}
.content-servicios-home {
	width: 96%;
	margin: 0 2%;
}
.imagen-destacada {
	width: 96%;
	margin: 36px 2% 0 2%;
}
.content-articulos-home ul li {
	width: 94%;
}
.content-articulos-home ul li div.img-destacada-home {
	width: 20%;
}
.content-articulos-home ul li div.descripcion-articulo {
	width: 75%;
	float: right;
	text-align: justify;
}
.slide-title {
	position: relative;
	width: 94%;
	right: 0;
	padding: 10px 3%;
	bottom: 0;
}
.bg-servicios-home {
	background-color: #fafafa;
	padding: 85px 0 5px 0;
}
.content-articulos-home div#carusel .item div.img-destacada-home {
  
    height: 200px;
}
.content-articulos-home div#carusel .item div.img-destacada-home a {
   
    height: 200px;
}

.NoticiasDestacados .post:nth-child(1) {
    height: inherit;
	    margin: 50px 0 20px 0;
}
.NoticiasDestacados .post:nth-child(2), .NoticiasDestacados .post:nth-child(3) {
    height: inherit;
    margin: 0 0 20px 0;
}

.NoticiasDestacados .post .img-destacada {
   
    position: static;
}
.NoticiasDestacados .post .post-overlay {
    position: static;
	display:none;
}
.NoticiasDestacados .post .post-excerpt {
    position: static;
	    padding: 10px 0;
  
}
.NoticiasDestacados .post .post-excerpt .post-excerpt-title {
    color: #000;
  
}
.NoticiasDestacados .post .post-excerpt .post-excerpt-content {
    color: #000;
   
}

.NoticiasDestacados .post .hover {
    position: static;
    opacity: 1;
    z-index: 3;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 14px 26px;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(229, 100, 46,0.9);
    color: #FFF;
    text-decoration: none;
    margin: 0 0 10px 0;
    font-size: 12px;
}
.NoticiasDestacados .post .hover i{ display:none;}

.NoticiasDestacados .post .hover span {
    display: block;
}

}
 @media screen and (max-width: 322px) {
.loop a.home-conocenos {
	width: 50%;
}
.content-articulos-home ul li div.descripcion-articulo {
	width: 100%;
	float: left;
	text-align: justify;
}
.bg-servicios-home {
	background-color: #fafafa;
	padding: 85px 0 5px 0;
}


.owl-carousel .owl-controls .owl-dots {
	display: none !important;
}
.owl-carousel .owl-controls .owl-nav {
	margin: 10px 0;
}
.NoticiasDestacados .post:nth-child(2), .NoticiasDestacados .post:nth-child(3) {
    width: 100%;
  
}
}
