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;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='submit']:focus,
textarea:focus,
button:focus,
.btn.focus:focus,
.btn:focus:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #858789;
}

::-moz-placeholder {
  opacity: 1;
  color: #858789;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #858789;
}

:-moz-placeholder {
  opacity: 1;
  color: #858789;
}

.form-control:focus {
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.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;
}
a:hover, a:focus, a:active {
  outline: 0;
  text-decoration: none;
}

.btn.active.focus,
.btn.active:focus, .btn.focus,
.btn.focus:active, .btn:active:focus,
.btn:focus {
  outline: 0;
}

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

/* ==========================================================================
OWL CAROUSEL
========================================================================== */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 50px;
  line-height: 20px;
  margin: 0 15px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  color: #000;
  background: none;
}

@media (min-width: 992px) {
  .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    font-size: 70px;
    margin-top: -20px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    float: left;
  }
  .owl-carousel .owl-nav button.owl-next {
    float: right;
  }
}
@media (min-width: 1200px) {
  .owl-carousel .owl-nav button.owl-prev {
    margin-left: -50px;
  }
  .owl-carousel .owl-nav button.owl-next {
    margin-right: -50px;
  }
}
/* ==========================================================================
WORDPRESS CLASSES
========================================================================== */
.alignnone,
.aligncenter,
.alignleft,
.alignright,
a img.alignnone,
a img.aligncenter,
a img.alignleft,
a img.alignright {
  margin: 15px auto;
  display: block;
}

@media (min-width: 768px) {
  .alignright,
  a img.alignright {
    float: right;
    margin: 15px 0 15px 15px;
  }

  .alignleft,
  a img.alignleft {
    float: left;
    margin: 15px 15px 15px 0;
  }
}
.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;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

/* ==========================================================================
ANIMATE
========================================================================== */
.wow {
  visibility: hidden;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

/* ==========================================================================
ZOOM EFECT
========================================================================== */
a.zoom-effect {
  position: relative;
  display: inline-block;
}
a.zoom-effect:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 7px solid rgba(255, 237, 0, 0.8);
  z-index: 99;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  border-radius: 8px;
}
a.zoom-effect:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../images/icon-zoom.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
}
a.zoom-effect:hover:after {
  opacity: 1;
}
a.zoom-effect:hover:before {
  opacity: 1;
}

/* ==========================================================================
NAVIGATION
========================================================================== */
.navigation {
  text-align: center;
}
.navigation .tw-pagination {
  padding-top: 30px;
}
.navigation .tw-pagination li {
  display: inline-block;
}
.navigation .tw-pagination a, .navigation .tw-pagination span.current {
  background: none;
  border: none;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  font-size: 22px;
  line-height: 30px;
  float: left;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border-radius: 50%;
}
.navigation .tw-pagination a:hover,
.navigation .tw-pagination span.current {
  background-color: #FFED00;
  color: #FFFFFF;
}

/* ==========================================================================
CF7
========================================================================== */
.wpcf7-form .field-cf7 {
  padding-bottom: 10px;
}
.wpcf7-form .button-cf7 {
  position: relative;
}
.wpcf7-form .button-cf7 .ajax-loader {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7dtx-dynamictext {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #B7B5B5;
}
.wpcf7-form .wpcf7-textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #B7B5B5;
  height: 100px;
}
.wpcf7-form .wpcf7-submit {
  background: none;
  padding: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  border: none;
  color: #000000;
  margin-top: 10px;
  line-height: 18px;
  margin: 0 auto;
}
.wpcf7-form .wpcf7-submit:hover {
  color: #000000;
  text-decoration: underline;
}
.wpcf7-form label {
  display: block;
  color: #000;
  font-weight: 700;
}
.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;
}
.wpcf7-form div.wpcf7-response-output {
  margin: 0 0 15px 0;
  padding: 5px;
  font-size: 14px;
  text-align: center;
}
.wpcf7-form div.wpcf7-validation-errors {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 4px;
}
.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;
}
.wpcf7-form span.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .wpcf7-radio label {
  margin: 0;
}
.wpcf7-form .wpcf7-radio span.wpcf7-list-item {
  display: block;
}

.wpcf7-field-group-remove,
.wpcf7-field-group-add {
  border: none;
  border-radius: 30px;
  background-color: #FFED00;
  color: #FFF;
  font-size: 18px;
  padding: 8px 30px;
  display: block;
}
.wpcf7-field-group-remove:hover,
.wpcf7-field-group-add:hover {
  color: #FFFF;
  background-color: #134A8C;
}

.wpcf7-field-group-add {
  max-width: 200px;
  margin: 10px auto 20px auto;
}

.custom-file-label::after {
  content: "\f002";
  background-color: #FFED00;
  font: normal normal normal 19px/1 FontAwesome;
  color: #FFFFFF;
  line-height: 26px;
  border-radius: 0 30px 30px 0;
  right: -2px;
  top: -2px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.custom-file-label::after:hover {
  color: #FFFF;
  background-color: #134A8C;
}

.custom-file-label {
  width: 100%;
  height: 40px;
  line-height: 36px;
  padding: 0 20px;
  border: 2px solid #E6E7E8;
  background: #E6E7E8 !important;
  border-radius: 30px;
}

/* ==========================================================================
WIDGET
========================================================================== */
.widget {
  padding-bottom: 30px;
}
.widget h3.widget-title {
  margin-bottom: 15px;
}

/* ==========================================================================
WIDGET NAV
========================================================================== */
.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;
}

/* ==========================================================================
CONTENT
========================================================================== */
article.post .inner {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
article.post:last-child .inner {
  padding-bottom: 0;
  margin-bottom: 0;
}
article .title-post {
  margin: 0 0 5px 0;
  color: #000;
}
article .meta-post {
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}
article .image-post {
  margin: 0 0 15px 0;
}

.category article .title-post,
.blog article .title-post,
.search-results article .title-post {
  margin-bottom: 8px;
}
.category .list-category .item,
.blog .list-category .item,
.search-results .list-category .item {
  padding-bottom: 40px;
}
.category .list-category .item:last-child,
.blog .list-category .item:last-child,
.search-results .list-category .item:last-child {
  padding-bottom: 0;
}

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

@media (max-width: 767px) {
  article.post .image-post {
    margin: 0 -15px 15px -15px;
  }
}
.error404 article {
  text-align: center;
}
.error404 article .title-page {
  font-size: 100px;
  font-weight: 700;
}

.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;
}

.search-form .btn {
  border-radius: 0 3px 3px 0;
  background-color: #FFED00;
  color: #FFF;
}

.wrap-search {
  background-color: rgba(0, 0, 0, 0.88);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  display: none;
}
.wrap-search .inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-search .form-group {
  position: relative;
}
.wrap-search .fa-search {
  position: absolute;
  color: #FFFFFF;
  top: 22px;
  left: 15px;
}
.wrap-search .fa-times-circle-o {
  position: absolute;
  color: #FFFFFF;
  bottom: -80px;
  left: 50%;
  margin-left: -15px;
  font-size: 34px;
  cursor: pointer;
  opacity: 0.7;
}
.wrap-search .form-control {
  background: none;
  color: #FFF;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #FFFFFF;
  text-align: center;
  font-size: 18px;
  height: 60px;
  padding: 0 40px;
}

@media (min-width: 768px) {
  .wrap-search .container {
    max-width: 800px;
  }
}
/* ==========================================================================
GENERAL
========================================================================== */
body {
  font-family: 'Arimo', sans-serif;
  color: #000;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
}

a {
  color: #000;
}
a:hover {
  color: #000;
}

.social a {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  margin-left: 5px;
  color: #000;
}
.social.social-rounded {
  padding-top: 2px;
  background-color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 2px;
}

.btn-custom {
  background-color: #FFED00;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
}
.btn-custom:hover {
  color: #FFFF;
}

.content-page h1, .content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6,
.content-post h1,
.content-post h2,
.content-post h3,
.content-post h4,
.content-post h5,
.content-post h6 {
  margin: 20px 0;
}
.content-page h1:first-of-type, .content-page h2:first-of-type, .content-page h3:first-of-type, .content-page h4:first-of-type, .content-page h5:first-of-type, .content-page h6:first-of-type,
.content-post h1:first-of-type,
.content-post h2:first-of-type,
.content-post h3:first-of-type,
.content-post h4:first-of-type,
.content-post h5:first-of-type,
.content-post h6:first-of-type {
  margin-top: 0;
}
.content-page h1,
.content-post h1 {
  font-weight: 700;
}
.content-page table,
.content-post table {
  width: 100%;
  max-width: 100%;
  margin: 25px 0;
  background-color: transparent;
  font-size: 0.9rem;
}
.content-page table tbody tr:nth-of-type(2n+1),
.content-post table tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
}
.content-page table td, .content-page table th,
.content-post table td,
.content-post table th {
  padding: .3rem;
}
.content-page table td, .content-page table th,
.content-post table td,
.content-post table th {
  border-top: 1px solid #dee2e6;
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.15rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 1rem;
  }

  ul {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  h5 {
    font-size: 1.05rem;
  }

  h6 {
    font-size: 1rem;
  }
}
/* ==========================================================================
HEADER
========================================================================== */
#main-header {
  background-color: #FFED00;
  color: #000000;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 990;
}
#main-header .logo-blanco {
  display: none;
}
#main-header .inner {
  padding: 15px 0;
}
#main-header .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main-header .logo a {
  display: inline-block;
}
#main-header .logo a img {
  max-width: 120px;
}
#main-header .social .fa {
  font-size: 22px;
}
#main-header .social .menu-icon {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
#main-header .social .menu-icon span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#main-header .social .menu-icon span:nth-child(1) {
  right: 0;
  top: 50%;
  margin-top: -1px;
}
#main-header .social .menu-icon span:nth-child(2) {
  right: 0;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#main-navigation {
  background-color: #FFED00;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  overflow: hidden;
}
#main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
#main-navigation ul li a {
  display: block;
  color: #000;
  padding: 5px;
  text-align: center;
  font-size: 18px;
}
#main-navigation ul li.current-menu-item a, #main-navigation ul li.current_page_item a {
  font-weight: 700;
}
#main-navigation ul li.current-menu-item a:before, #main-navigation ul li.current_page_item a:before {
  content: "+";
}

#main-navigation-desktop ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
#main-navigation-desktop ul li {
  display: inline-block;
}
#main-navigation-desktop ul li a {
  display: block;
  color: #000;
  text-align: center;
  font-size: 22px;
  padding: 0px 20px;
}
#main-navigation-desktop ul li.current-menu-item a, #main-navigation-desktop ul li.current_page_item a {
  font-weight: 700;
}
#main-navigation-desktop ul li.current-menu-item a:before, #main-navigation-desktop ul li.current_page_item a:before {
  content: "+";
}

@media (min-width: 768px) {
  #main-header .inner {
    padding: 15px 0;
  }
  #main-header .logo a img {
    max-width: 150px;
  }

  #main-navigation ul {
    text-align: center;
  }
  #main-navigation ul li {
    display: inline-block;
  }
  #main-navigation ul li a {
    font-size: 18px;
    padding: 10px 20px;
  }
}
.home #main-navigation-desktop ul li a {
  color: #FFFFFF;
}

@media (min-width: 992px) {
  .home {
    padding-top: 1px;
  }
  .home #main-header {
    background: none;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  .home #main-header .logo-negro {
    display: none;
  }
  .home #main-header .logo-blanco {
    display: block;
  }
  .home #main-header .social a {
    color: #FFFFFF;
  }
  .home #main-header .logo a img {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .home #main-header .social .menu-icon span {
    background-color: #FFFFFF;
  }
  .home #main-header.scroll-to-fixed-fixed {
    background-color: #FFED00;
  }
  .home #main-header.scroll-to-fixed-fixed .logo-negro {
    display: block;
  }
  .home #main-header.scroll-to-fixed-fixed .logo-blanco {
    display: none;
  }
  .home #main-header.scroll-to-fixed-fixed .social a {
    color: #000000;
  }
  .home #main-header.scroll-to-fixed-fixed .social .menu-icon span {
    background-color: #000000;
  }
  .home #main-header.scroll-to-fixed-fixed #main-navigation-desktop ul li a {
    color: #000000;
  }

  #main-header {
    border-bottom: 0;
  }
  #main-header .inner {
    padding: 19px 20px;
  }
  #main-header .logo a img {
    max-width: 170px;
  }
  #main-header .social .menu-icon {
    margin-left: 30px;
  }
  #main-header .menu-icon {
    display: none !important;
  }

  #main-navigation ul li a {
    font-size: 22px;
    padding: 20px 20px;
  }
}
@media (min-width: 1200px) {
  #main-navigation-desktop ul li:hover,
  #main-navigation ul li:hover {
    opacity: 0.8;
  }
}
body.open-menu #main-header .social .menu-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.open-menu #main-header .social .menu-icon span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.open-menu #main-navigation {
  max-height: 500px;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}
body.open-menu #main-navigation ul li a {
  opacity: 1;
}

/* ==========================================================================
SECTION
========================================================================== */
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* ==========================================================================
FOOTER
========================================================================== */
#main-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #CDCDCD;
  color: #000000;
  text-align: center;
}
#main-footer a {
  color: #000000;
}
#main-footer a:hover {
  text-decoration: underline;
}
#main-footer p {
  margin: 0;
}
#main-footer .rocked-by {
  display: block;
  opacity: 0.5;
}

@media (min-width: 768px) {
  #main-footer {
    text-align: left;
  }
  #main-footer .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #main-footer {
    padding: 70px 0 120px 0;
    position: relative;
  }
  #main-footer .row {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  #main-footer .rocked-by {
    font-size: 15px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    right: 30px;
    top: 40px;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
/* ==========================================================================
HEADER PAGE
========================================================================== */
.img-parallax {
  height: 250px;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .img-parallax {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .img-parallax {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .img-parallax {
    background-attachment: fixed;
  }
}
.btn-modal {
  font-size: 1.5rem;
  font-weight: 700;
}
.btn-modal:after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #FFED00;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.btn-modal:hover:after {
  width: 80px;
}

#contactoModal .modal-header {
  border-bottom: 0;
}
#contactoModal .modal-content {
  background-color: #B7B5B5;
  border: none;
  border-radius: 0;
}
#contactoModal .modal-content h3 {
  font-weight: 700;
  margin: -30px 0 30px 0;
}

@media (min-width: 992px) {
  #contactoModal .modal-body {
    padding: 0 2rem 2rem 2rem;
  }
}
@media (min-width: 1800px) {
  #contactoModal .modal-body {
    padding: 0 2rem 2rem 2rem;
  }
  #contactoModal .modal-dialog {
    max-width: 650px;
  }
  #contactoModal .modal-content h3 {
    font-size: 3rem;
    margin-bottom: 80px;
  }
  #contactoModal .modal-content .wpcf7-form .wpcf7-text {
    height: 50px;
  }
  #contactoModal .modal-content .wpcf7-form .wpcf7-textarea {
    height: 150px;
  }
}
.mapa iframe {
  width: 100%;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-size: cover;
  background-position: right center;
  overflow: hidden;
  background-color: #FFFFFF;
}
.overlay .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.overlay .logo {
  position: absolute;
  left: 20px;
  top: 20px;
  max-width: 150px;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.overlay .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #FFFFFF;
  z-index: 99;
  font-size: 18px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.overlay .btn:hover {
  text-decoration: underline;
}

body.animar .overlay .btn,
body.animar .overlay .logo {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

@media (min-width: 768px) {
  .overlay .logo {
    left: 50px;
    top: 50px;
    max-width: 170px;
  }
  .overlay .btn {
    right: 50px;
    bottom: 50px;
    font-size: 26px;
  }
}
#main-header {
  overflow: hidden;
}

.home .social,
.home #main-header .logo-blanco {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

body.intro {
  overflow: hidden;
}
body.intro.home #main-header .logo-blanco {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
body.intro.home .social {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

#banner-home {
  height: 100vh;
  margin-top: -63px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 120%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#banner-home a {
  color: #FFF;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 90%;
  margin-top: 20px;
}
#banner-home a:after {
  margin-top: 5px;
  content: "";
  display: block;
  width: 30%;
  height: 5px;
  background-color: #E7D700;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
#banner-home a:hover:after {
  width: 60%;
}
#banner-home .container {
  position: relative;
  z-index: 99;
  padding-top: 63px;
  min-height: 300px;
}
#banner-home:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
}
#banner-home .fa-angle-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  font-size: 50px;
  margin-left: -15px;
  color: #FFF;
  z-index: 99;
  -webkit-animation: bounce 3s infinite;
          animation: bounce 3s infinite;
  cursor: pointer;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@media (min-width: 768px) {
  #banner-home {
    font-size: 150%;
  }
}
@media (min-width: 992px) {
  #banner-home {
    margin-top: -93px;
  }
  #banner-home .container {
    padding-top: 0;
    margin-top: 100px;
    min-height: 270px;
    max-width: 850px;
  }

  .section-projects .ver-proyectos,
  .section-projects h2 {
    max-width: 825px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  #banner-home {
    background-attachment: fixed;
    font-size: 200%;
  }
  #banner-home a {
    font-size: 70%;
  }
  #banner-home .container {
    margin-top: 20px;
    min-height: 270px;
    max-width: 850px;
  }
}
@media (min-width: 1800px) {
  .section-projects .ver-proyectos,
  .section-projects h2 {
    max-width: 990px;
  }
}
#aliados-home h2 {
  margin-bottom: 30px;
}
#aliados-home .owl-carousel {
  text-align: center;
  text-align: center;
}
#aliados-home .owl-carousel .owl-item img {
  width: 80%;
  display: inline-block;
}

@media (min-width: 768px) {
  #aliados-home h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  #aliados-home h2 {
    margin-bottom: 150px;
    max-width: 825px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1800px) {
  #aliados-home h2 {
    max-width: 990px;
  }
}
.project .row-title .back-link {
  padding-bottom: 10px;
  text-align: right;
}
.project .row-title .back-link a:hover {
  text-decoration: underline;
}
.project .title-project {
  display: inline-block;
  border-bottom: 4px solid #FFED00;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
}
.project .description {
  padding-top: 30px;
}
.project .description p {
  margin: 0;
}
.project #antes-despues {
  padding-top: 0;
}
.project #antes-despues .container-fluid {
  padding: 0;
}
.project #antes-despues .container-fluid h3 {
  padding: 15px 0;
}
.project #siguiente-anterior {
  padding-bottom: 0;
}
.project #siguiente-anterior .container-fluid {
  padding: 0;
}
.project #siguiente-anterior a {
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.project #siguiente-anterior a img {
  max-width: none;
  width: 100%;
}
.project #siguiente-anterior a h3 {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
  margin: 0;
  color: #FFFFFF;
  font-size: 1rem;
}
.project #siguiente-anterior a h3 span {
  text-align: center;
  display: block;
  width: 100%;
  text-align: center;
}
.project #siguiente-anterior a:hover h3 {
  background-color: rgba(0, 0, 0, 0.65);
}

.owl-galeria-proyecto .owl-item a {
  display: block;
  text-align: center;
}
.owl-galeria-proyecto .owl-item img {
  height: 200px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}

@media (min-width: 375px) {
  .owl-galeria-proyecto .owl-item img {
    height: 250px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .project .row-title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .project .row-title .back-link {
    padding-top: 8px;
  }
  .project #antes-despues .antes {
    padding-right: 15px;
  }
  .project #antes-despues .despues {
    padding-left: 15px;
  }

  .owl-galeria-proyecto .owl-item img {
    height: 460px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .project .title-project {
    margin-left: 140px;
  }
  .project .row-title .back-link {
    margin-right: 140px;
  }
  .project .description {
    padding-top: 60px;
  }
  .project #antes-despues .container-fluid h3 {
    padding: 30px 0;
  }
  .project #siguiente-anterior a h3 {
    font-size: 1.3rem;
  }

  .owl-galeria-proyecto .owl-item img {
    height: 550px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .project .description {
    width: 820px;
    font-size: 20px;
    margin: 0 auto;
  }
}
@media (min-width: 1900px) {
  .project .title-project {
    margin-left: 60px;
  }
  .project .row-title .back-link {
    margin-right: 60px;
  }
  .project .description {
    width: 990px;
  }

  .owl-galeria-proyecto .owl-item img {
    height: 660px;
    width: 100%;
  }
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}

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

.grid-item {
  float: left;
}
.grid-item .inner {
  padding: 5px;
}
.grid-item h3 {
  display: none;
}
.grid-item a {
  display: block;
  color: #000;
}
.grid-item img {
  display: block;
  max-width: 100%;
}

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

  .grid-item .inner {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  #galeria-byn .grid-sizer,
  #galeria-byn .grid-item {
    width: 50%;
  }

  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .grid-item .inner {
    position: relative;
  }
  .grid-item .inner h3 {
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  .grid-item .inner h3 span {
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 700;
  }
  .grid-item a:hover h3 {
    opacity: 1;
  }
}
.filtros {
  padding-bottom: 20px;
  text-transform: lowercase;
}
.filtros .dropdown-toggle {
  text-transform: lowercase;
}
.filtros span {
  padding-left: 0;
}
.filtros .dropdown {
  display: inline-block;
  padding: 0;
}
.filtros .btn {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
}
.filtros .btn.active {
  border-bottom: 3px solid #FFED00;
  border-radius: 0;
}

.dropdown-item.active, .dropdown-item:active {
  background: none;
  color: #000;
}

#page-10 .container {
  font-size: 22px;
}

.owl-home {
  padding-bottom: 20px;
}

.owl-galeria-proyecto a {
  display: block;
  position: relative;
}
.owl-galeria-proyecto a h3 {
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  font-weight: 700;
}
.owl-galeria-proyecto a h3 span {
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 700;
  text-align: center;
}
.owl-galeria-proyecto a:hover h3 {
  opacity: 1;
}

@media (min-width: 992px) {
  .owl-home {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.btn-line {
  display: inline-block;
}
.btn-line:after {
  margin-top: 5px;
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #FFED00;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.btn-line:hover:after {
  width: 80px;
}

#page-8 .item {
  padding-bottom: 40px;
}
#page-8 .item:last-child {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  #page-8 .item {
    padding-bottom: 0;
  }
}

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