/* fonts */
@import url(http://allfont.net/allfont.css?fonts=montserrat-hairline);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://allfont.net/allfont.css?fonts=montserrat-light);

/* generales */ 
html, body{
  height: 100% !important;
  position:relative;
}

a {
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:focus {
  outline: none;
  outline-offset: -2px;
}

.btn{
  outline: none;
}

i{
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h1, h2{
  font-size: 28px;
  font-family: 'Montserrat Hairline', arial;
  margin-bottom: 20px;
  color:black;
}

h2{
  margin-top: 40px;
}

h3{
  font-family: 'Montserrat Hairline', arial;
  text-transform: uppercase;
  font-size: 28px;
  color:black;
}

.h3-subtitle{
  font-family: 'Montserrat Hairline', arial;
  font-size: 17px;
  color:black;
}

.h3-producto{
  color:white;
  text-transform: capitalize;
  padding-bottom: 20px;
  font-weight: bold;
}
.h3-productoconviva{
  color:black;
  text-transform: capitalize;
  padding-bottom: 20px;
  font-weight: bold;
}
.h3-productosheraton{
  color:white;
  text-transform: capitalize;
  padding-bottom: 20px;
  font-weight: bold;
}

.h3-desc-producto{
  color: white;
  font-weight: bold;
}
.h3-desc-productosheraton{
  color: white;
  font-weight: bold;
}
.h3-desc-productowifi{
  color: black;
  font-weight: bold;
}

.h3-conectamos{
  padding-bottom: 30px;
}

h4{
  font-family: 'Montserrat', sans-serif;
  color:white;
  text-transform: uppercase;
  font-size: 33px;
}

.h4-subtitle{
  font-family: 'Montserrat Hairline', arial;
  font-size: 17px;
  color:white;
}

.margin-0{
  display: block;
  margin: 0 auto;
}

.no-padding{
  padding-left: 0px;
  padding-right: 0px;
}

.no-margin{
  margin-left:0px;
  margin-right: 0px;
}

.wow {
  visibility: hidden;
}

.preload{
  width:100%;
  top:0;
  right:0px;
  bottom:0px;
  left: 0px;
  background-color:rgba(255, 255, 255, 1);
  position:fixed;
  z-index: 999999;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.paraxify{
  background-attachment: fixed;
  background-size: cover;
}

/* slider con parallax */
.carousel,
.item,
.active {
  height: 100%;
}


.carousel-inner {
  height: 100%;
}
.carousel-control {
  top: 50%;
  bottom: auto;
  width: auto;
  margin: 5px;
  padding: 3px 10px;
}
.carousel-control.right {
  right: 0;
  background: none;
}
.carousel-control.right:hover {
  right: 10px;
}
.carousel-control.left {
  left: 0;
  background: none;
}
.carousel-control.left:hover {
  left: 10px;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.zoomClass.active {
  -moz-animation: zoominout 10s linear 0s infinite;
  -webkit-animation: zoominout 10s linear 0s infinite;
  -ms-animation: zoominout 10s linear 0s infinite;
  animation: zoominout 10s linear 0s infinite;
}

.owl-item.active .zoomClass {
  -moz-animation: zoominout 10s linear 0s infinite;
  -webkit-animation: zoominout 10s linear 0s infinite;
  -ms-animation: zoominout 10s linear 0s infinite;
  animation: zoominout 10s linear 0s infinite;
}

@-moz-keyframes zoominout {
  0%{
    -moz-transform:scale(1);
  }
  100%{
    -moz-transform:scale(1.5);
  }
}
@-webkit-keyframes zoominout {
  0%{
    -webkit-transform:scale(1);
  }
  100%{
    -webkit-transform:scale(1.5);
  }
}
@-ms-keyframes zoominout {
  0%{
    -ms-transform:scale(1);
  }
  100%{
    -ms-transform:scale(1.5);
  }
}
@keyframes zoominout {
  0%{
    transform:scale(1);
  }
  100%{
    transform:scale(1.5);
  }
}

.carousel-control{
  z-index: 20;
}

.carousel-caption {
  text-align: left;
  bottom: 130px;
}

.carousel-title{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color:#a6ed49;
  font-size: 50px;
  position:relative;
  top:10px;
}

.carousel-p-and-btn p {
  font-family: "Montserrat Hairline",arial;
  font-size: 20px;
  width: 60%;
}

.carousel-p-and-btn .btn {
  text-shadow: none;
  background-color: #8bc53f;
  border-radius: 0px;
  font-size: 16px;
  margin-top: 5px;
  color:white;
  font-family: 'Montserrat', sans-serif;
}

.carousel-p-and-btn .btn:hover  {
  background-color: #666666;

}


.carousel-caption a{
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color:white;
  font-weight: bold;
}

.carousel-caption i {
  position: relative;
  bottom: 4px;
  left: 10px;
}

.carousel-indicators{
  text-align: center;
  bottom:50px;
}

.carousel-indicators li {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 0px none;
  background-color: #FFF;
  margin-left: 2.5px;
  margin-right: 2.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.carousel-indicators .active {
  width: 18px;
  height: 18px;
  background-color: rgb(166, 237, 73);
  border-radius: 100%;
  margin: 0px 2.5px;
}

.boton-down {
  background-color: #e7e9e5;
  border-radius: 100%;
  margin: 0px auto;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 60px;
  height: 60px;
  opacity: 1;
}

.boton-down:hover{
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.boton-down i{
  text-align: center;
  display: block;
  position: relative;
  top: 19px;
}

/* nav */ 

.navbar-default{
  background-color: transparent;
  border:0px;
  padding-top: 20px;
}

.navbar-default .navbar-collapse{
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar-nav li{
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-default .navbar-nav > li > a{
  color:white;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 13px;
}

.navbar-default .navbar-nav > li > a:hover{
  color:#a6ed49;
}

.navbar-default .navbar-nav .active  a, .navbar-default .navbar-nav .active  a:hover, .navbar-default .navbar-nav .active a:focus{
  color:#A6ED49;
  background-color: transparent;
}

.logo-nav-big{
  display: block;
}

.logo-nav-big img{
  width: auto;
  height: 80px;
  position: relative;
  bottom: 10px;
  right:10px;
}

.logo-nav-small{
  display:none;
}

.logo-nav-small img {
  width: auto;
  height: 96px;
  position: relative;
  bottom: 4px;
  right:10px;
}

.redes-sociales {
  position: relative;
  top: 9px;

}

.redes-sociales a{
  color:white;
  text-decoration: none;
  margin-right: 2.5px;
  margin-left: 2.5px;
  background-color: transparent;
  font-size: 18px !important;

}

.redes-sociales a i {
  width: 32px;
  text-align: center;
  height: 32px;
  line-height: 1.6;
  border: 2px solid #FFF;
  border-radius: 100%;

}

.icon-instagram{
  display:inline-block;
}

.icon-instagram a:hover{
  color:white !important;
}

.icon-instagram a i{
  background-color: transparent;
}

.icon-instagram a i:hover{
  background-color: #9b6954;
  color:white;
  border-color: #9b6954;
}

.icon-twitter{
  display:inline-block;
}

.icon-twitter a:hover{
  color:white !important;
}

.icon-twitter a i{
  background-color: transparent;
}

.icon-twitter a i:hover{
  background-color: #00aced;
  color:white;
  border-color: #00aced;
}

.icon-facebook{
  display:inline-block;
}

.icon-facebook a:hover{
  color:white !important;
}

.icon-facebook a i{
  background-color: transparent;
}

.icon-facebook a i:hover{
  background-color: #3b5998;
  color:white;
  border-color: #3b5998;
}


/* navbar transform */ 

.navbar-default.transform{
  background-color: white;
  transition: background-color 0.2s ease-in-out 0s;
  padding-top: 0px;
}

.navbar-default.transform .navbar-nav li a{
  color:#505050 !important;
}

.navbar-default.transform .navbar-nav li a:hover{
  color:#a6ed49 !important;
}

.navbar-default.transform .logo-nav-big{
  display: none;
}

.navbar-default.transform .logo-nav-small{
  display:block;
}

.navbar-default.transform .navbar-collapse{
  padding-top: 15px;
  padding-bottom: 15px;
}

/*navbar portfolio */ 

.navbar-portfolio{
  background-color: white;
  padding-top: 0px;
}

.navbar-portfolio .navbar-nav > li > a{
  color:#505050;
}

.navbar-port li a{
  color:#505050;
}

.navbar-portfolio .navbar-collapse{
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-portfolio .hamburger__icon, .hamburger__icon::after, .hamburger__icon::before{
  background-color:grey !important;
}

.logo-nav-port img{
  width: auto;
  height: 96px;
  position: relative;
  bottom: 4px;
  right: 10px;
}

/* fullscreen image */
.fullscreen,
.content-a {
  width:100%;
  min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
  overflow:hidden;
  min-height: 300px;
}

.background {
  background-repeat:no-repeat;
  /* custom background-position */
  background-position:50% 50%;
  /* ie8- graceful degradation */
  background-position:50% 50% !important;
}

/* owl gallery */ 

.main-gallery{

}

#owl-galeria .item img{
  display: block;
  width: 100%;
  height: auto;
}


#owl-productos .owl-controls{

  position:initial !important;
}

.owl-prev{
  position: absolute;
  top: 35%;
  left: 0px;
  background-color: transparent !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-prev:hover{
  left:8px;
}

.owl-next{
  position: absolute;
  top: 35%;
  right: 0px;
  background-color: transparent !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-next:hover{
  right:10px;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
}


.owl-theme .owl-controls .owl-page span{
  width:18px !important;
  height:18px !important;
  margin: 5px 5px !important;
  opacity:1 !important;
}

.owl-theme .owl-controls .owl-page span {
  background: white none repeat scroll 0% 0% !important;
  border: 1px solid #A6ED49 !important;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
  background-color:#a6ed49 !important;
}

.owl-pagination{
  position:relative;
  bottom:0px;
}

#galeria-somos .owl-pagination {
  bottom: 15px;
}

.owl-theme .owl-controls {
  margin-top: -35px !important;
}

#galeria-somos .owl-controls .owl-page span{
  border: 0px !important;
}

.picture{
  width: 100%;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.portada-mask{
  position:absolute;
  background-color: black;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity:0.6;
}

/* somos */ 

.bg-image-somos {
  background-image: url("../img/bg-somos.jpg");
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
  background-attachment: fixed;
}

.somos-p{
  font-size: 17px;
  font-family: 'Montserrat Hairline', arial;
  line-height: 30px;
  color:black;
}

.picture-somos{
  padding-bottom: 40%;
}

.elestudio-anclaje{
  height:50px;
}

/* nuestra area */ 

.nuestras-areas{
  background-color: #ededed;
  padding-top: 70px;
  padding-bottom: 40px;
}

.texto-areas{
  padding-bottom: 25px;
}

.picture-area{
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;

  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.overlay-area {
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.77);
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.picture-area:hover .overlay-area{
  opacity: 1;
}

.inner-content{
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translate(0px, -50%);
  /*  border:1px solid red; */
}

.area-caption{
  color:white;
  text-transform: uppercase;
  font-family: 'Montserrat Hairline', arial;
  font-size: 20px;
}

.categorias{
  list-style: none;
  padding-top: 40px;
  padding-left: 20px;
}

.categorias li:first-child{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 19px;
  color:black;
  text-transform: capitalize;
}

.categorias li a{
  font-size: 17px;
  font-family: 'Montserrat Hairline', arial;
  color:black;
  text-decoration: none;
  text-transform: capitalize;
}

/*.categorias li a:hover{
  color:rgb(235, 41, 114);
}*/

/* clientes */ 

.clientes{
  padding-top: 60px;
  padding-bottom: 60px;
}

.pictures-clientes {
  background-position: 50% 0% !important;
  min-height: 800px;
  padding-bottom: 0px;
  background-attachment: fixed;
}

.logos-marcas{
  padding-top: 40px;
  padding-bottom: 40px;
}

.logos-marcas img{
  display:block;
  margin: 0 auto;
  position:relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity:0.7;
  cursor: pointer;
}

.logos-marcas img:hover{
  opacity:1;
  transform: translate(0%, -5%);
}

/* oficina */

.oficina {
  padding-top: 45px;
  padding-bottom: 45px;
}

.oficina p{
  font-size: 17px;
  font-family: 'Montserrat light', arial;
  padding-top: 20px;
  padding-bottom: 20px;
}

.oficina a{
  color:#8dc63f;
  text-decoration: none;
}

.oficina a:hover{
  color:#666666;
}

.bg-comunicate{
  width:100%;
  min-height:300px;
  padding-bottom: 30px;
  padding-top: 30px;
  background:url('http://www.carmignac.fr/sites/default/files/styles/page_header_background/public/contact_header_fd03_1.jpg?itok=NeIZlJg4') no-repeat;
  background-size: cover !important;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden !important;
}


.comunicate-txt {
  font-family: 'Montserrat Hairline', arial;
  font-size: 31px;
  color: white;
  padding-top: 85px;
  padding-bottom: 85px;
}

.comunicate-txt a{
  text-decoration: none;
  color:#a6ed49;
  font-family: 'Montserrat light', arial;
}

.comunicate-txt a:hover{
  color:#8dc63f;
}

/* contacto */ 

.contacto{
  padding-top: 60px;
  padding-bottom: 60px;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color:#77777F;
  background-image: none;
  background-color: #ebebeb;
  border: 0px !important;
  border-radius: 0px !important;
  font-family: 'Montserrat Hairline', arial;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: transparent;
  outline: 0px none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #A6ED49;
}

.form-group {
  margin-bottom: 23px;
  margin-top: 1px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  font-family: 'Montserrat light', arial;

}

.btn-contacto {
  float: right;
  background-color: #8DC63F;
  border: 1px solid white;
  border-radius: 0px;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Montserrat light",arial;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-contacto:hover{
  color: white;
  background-color: #666666;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.google-maps {
  position: relative;
  padding-bottom: 75%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.g-recaptcha{
  display: inline-block;
}

/* footer */ 

footer {
  background-color: #F7F7F7;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer p{
  color:black;
  font-family: "Montserrat light",arial;
  font-size: 15px;
}

footer p span {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.tfx-bottom {
  font-family: "Montserrat",sans-serif;
  color: #8DC63F;
  font-size: 15px;
  font-weight: bold;
}

.redes-sociales-bottom {
  float: right;
  top: -8px;
}
.redes-sociales-bottom a {
  color:white;
}
.redes-sociales-bottom a i {
  width: 32px;
  text-align: center;
  height: 32px;
  line-height: 1.6;
  border-radius: 100%;
  border: 2px solid #222222;
  background-color: #222222;
}

@media (max-width: 768px) {
  footer p {
    padding-bottom: 15px;
    font-size: 14px;
    text-align: center;
  }
  footer p span {
    display: block;
    font-size: 14px;
    text-align: center;
  }
}


/* PORTFOLIO SITIO */ 

.pre-content {
  width: 100%;
  height: 80px;
  background-color: transparent;
}

.portolio-item{
  overflow: hidden;
  padding-bottom: 30%;
}

.portolio-picture {
  width: 100%;
  background-size: cover !important;
  background-position: 40% 20%;
  background-repeat: no-repeat;
  padding-bottom: 60%;
}

.portfolio-picture:hover{
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.shortcut{
  color:transparent;
}

.shortcut-picture {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 20% 0%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-filter: blur(0px); 
  filter: blur(0px); 
}


.shortcut:hover .shortcut-picture{
  transform: scale(1.1);
  -webkit-filter: blur(3px); 
  filter: blur(3px); 
}

.shortcut-overlay{
  position: absolute;
  top:0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.shortcut:hover .shortcut-overlay, .shortcut:hover .title, .shortcut:hover .subtitle-shorcut {
  opacity: 1;
  transform: scale(1);
  color:white;
}

.text-shorcut {
  position: absolute;
  top: 80%;
  left: 5%;
  right: 0px;
  transform: translate(0px, -50%);
  padding-bottom: 10px;
  width: 90%;
  z-index: 2;
}

.text-shorcut.background--light {
  color: #222;
}

.text-shorcut.background--dark {
  color: #fff;
}

.text.shorcut--dark.background--complex {
  color: #ccc;
}

.text.shorcut--light.background--complex {
  color: #aaa;
}


.title{
  font-family: 'Montserrat Hairline', arial;
  font-size: 40px;
  display: block;
  text-transform: capitalize;
  position: relative;
  top: 18px;
}

.title.background--light {
  color: #222;
}

.title.background--dark {
  color: #fff;
}

.title.background--dark.background--complex {
  color: #ccc;
}

.title.background--light.background--complex {
  color: #aaa;
}

.subtitle-shorcut{
  font-family: 'Montserrat Hairline', arial;
  font-size: 26px;
  display: inline-block;
  line-height: 26px;
}

.subtitle-shorcut.background--light {
  color: #222;
}

.subtitle-shorcut.background--dark {
  color: #fff;
}

.subtitle-shorcut.background--dark.background--complex {
  color: #ccc;
}

.subtitle-shorcut.background--light.background--complex {
  color: #aaa;
}

/* Advergames */ 

.hero {
  position: relative;
  width: 100%;
  min-height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}


.hero video {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100%;
  height: auto;
  background-size: cover;
  z-index: 1;
  transform: translate(-50%, 0px);
}

.embed-responsive{
  position:initial;
}

.producto {
  background-color: #3367B0;
  padding-top: 25px;
  padding-bottom: 180px;
}

.productosheraton {
  background-color: #44484f;
  padding-top: 25px;
  padding-bottom: 180px;
}
.productosheraton p{
  color:white;
  font-size: 17px;
  font-family: 'Montserrat Hairline', arial;
  line-height: 30px;
  padding-bottom: 30px;
}
.productosheraton span{
  color:white;
  font-family: "Montserrat light",arial;
  font-size:17px; 
}

.producto-black {
  background-color: #000000;
  padding-top: 25px;
  padding-bottom: 180px;
}

.producto p{
  color:white;
  font-size: 17px;
  font-family: 'Montserrat Hairline', arial;
  line-height: 30px;
  padding-bottom: 30px;
}
productoconviva p{
  color:back;
  font-size: 17px;
  font-family: 'Montserrat Hairline', arial;
  line-height: 30px;
  padding-bottom: 30px;
}
.producto a{
  text-decoration: none;
  color:white;
}

.producto a:hover{
	text-decoration: underline;
}

.producto span{
  color:white;
  font-family: "Montserrat light",arial;
  font-size:17px; 
}

.picture-owl-producto{
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px auto;
  width: 50%;
  padding-bottom:34%;
}
.picture-owl-productoipad{
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px auto;
  width: 50%;
  padding-bottom:36%;
}
.picture-owl-productostoneweb{
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px auto;
  width: 50%;
  padding-bottom:710px;
}
/* galeria noblex */ 
.picture-owl-producto-noblex{
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px auto;
  width: 50%;
  padding-bottom:34%;
}
.galeria-producto-noblex {
  bottom: 120px;
}

#galeria-producto {
  bottom: 120px;
}


#galeria-producto .owl-pagination{
  bottom: -63px;
}

/* fotos productos */ 

.desc-producto{
  background-color: #48a7e0;
  padding-top:60px;
  padding-bottom: 60px;
}
.desc-productosheraton{
  background-color: #11293b;
  padding-top:60px;
  padding-bottom: 60px;
}
.desc-productosheraton p{
  color:white;
  font-family: "Montserrat light",arial;
  font-size: 17px;
  line-height: 26px;
}
.desc-productoheraton p{
  color:white;
  font-family: "Montserrat light",arial;
  font-size: 17px;
  line-height: 26px;
}

.desc-productosheraton img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
/* ESTE SERIA EL NUEVO >>>>
.desc-producto-black{
  background-color: #000000;
  padding-top:60px;
  padding-bottom: 60px;
}
 */ 
.desc-producto p{
  color:white;
  font-family: "Montserrat light",arial;
  font-size: 17px;
  line-height: 26px;
}

.desc-producto img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.textbox-desc-producto{

}


.layers{
  padding-bottom: 200px;
}

.layers:last-child{
  padding-bottom: 0px;
}
.lamina-1, .lamina-2, .lamina-3{
  position:relative;
}

.lamina-1{
  z-index: 4;
}

.lamina-2{
  z-index: 3;
}

.lamina-3{
  z-index: 2;
}

.lamina-4{
  z-index: 1;
  position:relative !important;
}

/* clon */ 

#galeria-producto-clon .owl-pagination{
  position: relative;
  bottom: -5px;
}

.galeria-bg-image{
  background:url('../img/block-entire.png');
  background-repeat: no-repeat;
  width:100%;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 190px;
}

.producto-clon{
  padding-bottom: 180px;
  width:50%;
}

/* idesa */ 

.header-image{
  position:relative;
  min-height: 850px;
  width:100%;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.idesa{
  background-color:#60063c;
  padding-bottom:60px;
}

.main-picture img{
  margin: 0 auto;
}

.box-main-picture{
  min-height: 1200px;
  background-position: 50% 0% !important;
  padding-bottom: 0px;
}

.separador{
  background-color: #11a9b1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.desc-separador{
  color:white;
  font-family: 'Montserrat Hairline', arial;
  font-size: 17px;
  line-height: 26px;
}
.desc-separadorwifi{
  color:black;
  font-family: 'Montserrat Hairline', arial;
  font-size: 17px;
  line-height: 26px;
}

.second-picture{
  background-color: #8e2666;
}

/* stone */

.header-image-stone {
  position: relative;
  min-height: 600px;
  width: 100%;
  background-clip: border-box;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.stone{
  background-color: #e77f2b;
  padding-bottom: 80px;
}

.owl-carousel-stone{
  bottom: 80px !important;
}

.stone-owl{
  width:46%;
}

.separador-stone{
  background-color: #c12a98;
}

.stone-img-container{
  background-color: #6f6f6f;
}

.stone-second-picture{
  background-color: #6f6f6f;
}

.stone-second-picture-lg img{
  width: 100%;
}
/* CubanBeats */

.header-image-cuban {
  position: relative;
  min-height: 600px;
  width: 100%;
  background-clip: border-box;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.cuban{
  background-color: #ff0016;
  padding-bottom: 80px;
}

.owl-carousel-cuban{
  bottom: 0px !important;
}

.cuban-owl{
  width:100%;
}

.separador-cuban{
  background-color: #e8e8e8;
}

.cuban-img-container{
  background-color: #6f6f6f;
}

.cuban-second-picture{
  background-color: #6f6f6f;
}

.cuban-second-picture-lg img{
  width: 100%;
}
/* Conviva */

.header-image-conviva {
  position: relative;
  min-height: 600px;
  width: 100%;
  background-clip: border-box;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.conviva{
  background-color: #f2de00;
  padding-bottom: 80px;
}

.owl-carousel-conviva{
  bottom: 0px !important;
}

.conviva-owl{
  width:100%;
}

.separador-conviva{
  background-color: #ffea00;
}

.conviva-img-container{
  background-color: #6f6f6f;
}

.conviva-second-picture{
  background-color: #6f6f6f;
}

.conviva-second-picture-lg img{
  width: 100%;
}

/* Ipanema 2016 */

.picture-owl-producto-ipanema{
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px auto;
  width: 50%;
  padding-bottom:100%;
}

.header-image-ipanema {
  position: relative;
  min-height: 600px;
  width: 100%;
  background-clip: border-box;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.ipanema{
  background-color: #569aa5;
  padding-bottom: 0px;
}

.owl-carousel-ipanema{
  bottom: 0px !important;
}

.ipanema-owl{
  width:100%;
}

.separador-ipanema{
  background-color: #30d9ba;
}

.ipanema-img-container{
  background-color: #6f6f6f;
}

.ipanema-second-picture{
  background-color: #6f6f6f;
}

.ipanema-second-picture-lg img{
  width: 100%;
}


/* Tenaris */

.picture-owl-producto-tenaris{
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px auto;
  width: 50%;
  padding-bottom:70%;
  background-color: #e0e3e8;
}

.header-image-tenaris {
  position: relative;
  min-height: 600px;
  width: 100%;
  background-clip: border-box;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.tenaris{
  background-color: #e75931;
  padding-bottom: 0px;
}

.owl-carousel-tenaris{
  bottom: 0px !important;
}

.tenaris-owl{
  width:100%;
}

.separador-tenaris{
  background-color: #2595ad;
}

.tenaris-img-container{
  background-color: #6f6f6f;
}

.tenaris-second-picture{
  background-color: #6f6f6f;
}

.tenaris-second-picture-lg img{
  width: 100%;
}


/* Noblex */

.picture-owl-producto-noblex{
  background-size: 70% !important;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px 20px;
  width:100%;
  padding-bottom:50%;
  background-color: #ffff;
}

.header-image-noblex {
  position: relative;
  min-height: 100%;
  width: 100%;
  background-clip: border-box;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.noblex{
  background-color: #000;
  padding-bottom: 30px;
}

.owl-carousel-noblex{
  top: 100px;
  bottom: 30px !important;
}

.noblex-owl{
  width:30%;
}

.separador-noblex{
  background-color: #000;
}

.noblex-img-container{
  background-color: #ffff;
}

.noblex-second-picture{
  background-color: #ffff;
}

.noblex-second-picture-lg img{
  width: 100%;
}
#galeria-producto-noblex {
  bottom: 20%;
}

.separador-noblex{
  background-color: #113A83;
  padding-top: 40px;
  padding-bottom: 40px;
}

.desc-separador-noblex{
  color:white;
  font-family: 'Montserrat Hairline', arial;
  font-size: 17px;
  line-height: 26px;
}

/* Sheraton360 */


/* WiFi Stone */

.header-image-wifistone {
  position: relative;
  min-height: 600px;
  width: 100%;
  background-clip: border-box;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.wifistone{
  background-color: #363636;
  padding-bottom: 40px;
}

.owl-carousel-wifistone{
  bottom: 0px !important;
}

.wifistone-owl{
  width:100%;
}

.separador-wifistone{
  background-color: #fffc00;
}

.wifistone-img-container{
  background-color: #6f6f6f;
}

.wifistone-second-picture{
  background-color: #6f6f6f;
}

.wifistone-second-picture-lg img{
  width: 100%;
}
/* Trivia Sancor */

.header-image-sancor {
  position: relative;
  min-height: 600px;
  width: 100%;
  background-clip: border-box;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sancor{
  background-color: #70c8dc;
  padding-bottom: 40px;
}

.owl-carousel-sancor{
  bottom: 0px !important;
}

.sancor-owl{
  width:100%;
}

.separador-sancor{
  background-color: #782ac1;
}

.sancor-img-container{
  background-color: #6f6f6f;
}

.sancor-second-picture{
  background-color: #6f6f6f;
}

.sancor-second-picture-lg img{
  width: 100%;
}

/* cd top */ 

.cd-top {
  display: inline-block;
  height: 45px;
  width: 45px;
  position: fixed;
  right: 45px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgb(141, 198, 63) url("../img/cd-top-arrow.svg") no-repeat scroll center 50%;
  visibility: hidden;
  opacity: 0.7 !important;
  border-radius: 50%;
  z-index: 30;
  transition: all 0.2s ease-in-out 0s;
  bottom: 135px;
  transform: rotate(-90deg);
}

.cd-top:hover {
  opacity: 1 !important;
}


.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.8;
}

/* NAV MOBILE */ 

.nav-mobile,
.navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.nav-mobile {
  position: fixed;
  z-index: 25;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #FFF;
}

.nav-hide { display: none; }

.nav-mobile ul {
  display: block;
  vertical-align: middle;
  padding-left: 0px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nav-mobile ul li {
  list-style: outside none none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-mobile ul li a {
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  font-size: 30px;
  letter-spacing: -3px;
}

.nav-mobile ul li a:hover{
  color:#8dc63f;   
}

.nav-mobile ul li .redes-mobile-menu{
  top: 20px;
}

.nav-mobile ul li .redes-mobile-menu a{
  margin-right: 12px;
  margin-left: 12px;
  letter-spacing: 0px;
}

.navbar-toggle {
  position: fixed;
  top: 15px;
  right: 5px;
  width: 41px;
  height: auto;
  z-index: 9999;
  cursor: pointer;
  margin-top: 0px !important;
  padding-right: 0px;
}


.bar1, .bar2, .bar3 {
  width: 100%;
  height: 4px;
  margin-bottom: 4px;
  background-color: white;
  transition: all 0.3s ease-in-out 0s;
}

.bar1-gris, .bar2-gris, .bar3-gris{
  background-color: grey;
}

.bar1.transform, .bar2.transform, .bar3.transform{
  background-color:grey;
}

.navbar-on .bar1,
.navbar-on .bar2,
.navbar-on .bar3 { background-color: grey; }

.navbar-on .bar1 {
  transform-origin: 10% 40%;
  transform: rotate(45deg);
}

.navbar-on .bar3 {
  transform-origin: 10% 40%;
  transform: rotate(-45deg);
}

.navbar-on .bar2 { background-color: transparent; }



/*==========  Non-Mobile First Method  ==========*/

@media only screen and (max-width : 1400px) {

  .clon{
    background-size:cover;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

  .text-overlay {
    top: 80%;
    left: 15px;
  }

  .title{
    font-size: 30px;
  }

  .subtitle-shorcut{
    font-size:16px;
  }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

  .navbar-nav li {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-default .navbar-nav > li > a{
    padding-left: 2px;
  }

  .text-overlay {
    top: 76%;
  }

  .title {
    font-size: 22px;
  }


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

  .navbar-toggle {
    margin-top: 15px;
    padding-top: 15px;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 36px;
    height: 5px;
    border-radius: 0px;
  }

  .navbar-default{
    padding-top: 0px;
    padding-bottom: 30px !important;
  }

  .navbar-default .navbar-toggle{
    border:0px;
  }

  .navbar-default .navbar-nav > li > a{
    text-align: center;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-collapse.transform{
    padding-top: 0px;
  }

  .navbar-default .navbar-toggle .icon-bar{
    background-color: #FFF;
  }

  .navbar-default .navbar-toggle:hover .icon-bar{
    background-color: #8dc63f;
  }

  .navbar-default.transform {
    padding-top: 0px;
    padding-bottom: 8px;
  }

  .navbar-default .navbar-toggle .icon-bar.transform{
    background-color: grey;
  }

  .navbar-default .navbar-toggle:hover .icon-bar.transform{
    background-color: #8dc63f;
  }


  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(221, 221, 221, 0);
  }

  .redes-sociales{
    text-align: center;
  }


  .boton-down {
    transform: translate(-50%, -45%);
    width: 50px;
    height: 50px;
  }

  .boton-down i{
    top: 11px;
  }

  .boton-down i img {
    width: 25px;
    position: relative;
    top: 4px;
  }

  .bg-image-somos {
    padding-top: 30px;
    padding-bottom: 30px;
    background-attachment: initial;
  }

  .clientes {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pictures-clientes {
    background-attachment: initial;
    background-size: cover !important;
  }

  .nuestras-areas{
    padding-bottom: 5px;
  }

  .producto{
    padding-top: 10px;
  }

  .separador{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .picture-somos{
    padding-bottom: 150%;
  }
  #galeria-somos .picture-somos{
    padding-bottom: 100%;
  }

  .categorias{
    padding-bottom: 40px;
  }

  h3{
    font-size: 27px;
  }

  .google-maps {
    margin-top: 30px;
  }
  .google-maps iframe {
    pointer-events:none;
  }

  .btn-contacto{
    width: 100%;
  }

  .picture-owl-producto{
    width:100%;
    padding-bottom:75%;
  }

  .layers{
    padding-bottom: 80px;
  }

  .cd-top{
    bottom:24%;
  }

  .desc-producto{
    padding-top: 20px;
  }

  .desc-producto p{
    padding-bottom: 20px;
  }

  .portolio-item{
    padding-bottom: 70%;
  }

  .title {
    font-size: 19px;
    top:12px;
  }

  .subtitle-shorcut {
    font-size: 14px;
  }

  .pre-porfolio{
    height: 90px;
  }

  .cd-top{
    display: none;
  }

  .logo-nav-big img {
    width: 123px;
    height: 55px;
    position: relative;
    bottom: 0px;
  }

  .logo-nav-small img {
    width: 124px;
    height: 85px;
    position: relative;
    bottom: 0px;
  }

  .logo-nav-port img{
    right:0px;
  }

  .carousel-caption {
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    bottom: auto;
    width: 70%;
  }

  .carousel-title{
    top: 0px;
    font-size: 31px;
  }

  .carousel-p-and-btn p{
    width: 100%;
    font-size: 16px;
  }

  .carousel-indicators{
    display: none;
  }
  

  #galeria-mobile .owl-item{
    overflow: hidden;
  }

  #galeria-mobile .owl-pagination {
    top: -20px;
  }

  .owl-buttons{
    display: none;
  }


}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  .clon{
    background-size: initial;
  }

  .nav-mobile ul li .redes-mobile-menu a {
    margin-right: 9px;
    margin-left: 9px;
    letter-spacing: 0px;
  }

}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
