/*!
 * Start Bootstrap - Stylish Portfolio (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */

/* Global Styles */

html, body {
  width: 100%;
  height: 100%;
}

/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
  color: #888;
  font-family: montserrat,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  background: #fff;
  }
  html,
  body { height: 100% }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: 0px;
    margin-top: 0px; 
    font-family: "Montserrat",sans-serif;
    color: #333;
    font-weight: 400;
  }
  a {
  font-family: "Montserrat",sans-serif;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  }
  a:hover {
      color: #fff;
      text-decoration: none;
  }
  a:focus {
      outline: none;
      text-decoration: none;
  }
  p {
      margin-bottom: 0;
  }
  ul,
  li {
      margin: 0;
      padding: 0;
  }
  fieldset {
      border: 0 none;
      margin: 0 auto;
      padding: 0;
  }
  /*START PRELOADER DESIGN*/
  .preloader {
      background:#fff;
      bottom: 0;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 9999;
  }
  .status,
  .status-mes {
      background-image: url(../img/status.gif);
      background-position: center;
      background-repeat: no-repeat;
      height: 200px;
      left: 50%;
      margin: -100px 0 0 -100px;
      position: absolute;
      top: 50%;
      width: 200px;
  }
  .status-mes {
      background: none;
      left: 0;
      margin: 0;
      text-align: center;
      top: 65%;
  }
  .status-mes h4 {
      color: #333;
      margin-top: 30px;
      font-weight:600px;
      text-transform: uppercase;
      font-family: "Montserrat",sans-serif;
  }
  .no-padding { padding: 0 }
  /*END PRELOADER DESIGN*/
  .section-padding { padding: 60px 0 }
  /*START SECTION TITLE DESIGN*/
  .section-title { margin-bottom: 60px }
  .section-title  h2 {
  margin-top: 0;
  text-transform: uppercase;
  }
  .section-title div {
  background: #a8a8a8 none repeat scroll 0 0;
  display: block;
  height: 2px;
  margin: 20px auto 0;
  overflow: hidden;
  width: 50px;
  }
  /*END SECTION TITLE DESIGN*/
  /*START SCROLL TO TOP*/
  .topcontrol {
  background: #2a80b9 none repeat scroll 0 0;
  border-radius: 5px;
  bottom: 5px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  height: 35px;
  line-height: 33px;
  opacity: 1;
  position: fixed;
  right: 5px;
  text-align: center;
  transition: all 0.2s ease 0s;
  width: 35px;
  }
  .topcontrol:hover {
      background: #222;
      color: #fff;
  }
 
  

@font-face{
  font-family:"Didot-W01-Italic";
  src:url("/fonts/menu.eot?#iefix");
  src:url("/fonts/menu.eot?#iefix")format("eot"),
    url("/fonts/menu.woff2") format("woff2"),
    url("/fonts/menu.woff") format("woff"),
    url("/fonts/menu.ttf") format("truetype"),
    url("/fonts/menu.svg") format("svg");
}

.text-vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.text-vertical-center h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}


/* Custom Button Styles */

.btn-dark {
  color: #fff;
  border: none;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .4);
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  color: #fff;
  background-color: rgba(0, 0, 0, .7);
}

.btn-light {
  color: #333;
  border: none;
  border-radius: 0;
  background-color: rgb(255, 255, 255);
}

.btn-light:hover, .btn-light:focus, .btn-light:active {
  color: #333;
  background-color: rgba(255, 255, 255, .8);
}


/* Custom Horizontal Rule */

hr.small {
  max-width: 100px;
}


/* Side Menu */

#sidebar-wrapper {
  position: fixed;
  z-index: 1000;
  right: 0;
  overflow-y: auto;
  width: 250px;
  height: 100%;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  transform: translateX(250px);
  background: #fff;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, .2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  font-size: 18px;
  line-height: 55px;
  height: 55px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  z-index: 1;
  top: 0;
  right: 0;
  border: 1px #007bff solid;
}

#menu-toggle:hover {
  color: #0056b3;
  border: 1px #0056b3 solid;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  position: fixed;
  background: #ffff;
  top: 0;
  opacity: 0.9;
}

#sidebar-wrapper a {
  color: #007bff;
}

#sidebar-wrapper a:hover {
  color: #0056b3;
}

.toggle {
  font-size: 1em;
  margin: 5px 5px 0 0;
  padding: 15px 20px;
}


/* Header */

.header {
  position: relative;
  display: table;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0 50px;
  margin-top: 101px;
}

.header-text {
    position: absolute;
    top: 35%;
    width: 85%;
    text-align: center;
}

video::-webkit-media-controls-start-playback-button {
    display: none;
}

.header video{
  width: 100%;
}



.carousel-indicators li {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 10px;
  margin: 0 1px;
  width: 10px;
  background: transparent;
  cursor: 
}
.carousel-indicators .active {
  background-color: #fff;
}

/* About */

.about {
  padding: 50px 0;
}


/* Services */

.services {
  padding: 50px 0;
}

.service-item {
  margin-bottom: 30px;
}


/* Callout */

.callout {
  display: table;
  width: 100%;
  height: 400px;
  color: #000;
  background: url(../img/hh_estudio_04_97488.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px 0;
}


/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 30px;
}

.portfolio-item p {
  padding-top: 15px;
  min-height: 3rem;
  line-height: 1;
}

.img-portfolio {
  margin: 0 auto;
}

.img-portfolio:hover {
  opacity: .8;
}


/* Call to Action */

.call-to-action {
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}


/* Map */

.map {
  height: 500px;
}

@media(max-width:768px) {
  .map {
    height: 75%;
  }
}

.map iframe {
  pointer-events: none;
}


/* Footer */

footer {
  padding: 100px 0;
}

#to-top {
  font-size: 1em;
  position: fixed;
  right: 5px;
  bottom: 5px;
  display: none;
  padding: 15px 20px;
}


/*custom*/
.img-desc {
  margin-top: 5px;
  color: darkgoldenrod;
  text-align: center;
}

.contact-form .form-group {
  margin-left: 15%;
}
.hidden {
  display: none;
}


/* header */

.page-header {
  margin-top: -15px;
  padding: 40px 40px 25px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: fixed;
  top: 0;
  z-index: 100;
  background: white;
  width: 100%; 
  opacity: .9; 
}

.page-header .logo {
  position: absolute;
  margin-left: 10px;
}

/* menu */

.section-menu {
  float: right;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}

.section-menu ul {
  padding: 0;
  list-style: none;
}

.section-menu .menu-item {
  float: left;
  position: relative;
  margin-left: 30px;
}

.section-menu .menu-item a {
  text-decoration: none;
  color: rgb(47, 46, 46);
  line-height: 50px;
  font-weight: 400;
}
.section-menu .menu-item a:hover {
  color: rgb(160, 160, 159);
}
@media(min-width:910px) {
  #menu-toggle {
    display: none;
  }
  .section-menu {
    display: block;
  }
  #mainVideo {
    display:block;
  }
  #mainImg {
    display: none;
  }
}
@media(max-width:910px) {
  #menu-toggle {
    display: block;
  }
  .section-menu {
    display: none;
  }
  #mainVideo {
    display:none;
  }
  #mainImg {
    display: block;
    width: 100%;
  }
  .header-text {
    position: absolute;
    top: 40%;
    width: 75%;
    text-align: center;
    display: block;
    
  }
  .header-text .display-4 {
    font-size: 2rem;
  }
}


.quality-detail {
  margin-top:100px;
}

.quality-detail .header {
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin-bottom: 40px;
}

.quality-detail .container {
  margin-bottom: 50px;
}

.quality-detail .subsection {
  text-decoration: underline;
}

.quality-detail .featured-thumbnail {
  float: left;
  width: 20%;
}

.quality-detail .featured-thumbnail img {
  width: 100%;
}

.quality-detail .content {
  float: right;
  width: 75%;
}

.sidebar {
  margin-top: 101px;
  margin-left: 20px;
}

.sidebar h3 {
  font-weight: bold;
  font-size: 2rem;
}

.sidebar .quality-menu-container {
  margin: 50px 0;
}

.sidebar .quality-menu-container .quality-menu {
  padding: 0;
}

.sidebar .quality-menu-container .quality-menu-item {
  list-style: none;
}

.sidebar .quality-menu-container .quality-menu-item.current {
  font-weight: bold;
}

.sidebar .quality-menu-container .quality-menu-item a {
  color: black;
  text-decoration: none;
}

.sidebar .quality-menu-container .quality-menu-item a:hover {
  color: darkgray;
}
.sidebar .download-pdf {
  margin-top: 50px;
}


.project-detail {
  margin-top: 200px;
}

.project-detail .img-portfolio:hover {
  opacity: 1;
}

.sold-out {
  position: fixed;
  background-color: white;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index: 10;
}

.sold-out img {
  position: fixed;
  top: 20%;
  left: 25%;
  width: 50%;
}

.promote-txt {
  margin: 10px 25%;
}
.price {
  color: darkgoldenrod;
}

.next-btn {
  max-width: 50%;
  float: right;
}

.prev-btn {
  max-width: 50%;
  float:left;
}

.lopd {
  font-size:12px;
}

.calidades .img-portfolio {
  height: 120px;
}
.logo {
  height: 100px;
}

.logo img {
  width: 120px;
}

#mainCarousel .carousel-item {
  max-height: 700px;
}
#mainCarousel .carousel-caption h3 {
  color: white;
}

.users {
  margin-top:50px;
}


@media (min-width: 768px) {
  .navbar-nav>li {
      float: left;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    flex-direction: row;
  }
  .contact-form {
    margin-left: 26%;
  }
}
@media (max-width: 1024px) {
  #sticker .container {
    max-width: 100%;
  }
}

.twentytwenty-wrapper {
  max-width: 95%;
}

    /*
    * ----------------------------------------------------------------------------------------
    * START HEADER
    * ----------------------------------------------------------------------------------------
    */
    .header_area {
      left: 0;
      padding: 8px 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 999;
    }
    .top-info-left a {
    color: #999;
    display: inline-block;
    font-size: 15px;
    margin: 5px 10px 5px 0;
    }
    .top-info-left a i{ margin-right: 5px }
    .top-info-right ul { float: right }
    .top-info-right li { float: left }
    .top-info-right li a { display: block }
    .top-info-right li a i {
        text-align: center;
        line-height: 25px;
        font-size: 16px;
        height: 25px;
        margin: 2px;
        width: 25px;
        color: #fff;
        -webkit-transition: all 0.36s ease-out;
                transition: all 0.36s ease-out;
    }
    .top-info-right li a i:hover {
    color:#2a80b9;
    }
    /*
    * ----------------------------------------------------------------------------------------
    * END HEADER 
    * ----------------------------------------------------------------------------------------
    */

    /*
    * ----------------------------------------------------------------------------------------
    * START NAVIGATION OVERRIDES
    * ----------------------------------------------------------------------------------------
    */
    .navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 10px 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    }
    .stick {
        position:fixed;
        top:0px;
        z-index:999999;
        left: -1px;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        color: #2a80b9 !important;
        background-color: transparent;
    }
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        color: #171717 !important;
        background-color: transparent;
    }
    .navbar-brand { padding: 0px }
    .navbar-brand img {
        width: 150px;
        transition: all 0.3s ease 0s;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form { border-color: #fff }
    .menu-top li a {
    color: #333;
    font-family: montserrat,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    }
    .menu-top li a:hover { color: #2a80b9!important }
    .navbar-default.menu-shrink {
    background:rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    padding: 10px 0;
    width: 100%;
     margin-top:0px
    }
    .navbar-default.menu-shrink li a:hover { color: #2a80b9 !important }
    .navbar-default .navbar-toggle { background: #fff none repeat scroll 0 0 }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus { background-color: #fff }
    .navbar-default .navbar-toggle .icon-bar { background-color: #2a80b9 }
    /*
    * ----------------------------------------------------------------------------------------
    * END NAVIGATION OVERRIDES
    * ----------------------------------------------------------------------------------------
    */
    
    
    /*
    * ----------------------------------------------------------------------------------------
    * START ABOUT 
    * ----------------------------------------------------------------------------------------
    */
    .feature{	
        background: #f7f7f7;
    }
    .single_about {
        background: #fff none repeat scroll 0 0;
        border-bottom: 1px solid #e8e8e9;
        border-right: 1px solid #e8e8e9;
        padding: 40px 20px;
        transition: all 0.4s ease 0s;
        text-align: center;
    }
    .single_about:last-child { border-right: 0px }
    .single_about:hover {box-shadow:0 3px 45px 0 rgba(0, 0, 0, 0.2);z-index:999; }
    .single_about i {
        border-radius: 50%;
        color: #fff;
        background:#2a80b9;
        display: inline-block;
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        margin: 0 0 24px;
        text-align: center;
        text-decoration: none;
        transition: all 0.5s ease-in-out 0s;
        width: 60px;
    }
    .single_about h4 {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.5s ease-in-out 0s;
    }
    .single_about p {
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }
    .single_about:hover i {
        transform: scale(1.1);
    }
    /*
    * ----------------------------------------------------------------------------------------
    * END ABOUT
    * ----------------------------------------------------------------------------------------
    */

/*
    * ----------------------------------------------------------------------------------------
    * 11.START PRICING TABLE DESIGN
    * ----------------------------------------------------------------------------------------
    */
    .pricing-table {
      border: 1px solid #eee;
      display: block;
      text-align: center;
      -webkit-transition: all 0.4s ease 0s;
              transition: all 0.4s ease 0s;
  }
  .pricing-table:hover {
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px);
      box-shadow: 0px 8px 24px rgba(0,0,0,0.25);
  }
  .ccr-price-title {
  background: #2a80b9 none repeat scroll 0 0;
  color: #fff;
  font-family: montserrat,sans-serif;
  font-size: 20px;
  height: 120px;
  padding: 20px 0 10px;
  text-align: center;
  text-transform: uppercase;
  }
  .ccr-price-subtitle {
    background: #2a80b9 none repeat scroll 0 0;
    color: #fff;
    font-family: montserrat,sans-serif;
    font-size: 20px;
    height: 300px;
    padding: 20px 0 10px;
    text-align: center;
    text-transform: uppercase;
    }

  .ccr-price {
  margin-bottom: 30px;
  }
  .ccr-price-value {
      border: 4px solid #f7f7f7;
      border-radius: 100%;
      box-shadow: 0 5px 13px -4px #585858 inset;
      font-family: montserrat,sans-serif;
      color: #fff;
      font-size: 32px;
      height: 170px;
      line-height: 50px;
      margin-left: auto;
      margin-right: auto;
      margin-top: -60px;
      text-align: center;
      text-shadow: 1px 1px 0 #fff;
      transition: all 0.4s ease 0s;
      width: 170px;
      padding: 30px 0 0 0;
      background: #2a80b9; /* Old browsers */ /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a80b9), color-stop(40%,#2a80b9)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #2a80b9 0%,#2a80b9 40%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
      background: -webkit-linear-gradient(top, #2a80b9 0%, #2a80b9 40%);
      background: linear-gradient(to bottom, #2a80b9 0%,#2a80b9 40%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a80b9', endColorstr='#2a80b9',GradientType=0 ); /* IE6-9 */
  }
  .ccr-price-list li {
  border-top: 1px dashed #eaeaea;
  color: #333;
  font-family: lora,sans-serif;
  font-size: 16px;
  line-height: 50px;
  list-style: outside none none;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  }
  .ccr-price-list li:hover { background-color: rgba(0, 0, 0, 0.03) }
  .pricing-table button {
      font-family: montserrat,sans-serif;
      margin: 20px 0;
      padding: 9px 30px;
  }
  .btn-price-bg  {
  background: #2a80b9 none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  box-shadow: 0 11px 10px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
  }
  .btn-price-bg:hover {
      background: #333;
      color: #fff;
  }
  /*
  * ----------------------------------------------------------------------------------------
  * 11.END PRICING TABLE DESIGN
  * ----------------------------------------------------------------------------------------
  */
.portfolio-item-video {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
}

#what-is .display-4 {
  font-size: 2rem;
}

.welcome-area {
  overflow-x: hidden;
}
