.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;600&display=swap");

body {
  color: #494951b3;
  word-wrap: break-word;
  font-family: "Arial", sans-serif;
  line-height: 1.8;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
}

a:hover,
a:focus {
  color: #5e5d5d;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

pre {
  width: 100%; /* specify width */
  white-space: pre-wrap; /* CSS3 browsers */
  white-space: -moz-pre-wrap !important; /* 1999+ Mozilla */
  white-space: -pre-wrap; /* Opera 4 thru 6 */
  white-space: -o-pre-wrap; /* Opera 7 and up */
  word-wrap: break-word; /* IE 5.5+ and up */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  font-family: 'Titillium Web', sans-serif;
}

pre{
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  color: #d6d9dd;
  margin: 0;
  padding: 0; 
}
body.home pre{
	color: #f27420;
	font-weight: bold;
}

h1, .h1 {
  font-size: 24px;
  color: #3e3d3d;
  text-align: center;
  font-weight: bold;
}

h2, .h2 {
  font-size: 36px;
  display: inline-grid;
  color: #000;
  margin: 0 0 20px;
  line-height: 34px;
}
h2::after{
  content: '';
  height: 3px;
  width: 60px;
  margin-top: 22px;
  background: linear-gradient(90deg, #f27420 52px, transparent 53px, transparent 56px, #f27420 57px);
}

h3, .h3 {
  font-size: 24px;
  margin-bottom: 0;
  color: #021a47;
  margin-top: 8px;
  line-height: 1.2;
  display: inline-block;
}

h4, .h4 {
  font-size: 16px;
  color: #021a47;
  margin-bottom: 0;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 13px;
}

ul{
  list-style: none;
  padding-left: 0;
}
.entry-content li{
  padding-left: 30px;
  text-indent: 0;
  position: relative;
}
.entry-content li::before{
  display: inline-block;
  content: '';
  background: url(//funvesa.naitus.cl/wp-content/themes/InnovaLab/images/vineta.png) no-repeat 0px 9px;
  width: 30px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}
.site-content{
  margin-top: -32px;
}
.imgLeft{
  margin-bottom: 0;
}
.imgLeft figure{
  margin: 1em 0 .5em 0!important;
}
.imgLeft figure img{
  margin-bottom: 10px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:  content-box;
  box-sizing:     content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}
p {
  margin: 0 0 25px;
  text-align: justify;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Layout */
.side-pull-left .main-content-inner{
    float: none;
    margin: 0 auto;
}
.side-pull-right .main-content-inner{
    float: right;
}
.no-sidebar #secondary, .full-width #secondary{
    display: none;
}
.no-sidebar .main-content-inner{
    float: none;
    margin: 0 auto;
}
.full-width .main-content-inner{
    width: 100%;
}
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing floats */
.clear:before,
.clear:after,
.gallery:before,
.gallery:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.home-widget-area:before {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.gallery:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.home-widget-area:before {
  clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
  margin: 0;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.entry-content {
  clear: both;
  max-width: 980px;
  margin: 0 auto;
  padding: 100px 20px 0;
}
body.home h1 {
  display: none;
}
body.home .entry-content {
  max-width: 100%;
  padding: 0;
  margin-top: -35px;
}
.entry-content figure.wp-block-image img{
  margin-bottom: 0;
  border-radius: 20px;
}
.entry-content figure.wp-block-image figcaption{
  margin-top: 0;
  text-align: center;
  font-size: 15px;
  margin-bottom: 2em;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* =Post styling
----------------------------------------------- */
.entry-meta {
  float: right;
}
.entry-meta a {
  font-size: 13px;
  color: #6B6B6B;
  text-transform: capitalize;
}
footer.entry-meta {
  margin-bottom: 0;
}
.page-header {
  margin-top: 0;
  border-bottom: 0;
  padding: 20px 20px 15px;
  background-size: cover!important;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 70px;
  color: #fff;
  margin-bottom: 8px;
  line-height: 74px;
}
body.home article.page header h1.entry-title {
  font-size: 24px;
  text-align: center;
  color: #535353;
  margin: 0px auto;
  padding: 10px 40px;
}

.btn.btn-default.read-more {
  float: right;
  margin-top: 10px;
  font-size: 12px;
  padding: 11px 13px;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* author */
.author-bio {
  clear: both;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}
.author-bio .avatar {
  float: left;
}
.author-bio-content h4 {
  font-size: 14px;
  margin-top: 0;
}
.author-bio .author-bio-content {
  margin-left: 74px;
}
.secondary-content-box {
  padding-top: 0;
  padding-bottom: 0;
}
.single-view,
.blog-item-wrap {
  margin-bottom: 50px;
}
.post-inner-content {
  border-top: none;
}
body.archive .post-inner-content,
body.blog .post-inner-content,
.post-inner-content:first-child {
  /*border-top: 1px solid #dadada;*/
}
.more-link,
.says {
  display: none;
}
.comment-author .fn,
.author-bio h4,
.comment-reply-title {
  text-transform: uppercase;
  font-weight: 700;
}
#bbp-single-user-details #bbp-user-avatar img.avatar {
  position: relative;
  left: 0;
  top: 0;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #DA4453;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #DA4453;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}
.page-links a:hover span {
  background-color: #DA4453;
  border: 1px solid #DA4453;
  color: #fff;
}
.pagination .fa-chevron-left,
.pagination .fa-chevron-right {
  font-size: 12px;
}
.pagination li a {
  color: #DA4453;
}
.pagination li:hover a {
  color: #DA4453;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  color: #FFF;
  background-color: #DA4453;
  border-color: #DA4453;
}
.pagination>li>a,
.pagination>li>span {
  padding: 9px 14px;
  border-color: #dadada;
}
.bottom-pagination {
  text-align: center;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.single-featured {
  -webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
  display: block;
  margin: auto;
}
.single-featured:hover {
  opacity: 0.8;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-block-embed__wrapper {
  width: 100%;
}
/* =Buttons
----------------------------------------------- */
.btn-default, .label-default, .woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #DA4453;
  border-color: #DA4453;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.btn-default:hover,
.label-default[href]:hover,
.label-default[href]:focus,
.btn-default:hover, .btn-default:focus,
.btn-default:active,
.btn-default.active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover, .woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background-color: #363636;
  border-color: #363636;
  color: #FFF;
}
.btn.btn-default, .woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button {
  color: #FFF;
  text-transform: uppercase;
}
.input-group-btn:last-child>.btn {
  margin-left: 0;
}
button, .button {
  background-color: #DA4453;
  border: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
button:hover, .button:hover {
  background-color: #363636;
}
#subscription-toggle {
    float: right;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .pagination, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 20px;
  background: transparent;
  border: 1px solid #DADADA;
  background: #fff;
  color: #DA4453;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}
#infinite-handle span:hover {
  background-color: #DA4453;
  color: #fff;
}
/* =Custom Styles
----------------------------------------------- */
#logo .site-name {
  margin: 0;
}
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .flex-caption {
    display: none;
  }
}

/* =Navigation
----------------------------------------------- */

.post-navigation a,
.page-numbers,
.pagination .prev,
.pagination .next {
  border: 1px solid #DADADA;
  background-color: #FFF;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0 0 1.5em;
  overflow: hidden;
}
.post-navigation a {
  display: block;
}
.post-navigation a:hover,
.pagination .prev:hover
.pagination .next:hover {
  color: #FFF;
  text-decoration: none;
}
.pagination {
  text-transform: uppercase;
  display: block;
}
.post-navigation .nav-previous,
.pagination .prev {
  float: left;
}
.post-navigation .nav-next,
.pagination .next {
  float: right;
  text-align: right;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.single .nav-links {
    margin-top: 30px;
}
.nav>li>a {
  text-transform: uppercase;
}
.navbar.navbar-default {
  background-color: #f2f2f2;
  /*font-family: 'Open Sans', serif;*/
  margin-bottom: 0;
  font-weight: 500;
}
.navbar-default .navbar-nav > li > a {
  color: #F5F7FA;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar > .container .navbar-brand {
  color: #ffffff;
  font-size: 30px;
  margin: 13px 0;
  /*font-family: 'Open Sans', serif;*/
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #DA4453;
  background-color: transparent;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #DA4453;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #DA4453;
  }
}
.dropdown-menu {
  font-size: 13px;
}
.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
  color: #DA4453;
  background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
  color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #DADADA;
}
@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 10px 15px;
  color: #636467;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #DA4453;
  color: #fff;
}
.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 7px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.nav.navbar-nav {
  float: right;
}
@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
  }
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navigation .wp-pagenavi-pagination a{
  border-radius: 0;
  margin-bottom: 0;
}
.navigation .wp-pagenavi-pagination span{
  font-size: 12px;
}
.navigation .wp-pagenavi-pagination span.current,
.navigation .wp-pagenavi-pagination a:hover {
  background-color: #DA4453;
  border-color: #DA4453;
  color: #FFF;
  text-decoration: none;
}
.pagination>li>a,
.pagination>li>span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #DA4453;
}
.nav-links {
  text-align: center;
}


/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #DA4453;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}
#image-navigation .nav-previous a {
  float: left;
}
#image-navigation .nav-next a {
  float: right;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  color: #6B6B6B;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 1px 8px;
  text-align: center;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* =Footer
----------------------------------------------- */

#footer-area{
  margin-top: 100px;
  padding: 50px 10%;
  padding-bottom: 5px;
  background-color: #f7fafc;
  color: #7f7f8a;
  border-top: 1px solid #e5e5ea;
}
#footer-area a {
  color: #7f7f8a;
}
/*
#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}
#footer-area ul li {
  border-bottom: 1px solid #444;
}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
.widgettitle {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: inherit;
}
#footer-area .widget ul li {
  list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.footer-widget {
  overflow: hidden;
}*/

#footer-area aside .widget-column{
  float: left;
  width: 25%;
}

.copyright {
  margin: 10px auto;
  text-align: center;
  width: 300px;
}
#colophon {
  padding: 40px 0;
  clear: both;
  background: #021a47;
  color: #ccccd1;
}
#colophon .funLeft {
	margin-left: 30px;
}
#colophon .funRight {
	margin-right: 30px;
}
#colophon a{
	color: #fff;
}
#footer-area aside .widget-column {
    float: left;
    width: calc(33% - 100px);
    padding: 0 50px;
}
/*.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {
  background: #000;
  color: #fff;
}*/
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}
/*.scroll-to-top {
  background: #363636;
  background: rgba(100, 100, 100, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
  background: #DA4453;
  opacity: .8;
}*/

@media (max-width: 768px) {
  .site-info, .copyright {
    text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
}

/* =Social icons
----------------------------------------------- */
/*#secondary .widget .social-icons a {
  color: #fff;
}
.social-icons, #menu-social {
  position: relative;
  text-align: center;
}
#secondary .widget .social-icons {
  text-align: left;
}
.social-icons a{
  font-size: 18px;
  line-height: 40px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #DADADA;
  -webkit-transition: background-color  0.5s;
     -moz-transition: background-color  0.5s;
       -o-transition: background-color  0.5s;
          transition: background-color  0.5s;
}
#menu-social li{
    border: none;
    display: inline-block;
    margin: 0;
}
.social-icons li a{
  font-size: 18px;
  line-height: 40px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #DADADA;
  -webkit-transition: background-color  0.5s;
     -moz-transition: background-color  0.5s;
       -o-transition: background-color  0.5s;
          transition: background-color  0.5s;
}
#footer-area .social-icons a{
  margin-right: 7px;
  background-color: #363636;
  color: #fff;
}
#footer-area .social-icons li a {
  background-color: #363636;
  color: #fff;
  margin-right: 7px;
}
#menu-social li a span{ display: none; }

#menu-social li a[href*="facebook.com"]:hover {
  background-color: #4265b9 !important;
}
#menu-social li a[href*="twitter.com"]:hover {
  background-color: #55ACEE !important;
}
#menu-social li a[href*="dribbble.com"]:hover {
  background-color: #ea4c89 !important;
}
#menu-social li a[href*="flickr.com"]:hover {
  background-color: #ff0084 !important;
}
#menu-social li a[href*="plus.google.com"]:hover {
  background-color: #d62408 !important;
}
#menu-social li a[href*="skype.com"]:hover {
  background-color: #0bbff2 !important;
}
#menu-social li a[href*="pinterest.com"]:hover {
  background-color: #c31e26 !important;
}
#menu-social li a[href*="linkedin.com"]:hover {
  background-color: #005987 !important;
}
#menu-social li a[href*="vimeo.com"]:hover {
  background-color: #1bb6ec !important;
}
#menu-social li a[href*="tumblr.com"]:hover {
  background-color: #35506b !important;
}
#menu-social li a[href*="youtube.com"]:hover {
  background-color: #df3333 !important;
}
#menu-social li a[href*="instagram.com"]:hover {
  background-color: #F95B60 !important;
}
#menu-social li a[href*="/feed"]:hover {
  background-color: #f39c12 !important;
}
#menu-social li a[href*="foursquare.com"]:hover {
  background-color: #2398C9 !important;
}
#menu-social li a[href*="soundcloud.com"]:hover {
  background-color: #F50 !important;
}
#menu-social li a[href*="github.com"]:hover {
  background-color: #4183C4 !important;
}
#menu-social li a[href*="xing.com"]:hover {
  background-color: #006567 !important;
}
#menu-social li a[href*="spotify.com"]:hover {
  background-color: #81b71a !important;
}
#menu-social li a[href*="mailto"]:hover {
  background-color: #DA4453 !important;
}
#menu-social li, #menu-social ul {
  border: 0!important;
  list-style: none;
  padding-left: 0;
}

#menu-social li a[href*="twitter.com"] .fa:before{content:"\f099"}
#menu-social li a[href*="xing.com"] .fa:before{content:"\f168"}
#menu-social li a[href*="facebook.com"] .fa:before{content:"\f09a"}
#menu-social li a[href*="github.com"] .fa:before{content:"\f09b"}
#menu-social li a[href*="/feed"] .fa:before{content:"\f09e"}
#menu-social li a[href*="dribbble.com"] .fa:before{content: "\f17d"}
#menu-social li a[href*="skype.com"] .fa:before{content: "\f17e"}
#menu-social li a[href*="foursquare.com"] .fa:before{content: "\f180"}
#menu-social li a[href*="spotify.com"] .fa:before{content: "\f1bc"}
#menu-social li a[href*="soundcloud.com"] .fa:before{content: "\f1be"}
#menu-social li a[href*="vimeo.com"] .fa:before{content: "\f194"}
#menu-social li a[href*="youtube.com"] .fa:before{content: "\f167"}
#menu-social li a[href*="instagram.com"] .fa:before{content: "\f16d"}
#menu-social li a[href*="flickr.com"] .fa:before{content: "\f16e"}
#menu-social li a[href*="tumblr.com"] .fa:before{content: "\f173"}
#menu-social li a[href*="pinterest.com"] .fa:before{content: "\f0d2"}
#menu-social li a[href*="plus.google.com"] .fa:before{content: "\f0d5"}
#menu-social li a[href*="linkedin.com"] .fa:before{content: "\f0e1"}
#menu-social li a[href*="mailto"] .fa:before{content: "\f003"}

@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  .side-pull-left .main-content-inner, .side-pull-right .main-content-inner{
    float: none;
  }
}*/

/* =Call For Action
----------------------------------------------- */
/*.cfa {
  padding: 30px 0px;
  background: #FFF;
  border-bottom: 1px solid #DADADA;
  text-align: center;
}
.cfa-text{
  font-size: 22px;
  color: #DA4453;
  display: block;
  padding-top: 10px;
}
.cfa-button {
  background-color: transparent;
  color: #DA4453;
  padding: 15px 30px;
  border-color: #DA4453;
}
.cfa-button a {
  color: #DA4453;
}
.cfa-button:hover {
  background-color: #DA4453;
  color: #fff;
}
@media (max-width: 767px) {
  .cfa {
    padding: 0 0 20px;
  }
  .cfa-button {
    padding: 10px 16px;
    margin-top: 10px;
  }
}*/

/* =Elements when no javaScript is present
----------------------------------------------- */
#submit,
.tagcloud,
.comment-reply-link,
.widget_rss ul,
button[type=submit],
.postform,
table#wp-calendar {
  display: none;
}
.no-js #submit,
.no-js .tagcloud,
.no-js .comment-reply-link,
.no-js .widget_rss ul,
button[type=submit],
.no-js .postform,
.no-js table#wp-calendar {
  display: block;
}



/**********************************************************/
/*********************** INNOVALAB ************************/
/**********************************************************/


a {
  color: #074fa0;
}

h3.cCat a:hover {
  color: #074fa0!important;
}

body.home h2{
  font-size: 48px;
  line-height: 46px;
}

strong{
  display: contents;
}

p strong {
  font-weight: bold;
}

.post-navigation a:hover,
.pagination .prev:hover
.pagination .next:hover {
  background: #000;
}

h3.cPage a {
  font-size: 18px;
}

#page {
  width: 100%;
}

div#logo {
  padding: 20px 0 10px;
  text-align: center;
}
ul.masinfo {
  padding-left: 0;
}
ul.masinfo li {
  list-style: none;
  margin: 0;
  clear: both;
  padding: 0 0 10px;
}
ul.masinfo li .listImg {
  float: left;
}
.clear {
  clear: both;
}

#wpdevar_comment_1 {
    border-top: 1px dashed #ccc;
    margin-top: 20px;
    padding-top: 30px;
}
ul.newsHome {
  padding-left: 0;
}
ul.newsHome .artIndex p {
  margin-bottom: 10px;
}
ul.newsHome .artIndex p a {
  background: rgb(234, 234, 234);
  padding: 3px 10px;
  font-size: 12px;
}
ul.newsHome li {
  list-style: none;
  clear: both;
}

ul.newsIndex {
  padding-left: 0;
  -webkit-box-shadow: 0px 9px 43px -15px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 9px 43px -15px rgba(0,0,0,0.3);
  box-shadow: 0px 9px 43px -15px rgba(0,0,0,0.3);
  background: #fff;
  max-width: 1100px;
  margin: 0 auto;
}
ul.cTop li {
  
}
ul.cTop li h3.cCat a {
  font-size: 17px!important;
}
ul.newsIndex li {
  list-style: none;
  width: 33.2%;
  float: left;
  padding-left: 0;
  padding-bottom: 40px;
  border-left: 1px solid #ededed;
}
ul.cssCuatro li {
  width: 24.8%;
}
ul.newsIndex li div.artIndex {
  padding: 20px 25px;
  text-align: left;
  line-height: 20px;
}
ul.newsIndex li div.artIndex h1 {
  margin: 10px 0 8px;
}
ul.newsIndex li div.artIndex h2 {
  margin-top: 0px;
  font-size: 28px;
  font-weight: bold;
}
ul.newsIndex li div.artIndex h2 a{
  color: rgb(2,26,71);
}
ul.newsIndex li div.artIndex h2 a:hover{
  color: rgb(242,116,32);
}
ul.newsIndex li div.artIndex h2::after {
  margin-top: 10px;
}
ul.newsIndex li div.artIndex p {
  font-size: 13px!important;
}
ul.newsIndex li::before {
  display: none;
}

ul.paginaNews h3{
	display: block;
}

.listImg{
  background: #000;
}

.listImg img {
  margin-bottom: 0!important;
  margin-right: 0!important;
  width: 100%;
  border-radius: 0!important;
}

.listImg img:hover {
  filter: opacity(.7);
  transition: all .5s linear;
}

a.backBoton{
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover!important;
}
a.backBoton:hover{
  filter: opacity(.7);
  transition: all .5s linear;
}
a.newsMas{
  color: #414141;
  border-bottom: 1px solid #222;
  padding-bottom: 6px;
  transition: all .2s linear;
}
a.newsMas:hover{
  color: rgb(242,116,32);
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(242,116,32);
  transition: all .2s linear;
}
.entry-content img {
  margin-right: 15px;
  border-radius: 15px 15px 0 0;
  margin-bottom: 20px;
}

.gallery-icon img {
  float: left;
  margin: 0 auto;
}

.entry-content img.fnone {
  float: none;
  margin: 0 auto;
}

a.leerMas {
  display: block;
  width: 135px;
  background: #e0e0e0;
  float: right;
  padding: 4px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 12px;
}
.wp-post-image {
  border-radius: 10px;
}
.h2foot {
  clear: both;
  padding-top: 30px;
}

.pilares {
  width:100%;
  display:flex;
  justify-content: space-around;
}
.pilares div {
  width: 200px;
  text-align: center;
  float: left;
  margin: 0 10px;
}
.pilares div img {
  margin: 0 0 10px;
}
h3.cCat a {
  color: #373737;
  font-size: 15px;
}
h3.cPage::after{
  content: '';
  position: absolute;
  display: block;
  left: 2px;
  bottom: 0;
  width: 60px;
  height: 3px;
}
li.licat {
  width: 48%!important;
}
span.cat-links,
span.cat-links a {
  font-size: 13px;
}
.entry-content ul {
  margin-bottom: 40px;
}

body.home .adS4, body.home .adS5 {
  display: none;
}

.adS4 {
  width: 160px;
  float: right;
  height: 600px;
  margin-left: 15px;
  position: sticky;
}
.post-ratings {
  width: auto!important;
}
.textRating {
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
}
.divRating {
  padding: 10px;
  background: #f7f7f7;
  border-radius: 10px;
  text-align: center;
  margin: 10px 0 30px;
}
p#breadcrumbs {
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
}
p#breadcrumbs a{
  color: #fff;
}
p#breadcrumbs a:hover{
  color: rgb(242,116,32);
}

body.home p#breadcrumbs {
  display: none;
}
#toc_container {
  margin-bottom: 3em!important;
}
.adsA1 {
  display: block;
  max-width: 750px;
  margin-bottom: 15px;
}

body.home .entry-meta {
  display: none;
}

ul.cListado {
  list-style: none;
  padding: 0;
}

ul.cListado li div h2 {
  margin: 0;
}

ul.cListado div div p {
  font-size: 14px;
  margin: 10px 0 40px;
}

ul.cListado img {
  border-radius: 15px;

}

/*MENU*/

.navbar-header .menu{
  display: flex;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
  transition: all .6s ease;
}
.navbar-header .menu li{
  text-transform: uppercase;
  background-color: rgb(2,26,71);
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  z-index: 100;
}
.navbar-header .menu li:hover,
.navbar-header .menu li:focus-within{
  background-color: rgba(242,116,32,1);
  cursor: pointer;
}

.navbar-header .menu li a{
  padding: 0 40px;
  color: #ffffff;
  font-family: Titillium Web;
  font-size: 16px;
  line-height: 70px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.navbar-header .menu li ul{
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 1s ease;
  left: 0;
  display: none;
}

.navbar-header .menu li:hover > ul,
.navbar-header .menu li:focus-within > ul,
.navbar-header .menu li ul:hover,
.navbar-header .menu li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
.navbar-header .menu li ul li{
  clear: both;
  width: 100%;
  border-bottom: 1px solid #465173;
}
.navbar-header .menu li ul li::after{
  content: '';
  width: 10px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
  font-size: 14px;
  transition: all 0.5s;  
}
.navbar-header .menu li ul li:hover::after{
  left: 18px;
  opacity: 1;
}
.navbar-header .menu li ul li a{
  white-space: nowrap;
  display: block;
}
.navbar-header .menu li.funBusca{
  background: url(//funvesa.naitus.cl/wp-content/themes/InnovaLab/images/lupa.png) no-repeat #021a47 center;
}
.navbar-header .menu li.funBusca:hover,
.navbar-header .menu li.funBusca:focus-within{
  background-color: rgba(242,116,32,1);
  cursor: pointer;
}
.navbar-header .menu li.funBusca a{
  visibility: hidden;
}
.navbar-header .menu li.funTritumosac{
  background: rgb(242,116,32);
}
.navbar-header .menu li.funTritumosac:hover{
  background: rgb(2,26,71);
}

.menuMobile{
  display: none;
  float: right;
  margin: 40px;
}
.menuMobile input{
  width: 50px;
  height: 50px;
  background: url(//funvesa.naitus.cl/wp-content/themes/InnovaLab/images/menu.png) no-repeat;
  display: block;
  transition: all .6s ease;
}
.menuMobile input.menuON{
  background-position: left;
}
.menuMobile input.menuOFF{
  background-position: right;
}
a.arbol::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: 67px;
  font-size: 0;
  margin: 0 0 0 14px;
  width: 3px;
  height: 3px;
  position: relative;
  top: -2px;
}

.welcome{
  max-width: 1100px;
  margin: 0 auto 130px;
  padding: 0 10%;
}

.navbar-header{
  background: #fff;
}

/*FUNMODS*/

.funModGrupo{
  margin-bottom: 80px;
}
.funMod{
  width: 50%;
  float: left;
}
.funFicha, .funFoto{
  width: 50%;
}
.funLeft{
  float: left;
}
.funRight{
  float: right;
}
.funFicha{
  background: #021a47;
  transition: all .6s ease;
  height: 450px;
}
.funFicha:hover{
  background: #f27420;
  transition: all .6s ease;
}
.funFicha > *{
  padding: 0 50px;
  font-family: 'Titillium Web', sans-serif;
}
.funFicha:hover .oculto p{
  line-height: 20px;
  font-family: "Arial", sans-serif;
  padding-top: 0!important;
}
.funFicha:hover .oculto a{
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.funFicha p:first-child{
  padding-top: 100px;
  transition: all .6s ease;
  opacity: 0;
}
.funFicha p:nth-child(2){
  font-size: 20px;
  padding-top: 115px;
  transition: all .6s ease;
  opacity: 0.5;
}
.funFicha:hover p:nth-child(2){
  transition: all .6s ease;
  padding-top: 0;
  opacity: 1;
}
.funFicha p:nth-child(2) span{
  font-size: 16px;
  transition: all .6s ease;
}
.funFicha:hover p:nth-child(2) span{
  font-size: 55px;
  transition: all .6s ease;
  margin-right: 10px;
  line-height: 20px;
  padding-top: 0;
}
.funFicha h4{
  font-family: 'Titillium Web', sans-serif;
  background-color: rgba(255,255,255,0.1);
  padding: 38px 50px;
  font-size: 27px;
  font-weight: bold;
  transition: all .6s ease;
}
.funFicha:hover h4{
  background-color: transparent;
  padding: 0 50px;
  transition: all .6s ease;
}
.funFicha:hover p:first-child{
  padding-top: 60px;
  transition: all .6s ease;
  opacity: 1;
}
.funFicha .oculto{
  opacity: 0;
  pointer-events: none;
}
.funFicha:hover .oculto{
  opacity: 1; 
  pointer-events: all;
}
.funFicha h4,.funFicha h6, .funFicha p{
  color: #fff;
}
.funFoto{
  background-size: cover!important;
  height: 450px;
}

/*NOTICIAS HOME*/

body.home{
  background: #F7FAFC;
}
.funNoticias{
  max-width: 1100px;
  margin: 0 auto;
}
.funNoticias > *{
  font-family: 'Titillium Web', sans-serif;
}
.funNoticias li{
  border-top: solid 1px #cdcdcd;
  padding: 18px 0 0;
  margin: 0 0 27px;
  display: flex;
}
.funNoticias li::before{
  display: none;
}
.funNoticias li div.funCat a{
  color: #f27420;
}
.funNoticias li:first-child{
  display: block;
  float: left;
  width: 50%;
  margin-right: 40px;
  background: #fff;
  padding-left: 0;
  -webkit-box-shadow: 10px 22px 24px -23px rgba(0,0,0,0.5);
  -moz-box-shadow: 10px 22px 24px -23px rgba(0,0,0,0.5);
  box-shadow: 10px 22px 24px -23px rgba(0,0,0,0.5);
  z-index: 10;
  border: 0;
}
.funNoticias li div:nth-child(2){
  padding: 0 50px 30px;
}
.funNoticias img{
  border-radius: 0;
}
.funNoticias li h3{
  color: #191919;
  line-height: 1.2;
  margin-top: 0;
  font-weight: bold;
}
.funNoticias li h3 a{
  color: rgb(2,26,71);
  transition: all 0.4s ease;
  font-size: 22px;
}
.funNoticias li h3 a:hover{
  color: #f27420;
  transition: all 0.4s ease;
}
.funNoticias a.vermas{
  padding-top: 20px;
  display: block;
  color: #535353;
  font-size: 16px;
}
.funNoticias a.vertodo{
  color: #fff;
  background: #f27420;
  padding: 15px 50px;
  font-size: 16px;
  display: inline-block;
  transition: all 0.4s ease;
  font-weight: bold;
}
.funNoticias a.vertodo:hover{
  background: #021a47;
}
.funBoton a{
  color: #fff;
  background: #f27420;
  padding: 15px 50px;
  font-size: 16px;
  display: inline-block;
  border-radius: 0;
  font-family: 'Titillium Web', sans-serif;
  transition: all 0.4s ease;
  font-weight: bold;
}
.funBoton a:hover{
  background: #021a47;
}
.mailing{
  background: #021a47;
  padding: 50px;
  margin: 80px 0 0;
}
.mailing div p{
  font-family: 'Titillium Web', sans-serif;
  padding: 0 10%;
  text-align: left;
}
.mailing div p:first-child{
  margin: 0;
  font-size: 17px;
  text-transform: uppercase;
  color: #d6d9dd;  
}
.mailing div p:nth-child(2){
  margin: 0;
  color: #fff;
  font-size: 52px;
  line-height: 1.1346em;
}
.mailing form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 16px!important;
  font-weight: bold!important;
  display: block;
}
.wpcf7 form .wpcf7-response-output{
  border: 0;
  color: #fff;
}
.mailing form p{
  font-size: 20px!important;
  padding: 20px 0 0 0;
}
.mailing form p input[type=email]{
  padding: 15px 10px;
}
.mailing form p input[type=submit]{
  color: #fff;
  background: #f27420;
  padding: 15px 50px;
  font-size: 16px;
  display: inline-block;
  border-radius: 0;
  font-family: 'Titillium Web', sans-serif;
  transition: all 0.4s ease; 
  border: 0;
  cursor: pointer; 
}
.mailing form p input[type=submit]:hover{
  background: #000;
}
.funMensaje{
  margin: 80px 0 0;
  padding: 0 10%;
}
h3.widget-title{
  font-weight: bold;
  margin-bottom: 20px;
}
ul.paginaNews, ul.paginaNews li{
  list-style: none;
}
ul.paginaNews li{
  border: solid 1px #cdcdcd;
}
ul.paginaNews li .funCat a{
  color: #f27420;
}
ul.paginaNews li::before{
  display: none;
}
.sidebar{
  width: 250px;
  float: right;
}

/* NOTICIAS */

body.page-template-page-noticias .entry-content ul.paginaNews{
  width: calc(100% - 300px);
}

body.page-template-page-noticias .entry-content ul.paginaNews li{
  border: none;
  padding: 30px 0 30px 0;
  border-top: 1px solid #dfe0f2;
}
body.page-template-page-noticias .entry-content ul.paginaNews li a.fotoNews{
  width: 40%;
  float: left;
  margin-right: 20px;
}
body.page-template-page-noticias .entry-content ul.paginaNews li a.fotoNews img{
  padding-bottom: 40px;
  border-radius: 0;
}
body.page-template-page-noticias .entry-content ul.paginaNews li h3{
  line-height: 1.2;
}
.contentNews{
  width: calc(100% - 300px);
}
body.single h1{
  color: rgb(2,26,71);
  margin-top: 0;
  font-size: 42px;
  text-align: left;
  line-height: 1.2;
}
body.single .entry-meta{
  margin-bottom: 20px;
}

.widget-column section ul li{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

/* SEARCH */

body.search .entry-content ul.paginaNews{
  width: calc(100% - 300px);
}

body.search .entry-content ul.paginaNews li{
  border: none;
  padding: 30px 0 30px 0;
  border-top: 1px solid #dfe0f2;
  display: inline-table;
}
body.search .entry-content ul.paginaNews li a.fotoNews{
  width: 160px;
  float: left;
  margin-right: 20px;
}
body.search .entry-content ul.paginaNews li a.fotoNews img{
  padding-bottom: 0px;
  border-radius: 20px;
}
body.search .entry-content ul.paginaNews li h3{
  line-height: 1.2;
}
body.search h1{
  font-size: 36px;
}

/* NOSOTROS */

.funAbout{
  background: url(//funvesa.naitus.cl/wp-content/themes/InnovaLab/images/back_nosotros.jpg) no-repeat center;
  background-size: cover;
  margin: 80px 0;
}
.funAbout .wp-block-column{
  padding: 40px 60px;
  transition: all 0.4s ease;
  text-align: center;
}
.funAbout .wp-block-column h3::before{
  content: '';
  background: url(//funvesa.naitus.cl/wp-content/themes/InnovaLab/images/iconos-funvesa.png) no-repeat top;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
}
.funAbout .wp-block-column:first-child h3::before,
.funAbout .wp-block-column:first-child p:first-child::before{
  background-position: top left;
}
.funAbout .wp-block-column:nth-child(2) h3::before,
.funAbout .wp-block-column:nth-child(2) p:first-child::before{
  background-position: top center;
}
.funAbout .wp-block-column:nth-child(3) h3::before,
.funAbout .wp-block-column:nth-child(3) p:first-child::before{
  background-position: top right;
}
.funAbout .wp-block-column:hover{
  background:rgba(0,0,0,0.7);
}
.funAbout .wp-block-column h3{
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
}
.funAbout .wp-block-column p{
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  line-height: 1.4;
  margin: 20px 0;
}

.funDatos{
  background: url(//funvesa.naitus.cl/wp-content/themes/InnovaLab/images/back_nosotros.jpg) no-repeat center;
  background-size: cover;
  margin: 80px 0;
}
.funDatos .wp-block-column{
  padding: 80px 60px;
  transition: all 0.4s ease;
}
.funDatos .wp-block-column p:first-child::before{
  content: '';
  background: url(//funvesa.naitus.cl/wp-content/themes/InnovaLab/images/iconos-funvesa.png) no-repeat bottom;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
}
.funDatos .wp-block-column:first-child p:first-child::before{
  background-position: bottom left;
}
.funDatos .wp-block-column:nth-child(2) p:first-child::before{
  background-position: bottom center;
}
.funDatos .wp-block-column:nth-child(3) p:first-child::before{
  background-position: bottom right;
}
.funDatos .wp-block-column:hover{
  background:rgba(0,0,0,0.7);
}
.funDatos .wp-block-column p:first-child{
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  font-size: 50px; 
}
.funDatos .wp-block-column p:nth-child(2){
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}


.funContacto form p input,
.funContacto form p select,
.funContacto form p textarea{
  padding: 10px 20px;
  font-family: "Arial", sans-serif;
  color: #666;
  border: solid 1px #666;
  width: 320px;
}

.funContacto form p input[type=submit]{
  color: #fff;
  background: #f27420;
  padding: 15px 50px;
  font-size: 16px;
  display: inline-block;
  border-radius: 0;
  font-family: 'Titillium Web', sans-serif;
  transition: all 0.4s ease; 
  border: 0;
  cursor: pointer; 
  font-weight: bold;
}

.funContacto form p input[type=submit]:hover{
  background: #000;
}



/* OTROS */

.menu-social-container{
  background: rgb(2,26,71);
  width: 100%;
  padding: 5px;
  color: #fff;
}
.menu-social-container ul{
  max-width: 1100px;
  height: 26px;
  margin: 0 auto;
}
.menu-social-container ul li a{
  color: #fff;
  font-size: 12px;
}
.menu-social-container ul li a:hover{
  color: rgb(242,116,32);
}
.menu-social-container ul li:first-child,
.menu-social-container ul li:nth-child(2){
  float: right;
  margin-left: 10px;
}
.menu-social-container ul li:nth-child(3) a,
.menu-social-container ul li:nth-child(4) a,
.menu-social-container ul li:nth-child(5) a{
  color: transparent;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(//funvesa.naitus.cl/wp-content/themes/InnovaLab/images/iconos-social.png) no-repeat;
}
.menu-social-container ul li:nth-child(3) a:hover,
.menu-social-container ul li:nth-child(4) a:hover,
.menu-social-container ul li:nth-child(5) a:hover{
  opacity: 0.5;
}
.menu-social-container ul li:nth-child(3) a{
  background-position: left;
}
.menu-social-container ul li:nth-child(4) a{
  background-position: center;
}
.menu-social-container ul li:nth-child(5) a{
  background-position: right;
}

/* FOOTER */

.footerCard{
  background: #141414;
    position: sticky;
    bottom: 0;
    z-index: 10;
    height: 68px;
}
.footerCard div {
    width: 500px;
  margin: 0 auto;
}
.footerCard div div {
    float: left;
    width: 230px;
}
.footerCard div img{
  	border-radius: 55px;
    margin: -20px 20px 0 0;
    float: left;
    border: 5px solid #fff;
    width: 70px;
}
.footerCard div div p:nth-child(1){
  	color: #fff;
  	font-size: 24px;
    margin: 0;
    line-height: 1;
    padding-top: 7px;
}
.footerCard div div p:nth-child(2){
  color: #aeacac;
  margin: 0;
    line-height: 1;
}
.footerCard div a.ico-mail{
  background: url(//funvesa.naitus.cl/wp-content/themes/InnovaLab/images/ico-mail.png) center no-repeat;
  width: 50px;
  height: 50px;
  float: right;
  background-color: #021a47;
    border-radius: 40px;
    margin: 10px 10px 0 0;
    transition: all .6s ease;
}
.footerCard div a.ico-phone{
  background: url(//funvesa.naitus.cl/wp-content/themes/InnovaLab/images/ico-phone.png) center no-repeat;
  width: 50px;
  height: 50px;
  float: right;
  background-color: #021a47;
    border-radius: 40px;
    margin: 10px 10px 0 0;
    transition: all .6s ease;
}
.footerCard div a:hover{
  background-color: #f27420;
  transition: all .6s ease;
}

/* BUSCADOR */

.funBuscador{
  position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 101;
}
.funBuscador .closeBuscador{
  display: block;
    right: 20px;
    font-size: 50px;
    position: absolute;
}

.funBuscador .closeBuscador input.cerrar{
  background: none;
    border: 0;
    color: #6c6c6c;
    cursor: pointer;
}

.sidebar .closeBuscador input.cerrar{
  display: none;
}

.funBuscador form{
  width: 80%;
  margin: 0 auto;
}

.funBuscador form .input-group{
  width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.funBuscador form div input[type="text"]{
  width: 70%;
    padding: 2%;
    font-size: 40px;
    border: 0;
    border-bottom: 1px solid #ccc;
}
.funBuscador form div button[type="submit"]{
  opacity: 0;
}




.sidebar section{
  margin-bottom: 30px;
}

/*RESPONSIVE*/

@media (max-width: 900px){
  #page {
    width: 100%;
    float: none;
  }
  .lateral {
    display: none;
  }
  ul.newsIndex li {
    width: 49.8%;
  }
}

@media (max-width: 620px){

body.page-template-page-noticias .entry-content ul.paginaNews li a.fotoNews{
  width: 100%;
  float: none;
  margin-right: 0;
}
body.page-template-page-noticias .entry-content ul.paginaNews li a.fotoNews img{
  padding-bottom: 0px;
}
  h1.entry-title{
    font-size: 40px;
    line-height: 1;
  }

  ul.newsIndex li {
    margin: 1%;
    width: 99%;
  }
  #logo{
    float: left;
  }
  .site-content{
    margin-top: 0;
  }
  #menu-main{
    display: none;
  }
  .menuMobile{
    display: block;
  }
  .menuMobile input.menuOFF{
    display: none;
  }
ul#menu-social{
    width: 90%;
}
body.page-template-page-noticias .entry-content ul.paginaNews{
    width: 100%;
}
body.post-template-default .entry-content .contentNews{
    width: 92%;
}
  body .entry-content {
    margin-top: 10px;
    display: flex;
    flex-direction: column-reverse;
  }
  .entry-content {
    padding: 40px 20px 0;
  }
  .entry-content img {
    margin: 0 auto;
    width: 100%;
  }
  ul#menu-main li.funBusca{
    display: none;
  }
  ul#menu-main li{
    float: none;
    background: #fff;
    border-top: 1px solid #c0cbe0;
  }
  ul#menu-main li a{
    color: #021a47;
    line-height: 50px;
    padding: 0 20px;
    text-transform: capitalize;
    font-size: 18px;
  }
  #menu-main li ul li a{
    margin-left: 20px;
  }
  #menu-main li ul{
    position: relative!important;
  }
  #menu-main li ul li{
    border-bottom: 0;
    padding-left: 20px;
    background: #ebebeb;
  }
  .funMod, .funFicha, .funFoto{
    width: 100%;
  }
  .funNoticias{
      padding: 0 20px;
  }
  .funNoticias li:first-child{
    width: 100%;
    float: none;
  }
  .mailing div p:nth-child(2){
    font-size: 30px;
    padding: 0 0 20px;
  }
  .mailing div p{
    padding: 0;
  }
  .mailing form p input[type=email]{
    width: 100%;
  }
  #footer-area aside .widget-column{
    float: none;
    width: 100%;
    padding: 0;
  }
  .footerCard{
    height: 125px;
  }
  .footerCard div{
    width: 100%;
  }
  .footerCard div a{
    float: left!important;
  }
  .footerCard div img{
    margin: 15px 20px 0 15px;
  }
}

@media (max-width: 450px){

  li.licat {
    width: 98%!important;
  }

  ul.newsIndex li {
      float: none;
      margin: 1%;
      width: 98%;
      margin-bottom: 20px;
  }

  .entry-content img {
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  ul.newsIndex li div.artIndex {
    float: none;
  }

  div#logo {
    padding-top: 0;
    margin: 12px 0 0 12px;
    text-align: left;
    width: 50%;
  }

}