@charset "UTF-8";
/*$primary-color: #c27a0d;
$secondary-color: #0c2b4b;
$white-color: #ffffff;
$heading-color: #111111;
$para-color: #5C5C5C;
$black-color: #000000;
$heading-color-2: #323232;
$normal-color: #1c1c1c;
$background: #f5f5f5;
$background-2: #f2f2f2;*/
@font-face {
  font-family: 'Geomanist Black';
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/geomanist/geomanist-regular-webfont9.ttf"); }

@font-face {
  font-family: 'Geomanist ExtraBold';
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/geomanist/geomanist-regular-webfont8.ttf"); }

@font-face {
  font-family: 'Geomanist Bold';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/geomanist/geomanist-regular-webfont7.ttf"); }

@font-face {
  font-family: 'Geomanist SemiBold';
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/geomanist/geomanist-regular-webfont6.ttf"); }

@font-face {
  font-family: 'Geomanist Medium';
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/geomanist/geomanist-regular-webfont5.ttf"); }

@font-face {
  font-family: 'Geomanist Regular';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/geomanist/geomanist-regular-webfont4.ttf"); }

@font-face {
  font-family: 'Geomanist Light';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/geomanist/geomanist-regular-webfont3.ttf"); }

@font-face {
  font-family: 'Geomanist ExtraLight';
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/geomanist/geomanist-regular-webfont2.ttf"); }

@font-face {
  font-family: 'Geomanist Thin';
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/geomanist/geomanist-regular-webfont.ttf"); }

/******************************************************************
  Theme Name: Staging
  Description: Staging bootstrap tamplate
  Author: Colorib
  Author URI: https://www.colorib.com//
  Version: 1.0
  Created: Colorib
******************************************************************/
/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Banner Section
6.  Product Section
7.  Intagram Section
8.  Latest Section
9.  Contact
10.  Footer Style
-------------------------------------------------------------------*/
/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
html,
body {
  height: 100%;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
  font-family: 'Oswald', sans-serif; }

h1 {
  font-size: 70px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p {
  font-size: 1.1rem;
  font-family: 'Poppins', sans-serif;
  color: #707070;
  font-weight: 400;
  line-height: 1.8rem;
  margin: 0 0 15px 0; }

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none; }

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #ffffff; }

ul,
ol {
  padding: 0;
  margin: 0; }

ul li i {
  margin-right: 5px; }

/*---------------------
  Helper CSS
-----------------------*/
.text-primary {
  color: #c27a0d !important; }

.section-title {
  margin-bottom: 40px; }
  .section-title span {
    color: #c27a0d;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 12px; }
  .section-title h2 {
    font-size: 42px;
    color: #e4e4e4;
    line-height: 50px;
    text-transform: uppercase; }

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.spad {
  padding-top: 100px;
  padding-bottom: 100px; }

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff; }

/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 50px;
  color: #ffffff;
  position: relative;
  outline: none; }
  .primary-btn:focus {
    box-shadow: none; }
  .primary-btn:hover {
    color: #c27a0d; }
  .primary-btn.normal-btn {
    color: #e4e4e4; }
    .primary-btn.normal-btn:before {
      border-color: #c4c4c4; }
    .primary-btn.normal-btn:after {
      border-color: #c4c4c4; }
  .primary-btn:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 28px;
    width: 28px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-radius: 0 0 0 4px;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s; }
  .primary-btn:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 28px;
    width: 28px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-radius: 0 4px 0 0;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s; }
  .primary-btn:hover:before {
    height: 100%;
    width: 100%;
    border-radius: 4px; }
  .primary-btn:hover:after {
    height: 100%;
    width: 100%;
    border-radius: 4px; }

.site-btn {
  font-size: 16px;
  color: #ffffff;
  background: #c27a0d;
  font-weight: 600;
  border: none;
  display: inline-block;
  padding: 14px 36px; }

.ef-circle {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: grey; }
  .ef-circle.films {
    background-color: red; }
  .ef-circle.home {
    background-color: red; }

.ef-films-color {
  color: red !important; }

.ef-home-color {
  color: red !important; }

.justify {
  text-align: justify; }

.btn.ef-home {
  background-color: red;
  color: white;
  border: 0;
  border-radius: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-top: 20px; }

/* Preloder */
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000; }

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite; }

/*SCROLL*/
/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #000; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #555; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #222; }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent; }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent; } }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent; }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent; }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent; } }

.primary-style {
  font-size: 2rem;
  font-weight: 700;
  color: #c27a0d; }

.whatsapp-footer {
  position: fixed;
  z-index: 99999;
  position: fixed;
  z-index: 9999999;
  bottom: 30px;
  right: 30px;
  width: 40px;
  transition: all 1s ease;
  z-index: 9; }
  .whatsapp-footer:hover {
    transform: scale(1.2); }

.bg-primary {
  background-color: #000000 !important;
  color: #ffffff; }

.bg-secondary {
  background-color: #111111 !important;
  color: #ffffff; }

.bg-gray-0 {
  background-color: #000; }

.bg-gray-1 {
  background-color: #030303; }

.bg-gray-2 {
  background-color: #060606; }

.bg-gray-3 {
  background-color: #0a0a0a; }

.bg-gray-4 {
  background-color: #111; }

.modal {
  top: 15%; }

.modal-dialog {
  max-width: 320px; }
  @media (min-width: 376px) {
    .modal-dialog {
      max-width: 420px;
      height: 300px; } }
  @media (min-width: 676px) {
    .modal-dialog {
      max-width: 620px; } }
  @media (min-width: 976px) {
    .modal-dialog {
      max-width: 920px; } }
  .modal-dialog .modal-body {
    background: #111111; }

/*---------------------
  Header
-----------------------*/
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 0;
  height: 60px; }
  .header.header-normal {
    position: relative;
    padding: 30px 0 30px; }
  .header.fixed {
    position: fixed;
    background: black;
    top: 0;
    width: 100%;
    display: block;
    padding: 10px;
    z-index: 999; }
    .header.fixed .header__logo {
      position: relative;
      top: -25px;
      color: white; }

.header__logo {
  color: white;
  font-size: 1.5rem; }
  .header__logo .dot {
    color: red;
    -webkit-animation: rec 1s infinite;
    animation: rec 1s infinite;
    font-size: 3rem; }
  .header__logo a {
    display: inline-block;
    color: white; }
  @media (max-width: 426px) {
    .header__logo {
      font-size: 1rem; } }

.header__menu {
  text-align: center;
  position: relative; }
  .header__menu ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 40px; }
    .header__menu ul li.active a:after {
      -webkit-transform: scale(1);
      transform: scale(1); }
    .header__menu ul li:hover a:after {
      -webkit-transform: scale(1);
      transform: scale(1); }
    .header__menu ul li:hover .dropdown {
      top: 32px;
      opacity: 1;
      visibility: visible; }
    .header__menu ul li:last-child {
      margin-right: 0; }
    .header__menu ul li .dropdown {
      position: absolute;
      left: 0;
      top: 62px;
      width: 140px;
      background: #ffffff;
      text-align: left;
      padding: 5px 0;
      z-index: 9;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all, 0.3s;
      -moz-transition: all, 0.3s;
      -ms-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      transition: all, 0.3s; }
      .header__menu ul li .dropdown li {
        display: block;
        margin-right: 0; }
        .header__menu ul li .dropdown li a {
          font-size: 14px;
          color: #e4e4e4;
          font-weight: 400;
          padding: 5px 20px;
          text-transform: capitalize; }
          .header__menu ul li .dropdown li a:after {
            display: none; }
    .header__menu ul li a {
      font-size: 15px;
      color: #ffffff;
      display: block;
      font-weight: 600;
      padding: 5px 0;
      position: relative; }
      .header__menu ul li a:after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 100%;
        background: #c27a0d;
        content: "";
        -webkit-transition: all, 0.4s;
        -moz-transition: all, 0.4s;
        -ms-transition: all, 0.4s;
        -o-transition: all, 0.4s;
        transition: all, 0.4s;
        -webkit-transform: scale(0);
        transform: scale(0); }

.header__widget {
  text-align: right; }
  .header__widget span {
    font-size: 14px;
    font-family: 'Aldrich', sans-serif;
    color: #b7b7b7;
    display: block;
    margin-bottom: 10px; }
  .header__widget h4 {
    font-size: 22px;
    color: #c27a0d; }

.offcanvas-menu-wrapper {
  display: none; }

.canvas__open {
  display: none; }

.show {
  display: block; }

.hide {
  display: none; }

.alojamientos-text {
  color: #04ae91 !important; }

/*---------------------
  Hero
-----------------------*/
.hero {
  position: relative; }

.hero__items {
  height: 960px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center; }

.hero__text {
  max-width: 820px;
  text-align: center; }
  .hero__text h2 {
    color: #ffffff;
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 45px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s; }
  .hero__text .primary-btn {
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 0.6s;
    -moz-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s; }
  .hero__text .more_btn {
    font-size: 14px;
    color: #b7b7b7;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 55px; }
  .hero__text .hero__social {
    position: absolute;
    right: 145px;
    bottom: 55px; }
    .hero__text .hero__social a {
      display: inline-block;
      font-size: 18px;
      color: #ffffff;
      margin-right: 36px;
      -webkit-transition: all, 0.3s;
      -moz-transition: all, 0.3s;
      -ms-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      transition: all, 0.3s; }
      .hero__text .hero__social a:hover {
        color: #c27a0d; }
      .hero__text .hero__social a:last-child {
        margin-right: 0; }

.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
  top: 0;
  opacity: 1; }

.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
  top: 0;
  opacity: 1; }

.hero__slider.owl-carousel .owl-dots {
  display: none; }

.hero__slider.owl-carousel .owl-nav button {
  font-size: 28px;
  color: #ffffff;
  position: absolute;
  left: 145px;
  top: 50%;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-top: -25px; }
  .hero__slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 145px; }
  .hero__slider.owl-carousel .owl-nav button:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    width: 20px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-radius: 0 0 0 4px;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s; }
  .hero__slider.owl-carousel .owl-nav button:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-radius: 0 4px 0 0;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s; }
  .hero__slider.owl-carousel .owl-nav button:hover:before {
    height: 100%;
    width: 100%;
    border-radius: 4px; }
  .hero__slider.owl-carousel .owl-nav button:hover:after {
    height: 100%;
    width: 100%;
    border-radius: 4px; }

.slide-num {
  position: absolute;
  left: 145px;
  bottom: 55px;
  z-index: 9; }
  .slide-num span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    margin-right: 140px; }
    .slide-num span:last-child {
      margin-right: 0; }

.slider__progress {
  width: 100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 180px;
  bottom: 67px;
  z-index: 9; }
  .slider__progress span {
    background: #ffffff;
    height: 2px;
    display: block;
    -webkit-transition: all, 0.4s;
    -moz-transition: all, 0.4s;
    -ms-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
    position: relative;
    top: -1px; }

/*---------------------
  Landing
-----------------------*/
.landing-text {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center; }

.landing {
  overflow: hidden;
  display: flex;
  display: flex;
  text-align: center;
  align-items: center;
  position: relative;
  height: 100vh; }
  .landing .overlay {
    position: absolute;
    display: block;
    width: 100vw;
    height: 100vh;
    background: radial-gradient(farthest-side at bottom left, #0000007a, #00000077), radial-gradient(farthest-corner at bottom right, #0000006f, #00000038 100vh);
    z-index: 8; }
  .landing #video_background, .landing #video_background_mobile {
    display: initial;
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: -1000;
    -o-object-fit: cover;
    object-fit: cover; }
  @media only screen and (max-width: 480px) {
    .landing #video_background {
      display: none; }
    .landing #video_background-mobile {
      display: block !important;
      width: 120%; } }
  .landing__content .words {
    color: white;
    /* Fallback: assume this color ON TOP of image */
    font-size: 5rem;
    letter-spacing: 15px; }
  .landing__content h5 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 10;
    position: relative;
    font-weight: 200; }
  .landing__content h3 {
    color: white;
    font-size: 5rem;
    line-height: 5.5rem;
    font-weight: 300;
    letter-spacing: 3px;
    z-index: 10;
    position: relative;
    font-weight: 700; }
  .landing__content a {
    margin-top: 50px; }
  @media (max-width: 995px) {
    .landing__content {
      /*.words {
                font-size: 2rem;
                margin-bottom: 60px;
                letter-spacing: 2px;

                .dot {
                    font-size: 1rem;
                }
            }*/ }
      .landing__content h5 {
        font-size: 1.2rem;
        line-height: 2.5rem; }
      .landing__content h3 {
        font-size: 3rem;
        line-height: 3rem; } }
  @media (max-width: 425px) {
    .landing__content {
      padding: 0px; }
      .landing__content h5 {
        font-size: 1.8rem;
        line-height: 7rem; }
      .landing__content h3 {
        font-size: 3rem;
        line-height: 3rem; } }
  .landing__redes {
    color: white;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 96%;
    z-index: 9; }
    @media screen and (max-width: 500px) {
      .landing__redes {
        display: none; } }
    .landing__redes a {
      color: white;
      margin-bottom: 25px; }
      .landing__redes a span {
        font-size: 1.5rem; }
      .landing__redes a:hover {
        color: #c27a0d; }
  .landing__redes--mobile {
    margin-top: 20px;
    color: white;
    display: flex;
    z-index: 9; }
    .landing__redes--mobile a {
      margin-right: 25px;
      color: white; }
  .landing__conocenos {
    color: white;
    position: absolute;
    left: 45%;
    top: 90%;
    display: flex;
    z-index: 9999; }
    @media screen and (max-width: 500px) {
      .landing__conocenos {
        left: 28%; } }
    .landing__conocenos i {
      animation: rec 2s infinite;
      font-size: 1rem;
      position: relative;
      top: 2px; }
      @media screen and (max-width: 500px) {
        .landing__conocenos i {
          font-size: 1rem; } }
    .landing__conocenos h6 {
      color: white;
      margin-left: 8px;
      letter-spacing: 1px;
      font-size: 1.2rem;
      top: -1px;
      position: relative; }
      @media screen and (max-width: 500px) {
        .landing__conocenos h6 {
          left: 28%;
          font-size: 1rem; } }

@keyframes rec {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*---------------------
  Project Slider
-----------------------*/
.project {
  background-color: #060606;
  overflow: hidden; }
  .project .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .project .container-fluid .col-lg-3 {
      padding-right: 0;
      padding-left: 0; }
  .project .project__slider .overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3); }

.project__slider__item {
  height: 600px;
  position: relative;
  overflow: hidden;
  /*&.bg-1 {
    background-image: url('/img/services/publicity.jpg');
  }

  &.bg-2 {
    background-image: url('/img/services/videoclip-2.jpg');
    background-position-x: center;
  }

  &.bg-3 {
    background-image: url('/img/services/agency.jpg');
  }
  
  &.bg-4 {
    background-image: url('/img/services/product-2.jpg');
  }*/ }
  .project__slider__item.bg {
    transition: all .5s;
    background-size: cover; }
  .project__slider__item.bg-1 {
    background-image: url("/img/services/arq.jpg");
    background-position: 55%; }
  .project__slider__item.bg-2 {
    background-image: url("/img/services/realestate-2.jpg");
    background-position-x: center; }
  .project__slider__item.bg-3 {
    background-image: url("/img/services/desarrollos.jpg");
    background-position: 20%; }
  .project__slider__item.bg-4 {
    background-image: url("/img/services/hotel-4.jpg");
    background-position-x: center; }
  .project__slider__item::after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
    @media only screen and (max-width: 500px) {
      .project__slider__item::after {
        background-color: rgba(0, 0, 0, 0.6); } }
  .project__slider__item:hover {
    transition: all .5s;
    transform: scale(1.1); }
    .project__slider__item:hover .project__slider__item__hover {
      bottom: 30px; }
      .project__slider__item:hover .project__slider__item__hover span {
        left: 0; }
      .project__slider__item:hover .project__slider__item__hover h5 {
        right: 0; }
      .project__slider__item:hover .project__slider__item__hover .btn-center {
        margin-bottom: 85px; }
      @media only screen and (max-width: 500px) {
        .project__slider__item:hover .project__slider__item__hover {
          bottom: 130px;
          overflow: initial; }
          .project__slider__item:hover .project__slider__item__hover .btn-center {
            margin-bottom: 0px; }
          .project__slider__item:hover .project__slider__item__hover a {
            margin-bottom: 0; }
          .project__slider__item:hover .project__slider__item__hover span {
            top: 100px;
            left: 0px !important; }
          .project__slider__item:hover .project__slider__item__hover h5 {
            top: 100px;
            left: 0; } }

.project__slider.owl-carousel .col-lg-3 {
  max-width: 100%; }

.project__slider.owl-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  font-size: 28px;
  color: #e4e4e4;
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -25px;
  line-height: 54px;
  text-align: center; }
  .project__slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 35px; }

.project__slider__item p {
  position: absolute;
  z-index: 999;
  color: #c27a0d;
  font-weight: 400;
  font-size: 5rem;
  top: 60px;
  left: 30px; }

.project__slider__item__hover {
  text-align: center;
  position: absolute;
  left: 25px;
  bottom: -500px;
  width: calc(100% - 50px);
  padding: 25px 15px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  overflow: hidden; }
  .project__slider__item__hover a {
    color: white; }
    .project__slider__item__hover a:hover {
      color: #c27a0d; }
  @media only screen and (max-width: 500px) {
    .project__slider__item__hover {
      bottom: 130px;
      overflow: initial; }
      .project__slider__item__hover a {
        margin-bottom: 0;
        color: #c27a0d; }
      .project__slider__item__hover span {
        top: 100px;
        left: 0px !important; }
      .project__slider__item__hover h5 {
        top: 100px;
        left: 0; } }
  .project__slider__item__hover span {
    color: #c27a0d;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    position: relative;
    left: 30px;
    -webkit-transition: all, 1s;
    -moz-transition: all, 1s;
    -ms-transition: all, 1s;
    -o-transition: all, 1s;
    transition: all, 1s; }
  .project__slider__item__hover h5 {
    color: #e4e4e4;
    font-size: 2.7rem;
    text-transform: uppercase;
    position: relative;
    right: 30px;
    -webkit-transition: all, 1s;
    -moz-transition: all, 1s;
    -ms-transition: all, 1s;
    -o-transition: all, 1s;
    transition: all, 1s; }

/*---------------------
  Testimonial
-----------------------*/
.testimonial {
  overflow: initial;
  position: relative; }
  .testimonial .vertical {
    position: absolute;
    color: #141414;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 22rem;
    font-weight: 500;
    left: -122px;
    top: -727px;
    z-index: 0; }
    @media screen and (max-width: 1366px) {
      .testimonial .vertical {
        left: -105px;
        font-size: 16rem; } }
    @media screen and (max-width: 992px) {
      .testimonial .vertical {
        display: none; } }
    @media screen and (max-width: 430px) {
      .testimonial .vertical {
        display: none; } }
    .testimonial .vertical .dot-background {
      color: #200909; }
  .testimonial .container {
    position: relative; }
  .testimonial .container-list-whatsapp {
    background: #131c21;
    color: #d6d7d9; }
    .testimonial .container-list-whatsapp .header-ws {
      padding: 10px 20px;
      background-color: #2A2F32;
      display: flex; }
      .testimonial .container-list-whatsapp .header-ws .container-img {
        object-fit: fill;
        margin-right: 10px; }
        .testimonial .container-list-whatsapp .header-ws .container-img img {
          height: 43px;
          width: 43px;
          border-radius: 50%;
          object-fit: cover; }
      .testimonial .container-list-whatsapp .header-ws .icons {
        display: flex; }
    .testimonial .container-list-whatsapp .customer {
      padding: 15px 10px;
      display: flex;
      border-bottom: 1px solid #30383d; }
      .testimonial .container-list-whatsapp .customer.selected-customer {
        background: #323739; }
      .testimonial .container-list-whatsapp .customer .container-img {
        margin-right: 10px; }
        .testimonial .container-list-whatsapp .customer .container-img.moire img {
          object-fit: contain;
          background: white; }
        .testimonial .container-list-whatsapp .customer .container-img img {
          height: 50px;
          width: 50px;
          border-radius: 50%;
          object-fit: cover; }
      .testimonial .container-list-whatsapp .customer .user-message {
        display: flex;
        width: 100%;
        justify-content: space-between; }
        .testimonial .container-list-whatsapp .customer .user-message .left {
          padding-right: 20px; }
        .testimonial .container-list-whatsapp .customer .user-message .hour-whatsapp {
          color: #00AF9C;
          font-size: 12px; }
        .testimonial .container-list-whatsapp .customer .user-message .pre-message {
          font-size: 14px;
          color: #b1b1b1; }
        .testimonial .container-list-whatsapp .customer .user-message .cont-whatsapp {
          margin-top: 4px;
          height: 22px;
          width: 22px;
          background-color: #00AF9C;
          border-radius: 50%;
          justify-content: center;
          display: flex;
          align-items: center;
          font-size: 12px; }
      .testimonial .container-list-whatsapp .customer:hover {
        background: #323739; }
  .testimonial .container-whatsapp {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: max-content;
    box-shadow: -1px 6px 54px 11px rgba(29, 29, 29, 0.68);
    -webkit-box-shadow: -1px 6px 54px 11px rgba(29, 29, 29, 0.68);
    -moz-box-shadow: -1px 6px 54px 11px rgba(29, 29, 29, 0.68); }
    @media only screen and (max-width: 772px) {
      .testimonial .container-whatsapp {
        width: 100%;
        box-shadow: none; } }
  .testimonial .whatsapp.hide {
    display: none; }
  .testimonial .whatsapp input, .testimonial .whatsapp button, .testimonial .whatsapp textarea {
    border: none;
    outline: none;
    font-family: 'Lato', sans-serif; }
  .testimonial .whatsapp body {
    font-family: 'Lato'; }
  .testimonial .whatsapp .whatsapp-chat {
    width: 350px;
    height: 147.7mm;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    flex-direction: column; }
    .testimonial .whatsapp .whatsapp-chat i {
      color: #FFF;
      padding-top: 3px; }
    @media only screen and (max-width: 320px) {
      .testimonial .whatsapp .whatsapp-chat {
        width: 100%; } }
    .testimonial .whatsapp .whatsapp-chat-header {
      background-color: #2A2F32;
      display: flex;
      align-items: center;
      min-height: 63px; }
      .testimonial .whatsapp .whatsapp-chat-header__back {
        display: flex;
        align-items: center;
        padding: 10px 5px; }
        .testimonial .whatsapp .whatsapp-chat-header__back-photo {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          display: block;
          margin-left: 5px; }
          .testimonial .whatsapp .whatsapp-chat-header__back-photo.moire {
            object-fit: contain;
            background-color: white; }
      .testimonial .whatsapp .whatsapp-chat-header__name {
        width: 35%;
        color: #FFF;
        padding-left: 5px;
        flex-shrink: 0; }
        @media only screen and (max-width: 320px) {
          .testimonial .whatsapp .whatsapp-chat-header__name {
            width: auto; } }
        .testimonial .whatsapp .whatsapp-chat-header__name p {
          width: 100%;
          min-width: 0;
          line-height: 1.3;
          font-weight: 600;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          margin-right: 0;
          margin-bottom: 0;
          color: white !important; }
        .testimonial .whatsapp .whatsapp-chat-header__name #conection {
          font-size: 12px; }
      .testimonial .whatsapp .whatsapp-chat-header__calls {
        margin-left: auto; }
        .testimonial .whatsapp .whatsapp-chat-header__calls-items {
          display: flex;
          list-style: none; }
          .testimonial .whatsapp .whatsapp-chat-header__calls-items li {
            padding: 0 10px; }
    .testimonial .whatsapp .whatsapp-chat-messages {
      width: 100%;
      height: calc(100% - 50px);
      position: relative;
      overflow-y: auto;
      overflow-x: hidden;
      background-image: url("./../img/back-whatsapp.jpg");
      background-size: cover; }
      .testimonial .whatsapp .whatsapp-chat-messages::-webkit-scrollbar {
        -webkit-appearance: none; }
      .testimonial .whatsapp .whatsapp-chat-messages::-webkit-scrollbar:vertical {
        width: 8px; }
      .testimonial .whatsapp .whatsapp-chat-messages::-webkit-scrollbar-button:increment, .testimonial .whatsapp .whatsapp-chat-messages::-webkit-scrollbar-button {
        display: none; }
      .testimonial .whatsapp .whatsapp-chat-messages::-webkit-scrollbar:horizontal {
        height: 10px; }
      .testimonial .whatsapp .whatsapp-chat-messages::-webkit-scrollbar-thumb {
        background-color: #1E2428;
        border-radius: 20px;
        border: 1px solid transparent; }
      .testimonial .whatsapp .whatsapp-chat-messages::-webkit-scrollbar-track {
        border-radius: 10px; }
      .testimonial .whatsapp .whatsapp-chat-messages .chats {
        height: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 60px;
        display: flex;
        flex-direction: column; }
      .testimonial .whatsapp .whatsapp-chat-messages__protection {
        max-width: 92%;
        display: block;
        padding: 5px 0 10px;
        margin-left: auto;
        margin-right: auto;
        background-color: #FDF9C5;
        font-size: 13px;
        margin-top: 10px;
        border-radius: 5px;
        text-align: center;
        color: rgba(0, 0, 0, 0.6);
        line-height: 1.3; }
        .testimonial .whatsapp .whatsapp-chat-messages__protection i {
          color: rgba(0, 0, 0, 0.5);
          font-size: 14px;
          position: relative;
          top: 2px; }
      .testimonial .whatsapp .whatsapp-chat-messages__sender, .testimonial .whatsapp .whatsapp-chat-messages__receiver {
        margin: 15px;
        max-width: 80%;
        line-height: 1.3;
        padding: 7px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 8px;
        border-radius: 5px;
        font-size: 14px;
        position: relative; }
        .testimonial .whatsapp .whatsapp-chat-messages__sender:before, .testimonial .whatsapp .whatsapp-chat-messages__receiver:before {
          content: "";
          width: 0;
          height: 0; }
        .testimonial .whatsapp .whatsapp-chat-messages__sender .whatsapp-chat-messages__datetime, .testimonial .whatsapp .whatsapp-chat-messages__receiver .whatsapp-chat-messages__datetime {
          font-size: 12px;
          margin-left: auto;
          padding-left: 10px;
          position: relative;
          top: 2px;
          margin-top: auto;
          color: rgba(218, 218, 218, 0.4); }
          .testimonial .whatsapp .whatsapp-chat-messages__sender .whatsapp-chat-messages__datetime i, .testimonial .whatsapp .whatsapp-chat-messages__receiver .whatsapp-chat-messages__datetime i {
            font-size: 16px;
            color: rgba(0, 0, 0, 0.4);
            position: relative;
            top: 3px; }
            .testimonial .whatsapp .whatsapp-chat-messages__sender .whatsapp-chat-messages__datetime i.checkmark, .testimonial .whatsapp .whatsapp-chat-messages__receiver .whatsapp-chat-messages__datetime i.checkmark {
              color: #34B7F1; }
      .testimonial .whatsapp .whatsapp-chat-messages__sender {
        color: #D3D4D5;
        margin-left: auto;
        margin-right: 15px;
        background-color: #056162; }
        .testimonial .whatsapp .whatsapp-chat-messages__sender:before {
          border-bottom: 17px solid rgba(255, 255, 255, 0);
          border-left: 13px solid #056162;
          border-right: 10px solid rgba(255, 255, 255, 0);
          position: absolute;
          left: calc(100% - 5px);
          top: 0; }
      .testimonial .whatsapp .whatsapp-chat-messages__receiver {
        color: #D3D4D5;
        margin-right: auto;
        margin-left: 15px;
        background-color: #262D31; }
        .testimonial .whatsapp .whatsapp-chat-messages__receiver:before {
          border-bottom: 17px solid rgba(255, 255, 255, 0);
          border-left: 13px solid rgba(255, 255, 255, 0);
          border-right: 13px solid #262D31;
          position: absolute;
          right: calc(100% - 5px);
          top: 0; }
    .testimonial .whatsapp .whatsapp-chat-send {
      width: 100%;
      height: 60px;
      background-color: #1E2428;
      overflow: hidden;
      margin-top: auto;
      padding: 10px 5px 10px;
      display: flex;
      align-items: center; }
      .testimonial .whatsapp .whatsapp-chat-send__write {
        width: calc(100% - 45px);
        height: 40px;
        background-color: #323739;
        border-radius: 30px;
        display: flex;
        align-items: center; }
        .testimonial .whatsapp .whatsapp-chat-send__write i {
          color: rgba(0, 0, 0, 0.5);
          padding-left: 10px; }
        .testimonial .whatsapp .whatsapp-chat-send__write input[type="text"] {
          width: 55%;
          font-size: 15px;
          padding-left: 5px;
          background-color: #323739; }
        .testimonial .whatsapp .whatsapp-chat-send__write ul {
          display: flex;
          align-items: center;
          margin-left: auto;
          padding-right: 10px; }
          .testimonial .whatsapp .whatsapp-chat-send__write ul li {
            list-style: none;
            color: rgba(0, 0, 0, 0.5); }
            .testimonial .whatsapp .whatsapp-chat-send__write ul li:last-child {
              padding-top: 2px; }
            .testimonial .whatsapp .whatsapp-chat-send__write ul li i.rt {
              transform: rotate(-45deg);
              padding-right: 20px;
              position: relative;
              top: -4px; }
      .testimonial .whatsapp .whatsapp-chat-send__record {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-left: auto;
        background-color: #1E2428;
        display: flex;
        align-items: center;
        justify-content: center; }
        .testimonial .whatsapp .whatsapp-chat-send__record i {
          position: relative;
          top: -2px; }

.ef-home {
  background-color: #060606; }

.logo__carousel.owl-carousel .owl-item img {
  display: inline-block;
  width: auto; }

.logo__carousel .logo__carousel__item {
  display: flex;
  height: 62px;
  align-items: center; }

/*---------------------
  Call To Action
-----------------------*/
.callto {
  padding-top: 130px;
  padding-bottom: 135px;
  position: relative;
  background-position: center; }
  .callto .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6); }

.callto__text .description {
  color: white !important; }

.callto__text .btn-valores {
  padding: 60px; }
  .callto__text .btn-valores a.btn-value {
    padding: 12px 18px;
    display: inline-block;
    background-color: #c27a0d !important;
    color: white !important;
    margin-bottom: 60px;
    margin-top: 8px; }

.callto__text button.redes {
  color: white;
  border: 0;
  border-radius: 2px;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-top: 10px;
  transition: background-color 1s;
  min-width: 142px; }
  .callto__text button.redes.insta {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
    .callto__text button.redes.insta:hover {
      transition: background-color 1s;
      background: #f09433;
      background: -moz-linear-gradient(45deg, #d1812c 0%, #c05731 25%, #be2239 50%, #a51d53 75%, #880f62 100%);
      background: -webkit-linear-gradient(45deg, #d1812c 0%, #c05731 25%, #be2239 50%, #a51d53 75%, #880f62 100%);
      background: linear-gradient(45deg, #d1812c 0%, #c05731 25%, #be2239 50%, #a51d53 75%, #880f62 100%); }
  .callto__text button.redes.youtube {
    background-color: #cd322d;
    color: white; }
    .callto__text button.redes.youtube:hover {
      background-color: #9f0d08; }

.callto__text span {
  font-size: 16px;
  color: #c27a0d;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 6px; }

.callto__text h2 {
  font-size: 42px;
  color: #ffffff;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 36px; }

.callto__text h6 {
  color: #cacaca; }

.callto__text .primary-btn {
  background: #c27a0d;
  color: #ffffff;
  border-radius: 4px; }
  .callto__text .primary-btn:before {
    display: none; }
  .callto__text .primary-btn:after {
    display: none; }

/*---------------------
  Latest
-----------------------*/
.latest {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #060606; }

.latest__btn {
  text-align: right; }

.latest__item {
  box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.1);
  margin-bottom: 30px; }
  .latest__item img {
    min-width: 100%; }
  .latest__item:hover a {
    padding-left: 0; }
    .latest__item:hover a:after {
      left: auto;
      right: -50px; }

.latest__item__text {
  padding-top: 25px;
  background: #ffffff;
  padding: 25px 35px 20px; }
  .latest__item__text span {
    color: #b7b7b7;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px; }
  .latest__item__text h4 {
    color: #e4e4e4;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 12px; }
  .latest__item__text a {
    font-size: 14px;
    color: #e4e4e4;
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s; }
    .latest__item__text a:after {
      position: absolute;
      left: 0;
      top: 8px;
      height: 1px;
      width: 30px;
      background: #c27a0d;
      content: "";
      -webkit-transition: all, 0.5s;
      -moz-transition: all, 0.5s;
      -ms-transition: all, 0.5s;
      -o-transition: all, 0.5s;
      transition: all, 0.5s; }

/*---------------------
  Project
-----------------------*/
.project__item {
  margin-bottom: 50px;
  text-align: center; }
  .project__item img {
    min-width: 100%;
    margin-bottom: 26px; }
  .project__item h4 a {
    color: #e4e4e4;
    text-transform: uppercase; }

/*---------------------
  Project Details
-----------------------*/
.project-details {
  padding-top: 120px;
  padding-bottom: 90px; }
  .project-details img {
    margin-bottom: 30px;
    min-width: 100%; }

.project__sidebar__about {
  margin-bottom: 35px; }
  .project__sidebar__about h2 {
    color: #e4e4e4;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .project__sidebar__about p {
    margin-bottom: 26px; }
    .project__sidebar__about p:last-child {
      margin-bottom: 0; }

.product__details__widget__item {
  margin-bottom: 30px; }
  .product__details__widget__item span {
    color: #707070;
    font-size: 15px;
    display: block;
    margin-bottom: 10px; }
  .product__details__widget__item h4 {
    color: #e4e4e4;
    text-transform: uppercase; }
  .product__details__widget__item p {
    color: #e4e4e4;
    font-size: 24px;
    line-height: 36px; }

/*---------------------
  Footer
-----------------------*/
.footer {
  position: relative; }
  .footer .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.925); }

.footer__top {
  padding-top: 90px;
  border-bottom: 1px solid rgba(183, 183, 183, 0.2);
  padding-bottom: 75px;
  margin-bottom: 85px; }

.footer__top__text h2 {
  color: #ffffff;
  font-size: 38px;
  text-transform: uppercase; }

.footer__top__newslatter form {
  position: relative; }
  .footer__top__newslatter form input {
    width: 100%;
    height: 50px;
    color: #b7b7b7;
    padding-left: 30px;
    font-size: 14px;
    border: none; }
    .footer__top__newslatter form input::placeholder {
      color: #b7b7b7; }
  .footer__top__newslatter form button {
    font-size: 14px;
    color: #ffffff;
    background: #c27a0d;
    border: none;
    height: 100%;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0; }

.footer__about {
  margin-bottom: 30px; }
  .footer__about .footer__logo {
    margin-bottom: 24px; }
    .footer__about .footer__logo a {
      display: inline-block;
      color: white;
      font-weight: 700;
      font-size: 3rem; }
  .footer__about p {
    margin-bottom: 30px; }
  .footer__about ul {
    margin-bottom: 38px; }
    .footer__about ul li {
      font-size: 15px;
      list-style: none;
      line-height: 26px;
      color: #707070; }
      .footer__about ul li a {
        color: #c27a0d !important; }
  .footer__about .footer__social a {
    font-size: 18px;
    color: #ffffff;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-right: 30px; }
    .footer__about .footer__social a:hover {
      color: #c27a0d; }
    .footer__about .footer__social a:last-child {
      margin-right: 0; }

.footer__widget {
  margin-bottom: 30px; }
  .footer__widget h6 {
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px; }
  .footer__widget ul li {
    list-style: none; }
    .footer__widget ul li a {
      font-size: 15px;
      color: #707070;
      line-height: 36px; }

.footer__address {
  margin-bottom: 30px; }
  .footer__address h6 {
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px; }
  .footer__address p {
    margin-bottom: 30px; }
  .footer__address ul li {
    font-size: 15px;
    list-style: none;
    line-height: 26px;
    color: #707070; }

.copyright {
  border-top: 1px solid rgba(183, 183, 183, 0.2);
  padding: 25px 0;
  margin-top: 60px; }

.copyright__text p {
  margin-bottom: 0; }
  .copyright__text p i {
    color: #c27a0d; }
  .copyright__text p a {
    color: #ffffff; }

.copyright__widget {
  text-align: right; }
  .copyright__widget a {
    font-size: 14px;
    color: #707070;
    margin-right: 36px;
    position: relative; }
    .copyright__widget a:after {
      position: absolute;
      right: -22px;
      top: -3px;
      content: "|"; }
    .copyright__widget a:last-child {
      margin-right: 0; }
      .copyright__widget a:last-child:after {
        display: none; }

/*---------------------
  Breadcrumb
-----------------------*/
.breadcrumb-option {
  padding-top: 140px;
  padding-bottom: 90px; }

.breadcrumb__text h2 {
  font-size: 42px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 12px; }

.breadcrumb__links a {
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  margin-right: 12px; }
  .breadcrumb__links a:after {
    position: absolute;
    right: -13px;
    top: 1px;
    content: '~'; }

.breadcrumb__links span {
  font-size: 15px;
  color: #c27a0d;
  display: inline-block; }

/*---------------------
  About
-----------------------*/
.about {
  padding-top: 120px;
  padding-bottom: 165px;
  overflow: hidden; }

.about-page {
  padding-top: 120px;
  padding-bottom: 90px; }

.about__text {
  padding-top: 80px; }
  .about__text.about__page__text {
    padding-top: 0; }
    .about__text.about__page__text .section-title {
      margin-bottom: 12px; }
  .about__text .section-title {
    margin-bottom: 35px; }

.about__para__text {
  margin-bottom: 70px; }
  .about__para__text p {
    margin-bottom: 26px; }
    .about__para__text p:last-child {
      margin-bottom: 0; }

.about__pic {
  padding-left: 34px; }

.about__pic__inner {
  position: relative;
  display: inline-block; }
  .about__pic__inner:after {
    position: absolute;
    left: 50px;
    top: 50px;
    height: 600px;
    width: 470px;
    border: 15px solid rgba(185, 175, 134, 0.2);
    content: "";
    z-index: -1; }

.about__page__services__text {
  margin-bottom: 30px; }

.equipment {
  background-color: #050505;
  position: relative;
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 180px; }
  @media screen and (max-width: 560px) {
    .equipment {
      padding-bottom: 80px; } }
  .equipment .container-equipment {
    display: flex;
    align-items: center;
    padding: 80px 180px 60px 180px;
    position: relative;
    flex-wrap: wrap;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .equipment .container-equipment {
        padding: 60px 0px 60px 0px; } }
    @media screen and (max-width: 560px) {
      .equipment .container-equipment {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding-bottom: 80px; }
        .equipment .container-equipment.invert {
          flex-direction: column-reverse; } }
    .equipment .container-equipment.second {
      padding-top: 50px; }
    .equipment .container-equipment:not(.first)::after {
      content: '';
      height: 1px;
      background: #c27a0d;
      width: 200px;
      display: block;
      position: absolute;
      top: 0px; }
    .equipment .container-equipment .cocoen-conteiner {
      position: relative; }
      .equipment .container-equipment .cocoen-conteiner .antes {
        color: white;
        position: absolute;
        font-size: 18px;
        bottom: 10px;
        left: 10px;
        font-weight: bold; }
      .equipment .container-equipment .cocoen-conteiner .despues {
        color: white;
        font-size: 18px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-weight: bold; }
      .equipment .container-equipment .cocoen-conteiner .description {
        transition: all 1s ease;
        width: 80%;
        top: 20px;
        left: 20px;
        filter: brightness(1);
        /*&.left {
                  width: 60% ;
              }*/ }
        .equipment .container-equipment .cocoen-conteiner .description h2 {
          color: #efefef;
          font-size: 14;
          font-weight: bold; }
        .equipment .container-equipment .cocoen-conteiner .description p {
          font-size: 17px;
          line-height: inherit;
          color: white;
          display: inline;
          background-color: #333; }
        @media screen and (max-width: 560px) {
          .equipment .container-equipment .cocoen-conteiner .description {
            width: 100%;
            padding: 0 18px;
            position: relative; }
            .equipment .container-equipment .cocoen-conteiner .description h2 {
              margin-bottom: 8px;
              font-size: 26px; } }
    .equipment .container-equipment .img-container {
      width: 100%;
      position: relative;
      margin-bottom: 0px;
      transition: all 1s ease;
      background-image: url("../img/services/mavicair.jpg");
      background-size: cover;
      height: 250px; }
      @media screen and (max-width: 560px) {
        .equipment .container-equipment .img-container {
          display: none; } }
      .equipment .container-equipment .img-container:hover .dron {
        transition: all 1s ease;
        filter: brightness(0.2);
        transform: scale(1.5); }
      .equipment .container-equipment .img-container:hover .description {
        top: 40px;
        transition: all 1s ease; }
      .equipment .container-equipment .img-container .dron {
        object-fit: contain;
        transition: all 1s ease;
        filter: brightness(0.6);
        width: 100%; }
      .equipment .container-equipment .img-container .description {
        transition: all 1s ease;
        width: 80%;
        position: absolute;
        top: 20px;
        left: 20px;
        filter: brightness(1);
        /*&.left {
                    width: 60% ;
                }*/ }
        .equipment .container-equipment .img-container .description h2 {
          color: #efefef;
          font-size: 18px;
          font-weight: bold; }
        .equipment .container-equipment .img-container .description p {
          font-size: 16px;
          line-height: inherit;
          color: white;
          background-color: #333;
          display: inline; }
        @media screen and (max-width: 560px) {
          .equipment .container-equipment .img-container .description {
            width: 100%;
            padding: 0 18px;
            position: relative; }
            .equipment .container-equipment .img-container .description h2 {
              margin-bottom: 8px;
              font-size: 26px; } }
      .equipment .container-equipment .img-container .gimbal {
        max-width: 360px; }
      .equipment .container-equipment .img-container .davinci {
        max-width: 300px;
        border-radius: 12px; }
      .equipment .container-equipment .img-container.rigth {
        display: flex;
        justify-content: flex-end; }
      @media screen and (max-width: 560px) {
        .equipment .container-equipment .img-container {
          width: 100%; }
          .equipment .container-equipment .img-container .gimbal {
            max-width: 250px;
            margin-bottom: 16px; }
          .equipment .container-equipment .img-container .davinci {
            max-width: 200px;
            border-radius: 12px;
            margin-bottom: 24px; }
          .equipment .container-equipment .img-container.rigth {
            justify-content: center; } }

/*---------------------
  Services
-----------------------*/
.services {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #060606;
  overflow: hidden; }
  .services.alojamientos {
    background-color: #fafafa; }
  .services.ef-films {
    padding-bottom: 140px;
    padding-top: 180px; }
    .services.ef-films .justify {
      margin-bottom: 20px; }
  @media only screen and (max-width: 420px) {
    .services h4 {
      font-size: 16px; } }
  .services.services-page {
    padding-bottom: 80px; }
    .services.services-page .services__item {
      margin-bottom: 30px; }
      .services.services-page .services__item span.commin-soon {
        color: #c27a0d; }
      .services.services-page .services__item p {
        margin-bottom: 12px; }
      .services.services-page .services__item ul li {
        color: #e4e4e4;
        font-size: 15px;
        line-height: 36px;
        list-style: none; }

.services__item {
  margin-bottom: 30px; }
  .services__item i {
    color: white;
    font-size: 35px;
    color: #a99561; }
  .services__item ul i {
    font-size: 15px;
    color: white; }
  .services__item h4 {
    color: #e4e4e4;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 22px;
    font-size: 2rem;
    font-weight: 700; }
  .services__item p {
    margin-bottom: 0; }
  .services__item button {
    margin-top: 18px; }

/*---------------------
  Counter
-----------------------*/
.counter {
  padding-bottom: 70px;
  padding-top: 70px; }
  .counter .counter__content {
    border: none;
    padding-top: 0;
    margin-top: 0; }
  .counter .counter__item {
    display: flex;
    justify-content: center; }
    .counter .counter__item .counter__item__text h5 {
      color: #ffffff; }

.counter__item {
  margin-bottom: 30px; }

.counter__item__number {
  float: left;
  margin-right: 28px; }
  .counter__item__number h2 {
    color: #c27a0d;
    font-size: 60px;
    line-height: 52px; }

.counter__item__text {
  overflow: hidden; }
  .counter__item__text h5 {
    color: #e4e4e4;
    line-height: 24px;
    text-transform: uppercase; }

.ef-points {
  list-style: none; }
  .ef-points li {
    color: white;
    font-weight: 600; }

/*---------------------
  Clients
-----------------------*/
.clients {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #050505; }
  .clients .section-title {
    margin-bottom: 20px; }
  .clients .section-title.first {
    margin-bottom: 80px; }
  .clients .client-type {
    margin-bottom: 80px; }
    .clients .client-type .logos-client-container {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      .clients .client-type .logos-client-container .logo-client-container {
        display: flex;
        align-items: center; }
        .clients .client-type .logos-client-container .logo-client-container a {
          display: block;
          padding: 20px 30px; }
          .clients .client-type .logos-client-container .logo-client-container a img {
            max-width: 180px; }
            .clients .client-type .logos-client-container .logo-client-container a img.moire {
              filter: invert(0.5);
              max-width: 140px; }
            .clients .client-type .logos-client-container .logo-client-container a img.malov {
              filter: invert(0); }
            .clients .client-type .logos-client-container .logo-client-container a img.itaim {
              filter: invert(0.5); }
            .clients .client-type .logos-client-container .logo-client-container a img.sol-de-abril {
              width: 80px !important;
              filter: invert(0.5); }
            .clients .client-type .logos-client-container .logo-client-container a img.afianza {
              filter: invert(0.5);
              max-width: 100px; }
            .clients .client-type .logos-client-container .logo-client-container a img.bonjo {
              filter: invert(1); }
            .clients .client-type .logos-client-container .logo-client-container a img.cuarzo {
              filter: invert(0.5); }
            .clients .client-type .logos-client-container .logo-client-container a img.hledesma {
              filter: invert(0.7); }
            .clients .client-type .logos-client-container .logo-client-container a img.dg {
              filter: brightness(0.5); }
            .clients .client-type .logos-client-container .logo-client-container a img.rocio {
              filter: brightness(0.6); }
            .clients .client-type .logos-client-container .logo-client-container a img.zonaprop {
              filter: brightness(0.8); }
            .clients .client-type .logos-client-container .logo-client-container a img.bianchi {
              filter: invert(0.8);
              max-width: 140px; }
            .clients .client-type .logos-client-container .logo-client-container a img.girard {
              filter: invert(0); }
            .clients .client-type .logos-client-container .logo-client-container a img.beber {
              filter: invert(0.5); }
            .clients .client-type .logos-client-container .logo-client-container a img.lorini {
              filter: invert(0.5); }
            .clients .client-type .logos-client-container .logo-client-container a img.espatolero {
              filter: invert(0.8); }
            .clients .client-type .logos-client-container .logo-client-container a img.pernice {
              filter: invert(0.5);
              max-width: 140px; }
            .clients .client-type .logos-client-container .logo-client-container a img.gomez {
              filter: invert(0.5); }
            .clients .client-type .logos-client-container .logo-client-container a img.silvina {
              filter: invert(0.5);
              max-width: 130px; }
            .clients .client-type .logos-client-container .logo-client-container a img.cerone {
              filter: invert(0.5);
              max-width: 120px; }
            .clients .client-type .logos-client-container .logo-client-container a img.cer {
              filter: invert(1);
              max-width: 150px; }
            .clients .client-type .logos-client-container .logo-client-container a img.avanty {
              filter: invert(0.5);
              max-width: 100px; }
            .clients .client-type .logos-client-container .logo-client-container a img.gm {
              filter: invert(0.5);
              max-width: 200px; }
            .clients .client-type .logos-client-container .logo-client-container a img.vyne {
              filter: invert(0.5);
              max-width: 150px; }
            .clients .client-type .logos-client-container .logo-client-container a img.certiat {
              filter: invert(0.5);
              max-width: 120px; }
            .clients .client-type .logos-client-container .logo-client-container a img.jorgensen {
              filter: invert(0.5); }
            .clients .client-type .logos-client-container .logo-client-container a img.lams {
              filter: invert(0.5); }

/*.services.ef-home {
  position: relative;
  overflow: initial;

  .vertical {
    position: absolute;
    color: #0c0c0c;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 22rem;
    font-weight: 500;
    left: -105px;
    top: 380px;

    @media screen and (max-width: 430px) {
      display: none;
    }

    .dot-background {
      color: #200909;
    }
  }

  .services__details {

    .services__item {
      h1 {
        color: white !important;
      }
    }
  }

  .project__slider--ef-home {
    margin-top: 10px;

    .owl-prev, .owl-nav .owl-next  {
      color: white !important;
    }

    &.ef-home {
      position: relative;
      .item:hover {
        .primary-style {
          font-size: 6rem;
          transition: font-size 0.5s;

          @media screen and (max-width: 380px){
            font-size: 3rem;
          }
        }
      }

      .primary-style {
        position: absolute;
        top: 450px;
        left: 20px;
        font-size: 5rem;
        transition: font-size 0.3s;

        @media screen and (max-width: 380px){
          font-size: 2rem;
        }
      }
    }
  }
}*/
.services.ef-films, .values {
  position: relative; }
  .services.ef-films .services__item h1, .values .services__item h1 {
    color: white; }
  .services.ef-films .vertical, .values .vertical {
    /*NO VERTICAL*/
    position: absolute;
    color: #141414;
    font-size: 38rem;
    font-weight: 600;
    left: 1173px;
    top: 80px; }
    .services.ef-films .vertical .dot-background, .values .vertical .dot-background {
      color: #200909; }
  @media only screen and (max-width: 2000px) {
    .services.ef-films .vertical, .values .vertical {
      left: 982px; } }
  @media only screen and (max-width: 1600px) {
    .services.ef-films .vertical, .values .vertical {
      left: 752px; } }
  @media only screen and (max-width: 1200px) {
    .services.ef-films .vertical, .values .vertical {
      left: 452px; } }
  @media only screen and (max-width: 767px) {
    .services.ef-films .vertical, .values .vertical {
      left: 252px;
      font-size: 25rem;
      top: 600px; } }
  @media only screen and (max-width: 320px) {
    .services.ef-films .vertical, .values .vertical {
      left: -20px;
      top: 1040px;
      font-size: 16rem; } }

.ef-services {
  padding: 120px 0; }
  .ef-services__container {
    justify-content: center;
    display: flex;
    flex-wrap: wrap; }
  .ef-services__card {
    width: 33%;
    min-height: 250px;
    background-color: #111;
    color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .ef-services__card a {
      cursor: pointer; }
    .ef-services__card:nth-child(1) {
      background-color: #111; }
    .ef-services__card:nth-child(2) {
      background-color: #222; }
    .ef-services__card:nth-child(3) {
      background-color: #333; }
    .ef-services__card:nth-child(4) {
      background-color: #444; }
    .ef-services__card:nth-child(5) {
      background-color: #111; }
    .ef-services__card:nth-child(6) {
      background-color: #222; }
    .ef-services__card .commin-soon {
      position: absolute;
      top: 5px;
      right: 10px;
      color: #c27a0d; }
    .ef-services__card a {
      color: white;
      font-weight: bold;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.3s ease; }
      .ef-services__card a:hover {
        transition: all 0.3s ease;
        color: white;
        background-color: #a99561; }
    @media only screen and (max-width: 520px) {
      .ef-services__card {
        width: 50%;
        font-size: 12px;
        min-height: 150px;
        text-align: center; } }

header .selection-buttons {
  margin-top: 15px; }
  header .selection-buttons a {
    color: #c27a0d !important;
    margin-right: 5px; }

.values .table-price {
  padding-bottom: 40px; }
  .values .table-price .video-cine  {
    position: absolute; }
  .values .table-price th span {
    font-size: 12px;
    color: #c27a0d; }
  .values .table-price td span.wrong-text {
    text-decoration: line-through;
    font-style: italic;
    font-size: 12px; }
  .values .table-price td span.price-combo {
    color: #c27a0d; }
  .values .table-price td .item-type {
    margin-left: 20px; }
    @media (max-width: 660px) {
      .values .table-price td .item-type {
        margin-left: 0; } }

.values .vigencia {
  padding-bottom: 0; }

.values .selection {
  padding-bottom: 0; }
  .values .selection .selection-buttons {
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center; }
    @media (max-width: 660px) {
      .values .selection .selection-buttons {
        flex-direction: column; }
        .values .selection .selection-buttons .btn-value {
          margin-bottom: 10px; } }
    .values .selection .selection-buttons .btn-value {
      text-align: center;
      background: #c27a0d;
      min-width: 200px;
      padding: 10px 20px;
      color: white;
      margin-right: 10px;
      margin-bottom: 12px; }

.values .title {
  margin-bottom: 12px;
  color: white; }
  .values .title span {
    color: #c27a0d;
    font-size: 16px; }

.values .sub-title {
  color: white;
  font-size: 22px;
  margin-bottom: 35px; }
  .values .sub-title span {
    color: #c27a0d;
    font-size: 12px; }

.values .unidad {
  color: white; }

.values .header-title {
  color: white;
  text-align: center;
  display: block;
  margin-top: 20px;
  font-size: 18px; }
  .values .header-title span {
    color: #c27a0d; }

.values .vigencia-details {
  color: white;
  text-align: center;
  margin-bottom: 20px; }

.values .commin-soon {
  color: #c27a0d;
  font-size: 14px; }

.values .pack-buttons h5 {
  color: white;
  margin-bottom: 6px; }

.values .pack-buttons button {
  background: #c27a0d;
  filter: brightness(85%);
  border: none;
  height: 80px;
  width: 80px; }
  .values .pack-buttons button:hover {
    filter: brightness(95%); }
  .values .pack-buttons button.selected {
    background-color: #ffc400; }
  @media screen and (max-width: 992px) {
    .values .pack-buttons button {
      margin-bottom: 80px; } }

.values .vertical {
  position: absolute;
  color: #141414;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 22rem;
  font-weight: 500;
  left: -122px;
  top: 30px;
  z-index: 0; }
  @media screen and (max-width: 1366px) {
    .values .vertical {
      left: -105px;
      font-size: 16rem; } }
  @media screen and (max-width: 992px) {
    .values .vertical {
      display: none; } }
  @media screen and (max-width: 430px) {
    .values .vertical {
      display: none; } }
  .values .vertical .dot-background {
    color: #200909; }

.values .services__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 80px; }
  .values .services__item button {
    margin-top: 0; }
  .values .services__item h4 {
    margin-top: 20px; }
  .values .services__item .values-header img {
    display: none;
    background: white;
    width: 30px;
    margin-right: 15px; }

.values .contact {
  padding-top: 0; }
  .values .contact span {
    font-size: 1.5rem;
    color: white;
    display: block;
    text-align: center; }
  .values .contact .btn-container {
    display: flex;
    align-items: center; }
    .values .contact .btn-container a {
      background-color: #c27a0d;
      margin: 0 auto;
      display: inline-block;
      margin-top: 40px; }
      .values .contact .btn-container a:hover {
        color: #373737; }

.values ul {
  margin-top: 12px; }
  .values ul li {
    color: white;
    list-style: none; }

.card-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.card-value {
  width: 320px;
  height: 400px;
  margin-right: 10px;
  margin-bottom: 12px;
  background-color: #141414;
  color: white; }
  .card-value .btn.primary-btn {
    padding: 16px 42px; }
  .card-value .header-card {
    max-height: 110px;
    overflow: hidden;
    position: relative; }
    .card-value .header-card .image-container {
      height: 90px; }
      .card-value .header-card .image-container.gopro {
        background-image: linear-gradient(rgba(0, 0, 0, 0.796), rgba(0, 0, 0, 0.805)), url("/img/services/gopro.jpeg");
        background-size: cover; }
      .card-value .header-card .image-container.profesional {
        background-image: linear-gradient(rgba(2, 2, 26, 0.072), rgba(28, 28, 28, 0.288)), url("/img/services/gopro.jpeg"); }
      .card-value .header-card .image-container .title {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        color: white;
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 14px; }
  .card-value .content {
    height: 300px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .card-value .content .subtitle {
      color: white;
      font-size: 16px; }
    .card-value .content .prices {
      display: flex;
      justify-content: space-between; }
      .card-value .content .prices .border-right {
        border-right: 1px solid #464646 !important;
        padding-right: 10px; }
      .card-value .content .prices .normal {
        color: #c27a0d;
        font-weight: bold;
        font-size: 22px; }
        .card-value .content .prices .normal span {
          font-size: 14px;
          color: white; }
      .card-value .content .prices hr {
        border: 1px solid #232323; }
      .card-value .content .prices .combo {
        color: #c27a0d;
        font-weight: bold;
        font-size: 16px; }
        .card-value .content .prices .combo span {
          color: white;
          font-size: 12px; }

.photos .owl-nav {
  color: white;
  position: absolute;
  bottom: 0px;
  left: 54px;
  display: flex;
  justify-content: space-between; }

.owl-carousel .owl-stage {
  margin: 0 auto !important; }

.owl-prev, .owl-next {
  font-size: 50px !important; }

.owl-prev {
  position: relative;
  right: 30px; }

.owl-next {
  position: relative;
  left: 30px; }

.photo-slider {
  max-height: 500px; }

.disclamers {
  text-align: center; }

.no-default-service {
  padding-top: 82px; }

.link {
  color: #e1c52f !important;
  cursor: pointer;
  padding: 12px 0;
  font-weight: bold; }
  .link:hover {
    color: #a99561; }

.ask-price {
  padding: 5px;
  background-color: white;
  color: #c27a0d; }

.modal-header {
  column-fill: balance;
  background: #161616;
  border: 0;
  border-radius: 0; }
  .modal-header .close {
    color: white !important; }

section.monthly {
  width: 100%; }
  section.monthly .monthly-card {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-between; }
    section.monthly .monthly-card .monthly-container {
      display: flex;
      background-color: #9d8c30;
      flex-direction: column;
      justify-content: space-between;
      border-radius: 8px;
      padding: 50px;
      margin: 10px;
      min-width: 340px; }
      section.monthly .monthly-card .monthly-container.middle {
        margin: 0px;
        background-color: #c27a0d; }
    section.monthly .monthly-card .price {
      margin-top: 20px;
      font-weight: bold;
      color: white; }

/*---------------------
    Blog
-----------------------*/
.blog {
  padding-top: 120px;
  padding-bottom: 120px; }

.blog__item__list .blog__item:first-child {
  border: none;
  margin-bottom: 0; }

.blog__item__list .blog__item:last-child {
  margin-bottom: 0; }

.blog__item {
  margin-bottom: 55px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 55px; }
  .blog__item img {
    box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.1); }
  .blog__item ul {
    margin-bottom: 18px; }
    .blog__item ul li {
      list-style: none;
      font-size: 14px;
      color: #b7b7b7;
      font-weight: 500;
      text-transform: uppercase;
      display: inline-block;
      margin-right: 50px;
      position: relative;
      letter-spacing: 2px; }
      .blog__item ul li:after {
        position: absolute;
        right: -30px;
        top: -16px;
        content: ".";
        font-size: 15px;
        color: #b7b7b7;
        font-size: 25px; }
      .blog__item ul li:last-child {
        margin-right: 0; }
        .blog__item ul li:last-child:after {
          display: none; }
  .blog__item h2 {
    color: #e4e4e4;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 48px;
    margin-bottom: 30px; }
  .blog__item img {
    min-width: 100%; }

.blog__item__text {
  padding: 35px 50px 0; }
  .blog__item__text a {
    font-size: 14px;
    color: #e4e4e4;
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s; }
    .blog__item__text a:after {
      position: absolute;
      left: 0;
      top: 8px;
      height: 1px;
      width: 30px;
      background: #e4e4e4;
      content: "";
      -webkit-transition: all, 0.5s;
      -moz-transition: all, 0.5s;
      -ms-transition: all, 0.5s;
      -o-transition: all, 0.5s;
      transition: all, 0.5s; }

.blog__item__quote {
  background: #c27a0d;
  padding: 35px 50px;
  position: relative;
  margin-bottom: 55px; }
  .blog__item__quote:after {
    position: absolute;
    right: 50px;
    bottom: 26px;
    content: "“";
    font-family: "Aldrich", sans-serif;
    font-size: 120px;
    color: #ffffff;
    opacity: 0.5;
    line-height: 0px; }
  .blog__item__quote p {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Aldrich', sans-serif;
    line-height: 32px;
    text-transform: uppercase; }
  .blog__item__quote span {
    color: #ffffff;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px; }

.blog__pagination {
  padding-top: 30px; }
  .blog__pagination a {
    font-size: 15px;
    color: #e4e4e4;
    font-weight: 600;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid transparent;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-right: 12px; }
    .blog__pagination a i {
      font-size: 15px;
      font-weight: 600; }
    .blog__pagination a:last-child {
      margin-right: 0; }
    .blog__pagination a:hover {
      border: 2px solid #c27a0d; }

/*---------------------
  Blog Sidebar
-----------------------*/
.blog__sidebar__about {
  text-align: center;
  margin-bottom: 60px; }
  .blog__sidebar__about .author__pic {
    height: 140px;
    width: 140px;
    border-radius: 50%; }
  .blog__sidebar__about p {
    color: #353535;
    margin-top: 22px;
    margin-bottom: 25px; }

.blog__sidebar__search {
  margin-bottom: 55px; }
  .blog__sidebar__search form {
    position: relative; }
    .blog__sidebar__search form input {
      width: 100%;
      font-size: 15px;
      color: #b7b7b7;
      border: none;
      background: transparent;
      border-bottom: 1px solid #b7b7b7;
      padding-bottom: 12px; }
      .blog__sidebar__search form input::placeholder {
        color: #b7b7b7; }
    .blog__sidebar__search form button {
      font-size: 15px;
      color: #b7b7b7;
      border: none;
      background: transparent;
      position: absolute;
      right: 0;
      top: 0; }

.blog__sidebar__categories {
  margin-bottom: 40px; }
  .blog__sidebar__categories h5 {
    font-size: 20px;
    color: #e4e4e4;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .blog__sidebar__categories ul li {
    list-style: none;
    font-size: 15px;
    color: #b7b7b7;
    line-height: 42px; }

.blog__sidebar__feature {
  margin-bottom: 55px; }
  .blog__sidebar__feature h5 {
    font-size: 20px;
    color: #e4e4e4;
    text-transform: uppercase;
    margin-bottom: 30px; }

.blog__sidebar__feature__item {
  display: block;
  overflow: hidden;
  margin-bottom: 25px; }
  .blog__sidebar__feature__item:last-child {
    margin-bottom: 0; }

.blog__sidebar__feature__item__pic {
  float: left;
  margin-right: 20px; }

.blog__sidebar__feature__item__text {
  overflow: hidden; }
  .blog__sidebar__feature__item__text span {
    font-size: 12px;
    color: #b7b7b7;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .blog__sidebar__feature__item__text h6 {
    color: #e4e4e4;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 26px; }

.blog__sidebar__tag {
  margin-bottom: 60px; }
  .blog__sidebar__tag h5 {
    font-size: 20px;
    color: #e4e4e4;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .blog__sidebar__tag a {
    display: inline-block;
    font-size: 13px;
    color: #b7b7b7;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 12px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    position: relative;
    margin-bottom: 4px; }
    .blog__sidebar__tag a:after {
      position: absolute;
      right: -10px;
      top: 7px;
      height: 4px;
      width: 4px;
      background: #b7b7b7;
      border-radius: 50%;
      content: ""; }
    .blog__sidebar__tag a:last-child:after {
      display: none; }
    .blog__sidebar__tag a:hover {
      color: #e4e4e4; }

.blog__sidebar__social {
  margin-bottom: 55px; }
  .blog__sidebar__social h5 {
    font-size: 20px;
    color: #e4e4e4;
    text-transform: uppercase;
    margin-bottom: 18px; }
  .blog__sidebar__social a {
    display: inline-block;
    height: 34px;
    width: 34px;
    font-size: 18px;
    color: #707070;
    line-height: 34px;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-right: 46px;
    position: relative; }
    .blog__sidebar__social a:after {
      position: absolute;
      right: -40px;
      top: 15px;
      height: 1px;
      width: 30px;
      background: rgba(0, 0, 0, 0.2);
      content: ""; }
    .blog__sidebar__social a:last-child {
      margin-right: 0; }
      .blog__sidebar__social a:last-child:after {
        display: none; }
    .blog__sidebar__social a:hover {
      color: #c27a0d;
      border-color: #c27a0d; }

.blog__sidebar__newslatter h5 {
  font-size: 20px;
  color: #e4e4e4;
  text-transform: uppercase;
  margin-bottom: 18px; }

.blog__sidebar__newslatter form {
  position: relative; }
  .blog__sidebar__newslatter form input {
    width: 100%;
    font-size: 15px;
    color: #b7b7b7;
    border: none;
    background: transparent;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 12px; }
    .blog__sidebar__newslatter form input::placeholder {
      color: #b7b7b7; }
  .blog__sidebar__newslatter form button {
    font-size: 18px;
    color: #e4e4e4;
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0; }

/*---------------------
  Blog Details
-----------------------*/
.blog__details {
  padding-top: 120px;
  padding-bottom: 120px; }

.blog__details__content .blog__item__quote {
  margin-bottom: 40px; }
  .blog__details__content .blog__item__quote p {
    text-transform: none;
    font-size: 24px;
    line-height: 36px; }

.blog__details__title {
  margin-bottom: 32px; }
  .blog__details__title ul {
    margin-bottom: 18px; }
    .blog__details__title ul li {
      list-style: none;
      font-size: 14px;
      color: #b7b7b7;
      font-weight: 500;
      text-transform: uppercase;
      display: inline-block;
      margin-right: 50px;
      position: relative;
      letter-spacing: 2px; }
      .blog__details__title ul li:after {
        position: absolute;
        right: -30px;
        top: -16px;
        content: ".";
        font-size: 15px;
        color: #b7b7b7;
        font-size: 25px; }
      .blog__details__title ul li:last-child {
        margin-right: 0; }
        .blog__details__title ul li:last-child:after {
          display: none; }
  .blog__details__title h2 {
    color: #e4e4e4;
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 30px; }
  .blog__details__title img {
    margin-bottom: 32px;
    min-width: 100%;
    box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.1); }
  .blog__details__title p {
    font-size: 18px;
    color: #7d8184;
    line-height: 32px;
    margin-bottom: 0; }

.blog__details__text {
  margin-bottom: 35px; }
  .blog__details__text p {
    font-size: 18px;
    color: #7d8184;
    line-height: 32px; }
    .blog__details__text p:last-child {
      margin-bottom: 0; }

.blog__details__pic {
  margin-bottom: 35px; }
  .blog__details__pic img {
    min-width: 100%;
    margin-bottom: 30px; }

.blog__details__widget {
  margin-bottom: 45px; }

.blog__details__tags {
  margin-bottom: 20px; }
  .blog__details__tags span {
    font-size: 13px;
    color: #e4e4e4;
    margin-right: 6px; }
  .blog__details__tags a {
    display: inline-block;
    font-size: 13px;
    color: #b7b7b7;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 12px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    position: relative;
    margin-bottom: 4px; }
    .blog__details__tags a:after {
      position: absolute;
      right: -10px;
      top: 7px;
      height: 4px;
      width: 4px;
      background: #b7b7b7;
      border-radius: 50%;
      content: ""; }
    .blog__details__tags a:last-child:after {
      display: none; }
    .blog__details__tags a:hover {
      color: #e4e4e4; }

.blog__details__social {
  text-align: right;
  margin-bottom: 20px; }
  .blog__details__social a {
    display: inline-block;
    font-size: 18px;
    color: #353535;
    margin-right: 28px; }
    .blog__details__social a:last-child {
      margin-right: 0; }

.blog__details__author {
  background: #f8f8f8;
  padding: 50px;
  overflow: hidden;
  margin-bottom: 40px; }

.blog__details__author__pic {
  float: left;
  margin-right: 50px;
  height: 140px;
  width: 140px;
  border-radius: 50%; }

.blog__details__author__text {
  overflow: hidden; }
  .blog__details__author__text h5 {
    color: #e4e4e4;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 12px; }
  .blog__details__author__text p {
    color: #7d8184;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0; }

.blog__details__btns {
  margin-bottom: 50px; }

.blog__details__btns__item {
  margin-bottom: 25px;
  display: block;
  overflow: hidden; }
  .blog__details__btns__item.blog__details__btns__item--next .blog__details__btns__item__pic {
    float: right;
    margin-left: 30px;
    margin-right: 0; }
  .blog__details__btns__item.blog__details__btns__item--next .blog__details__btns__item__text {
    text-align: right; }

.blog__details__btns__item__pic {
  float: left;
  margin-right: 30px; }

.blog__details__btns__item__text {
  overflow: hidden;
  padding-top: 16px; }
  .blog__details__btns__item__text h6 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #8d8d8d;
    margin-bottom: 6px; }
    .blog__details__btns__item__text h6 span {
      font-size: 20px;
      position: relative;
      top: 3px; }
  .blog__details__btns__item__text h5 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #353535;
    font-weight: 600; }

.blog__details__comment__form h4 {
  color: #e4e4e4;
  text-transform: uppercase;
  margin-bottom: 35px; }

.blog__details__comment__form form input {
  font-size: 15px;
  color: #b7b7b7;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  margin-bottom: 30px; }
  .blog__details__comment__form form input::placeholder {
    color: #b7b7b7; }

.blog__details__comment__form form textarea {
  font-size: 15px;
  color: #b7b7b7;
  width: 100%;
  height: 130px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  padding-top: 12px;
  resize: none;
  margin-bottom: 24px; }
  .blog__details__comment__form form textarea::placeholder {
    color: #b7b7b7; }

.blog__details__comment__form form button {
  background: #e4e4e4; }

/*---------------------
  Contact
-----------------------*/
.contact .header-title {
  color: white;
  text-align: center;
  display: block; }

.contact .contact-page.title {
  padding-top: 140px; }
  @media (max-width: 660px) {
    .contact .contact-page.title {
      padding-top: 100px; } }

.contact .selection-buttons {
  padding: 60px 0 120px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .contact .selection-buttons .btn-value {
    margin-bottom: 10px; }
  @media (max-width: 660px) {
    .contact .selection-buttons {
      flex-direction: column;
      padding: 20px 0 80px 0; }
      .contact .selection-buttons .btn-value {
        margin-bottom: 10px; } }
  .contact .selection-buttons .btn-value {
    text-align: center;
    background: #c27a0d;
    min-width: 200px;
    padding: 10px 20px;
    color: white;
    margin-right: 10px; }

.contact__text {
  margin-bottom: 50px; }
  .contact__text .section-title {
    margin-bottom: 12px; }
  .contact__text p {
    margin-bottom: 0; }

.contact__widget__item {
  position: relative;
  margin-bottom: 30px; }
  .contact__widget__item.last__item:after {
    display: none; }
  .contact__widget__item:after {
    position: absolute;
    right: 50px;
    top: 0px;
    width: 1px;
    height: 50px;
    background: #e1e1e1;
    content: ""; }

.contact__widget__item__icon {
  float: left;
  margin-right: 20px; }

.contact__widget__item__text {
  overflow: hidden; }
  .contact__widget__item__text h5 {
    color: #c27a0d;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .contact__widget__item__text span {
    color: #e4e4e4;
    display: block; }

.map {
  height: 460px;
  margin-top: 40px;
  margin-bottom: 75px;
  box-shadow: 0px 3px 15px rgba(0, 59, 85, 0.1); }
  .map iframe {
    width: 100%; }

.contact__form__text {
  margin-bottom: 35px; }
  .contact__form__text .section-title {
    margin-bottom: 12px; }
  .contact__form__text p {
    margin-bottom: 0; }

.contact__form form input {
  height: 50px;
  width: 100%;
  font-size: 15px;
  color: #b7b7b7;
  padding-left: 20px;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px; }
  .contact__form form input::placeholder {
    color: #b7b7b7; }

.contact__form form textarea {
  height: 170px;
  width: 100%;
  font-size: 15px;
  color: #b7b7b7;
  padding-left: 20px;
  padding-top: 12px;
  border: 1px solid #e1e1e1;
  resize: none;
  margin-bottom: 24px; }
  .contact__form form textarea::placeholder {
    color: #b7b7b7; }

.mobile-menu .btn-value {
  color: #c27a0d;
  margin-right: 8px; }

.clip {
  background: black;
  padding: 100px 0;
  overflow: hidden; }
  .clip span {
    color: #c27a0d;
    font-weight: 600; }
  .clip h1 {
    color: transparent;
    background: url("./../img/mar.jpeg") repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-position: center;
    background-size: cover;
    text-transform: uppercase;
    font-size: 9em;
    text-align: center;
    letter-spacing: 9px;
    font-weight: 700; }
  .clip .quienes-somos {
    position: relative;
    width: 50%;
    margin: 0 auto;
    margin-top: 60px;
    position: relative; }
    @media only screen and (max-width: 992px) {
      .clip .quienes-somos {
        width: 80%; } }
    @media only screen and (max-width: 768px) {
      .clip .quienes-somos {
        width: 100%; } }
    .clip .quienes-somos .description, .clip .quienes-somos .box-behind {
      border: 1px solid #9a620c;
      /* padding: 50px; */
      color: #b3b3b3;
      display: flex;
      justify-content: center;
      padding: 40px 55px;
      align-items: center; }
    .clip .quienes-somos .description {
      z-index: 100;
      background-color: black; }
    .clip .quienes-somos .img-nosotros {
      position: absolute;
      left: 333px;
      height: 100%;
      width: 100%;
      top: 35px; }
      .clip .quienes-somos .img-nosotros img {
        width: 154px !important; }
    @media only screen and (max-width: 1199px) {
      .clip .quienes-somos .img-nosotros {
        left: 270px; } }
    @media only screen and (max-width: 992px) {
      .clip .quienes-somos .img-nosotros {
        left: 315px;
        top: 37px; } }
    @media only screen and (max-width: 768px) {
      .clip .quienes-somos .img-nosotros {
        left: 299px;
        top: 28px; } }
    @media only screen and (max-width: 767px) {
      .clip .quienes-somos .img-nosotros {
        display: none; } }
    @media only screen and (max-width: 420px) {
      .clip .quienes-somos {
        width: 100%; }
        .clip .quienes-somos .description {
          padding: 30px 15px; }
        .clip .quienes-somos .img-nosotros {
          width: 90px !important;
          left: 237px;
          top: 176px; } }
  @media only screen and (max-width: 767px) {
    .clip h1 {
      font-size: 3em; } }

/*--------------------------------- Responsive Media Quaries -----------------------------*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

@media only screen and (min-width: 1450px) {
  .container {
    max-width: 1170px; }
  .header {
    padding: 30px 130px 0; } }

/* Medium Device = 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__pic {
    padding-left: 0; }
  .about__pic__inner:after {
    left: 8px;
    top: 8px; }
  .header__menu ul li {
    margin-right: 25px; }
  .hero__slider.owl-carousel .owl-nav button {
    left: 15px; }
  .hero__slider.owl-carousel .owl-nav button.owl-next {
    right: 15px; } }

/* Tablet Device = 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__slider.owl-carousel .owl-nav button {
    left: 0; }
  .hero__slider.owl-carousel .owl-nav button.owl-next {
    right: 0; }
  .about__text {
    padding-top: 0;
    margin-bottom: 40px; }
  .about__pic {
    padding-left: 0; }
  .blog__sidebar {
    padding-top: 50px; }
  .hero__text .hero__social {
    right: 80px; }
  .slide-num {
    left: 70px; }
  .slider__progress {
    left: 106px; }
  .canvas__open {
    display: block;
    font-size: 22px;
    color: #ffffff;
    height: 35px;
    width: 35px;
    line-height: 0px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 20px; }
  .offcanvas-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    z-index: 98;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    visibility: hidden; }
  .offcanvas-menu-overlay.active {
    visibility: visible; }
  .offcanvas-menu-wrapper {
    position: fixed;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #060606;
    padding: 50px 20px 30px 30px;
    display: block;
    z-index: 99;
    overflow-y: auto;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0; }
  .offcanvas-menu-wrapper.active {
    opacity: 1;
    left: 0; }
  .offcanvas__logo {
    margin-bottom: 30px; }
    .offcanvas__logo a {
      display: inline-block;
      color: #c27a0d; }
  .slicknav_btn {
    display: none; }
  .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 30px; }
  .slicknav_nav ul {
    margin: 0; }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #ffffff;
    font-weight: 600; }
  .slicknav_nav .slicknav_arrow {
    color: #ffffff; }
  .slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff; }
  .slicknav_nav a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff; }
  .slicknav_nav {
    display: block !important; }
  .offcanvas__widget span {
    font-size: 14px;
    font-family: 'Aldrich', sans-serif;
    color: #b7b7b7;
    display: block;
    margin-bottom: 10px; }
  .offcanvas__widget h4 {
    font-size: 22px;
    color: #c27a0d; }
  .header__menu {
    display: none; }
  .header__widget {
    display: none; } }

/* Wide Mobile = 480px */
@media only screen and (max-width: 767px) {
  .hero__text h2 {
    font-size: 34px;
    line-height: 45px; }
  .hero__items {
    height: 710px;
    display: flex;
    padding: 0 40px; }
  .about__text {
    padding-top: 0;
    margin-bottom: 40px; }
  .about__pic {
    padding-left: 0; }
  .blog__sidebar {
    padding-top: 50px; }
  .canvas__open {
    display: block;
    font-size: 22px;
    color: #ffffff;
    height: 35px;
    width: 35px;
    line-height: 0px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 35px; }
  .fixed .canvas__open {
    top: 18px; }
  .offcanvas-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    z-index: 98;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    visibility: hidden; }
  .offcanvas-menu-overlay.active {
    visibility: visible; }
  .offcanvas-menu-wrapper {
    position: fixed;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #060606;
    padding: 50px 20px 30px 30px;
    display: block;
    z-index: 99;
    overflow-y: auto;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0; }
  .offcanvas-menu-wrapper.active {
    opacity: 1;
    left: 0; }
  .offcanvas__logo {
    margin-bottom: 30px; }
    .offcanvas__logo a {
      color: white;
      font-weight: 700;
      font-size: 2rem;
      display: inline-block; }
  .slicknav_btn {
    display: none; }
  .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 30px; }
  .slicknav_nav ul {
    margin: 0; }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #ffffff;
    font-weight: 600; }
  .slicknav_nav .slicknav_arrow {
    color: #ffffff; }
  .slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff; }
  .slicknav_nav a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff; }
  .slicknav_nav {
    display: block !important; }
  .offcanvas__widget span {
    font-size: 14px;
    font-family: 'Aldrich', sans-serif;
    color: #b7b7b7;
    display: block;
    margin-bottom: 10px; }
  .offcanvas__widget h4 {
    font-size: 22px;
    color: #c27a0d; }
  .header__menu {
    display: none; }
  .header__widget {
    display: none; }
  .about__pic__inner {
    display: block; }
    .about__pic__inner img {
      min-width: 100%; }
  .about__pic__inner:after {
    left: 0;
    width: 100%; }
  .hero__slider.owl-carousel .owl-nav button {
    left: 0; }
  .hero__slider.owl-carousel .owl-nav button.owl-next {
    right: 0; }
  .hero__text h2 {
    font-size: 46px;
    line-height: 58px; }
  .hero__text .hero__social {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 100px; }
  .slide-num {
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center; }
  .slider__progress {
    left: 0;
    bottom: 35px;
    right: 0;
    margin: 0 auto; }
  .hero__text .more_btn {
    bottom: 62px; }
  .footer__top__text {
    margin-bottom: 35px; }
  .copyright__text {
    text-align: center;
    margin-bottom: 20px; }
  .copyright__widget {
    text-align: center; }
  .project__sidebar {
    padding-top: 20px; }
  .blog__details__tags {
    text-align: center; }
  .blog__details__social {
    text-align: center; }
  .blog__details__author__pic {
    float: none;
    margin-right: 0; }
  .blog__details__author__text {
    padding-top: 40px; }
  .project {
    padding: 0; }
  .about__para__text {
    margin-bottom: 35px; }
  .clients {
    padding-bottom: 90px; }
  .clients a {
    margin-bottom: 30px; }
  .testimonial__carousel.owl-carousel .owl-nav button {
    left: 0; }
  .testimonial__carousel.owl-carousel .owl-nav button.owl-next {
    right: 0; } }

@media only screen and (max-width: 575px) {
  .team__btn {
    margin-bottom: 40px;
    text-align: left; }
  .latest__btn {
    margin-bottom: 40px;
    text-align: left; } }

/* Small Device = 320px */
@media only screen and (max-width: 479px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 1; }
  .hero__text h2 {
    font-size: 28px;
    line-height: 42px; }
  .hero__items {
    height: 610px;
    display: flex;
    padding: 0 40px; }
  .testimonial__item p {
    font-size: 16px;
    line-height: normal; }
  .about__pic__inner:after {
    display: none; }
  .callto__text h2 {
    font-size: 30px;
    line-height: 46px; }
  .project__slider.owl-carousel .owl-nav button {
    left: 15px; }
  .project__slider.owl-carousel .owl-nav button.owl-next {
    right: 15px; }
  .project {
    padding: 0; }
  .breadcrumb__text h2 {
    font-size: 32px; }
  .testimonial__carousel {
    padding: 60px 45px 65px; }
  .slick-active.slick-center .testimonial__client__pic img,
  .slick-active.slick-center .testimonial__client__pic {
    width: 110px;
    height: 110px;
    opacity: 1; }
  .testimonial__client__item .testimonial__client__pic {
    width: 110px;
    height: 110px;
    opacity: 0; }
  .testimonial__carousel:after {
    left: calc(50% - 70px);
    bottom: -80px;
    width: 140px;
    height: 140px; }
  .testimonial__carousel button.slick-arrow {
    left: 10px;
    height: 40px;
    width: 40px; }
  .testimonial__carousel button.slick-arrow.slick-next {
    left: auto;
    right: 10px; }
  .testimonial__client .slick-slide {
    padding-top: 30px; }
  .about .section-title h2 {
    font-size: 28px;
    line-height: 45px; }
  .footer__top__text h2 {
    font-size: 32px; } }

/****
TEAM
*****/
.team-card__container {
  display: flex;
  justify-content: space-between; }

.team-card__card {
  z-index: 9;
  background-color: #222;
  width: 30%;
  border-radius: 5px;
  box-shadow: 13px 19px 38px -12px rgba(2, 2, 2, 0.75);
  -webkit-box-shadow: 13px 19px 38px -12px rgba(2, 2, 2, 0.75);
  -moz-box-shadow: 13px 19px 38px -12px rgba(2, 2, 2, 0.75); }
  .team-card__card img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }

.team-card__description {
  padding: 20px; }
  .team-card__description h2 {
    font-size: 22px;
    color: #ccc; }
  .team-card__description h3 {
    font-size: 16px;
    color: #ccc; }

/*---------------------
  Team ORIGINAL TEMPLATE
-----------------------*/
.team {
  padding-top: 120px;
  padding-bottom: 90px; }
  .team .section-title {
    position: relative;
    z-index: 9; }

.team__btn {
  text-align: right; }

.team__item {
  height: 480px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .team__item:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(17, 17, 17, 0.9);
    content: '';
    z-index: -1;
    opacity: 0;
    -webkit-transition: all, 0.5s, ease-out, 0.5s;
    -moz-transition: all, 0.5s, ease-out, 0.5s;
    -ms-transition: all, 0.5s, ease-out, 0.5s;
    -o-transition: all, 0.5s, ease-out, 0.5s;
    transition: all, 0.5s, ease-out, 0.5s; }
  .team__item:hover:after {
    opacity: 1; }
  .team__item:hover .team__text .team__title {
    border-bottom: 1px solid rgba(183, 183, 183, 0.2);
    padding: 0 0 32px;
    margin-bottom: 34px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    bottom: initial;
    opacity: 1;
    visibility: visible; }
  .team__item:hover .team__text p {
    opacity: 1;
    visibility: visible; }
  .team__item:hover .team__text .team__social {
    opacity: 1;
    visibility: visible;
    bottom: 34px; }

.team__text {
  height: 100%;
  position: relative;
  padding: 35px 30px 40px; }
  .team__text .team__title {
    position: absolute;
    left: 0;
    bottom: 42px;
    width: 100%;
    padding: 0 30px;
    -webkit-transition: all, 0.7s, ease-out, 0.7s;
    -moz-transition: all, 0.7s, ease-out, 0.7s;
    -ms-transition: all, 0.7s, ease-out, 0.7s;
    -o-transition: all, 0.7s, ease-out, 0.7s;
    transition: all, 0.7s, ease-out, 0.7s; }
    .team__text .team__title h5 {
      color: #ffffff;
      font-weight: 600;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 6px; }
    .team__text .team__title span {
      font-size: 14px;
      color: #c27a0d; }
  .team__text p {
    color: #b7b7b7;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.7s, ease-out, 0.7s;
    -moz-transition: all, 0.7s, ease-out, 0.7s;
    -ms-transition: all, 0.7s, ease-out, 0.7s;
    -o-transition: all, 0.7s, ease-out, 0.7s;
    transition: all, 0.7s, ease-out, 0.7s; }
  .team__text .team__social {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.7s, ease-out, 0.7s;
    -moz-transition: all, 0.7s, ease-out, 0.7s;
    -ms-transition: all, 0.7s, ease-out, 0.7s;
    -o-transition: all, 0.7s, ease-out, 0.7s;
    transition: all, 0.7s, ease-out, 0.7s; }
    .team__text .team__social a {
      display: inline-block;
      font-size: 20px;
      color: #ffffff;
      margin-right: 34px;
      -webkit-transition: all, 0.3s;
      -moz-transition: all, 0.3s;
      -ms-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      transition: all, 0.3s; }
      .team__text .team__social a:last-child {
        margin-right: 0; }
      .team__text .team__social a:hover {
        color: #c27a0d; }
