/* ===================================================
   IN-Two Layout Stylesheet
====================================================== */
/* ====================================================
   General & Global Styles
=======================================================*/
@import url("https://fonts.googleapis.com/css?family=Khand:300,400,500,600,700");
/* font-family: 'Khand', sans-serif; */
@import url("https://fonts.googleapis.com/css?family=Oxygen:300,400,700");
/* font-family: 'Oxygen', sans-serif; */
* {
  margin: 0;
  padding: 0; }

html {
  font-size: 18px; }

body {
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #969696; }

.color {
  color: #066775 !important; }

h1, h2 {
  font-family: 'Khand', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #c3a159; }

h3, h4 {
  font-family: 'Khand', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #c3a159; }

h5, h6 {
  font-family: 'Khand', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #c3a159; }

p:last-child {
  margin-bottom: 0; }

hr {
  border-top-width: 2px;
  border-top-style: solid;
  width: 40px;
  margin-left: 0;
  margin-top: 0.8125rem;
  margin-bottom: 0.8125rem; }

a {
  text-decoration: none; }

main {
  display: block; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.center {
  margin: 0 auto !important; }

.left {
  left: 0 !important; }

.right {
  right: 0 !important; }

.size-12 {
  font-size: 0.75rem; }

.size-14 {
  font-size: 0.875rem; }

.size-16 {
  font-size: 1rem; }

.size-18 {
  font-size: 1.125rem; }

.size-21 {
  font-size: 1.313rem; }

.size-24 {
  font-size: 1.5rem; }

.size-32 {
  font-size: 2rem; }

.size-48 {
  font-size: 3rem; }

.size-64 {
  font-size: 4rem; }

.size-96 {
  font-size: 6rem; }

.text-important {
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  margin-bottom: 6.25rem;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 1.2; }

/* ====================================================
   END General & Global Styles
=======================================================*/
/* ====================================================
   Preloader - Area
=======================================================*/
.preloader-area {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999; }

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  background-color: #066775;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  margin-left: -30px;
  margin-top: -30px;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%,
    100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%,
    100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/* ====================================================
   Background
=======================================================*/
.bg-white {
  background: #ffffff; }

.bg-grey {
  background: #fafafa; }

.bg-overlay-light,
.bg-overlay-dark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.bg-overlay-light {
  background-color: rgba(255, 255, 255, 0.85); }

.bg-overlay-dark {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-overlay-color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(184, 154, 92, 0.4); }

/* ====================================================
   END Background
=======================================================*/
/* ====================================================
   margin's
=======================================================*/
.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.pt-0 {
  padding-top: 0; }

.pb-0 {
  padding-bottom: 0; }

.p-all {
  padding: 5.556rem; }

.pl-p {
  padding-left: 5.556rem; }

.pr-p {
  padding-right: 5.556rem; }

.plr-p {
  padding-right: 5.556rem;
  padding-left: 5.556rem; }

.pt-p {
  padding-top: 5.556rem; }

.pb-p {
  padding-bottom: 5.556rem; }

.ptb-p {
  padding-bottom: 5.556rem;
  padding-top: 5.556rem; }

.p-all-80 {
  padding: 4.444rem; }

.pl-p-80 {
  padding-left: 4.444rem; }

.pr-p-80 {
  padding-right: 4.444rem; }

.plr-p-80 {
  padding-right: 4.444rem;
  padding-left: 4.444rem; }

.pt-p-80 {
  padding-top: 4.444rem; }

.pb-p-80 {
  padding-bottom: 4.444rem; }

.ptb-p-80 {
  padding-bottom: 4.444rem;
  padding-top: 4.444rem; }

.p-all-60 {
  padding: 3.333rem; }

.pl-p-60 {
  padding-left: 3.333rem; }

.pr-p-60 {
  padding-right: 3.333rem; }

.plr-p-60 {
  padding-right: 3.333rem;
  padding-left: 3.333rem; }

.pt-p-60 {
  padding-top: 3.333rem; }

.pb-p-60 {
  padding-bottom: 3.333rem; }

.ptb-p-60 {
  padding-bottom: 3.333rem;
  padding-top: 3.333rem; }

.m-all {
  margin: 5.556rem; }

.ml-p {
  margin-left: 5.556rem; }

.mr-p {
  margin-right: 5.556rem; }

.mlr-p {
  margin-right: 5.556rem;
  margin-left: 5.556rem; }

.mt-p {
  margin-top: 5.556rem; }

.mb-p {
  margin-bottom: 5.556rem; }

.mtb-p {
  margin-bottom: 5.556rem !important;
  margin-top: 5.556rem !important; }

/* ====================================================
   END Padding's
=======================================================*/
/* ====================================================
   Section's
=======================================================*/
.section-main {
  position: relative;
  z-index: 2;
  overflow: hidden; }

/* section title*/
.section-title h1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 4rem;
  letter-spacing: -1px;
  margin-right: 4.2rem; }

.section-title p {
  font-family: 'Khand', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1rem; }

.section-title-v2 h1 {
  margin-right: 0; }

.section-title-v2 p {
  position: relative;
  margin-top: 3.556rem;
  margin-left: auto;
  margin-right: auto;
 
  font-family: 'Oxygen', sans-serif;
  font-size: 1.1rem;
  width: 40%;
  line-height: 2rem;
  letter-spacing: 1px; }

.section-title p:first-letter {
  font-size: 1.4rem; }

.section-title-v2 .section-title-text {
  width: 100%;
  text-align: center; }

.section-title hr {
  width: 3.556rem;
  margin-top: 3.556rem;
  margin-bottom: 0; }

.section-title-v2 hr {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto; }

/* ====================================================
   END Section's
=======================================================*/
/* ====================================================
   Background Section's
=======================================================*/
.timeline-bg,
.thanks-bg,
.purchase-bg,
.detail-service-bg,
.other-service-bg,
.detail-proyect-bg,
.image-bg,
.about-bg-v2,
.about-bg {
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.about-bg,
.about-bg-v2 {
  background-image: url(../img/sagato_empresa.jpg); }

.image-bg {
  background-image: url(http://placehold.it/2000x1333); }

.detail-proyect-bg {
  background-image: url(http://placehold.it/2000x1333); }

.other-service-bg {
  background-image: url(../img/fondo_proyecto1_A.jpg); }
  
  .other-service-bg2 {
  background-image: url(../img/fondo_proyecto2B.jpg); }
  
  .other-service-bg3 {
  background-image: url(../img/fondo_proyecto_nahal1.jpg); }
  
  .other-service-bg4 {
  background-image: url(../img/fondo_proyecto_nahal2.jpg); }

.detail-service-bg {
  background-image: url(http://placehold.it/2000x1333); }

.detail-project-bg {
  background-image: url(../img/fondo_proyecto1.jpg); }
  
  .detail-project-bg2 {
  background-image: url(../img/fondo_proyecto2.jpg); }
  
   .detail-project-bg3 {
  background-image: url(../img/fondo_proyecto_nahal1.jpg); }

.purchase-bg {
  background-image: url(../img/fondo_contacto.jpg); }

.thanks-bg {
  background-image: url(../img/sagato_invitacion.jpg); }

.timeline-bg {
  background-image: url(http://placehold.it/2000x1333); }

/* ====================================================
   End Background Section's
=======================================================*/
/* ====================================================
    Header
==================================================== */
.main-header {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  height: 66px;
  line-height: 66px;
  color: #ffffff;
  background-color: transparent;
  transition: All 0.6s ease;
  -webkit-transition: All 0.6s ease;
  -moz-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
  z-index: 1001; }

.main-header-top {
  top: 0;
  background-color: #004e59;
  height:88px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  padding-top:0px;
  line-height:88px;
   }
  
  

.main-header a {
  text-decoration: none;
  color: inherit; }

.header__logo {
  padding: 0 25px;
  float: left; }
  

/* menu ---- ---- */
.menu ul li {
  list-style: none;
 
  }

.menu > ul > li {
  display: inline-block;
  margin: 0; }

.menu ul li {
  position: relative; }

.menu {
  float: right; }
  .menu a {
	  color: #999;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid transparent;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
 }
  .menu a:hover {
    color: #d2b579;
    border-bottom: 1px solid #d2b579; }

.menu > ul > li > .sub-menu {
  position: absolute;
  width: 150px;
  display: none; }

.menu > ul > li:hover > .sub-menu {
  display: block; }

.menu > ul > li > .sub-menu li {
  background-color: #333333;
  line-height:50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075); }
  
  
  .navbar-brand.dark{
	display: none !important;
}

.menu.fixed-top .navbar-brand.dark{
	display: block !important;
}

.fixed-top .navbar-brand.dark{
	display: block !important;
}

.fixed-top .navbar-brand.light{
	display: none !important;
}



/* responsive ---- ---- */
@media only screen and (max-width: 1024px) {
  .header__logo {
    padding: 0;
    float: left;
	
	 }
	

  .header__icon {
    position: realtive;
    display: inline-block;
    float: left;
    width: 66px;
    height: 66px;
    cursor: pointer;
	}
    .header__icon:after {
      content: '\f20e';
      font-family: "Ionicons";
      font-size: 36px;
      text-align: center;
      position: absolute;
      left: 0;
      display: block;
      width: 66px;
      height: 66px;
      background-color: #066775; }

  .header__icon__close:after {
    content: '\f2d7';
    color: #fff; }

  .menu > ul > li {
    display: block; }

  .menu {
    position: fixed;
    left: 0;
    top: 126px;
    bottom: 0;
    background-color: #333333;
    width: 250px;
    z-index: 2001;
    transform: translate(-250px, 0px);
    -webkit-transform: translate(-250px, 0px);
    -moz-transform: translate(-250px, 0px);
    -o-transform: translate(-250px, 0px);
    -ms-transform: translate(-250px, 0px);
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease; }
    .menu a {
      display: block;
      height: 50px;
      padding-left: 20px;
      text-align: left;
      line-height: 50px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.075); }

  .menu > ul > li:hover > .sub-menu {
    position: relative;
    display: block;
    width: 100%; }

  .menu > ul > li:hover > .sub-menu li {
    padding-left: 20px; }

  .main-header-top .menu {
    top: 66px; }

  .with--sidebar .menu {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px); } }
/* ====================================================
    End Header
==================================================== */
/* ====================================================
    Revulotion Slider
==================================================== */
.rev-title {
  font-family: 'Khand', sans-serif;
  font-weight: 300;
  letter-spacing: 6px;
  white-space: nowrap;
  z-index: 7; }

.rev-title-max {
  font-family: 'Khand', sans-serif;
  font-weight: 600;
  font-size: 5rem;
  background-color: rgba(255, 255, 255, 0.35);
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  z-index: 8;
  padding: 1.111rem 1.111rem 0 1.111rem; }

.rev-subtitle {
  font-family: 'Khand', sans-serif;
  font-weight: 500;
  font-size: 3.211rem;
  width: 22.22rem;
  height: auto;
  letter-spacing: 2px !important; }

.rev-title,
.rev-title-max,
.rev-subtitle {
  text-transform: uppercase; }

.rev-title,
.rev-subtitle {
  color: #ffffff; }

.rev-slider-hr {
  width: 3.778rem;
  border-top-width: 4px; }

.tparrows {
  background: rgba(255, 255, 255, 0.25); }

.tparrows:hover {
  background: #066775; }

.tparrows:before {
  font-family: "Ionicons";
  font-size: 18px; }

.tparrows.tp-leftarrow:before {
  content: '\f208'; }

.tparrows.tp-rightarrow:before {
  content: '\f217'; }

/* ====================================================
    End Revulotion Slider
==================================================== */
/* ====================================================
   Card's
=======================================================*/
.card {
  border-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 2.5rem 2.5rem;
  -webkit-transition: All 0.4s ease;
  transition: All 0.4s ease; }

.title-icon {
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 1.25rem; }

.title-card {
  margin-bottom: 2.5rem;
  -webkit-transition: All 0.4s ease;
  transition: All 0.4s ease; }

.subtitle-card {
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 0.5rem; }

.item-service a.more,
.card .more {
  text-decoration: none !important;
  text-transform: capitalize;
  -webkit-transition: All 0.4s ease;
  transition: All 0.4s ease;
  color: inherit;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  display: none; }

.card:hover {
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 99; }

.card:hover .title-card {
  color: #066775; }

.item-service:hover a.more,
.card:hover .more {
  display: initial; }

/* ====================================================
   END Card's
=======================================================*/
/* ====================================================
   about
=======================================================*/
#aboutSection .section-content p:last-child {
  margin-bottom: 0; }

/* ====================================================
   END about
=======================================================*/
/* ====================================================
   feacture
=======================================================*/
.feacture {
  position: relative;
  width: 100%;
  margin-top: 1.111rem;
  margin-bottom: 3.333rem; }

.feacture:first-child {
  margin-top: 0; }

.feacture.service {
  margin-top: 0;
  margin-bottom: 2.5rem; }

.feacture .icon {
  display: inline-block;
  font-size: 42px;
  color: #212121;
  position: absolute;
  padding-top: 5px;
  text-align: center;
  width: 64px;
  height: 64px;
  border: 1px solid #066775;
  border-radius: 50%;
  line-height: normal; }

.feacture .num {
  position: absolute;
  display: inline-block;
  font-size: 36px;
  text-align: center;
  width: 70px;
  height: 70px; }

.feacture .num h1 {
  color: #066775 !important; }

.feacture .content {
  display: block;
  padding-top: 8px;
  margin-left: 100px; }

.feacture .content h4 {
  margin-bottom: 0; }

.feacture:hover .icon {
  background-color: #066775;
  color: #ffffff; }

.feacture:last-child {
  margin-bottom: 0; }

/* ====================================================
   END feacture
=======================================================*/
/* ====================================================
   background video
=======================================================*/
#video {
  position: relative;
  width: 100%;
  max-height: 768px;
  overflow: hidden; }

#video-elem {
  width: 100%; }

video:-webkit-media-controls {
  display: none !important; }

.overlay-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.overlay-video .overlay-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 100%; }

.overlay-video .overlay-content h1 {
  font-size: 3.333rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase; }

.overlay-video .overlay-content p {
  font-size: 1.333rem;
  font-weight: 300;
  letter-spacing: 2px; }

/* ====================================================
   END background video
=======================================================*/
/* ====================================================
   section imagen
=======================================================*/
.image-section {
  position: relative;
  width: 100%;
  min-height: 668px;
  overflow: hidden; }

.image-section .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 100%; }

.image-section .content h1 {
  display: inline-block;
  font-size: 58px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase; }

.image-section .content h1.title-project {
  background-color: rgba(255, 255, 255, 0.35);
  padding: 8px 20px 0 20px;
  font-size: 5rem; }

.image-section .content p {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #ffffff !important; }

/* ====================================================
   END section imagen
=======================================================*/
/* ====================================================
   other services
=======================================================*/
.services .section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.item-service {
  margin: 0;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease; }

.item-service div.row {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.item-service:hover {
  background: white;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15) !important;
  z-index: 999; }

.item-service-img {
  width: 100%;
  display: inline-block;
  padding: 0; }

/* ====================================================
   END other services
=======================================================*/
/* ====================================================
   other services - v2
=======================================================*/
.nav-tabs {
  border-bottom: none; }

.nav-tabs li {
  padding-left: 0; }

.nav-tabs li:last-child {
  padding-right: 0; }

.nav-tabs .nav-item {
  margin-left: 0 !important;
  margin-top: -120px;
  position: relative;
  z-index: 99; }

.nav-tabs .nav-link {
  display: block;
  padding: 3rem 3rem 1.5rem 3rem;
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background: rgba(255, 255, 255, 0.5); }

.nav-tabs .nav-link h4 {
  letter-spacing: 1px;
  color: #212121; }

.nav-tabs .nav-link p {
  margin-top: 60px;
  color: #969696; }

.tab-content .tab-pane img {
  display: inline-block;
  position: relative;
  width: 100%; }

.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: all .3s ease !important;
          transition: all .3s ease !important; }

.tab-pane {
  position: relative; }

.tab-pane .linkmore {
  background: rgba(255, 255, 255, 0.33);
  color: #FFFFFF;
  position: absolute;
  padding: 16px;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all .3s ease !important;
          transition: all .3s ease !important; }

.tab-pane .linkmore:hover {
  background: #066775;
  color: #FFFFFF;
  text-decoration: none; }

/* ====================================================
   END other services - v2
=======================================================*/
/* ====================================================
   clients
=======================================================*/
#clientsSection .section-content .logo {
  text-align: center;
  background-color: transparent; }

#clientsSection .section-content .logo.p-all {
  padding: 4.444rem; }

#clientsSection .section-content .logo img {
  width: 100%;
  height: 100%; }

#clientsSection .section-content .logo:hover {
	background-image: url(../img/fondo-cliente.jpg); 
  background: #ddc69c;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
  z-index: 999; }

/* ====================================================
   END clients
=======================================================*/
/* ====================================================
   mockups
=======================================================*/
#mockup .section-content {
  text-align: center;
  position: relative; }

.mockup-pc {
  margin-right: -15%; }

.mockup-tablet {
  position: absolute;
  left: 10%;
  bottom: 0; }

.mockup-iphon {
  position: absolute;
  left: 35%;
  bottom: 0; }

.mockup-iphon-2 {
  left: auto;
  right: auto;
  top: 20px; }

.mockup-feacture:first-child {
  margin-bottom: 80px; }

.mockup-feacture i {
  font-size: 52px;
  margin-bottom: 10px; }

/* ====================================================
   END mockups
=======================================================*/
/* ====================================================
   purchase
=======================================================*/
.purchase {
  text-align: center;
  position: relative; }

.purchase i,
.purchase h3,
.purchase a {
  display: inline-block;
  vertical-align: inherit;
  color: #ffffff; }

.purchase i {
  font-size: 32px; }

.purchase h3 {
  font-weight: 400;
  letter-spacing: 1px;
  margin-right: 120px;
  margin-left: 60px; }

.purchase i,
.purchase h3 {
  margin-top: 8px; }

.purchase .btn {
  border-radius: 42px;
  text-transform: uppercase;
  font-weight: 500; }

.purchase .btn-primary {
  background-color: transparent;
  border-color: #ffffff;
  padding: 1rem 1.5rem; }

.purchase .btn-primary:hover {
  background: #066775;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease; }

/* ====================================================
   END purchase
=======================================================*/
/* ====================================================
   works
=======================================================*/
.owl-theme .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%; }

.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -75px; }

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -75px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #212121;
  font-size: 14px;
  margin: 5px;
  padding: 14px 16px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  background-color: white;
  border-radius: 100%;
  border: 2px solid #ffffff;
  font: normal normal normal 14px/1 FontAwesome;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
  -webkit-transition: opacity .2s, left .5s, right .5s, visibility .2s;
  transition: all .2s, left .5s, right .5s, visibility .2s; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: rgba(0, 188, 204, 0.9);
  color: #FFF;
  text-decoration: none; }

.item-work-img {
  position: relative;
  width: 100%; }

.item-work-content {
  position: absolute;
  bottom: 0;
  padding: 25px 25px;
  background-color: rgba(182, 147, 76, 0.75);
  width: 100%;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
  z-index: 99; }

.item-work-content i {
  display: inline-block;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: 25px; }

.item-work-content h5 {
  display: block;
  margin-left: 50px;
  margin-bottom: 0;
  line-height: 20px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px; }

.item-work-content p {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #ededed;
  margin: 0 0 0 50px; }

.item-work-img .bg-overlay-light {
  background-color: rgba(255, 255, 255, 0.20);
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
  z-index: 99; }

.item-work:hover .item-work-content {
  background-color: rgba(182, 147, 76, 0.85); }

.item-work:hover .bg-overlay-light {
  background-color: rgba(255, 255, 255, 0);
  z-index: 99; }

/* ====================================================
   END works
=======================================================*/
/* ====================================================
   works v2
=======================================================*/
#portfolio_filter {
  max-height: 768px; }

#portfolio_filter ul {
  list-style: none; }

#portfolio_filter ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 2px solid transparent;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease; }

#portfolio_filter ul li h4,
#portfolio_filter ul li.active {
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease; }

#portfolio_filter ul li.active,
#portfolio_filter ul li:hover {
  border-left: 2px solid #066775; }

#portfolio_filter ul li.active,
#portfolio_filter ul li:hover h4 {
  color: #066775; }

#portfolio_items {
  display: block;
  width: 100%; }

.grid-item {
  float: left;
  /*height: 446px;*/
  /*    border: 1px solid #e9e9e9;*/
  padding: 0 15px;
  margin-bottom: 30px;
  display: block;
  position: relative; }

.grid-item-img {
  position: relative; }

.grid-item-img a {
  position: absolute;
  font-size: 28px;
  right: 15px;
  bottom: 5px;
  z-index: 9999;
  color: #ffffff;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
  opacity: 0; }

.grid-item-content {
  border: 1px solid #e9e9e9;
  padding: 16px;
  background: #ffffff; }

.grid-item-overlayer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 188, 204, 0.8);
  z-index: 999;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
  opacity: 0; }

.grid-item-detail {
  position: relative;
  padding: 30px 0 14px 0; }

.grid-item-detail .icon {
  position: absolute;
  width: 64px;
  font-size: 36px;
  line-height: 36px;
  color: #066775;
  text-align: center;
  padding: 0 12px; }

.grid-item-detail .text {
  position: relative;
  margin-left: 65px;
  text-transform: capitalize; }

.grid-item-detail .text h4 {
  margin-bottom: 0;
  text-transform: capitalize; }

.grid-item-detail .text p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px; }

.grid-item-content:hover {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
  z-index: 999; }

.grid-item-content:hover .grid-item-img a,
.grid-item-content:hover .grid-item-overlayer {
  opacity: 1; }

/* ====================================================
   END works v2
=======================================================*/
/* ====================================================
   Gallery
=======================================================*/
.item-gallery {
  margin: 1rem;
  border: 1px solid #e9e9e9;
  position: relative; }

.item-gallery:hover {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
  z-index: 9; }

.item-gallery-overlayer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/fondo-galeria.jpg);
 
  background-color: rgba(221, 198, 156, 0.8);
  z-index: 99;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
  opacity: 0; }

.item-gallery:hover a .item-gallery-overlayer {
  opacity: 0.8; }

/* ====================================================
   END Gallery
=======================================================*/
/* ====================================================
   timeline
=======================================================*/
.timeline {
  width: 100%; }

.timeline .timeline-item {
  width: 100%; }

.timeline .timeline-item .activity, .timeline .timeline-item .month {
  color: #969696;
  display: block;
  float: left;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.timeline .timeline-item.close .activity, .timeline .timeline-item.close .month {
  color: #969696;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.timeline .timeline-item .month {
  font-family: 'Khand', sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-align: right;
  width: 22%;
  padding-right: 80px; }

.timeline .timeline-item .activity {
  width: 100%;
  width: 78%;
  margin-left: -2px;
  padding: 0 0 60px 80px;
  border-left: 1px solid #dadada;
  font-size: 14px;
  line-height: 20px;
  color: #969696; }

.timeline .timeline-item .marker {
  background-color: transparent;
  border: 0;
  height: 36px;
  width: 36px;
  border-radius: 100px;
  border: 1px solid transparent;
  display: block;
  float: right;
  margin-right: -96px;
  margin-top: 10px;
  z-index: 2000;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.timeline .timeline-item .marker .dot {
  background-color: #dadada;
  display: block;
  border: 0;
  height: 18px;
  width: 18px;
  margin: 8px;
  border-radius: 100px;
  float: right;
  z-index: 2000;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.timeline .timeline-item.active .activity,
.timeline .timeline-item:hover .activity {
  color: #066775;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.timeline .timeline-item.active .month,
.timeline .timeline-item:hover .month {
  color: #066775; }

.timeline .timeline-item.active .marker,
.timeline .timeline-item:hover .marker {
  background-color: #ffffff;
  box-shadow: 0;
  border: 1px solid #066775; }

.timeline .timeline-item.active .marker .dot,
.timeline .timeline-item:hover .marker .dot {
  background-color: #066775;
  box-shadow: 0; }

/* ====================================================
   END timeline
=======================================================*/
/* ====================================================
   team
=======================================================*/
.item-team {
  border: 1px solid #dcdcdc;
  margin-left: 1.111rem;
  margin-right: 1.111rem;
  padding-left: 1.333rem;
  padding-right: 1.333rem;
  text-align: center;
  display: inline-block;
  margin-bottom: 40px;
  z-index: 99; }

.item-team:hover {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease; }

.img-team {
  width: 200px;
  position: relative;
  margin: 0 auto 2.0rem auto; }

.content-team h1 {
  margin-bottom: 0; }

.content-team h6 {
  color: #969696;
  font-weight: 300;
  letter-spacing: 1px; }

.content-team p {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }

.content-social .icon-social {
  display: inline-block;
  font-size: 24px;
  line-height: 38px;
  height: 42px;
  width: 42px;
  margin: 0 5px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #212121; }

.item-team:hover .icon-social {
  background-color: #066775;
  border: 1px solid #066775;
  color: #ffffff;
  -webkit-transition: opacity .6s, left .6s, right .6s, visibility .6s;
  transition: all .6s, left .6s, right .6s, visibility .6s; }

#owl-carousel-team .owl-nav {
  position: absolute;
  top: auto;
  bottom: -50px; }

#owl-carousel-team .owl-nav .owl-prev {
  position: initial;
  right: auto;
  left: auto; }

#owl-carousel-team .owl-nav .owl-next {
  position: initial;
  left: auto;
  right: auto; }

.owl-theme .owl-nav [class*=owl-] {
  margin: 5px 15px; }

/* ====================================================
   end team
=======================================================*/
/* ====================================================
   thanks
=======================================================*/
.thanks {
  position: relative;
  height: 570px;
  width: 100%; }

.thanks h1 {
  position: absolute;
  top: 40%;
  right: 25%;
  font-size: 4rem; }

.thanks h1 {
  color: #FFFFFF !important;
  z-index: 999; }

/* ====================================================
   end thanks
=======================================================*/
/* ====================================================
   contact
=======================================================*/
.infoOffice {
  position: relative;
  width: 100%;
  margin-bottom: 80px; }

.infoOffice i {
  display: inline-block;
  font-size: 42px;
  position: absolute;
  top: 9px; }

.infoOffice h4 {
  display: block;
  margin-left: 66px;
  margin-bottom: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px; }

.infoOffice p {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #969696;
  margin: 0 0 5px 66px; }

/* ====================================================
   end contact
=======================================================*/
/* ====================================================
   form
=======================================================*/
input.form-control,
select.form-control,
textarea.form-control {
  color: #212121;
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-color: #393939;
  background: #FFFFFF;
  background: linear-gradient(left, #FFFFFF, #FFFFFF);
  background: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
  margin-bottom: 3.333rem;
  letter-spacing: 1px; }

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  color: #066775;
  border-color: #066775;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease; }

.btn-primary {
  color: #fff;
  background-color: #c3a159;
  border-color: #c3a159; }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  border-radius: 42px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #066775;
  border-color: #066775;
  background-image: none; }

.btn-primary:hover {
  color: #fff;
  background-color: #066775;
  border-color: #066775;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease; }

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #066775;
  border-color: #066775; }

/* ====================================================
   end form
=======================================================*/
/* ====================================================
   footer
=======================================================*/
.footer-bottom {
  background-color: #7a5d27;
  padding: 20px 0;
  text-align: center; }

.footer-bottom p {
  font-weight: 400;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0; }

/* back to top */
.back-to-top-button {
  background-color: rgba(0, 188, 204, 0.25);
  border: none;
  border-radius: 50%;
  color: #fff;
  position: fixed;
  height: 56px;
  width: 56px;
  min-width: 56px;
  padding: 0;
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  -webkit-transition: box-shadow 0.6s cubic-bezier(0.4, 0, 1, 1), background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.6s cubic-bezier(0.4, 0, 1, 1), background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: normal;
  line-height: 36px;
  vertical-align: middle;
  margin: auto;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  right: 45px;
  bottom: 45px;
  z-index: 5; }

.back-to-top-button:hover {
  background-color: #066775; }

/* ====================================================
   end footer
=======================================================*/

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