/*
Theme Name: Isostatika Theme
Theme URI: https://aukera.es
Description: Tema personalizado para el sitio web de isostatika.com by Aukera
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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;padding:0;margin:0;}

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

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

body {
  -webkit-text-size-adjust: none; }

mark {
  background-color: transparent;
  color: inherit; }

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

input, select, textarea {
  /*border-radius: 1.5em;*/
  padding: 0.425rem 1rem;
}

input:focus{
	outline:thin;
}

/* Basic */
@-ms-viewport {
  width: device-width; }

body {
  -ms-overflow-style: scrollbar; }

@media screen and (max-width: 767px) {
  html, body {
    min-width: 320px; } }

html {
  box-sizing: border-box; 
  scroll-behavior: smooth;}

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

/* Container */
.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; }
  @media screen and (max-width: 1279px) {
    .container {
      max-width: 1000px; } }
  @media screen and (max-width: 1140px) {
    .container {
      width:95%; } }
  @media screen and (max-width: 991px) {
    .container {
      width:100%;} }

/* Main */
body {
  background: #fff; 
  color: #000000;
}
#main {
	overflow:hidden;
}
body, input, textarea, select {
  font-family: "Century Gothic Pro", "Century Gothic", Heiti SC, STHeiti, Avenir, Trebuchet MS, Arial, sans‑serif;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 300; }

input[type=text],input[type=email],input[type=tel],textarea,select{
	background-color:transparent;
	border:solid 1px #76777A;
	color:#76777A;
}

b, strong {
  font-weight: 600; }

a {
  text-decoration: none;
  color:#76777A;
   border-bottom: solid 1px #76777A;
  -moz-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out; }
  a:hover {
    color:#000000;
    border-bottom: solid 1px #000000;
    text-decoration: none;
}
a *, a:after, a:before, a span, a span:after, a span:before{
	  transition:all 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out; }

.btn,.text-link,.double-arrow,.navbarTop a,.navbarSecondary a,.footer a{
	font-family: Arial, sans-serif;
	color:inherit;
	border-bottom: solid 1px transparent;
}
.menu-item a{
	font-family: "Century Gothic Pro", "Century Gothic", Heiti SC, STHeiti, Avenir, Trebuchet MS, Arial, sans‑serif;
	font-size:16px;
	position:relative;
	color:inherit;
	border-bottom: solid 1px transparent;
}
.menu-item a:after {
	content:"";
    height: 1px;
    width: 0;
    position: absolute;
    background-color: #000000;
    bottom:-7%;
	left:0;
	border:none;
}
.menu-item a:hover:after{
	width:100%;
}
.menu-item.current_page_item a:after, .menu-item.current_page_parent a:after{
	width:100%;
}
.navbar{
    display:inherit;
	position:absolute;
	right: 0;
	top: 0;
	z-index: 1030;
	width: 100%;
	transition:background-color 0.5s ease-in-out;
}
.navbar .container{
	position:relative;
}
.fixed-top{
	position:fixed;
	background-color:#000000 !important;
	color:#ffffff;
}
.fixed-top .navbarTop,.fixed-top .navbarSecondary{
	display:none;
}
.fixed-top .custom-logo-link img{
	display:none;
}
.fixed-top .custom-logo-link{
	background:url('https://isostatika.com/imagenes/isostatika-logo-blanco.png') left top no-repeat transparent;
	background-size:contain;
	display:block;
}
.fixed-top a:hover {
    color:#ffffff;
    /*border-bottom: solid 1px #ffffff;*/
}
.fixed-top .menu-item a:hover:after{
	background-color:#ffffff;
}
.fixed-top .menu-item.current_page_item a:after{
	background-color:#ffffff;
}
.fixed-top .navbarSearch{
	border-color:#ffffff;
}
.fixed-top .search-button img{
	display:none;
}
.fixed-top .search-button{
	background-position:center -1400px;
/*	background:url('https://isostatika.com/imagenes/lupa-blanco.png') left top no-repeat transparent;
	background-size:contain;
	width:24px;
	height:29px;*/
}

.navbar-light .navbar-nav .nav-link{
    color:#000000;
}
.navbar-toggler{
	position:absolute;
	padding:0;
	top:3px;
	z-index:1;
}
.navbar-toggler:focus{
	outline:none;
}
.navbar-toggler-icon {
	/*background-image: url('https://isostatika.com/imagenes/menu-mobile-icon.png');*/
	background: url(https://isostatika.com/imagenes/icon-set.png) center -1497px no-repeat transparent;
	width:40px;
}
.expanded .navbar-toggler-icon {
	background: url(https://isostatika.com/imagenes/icon-set.png) center -1697px no-repeat transparent;
	width:40px;
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right:0.5rem;
		padding-left:0.5rem;
	}
	.navbarSearch{
		border-left:1px solid #000000;
	}
}
@media (min-width:1280px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right:1rem;
		padding-left:1rem;
	}
}
.container.no-flex{
    display:inherit;
}
.navbarTop{
    margin:5px auto;
    text-align:center;
	font-size:0.9em;
	z-index:0;
}
.navbarSecondary{
    text-align:right;
}
.custom-logo-link{
	width:137px;
	height:39px;
	border: none !important;
	z-index:1;
}
.navbarSearch{
    display: inline-block;
    margin-left:.5rem;
	padding-left:1rem;
	z-index:1;
}
.search-button{
	cursor:pointer;
	background: url(https://isostatika.com/imagenes/icon-set.png) center -1300px no-repeat transparent;
    width: 24px;
    height: 29px;
}
#search-top {
    position: absolute;
	bottom: -16px;
    margin: 0 20px;
    padding: 0;
    display: none;
	width:100%;
	text-align: center;
	z-index:1;
}
#search-top form{
	display:inline-block;
}
#search-top input {
    color: #666666;
	font-size:38px;
	border:0;
	font-style: italic;
}
#close-search-btn {
    margin: 0;
    padding: 0;
    font-size: 26px;
    color: #bbbbbb;
	border-bottom:none;
}
#close-search-btn:hover {
	border-bottom:none;
	color:#666666;
}
.overlay{
    position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:0;
}
.overlay.search-overlay{
    display: none;
    position:fixed;
	border-top:88px solid #ffffff;
}
.fixed-top .overlay{
	border-top:none;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: 1.5rem;
}
.btn{
    border-radius:1.5em;
	font-weight:bold;
	padding:0.425rem 1rem;
}
.btn-primary {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}
.btn-primary:hover{
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
}
.btn-primary:focus,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled):active{
    background-color: #222222;
    border-color: #222222;
	box-shadow:0 0 0 0.2rem rgba(0,0,0,0.5) !important;
}
.btn-secondary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.navbarLanguages{
    display: inline-block;
	font-size:14px;
}
.wpml-ls-current-language a, .actual-lang {
	font-weight:bold;
	border-bottom:1px solid;
}
.wpml-ls-legacy-list-horizontal{
	border:0;
	padding:0;
}
.wpml-ls-legacy-list-horizontal a{
	display:inherit;
	padding:0;
}
.wpml-ls-item:not(.wpml-ls-last-item):after{
	content:" |\0000a0";
}
.section.hero{
    min-height:600px;
    text-align:center;
	margin-top:0em;
	position:relative;
	background:transparent;
}
.section.hero.hero-mini{
	min-height:300px;
	padding-top:1em;
}
.section.hero.hero-mini.found{
	min-height:inherit;
}
.home-hero-video{
	margin-top:2em;
	background:#ffffff !important;
}
.section-hero-video{
	position: fixed;
	left:-5px;
	top: 0;
	min-width: 100%;
	min-height:600px;
	width:auto;
	height:auto;
	z-index:-1;
}
.section-hero-img{
	position: fixed;
	left:0;
	top: 0;
	min-width: 100%;
	min-height:600px;
	width:auto;
	height:auto;
	z-index:-1;
}
.alt-home-hero-video,.alt-section-hero-video{
	display:none;
}
.logo-hero{
    margin:10% auto 5rem;
}
.hero h1{
    max-width: 600px;
    margin:-1.5em auto 1em;
	position:relative;
}
.hero h2{
    max-width: 800px;
    margin:1em auto;
    font-size:1.25rem;
}
.hero .h2{
    max-width: 800px;
    margin:1em auto;
    font-size:1.25rem;
}
.hero-cta{
    margin-top:5em;
    font-size:1.5rem;
    font-weight:bold;
	margin-bottom:-0.8em;
}
.hero-cta li{
    display:inline-block;
	font-size:1.25rem;
    font-weight:bold;
	margin:0 1.5em;
	min-width:10%;
	margin-bottom:0.8em;
}

.double-arrow{
	position:relative;
}
.double-arrow span{
/*    border-bottom:1px solid #000000;*/
	position:relative;
	z-index:1;
}
.double-arrow:hover{
    border-bottom:none;
}
.double-arrow:hover span{
/*    background-color:#000000;*/
    color:#ffffff;
}
.double-arrow:before{
    content:"";
    left:-16px;
	margin-top:3px;
    border:none;
	background:url('https://isostatika.com/imagenes/icon-set.png') left -2204px no-repeat transparent;
	transform: rotate(180deg);
	background-size:auto;
	width:11px;
	height:17px;
	position:absolute;
}
.double-arrow:after{
    content:"";
    margin-left:5px;
	margin-top:3px;
    border:none;
	background:url('https://isostatika.com/imagenes/icon-set.png') left -2204px no-repeat transparent;
	background-size:auto;
	width:11px;
	height:17px;
	position:absolute;
}
.double-arrow:hover:after, .double-arrow:hover:before{
	width:20px;
}
.double-arrow:hover:before{
	left:-25px;
}

.page-dark .bg-transparent {
    background:url('https://isostatika.com/imagenes/menu-bg-dark.png') center bottom repeat-x transparent;
}
.page-dark .navbar,.page-dark .menu-item a{
    color:#ffffff;
}
.page-dark .navbar .custom-logo-link img{
	display:none;
}
.page-dark .navbar .custom-logo-link{
	background:url('https://isostatika.com/imagenes/isostatika-logo-blanco.png') left top no-repeat transparent;
	background-size:contain;
	display:block;
}
.page-dark .menu-item:after{
    background-color: #ffffff;
}
.page-dark .menu-item a:after{
	background-color:#ffffff;
}
.page-dark .navbar-light .navbar-nav .nav-link{
    color:#ffffff;
}
.page-dark .navbar .double-arrow:hover span, .page-dark .section.hero .double-arrow:hover span{
    color:#000000;
}
.page-dark .navbar .double-arrow span:after, .page-dark .section.hero .double-arrow span:after {
    background-color: #ffffff;
}
.page-dark .navbar .double-arrow:before, .page-dark .section.hero .double-arrow:before{
	background-position:left -2304px;
}
.page-dark .navbar .double-arrow:after, .page-dark .section.hero .double-arrow:after{
	background-position:left -2304px;
}
.page-dark .navbarSearch{
	border-color:#ffffff;
}
@media (min-width: 992px){
	.page-dark .navbarSearch{
		border-left:1px solid #ffffff;
	}
}
.search-button img{
	display:none;
}
.page-dark .search-button{
	background-position:center -1400px;
}
.page-dark .navbar a:hover {
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
    text-decoration: none;
}
.page-dark .section.hero {
	color:#ffffff;
}
.page-dark .section.hero h1, .page-dark .section.hero h2, .page-dark .section.hero .h2{
	text-shadow:0px 0px 5px #000000;
}

.page-dark .section{
/*body:not(.home) .section{*/
    margin:0 auto;
	padding:5em 0;
}
body:not(.home) .hero h1{
	margin-top:4em;
	max-width:inherit;
	font-weight:bold;
}

.double-arrow span:after {
	content:"";
    height: 1px;
    width: 104%;
    position: absolute;
    background-color: #000000;
    bottom:-7%;
	left:-2%;
	z-index:0;
}
.double-arrow:hover span:after{
	height:118%;
	z-index:-1;
}
.arrow-right {
	position:relative;
	margin-right:65px;
}
.arrow-right:after{
    content:"";
    margin-left:5px;
	right:-65px;
	top:6px;
    border:none;
	background:url('https://isostatika.com/imagenes/icon-set.png') left -2200px no-repeat transparent;
	background-size:auto;
	width:55px;
	height:100%;
	position:absolute;
	z-index:0;
}
.arrow-right:hover:after{
	right:0;
	z-index:-1;
}
.button-shining{
	position:relative;
	margin-right:65px;
	margin-top:20px;
	display:inline-block;
}
.home .button-shining{
	margin-top: calc(2em + 20px);
	display: block;
}

.button-shining .btn{
	z-index: 1;
	position: relative;
	box-shadow:0 0 5px 0 rgba(0,0,0,0.5);
	border: none;
}
.button-shining svg {
    height:calc(100% + 30px);
    left:-15px;
    position: absolute;
    top:-15px; 
    width:calc(100% + 30px); 
  } 
.button-shining rect {
    fill: none;
    stroke: #000000;
    stroke-width:0;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
	animation:button-shine-line 2.6s reverse infinite;
  }
@keyframes button-shine-line {
    0%{
    	stroke-width:0;
    	stroke-dasharray: 0, 522;
    	stroke-dashoffset: -448;
	}
    25%{
    	stroke-width:0;
    	stroke-dasharray: 0, 522;
    	stroke-dashoffset: -448;
	}
    60%{
    	stroke-width:1;
    	stroke-dasharray: 422, 100;
    	stroke-dashoffset: 48;
    }
    100% {
	    stroke-width: 1;
    	stroke-dasharray: 15, 310;
    	stroke-dashoffset: 48;
    }
  }
.button-shining:after{
    content:"";
    margin-left:5px;
	right:-65px;
	top:6px;
    border:none;
	background:url('https://isostatika.com/imagenes/icon-set.png') left -2200px no-repeat transparent;
	background-size:auto;
	width:55px;
	height:100%;
	position:absolute;
	z-index:0;
	animation:button-shine-arrow 2.6s infinite;
}
.button-shining.paused:after, .button-shining.paused rect{
	animation-play-state:paused;
}
@keyframes button-shine-arrow {
    100% {
      right:calc(100% + 10px);
    }
  }
.button-shining:hover, .button-shining rect:hover, .button-shining .btn:hover{
	animation-play-state: paused;
}

.arrow-left{
	position:relative;
	margin-left:65px;
}
.arrow-left:before{
    content:"";
    margin-right:5px;
	left:-65px;
	top:-6px;
    border:none;
	background:url('https://isostatika.com/imagenes/icon-set.png') left -2200px no-repeat transparent;
	background-size:auto;
	transform: rotate(180deg);
	width:55px;
	height:100%;
	position:absolute;
	z-index:0;
}
.arrow-left:hover:before{
	left:0;
	z-index:-1;
}
.arrow-white:after{
	background-position:left -2300px;
	z-index:0;
}
.arrow-white:hover:after{
	z-index:-1;
}
.arrow-white:hover{
	border-color:#ffffff;
}
.arrow-right-to-right{
    text-align:right;
}
.arrow-right-to-right a{
	position:relative;
	margin-right:38px;
}
.arrow-right-to-right a:after{
    content:"";
    margin-left:10px;
	margin-top:3px;
    border:none;
	background:url('https://isostatika.com/imagenes/icon-set.png') left -2205px no-repeat transparent;
	background-size:auto;
	transform: rotate(180deg);
	width:27px;
	height:15px;
	position:absolute;
}
.arrow-right-to-right a:before {
	content:"";
    height: 1px;
    width: 0;
    position: absolute;
    background-color: #000000;
    bottom:-7%;
	left:0;
	border:none;
}
.arrow-right-to-right a:hover:before{
	width:100%;
}

.section{
    display:block;
    clear:both;
    float:none;
    margin:10em auto;
	background:#ffffff;
}
.section-dark{
    background-color:#222222;
    color:#ffffff;
    padding:2em 0;
}
.section .row{
    align-items:flex-end;
}
.section.blog .row{
    align-items: flex-start;
}
.section-title{
    font-weight:400;
    color: #000000;
/*    text-fill-color: #ffffff;
    text-stroke-width: 1px;
    text-stroke-color:#000000;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color:#000000;*/
    font-size:2.5rem;
    margin-bottom:1em;
}
.section-dark .section-title{
	color:#ffffff;
    text-fill-color:#ffffff;
    text-stroke-width:0;
    -webkit-text-fill-color:#ffffff;
    -webkit-text-stroke-width:0;
    font-weight:400;
}
.section-dark a:not(.btn){
	color:inherit;
	border-bottom-color:inherit;
}
.section-dark a:hover{
	color:#76777A;
}
.section-dark .section-cta a:hover{
	color:#ffffff;
}
.section-subtitle{
    max-width: 700px;
    margin:0 auto 4em;
}
.section .col-center{
    text-align:center;
}
.section .row-top{
    align-items:flex-start;
}
.section .row-center{
    align-items:center;
}
.section .col-right .section-cta{
    text-align:right;
}
.section-cta{
    margin-top:2em;;
}
.home .section-cta a{
	display:block;
}
.proyectos .entry p{
	margin-bottom:0.25em;
}
.proyectos .entry a{
	color: inherit;
	border-bottom: solid 1px transparent;
}
.proyectos .entry:hover .entry-title{
	color:#ffffff;
	background-color:#000000;
	padding:0 2px;
}
.proyectos .entry .entry-image{
	filter:grayscale(1);
}
.proyectos .entry:hover .entry-image{
	filter:grayscale(0);
}
.proyectos .entry-author{
	margin-bottom:1.5em;
	text-transform:uppercase;
	color: #ffffff;
	background-color: #000000;
	padding: 0 2px;
	display:inline-block;
}
.proyectos .entry-details{
	margin-bottom:1em;
	text-transform:uppercase;
	font-size:13px;
}
.proyectos .entry-details li{
	display:inline-block;
	width:49%;
	margin-bottom:0.5em;
	vertical-align:top;
}
.proyectos .entry-details li:nth-child(even){
	text-align:right;
}
/*.proyectos .entry-details li:first-child{
	text-align:center;
	width:100%;
}*/
.entry-title{
	font-size:1.2em;
	font-weight:bold;
	margin-top:0.75em;
	display:inline-block;
}
.section.testimonial{
    padding:4em 0;
    text-align:right;
    font-weight:bold;
    /*background:url('https://isostatika.com/imagenes/isostatika-testimonial-bg.jpg') center center no-repeat;
    background-size: cover;*/
}
.testimonial .testimonial-content{
	max-width:740px;
	margin:0 auto;
    font-size:18px;
}
.text-link{
	font-weight:bold;
	/*border:none;*/
}
.section.blog .card{
	border:none;
}
.section.blog .card-body{
	padding:0;
	margin-top:0.75em;
}
.section.blog .card .card-meta{
	font-size:12px;
	margin:0 0 0.75em 0;
	text-transform:uppercase;
}
.section.blog .card .card-meta a{
	font-family: Arial, sans-serif;
    color: inherit;
    border-bottom: solid 1px transparent;
}
.section.blog .card .card-meta a:hover/*,.section.blog .card .card-title a:hover*/{
    border-bottom: solid 1px #000000;
}
.section.blog .card .post-categories{
	padding:0;
	margin:0;
	display:inline-block;
}
.section.blog .card .card-title{
	font-size:20px;
	font-weight:600;
	display:inline-block;
	letter-spacing:-0.05px;
}
.section.blog .card .card-title a{
	font-family:inherit;
    color: inherit;
    border-bottom: solid 1px transparent;
	text-transform: uppercase;
}
.section.blog .card .card-date{
	font-weight:300;
}
.section.blog .card .card-text{
	color:#76777A;
}
.section.blog .card:hover .card-title{
	color: #ffffff;
    background-color: #000000;
    padding: 0 2px;
}
.section.blog .card .post-img,.section-hero-img.wp-post-image{
	filter:grayscale(1);
}
.section.blog .card:hover .post-img{
	filter:grayscale(0);	
}
.sidebar .card {
	margin:0 0 3em;
	border-radius:0;
}
.sidebar .card a{
	color:inherit;
    border-bottom: solid 1px transparent;
}
.sidebar .card a:hover{
	color:#76777A;
    border-bottom: solid 1px #76777A;
}
.sidebar .card-header {
    padding:0;
    margin-bottom:0.8em;
    background-color:transparent;
    border:none;
	font-weight:bold;
}
.sidebar .widget_recent_entries li{
	border-bottom:1px solid #707070;
	padding-bottom:0.25em;
	margin-bottom:1em;
}
.sidebar .widget_categories .double-arrow{
	margin-left:16px;
}
.sidebar .widget_tag_cloud .tag-cloud-link {
    display: inline-block;
    font-size: inherit !important;
    margin-right: 0.5em;
    margin-bottom: 0.25em;
    line-height: initial;
}
.sidebar #text-2,.sidebar #text-3,.sidebar #text_icl-6{
	background:url('https://isostatika.com/imagenes/sidebar-newsletter-section.jpg') center top no-repeat transparent;
	background-size: cover;
	color:#ffffff;
	padding:1em;
	margin-top:0;
}
.sidebar #text-2 input:not(.btn),.sidebar #text-3 input:not(.btn),.sidebar #text_icl-6 input:not(.btn){
	background-color:#ffffff;
	border-radius:0;
	padding:0.25rem 0.5rem;
	width:100%;
}
.sidebar #text-2 p:last-of-type,.sidebar #text-3 p:last-of-type,.sidebar #text_icl-6 p:last-of-type{
	text-align:center;
	margin-bottom:0;
}
.aside-en #text-3{
	display:none;
}
.sidebar .form-acceptance{
	font-size:0.7em;
}
.sidebar .form-acceptance a{
	font-family:inherit;
}
.sidebar .form-acceptance a:hover{
	color:#707070;
}
.sidebar #mc-embedded-subscribe-form .btn{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.mc-field-sidebar{
	display:none;
}
.sidebar .mc-field-sidebar{
	display:block;
}
.sidebar .mc-field-home{
	display:none;
}
.sidebar #mc-embedded-subscribe-form .mc-field-selector{
	margin-top:1em;
}
.sidebar #mc-embedded-subscribe-form ul.mc-field-inline{
	width:70%;
	margin:0 auto;
}
.sidebar #mc-embedded-subscribe-form .mc-field-inline li{
	width:100%;
	margin-right:0;
}
.post .entry-content h2,.post .entry-content h3,.post .entry-content h4,.post .entry-content h5,.post .entry-content h6{
	margin-top:1.75em;
	margin-bottom:1.25em;
	font-weight:bold;
}
.post .entry-content h2{
	font-size:18px;
	margin-top:3.5em;
	text-transform:uppercase;
}
.post .entry-content h3{
	font-size:16px;
	margin-top:2.5em;
}
.post .entry-content h4,.post .entry-content h5,.post .entry-content h6{
	font-size:inherit;
}
.post .entry-content .katex-eq{
	margin-bottom:1rem;
}
.post .section.entry-footer{
	margin:5em 0;
	border-top:1px solid #707070;
	border-bottom:1px solid #707070;
	padding:2em 0;
}
.site-main .section.aviso-legal a{
	color:#76777A;
	border-bottom:solid 1px #76777A;
}
.site-main .section.aviso-legal a:hover{
	color:#000000;
	border-bottom:solid 1px #000000;
}
.row-margin-top{
	margin-top:2em;
}
.row-margin-bottom{
	margin-bottom:5em;	
}
.section.newsletter{
    background:url('https://isostatika.com/imagenes/blog-newsletter-section.jpg') center center no-repeat;
    background-size: cover;	
}
.section.newsletter #mc_embed_signup{
	max-width:490px;
	margin:0 auto;
}
.section.newsletter input[type=text], .section.newsletter input[type=email], .section.newsletter input[type=tel], .section.newsletter textarea, .section.newsletter select{
	width:100%;
}
.comments-area input[type=text], .comments-area input[type=email], .comments-area input[type=tel], .comments-area textarea, .comments-area select{
	width:100%;
}
.section.newsletter .input-group{
	width:auto;
	display:inline-block;
}
.section.newsletter .section-title{
	margin-bottom:0.25em;
}
.section.newsletter .section-subtitle{
	margin-bottom:3em;
}
.footer .mc-field-group-name, .footer .mc-field-selector{
	display:none;
}
.section.contactar-footer{
    height:290px;
    background:url('https://isostatika.com/imagenes/isostatika-contacta-con-nosotros-footer.jpg') center top no-repeat;
    background-size: cover;
	margin:0;
}
.section.aviso-legal ul, .entry-content ul, ul.disc{
	margin-bottom:1em;
	list-style-type: disc;
}
.entry-content ol{
	margin-bottom:1em;
	list-style-type:decimal;
}
.entry-content ol ol{
	list-style-type:lower-latin;
}
.section.aviso-legal li, .entry-content li, ul.disc li{
	margin-bottom:0.5em;
	margin-left:2.5em;
}
.entry-content table{
	margin:2em auto;
}
.entry-content table td{
	border:1px solid #000000;
	text-align:center;
}
body:not(.home) .section.intra-section{
	margin:5em 0 -5em;
}
.section .idea-fuerza{
	padding-left:326px;
	background:url('https://isostatika.com/imagenes/isostatika-quienes-somos-lenguaje.jpg') left top no-repeat transparent;
	padding-top:280px;
	margin-bottom:2em;
}
.img-maxwidth{
	width:100%;
	height:auto;
}
.wp-block-image.img-maxwidth img{
	width:100%;
	height:auto;
}
.footer{
	background-color:#222222;
	color:#ffffff;
	font-family:Arial, sans-serif;
	font-size:14px;
}
.footer-links{
	color:#BEBEBE;
	padding-top:3rem;
	padding-bottom:3rem;
}
.footer h4, .footer .h4{
	color:#ffffff;
	font-size:1.5em;
}
.footer .social-media{
	margin-top:3em;
}
.footer .social-media a,.footer .social-media a:hover{
	border:none;
}
.logo-linkedin{
	background:url('https://isostatika.com/imagenes/icon-set.png') center -2100px no-repeat transparent;
	width:46px;
	height:46px;
	display:block;
}
.footer ul{
	padding-left:0;
}
.footer li{
	margin:0.5em 0;
}
.footer-legal{
	border-top:2px solid #ffffff;
}
.footer a:hover {
    color:#ffffff;
    border-bottom:solid 1px #ffffff;
    text-decoration:none;
}
.iconset{
	background:url('https://isostatika.com/imagenes/icon-set.png') left top no-repeat transparent;
	padding-left:32px;
}
.li-whatsapp{
	background-position:left top;
}
.li-phone{
	background-position:left -100px;
}
.li-mail{
	background-position:left -200px;
}
.li-phone-black{
	background-position:left -300px;
}
.li-whatsapp-black{
	background-position:left -400px;
}
.li-mail-black{
	background-position:left -500px;
}
.li-address-black{
	background-position:left -600px;
}
.li-hours-black{
	background-position:left -700px;
}
.li-linkedin-black{
	background-position:left -800px;
}
.li-phone-black-xl{
	background-position:center -2500px;
}
.li-mail-black-xl{
	background-position:center -2700px;
}
.li-address-black-xl{
	background-position:center -2900px;
}
ul.contact-details li{
	margin-top:1em;
	margin-bottom:2em;
	padding-left:40px;
}
ul.contact-details a{
	font-family:inherit;
}
ul.contact-form li{
	display:inline-block;
	width:32.5%;
	vertical-align:top;
	text-align:center;
	padding-top:50px;
	padding-left:0;
	margin-top:2em;
	margin-bottom:2em;
}

.wpcf7-form .form-acceptance{
	display:block;
	font-size:0.8em;
}
.wpcf7-form p{
	/*display:inline-block;*/
}
.wpcf7-form label{
	display:inherit;
	text-align:left;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form textarea, .wpcf7-form select{
	width:100%;
}
#mc-embedded-subscribe-form .btn:hover{
	border-color:#ffffff;
}
#mc-embedded-subscribe-form .radio input {
    position: absolute;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    outline: 0;
    opacity: 0;
}
#mc-embedded-subscribe-form .radio input + span {
    display: block;
    border-radius: 3px;
    padding: 6px 6px 6px 20px;
	font-size:12px;
	text-align:left;
}
#mc-embedded-subscribe-form .radio input + span:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 2px;
    width: 12px;
    height: 12px;
    background: url(https://isostatika.com/imagenes/signup-sprite.png) no-repeat;
    content: " ";
    vertical-align: top;
	background-position: 0 -75px;
}
#mc-embedded-subscribe-form .radio input:checked + span:before {
    background-position: 0 -90px;
}
#mc-embedded-subscribe-form .mc-field-selector{
	margin:2em auto;
}
#mc-embedded-subscribe-form .mc-field-selector label{
	margin-bottom:0;
}
#mc-embedded-subscribe-form .mc-field-selector strong{
	margin-bottom:0.5em;
	font-weight:normal;
}
#mc-embedded-subscribe-form ul.mc-field-inline{
	text-align:center;
}
#mc-embedded-subscribe-form .mc-field-inline li{
	display:inline-block;
	width:auto;
	margin-right:1em;
	font-size:13px;
	position:relative;
	text-align:left;
}
.entry-subtitle{
	font-size:13px;
	font-family:Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
		
}
.lightbox_trigger{
	position:relative;
}
.owl-carousel .lightbox_trigger{
	position:static;
}
.video-player img{
	filter:grayscale(1);
}	
.video-player:hover img{
	filter:grayscale(0);
}
.video-player-btn{
	height: 120px;
    width: 120px;
	border-radius:70px;
	border:2px solid #ffffff;
	background:rgba(255,255,255,0.5);
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-60px;
	margin-top:-60px;
	font-size: 80px;
    line-height: 100px;
    padding-left: 27px;
    padding-top: 8px;
	color:#2B2B2B;
}
#investigacion .video-player-btn{
	margin-top:0;
}
.lightbox_trigger:hover .video-player-btn{
	color:#ffffff;
}
.image-zoom-btn{
    width: 58px;
	height: 69px;
	background:url('https://isostatika.com/imagenes/icon-set.png') center -2000px no-repeat transparent;
	background-size:auto;
	position:absolute;
	bottom:50%;
	left:50%;
	margin-left:-29px;
	margin-top:-35px;
}
.lightbox_trigger:hover .image-zoom-btn{
	width:64px;
	height:76px;
	margin-left:-32px;
	margin-top:-38px;	
}
#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background-color:rgba(0,0,0,0.8); 
    text-align:center;
	z-index:1031;
}
#lightbox .close-modal {
  color: white;
  position: absolute;
  top: 40px;
  right: 65px;
  font-size: 70px;
}
#lightbox .close-modal:hover,
#lightbox .close-modal:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
#lightbox .lightbox-content{
	width:80%;
	height:100vh;
	display: flex;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    margin: 0 10%;		
}
#btnScrollToTop {
  display:none;
  position:fixed;
  bottom:20px;
  right:30px;
  z-index:99;
  border:none;
  outline:none;
  background:url('https://isostatika.com/imagenes/icon-set.png') center -1895px no-repeat rgba(255,255,255,0.1);
  color:white;
  cursor:pointer;
  padding:25px;
  border-radius:10px;
  font-size:18px;
}

#btnScrollToTop:hover {
  background-color:rgba(0,0,0,0.8);
}
#btnMobileOptions{
  display:none;
}
.section.section-search {
    margin-top: -5em;
}
.section-search [type=search] {
    color: #666666;
	font-size:30px;
	border:0;
	border-bottom:1px solid #000000;
	font-style: italic;
}
.section-search .search-submit {
	vertical-align:middle;
	background:url('https://isostatika.com/imagenes/lupa.png') center center no-repeat transparent;
	border:0;
	width:24px;
	height:29px;
}
.hero-pre-title {
    font-size: 18px;
    font-weight: normal;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.owl-carousel .owl-nav button[class*=owl-]{
	position:absolute;
	font-size:60px;
	top: 50%;
    margin-top: -30px;
	outline:none;
	width: 25px;
    height: 49px;
    background: url(https://isostatika.com/imagenes/icon-set.png) left -2400px no-repeat transparent;
}
.owl-carousel.proyectos-carousel .owl-nav button[class*=owl-]{
	margin-top:-80px;
}
.owl-carousel .owl-nav [class*='owl-'] span{
	display:none;
}
.owl-carousel .owl-nav [class*='owl-']:hover{
    background: url(https://isostatika.com/imagenes/icon-set.png) left -2400px no-repeat transparent;
}
.owl-carousel .owl-nav .owl-next{
	transform:rotate(180deg);
	right:-40px;
}
.owl-carousel .owl-nav .owl-next:hover{
}
.owl-carousel .owl-nav .owl-prev{
	left:-40px;
}
.owl-carousel .owl-nav .owl-prev:hover{
}
.comments-area{
	margin:5em 0;
}
.col-section-image figure{
	margin:0;
}
/*.col-section-image img{
	filter:grayscale(1);
}
.col-section-image:hover img{
	filter:grayscale(0);
}*/
.col-section-image img.img-s{
	display:none;
}
.wp-block-table{
	margin-bottom: 3em;
}
.wp-block-table table{
	min-width:480px;
}
.wp-block-table figcaption{
	font-size:0.8em;
}
.pagination{
	display:block;
	width:100%;
    text-align:center;
}
.section.m-t-2{
	margin-top:2em;
}
.section.m-b-2{
	margin-bottom:2em;
}

@media screen and (max-height:740px) {
	.page .page-dark .section.hero{
		height:100vh;
	}
}

@media screen and (min-width:768px){
	.section .col-right{
		padding-left:10%;
	}
	.section.section-dark .col-right{
		padding-left:30px;
	}
	.section .col-left{
		padding-right:10%;
	}
	.blog .section.blog .row,.archive .section.blog .row,.search .section.blog .card{
		margin-bottom:5em;
	}
	/*.blog .section.blog .card,.archive .section.blog .card{
		padding: 0 40px;
	}*/
}
@media screen and (min-width:992px){
	.img-to-bottom{
		margin-bottom:-6em;
	}
	.img-border{
		border:20px solid #222222;
	}
	.wp-block-table{
		overflow-x:inherit;
	}
}
@media (min-width:1024px){
	.footer .row .col-md-6:first-child,.footer .row .col-md-3:first-child{
		padding-left:0;
	}
	.footer .row .col-md-6:last-child{
		padding-right:0;
	}
}

@media screen and (max-width:1280px) {
	.menu-item a{
		font-size:14px;
		letter-spacing:-0.1px;
	}
	.home .hero-cta{
		margin-top:2.5em;
	}
	.section .idea-fuerza{
		padding-left:210px;
	}
}

@media screen and (max-width:991px) {
	.navbar{
		background-color:#ffffff;
	}
	.navbarTop{
		display:none;
	}
	.custom-logo-link{
		margin:0 auto;
	}
	.navbarSearch{
		position:absolute;
		top:5px;
		right:0;
	}
	.navbarSecondary{
		margin:5px 0 5px auto;
	}
	#search-top{
		top:0;
		bottom:auto;
		background-color:#ffffff;
		margin:0;
	}
	#search-top input{
		font-size:22px;
	}
	.fixed-top #search-top{
		background-color:#000000;
	}
	.h1, h1 {
    	font-size:2em;
	}
	.h2, h2 {
    	font-size:1.5em;
	}
	.hero h2,.hero .h2{
		font-size:1.2em;
	}
	.fixed-top .navbar-toggler-icon,.page-dark .navbar-toggler-icon {
		background-position:center -1597px;
	}
	.expanded.fixed-top .navbar-toggler-icon,.page-dark .expanded .navbar-toggler-icon {
		background-position:center -1797px;
	}
	.page-dark .bg-transparent {
		background-position:center -116px;
	}
	img{
		max-width:100%;
		height:auto;
	}
	.menu-item a {
    	font-size: 18px;
	}
	.navbar-collapse{
		margin:2em 0;
	}
	.bg-transparent{
		background-color:#ffffff !important;
	}
	.fixed-top.bg-transparent, .page-dark .fixed-top.bg-transparent{
		background-color:#000000 !important;
	}
	.page-dark .bg-transparent{
		background-color:transparent !important;
	}
	.page-dark .bg-transparent.expanded{
		background-color:#000000 !important;
	}
	.footer-links .col{margin-bottom:3em;
	}
	.footer-links{
		padding-bottom:0;
	}
	.row{
		margin-left:inherit;
		margin-right:inherit;
	}
	.section .idea-fuerza{
		padding-left:0;
		background:url('https://isostatika.com/imagenes/isostatika-quienes-somos-lenguaje-mobile.jpg') center 50px no-repeat transparent;
		padding-top:0;
		padding-bottom:260px;
		background-size:contain;
	}
	#btnScrollToTop {
		right:10px;
	}
	#btnMobileOptions{
		display:block;
		position:fixed;
		bottom:20px;
		left:15px;
		z-index:99;
		outline:none;
		background:url('https://isostatika.com/imagenes/icon-set.png') center -900px no-repeat transparent;
		cursor:pointer;
		width:48px;
		height:52px;
	}
	#btnMobileOptions .btn{
		display:none;
		width:40px;
		height:35px;
		margin:0 10px;
		border-bottom:none;
		border-radius:0;
	}
	#btnMobileOptions.expanded{
		background:#3D3935;
		border-radius:50px;
		width:auto;
		padding:8px 10px;
	}
	#btnMobileOptions.expanded .btn, #btnMobileOptions.expanded .close-modal.cursor{
		display:inline-block;
	}
	#btnMobileOptions .btn-whatsapp{
		background:url('https://isostatika.com/imagenes/icon-set.png') center -1000px no-repeat transparent;
	}
	#btnMobileOptions .btn-email{
		background:url('https://isostatika.com/imagenes/icon-set.png') center -1100px no-repeat transparent;
	}
	#btnMobileOptions .btn-phone{
		background:url('https://isostatika.com/imagenes/icon-set.png') center -1200px no-repeat transparent;
	}
	#btnMobileOptions .close-modal.cursor {
    color:#76777A;
    font-size:40px;
    line-height:30px;
    display:none;
    vertical-align:middle;
    margin-left:15px;
    margin-right:5px;
}
	.proyectos .entry-details li{
		display:block;
		width:auto;
	}
	.proyectos .entry-details li:nth-child(even){
		text-align:inherit;
	}
	.table-container{
		max-width:100%;
		overflow-x:scroll;
	}
	.katex-eq {
		max-width: 100%;
		overflow-x: scroll;
	}
	.owl-carousel .owl-nav button[class*=owl-]{
		width: 15px;
	}
	.owl-carousel .owl-nav .owl-next{
		right:-25px;
	}
	.owl-carousel .owl-nav .owl-prev{
		left:-25px;
	}
	.home .section-cta .arrow-left:before{
    	content:none;
	}
	.home .section-cta .arrow-right:after{
    	content:none;
	}
	.home .section-cta .arrow-left{
		margin-left:0;
	}
	.home .section-cta .arrow-right{
		margin-right:0;
	}
	.home .section-cta a{
		letter-spacing:-0.1px;
	}
	.wp-block-table{
		overflow-x:auto;
	}
	.home-hero-video,.section-hero-video{
		display:none;
	}
	.alt-home-hero-video{
		display:block;
		background:url('https://isostatika.com/imagenes/isostatika-logo-hero.png') center center no-repeat transparent;
		width:130px;
    	height:169px;
		margin:6em auto 4.5em;;
	}
	.section.hero.alt-diseno{
		background:url('https://isostatika.com/imagenes/video-corto-diseno-calculo-preview.jpg') left top no-repeat #000000;
		background-attachment:fixed;
	}
	.section.hero.alt-consultoria{
		background:url('https://isostatika.com/imagenes/video-corto-consultoria-investigacion-preview.jpg') left top no-repeat #000000;
		background-attachment:fixed;
	}
	.section.hero.alt-quienes-somos{
		background:url('https://isostatika.com/imagenes/video-corto-quienes-somos-preview.jpg') left top no-repeat #000000;
		background-attachment:fixed;
	}
}
@media screen and (max-width:767px) {
	/*img{
		max-width:100%;
	}*/
	.section.hero,.section.hero.hero-mini{
		min-height:inherit;
		padding-top:1em;
	}
	.home-hero-video{
		width:100%;
		height:auto;
	}
	body:not(.home) .hero h1 {
		/*margin-top: 2em;*/
	}
	.home .hero-cta{
		margin-bottom:2.5em;
	}
	.testimonial .testimonial-content{
		max-width:90%;
	}
	.col-section-image{
		margin-bottom:3em;
		order:-1;
	}
	.section{
		margin:8em auto;
	}
	.page-dark .section {
		padding:4em 0;
	}
	.section.blog .card, .section.proyectos .entry{
		margin-bottom:4em;
	}
	.section.blog .card:last-child, .section.proyectos .entry:last-child{
		margin-bottom:0;
	}
	.blog .section.blog .row,.archive .section.blog .row,.search .section.blog .card{
		margin-bottom:4em;
	}
}
@media screen and (max-width:575px) {
	.home-hero-video{
		margin-top:4em;
	}
	.hero-cta{
		margin-top:2.5em;
	}
	.home .hero-cta{
		margin-bottom:1em;
	}
	.hero-cta li{
		display:block;
	}
	.footer-legal{
		text-align:center;
	}
	.footer-legal .text-right{
		text-align:center !important;
	}
	.footer-legal .copyright{
		font-weight:bold;
		margin-bottom:1em;
	}
	.footer .social-media{
		margin-top:inherit;
		float:right;
	}
	.section{
		margin:6em auto;
	}
	.page-dark .section {
		padding:3em 0;
	}
	.section.blog .card, .section.proyectos .entry{
		margin-bottom:3em;
	}
	.blog .section.blog .row,.archive .section.blog .row,.search .section.blog .card{
		margin-bottom:3em;
	}
	#search-top input{
		font-size:21px;
	}
	.section.testimonial{
		text-align:center;
	}
	.section .idea-fuerza{
		padding-bottom:200px;
	}
	.row-margin-bottom{
		margin-bottom:3em;	
	}
	.col-section-image img.img-xl{
		display:none;
	}
	.col-section-image img.img-s{
		display:block;
	}
	.video-player-btn {
    	height:60px;
    	width:60px;
	    margin-left:-30px;
    	margin-top:-30px;
    	font-size:40px;
    	line-height:40px;
    	padding-left:13px;
	}
	.section-search [type="search"]{
		max-width:220px;
		font-size:24px;
	}
	ul.contact-form li{
		display:block;
		width:auto
	}
	#mc-embedded-subscribe-form ul.mc-field-inline{
		margin:0 auto;
		text-align:left;
		width:50%;
	}
	#mc-embedded-subscribe-form .mc-field-inline li{
		width:100%;
		margin-right:0;
	}
	.section .col-right .section-cta{
		text-align:center;
	}
	.section .col-right .section-cta .button-shining, .section .col-left .section-cta .button-shining{
		margin-left:auto;
		margin-right:auto;
	}
}
@media screen and (max-width:359px) {
	.section-cta .btn{
		font-size:14px;
	}
	.alt-home-hero-video {
		margin:4.5em auto 3em;
	}
	.hero h1{
		font-size:1.7em;
	}
	.hero h2,.hero .h2{
		font-size:1.1em;
	}
	.home .hero .hero-cta{
		margin-top:1.75em;
	}
}
