/*!
Theme Name: Fancold V0.1
Theme URI: http://www.fancold.pe
Description: Thema creado desde cero para fancold.pe
Author: Antony Castro
Author URI: http://www.pymewebperu.com
Version: 3.0
*/
@font-face {
  font-family: "fancold";
  src: url("fonts/fancold.eot");
  src: url("fonts/fancold.eot?#iefix") format("embedded-opentype"), url("fonts/fancold.woff") format("woff"), url("fonts/fancold.ttf") format("truetype"), url("fonts/fancold.svg#fancold") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "fancold" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="i-"]:before,
[class*=" i-"]:before {
  font-family: "fancold" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.i-search:before {
  content: "\61"; }

.i-play:before {
  content: "\62"; }

.i-settings-streamline-2:before {
  content: "\63"; }

.i-man-people-streamline-user:before {
  content: "\64"; }

.i-home-house-streamline:before {
  content: "\65"; }

.i-pin:before {
  content: "\66"; }

.i-call-phone:before {
  content: "\67"; }

.i-letter-mail-1:before {
  content: "\68"; }

.i-facebook-alt:before {
  content: "\69"; }

* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif; }

h1, h2, h3, h4 {
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none !important; }

img {
  max-width: 100%; }

.morecontent span {
  display: none; }

.morelink {
  display: inline-block;
  font-weight: 500;
  color: #0070c0 !important; }

.right {
  float: right; }

.left {
  float: left; }

.button {
  display: block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #0070c0;
  max-width: 170px;
  border-radius: 20px;
  padding: 4px 0 3px 0;
  position: relative;
  color: #0070c0;
  margin: 0 auto;
  z-index: 1; }
  @media (max-width: 676px) {
    .button {
      font-size: 13px; } }
  .button:hover {
    border: 2px solid #ff0000;
    color: #0070c0; }
    .button:hover:after {
      content: url("img/button-gris2.png"); }
  .button:after {
    content: url("img/button-gris.png");
    position: absolute;
    right: -13px;
    top: 0; }
  .button--white {
    text-transform: none; }
    .button--white:hover:after {
      content: url("img/button-white2.png"); }
    .button--white:after {
      content: url("img/button-white.png"); }
  .button--red {
    border: 2px solid #ff0000;
    color: #ff0000; }
    .button--red:hover {
      color: #ff0000;
      border: 2px solid #FFF; }
      .button--red:hover:after {
        content: url("img/button-blue2.png"); }
    .button--red:after {
      content: url("img/button-blue.png"); }
  .button--redpure {
    border: 2px solid #ff0000;
    color: #ff0000; }
    .button--redpure:hover {
      color: #ff0000;
      border: 2px solid #0070c0; }
      .button--redpure:hover:after {
        content: url("img/button-white.png"); }
    .button--redpure:after {
      content: url("img/button-redpure.png"); }

.title {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 45px;
  text-align: center; }
  .title:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 8px;
    background-color: #ff0000;
    bottom: 0px;
    left: 0;
    right: 32px;
    margin: auto; }
    @media (max-width: 767px) {
      .title:before {
        height: 3px; } }
  .title:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 8px;
    right: 0px;
    left: 32px;
    margin: auto;
    background-color: #0070c0;
    bottom: 0px; }
    @media (max-width: 767px) {
      .title:after {
        height: 3px; } }
  .title--normal {
    text-transform: none; }
    .title--normal span {
      display: inline !important; }
  .title--air {
    font-size: 30px;
    text-transform: none;
    max-width: 600px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 auto; }
    .title--air span {
      display: inline !important;
      color: #0070c0; }
  .title--ventilation {
    max-width: 650px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 auto; }
  .title--pro {
    text-transform: none;
    font-weight: 700;
    font-size: 30px;
    color: #0070c0; }
    @media (max-width: 767px) {
      .title--pro {
        font-size: 20px; } }
  .title span {
    font-weight: 600;
    display: block; }

.titleLeft {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 50px; }
  .titleLeft--contact {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 900; }
  .titleLeft--white {
    color: #FFF; }
  .titleLeft:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 8px;
    background-color: #ff0000;
    bottom: 0px; }
  .titleLeft:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 8px;
    left: 32px;
    background-color: #0070c0;
    bottom: 0px; }
  .titleLeft--normal {
    text-transform: none; }
  .titleLeft--bold {
    text-transform: none;
    font-weight: 900;
    margin-bottom: 37px; }

.mostrar {
  display: block !important; }

.search {
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  display: none; }
  .search__close {
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    display: block;
    color: #FFF !important;
    font-size: 3em;
    padding-top: 2em;
    text-align: center; }
    @media (max-width: 750px) {
      .search__close {
        font-size: 1.5em; } }
  .search input {
    position: absolute;
    width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.5em;
    color: black; }

.pageSearch {
  padding-bottom: 2em; }
  .pageSearch__item {
    padding: 1em;
    font-size: 1.5em;
    display: block; }
    @media (max-width: 750px) {
      .pageSearch__item {
        font-size: 14px; } }
    .pageSearch__item:nth-of-type(odd) {
      background-color: #f3f3f6; }
    .pageSearch__item span {
      background-color: #0070c0;
      color: #FFF;
      font-size: 18px;
      padding: 10px;
      float: right; }
      .pageSearch__item span:hover {
        border: 1px solid #0070c0;
        background-color: #FFF;
        color: #0070c0; }
      @media (max-width: 750px) {
        .pageSearch__item span {
          display: none; } }

.header {
  padding: 15px 0 0 0; }
  .header__logo {
    text-align: center;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .header__logo {
        display: block; } }
  .header__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }
    .header__numbers--1 {
      margin-left: 80px; }
      @media (max-width: 1200px) {
        .header__numbers--1 {
          margin-left: 0; } }
  .header__icon {
    padding-top: 5px;
    margin-right: 10px; }
  .header__data p {
    color: #0070c0;
    font-weight: 300; }
  .header__data a {
    color: #1d1d1b;
    font-weight: 500; }
  .header__wrap {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px; }
  .header__nav {
    margin: 23px 0; }
    @media (max-width: 767px) {
      .header__nav {
        margin: 0; } }
    .header__nav ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .header__nav ul li a {
        color: #1d1d1b;
        font-weight: 400;
        border: 2px solid #FFF;
        padding: 5px 16px;
        border-radius: 20px; }
        .header__nav ul li a:hover {
          border: 2px solid #0070c0; }
      .header__nav ul li:last-child a {
        color: #0070c0; }
  .header__calltoaction {
    display: inline-block;
    color: #FFF;
    padding: 5px 16px;
    background: -webkit-gradient(linear, left top, right top, from(#ff0000), to(#8d1622));
    background: -webkit-linear-gradient(left, #ff0000 0%, #8d1622 100%);
    background: -o-linear-gradient(left, #ff0000 0%, #8d1622 100%);
    background: linear-gradient(to right, #ff0000 0%, #8d1622 100%);
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 14px;
    float: right; }
    .header__calltoaction:hover {
      background: -webkit-gradient(linear, left top, right top, from(#8d1622), to(#ff0000));
      background: -webkit-linear-gradient(left, #8d1622 0%, #ff0000 100%);
      background: -o-linear-gradient(left, #8d1622 0%, #ff0000 100%);
      background: linear-gradient(to right, #8d1622 0%, #ff0000 100%);
      color: #FFF; }
    @media (max-width: 767px) {
      .header__calltoaction {
        float: none;
        text-align: center;
        width: 300px;
        margin: 10px auto;
        display: block; } }

#btnMovil {
  display: none; }
  #btnMovil + label {
    display: none; }

.banner {
  background-image: url("img/banner-01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px; }
  @media (max-width: 767px) {
    .banner {
      height: 340px; } }
  .banner--2 {
    background-image: url("img/banner-02.jpg"); }
  .banner--3 {
    background-image: url("img/banner-03.jpg"); }
  .banner--4 {
    background-image: url("img/banner-04.jpg"); }
  .banner--5 {
    background-image: url("img/banner-05.jpg"); }
  .banner__wrap {
    color: #FFF;
    padding-top: 120px;
    margin-left: 15%; }
    @media (max-width: 767px) {
      .banner__wrap {
        left: 15px;
        padding-top: 10%;
        margin-left: 5%; } }
  .banner__title {
    font-size: 60px;
    position: relative;
    font-weight: 400;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    line-height: 1;
    margin-bottom: 20px; }
    .banner__title span {
      display: block;
      font-weight: 900; }
      .banner__title span:after {
        content: url("img/onda.png");
        margin-left: 25px; }
        @media (max-width: 767px) {
          .banner__title span:after {
            display: none; } }
    @media (max-width: 767px) {
      .banner__title {
        font-size: 25px; } }
  .banner__p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      .banner__p {
        font-size: 12px; } }

.bannercillo {
  background-image: url("img/bannercillo-services.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 160px;
  position: relative;
  margin-bottom: 30px; }
  .bannercillo:before {
    content: '';
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #234692), to(#ff0000));
    background: -webkit-linear-gradient(left, #234692 1%, #ff0000 100%);
    background: -o-linear-gradient(left, #234692 1%, #ff0000 100%);
    background: linear-gradient(to right, #234692 1%, #ff0000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#234692', endColorstr='#ff0000',GradientType=1 );
    /* IE6-9 */
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 0; }
  .bannercillo__title {
    position: relative;
    text-align: center;
    color: #FFF;
    z-index: 1;
    font-size: 50px;
    font-weight: 300;
    padding-top: 45px; }
    .bannercillo__title span {
      font-weight: 600; }
    @media (max-width: 767px) {
      .bannercillo__title {
        font-size: 35px; } }

.servicesIndex {
  background-color: #eeeeee; }
  .servicesIndex__wrap {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-top: -120px;
    z-index: 1; }
    @media (max-width: 767px) {
      .servicesIndex__wrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 360px) {
      .servicesIndex__wrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .servicesIndex__item {
    display: block;
    width: 100%;
    background-color: rgba(213, 213, 213, 0.95);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    padding: 40px 10px 25px 10px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s; }
    .servicesIndex__item:hover {
      background-color: #FFF; }
    @media (max-width: 767px) {
      .servicesIndex__item {
        padding: 5%;
        background-color: #FFF; } }
  .servicesIndex__title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin: 12px 0;
    color: #1d1d1b; }
    @media (max-width: 767px) {
      .servicesIndex__title {
        display: block;
        font-size: 14px;
        height: auto;
        margin: 5px 0; } }
  .servicesIndex__p {
    margin-bottom: 15px;
    font-weight: 300;
    color: #1d1d1b; }
    @media (max-width: 767px) {
      .servicesIndex__p {
        display: none; } }
  .servicesIndex__a {
    font-size: 18px;
    font-weight: 300;
    color: #0070c0 !important; }
    @media (max-width: 767px) {
      .servicesIndex__a {
        font-size: 13px; } }

.services__item {
  background-image: url("img/bottom-service.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 60px;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC; }
  @media (max-width: 767px) {
    .services__item {
      margin-bottom: 15px; } }
  .services__item img {
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    position: relative;
    z-index: -1; }
  .services__item--red {
    background-image: url("img/bottom-air-red.png"); }
  .services__item--blue {
    background-image: url("img/bottom-air-blue.png"); }

.services__img {
  background-image: url("img/top-service.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%; }
  .services__img img {
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    position: relative;
    z-index: -1; }

.services__title {
  font-size: 30px;
  font-weight: 700;
  color: #0070c0;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0;
  height: 60px;
  line-height: 1; }
  @media (max-width: 767px) {
    .services__title {
      font-size: 20px; } }
  .services__title--air {
    font-size: 18px;
    text-transform: none;
    text-align: left;
    padding-left: 35px; }

.services__p {
  font-weight: 300;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 25px;
  min-height: 100px; }
  @media (max-width: 767px) {
    .services__p {
      display: none; } }

.promise {
  border: 2px solid #0070c0;
  max-width: 750px;
  margin: 0 auto;
  border-radius: 100px;
  padding: 15px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .promise {
      display: none; } }
  .promise__title {
    font-size: 30px;
    font-weight: 400;
    color: #0070c0;
    line-height: 1; }
    .promise__title span {
      display: block;
      font-weight: 700; }
      .promise__title span:after {
        content: url("img/onda-color.png");
        margin-left: 15px; }
  .promise__icons {
    padding-left: 40px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }

.air {
  background-color: #ededed;
  padding: 40px 0 0 0;
  margin-bottom: 60px; }
  .air__title {
    color: #0070c0;
    text-transform: uppercase;
    font-size: 50px;
    text-align: center; }
  .air__p {
    font-weight: 300;
    text-align: center;
    margin: 10px 0 35px 0; }
  .air__icon {
    padding: 0 10px;
    text-align: center;
    color: #0070c0;
    font-weight: 300;
    margin-bottom: 30px; }
  .air__icon-p {
    margin-top: 8px; }

.air-2__wrap {
  margin: 30px; }

.air-2__p {
  font-weight: 300;
  margin: 40px 0 50px 0; }

.air-2__title {
  text-align: center;
  font-weight: 300;
  font-size: 25px;
  letter-spacing: 1px; }

.air-2__aside {
  background-color: #ededed;
  max-width: 900px;
  padding: 35px 60px;
  margin: 0 auto;
  border-radius: 100px;
  margin-top: 80px;
  margin-bottom: 70px; }

.air-2__aside-p {
  font-weight: 300; }
  .air-2__aside-p b {
    color: #0070c0; }

.air-2__a {
  margin-top: 5px; }

.ventilation__wrap {
  margin: 50px 0; }

.ventilation__h3 {
  font-size: 25px;
  font-weight: 700;
  color: #0070c0;
  letter-spacing: 2px;
  margin-bottom: 20px; }

.ventilation__h4 {
  font-size: 18px; }

.ventilation__p {
  font-weight: 300;
  margin-bottom: 20px; }

.ventilation-2 {
  background-color: #ededed;
  padding: 40px 0; }

.refrigeration {
  padding-bottom: 60px; }
  .refrigeration__wrap {
    margin: 80px 0 60px 0; }
  .refrigeration__title {
    color: #0070c0;
    font-size: 14px;
    text-align: center;
    margin-top: 20px; }

.works {
  padding: 90px 0;
  background-color: #eeeeee;
  position: relative;
  z-index: 0; }
  .works__item {
    display: block;
    background-image: url("img/bottom-index.png"), url("img/copo-index.png");
    background-position: bottom, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, contain;
    overflow: hidden;
    margin-bottom: 40px; }
    .works__item img {
      -webkit-transition: all ease 1s;
      -o-transition: all ease 1s;
      transition: all ease 1s;
      position: relative;
      z-index: -1; }
      @media (max-width: 767px) {
        .works__item img {
          width: 100%; } }
    .works__item:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.productsIndex {
  padding: 60px 0; }
  .productsIndex__item {
    border-right: 1px solid #c5c5c5; }
    @media (max-width: 767px) {
      .productsIndex__item {
        border-right: none;
        text-align: center;
        margin-bottom: 30px;
        border: 1px solid #c5c5c5;
        padding: 15px; } }
    .productsIndex__item--border {
      border-right: none; }
  .productsIndex__p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 90px; }
  .productsIndex__img {
    margin-bottom: 20px; }

.products__wrap {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC; }
  .products__wrap:nth-child(even) {
    border-right: none; }
  .products__wrap:last-child {
    border-bottom: none; }

.products__item {
  padding-bottom: 40px;
  max-height: 700px; }

.products__img {
  text-align: center; }

.products__title {
  color: #0070c0;
  text-align: center;
  font-size: 30px;
  font-weight: 700; }

.products__p {
  margin: 40px 40px 20px 40px;
  text-align: justify;
  font-weight: 300;
  min-height: 100px; }
  @media (max-width: 767px) {
    .products__p {
      display: none; } }

.products__imgSello {
  padding-top: 200px;
  text-align: center; }

.blogIndex {
  padding: 60px 0;
  background-image: url("img/bg-blog.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  .blogIndex:before {
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 70, 146, 0.8); }
  .blogIndex__cat {
    font-weight: 300;
    display: block;
    border-bottom: 1px solid #0070c0;
    margin-bottom: 10px; }
  .blogIndex__title {
    line-height: 1.1;
    font-weight: 500;
    font-size: 18px; }
  .blogIndex__item {
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 40px; }
  .blogIndex__p {
    font-weight: 300;
    margin-top: 10px; }

.blog__wrap {
  border-bottom: 1px solid #CCC;
  padding: 50px 0; }

.blog__cat {
  display: block;
  color: #0070c0;
  border-bottom: 1px solid #0070c0;
  margin-bottom: 15px; }

.blog__title {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.blog__p {
  font-weight: 300;
  margin-bottom: 30px; }

.about__item {
  padding: 50px 0; }

.about__p {
  font-weight: 300;
  margin-bottom: 40px; }

.about-2 {
  background-color: #ededed; }
  .about-2__item {
    padding-top: 60px; }
  .about-2__p {
    font-weight: 300;
    margin-bottom: 40px; }

.about-3 {
  padding: 80px 0; }
  .about-3__item {
    margin-top: 50px; }
  .about-3__title {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    line-height: 1;
    margin-bottom: 60px; }
    .about-3__title b {
      display: block; }

.single__content p {
  font-weight: 300;
  margin: 8px 0; }

.single__content h2 {
  color: #0070c0;
  font-size: 18px;
  margin-top: 20px; }

.single__contact {
  background-color: #ededed; }

.single__sidebar-ul {
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  list-style: none; }
  .single__sidebar-ul li {
    border-bottom: 1px solid #CCC; }
    .single__sidebar-ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 10px 10px; }
      .single__sidebar-ul li a p {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        color: #1d1d1b;
        font-size: 18px; }
      .single__sidebar-ul li a img {
        width: 30px;
        height: 30px; }

.single__form {
  background-color: #ededed; }

.single__sidebar {
  margin-bottom: 30px; }

.single__sidebar-ul2 {
  list-style: none;
  font-family: "Roboto", sans-serif;
  position: relative;
  margin-left: 14px; }
  .single__sidebar-ul2 li {
    padding: 10px;
    border-bottom: 1px solid #CCC; }
    .single__sidebar-ul2 li:after {
      position: absolute;
      font-family: 'fancold';
      content: '\62';
      left: -15px;
      font-size: 12px; }
    .single__sidebar-ul2 li a {
      color: #1d1d1b;
      font-weight: 300;
      -webkit-transition: all ease .5s;
      -o-transition: all ease .5s;
      transition: all ease .5s; }
      .single__sidebar-ul2 li a:hover {
        color: #0070c0;
        font-weight: 900; }

.single__form {
  padding: 15px;
  margin-bottom: 20px; }
  .single__form input,
  .single__form textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #CCC; }
  .single__form h3 {
    color: #0070c0;
    text-align: center;
    font-size: 18px;
    font-weight: 700; }
  .single__form-p {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 300; }
  .single__form button {
    background-color: #0070c0;
    color: #FFF;
    padding: 10px;
    text-align: center;
    width: 100%;
    border: 0; }

.single__sidebar-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px; }

.project {
  padding-bottom: 30px; }
  .project__item {
    border: 1px solid #CCC;
    margin-bottom: 30px; }
  .project__item-slider {
    position: relative; }
    .project__item-slider .owl-prev, .project__item-slider .owl-next {
      position: absolute;
      top: 40%;
      outline: none; }
      .project__item-slider .owl-prev:hover, .project__item-slider .owl-next:hover {
        opacity: .5; }
      .project__item-slider .owl-prev span, .project__item-slider .owl-next span {
        padding: 10px;
        font-size: 35px; }
    .project__item-slider .owl-next {
      right: 0; }
  .project__info {
    padding: 15px;
    background-image: url("img/project.png");
    background-repeat: no-repeat;
    background-position: right; }
    .project__info li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px; }
      .project__info li p {
        font-weight: 300; }
      .project__info li b {
        display: block;
        font-weight: 900; }
      .project__info li i {
        border-right: 1px solid #CCC;
        font-size: 23px;
        padding-right: 15px;
        margin-right: 15px;
        color: #0070c0; }

.contact {
  padding: 50px 0; }
  @media (max-width: 676px) {
    .contact {
      padding: 0; } }
  .contact__item {
    background-color: #e9e9e9;
    padding: 30px;
    height: 520px; }
  .contact__item-p {
    font-weight: 300;
    margin-bottom: 35px; }
  .contact__item-ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px; }
    .contact__item-ul li i {
      color: #0070c0;
      font-size: 25px; }
    .contact__item-ul li p {
      font-weight: 300;
      margin-left: 10px; }
    .contact__item-ul li a {
      color: #1d1d1b; }
  .contact__form {
    border: 1px solid #CCC;
    padding: 55px 55px 30px 80px; }
    @media (max-width: 676px) {
      .contact__form {
        padding: 15px;
        margin-bottom: 15px; } }
  .contact__form-button {
    background-color: #0070c0;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px 20px;
    border: 0;
    border-radius: 100px; }
    @media (max-width: 676px) {
      .contact__form-button {
        width: 100%; } }
  .contact__input {
    position: relative;
    margin-bottom: 35px; }
    .contact__input input {
      border: 0;
      width: 100%;
      border-bottom: 1px solid #CCC;
      padding: 10px; }

.footer {
  background-color: #234692;
  padding: 50px 0 0 0; }
  .footer__img {
    display: block;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .footer__img {
        margin-bottom: 15px; } }
  .footer__nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 30px 0; }
    .footer__nav ul li {
      border-right: 1px solid rgba(204, 204, 204, 0.5);
      padding-right: 50px; }
      .footer__nav ul li a {
        color: #c5c5c5;
        text-transform: uppercase;
        font-weight: 400;
        -webkit-transition: all ease 1s;
        -o-transition: all ease 1s;
        transition: all ease 1s; }
        .footer__nav ul li a:hover {
          color: #FFF; }
      .footer__nav ul li:nth-child(7) {
        border-right: none; }
      .footer__nav ul li:last-child {
        display: none; }
  @media (max-width: 767px) {
    .footer__nav {
      display: none; } }
  .footer__office {
    color: #c5c5c5;
    text-align: center;
    font-weight: 300; }
    .footer__office span {
      font-weight: 500; }
  .footer__rs {
    text-align: center;
    margin-top: 30px; }
    .footer__rs i {
      font-weight: normal !important;
      color: #c5c5c5;
      font-size: 25px; }
      .footer__rs i:hover {
        color: #FFF; }
  .footer__tag {
    border-top: 1px solid #0070c0;
    padding: 15px 0 20px 0;
    margin-bottom: 15px;
    margin-top: 25px; }
    @media (max-width: 767px) {
      .footer__tag {
        display: block;
        text-align: center; } }
  .footer__copy {
    color: #959595; }
  .footer__pyme {
    display: block;
    text-align: right;
    color: #959595; }
    .footer__pyme:hover {
      color: #FFF; }
    @media (max-width: 767px) {
      .footer__pyme {
        display: block;
        text-align: center;
        margin-bottom: 15px; } }

.search {
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  display: none; }
  .search__close {
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    display: block;
    color: #FFF !important;
    font-size: 3em;
    padding-top: 2em;
    text-align: center; }
    @media (max-width: 750px) {
      .search__close {
        font-size: 1.5em; } }
  .search input {
    position: absolute;
    width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.5em;
    color: black; }

@media (max-width: 767px) {
  .header #btnMovil + label {
    display: block !important;
    background-color: #FFF;
    -webkit-box-shadow: 1px 5px 20px 2px rgba(0, 0, 0, 0.8);
    box-shadow: 1px 5px 20px 2px rgba(0, 0, 0, 0.8);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 15px 15px;
    position: fixed;
    bottom: 4rem;
    z-index: 3;
    right: 1.5rem;
    font-size: 2em; }
    .header #btnMovil + label img {
      display: block;
      margin: .1em auto; }
    .header #btnMovil + label:hover {
      cursor: pointer; }
  .header__nav #btnMovil {
    display: none; }
    .header__nav #btnMovil + label {
      display: none; }
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    width: 150px;
    right: -50%;
    z-index: 2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    bottom: 9rem; }
    .header__nav ul li {
      border-right: 0 !important;
      display: block; }
      .header__nav ul li:nth-child(1) {
        border-left: 0 !important; }
      .header__nav ul li a {
        padding: 1.25rem !important;
        display: block; }
  .header #btnMovil:checked ~ ul {
    background-color: white;
    cursor: pointer;
    right: 1rem;
    -webkit-box-shadow: 2px 4px 40px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 2px 4px 40px 0px rgba(0, 0, 0, 0.7);
    overflow: auto; } }

/* =WordPress Core
-------------------------------------------------------------- */
.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; }

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%;
  /* Image does not overflow the content area */
  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; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  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. */ }
