html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
  -webkit-text-size-adjust: none;
}

input[type='button'],
input[type='submit'],
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
}

select {
  -webkit-border-radius: 0px;
}

.old-browser {
  position: relative;
  z-index: 110;
  background-color: #ff0000;
  text-align: center;
  color: #FFFFFF;
  font-family: Arial;
  padding: 10px 0;
  font-size: 14px;
}
.old-browser .fa {
  font-size: 50px;
}
.old-browser p {
  margin: 5px 0;
}
.old-browser a {
  color: #FFFFFF;
}

/* ==========================================================================
   HELPERS CLASSES
   ========================================================================== */
a {
  text-decoration: none;
  outline: 0;
  color: #fff300;
}
a:hover, a:focus, a:active {
  color: #fff300;
  outline: 0;
  text-decoration: none;
}

.btn.active.focus,
.btn.active:focus, .btn.focus,
.btn.focus:active, .btn:active:focus,
.btn:focus {
  outline: 0;
  color: #FFFFFF;
}

img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   WORDPRESS CLASSES
   ========================================================================== */
a {
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus, a:active {
  outline: 0;
}

div.img-responsive img {
  max-width: 100%;
  height: auto;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* ==========================================================================
   ANIMATE
   ========================================================================== */
.animated,
.animated-load {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
  visibility: hidden;
}

.activate {
  opacity: 1;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.ad-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.navigation {
  text-align: center;
}
.navigation .tw-pagination li {
  display: inline-block;
}
.navigation .tw-pagination a, .navigation .tw-pagination span.current {
  background: none;
  border: none;
  color: #DDD;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  font-size: 22px;
  line-height: 36px;
  float: left;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border-radius: 50%;
}
.navigation .tw-pagination a:hover {
  background-color: #fff300;
  color: #000;
}
.navigation .tw-pagination span.current {
  background-color: #fff300;
  color: #000;
}

.wpcf7-form {
  font-size: 16px;
}
.wpcf7-form .wpcf7-form-control {
  margin-bottom: 3px;
}
.wpcf7-form .campo-form {
  padding-bottom: 25px;
  position: relative;
}
.wpcf7-form .wpcf7-text {
  width: 100%;
  height: 55px;
  font-weight: 400;
  padding: 0 10px;
  border: 1px solid #FFFFFF;
  background: none;
}
.wpcf7-form .wpcf7-textarea {
  width: 100%;
  font-weight: 400;
  padding: 10px;
  border: 1px solid #FFFFFF;
  height: 138px;
  background: none;
}
.wpcf7-form .wpcf7-submit {
  background-color: #fff300;
  padding: 16px 30px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border: none;
  color: #000;
  width: 100%;
  margin-top: -2px;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #fff300;
  color: #000;
}
.wpcf7-form .wpcf7-submit:disabled {
  opacity: 0.2;
  background-color: #25cad3;
}
.wpcf7-form .ajax-loader {
  position: absolute;
  right: 15px;
  top: 15px;
}
.wpcf7-form .wpcf7-not-valid {
  border-color: #f00;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 14px;
  padding-top: 5px;
  display: block;
  display: none !important;
  border: 1px solid #faebcc;
}
.wpcf7-form div.wpcf7-response-output {
  margin: 0 0 15px 0;
  padding: 5px;
  font-size: 16px;
  text-align: center;
}
.wpcf7-form div.wpcf7-validation-errors {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 0;
}
.wpcf7-form div.wpcf7-spam-blocked,
.wpcf7-form div.wpcf7-mail-sent-ng {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  border-radius: 4px;
}

.widget_nav_menu .widget-title {
  display: none;
}
.widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_nav_menu ul li {
  list-style: none;
}
.widget_nav_menu ul li a {
  display: block;
  border: 2px solid #30282a;
  border-bottom: 0;
  text-transform: uppercase;
  color: #343434;
  font-size: 14px;
  padding: 10px 15px;
}
.widget_nav_menu ul li a:hover {
  color: #FFFFFF;
  background-color: #343434;
  text-decoration: none;
}
.widget_nav_menu ul li:last-child a {
  border-bottom: 2px solid #30282a;
}
.widget_nav_menu ul li.current-menu-item a {
  color: #FFFFFF;
  background-color: #343434;
}

article.post .inner {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
article.post:last-child .inner {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
article .title-post {
  margin: 0 0 5px 0;
}
article .meta-post {
  margin-bottom: 15px;
}
article .image-post {
  margin-bottom: 15px;
}

.category article .title-post {
  margin-bottom: 5px;
}

article .title-page {
  margin: 0 0 15px 0;
}

.error404 article .title-page {
  font-size: 100px;
}

.search-no-results article .inner {
  max-width: 500px;
  margin: 0 auto;
}
.search-no-results article .inner .form-group {
  margin-bottom: 0;
}
.search-no-results article .inner .buscador {
  padding-top: 15px;
}

#scrollUp {
  bottom: 20px;
  right: 20px;
  padding: 5px 15px;
  background-color: #fff300;
  color: #000;
  font-size: 30px;
}

/* ==========================================================================
   CUSTOM STYLES
   ========================================================================== */
body {
  background-image: url(../images/asfalt.png);
  color: #FFFFFF;
  background-color: #000;
  font-family: 'Rubik', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Overpass Mono', monospace;
}

.btn-custom {
  background-color: #fff300;
  color: #000;
  border-radius: 0;
}
.btn-custom:hover {
  color: #000;
}

.breadcrumbs {
  text-transform: uppercase;
  opacity: 0.6;
}
.breadcrumbs a {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .pace .pace-progress {
    background: #fff300;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 5px;
  }
  .pace.pace-inactive {
    display: none;
  }

  .btn-custom {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .btn-custom:hover {
    background-color: #d0c600;
  }
}
/* ==========================================================================
   HEADER
   ========================================================================== */
#main-header {
  padding: 15px 0;
  position: relative;
  z-index: 99;
}
#main-header .logo a {
  display: inline-block;
}
#main-header .logo a img {
  width: 90px;
}

@media (min-width: 768px) {
  #main-header {
    padding: 30px 0;
  }
  #main-header .logo a {
    display: inline-block;
  }
  #main-header .logo a img {
    width: auto;
  }
}
/* ==========================================================================
   MENU
   ========================================================================== */
.wrap-nav-icon {
  padding-top: 8px;
  cursor: pointer;
}
.wrap-nav-icon .text {
  display: inline-block;
  margin-right: 8px;
  font-family: 'Rubik', sans-serif;
  font-size: 26px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#nav-icon {
  width: 30px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: inline-block;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.home .wrap-nav-icon .text {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
.home #nav-icon span {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
  .wrap-nav-icon {
    padding-top: 40px;
  }
}
@media (min-width: 120px) {
  .wrap-nav-icon #nav-icon span {
    -webkit-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
  }
  .wrap-nav-icon:hover #nav-icon span:nth-child(1) {
    left: 3px;
  }
  .wrap-nav-icon:hover #nav-icon span:nth-child(2) {
    left: -3px;
  }
  .wrap-nav-icon:hover #nav-icon span:nth-child(3) {
    left: 3px;
  }
}
/* ==========================================================================
   MAIN MENU
   ========================================================================== */
#main-navigation {
  background-color: #0f0f0f;
  position: fixed;
  top: 0;
  height: 100%;
  right: -90%;
  width: 90%;
  z-index: 990;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  background-image: url(../images/bg-menu.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#main-navigation .inner {
  padding: 30px;
}
#main-navigation .inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-navigation .inner ul li {
  padding: 5px 0;
}
#main-navigation .inner ul li a {
  color: #FFFFFF;
  font-size: 22px;
}
#main-navigation .inner ul li.current-menu-item a {
  color: #fff300;
}
#main-navigation.open-menu {
  right: 0;
}
#main-navigation #icon-close {
  padding-bottom: 20px;
  font-size: 24px;
}
#main-navigation #icon-close .fa {
  cursor: pointer;
  color: #fff300;
}
#main-navigation .social {
  padding-top: 30px;
}
#main-navigation .social a {
  font-size: 24px;
  display: inline-block;
  margin: 0 10px;
  color: #fff300;
}
#main-navigation .social a:hover {
  color: #fff300;
  opacity: 0.8;
}
#main-navigation .social a:first-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  #main-navigation {
    width: 330px;
    right: -330px;
  }
  #main-navigation .inner {
    padding: 30px;
  }
  #main-navigation .inner ul li a {
    font-size: 30px;
  }
  #main-navigation #icon-close {
    padding-bottom: 40px;
    font-size: 30px;
  }
  #main-navigation .inner {
    padding: 50px;
  }
  #main-navigation .social {
    padding-top: 50px;
  }

  #icon-close .fa {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #icon-close .fa:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
body.open-menu #nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0px;
  left: 5px;
}
body.open-menu #nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
body.open-menu #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 21px;
  left: 4px;
}
body.open-menu #main-navigation {
  right: 0;
}

@media (min-width: 1200px) {
  #main-navigation .inner ul li {
    display: block;
  }
  #main-navigation .inner ul li a {
    -webkit-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease;
    display: inline-block;
  }
  #main-navigation .inner ul li a:hover {
    margin-left: 10px;
  }
}
@media (min-width: 1700px) {
  #main-navigation {
    width: 500px;
    right: -500px;
  }
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
#main-footer {
  background-color: #0f0f0f;
  padding: 30px 0;
  text-align: center;
  background-image: url(../images/bg-footer.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 99;
}
#main-footer a {
  color: #FFFFFF;
}
#main-footer .col {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}
#main-footer .title {
  color: #fff300;
  margin-bottom: 30px;
  font-size: 22px;
}
#main-footer .social a {
  font-size: 24px;
  display: inline-block;
  margin: 0 10px;
  color: #fff300;
}
#main-footer .social a:hover {
  color: #fff300;
  opacity: 0.8;
}
#main-footer .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0 0 30px 0;
}
#main-footer .footer-menu ul li {
  display: inline-block;
}
#main-footer .footer-menu ul li a {
  display: block;
  padding: 0 10px 10px 10px;
}

@media (min-width: 992px) {
  #main-footer {
    background-position: left center;
    padding: 50px 0 40px 0;
    background-size: cover;
  }
}
/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
#main-content {
  padding: 30px 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  #main-content {
    padding: 30px 0 50px 0;
  }
}
/* ==========================================================================
   HOME
   ========================================================================== */
.page-template-home .wrap-button {
  padding-top: 30px;
}
.page-template-home .wrap-button .btn {
  padding: 10px 20px;
  font-size: 16px;
}
.page-template-home #slides {
  display: none;
}
.page-template-home #owl-home {
  padding-bottom: 30px;
}

@media (min-width: 480px) {
  .page-template-home #main {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
    }
    to {
      opacity: 0.9;
      -webkit-transform: none;
              transform: none;
    }
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
    }
    to {
      opacity: 0.9;
      -webkit-transform: none;
              transform: none;
    }
  }
  .page-template-home #main-content {
    padding: 0;
  }
  .page-template-home #owl-home {
    display: none;
  }
  .page-template-home .slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .page-template-home #main-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .page-template-home #owl-home {
    display: none;
  }
  .page-template-home #slides {
    display: inherit;
  }
  .page-template-home .row {
    position: relative;
    z-index: 90;
  }
  .page-template-home #primary {
    background-image: url(../images/asfalt.png);
    position: relative;
  }
  .page-template-home #primary #main {
    padding: 0 0;
    position: absolute;
    max-width: 400px;
    bottom: 50px;
    left: 50%;
    margin-left: -200px;
  }
  .page-template-home #primary #main .wrap-button {
    padding-top: 30px;
  }
  .page-template-home #primary #main .wrap-button .btn {
    padding: 10px 30px;
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .page-template-home #primary {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    width: 37%;
  }
  .page-template-home #primary #main {
    max-width: 390px;
    margin-left: -195px;
    bottom: 50px;
  }
}
/* ==========================================================================
   SERVICIOS
   ========================================================================== */
.servicio {
  color: #000;
  text-align: center;
  padding-bottom: 30px;
}
.servicio .description .inner {
  background-color: rgba(255, 243, 0, 0.9);
  padding: 25px 15px 15px 15px;
  width: 94%;
  margin: -20px auto 0 auto;
}
.servicio .description .inner .h2 {
  font-size: 22px;
  margin-top: 0;
  text-transform: uppercase;
}
.servicio:nth-child(even) .description .inner {
  background-color: rgba(175, 178, 180, 0.9);
}
.servicio:last-child {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .servicio {
    text-align: left;
    padding-bottom: 80px;
  }
  .servicio .description {
    margin-left: -8.33333333%;
    position: relative;
  }
  .servicio .description .inner {
    background-color: rgba(255, 243, 0, 0.9);
    padding: 40px 30px 25px 30px;
    width: 100%;
    margin: 0;
    width: 457px;
    position: relative;
  }
  .servicio .description .inner .h2 {
    font-size: 26px;
    margin-top: 0;
  }
  .servicio:nth-child(even) .image {
    float: right;
  }
  .servicio:nth-child(even) .description {
    margin-left: 0;
    float: left;
  }
}
/* ==========================================================================
   PORTOLIO
   ========================================================================== */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 100%;
}

.grid-item {
  float: left;
}
.grid-item a {
  display: block;
  color: #000;
}
.grid-item img {
  display: block;
  max-width: 100%;
}
.grid-item .content {
  background-color: rgba(255, 243, 0, 0.9);
  color: #000;
  padding: 15px;
  width: 96%;
  margin: -30px auto 30px auto;
  position: relative;
  z-index: 10;
}
.grid-item .content .h3 {
  margin-top: 10px;
}

@media (min-width: 600px) {
  .grid {
    margin-left: -15px;
    margin-right: -15px;
  }

  .grid-sizer,
  .grid-item {
    width: 50%;
  }

  .grid-item .inner {
    padding: 15px;
  }
  .grid-item .content {
    margin: -60px auto 0 auto;
    padding: 20px 30px;
    width: 90%;
  }
}
@media (min-width: 768px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }

  .grid-project .grid-sizer,
  .grid-project .grid-item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .grid-project .grid-sizer,
  .grid-project .grid-item {
    width: 33.333%;
  }

  .grid-item a img, .grid-item a .content {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .grid-item a:hover img {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .grid-item a:hover .content {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/* ==========================================================================
   PROYECTO
   ========================================================================== */
.project .info {
  padding-top: 15px;
  padding-bottom: 10px;
}
.project .info .inner {
  background-color: rgba(255, 243, 0, 0.9);
  padding: 30px 15px 20px 15px;
  color: #000;
}
.project .info h1 {
  font-size: 24px;
  margin-bottom: 15px;
}

/* ==========================================================================
   EQUIPO
   ========================================================================== */
.page-template-equipo #main-content {
  text-align: center;
}
.page-template-equipo #main-content .persona {
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-template-equipo #main-content .persona .h3 {
  font-size: 18px;
}
.page-template-equipo #main-content .persona .imagen-persona {
  text-align: center;
}
.page-template-equipo #main-content .persona .imagen-persona img {
  border-radius: 50%;
  border: 5px solid #fff300;
  max-width: 150px;
}

@media (min-width: 600px) {
  .page-template-equipo #main-content .persona .h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .page-template-equipo #main-content {
    text-align: left;
  }
  .page-template-equipo #main-content .persona .imagen-persona img {
    max-width: 100%;
  }
}
/* ==========================================================================
   CONTACTO
   ========================================================================== */
.page-template-contacto .map {
  padding-bottom: 50px;
}
.page-template-contacto .texts {
  padding-bottom: 30px;
}
.page-template-contacto .texts h1 {
  margin-top: -5px;
}

@media (min-width: 768px) {
  .texts {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=main.css.map */