html {
  height: auto;
}
body {
  padding: 0;
  height: auto;
  min-height: 100%;
  font-size: 18px;
  font-family: Roboto, Arial, Sans-serif;
  font-weight: 300;
}
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin-bottom: 22px;
  text-align: justify;
}
p a {
  color: #0a2491;
  border-bottom: 1px dotted #888;
}
ul {
  padding: 0;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.centra,
.centra p {
  text-align: center;
}
.strike {
  text-decoration: line-through;
}
.lista-simple {
  margin-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
}
.trans div,
.trans img,
.trans h3,
.trans h4,
.trans li,
nav {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
a:not(.btn):link,
a:not(.btn):active,
a:not(.btn):visited,
a:not(.btn) color colorVerd,
a:not(.btn):focus {
  outline: none;
}
a:not(.btn):hover {
  text-decoration: none;
  color: #19caa8;
}
h2,
h3 {
  font-family: "Roboto", Calibri, Arial, sans-serif;
  color: #0a2491;
}
h2 {
  font-size: 35px;
}
#nav-sticky-wrapper.is-sticky nav {
  background: #0a2491;
}
nav {
  width: 100%;
  z-index: 99999;
}
nav .icon-bar {
  background: #fff;
}
nav .navbar-brand {
  background-image: url("images/logo.svg");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: 0 0;
  height: 50px;
  min-width: 200px;
  padding-left: 80px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
nav .navbar-toggle {
  background: #27e4c0;
}
nav .navbar-nav {
  font-size: 20px;
}
nav .navbar-nav a {
  color: #0a2491;
}
nav .collapse.in .navbar-nav a {
  color: #fff !important;
}
nav li {
  font-family: "Roboto", Calibri, Arial, sans-serif;
}
nav li a {
  padding: 20px 0;
  display: block;
}
nav li a:hover {
  background: transparent !important;
  color: #27e4c0 !important;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: #0a2491 !important;
}
#nav-sticky-wrapper.is-sticky .navbar-nav a {
  color: #fff;
}
#nav-sticky-wrapper.is-sticky .navbar-brand {
  background-image: url("images/logow.svg");
  color: #fff;
}
#nothome header {
  margin-bottom: 20px;
}
footer {
  background: #f9fafe;
  width: 100%;
  text-shadow-: 2px 2px 2px #000;
  color: #4c4c4c;
}
footer #formulari {
  background-image: url("images/enviar.svg");
  background-repeat: no-repeat;
  background-size: auto 510px;
  background-position: 100% 50%;
  min-height: 430px;
}
footer .copy {
  background: #0a2491;
  margin-top: 20px;
  color: #fff;
}
footer .copy a {
  color: #fff;
}
footer .copy p {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
}
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 12px 25px;
  border: none;
}
.btn-default {
  color: #0a2491;
}
.btn-primary {
  color: #fff;
  background-color: #27e4c0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #27e4c0;
  opacity: 0.7;
  border: none;
}
.btn-lg {
  font-size: 20px;
  padding: 17px 25px;
}
input[type="text"],
input[type="email"],
input[type="url"],
select,
textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #0a2491;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #27e4c0;
  outline: 0;
}
textarea {
  height: 120px;
}
input[type="button"],
input[type="submit"] {
  text-transform: uppercase;
  color: #000;
  background-color: #27e4c0;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0;
  white-space: nowrap;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 1.428571429;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  background-color: #18be9e;
  border: 0;
}
.banner-single {
  color: #fff;
  font-size: 35px;
  background: #27e4c0;
  padding: 0.5em 0;
  z-index: 10;
  position: relative;
  margin-bottom: 40px;
}
.banner-single p {
  text-align: center;
}
.banner-single:after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #27e4c0;
  bottom: -20px;
  content: "";
  height: 0;
  left: 48%;
  position: absolute;
  width: 0;
}
.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 20px;
  background: #092083 url("images/up.png") no-repeat;
  display: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -99999px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 9999;
}
.back-to-top:hover {
  background-color: #081d74;
}
#contact {
  padding-bottom: 20px;
}
#contact h2 {
  padding-bottom: 12px;
  margin-bottom: 5px;
  margin-top: 0;
}
#contact p {
  margin-bottom: 15px;
}
#contact label {
  font-weight: 300;
  color: #0a2491;
}
#contact input {
  margin-bottom: 7px;
}
#contact input[type="submit"] {
  margin-top: 15px;
  float: right;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#contact input[type="text"].captcha {
  width: auto;
}
#contact .wpcf7-response-output {
  background: #fff;
  margin: 35px 0 0 !important;
}
#contact .wpcf7-form {
  margin-top: 20px;
}
#contact .wpcf7-form label {
  display: block;
}
.wpcf7-captchac {
  float: left;
}
#captcha {
  width: 200px;
}
#about {
  padding-bottom: 50px;
  padding-top: 30px;
}
#about h2 {
  padding-bottom: 12px;
}
#about .icons li {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
#about .icons li:last-child {
  margin-right: 0;
}
#about .icons a {
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding-top: 3px;
  box-shadow: 0 -5px rgba(0,0,0,0.4) inset;
  display: block;
  height: 42px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease 0s;
  width: 42px;
  font-size: 120%;
}
#about .icons a:hover {
  box-shadow: none;
  height: 37px;
}
#about .icons .linkedin a {
  background-color: #0077b5;
}
#about .icons .pinterest a {
  background-color: #cb2027;
}
#about .icons .dribbble a {
  background-color: #ed4988;
}
#about .icons .behance a {
  background-color: #1f6fee;
}
#about .icons .vimeo a {
  background-color: #00adef;
}
#about figure {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  margin-bottom: 50px;
  margin-top: 50px;
}
#about #social {
  text-align: center;
  padding-left: 70px;
}
.infopost h2 {
  font-size: 18px;
}
.infopost h2 a {
  text-decoration: none;
  color: #444;
}
.portfolio {
  padding-bottom: 40px;
}
.portfolio article {
  margin-bottom: 15px;
  margin-top: 5px;
}
.portfolio img {
  border: 1px solid #ccc;
  width: 100%;
}
.portfolio img.size-Thumbnail-Post {
  height: auto;
}
.home .portfolio img.size-Thumbnail-Post {
  height: 417px;
}
.portfolio.portfolio-home article {
  position: relative;
  background: #f9f9f9;
}
.portfolio.portfolio-home .infopost {
  position: absolute;
  width: calc(100% - 2px);
  bottom: 1px;
  left: 1px;
  height: 65px;
  background: rgba(255,255,255,0.8);
  padding: 10px 15px;
}
.portfolio.portfolio-home .infopost h2 {
  margin-top: 0;
  margin-bottom: 2px;
}
.portfolio.portfolio-home .infopost h2 a {
  color: #0a2491;
}
.entrada h2 {
  color: #0a2491;
  font-size: 36px;
  border-bottom: 1px solid #0a2491;
  border-top: 1px solid #0a2491;
  padding-bottom: 10px;
  padding-top: 5px;
  margin-bottom: 20px;
}
.entrada h3 {
  color: #0a2491;
}
.post-body {
  padding-bottom: 30px;
}
.post-body img {
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 10px;
  height: auto;
}
.post-body img.resetimg {
  background: transparent;
  border: none;
  padding: 0;
}
.post-body ul {
  margin-left: 25px;
  list-style: none;
}
.post-body ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.post-body ul li:before {
  content: "\f0a9";
  font-family: 'FontAwesome';
  color: #0a2491;
  position: absolute;
  left: -25px;
  top: 5px;
}
.post-body ul li:first-child {
  padding-top: 0;
}
.post-body ul li:first-child:before {
  top: 0px;
}
.project-template .pantallas-movil {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .project-template .pantallas-movil {
    display: block;
  }
}
.post-list .titulo {
  margin-bottom: 25px;
}
.post-list .post-body {
  overflow: hidden;
}
.post-list .post-body figure {
  float: left;
  width: 360px;
}
.post-list .post-body figure img {
  width: 100%;
  height: auto;
}
.post-list .post-body .content {
  float: left;
  width: calc(100% - 380px);
  padding-top: 0;
  margin-left: 20px;
}
.post-list .post-body .content h3 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .post-list .post-body figure {
    float: none;
    width: 100%;
  }
  .post-list .post-body .content {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.post-sidebar-content {
  background: #f9fafe;
  padding: 20px;
  color: #888;
  margin-top: 98px;
}
.post-sidebar-content .post-sidebar-foto {
  margin-bottom: 20px;
}
.post-sidebar-content h2 {
  font-size: 18px;
  color: #27e4c0;
}
.post-sidebar-content h2:first-child {
  margin-top: 0;
}
.post-sidebar-content ul {
  margin-left: 0;
  list-style: none;
}
.post-sidebar-content ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.post-sidebar-content ul li a {
  color: #fff;
  border-bottom: 1px dotted #0a2491;
  padding-bottom: 2px;
}
.post-sidebar-content ul li a:hover {
  color: #0a2491;
  border-color: #fff;
}
.post-sidebar-content ul li:before {
  content: "\f105";
  font-family: 'FontAwesome';
}
.post-sidebar-content .widget_categories ul > li > a {
  padding-left: 5px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 15px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home .portfolio {
  padding-bottom: 50px;
  padding-top: 30px;
  background: #f9fafe;
}
#home .featured .container {
  background-image: url("images/destacado.svg");
  background-repeat: no-repeat;
  background-size: auto 320px;
  background-position: 100% 50%;
  min-height: 430px;
  display: flex;
  align-items: center;
}
#home .featured p {
  color: #0a2491;
  width: 50%;
  text-align: left;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.3em;
}
#home .featured p span {
  font-weight: 500;
  color: #f9cf56;
}
#home .vermas {
  background: url("images/bg1.jpg");
  text-align: center;
  width: 100%;
  padding: 50px 0;
}
#home .vermas p {
  text-align: center;
  font-size: 24px;
}
#home .vermas .btn {
  color: #000;
}
.nav-inicio-text {
  display: none;
}
@media (max-width: 1400px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .nav-inicio-text {
    display: inline-block;
  }
  .navbar-collapse {
    background-color: #27e4c0;
  }
  #home .featured .container {
    align-items: flex-end;
    min-height: 500px;
    background-position: 100% 40px;
  }
  #home .featured p {
    background: #0a2491;
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 24px;
  }
  #home .featured p a {
    color: #fff;
  }
  #social {
    padding-left: 0;
  }
  nav.main ul {
    display: none;
  }
  footer .wpcf7-submit {
    width: 100%;
  }
  footer #formulari {
    background-image: none;
  }
  footer #contact {
    padding-bottom: 0;
  }
  #home .vermas {
    padding: 55px 0 50px;
  }
}
@media (max-width: 600px) {
  .portfolio article {
    width: 100%;
  }
  .portfolio article img {
    width: 100%;
  }
}
