

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*https://vimeo.com/117637252*/

#header {
    height: 100%;
    /* background-image: url(../img/mountain.jpg); */
    /* background-image: url(https://upload.wikimedia.org/wikipedia/commons/d/d6/Half_Dome_from_Glacier_Point,_Yosemite_NP_-_Diliff.jpg); */
    /* background-position-y: bottom; */
    /*background-attachment: fixed;*/
    /* background-size: cover; */
    background:none;
    padding: 0;
    margin: 0;
    margin-top: -64px;
}



html, body {
    height: 100%;
}

.top-back, .bottom-back {
    width: 100%;
    height: 45%;
    background-color: rgba(255,255,255,0.62);
}

.left-back, .right-back {
    width: 30%;
    height: 133px;
    float: left;
    background-color: rgba(255,255,255,0.62);
}

#main-logo {
    float: left;
    height: 100%;
    width: 100%;
    margin-bottom: -37px;
}

.bottom-back {
    margin-top: 133px;
}

#main-logo img {
    float: left;
}

.svg-defs {
    position: absolute;
    top: 0;
    left: 0;
}

image#logo {
    /* clip-path: url(#clippath); */
    /* background-image: url(../img/mountain.jpg); */
    /* fill: gray; */
}

.mask-wrapper {
  width: 100%;
  height: 100%;
  z-index: 10;
}

svg {
  width: 100%;
  height: inherit;
}
svg text {
  text-anchor: middle;
}
svg #alpha {
  fill: #ffffff;
  transition:fill 1s;
}
svg #alpha.gone{
  fill: #000000;
  transition:fill 1s ;
}
svg #title {
  letter-spacing: -2px;
  font-size: 6em;
  font-weight: 800;
}
svg #subtitle {
  letter-spacing: 8px;
  font-size: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
}
svg #base {
  fill: #000;
  mask: url(#mask);
}


.st0 {
    /* fill: violet; */
}

g.centrar {
transition: all 0.8s ease;
    transform: translateY(-1660px);
}

g.centrar .scale{
  transform: scale(3);
  transition: all 0.8s ease;
}

mask#mask {
    position: relative;
    height: 100%;
    width: 100%;
}

.navbar {
    background-image: none;
    background-color: transparent;
    border: none;
}

.navbar-header img {
    margin-top: 20px;
    margin-left: 20px;
}


video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%) scale(1.36);
    /*background: url(polina.jpg) no-repeat;*/
    background-size: cover;
}

.container {
    /* background: white; */
}

.contain {
    background: white;

    background-image: url(../img/life.jpg);
    background-size: cover;
    background-attachment: fixed;
    /*background:transparent;*/
}

h1, h2, h3 {
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 5px;
    /* display: block; */
    /* transform: scale(1.1); */
    position: relative;
    z-index: 50;
}
h1{
    font-size: 1.7em;
    letter-spacing: 7px;
    line-height: 1.6em;
}
h3{
  font-size: 1em;
  width: 65%;
  margin: 0 auto;
}

html {
    letter-spacing: 2px;
    font-size: 1.1em;
    line-height: 1.7em;
}

h1:after, h2:after, h3:after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: black;
    display: block;
    margin: 20px auto;
}

h1:before, h2:before{
    content: "";
    width: 20%;
    height: 35px;
    background-color: #dede2f;
    display: block;
    margin: 20px auto -30px auto;
    transform: translateX(-80px);
    z-index: -1;
    position: relative;
}
h1:before{
    height: 40px;
    width: 50%;
    margin: 20px auto -40px auto;
}

h2:before {
    transition: all 0.5s ease;
    transform:translateX(-80px) scaleX(0);
}
h2.visible:before {
    transform: translateX(-80px) scaleX(1);
}

.about {
    margin-top: 30px;
}

.white-back {
  background-color: rgba(255,255,255,0.76);
}

.white-back-2 {
    padding-bottom: 2px;
  background-color: rgba(255,255,255,0.5);
}

.image-circle{
  position: relative;
  width: 400px;
  height: 400px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  border: 12px solid #dede2f;
}

nav {
    background-color: transparent;
    box-shadow: none;
    z-index: 400;
    position: relative;
}

.image-circle .color {
    background-color: rgba(222, 222, 47, 0.5);
    display: block;
    width: 276px;
    height: 276px;
    position: absolute;
    /*top: -12px;*/
    /*left: -12px;*/
    transition: background-color 0.5s linear;
}

.hover .image-circle .color {
    background-color: rgba(222, 222, 47, 0);
    background-image: url(../img/patron.png);
}

.image-circle img {
    width: 100%;
    height: 100%;
}

h3:after {
    margin-top: 12px;
}

.service h3 {
    margin-top: -165px;
    cursor: pointer;
    transition: transform 0.5s ease;
}

.service.hover h3, .service.open h3{
    transform: translateY(185px);
}

/*.service.close .info, .service.hover .info {
    display: none;
}*/

.service .image-circle {
    width: 300px;
    height: 300px;
    cursor: pointer;
}

.brand-logo img {
    margin-top: 17px;
    margin-left: 0px;
}

.service .open-info {
    width: 70px;
    height: 70px;
    background-color: #dede2f;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/icon_mas.png);
    background-size: 100%;
    transition: transform 0.4s ease;
    transform: scale(0) rotate(0deg);
    /*opacity: 0;*/
}

.hover .open-info{
    /*transition: transform 0.4s ease;*/
    transform: scale(1) rotate(0deg);
    /*opacity: 1;*/
}

.open .open-info{
    /*transition: transform 0.4s ease;*/
    background-image: url(../img/icon_close.png);
   transform: scale(1) rotate(180deg);
}

.service .info{
    margin-top: 200px;
    transform: scaleY(0);
    transform-origin: 0% 0%;
    opacity: 0;
     transition: all 0.5s ease;
}

.service.open .info{
    opacity: 1;
    transform: scaleY(1);
}

.input-field label {
     color: black;
    text-transform: uppercase;
}


/* label focus color */
   .input-field input[type=text]:focus + label {
     color: #000;
   }
   /* label underline focus color */
   .input-field input[type=text] {
      border-bottom: 1px solid #000;
   }
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #dddd2e;
     box-shadow: 0 1px 0 0 #dddd2e;
   }

/* label focus color */
   .input-field input[type=email]:focus + label {
     color: #000;
   }
   /* label underline focus color */
   .input-field input[type=email] {
      border-bottom: 1px solid #000;
   }
   .input-field input[type=email]:focus {
     border-bottom: 1px solid #dddd2e;
     box-shadow: 0 1px 0 0 #dddd2e;
   }


.angle>div:first-child {
    width: 110%;
    height: 200px;
    background: rgba(255,255,255,0.76);
    transform: rotate(-4deg) translateY(-130px);
}
.angle>div:last-child {
    width: 110%;
    height: 200px;
    background: rgba(255,255,255,0.5);
    transform: rotate(-4deg) translateY(-130px);
}

.angle {
    overflow: hidden;
    height: 200px;
}

.contact-info {
    border-left: 3px solid black;
}

.contact-info p {
    padding-left: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

footer form {
    padding-left: 20px;
    padding-right: 20px;
}

.btn {
    background-color: #dede2f;
    color: black;
}
.btn:hover {
    background-color: #eaea34;
}

.window {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 3000;
    opacity: 1;
    transition:all 0.2s linear ;
    overflow-x: hidden;
    overflow-y: scroll;
}

.window.hide{
    opacity: 0;
    pointer-events: none;
    display: block !important;
}

.contain > div:first-child {
    width: 100%;
    height: 100%;
}
.contain.window > div:first-child {
  height: auto;
  min-height: 100%;
}


.close-window {
    width: 70px;
    height: 70px;
    background-color: #adadad;
    margin: auto;
    background-image: url(../img/icon_close.png);
    background-size: 100%;
    transition: transform 0.4s ease;
    float: left;
    cursor: pointer;
}

.close-window:hover {
    background-color: #dddd2e;
}

.open-menu {
    width: 70px;
    height: 70px;
    /*background-color: #adadad;*/
    margin: auto;
    background-image: url(../img/icon_menu.png);
    background-size: 100%;
    transition: transform 0.4s ease;
    float: left;
    cursor: pointer;
    position: absolute;
}

.more-info .container{
    padding-top: 40px;
}


.brand-logo {
    margin-left: 100px;
}

.main-contain .white-back {
    padding-top: 100px;
}


/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
  border: 3px solid #fff;
  border-radius: 16px;
  height: 46px;
  width: 27px;
  display: block;
  z-index: 10;
  opacity: 0.7;
  margin: -60px auto;
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: 3px;
  height: 8px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}

/*************************/
/*************************/
/*************************/
/*************************/
/*************************/

.main-menu{
    background-image: none !important;
    background-color: transparent !important;
}

.main-menu ul li{
  list-style-type: none;
}

.main-menu ul{
  padding-left: 0px;
}

.main-menu .white-back {
    background-color: rgba(147,149,152,0.8);
}
.main-menu a {
    color: white;
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: bold;
}
.main-menu a:hover {
    color: black;
}
.main-menu .container {
    padding-top: 70px;
}
.main-menu li {
    margin: 9px;
    margin-bottom: 50px;
}


/********************/
/********************/
/********************/


.slides .slide{
    height: 410px;
    padding: 40px;
    /*width: 97%;*/
}
.slides{
    background-color: rgba(199,199,28,0.34);
    height: 430px;
}
.slides{
    /* height: 400px; */
}

.slide .circle {
    width: 80%;
    padding: 40px;
    margin: 8px auto;
    border: 8px solid rgba(87,87,86,0.52);
}

.slide h3:after {
    margin: 20px 0;
}

.slick-arrow {
    width: 70px;
    height: 70px;
    background-color: burlywood;
    background-color: #adadad;
    margin: auto;
    background-size: 100%;
    transition: transform 0.4s ease;
    float: left;
    cursor: pointer;
    z-index: 8999;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus{
     background-image: url(../img/icon_prev.png);
     background-size: 100%;
}
.slick-prev:hover, .slick-prev:focus{
     background-color: #dddd2e;
}
.slick-next, .slick-next:hover, .slick-next:focus{
     background-image: url(../img/icon_next.png);
     background-size: 100%;
}
.slick-next:hover, .slick-next:focus{
     background-color: #dddd2e;
}


.slick-arrow:hover {
    background-color: #dddd2e;
}

.slick-arrow:before {
    display: none;
}


.service li{
  list-style-type:circle;
  text-align: left;
}

ul li{
  list-style-type: circle;
}

ul{
  padding-left: 20px;
}


@media only screen and (max-width: 992px) {
  g.centrar .scale {
      transform: scale(2);
  }
  .main-menu a {
      font-size: 2em;
  }
}


@media only screen and (max-width: 600px) {
  g.centrar .scale {
      transform: scale(0.7);
  }

  .image-circle{
    width: 230px;
    height: 230px;
  }
  .image-circle .color{
    width: 226px;
    height: 226px;
  }
  .service .image-circle {
      width: 250px;
      height: 250px;
  }
}
