/*
Theme Name: Jujuy2.0
Theme URI: http://themeforest.net/user/europadns/portfolio
Description: An attractive theme for those who want to build a clean-cut business website.
Template: tulip-wp
Author: EuropaDNS
Author URI: http://themeforest.net/user/europadns/
Version: 1.0.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, threaded-comments, translation-ready

License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/ 

/* tulip theme child */
body
{
    background: url(img/background.png);^M
}

#content
{
    padding-bottom: 0px;
    background: none;
    /*margin-top: -55px;*/
}

.sf-menu
{
    float:left;
}

.sf-menu a
{
    font-family: "Helvetica";
    color:#fcdc04;
}

#wrap
{
    background: none;
}

/* FOOTER */

footer
{
    /*box-shadow: inset 0 30px 30px -30px #888;
    padding-top: 20px;
    background: #fff;*/
   padding-top: 20px;
}

.footer-top
{
    background: url(img/silueta_footer.png);
    height: 150px;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-size: 850px;
    background-position-x: 50%;
}

.footer-bottom
{
    display: table;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 5px;
    background: #bc3248;
    display: table;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 5px;
    background: #66267b;
    background: -moz-linear-gradient(top, #66267b 0%, #be47e5 100%);
    background: -webkit-linear-gradient(top, #66267b 0%,#be47e5 100%);
    background: linear-gradient(to bottom, #66267b 0%,#be47e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66267b', endColorstr='#be47e5',GradientType=0 );
}

.footer-bottom hr
{
    margin-top: 10px;
    margin-bottom: 10px;
}

footer h4{
    color: #ffffff !important;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.1em;
    font-weight: normal;
}

footer .redes-sociales
{
    text-align: center;
    margin-top: 10px;
}

footer .redes-sociales span
{
    position: relative;
    width: 44px;
    height: 44px;
    opacity: 0.9;
    display: inline-block;
    background-color: #00000036;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: center;
    margin: 0px 5px;
    cursor: pointer;
}

footer .redes-sociales span:hover{
    opacity: 1;
    background-size: 100%;
}

footer .links 
{
    text-align: center;
    margin-top: 10px;
}

footer .links ul li
{
    list-style: none;
}

footer .links ul li a {
    line-height: 36px;
    font-size: 16px;
    color: #ffffff;
}

footer .icon-facebook
{
    background: url(img/facebook.png);
    background-size: contain;
}

footer .icon-twitter
{
    background: url(img/twitter.png);
    background-size: contain;
}

footer .icon-youtube
{
    background: url(img/youtube.png);
    background-size: contain;
}

footer .icon-instagram
{
    background: url(img/instagram.png);
    background-size: contain;
}

footer .copyright
{
    background-color: #66267b;
    font-size: 1.2em;
    /*color: #fefefe;*/
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: lighter;
}

footer ul.secciones
{
    list-style: none;
    width: 150px;
    margin: auto;
    font-size: 1.1em;
    padding: 0px;
    line-height: 1.6;
    margin-bottom: 35px;
}

footer ul.secciones li a{
    color: #ddd;
    text-decoration: none;
    font-weight: normal;
}

footer ul.secciones li a:hover
{
    color: #fff;
}

footer ul.noticias
{
    list-style: none;
    text-align: center;
    padding: 0px;
    margin-top: 15px;
}

footer ul.noticias li
{
    height: 43px;
    line-height: 1.3;
}

footer ul.noticias li a{
    color: #ddd !important;
    font-size: 1.1em;
}

footer ul.noticias li a:hover,
footer ul.noticias li a:focus,
footer ul.noticias li a:active
{
    text-decoration: none;
    color: #fff;
}

footer ul.noticias hr
{   
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: rgba(255, 255, 255, 0.11);
}

footer ul.noticias .imagen
{
    width: 100px;
    height: 100px;
    background-size: cover !important;
    background-position: center !important;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

footer .logo-footer
{
    width: 250px;
    height: 75px;
    display: block;
    margin: auto;
    position: relative;
    left: -30px;
    background: url(img/logo-footer.png);
    background-size: contain;
    background-repeat: no-repeat;
}

footer .redes
{
    margin-top: 40px;
}

.contacto-footer
{
    max-width: 300px;
    margin: auto;
}

.contacto-footer h4{
    text-align: left;
    line-height: 1.4;
}

footer h5{
    color: #ddd;
    font-size: 1.3em;
    text-align: center;
    font-weight: lighter;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* FIN FOOTER */

/* ESTILOS VIEJOS */

body
{
	/*border-top: 8px solid #258484;*/
	color: #7f8183;
	font-family: 'Archia';
}

h1
{
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    color: white;
    background-color: #00adef;
    font-size: 1.6em;
    padding: 5px 0px;
	margin-bottom: 15px !important;
	margin-left: -4%;
    margin-right: -4%;
	font-family: 'ArchiaBold';
}

h2
{
text-align: center;
    color: #fff;
    border-top: 2px solid #00adef;
    border-bottom: 2px solid #00adef;
    padding: 0px 0px;
    margin-bottom: 30px !important;
    margin-left: -4%;
    margin-right: -4%;
    font-family: 'ArchiaBold';
    text-transform: uppercase;
    background: #90D4EF;
}

h3
{
	color: #00adef;
	margin-top: 1em;
	font-size: 22px;
	border-bottom: solid 1px;
	margin-bottom: 0.5em !important;
}

h4, h5
{
    font-family: 'ArchiaBold';
    font-size: 1.3em;
}

h5.page-header-title
{
	display: none;
}

a, a:visited {
    color: #00ADEF;
}

a:hover
{
	opacity: 0.9;
	text-decoration: none;
}

p {
	margin-bottom: 20px;line-height: 22px;font-size: 1.1em;text-align: left;
}

#page-header {
    padding: 0px;
    margin: 0px;
    background: no-repeat center center;
    text-align: center;
    height: 190px;
    background-size: cover;    
	 -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}

#header-wrap
{
	max-height: 55px;
	height: 55px;
}

#header
{
	max-height: 70px;
   background: #66267b !important;
   position: static;
   box-shadow: 0px 3px 20px rgba(190, 71, 229, 1);
}

#header-wrap, #header.stuck
{
	z-index: 11;
   background: #66267b !important;
}

#header.stuck {
/*    padding-top: 35px; */
    height: 74px;
    padding-top: 0px;
    position: fixed;
}

#logo {
	padding: 4px 0 79px 0;
    width: 260px;
	max-width: 70vw;
}

#logo img
{
    background: none !important;
	max-height: 70px;
}

#header.stuck #logo, .header #logo {
    padding: 1px 0 15px 0;
}

#btn-webmail span
{    
	background-color: rgba(0, 0, 0, 0.2);
    color: white;
    font-size: 1em;
    border-radius: 5px;
    padding: 5px 10px;
    position: relative;
    top: 6px;
}

.sf-menu > li > a, .sf-menu > li.dropdown > a
{
	padding: 15px 0 77px 0;
	color: #ffffff !important;
	text-transform: none;
    font-weight: 500;
    margin-right: 0px;
}

.sf-menu > li:hover > a > span
{
    background-color: #8e2725;
    border-radius: 5px;
}

.sf-menu > li.menu-item-has-children:hover > a > span
{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.sf-menu > li > a span
{
    font-size: 1.1em;
    font-family: ArchiaThin;
    -webkit-font-smoothing: subpixel-antialiased;
    padding: 10px 12px;
}

#header.stuck .sf-menu > li > a, #header.stuck .sf-menu > li.dropdown > a {
    padding: 16px 0 40px;
}

.sf-menu > li.current > a span, .sf-menu li.sfHover > a span, .sf-menu a:hover span, .sf-menu li.sfHover a:hover span
{
	background-color: #8e2725 !important;
   color: white !important;
}

.sf-menu ul.sub-menu li a, .sf-menu ul.sub-menu li:hover a
{
	padding: 5px 10px;
	color: #666 !important;
}

.sf-menu ul.sub-menu li:hover{
    background: rgba(204, 54, 35, 0.39);
}

.page ul li, .page ol li
{
	margin-bottom: 0px;
}

li.menu-item:hover
{
	height: initial !important;
	padding: initial !important;
	margin: initial !important;
	line-height: initial !important;
}

.sf-menu ul.sub-menu li a, .sf-menu ul.sub-menu li:hover a, .sf-menu ul-sub-menu li:focus
{
	height: 30px !important;
}

#menu
{
	padding: 0px !important;
   float: right;
}

#custom-search-form
{
	display: none;
}

.titulo .vc_column-inner
{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.container-inner
{
	max-width: 96%;
}

button, input[type="reset"], input[type="submit"], input[type="button"], .icon-box-1 a, .more-link
{
    color: #fff !important;
    background-color: #00adef !important;
    padding: 8px 20px !important;
    border-radius: 0px !important;
    font-size: 1.1em !important;
	border-color: #00adef !important;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'ArchiaBold';
}

.more-link:before
{
	display: none !important;
}

button:hover
{
	opacity: 0.9;
}

.sf-menu > li.dropdown ul
{
    top: 50px;
	background-color: #fff !important;
	border-bottom: none;
       border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sf-menu > li.dropdown ul li a
{
   color: #666 !important;
}

.sf-menu > li.dropdown ul li:hover
{
   background: #fff !important;
}

.sf-menu > li.dropdown ul li:hover > a
{
   color: #cbb171 !important;
}

.page ul li, .page ol li
{
	margin-bottom: 0px;
}

ul#mobile-menu {
    border-bottom: 10px solid #801c1a;
    position: fixed;
    width: 100%;
    top: 69px;
    z-index: 999;
    padding: 0px;
}

ul.sub-menu
{
	padding: 0px !important;
	width: 300px;
}

ul#mobile-menu li a
{
	background-color: #222;
	z-index: 999;
}

.sf-menu > li.dropdown ul li.sfHover > a, .sf-menu > li.dropdown ul li a:hover
{
	color: #258484;
}

#mobile-menu .mobile-menu-submenu-arrow:hover
{
	background-color: #258484;
}

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after
{
    color: white;
    border-left-color: white;
}

a#mobile-menu-trigger
{
	margin-top: 23px;
}

a#mobile-menu-trigger
{
	color:  rgba(255, 255, 255, 0.6) !important;
}

.margin-bottom-10
{
	margin-bottom: 10px;
}

.post-thumbnail img
{
	display: none !important;
/*
	display: inline;
    text-align: center;
    margin: auto; */
}

.post
{
    border-top: 1px solid #E8E8E8;
    padding-top: 1em;
}

.post .post-header h5
{
    font-size: 2em;
    line-height: 1.1em;
}

.post-title a:hover
{
	color: #00ADEF !important;
	opacity: 0.9;
}

.margin-top20
{
	margin-top: 20px;
}

/* SLIDER */

.rev_slider
{
	height: 450px !important;
}

.wpb_revslider_element 
{
    height: 450px !important;
    margin-bottom: 40px !important;
}

.rev_slider .tp-caption
{
	text-shadow: 1px 2px 2px #000;
}

/* FIN SLIDER */

/* ACORDE�N */

.acordeon .vc_tta-panel.vc_active .vc_tta-panel-heading
{
	background-color: #00adef !important;
	border: 0px;
	color: white !important;
}

.acordeon .vc_tta-panel.vc_active .vc_tta-panel-heading span
{
	color: white !important;
}

.acordeon .vc_tta-panel.vc_active .vc_tta-panel-heading a span
{
	color: #ffffff;
}

.acordeon .vc_tta-panel.vc_active .vc_tta-panel-heading a i:before
{
	border-color: #ffffff !important;
}

.acordeon .vc_tta-panel .vc_tta-panel-heading
{
	background-color: transparent !important;
	border-radius: 0px !important;
	border: 2px solid #00adef !important;
	margin: 5px;
	color: #00adef;
}

.acordeon .vc_tta-panel .vc_tta-panel-heading a span
{
	color: #00adef;
}

.acordeon .vc_tta-panel .vc_tta-panel-heading a i:before,
.acordeon .vc_tta-panel .vc_tta-panel-heading a i:after
{
	border-color: #00adef !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body
{
	background-color: transparent !important;
	border: none !important;
}

.vc_tta.vc_general .vc_tta-panel
{
	margin-top: 15px;
}

.vc_tta.vc_general .vc_tta-panel-title>a
{
    padding: 7px 20px !important;
	padding-left: 45px !important;
}

/* FIN ACORDE�N */

/* SERVICIOS */

.servicios
{
	margin-top: 40px;
}

.header-servicios 
{
	margin-top: 40px;
}

.icon-box-1 i:before
{
    background-color: #00adef;
    padding: 10px;
    border-radius: 50%;
}

.icon-box-1 > i
{
	color: white !important;
}

.icon-box-1:hover > i
{
	color: white !important;
	opacity: 0.9;
}

.icon-box-1 h5:after, .icon-box-1 h5:before
{
	display: none;
}

.icon-box-1 h5, .icon-box-1 h5 a
{
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.icon-box-1 h5 a
{
	color: #797a7a !important;
	text-transform: none;
	background: none !important;
	border: 0px !important;
	padding-left: 0px !important;
}

/* FIN SERVICIOS */

/* DESCARGAS */

.descargas a
{
    color: #7f8183;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.descargas a:before
{
    content: "\f0ab";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    width: 40px;
    height: 42px;
    font-size: 40px;
    background-color: #F5F1F0;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    color: #00adef;
    position: relative;
    top: 8px;
    margin-right: 5px;
}

/* FIN DESCARGAS */

/* NOTICIAS */

.multisite-content .img-container
{
	overflow: hidden;
}

/* VISUALIZACI�N CL�SICA (TIPO 1) */

.multisite-content.type1
{
	margin-top: 20px;
}

.multisite-content.type1 .item
{
	margin-bottom: 20px !important;
}

.multisite-content.type1 .item .img-container,
.multisite-content.type2 .item .img-container
{
	padding: 9px;
    background-color: white;
    box-shadow: 0px 0px 4px 1px rgba(51, 51, 51, 0.28);
    height: 200px;
    background-size: cover !important;
    border: 8px solid white;
    margin-bottom: 8px;
    background-position: center !important;
}
	
.multisite-content.type3 .item .img-container
{
	height: 300px;
	background-position: center !important;
    background-size: cover !important;
}

.noticias h4, .multisite-content.type1 h2, .multisite-content.type2 h2
{
	text-transform: uppercase;
    font-size: 1.1em;
    line-height: 23px;
    font-weight: 700;
    color: #00ADEF;
    border-bottom: 2px solid;
    background: none;
    border-top: none;
	margin: auto;
}

.noticias .vc_gitem_row, .multisite-content.type1 .overlay, .multisite-content.type2 .overlay
{
	background-color: white !important;
}

.multisite-content.type1 .overlay, .multisite-content.type2 .overlay
{
	padding: 10px;
	min-height: 320px;
	border-bottom: 2px solid #e8e8e8;
    margin-bottom: 10px;
}

.multisite-content.type2 .overlay
{
	min-height: 280px;
}

.multisite-content.type1 .item
{
    width: 25%;
    display: inline-block;
	vertical-align: top;
}

.multisite-content.type2 .item
{
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
	
.multisite-content.type2 .item .img-container
{
	height: 250px;
}

.multisite-content.type1 .item .hovereffect, .multisite-content.type2 .item .hovereffect
{
    margin-left: 10px;
    margin-right: 10px;
}

.multisite-content.type1 img, .multisite-content.type2 img
{
    width: inherit;
}

.noticias .vc_gitem-animated-block
{
    border: 10px solid white;
    box-shadow: 0px 0px 4px 1px rgba(51, 51, 51, 0.28);
	margin-bottom: 10px;
}

.noticias .vc_btn3, .noticias .vc_btn3:hover, .vc_btn3, .vc_btn3:hover
{
    color: #fff !important;
    background-color: #672879 !important;
    padding: 8px 20px !important;
    border-radius: 0px !important;
    font-size: 1.1em !important;
	text-decoration: none;
	font-family: 'ArchiaBold';
}

.noticias .vc_btn3 {
	display: none !important;
}

.noticias
{
	margin-bottom: 1em !important;
}

.noticias .vc_gitem_row .vc_gitem-col
{
    background: #fafafa;
}

/* FIN VISUALIZACI�N CL�SICA (TIPO 1) */

/* NOTICIAS CON EFECTO HOVER */

.multisite-content.type3 .item{
    width: 32%;
    height: auto;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.multisite-content.type3 img{
    width:100% !important;
    height:auto;
}

.multisite-content.type3 .img-responsive
{
	opacity: 1 !important;
}

.multisite-content.type3 .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.multisite-content.type3 .hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 5%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
  min-height: 280px;
}

.multisite-content.type3 .hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.multisite-content.type3 .item-img img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.multisite-content.type3 .item-img:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.multisite-content.type3 .hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  border: none !important;
  margin-bottom: 5px !important;
  line-height: 1.6;
  padding-bottom: 0.4em;
  padding-left: 0.5em;
  padding-right: 0.5em;
	
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.multisite-content.type3 .hovereffect a, .multisite-content.type3 .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.multisite-content.type3 .hovereffect p
{
	padding-top: 0px;
}

.multisite-content.type3 .item:hover .hovereffect
{
	background-color: #000;
}

.multisite-content.type3 .item:hover .hovereffect .img-container
{
	opacity: 0.5;
}

.multisite-content.type3 .hovereffect:hover a, .multisite-content.type3 .hovereffect:hover p, 
.multisite-content.type3 .hovereffect:hover h2 a, .multisite-content.type3 .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* FIN NOTICIAS CON EFECTO HOVER */

/* SLIDER MULTISITE */

.multisite-content.slider .container
{
	width: 100%;
	padding: 0px;
	font-family: Montserrat;
}

.multisite-content.slider .img-container
{
	height: 450px;
    background-position: center !important;
    background-size: cover !important;
	background-position-y: -100px !important;
	box-shadow: inset 0 40px 60px -20px rgba(0,0,0,0.8);
}

.multisite-content.slider .item
{
	display: none;
}

.multisite-content.slider .item:first-child
{
	display: block;
}

.multisite-content.slider h2
{
    background: none;
    border: none;
    position: absolute;
    top: 300px;
    max-width: 50%;
    text-align: left;
    text-shadow: 1px 2px 2px #000;
    text-transform: none;
    margin-left: 2%;
    font-size: 2.2em;
	line-height: 1.4em;
}

.multisite-content.slider h2 a
{
	color: white;
}

.images-slider h3
{
	position: absolute;
    bottom: 140px;
    left: 2%;
    border: none;
    color: #fab40a;
    text-shadow: 1px 2px 3px black;
}

.multisite-content.slider p
{
	display: none;
}

.images-slider .bx-wrapper .bx-pager, 
.images-slider .bx-wrapper .bx-controls-auto
{
	bottom: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    width: 12px;
    height: 12px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.4);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: rgba(158, 158, 158, 0.4);
}

/* FIN SLIDER MULTISITE */

/* NOTICIAS FOOTER */

.footer
{
	display: none;
}

.footer.new
{
	display: block !important;
}

.footer .multisite-content.type4 img
{
	width: 100%;
}

.footer .multisite-content.type4 .hovereffect
{
	overflow: hidden;
	border-bottom: 1px solid white;
    margin-bottom: 15px;
	padding-bottom: 15px;
}

.footer .multisite-content.type4 .img-container
{
	display: inline-block;
	width: 30%;
}

.footer .multisite-content.type4 .overlay
{
	margin-left: 5%;
	width: 64%;
	display: inline-block;
	vertical-align: top;
	max-height: 80px;
}

.footer .multisite-content.type4 .overlay p
{
	display: none;
}

.footer .multisite-content.type4 .overlay h2
{
	line-height: 1.8;
}

.footer .multisite-content.type4 .overlay h2:before,
.footer .multisite-content.type4 .overlay h2:after
{
	display: none;
}

.footer .multisite-content.type4 .overlay h2 a
{
	color: #7f8183 !important;
}

.footer .multisite-content.type4 .overlay h2 a:active
{
	text-decoration: none;
}

/* FIN NOTICIAS FOOTER */	

/* NOTICIAS (RESPONSIVE) */

@media (min-width: 1500px)
{
	.multisite-content.type1 .item .img-container,
	.multisite-content.type2 .item .img-container
	{
		height: auto;
		min-height: 300px;
	}
	
	.multisite-content.type3 .item .img-container
	{
		height: auto;
		min-height: 400px;
	}
}

@media (max-width: 1279px) {
	.multisite-content.type1 .item .overlay
	{
		min-height: 450px;
	}
	
	.sf-menu > li > a span
	{
		padding: 10px 5px;
	}
}

@media (max-width: 1024px) {
    .multisite-content.type1 .item{
       width:50%;
    }
	
	.multisite-content.type1 .item .overlay
	{
		min-height: 250px;
	}
	
	.multisite-content.type2 .item .overlay
	{
		min-height: 360px;
	}
   
   #content
   {
      padding-top: 60px;
   }
}

@media (max-width: 992px)
{
	.multisite-content.type3 .item
	{
		width: 100%;
		max-width: 500px;
		display: block;
		margin: auto;
	}
	
	.multisite-content.type3 .item .img-container
	{
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
    .multisite-content.type1 .item, .multisite-content.type2 .item{
       width:100%;
    }
	
	.multisite-content.type1 .item .overlay, .multisite-content.type2 .item .overlay
	{
		min-height: 0px !important;
	}
   
   #mobile-menu-trigger
   {
      top: -10px;
   }
}

/* FIN NOTICIAS (RESPONSIVE) */

/* FIN NOTICIAS */



/* NEWSLETTER */

.newsletter-form p
{
	text-align: center;
}

.newsletter-form label, .newsletter-form input
{
	display: inline !important;
}

.newsletter-form input
{
	max-width: 400px;
}

.newsletter-form  .wysija-submit
{
	text-align: center;
	margin: auto;
	display: block !important;
}

.newsletter-form h2
{
	background-color: #248383;
    border-color: #248383;
}

/* FIN NEWSLETTER */

/* B�SQUEDA */

#searchsubmit
{
	height: 40px;
}

.search-results #page-header
{
	display: none;
}

.search-results .post-thumbnail
{
	margin-bottom: 10px;
}

.search-results .post-header
{
	margin-bottom: 30px;
}

.search-results .post
{
	margin-bottom: 10px;
}

.search-results .post + .post
{
	margin-top: 10px;
}

.search-results .type-page
{
	text-align: center;
}

.search-results .btn.more-link
{
	color: white;
    margin: auto;
    text-align: center;
    display: table;
}

/* FIN B�SQUEDA */

/* MAPA */

.map
{
    border: none;
    margin-top: 5px;
}

.map:before, .google-map
{
	border-top-color: #00adef;
}

/* FIN MAPA */

/* REDES SOCIALES */

.social
{
	text-align: center;
	margin-bottom: 1em;
}

.social i
{
    height: 60px;
    width: 60px;
    font-size: 2.2em !important;
    line-height: 2;
    border-radius: 50%;
    color: white;
	margin-top: 1em;
}

.social i:hover
{
	opacity: 0.9;
}

.social i.fa.fa-facebook
{
    background-color: #3a5795;
    border: 1px solid #103480;
}

.social i.fa.fa-twitter
{
	background-color: #1da1f2;
    border: 1px solid #2DA1E8;
}

.social i.fa.fa-youtube
{
    background-color: #e62117;
    border: 1px solid #DF342B;
}

.social-footer
{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	text-align: center;
}

.social-footer .vc_column-inner
{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.social-footer a, .social-footer .vc_icon_element-inner span
{
	color: #7f8183 !important;
}

.social-footer a:hover, .social-footer .vc_icon_element-inner span:hover
{
	opacity: 0.9;
}

.social-footer .vc_icon_element-outer
{
    width: 20px !important;
    display: inline;
}

.social-footer .vc_icon_element-inner
{
	width: 20px !important;
    height: 20px !important;
    top: 5px;
}

/* FIN REDES SOCIALES */

/* MULTIMEDIA */

.galeria-principal .isotope-item
{
	margin: 0px 5px 5px 0px !important;
	border: 5px solid white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.wpb_gallery
{
	margin-top: 2em;
	margin-bottom: 2em !important;
}

.pp_pic_holder .ppt
{
	display: none !important;
}

/* FIN MULTIMEDIA */

/* CONTACTO */

.contacto 
{
    line-height: 0.3;
    margin-top: 3em;
	margin-bottom: 1em !important;
}

.contacto p
{
    margin-bottom: 20px;
    line-height: 10px;
    font-size: 1.1em;
    text-align: left;
    color: #666464;
    font-weight: bold;
}

.wpcf7 p
{
	margin-bottom: 10px !important;
}

.wpcf7 textarea
{
	height: 120px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea
{
	margin-bottom: 12px !important;
}

/* FIN CONTACTO */

/* FOOTER */

.footer
{
	background: #212121;
	padding-top: 2em;
	color: #7f8183;
	border-top: 10px solid #d13b33;
}

.footer h2
{
    border: none;
    text-transform: none;
    color: white;
    font-size: 1.1em !important;
    text-align: left;
    margin-left: 0px;
	background: none;
}

.footer h2:before, .footer h2:after
{
	display: none !important;
}

.footer h2 a, .footer a
{
    color: white;
}

.footer h2:before {
    position: absolute;
    display: block;
    width: 90px;
    border-bottom: 3px solid #d13b33;
    content: "";
    top: 3em;
}

.footer h2:after {
    position: absolute;
    display: block;
    width: 20px;
    border-bottom: 3px solid #d13b33;
    left: 115px;
    content: "";
    top: 3em;
}

.footer .contacto-footer
{
	border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    color: white;
    border-top: 2px solid #fff;
    margin-top: 2em;
}

.footer h4
{
	color: white !important;
}

.footer p:first-child
{
    margin-bottom: 20px;
    line-height: 22px;
    text-align: left;
    margin: 0px 5px 5px 20px;
    font-weight: 600;
    color: #d13b33;
}

.footer .widget_rss .rsswidget img
{ 
	display: none;
}

.footer .widget_rss a
{
	color: #7f8183;
	text-align: left;
}

.footer .widget_rss h2 a
{
	color: white;
}

.footer .vc_column_container>.vc_column-inner
{
    padding-left: 20px;
    padding-right: 20px;
}

.footer .widget_rss li
{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f1;
}

.footer .vc_single_image-wrapper
{
    margin-bottom: 15px;
}

.contacto-footer p
{
	color: white;
	font-size: 1.3em;
    font-family: 'ArchiaBold';
    line-height: 1.5;
}

.footer-copyright
{
	background-color: #121212;
    color: white;
    margin: auto;
    display: block;
    text-align: center;
    padding: 15px 0px;
}

/* FIN FOOTER */

/* DETALLE NOTICIA */

.single-post #page-header
{
	display: none;
}

.single-post .byline, .single-post .comments-link,
.single-post .cat-links, .single-post .posted-on:after,
.search-results .byline, .search-results .comments-link,
.search-results .cat-links, .search-results .posted-on:after
{
	display: none;
}

.single-post .post-content
{
	text-align: justify;
	font-size: 1.2em;
}

.page ul, .page ol
{
    padding: 1em 2em;
}

.page ul li, .page ol li
{
	margin-bottom: 0px;
}

.page ul li:first-letter, .page ol li:first-letter
{
	text-transform: capitalize;
}

/* FIN DETALLE NOTICIA */

/* FEED RSS */

#feed
{
	padding-bottom: 2em;
}

#feed .item
{
    width: 20%;
    display: inline-block;
    padding-left: 1%;
    padding-right: 1%;
    vertical-align: top;
    margin-left: 1%;
    margin-right: 1%;
	padding-top: 1em;
}

#feed .item h4
{
    text-align: left;
    margin-bottom: 1em;
    font-size: 12pt;
    line-height: 18pt;
    font-weight: bold;
    color: #a7250d;
	height: 6em;
}

#feed .item img
{
    margin-bottom: 1.2em;
	border: 8px solid white;
    box-shadow: 0px 0px 2px 2px rgba(51, 51, 51, 0.13);
	width: 100%;
    margin-left: -8px;
}

#feed .item  > div
{
	line-height: 1.5;
	background: #fafafa;
	color: #58585b;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	
    min-height: 450px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

#feed .item div span
{
    position: relative;
    top: 10px;
}

#feed.tipo2
{
	text-align: center;
}

#feed.tipo2 .item
{
	width: 300px;
    height: 300px;
	min-height: 300px;
	margin: 0px;
	text-align: left;
}

#feed.tipo2 .item span
{    
	position: absolute;
    width: 258px;
    margin-top: -314px;
    color: white;
	background: rgba(0, 0, 0, 0.6);
    margin-left: -9px;
    height: 257px;
    padding: 20px;
    opacity: 0;
    top: auto;
    
	-webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

#feed.tipo2 .item span h4
{
	color: white;
	text-align:  center;
	margin-bottom: 10px;
}

#feed.tipo2 .item span h4:after
{
    content: " ";
    width: 30px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.72);
    display: block;
    margin: auto;
    position: relative;
    margin-top: 15px;
    text-align: center;
	
	-webkit-transition: width 1.3s ease;
	-moz-transition: width 1.3s ease;
	-ms-transition: width 1.3s ease;
	-o-transition: width 1.3s ease;
	transition: width 1.3s ease;
}

#feed.tipo2 .item span:hover h4:after
{
	width: 130px;
	
	-webkit-transition: width 1.3s ease;
	-moz-transition: width 1.3s ease;
	-ms-transition: width 1.3s ease;
	-o-transition: width 1.3s ease;
	transition: width 1.3s ease;
}

#feed.tipo2 .item > div
{
	min-height: 300px;
	height: 300px;
	padding-bottom: 0px;
}

#feed.tipo2 .item span:hover
{
	opacity: 1;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

/* FIN FEED RSS */

/* TAREAS DE GESTI�N */

.etiqueta_tarea
{
	background-color: white;
    color: #b68157;
    padding: 10px;
    font-size: 1.2em;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.29);
    border-radius: 5px;
    cursor: pointer;
}

.task-title
{
	text-align: center;
    font-size: 1.2em;
    margin-top: 1em;
    color: #b68157;
    font-weight: bold;
}

.tarea-gestion
{
    max-height: 65px;
	-webkit-transition: max-height 600ms ease;
	-moz-transition: max-height 600ms ease;
	-ms-transition: max-height 600ms ease;
	-o-transition: max-height 600ms ease;
	transition: max-height 600ms ease;
}

.tarea-gestion.active
{
    max-height: 450px;
    background: white;
    border-radius: 5px;
    -webkit-transition: max-height 600ms ease;
    -moz-transition: max-height 600ms ease;
    -ms-transition: max-height 600ms ease;
    -o-transition: max-height 600ms ease;
    transition: max-height 600ms ease;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.13);
	z-index: 9;
}

.tarea-gestion.active .etiqueta_tarea
{
	background-color: #b68157;
	color: white;
	box-shadow: none;
}

.tarea-gestion .task-title, .tarea-gestion .task-description, .tarea-gestion .task-link
{
	display: none !important;
}

.tarea-gestion.active .task-title, .tarea-gestion.active .task-description, .tarea-gestion.active .task-link
{
	display: block !important;
}

.subtitulo-gestion
{
	color: #b68157;
    margin-bottom: 1em;
}

/* FIN TAREAS DE GESTION */

/* RESPONSIVE */

@media (max-width: 1024px)
{
   
   #header
   {
      position: absolute;
      width: 100%;
   }
}

@media (max-width: 991px) {
	ul.sub-menu
	{
		width: 100%;
	}
	
	#feed .item
	{
		width: 45%;
	}
	
	#btn-webmail span
	{
		background: none;
		padding: 0px
	}
}

@media only screen and (max-width: 767px) and (min-width: 480px)
{
	#mobile-menu-trigger {
		margin-top: 0px !important;
		top: 13px;
	}
}

/* FIN RESPONSIVE */

/* FUENTES */

@font-face {
	font-family: 'CG Omega';
	src: url('fonts/CG Omega.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Archia';
	src: url('fonts/Archia-Regular.otf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'ArchiaThin';
	src: url('fonts/Archia-Thin.otf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'ArchiaBold';
	src: url('fonts/Archia-Bold.otf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

/* FIN FUENTES */
