/*Inicia llamado de fuentes*/
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('fonts/Montserrat-Medium.eot');
  src: url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Medium.woff2') format('woff2'),
    url('fonts/Montserrat-Medium.woff') format('woff'),
    url('fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Black';
  src: url('fonts/Montserrat-Black.eot');
  src: url('fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Black.woff2') format('woff2'),
    url('fonts/Montserrat-Black.woff') format('woff'),
    url('fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('fonts/Montserrat-Regular.eot');
  src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Regular.woff2') format('woff2'),
    url('fonts/Montserrat-Regular.woff') format('woff'),
    url('fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('fonts/Montserrat-SemiBold.eot');
  src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('fonts/Montserrat-SemiBold.woff') format('woff'),
    url('fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-ExtraLight';
  src: url('fonts/Montserrat-ExtraLight.eot');
  src: url('fonts/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-ExtraLight.woff2') format('woff2'),
    url('fonts/Montserrat-ExtraLight.woff') format('woff'),
    url('fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('fonts/Gotham-Book.eot');
  src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Book.woff2') format('woff2'),
    url('fonts/Gotham-Book.woff') format('woff'),
    url('fonts/Gotham-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('fonts/Montserrat-ExtraBold.eot');
  src: url('fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('fonts/Montserrat-ExtraBold.woff') format('woff'),
    url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('fonts/Montserrat-Bold.eot');
  src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Bold.woff2') format('woff2'),
    url('fonts/Montserrat-Bold.woff') format('woff'),
    url('fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('fonts/Montserrat-Light.eot');
  src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Light.woff2') format('woff2'),
    url('fonts/Montserrat-Light.woff') format('woff'),
    url('fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('fonts/Gotham-Medium.eot');
  src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Medium.woff2') format('woff2'),
    url('fonts/Gotham-Medium.woff') format('woff'),
    url('fonts/Gotham-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*Terminan fuentes*/
/*Valores de configuración inicial*/
html {
  font-family: 'Montserrat-Regular', sans-serif;
  font-weight: normal;
  color: rgb(0, 0, 0);
  font-size: 16px;
}

body {
  font-family: 'Montserrat-Regular', sans-serif;
  font-weight: normal;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  overflow-x: hidden;
}
h1, h2, h3, h4, h5 ,h6{
  font-family: 'Montserrat-Regular', sans-serif; 
}

h3 {
  text-transform: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #3b6d1dff;
  text-decoration: none;
}

.linkheader,
.linkheader:focus,
.linkheader:hover {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
}

footer {
  padding: 0 0 35px 0;
}

strong {
  font-family: 'Montserrat-Bold', serif;
}

.navbar-shrink {
  border-bottom: 1px solid rgba(0, 0, 0, 0.50) !important;
}
.navbar-shrink .header-logo {
  display: block !important;
}

.navbarlogog a.nav-active {
  color: #98b83a !important;
}
.navbarlogo .dropdown-menu a,
.navbarlogog .dropdown-menu a,
.navbarlogo{
  color: white !important;
}
.navbarlogo .header-logo ,
  .navbarlogog .header-logo {
  display: block !important;
  height: 45px; 
  width: 225px;
  background-repeat: no-repeat;
  background-size: cover;
}
.navbarlogo .header-logo{
  /*background-image: url(../img/logos/logo-white.png);*/
  display: block;
}
.navbarlogog .header-logo {
  /*background-image: url(../../img/chufani-gray-home.png);*/
  display: block;
}
.nav-active, .nav-active > i{
  font-weight: 900;
  color: #98b83a !important;
}
#mainNav.menu-oscuro{
  background-color:#222;
}
#mainNav.menu-oscuro a{
  color:#fff;
}
#mainNav.navbarlogog .nav-link{
  color:#d1d1d1 !important;
}
#mainNav.navbarlogog .nav-link.nav-active{
  color:#3b6d1dff !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* remove the gap so it doesn't close*/
}

.navbar-nav .dropdown-menu,
.nav-submenu .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.80) !important;
  color: white !important;
  font-family: 'Montserrat-Light', serif;
  font-size: 13px;
  text-transform: none;
}

.navbar-nav .dropdown-menu a:hover {
  /*background-color: rgba(0,0,0,0.60) !important;*/
  background-color: #3b6d1dff !important;
}

.image-list img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.image-list img:hover {
  transform: scale(1.035);
}

.prague-loader {
  text-align: center;
  font-size: 0;
  white-space: nowrap;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6000;
  -webkit-transition: visibility 0s;
  transition: visibility 0s
}

.prague-loader .prague-loader-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 1.6s linear;
  transition: -webkit-transform 1.6s linear;
  transition: transform 3.6s linear;
  transition: transform 3.6s linear, -webkit-transform 3.6s linear
}

.prague-loader .prague-loader-bar {
  display: inline-block;
  position: relative;
  top: 50%;
  overflow: hidden;
  vertical-align: middle;
  width: 40%;
  height: 2em;
  font-size: 5rem;
  line-height: 2em;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0s linear;
  transition: -webkit-transform 0s linear;
  transition: transform 0s linear;
  transition: transform 0s linear, -webkit-transform 0s linear;
  -webkit-transform: scaleX(1) translateY(-50%);
  transform: scaleX(1) translateY(-50%);
  -webkit-transform-origin: center right;
  transform-origin: center right;
  z-index: 2
}

.prague-loader .prague-loader-bar:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  /*background-color: #16067a;*/
  background: #98b83aff;
  background: linear-gradient(90deg, #98b83aff 0%, #3b6d1dff 100%);
  border-radius: 2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-animation: loading 5s linear infinite forwards;
  animation: loading 5s linear infinite forwards
}

.form-check-input:checked {
  background-color: #121334;
  border-color: #121334;
}

.prague-loader .prague-loader-img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: scaleout-image 5s infinite ease-in-out;
  animation: scaleout-image 5s infinite ease-in-out;
  -webkit-transition: visibility 3.3s ease-in 3.2s;
  transition: visibility 3.3s ease-in 3.2s;
  visibility: hidden
}

.prague-loader .prague-loader-img.s-back-switch {
  visibility: visible
}

.prague-loader.is-loaded {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
  visibility: hidden
}

.prague-loader.is-loaded .prague-loader-wrapper {
  /* -webkit-transform: scaleY(0);
  transform: scaleY(0);*/
  /*  -webkit-transform-origin: center top;
  transform-origin: center top;*/
  visibility: hidden;
  opacity: 0;
  transition: visibility 2.3s, opacity 1.5s linear;
}

.prague-loader.is-loaded .prague-loader-img {
  visibility: hidden;
  -webkit-transition: visibility 2.3s ease-in 0s;
  transition: visibility 2.3s ease-in 0s
}

@media only screen and (max-width: 767px) {
  .prague-loader .prague-loader-bar {
    font-size: 2em
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
    transform: translate(0) scaleX(0)
  }

  30% {
    -webkit-transform: translate(0) scaleX(1);
    transform: translate(0) scaleX(1)
  }

  100%,
  80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0)
  }
}

@keyframes loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
    transform: translate(0) scaleX(0)
  }

  30% {
    -webkit-transform: translate(0) scaleX(1);
    transform: translate(0) scaleX(1)
  }

  100%,
  80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0)
  }
}

@-webkit-keyframes scaleout-image {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
    opacity: .8
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0
  }
}

@keyframes scaleout-image {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
    opacity: .8
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0
  }
}
/**
* 
* Estilos especificos del home
*
**/

section.productos strong{
  font-weight: 900;
}
.boxxy{
  font-size: 18px;  
  position:absolute;
  padding: 1em;
  top:calc(50% -1em);
  left:0px;
}
.box-footer{
  position: relative;
  background-color: #3b6d1dff;
  padding: 1em;
  padding-left: 4em;
}
.box-footer:first-child,.box-footer:last-child{
  background-color: #98b83aff;
}

.lista-productos{
  list-style: none;
  padding: 0;
  margin: 0;
}
.lista-productos li{
  font-size: 14px;
}

/*** Final estilos home ***/

.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 100px;
  margin-top: 65px;
}


.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);

  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;

  width: 16px;
  height: 16px;
}


.unu {
  margin-top: 1px;
}

.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;

}

.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;

  animation-direction: alternate;
  animation-delay: alternate;
}

.doi {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;

  animation-delay: .2s;
  animation-direction: alternate;

  margin-top: -6px;
}

.trei {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;

  animation-delay: .3s;
  animation-direction: alternate;


  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;

  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }

  25% {
    top: 2px;
  }

  50% {
    top: 3px;
  }

  75% {
    top: 2px;
  }

  100% {
    top: 1px;
  }
}

@-o-keyframes mouse-wheel {

  0% {
    top: 1px;
  }

  25% {
    top: 2px;
  }

  50% {
    top: 3px;
  }

  75% {
    top: 2px;
  }

  100% {
    top: 1px;
  }
}

@keyframes mouse-wheel {

  0% {
    top: 1px;
  }

  25% {
    top: 2px;
  }

  50% {
    top: 3px;
  }

  75% {
    top: 2px;
  }

  100% {
    top: 1px;
  }
}

@-webkit-keyframes mouse-scroll {

  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes mouse-scroll {

  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes mouse-scroll {

  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {

  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.home-srv-lists a {
  float: left;
  color: #ffffff;
  background-color: #71797f;
  width: 110px;
  height: 92px;
  margin-right: 30px;
  margin-bottom: 10px;
  transition: transform .2s;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.home-srv-lists a:hover,
.home-srv-lists a:focus {
  background-color: #111334;
}

.home-srv-lists a:hover {
  transition: transform .2s;
  transform: scale(1.1);
}

.home-srv-lists img {
  margin-bottom: 5px;
  margin-right: 5px;
}

.frm-contacto input,
.frm-contacto textarea {
  border-radius: 0;
  font-family: 'Montserrat-Light', serif;
  font-size: 15px;


}

.frm-contacto input::placeholder,
.frm-contacto textarea::placeholder {
  font-family: 'Montserrat-Light', serif;
  font-size: 12px;

}

.itemproyectos:hover {
  background-color: #eeeeea;
}

/* The overlay effect - lays on top of the container and over the image */
.itemproyectos .overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.2);
  /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  height: 100%;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  z-index: 100;
}

/* When you mouse over the container, fade in the overlay title */
.itemproyectos .proythumb:hover .overlay {
  opacity: 1;
}


@media (max-width: 768px) {
  
  .testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
    line-height: 15px;
    letter-spacing: 1.5px;
    color: #000000;
    padding-left: 0;
    margin: 0;
    width: 95%;
    height: auto;
    border-radius: 0;
    cursor: pointer;
    opacity: 1;
    padding-right: 15px;
    border-bottom: 1px solid #dedede;
  }

}

.nav-item {
  font-family: "Montserrat-Light", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.navbar-shrink {
  margin-top: 0 !important;
  background-color: #222;
  border-bottom: none !important;
}

.brand-heading {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 34px;
}

.title {
  text-align: left;
  font-family: 'Montserrat-Bold', serif;
  font-size: 35px;
  line-height: 110%;
  margin-bottom: 15px;
}

.subtitle {
  text-align: left;
  font-family: 'Montserrat-Light', serif;
  font-size: 15px;
  line-height: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  #mainNav{
    background-color:#222;
  }
  #mainNav .navbar-toggler {
    font-size: 16px;
    padding: 11px;
    color: #fff;
  }
  .prague-loader .prague-loader-bar {
    width: 70%
  }
  .navbarlogog .header-logo,
  .navbarlogo .header-logo {
    /*background-image: url(../img/logos/logo-white.png);*/
    display: block;
  }
  
  .navbar-shrink{
    background-color: #222 !important;
    border-bottom: 1px solid rgba(0,0,0,.3)!important;
  }
  .home-srv-lists a {
    margin-right: 0;
    margin-bottom: 0;
    margin:10px;
  }
}

/*line-height: 125%;*/
p {
  font-family: 'Montserrat-Light', serif;
  font-size: 15px;
  line-height: 32px;
  margin: 0 0 25px;
}

.text-justify {
  text-align: justify;
}

.blog1-grid-wrapper {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.blog1-grid-wrapper .blog1-grid-img {
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.blog1-grid-wrapper .blog1-grid-content {
  position: relative;
  padding: 19px 30px;
  text-align: left;
}

.blog1-grid-wrapper .blog1-grid-date {
  text-align: left;
  position: relative;
  font-size: 12px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #111;
}

.blog1-grid-wrapper .blog1-grid-date::after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 30px;
  width: 1px;
  height: 60px;
  background-color: #111;
}

.blog1-grid-wrapper .blog1-grid-post-title {
  font-family: 'Montserrat-Bold', serif;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 32px;
  color: #111;
  text-align: center;
  font-size: 33px;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.blog1-grid-wrapper .blog1-grid-post-title a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.blog1-grid-wrapper .blog1-grid-post-title a:hover {
  color: inherit;
}

.blog1-grid-wrapper .blog1-grid-post-title:hover {
  /*opacity: 0.7;*/
  color: #007db8;
}

.blog1-grid-wrapper .blog1-grid-post-excerpt {
  margin-top: 23px;
  color: #222222;
}

.blog1-grid-wrapper .blog1-grid-post-excerpt p {
  text-align: justify;
  margin-bottom: 0;
}

.blog1-grid-wrapper .blog1-grid-post-excerpt a {
  font-size: 11px;
  line-height: 32px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-left: 15px;
  color: #111;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.blog1-grid-wrapper .blog1-grid-post-excerpt a:hover {
  /*opacity: 0.7;*/
  color: #007db8;
}

.blog1-grid-wrapper .blog1-grid-link {
  margin-top: 19px;
}

.blog1-grid-wrapper .blog1-grid-post-info .blog1-grid-post-category,
.blog1-grid-wrapper .blog1-grid-post-info .blog1-grid-post-tags {
  margin-top: 10px;
  text-align: left;
}

.blog1-grid-wrapper .blog1-grid-post-info .blog1-grid-post-category a,
.blog1-grid-wrapper .blog1-grid-post-info .blog1-grid-post-tags a {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  padding: 3px 5px;
  margin: 0;
  color: #111;
  background-color: transparent;
  -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

.blog1-grid-wrapper .blog1-grid-post-info .blog1-grid-post-category a:hover,
.blog1-grid-wrapper .blog1-grid-post-info .blog1-grid-post-tags a:hover {
  background-color: #007db8;
  ;
  color: #fff;
}

.a-btn-arrow-2 {
  position: relative;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 500;
  text-decoration: none;
  padding-right: 50px;
  color: #111;
}

.a-btn-arrow-2 .arrow-right {
  background-color: #111;
}

.a-btn-arrow-2 .arrow-right:after,
.a-btn-arrow-2 .arrow-right:before {
  background-color: #111;
}

.a-btn-arrow-2:focus,
.a-btn-arrow-2:hover {
  text-decoration: none;
  outline-color: transparent;
  color: #111;
}

.a-btn-arrow-2:focus .arrow-right,
.a-btn-arrow-2:hover .arrow-right {
  right: 0;
}

.arrow-right {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 10px;
  width: 31px;
  height: 1px;
  -webkit-transition: right 0.3s ease-in;
  transition: right 0.3s ease-in;
}

.arrow-right:after,
.arrow-right:before {
  position: absolute;
  display: block;
  right: 0;
  width: 6px;
  height: 1px;
  content: "";
}

.arrow-right:before {
  bottom: 1px;
  -webkit-transform: translateX(0) translateY(3px) rotate(-45deg);
  transform: translateX(0) translateY(3px) rotate(-45deg);
}

.arrow-right:after {
  top: 1px;
  -webkit-transform: translateX(0) translateY(-3px) rotate(45deg);
  transform: translateX(0) translateY(-3px) rotate(45deg);
}

.contact-section {
  color: #000;
  background-color: #fff;
  background-size: cover;
}

.services-home-section {
  color: #000000;
  background-color: transparent;
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment:fixed;
}

.post-detailed {
  position: relative;
  width: 100%;
  text-align: left;
}

.post-detailed .post-title {
  letter-spacing: 0.9px;
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Montserrat-Bold', serif;
  font-size: 32px;
  font-weight: normal;
}

.post-detailed .post-date {
  position: absolute;
  top: 50px;
  right: 0;
  font-size: 12px;
  line-height: 26px;
  font-weight: 300;
  color: #111;
}

.post-detailed .post-date:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 20px;
  width: 1px;
  height: 60px;
  background-color: #111;
}

.post-detailed .post-thumbnail {
  margin-top: 42px;
}

.post-detailed .post-thumbnail img {
  max-width: 100%;
}

.post-detailed .post-content-outer {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
}

.post-detailed .post-content {
  color: #222222;
}

.post-detailed .post-content .gallery {
  margin-bottom: 45px;
}

.post-detailed .post-content .gallery .gallery-item {
  padding: 27px 5px 15px;
}

.post-detailed .post-content h1,
.post-detailed .post-content h2,
.post-detailed .post-content h3,
.post-detailed .post-content h4,
.post-detailed .post-content h5,
.post-detailed .post-content h6 {
  margin-top: 42px;
  margin-bottom: 42px;
  color: #111;
}

.post-detailed .post-content p {
  margin-bottom: 32px;
}

.post-detailed .post-content p:empty {
  display: none;
}

.post-detailed .post-content p:not(.has-text-color) {
  color: #222222;
}

.post-detailed .post-content img {
  max-width: 100%;
}

.post-detailed .post-content ol,
.post-detailed .post-content ul {
  margin-bottom: 32px;
  margin-left: 20px;
}

.post-detailed .post-content ol ol,
.post-detailed .post-content ol ul,
.post-detailed .post-content ul ol,
.post-detailed .post-content ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

.post-detailed .post-content address,
.post-detailed .post-content dl,
.post-detailed .post-content table {
  margin-bottom: 32px;
}

.post-detailed .post-content .is-style-solid-color blockquote {
  text-align: left;
}

.post-detailed .post-content blockquote {
  text-align: center;
  font-style: normal;
  border-left: none;
  margin-bottom: 55px;
  padding: 0 20px;
}

.post-detailed .post-content blockquote:not(.has-text-color) {
  color: #111;
}

.post-detailed .post-content blockquote.has-text-color p {
  color: inherit !important;
}

.post-detailed .post-content blockquote p {
  position: relative;
  font-size: 33px;
  line-height: 40px;
  font-weight: 700;
  color: #111;
  padding: 78px 0 42px 0;
  margin-bottom: 0;
  z-index: 30;
}

.post-detailed .post-content blockquote p strong {
  font-size: inherit;
}

.post-detailed .post-content blockquote p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  border: 14px solid #f2f2f2;
  z-index: -1;
}

.post-detailed .post-content blockquote p:after {
  content: "\f10e";
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #111;
}

.post-detailed .post-content a {
  color: #111;
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.post-detailed .post-content a:hover {
  /*opacity: 0.5;*/
  color: #007db8;
  text-decoration: underline;
}

.post-detailed .post-content:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.post-detailed .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f2f2f2;
  margin-top: 60px;
  padding: 37px 50px 30px 50px;
}

.post-detailed .post-info .authot-info,
.post-detailed .post-info .share-icons {
  padding: 10px 0;
}

.post-detailed .post-info .authot-info .authot-label {
  position: relative;
  font-size: 11px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 2.2px;
  margin-bottom: 15px;
  color: #111;
}

.post-detailed .post-info .authot-info .authot-label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 15px);
  height: 1px;
  width: 50px;
  background-color: #111;
}

.post-detailed .post-info .authot-info .authot-name {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #222222;
}

.post-detailed .post-info .share-icons {
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

.post-detailed .post-info .share-icons .share-label {
  position: relative;
  font-size: 11px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 2.2px;
  margin-bottom: 15px;
  color: #111;
}

.post-detailed .post-info .share-icons .icon {
  padding: 0;
  border-radius: 0;
  width: 24px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #222222;
  background-color: transparent;
  -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

.post-detailed .post-info .share-icons .icon:hover {
  color: #fff;
  background-color: #007db8;
  ;
}

.chufani-sidebar .chufani-widget .chufani-title-w {
  font-size: 20px;
  line-height: 32px;
  color: #111;
  margin-top: 0;
  margin-bottom: 15px;
}

.chufani-sidebar .chufani-widget .chufani-title-w .rsswidget {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.chufani-sidebar .chufani-widget:not(:last-child) {
  margin-bottom: 30px;
}

.chufani-sidebar .widget_archive ul {
  list-style: none;
}

.chufani-sidebar .widget_archive ul li {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 1px;
  background-color: #f2f2f2;
  color: #222222;
}

.chufani-sidebar .widget_archive ul li a {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.chufani-sidebar .widget_archive ul li a:hover {
  /*opacity: 0.7;*/
  color: #007db8;
}

.chufani-sidebar .widget_archive select,
.chufani-sidebar .widget_categories select {
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  height: 40px;
  outline: 0;
  padding: 0 15px;
  background-color: #f2f2f2;
  color: #222222;
  border: 1px solid #222222;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.chufani-sidebar .widget_archive select option,
.chufani-sidebar .widget_categories select option {
  width: 100%;
  outline: 0;
}

.chufani-sidebar .widget_calendar .calendar_wrap {
  background-color: #f2f2f2;
  color: #222222;
  padding: 10px 15px;
}

.chufani-sidebar .widget_calendar .calendar_wrap table {
  border-collapse: collapse;
  border: 1px solid #111;
}

.chufani-sidebar .widget_calendar .calendar_wrap table caption {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  color: #111;
}

.chufani-sidebar .widget_calendar .calendar_wrap table td,
.chufani-sidebar .widget_calendar .calendar_wrap table th {
  text-align: center;
  padding: 2px;
  border: 1px solid #111;
}

.chufani-sidebar .widget_calendar .calendar_wrap table td#today,
.chufani-sidebar .widget_calendar .calendar_wrap table th#today {
  background-color: #fff;
}

.chufani-sidebar .widget_calendar .calendar_wrap table td a,
.chufani-sidebar .widget_calendar .calendar_wrap table th a {
  color: #111;
  opacity: 1;
  font-weight: 900;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.chufani-sidebar .widget_calendar .calendar_wrap table td:hover a,
.chufani-sidebar .widget_calendar .calendar_wrap table th:hover a {
  /*opacity: 0.7;*/
  color: #007db8;
}

.chufani-sidebar .widget_categories ul,
.chufani-sidebar .widget_meta ul,
.chufani-sidebar .widget_nav_menu ul,
.chufani-sidebar .widget_pages ul,
.chufani-sidebar .widget_recent_entries ul {
  list-style: none;
  margin-left: 0;
}

.chufani-sidebar .widget_categories ul li,
.chufani-sidebar .widget_meta ul li,
.chufani-sidebar .widget_nav_menu ul li,
.chufani-sidebar .widget_pages ul li,
.chufani-sidebar .widget_recent_entries ul li {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 1px;
  background-color: #f2f2f2;
  color: #222222;
}

.chufani-sidebar .widget_categories ul li a,
.chufani-sidebar .widget_meta ul li a,
.chufani-sidebar .widget_nav_menu ul li a,
.chufani-sidebar .widget_pages ul li a,
.chufani-sidebar .widget_recent_entries ul li a {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.chufani-sidebar .widget_categories ul li a:hover,
.chufani-sidebar .widget_meta ul li a:hover,
.chufani-sidebar .widget_nav_menu ul li a:hover,
.chufani-sidebar .widget_pages ul li a:hover,
.chufani-sidebar .widget_recent_entries ul li a:hover {
  /*opacity: 0.7;*/
  color: #007db8;
}

.chufani-sidebar .widget_categories .children,
.chufani-sidebar .widget_meta .children,
.chufani-sidebar .widget_nav_menu .children,
.chufani-sidebar .widget_pages .children,
.chufani-sidebar .widget_recent_entries .children {
  margin: 0;
}

.chufani-sidebar .widget_categories .children li,
.chufani-sidebar .widget_meta .children li,
.chufani-sidebar .widget_nav_menu .children li,
.chufani-sidebar .widget_pages .children li,
.chufani-sidebar .widget_recent_entries .children li {
  padding: 0 15px;
}

.chufani-sidebar .widget_categories .sub-menu,
.chufani-sidebar .widget_meta .sub-menu,
.chufani-sidebar .widget_nav_menu .sub-menu,
.chufani-sidebar .widget_pages .sub-menu,
.chufani-sidebar .widget_recent_entries .sub-menu {
  margin: 0;
  margin-left: 15px;
}

.chufani-sidebar .widget_categories .sub-menu li,
.chufani-sidebar .widget_meta .sub-menu li,
.chufani-sidebar .widget_nav_menu .sub-menu li,
.chufani-sidebar .widget_pages .sub-menu li,
.chufani-sidebar .widget_recent_entries .sub-menu li {
  padding: 0;
}

.chufani-sidebar .widget_recent_comments ul {
  list-style: none;
}

.chufani-sidebar .widget_recent_comments ul li {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 1px;
  background-color: #f2f2f2;
  color: #222222;
}

.chufani-sidebar .widget_recent_comments ul li a {
  color: #111;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.chufani-sidebar .widget_recent_comments ul li a:hover {
  /*opacity: 0.7;*/
  color: #007db8;
}

.chufani-sidebar .widget_recent_comments ul li span {
  padding-left: 5px;
}

.chufani-sidebar .widget_rss ul {
  list-style: none;
}

.chufani-sidebar .widget_rss ul li {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 1px;
  background-color: #f2f2f2;
  color: #222222;
}

.chufani-sidebar .widget_rss ul li a {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.chufani-sidebar .widget_rss ul li a:hover {
  /*opacity: 0.7;*/
  color: #007db8;
}

.chufani-sidebar .widget_rss ul li .rsswidget {
  color: #111;
  font-weight: 700;
}

.chufani-sidebar .widget_rss ul li .rss-date {
  display: block;
  margin-bottom: 10px;
  color: #111;
}

.chufani-sidebar .widget_rss ul li cite {
  display: inline-block;
  margin-top: 10px;
  color: #111;
}

.chufani-sidebar .widget_search form {
  position: relative;
  font-size: 12px;
  line-height: 26px;
  font-weight: 300;
}

.chufani-sidebar .widget_search form label {
  width: 100%;
}

.chufani-sidebar .widget_search form div {
  display: inline-block;
  position: relative;
}

.chufani-sidebar .widget_search form input[type="search"],
.chufani-sidebar .widget_search form input[type="text"] {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 26px;
  font-weight: 300;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: transparent;
  padding: 16px 25px;
  height: 57px;
  background-color: #f2f2f2;
  color: rgba(17, 17, 17, 0.5);
  -webkit-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
  transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
}

.chufani-sidebar .widget_search form input[type="search"]:focus,
.chufani-sidebar .widget_search form input[type="text"]:focus {
  background-color: #f2f2f2;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #111;
  color: #111;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.chufani-sidebar .widget_search form input[type="submit"] {
  font-size: 12px;
  line-height: 26px;
  font-weight: 300;
  height: 57px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  border-radius: 0;
}

.chufani-sidebar .widget_text .textwidget {
  background-color: #f2f2f2;
  color: #222222;
  padding: 10px 15px;
}

.chufani-sidebar .widget_text img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.chufani-sidebar .widget_text strong {
  font-weight: 700;
}

.chufani-sidebar .widget_text select {
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  height: 40px;
  outline: 0;
  padding: 0 15px;
  background-color: #f2f2f2;
  color: #222222;
  border: 1px solid #222222;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.chufani-sidebar .widget_text select option {
  width: 100%;
  outline: 0;
}

.chufani-sidebar .widget_tag_cloud a {
  border-radius: 0;
  border: 1px solid #111;
  color: #111;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.chufani-sidebar .widget_tag_cloud a:hover {
  background-color: #111;
  color: #fff;
}

.a-btn {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  /*font-weight: 500;*/
  display: inline-block;
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 46px;
  background-color: transparent;
  border: none;
  color: #fff;
  -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

.a-btn:after,
.a-btn:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.a-btn:after {
  top: 0;
  left: 0;
}

.a-btn:before {
  bottom: 0;
  right: 0;
}

.a-btn .a-btn-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.a-btn .a-btn-line:after,
.a-btn .a-btn-line:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  height: 1px;
  background-color: #fff;
}

.a-btn .a-btn-line:before {
  left: -11px;
}

.a-btn .a-btn-line:after {
  right: -11px;
}

.a-btn.simple:after,
.a-btn.simple:before {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
}

.a-btn.simple .a-btn-line:after,
.a-btn.simple .a-btn-line:before {
  width: 22px;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.intro-text .a-btn.creative.anima:before {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.a-btn.creative:after,
.a-btn.creative:before {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}

.a-btn.creative:after {
  -webkit-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
  transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
}

.a-btn.creative:before {
  -webkit-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
  transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
}

.a-btn.creative .a-btn-line:after,
.a-btn.creative .a-btn-line:before {
  width: 0;
  -webkit-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
  transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
}

.a-btn.creative.anima:after,
.a-btn.creative.anima:before {
  width: 100%;
  height: 100%;
}

.a-btn.creative.anima:after {
  border-top-color: #fff;
  border-right-color: #fff;
  -webkit-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.a-btn.creative.anima:before {
  border-bottom-color: #fff;
  border-left-color: #fff;
  -webkit-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
  transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
}

.a-btn.creative.anima .a-btn-line:after,
.a-btn.creative.anima .a-btn-line:before {
  width: 22px;
  -webkit-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
  transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
}

.a-btn:focus,
.a-btn:hover {
  color: #111;
  background-color: #fff;
  text-decoration: none;
}

.a-btn:focus .a-btn-line:after,
.a-btn:focus .a-btn-line:before,
.a-btn:hover .a-btn-line:after,
.a-btn:hover .a-btn-line:before {
  background-color: #111;
}

.a-btn-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 2px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 46px;
  background-color: transparent;
  border: none;
  color: #111;
  -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

.a-btn-2:after,
.a-btn-2:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.a-btn-2:after {
  top: 0;
  left: 0;
}

.a-btn-2:before {
  bottom: 0;
  right: 0;
}

.a-btn-2 .a-btn-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.a-btn-2 .a-btn-line:after,
.a-btn-2 .a-btn-line:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  height: 1px;
  background-color: #111;
}

.a-btn-2 .a-btn-line:before {
  left: -11px;
}

.a-btn-2 .a-btn-line:after {
  right: -11px;
}

.a-btn-2.simple:after,
.a-btn-2.simple:before {
  border: 1px solid #111;
  width: 100%;
  height: 100%;
}

.a-btn-2.simple .a-btn-line:after,
.a-btn-2.simple .a-btn-line:before {
  width: 22px;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.a-btn-2.creative:after,
.a-btn-2.creative:before {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}

.a-btn-2.creative:after {
  -webkit-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
  transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
}

.a-btn-2.creative:before {
  -webkit-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
  transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
}

.a-btn-2.creative .a-btn-line:after,
.a-btn-2.creative .a-btn-line:before {
  width: 0;
  -webkit-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
  transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
}

.a-btn-2.creative.anima:after,
.a-btn-2.creative.anima:before {
  width: 100%;
  height: 100%;
}

.a-btn-2.creative.anima:after {
  border-top-color: #111;
  border-right-color: #111;
  -webkit-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.a-btn-2.creative.anima:before {
  border-bottom-color: #111;
  border-left-color: #111;
  -webkit-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
  transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
}

.a-btn-2.creative.anima .a-btn-line:after,
.a-btn-2.creative.anima .a-btn-line:before {
  width: 22px;
  -webkit-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
  transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
}

.a-btn-2:focus,
.a-btn-2:hover {
  color: #fff;
  background-color: #111;
  text-decoration: none;
  outline-color: transparent;
}

.a-btn-2:focus .a-btn-line:after,
.a-btn-2:focus .a-btn-line:before,
.a-btn-2:hover .a-btn-line:after,
.a-btn-2:hover .a-btn-line:before {
  background-color: #fff;
}

.a-btn-arrow {
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 500;
  text-decoration: none;
  padding-right: 50px;
  color: #fff;
}

.a-btn-arrow .arrow-right {
  background-color: #fff;
}

.a-btn-arrow .arrow-right:after,
.a-btn-arrow .arrow-right:before {
  background-color: #fff;
}

.a-btn-arrow:focus,
.a-btn-arrow:hover {
  text-decoration: none;
  outline-color: transparent;
  color: #fff;
}

.a-btn-arrow:focus .arrow-right,
.a-btn-arrow:hover .arrow-right {
  right: 0;
}

.a-btn-arrow-2 {
  position: relative;
  display: inline-block;
  font-family: "Montserrat-Light", sans-serif;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 500;
  text-decoration: none;
  padding-right: 50px;
  color: #111;
}

.a-btn-arrow-2 .arrow-right {
  background-color: #111;
}

.a-btn-arrow-2 .arrow-right:after,
.a-btn-arrow-2 .arrow-right:before {
  background-color: #111;
}

.a-btn-arrow-2:focus,
.a-btn-arrow-2:hover {
  text-decoration: none;
  outline-color: transparent;
  color: #111;
}

.a-btn-arrow-2:focus .arrow-right,
.a-btn-arrow-2:hover .arrow-right {
  right: 0;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 13.5px 14px 12.5px;
  text-transform: uppercase;
}


/*Projects*/
/*padding: 36px 0;*/
.project-time-list-header {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 22px 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "Montserrat-Medium", sans-serif;
  background-color: transparent;
}

.project-time-list-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 51px);
  top: 51px;
  left: 0;
  border: 1px solid #ccc;
  z-index: 20;
}

/*line-height: 30px;*/
.project-time-list-header .time-list-header-col {
  position: relative;
  z-index: 30;
  font-size: 14px;
  font-weight: 300;
  line-height: 10px;
  letter-spacing: 1.8px;
  text-transform: capitalize;
  color: #7e7d7d;
  -webkit-transition: color 0.3s ease-in, padding 0.3s ease-in;
  transition: color 0.3s ease-in, padding 0.3s ease-in;
}

.project-time-list-header .time-list-header-col.first {
  text-align: center;
  width: 8.3%;
  padding-top: 25px;
}

.project-time-list-header .time-list-header-col.second {
  width: 22%;
  padding-top: 25px;
}

.project-time-list-header .time-list-header-col.third {
  width: 45%;
  padding-top: 25px;
}

.project-time-list-header .time-list-header-col.fourth {
  width: 25%;
  padding-top: 25px;
}

.project-time-list-header .time-list-header-col.active span {
  color: #111;
  padding-left: 20px;
}

.project-time-list-header .time-list-header-col.active span:before {
  opacity: 1;
  visibility: visible;
}

.project-time-list-header .time-list-header-col span {
  position: relative;
  padding: 0 10px;
  cursor: pointer;
  background-color: #fff;
  color: #7e7d7d;
  -webkit-transition: color 0.3s ease-in, padding 0.3s ease-in;
  transition: color 0.3s ease-in, padding 0.3s ease-in;
}

.project-time-list-header .time-list-header-col span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid #111;
  border-right: 5px solid transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

.project-time-list-item {
  width: 100%;
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 8px 0;
  margin-bottom: 0px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #dddddd;
  font-family: Montserrat, sans-serif;
}

.project-time-list-item:hover {
  background-color: #dddddd;
}

.project-time-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.project-time-list-item:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.project-time-list-item .time-list-item-col {
  padding-left: 10px;
}

.project-time-list-item .time-list-item-col.cat1 {
  text-align: center;
  width: 8.3%;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 4.5px;
  font-weight: 300;
  color: #111;
}

.project-time-list-item .time-list-item-col.name {
  width: 22%;
  text-align: center;
}

.project-time-list-item .time-list-item-col.name .time-list-item-title {
  font-size: 27px;
  line-height: 32px;
  color: #111;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  font-family: "Montserrat-ExtraLight", serif;
}

.project-time-list-item .time-list-item-col.name .time-list-item-title a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.project-time-list-item .time-list-item-col.name .time-list-item-title a:hover {
  color: inherit;
}

.project-time-list-item .time-list-item-col.name .time-list-item-title:hover {
  opacity: 0.7;
}

.project-time-list-item .time-list-item-col.cat3 {
  font-size: 17px;
  font-family: 'Montserrat-Light', serif;
  line-height: 32px;
  color: #7e7d7d;
}

.project-time-list-item .time-list-item-col.cat3 {
  width: 45%;
}

.project-time-list-item .time-list-item-col.cat4 {
  width: 25%;
  font-size: 15px;
  font-family: 'Montserrat-ExtraLight', serif;
  line-height: 32px;
  color: #7e7d7d;
}

/* Filosofia */
.testimonials-wrapper {
  position: relative;
  padding: 17px 70px 85px 33%;
}
.testimonials-swiper{
  height: 650px;
  overflow:hidden;
}

.testimonials-wrapper.no-figure {
  padding: 17px 0 40px 33%;
}

.testimonials-wrapper.no-figure .testimonials-pagination-wrapper {
  height: calc(100% - 10px);
}

.testimonials-wrapper .testimonials-swiper {
  position: static;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
  z-index: 20;
}

.testimonials-wrapper .testimonials-swiper .swiper-wrapper {
  background-color: #fff;
}

.testimonials-wrapper .testimonials-pagination-wrapper {
  position: absolute;
  top: 0;
  height: calc(100% - 85px);
  left: 0;
  width: 30%;
}

.testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination {
  max-width: 260px;
  top: 0;
  right: auto;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 17px);
  top: 17px;
  left: 1px;
  border: 1px solid #ccc;
  border-left: none;
  z-index: -1;
}

.testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  font-family: "Montserrat-Light", sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  /*font-weight: 300;*/
  color: #000000;
  padding-left: 0;
  margin: 0;
  width: 95%;
  height: auto;
  border-radius: 0;
  cursor: pointer;
  opacity: 1;
  padding-right: 15px;
  background-color: #fff;
  border-bottom: 1px solid #dedede;
  -webkit-transition: color 0.3s ease-in, padding-left 0.3s ease-in;
  transition: color 0.3s ease-in, padding-left 0.3s ease-in;
}

.testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination .swiper-pagination-bullet:before,
.certtitle:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  width: 0;
  border-top: 5px solid #111;
  border-right: 5px solid transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

.testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #007cc0;
  padding-left: 10px;
  font-family: 'Montserrat-Light', serif;
  font-size: 15px;
}

.testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
  visibility: visible;
}

.testimonials-wrapper .testimonials-item {
  background-color: #fff;
  padding: 40px 50px 48px 50px;
  width: 100%;
  font-family: 'Montserrat-Light', serif;
  font-size: 20px;
}

.testimonials-wrapper .testimonials-item .testimonials-icon {
  font-size: 22px;
  margin-bottom: 42px;
  color: #111;
}

.testimonials-wrapper .testimonials-item .testimonials-description {
  border-left: none;
  margin-bottom: 22px;
  padding: 0;
  font-family: 'Montserrat-ExtraLight', serif;
  font-size: 20px;
}

.testimonials-wrapper .testimonials-item .testimonials-description p {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat-ExtraLight', serif;
  font-size: 18px;
  font-style: normal;
}

.testimonials-wrapper .testimonials-item .testimonials-author {
  position: relative;
  text-transform: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Montserrat-ExtraBold', serif;
  font-size: 16px;
}

.testimonials-wrapper .figures {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 370px;
  height: 370px;
  z-index: -1;
}

.testimonials-wrapper .figures svg circle,
.testimonials-wrapper .figures svg polygon {
  fill: #f2f2f2;
}
.redes-footer{
  text-align: right;
}
.footer-logo{
  max-width: 150px;
  box-sizing: border-box;
}
.icon-footer{
  position: absolute;
  left: 1em;
  top: .5em;
  font-size: 1em;
}
.element-footer{
  border-left: 1px solid white;
}
.bajo{
  text-align: left;
}
.clientes-footer{
  text-align: left;
  margin-top: 20px;
}
.clientes-footer img {
  height: 50px;
  margin-right: 10px;
}
.clientes-footer img:last-child {
  margin-right: auto;
}
.clientes-footer img:nth-child(5){
  height: 32px;
}

.menu-footer{
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  line-height: 23px;
}
.mostrar{
  display: none;
}
.bajo .footer-equilibrio:first-child {
  text-align: left;
}
.bajo .footer-equilibrio:last-child {
  text-align: right;
}
.mensaje-contacto{
  background-color: #30b830c4;
  color:#ffffff;
  text-align: center;
}
.mensaje-contacto.error{
  background-color: #c68722c4;
  color:#ffffff;
  text-align: center;
}
.mensaje-contacto p{
  margin-bottom: 1em;
}

@media (min-width: 319px) {
  #homelogo {
    z-index: 10 !important;
    width: 80%;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .hometitulo {
    margin: 0 0 15px;
    z-index: 10 !important;
    font-size: 20px !important;
  }

  .homesubtitulo {
    z-index: 10 !important;
    font-family: 'Montserrat-Light', serif;
    line-height: 25px;
    font-size: 12px;
    color: rgb(255, 255, 255);

  }

  .homesubtitulo2 {
    z-index: 10 !important;
    font-family: 'Montserrat-Light', serif;
    line-height: 25px;
    font-size: 12px;
    color: rgb(255, 255, 255);
  }

  .scrollhome {
    display: none;
  }

  .homeheader {
    margin-top: 10px;
  }

  .lineaheader {
    padding: 150px 0 50px 0px;
  }

  .lineaheader .titulo,
  .culturaheader .titulo {
    margin-top: 30px;
    font-family: 'Montserrat-Bold', serif;
    font-size: 20px !important;
    text-transform: none;
    margin-bottom: 30px;
  }

  .lineaheader2 {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .linea {
    padding-top: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
  }


  .homecontenido1 {
    padding-top: 0px;
  }

  .homecontenido1 .title {
    font-size: 28px !important;
  }

  .homecontacto {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .home-srv-lists {
    padding-left: 30px !important;
  }

  .itemculturatitulo {
    line-height: 23px;
    font-family: 'Montserrat-Bold', serif;
    font-size: 20px;
    color: #010101;
  }

  .itembiostratotexto {
    line-height: 22px;
    font-family: 'Montserrat-Light', serif;
    font-size: 15px;
  }

  .itembiostratonum {
    margin-top: 40px;
    color: #9d9d9c;
    font-family: 'Montserrat-SemiBold', serif;
    font-size: 55px;
    position: relative;
  }

  .grupochufaniimg {
    float: left;
    width: 250px;
    height: auto;
  }

  .overviewtitulo {
    font-family: 'Montserrat-Bold', serif;
    font-size: 22px;
    color: #111334;
  }
}
.blink {
  animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker {  
  from { opacity: 1;
    text-shadow: 0px 0px 3px #e6720c;
   }
  to { opacity: 0.5; 
    text-shadow: 0px 0px 3px white;}
}



@media (min-width: 768px) {

  #homelogo {
    z-index: 10 !important;
    width: 340px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .hometitulo {
    margin: 0 0 15px;
    z-index: 10 !important;
  }

  .mastheadhome,
  .lineamasthead,
  .chufanimasthead,
  .serviciosmasthead,
  .contratistahead {
    /*padding: 200px 0 !important;*/
    height: 100%;
    padding: 0;
    
  }

  .homesubtitulo {
    z-index: 10 !important;
    font-family: 'Montserrat-Light', serif;
    line-height: 25px;
    font-size: 15px;
    color: rgb(255, 255, 255);
  }

  .homesubtitulo2 {
    z-index: 10 !important;
    font-family: 'Montserrat-Light', serif;
    line-height: 25px;
    font-size: 15px;
    color: rgb(255, 255, 255);
  }

  .homeheader {
    margin-top: 100px;
  }

  .lineaheader {
    padding-top: 130px;
  }

  .lineaheader .titulo {
    margin-top: 60px;
    font-family: 'Montserrat-Bold', serif;
    font-size: 50px !important;
    text-transform: none;
    margin-bottom: 60px;
  }

  .lineaheader2 {
    margin-top: 90px;
    margin-bottom: 0px;
  }

  .linea {
    padding-top: 80px;
    margin-top: 120px;
    margin-bottom: 30px;
  }

  .homecontenido1 {
    padding-top: 150px;
  }

  .homecontenido1 .title {
    font-size: 35px !important;
  }

  .homecontacto {
    padding-top: 300px;
    padding-bottom: 50px;
  }

  .masthead .intro-body .brand-heading {
    font-family: 'Montserrat-Bold',serif;
    font-size: 34px;
    text-transform: none;
  }

  .itemculturatitulo {
    line-height: 38px;
    font-family: 'Montserrat-Bold', serif;
    font-size: 35px;
    color: #010101;
  }

  .itembiostratonum {
    margin-top: 40px;
    color: #9d9d9c;
    font-family: 'Montserrat-SemiBold', serif;
    font-size: 105px;
    position: relative;
  }

  .grupochufaniimg {
    float: left;
    margin-left: 5px;
    width: 290px;
    height: auto;
    margin-top: 10px;
  }

  .overviewtitulo {
    font-family: 'Montserrat-Bold', serif;
    font-size: 35px;
    color: #111334;
  }
  .services-home-section {
    color: #000000;
    background-color: transparent;
    background-size: 100% auto;
    background-position: center;
    background-attachment: unset;
  }
}

@media (max-width: 996px) {
  .testimonials-swiper{
    height: 750px;
  }
  .testimonials-wrapper.no-figure, .testimonials-wrapper.no-figure{
    padding: 0;
  }
  .submenu{
    display: none;
  }
  .swiper-pagination-bullet{
    margin-top: 0;
    padding: 0;
  }
  .testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination .swiper-pagination-bullet{
    margin: 0 !important;
  }
  .testimonials-wrapper.no-figure .testimonials-pagination-wrapper{
    background-color:white;
    padding-top:36px;
  }
  .testimonials-wrapper .testimonials-pagination-wrapper .swiper-pagination:after{
    content:"";
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border: none;
    border-left: none;
    z-index: auto;
  }
  .testimonials-wrapper .testimonials-swiper .swiper-wrapper{
    padding-left:30%;
    box-sizing: border-box;
  }
  .nav-submenu{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .clientes-footer img {
    height: 45px;
  }
  .clientes-footer img:nth-child(5){
    height: 30px;
  }
}
@media (max-width: 811px){
  .mostrar {
      display: block;
    }
}

@media (max-width: 764px) {
  
  .testimonials-wrapper.no-figure .testimonials-pagination-wrapper{
    display: none;
  }
  .testimonials-wrapper .testimonials-swiper .swiper-wrapper{
    padding-left:0;
    box-sizing: border-box;
  }
  .testimonials-wrapper .swiper-slider{
    text-align: center;
  }
  .testimonials-wrapper .testimonials-item .testimonials-description p {
      max-width: 630px;
      font-size: 14px;
  }
  .brand-heading{
    font-size: 23px !important;
  }
  .footer-logo{
    width: 60%;
    margin: 0 20%;
    box-sizing: border-box;
  }
  .toHide{
    display: none;
  }
  .redes-footer{
    text-align: center;
  }
  .contenedor-footer{
    display: grid;
  }
  .clientes-footer{
    text-align: center;
    margin: 20px 0;
  }
  .home-srv-lists {
    padding-left:0  25% ;
  }
  .alto{
    order: 3;
  }
  .bajo{
    order: 2;
  }
  .bajo .footer-equilibrio{
    text-align: center !important;
  }
  .container-footer-movil{
    display: grid;
  }
  .navbar-nav .dropdown-menu,
  .nav-submenu .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.40) !important;
  }
  .post-detailed .post-date {
    position: relative;
    top: auto;
    right: auto;
  }
  .post-detailed .post-date:after {
    display: none;
  }
  
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .scrollhome {
    display: block;
  }
  #mainNav{
    padding-top: 40px;
  }
  .nav-submenu{
    display: none;
  }
  
}

@media (max-width:568px){
  .navbarlogo .header-logo, 
  .navbarlogog .header-logo {
  height: 32px;
    width: 171px;
  }
  .nav-submenu .nav-link{
    padding: 0 2px;
  }
  .lineaheader {
    padding: 100px 0 30px 0px;
  }
  .services-home-section {
    background-size: auto 100%;
  }
}
@media (max-width:363px){
  .navbarlogo .header-logo, 
  .navbarlogog .header-logo {
    height: 32px;
    width: 33px;
  }
}


@media (max-width: 1200px) {
  .toHide-lg{
    display:none;
  }
}
@media (min-width:1000px) and (max-width:1200px){
  .nav-item {
    font-size: 12px;
  }
}