/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */


 html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}




body {
  background-color: #000000!important;
  margin: 0;
  font-family: 'Lato', sans-serif!important;

      line-height: 30px!important;
    font-size: 17px!important;


}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
#iniciopewun {
  background-color: #000000;
  border: 0px solid #000000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
/* boton scroll inicio */
#iniciopewun .btn-scroll {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 20px;
  padding-top: 6px;
}
#iniciopewun .btn-scroll:hover {
  border: 5px solid rgba(255, 255, 255, 0.3);
  font-size: 30px;
  padding-top: 0px;
}
/* boton scroll inicio */
.sol {
  width: 38px;
  height: 38px;
  display: inline-block;
  bottom: 40px;
  position: absolute;
  z-index: 12;
  text-align: center;
}
.pos {
  text-align: center;
  display: inline-block;
  bottom: 40px;
  position: absolute;
  z-index: 12;
}
/*---------------------------------*/
.contenedor-img {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.contenedor-img img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.scene {
  padding: 0;
  margin: 0;
  left: -17px;
  height: 100vh;
}
.fill {
  position: absolute;
  bottom: 5%;
  right: 5%;
  left: 5%;
  top: 5%;
}
.expand-width {
  width: 10%;
}
.border {
  border: 2px dashed #00FFAA;
}
.aspect {
  opacity: 0.2;
}
.layer {
  margin: 0 auto;
  width: 102%;
}
.layer:nth-child(1) {
  opacity: 1;
}
.layer:nth-child(1) button {
  -webkit-transform: rotate(150deg);
}
xºx .layer:nth-child(2) {
  opacity: 1;
}
.layer:nth-child(2) button {
  -webkit-transform: rotate(120deg);
}
.layer:nth-child(3) {
  opacity: 1;
}
.layer:nth-child(3) button {
  -webkit-transform: rotate(90deg);
}
.layer:nth-child(4) {
  opacity: 1;
}
.layer:nth-child(4) button {
  -webkit-transform: rotate(60deg);
}
.layer:nth-child(5) {
  opacity: 1;
}
.layer:nth-child(5) button {
  -webkit-transform: rotate(30deg);
}
.layer:nth-child(6) {
  opacity: 1;
}
body {
  font-family: 'lato', sans-serif;
  font-size: 14px;
  line-height: 35px;
  font-weight: 300;
}
.title-pewun {
  font-family: 'lato', sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  padding: 0px 0px 30px 0px;
  color: #ccc;
  font-weight: 200;
  letter-spacing: 5px;
}
.subtitulo-pewun {
  font-size: 18px;
  margin-bottom: 10px;
}
.parrafo-pewun {
  text-transform: uppercase;
  font-size: 17px;
}


.txt-t-pewun {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: left;
  margin-top: 25px;
  letter-spacing: 3px;
}
.txt-p-pewun li {
  padding: 2px 0px;
  transition: all 0.2s;
}
.txt-p-pewun li:hover {
  color: #bcbcbc;
}
.blanco {
  color: #ffffff;
}
.span-pewun {
  text-transform: uppercase;
  font-size: 50px;
  padding: 0px 0px 30px 0px;
  color: #9e7300;
  font-weight: 500;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-caption {
  position: absolute;
  bottom: 187px;
}
/* MENU ======================================= */
/*
header{
	.navbar-pewun{
		background-color: rgba(255, 255, 255, 1);
		border: 0px;
		border-bottom: 1px solid rgba(255, 255, 255, 0);
		transition: all 0.6s;
	}
}
#menux{
	text-align: center;
	.navbar-nav{
		float: none;
	}
	.navbar-nav li{
		text-align: center;
		display: inline-block;
		float: none;
	}
	.navbar-nav li a{
		color: #ffffff;
		font-weight: 300;
		margin: 0px 2px;
		text-transform: uppercase; 
		transition: all 0.2s;
		border-bottom: 3px solid rgba(0, 0, 0, 0.5);
	}
	.navbar-nav li a:hover{
		border-bottom: 3px solid #9e7300;
		background-color: rgba(161, 18, 22, 1);
		color: #ffffff;
	}
	.logo-puertopewun-menu{
		width: 180px;
		padding: 10px;
		display: none;
		transition: all 0.2s;
	}
}
*/
header .navbar-pewun {
  background-color: #000000;
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.6s;
}
#menux {
  text-align: center;
  transition: all 0.2s;
}
#menux .container{
  width: 100%;
  transition: all 0.3s ;
}

#menux .navbar-nav {
  float: right;
  margin-top: 20px;
}
#menux .navbar-nav li {
  text-align: center;
  display: inline-block;
  float: none;
}
#menux .navbar-nav li a {
  color: #ffffff;
  font-weight: 300;
  margin: 0px 10px;
  font-size: 12.4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s;
  border-radius: 4px!important;
  border-bottom: 3px solid #000000;


}
#menux .navbar-nav li a:hover {
  border-bottom: 3px solid #9e7300;
  background-color: rgba(161, 18, 22, 0);
  color: #ffffff;
}
#menux .navbar-nav li a:focus {
  border-bottom: 3px solid #9e7300;
  background-color: rgba(161, 18, 22, 0);
  color: #ffffff;
}
#menux .logo-puertopewun-menu {
  width: 170px;
  float: left;
  padding: 10px;
  transition: all 0.2s;
  margin: 20px 0px;
}
#menux .logo-puertopewun-metra {
  width: 110px;
  float: left;
  padding: 0px 10px;
  transition: all 0.2s;
  margin: 2px 0px 2px 20px;
}
#menux .logo-puertopewun-top {
  display: none;
  width: 190px;
  margin: 20px 20px 20px 20px;
}
.navbar-default .navbar-nav > .active > a {
  border-bottom: 3px solid #9e7300;
  background-color: #9e7300;
  color: #ffffff;
}
.header2 #menux {
  height: 80px!important;
  background-position: 50% 90%;
}

.header2 #menux .container{
  width: 1170px;
}


.header2 .navbar-pewun {
  background-color: #000000;
  border-bottom: 1px solid #000000;
  border: 0px;
}
.header2 .navbar-nav {
  float: right;
  margin-top: 0px!important;
}
.header2 .oculto {
  display: none!important;
}
.header2 #menux .logo-puertopewun-menu {
  width: 120px;
  padding: 10px 0px!important;
  display: inline-block;
  float: left;
  transition: all 0.2s;
  margin: 0px;
}
.header2 #menux .logo-puertopewun-metra {
  width: 79px;
  float: left;
  padding: 0px;
  transition: all 0.2s;
  margin: 2px 0px;
}
.header2 #menux .navbar-nav {
  float: right;
      margin-top: 20px!important;
}

/*
.header2 .navbar-nav li a {

  padding-top: 18px;
  padding-bottom: 18px;
  color: #ffffff;
}
.header2 .logo-puertopewun-top {
  display: none;
}
*/
/* ======================================= MENU */
.arrow-desplaza {
  border: 1px solid #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
}
.section {
  position: relative;
  padding: 50px 0px;
  z-index: 3;
  overflow: hidden;
  width: 100%;
}
/*rectangulos imagen hero*/
.contenedor-img-hero {
  width: 100%;
  position: relative;
  /* boton scroll inicio */
  /* boton scroll inicio */
  /*  */
}
.contenedor-img-hero .reac {
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  transition: all 0.2s;
}
.contenedor-img-hero .reac:hover {
  background-color: rgba(255, 255, 255, 0);
}
.contenedor-img-hero .btn-scroll {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  z-index: 9!important;
  left: 50%;
  right: 50%;
  bottom: 30px;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 20px;
  padding-top: 6px;
}
.contenedor-img-hero .btn-scroll:hover {
  border: 5px solid rgba(255, 255, 255, 0.3);
  font-size: 30px;
  padding-top: 0px;
}
.contenedor-img-hero .z {
  background-color: rgba(255, 255, 255, 0.3);
  top: -100px;
  left: 0px;
}
.contenedor-img-hero .a {
  background-color: rgba(255, 255, 255, 0.2);
  top: 0px;
  left: 0px;
}
.contenedor-img-hero .b {
  background-color: rgba(255, 255, 255, 0.2);
  top: 100px;
  left: 100px;
}
.contenedor-img-hero .c {
  background-color: rgba(255, 255, 255, 0.4);
  top: 0px;
  left: 100px;
}
.contenedor-img-hero .d {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 100px;
  left: 0px;
}
.contenedor-img-hero .e {
  background-color: rgba(255, 255, 255, 0.2);
  top: 0px;
  left: 200px;
}
.contenedor-img-hero .f {
  background-color: rgba(255, 255, 255, 0.1);
  top: 0px;
  left: 400px;
}
.contenedor-img-hero .g {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0px;
  right: 0px;
}
.contenedor-img-hero .h {
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0px;
  right: 100px;
}
.contenedor-img-hero .i {
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 100px;
  right: 200px;
}
.x {
  background-color: rgba(255, 255, 255, 0.2);
  bottom: -100px;
  right: 0px ;
  position: absolute;
  z-index: 1000;
  width: 100px;
  height: 100px;
  transition: all 0.2s;
}
.x:hover {
  background-color: rgba(255, 255, 255, 0);
}
.contenedor-img-entorno {
  position: relative;
}
.contenedor-img-entorno .reac {
  position: absolute;
  z-index: 1000;
  width: 100px;
  height: 100px;
  transition: all 0.2s;
}
.contenedor-img-entorno .reac:hover {
  background-color: rgba(255, 255, 255, 0);
}
.contenedor-img-entorno .a {
  background-color: rgba(255, 255, 255, 0.2);
  top: 0px;
  left: 0px;
}
.contenedor-img-entorno .b {
  background-color: rgba(255, 255, 255, 0.2);
  top: 100px;
  left: 100px;
}
.contenedor-img-entorno .c {
  background-color: rgba(255, 255, 255, 0.4);
  top: 0px;
  left: 100px;
}
.contenedor-img-entorno .d {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 100px;
  left: 0px;
}
.contenedor-img-entorno .e {
  background-color: rgba(255, 255, 255, 0.2);
  top: 0px;
  left: 200px;
}
.contenedor-img-entorno .f {
  background-color: rgba(255, 255, 255, 0.1);
  top: 0px;
  left: 400px;
}
.contenedor-img-entorno .g {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0px;
  right: 0px;
}
.contenedor-img-entorno .h {
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0px;
  right: 100px;
}
.contenedor-img-entorno .i {
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 100px;
  right: 200px;
}
/* HOME */
/* INFO */
.txt-home {
  top: 470px;
  margin: 0 auto;
  text-align: center;
  z-index: 23;
  color: #ffffff;
  font-size: 25px!important;
}
/*informacion*/
#informacion {
  color: #ffffff;
}
.maderaBlack {
  background-color: #000000;
}
.imagen-hero {
  width: 100%;
}
/* UBICACION */
#ubicacion {
  background-color: #000000;
  color: #ffffff;
}
.mapa-ubicacion {
  width: 100%;
}
.dots {
  background-color: #727175;
  padding: 5px 10px;
  width: 10px;
  border-radius: 50%;
  color: #000;
  font-weight: bold;
}
.esquema-ubicacion {
  width: 100%;
  position: relative;
}
.dots-maps {
  display: inline-block;
  position: absolute;
  z-index: 222222222;
  background-color: #727175;
  color: #000;
  padding: 0px 4px;
  border-radius: 50%;
  font-size: 8px;
}
.btnMp {
  text-decoration: none!important;
  text-align: center;
  background: #6f6d71;
  color: #000;
  border-radius: 100%;
  border: 0px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  padding: 0px;
  position: absolute;
  transition: all 0.3s;
}
.btnMpP {
  text-decoration: none!important;
  text-align: center;
  background-color: #9e7300;
  color: #9e7300;
  border-radius: 100%;
  border: 0px;
  font-weight: bold;
  width: 23px;
  height: 23px;
  font-size: 10px;
  line-height: 20px;
  padding: 0px;
  position: absolute;
}
.btnMp:hover {
  color: #000;
  background: #ffffff;
}
/*GALERIA */
.entorno {
  background-color: #0a0a0a;
}
.backBlack {
  background-image: url('../images/back.jpg');
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* PLANTAS */
#houses {
  background-image: url('../images/back.jpg');
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: 100%;


  background-repeat: no-repeat;
  background-size: 100%;
}
.box-planta {
  background-color: #2a2a2a;

  border: 0px solid #000000;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.box-planta img {
  padding: 0px;
}
.box-planta a {
  display: block;
  color: #2f2f2f;
  text-decoration: none!important;
}
.box-planta:hover {
  background-color: #1c1c1c;
  color: #2f2f2f;
  text-decoration: none!important;
  -webkit-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.61);
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.61);
}
.img-plantas {
  width: 100%;
}
.txt-plantas {
  padding: 10px 0px;
  background-color: #000000;
  color: #ffffff;
}
.txt-plantas p {
  margin: 10px;
}
.txt-plantas .p-titulo {
  font-family: 'lato', sans-serif;
  font-size: 16px;
	
  color: #9e7300;
  font-weight: bold;
}
.sub{
  margin:1px; 
  color: #9e7300;
  line-height: 16px;
  font-size: 13px;
  font-weight: bold;
    text-transform: uppercase;
	}
.txt-plantas .p-parrafo {
  font-family: 'lato', sans-serif;
}
/*carrusel*/
#hero-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
}
#hero-wrapper .carousel-wrapper,
#hero-carousel {
  height: 100%;
  width: 100%;
  position: absolute;
}
#hero-carousel img {
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
}
#hero-carousel i {
  position: absolute;
  top: 50%;
}
#myCarousel2 {
  width: 100%;
  margin-top: 20px;
}
#myCarousel2 .carousel-indicators {
  display: none!important;
}
/* Carousel Fading slide */
.carousel-fade .carousel-inner {
  background: #000;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active {
  opacity: 1;
}
.carousel-fade .active.left,
.carousel-fade .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
}
.carousel-control .prev {
  margin-left: -15px;
  left: 50%;
}
/* Prev */
.carousel-control .next {
  margin-right: -15px;
  right: 50%;
}
/* Next */
/* Animation */
.control-box,
a.carousel-control,
.carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
}
#myCarousel {
  width: 75%;
  margin: 0 auto;
}
.carousel,
.item,
.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  z-index: 2;
}
.carousel-control {
  z-index: 2;
}
.carousel-indicators {
  bottom: -54px;
}
.carousel-indicators li {
  border: 3px solid rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  transition: all 0.3s;
}
.carousel-indicators .active {
  border: 3px solid #9e7300;
  background-color: #9e7300;
}
.carousel-control {
  width: 50px;
  height: 90px;
  color: #9e7300;
  text-align: center;
  background-color: #ffffff;
  top: 115px;
  font-size: 30px;
}
.carousel-control span i {
  color: #000;
}
/* CONTACTO */
#contactanos {
  color: #ffffff;
}
.info-contacto {
  display: inline-block;
  margin-top: 15px;
  text-align: left;
}
.icon-contacto {
  background-color: #9e7300;
  width: 40px;
  height: 40px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  margin-right: 10px;
}
.alink {
  text-decoration: none;
  color: #ffffff;
}
.alink:hover {
  text-decoration: none;
  color: #888888;
}
/* PARALAX*/
/* -------------------------------------------------- */
/* Parallax
		/* -------------------------------------------------- */
.parallax {
  background-image: url(../images/panoramica.jpg);
  height: 400px;
  z-index: 10;
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-dark-color {
  background-color: #000;
}
.bg-gray-color {
  background-color: #f8f8f8;
}
.full-bg-image {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* -------------------------------------------------- */
/*	Forms
	/* -------------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  border: none;
  vertical-align: baseline;
  font-size: 100%;
}
button {
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 13px;
  outline: none;
  background-color: transparent;
  color: #fff;
  vertical-align: baseline;
  text-align: center;
  text-decoration: none;
  font: 11px/1.5 Arial;
  cursor: pointer;
}
label {
  display: inline-block;
  cursor: pointer;
}
input,
textarea,
select,
button {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
  display: inline-block;
  padding: 16px 10px;
  width: 100%;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-color: #dcdcdc;
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
  color: #999;
  font-size: 14px;
  border-radius: 0px!important;
  font-family: 'lato', sans-serif;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.parallax input[type="text"],
.parallax input[type="password"],
.parallax input[type="datetime"],
.parallax input[type="datetime-local"],
.parallax input[type="date"],
.parallax input[type="month"],
.parallax input[type="time"],
.parallax input[type="week"],
.parallax input[type="number"],
.parallax input[type="email"],
.parallax input[type="url"],
.parallax input[type="search"],
.parallax input[type="tel"],
.parallax input[type="color"],
.parallax textarea,
.parallax select {
  border-color: #bbb;
  border-color: rgba(207, 207, 207, 0.33);
  color: #bbb;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  border-color: #a4081d;
}
.parallax input[type="text"]:focus,
.parallax input[type="password"]:focus,
.parallax input[type="datetime"]:focus,
.parallax input[type="datetime-local"]:focus,
.parallax input[type="date"]:focus,
.parallax input[type="month"]:focus,
.parallax input[type="time"]:focus,
.parallax input[type="week"]:focus,
.parallax input[type="number"]:focus,
.parallax input[type="email"]:focus,
.parallax input[type="url"]:focus,
.parallax input[type="search"]:focus,
.parallax input[type="tel"]:focus,
.parallax input[type="color"]:focus,
.parallax textarea:focus,
.parallax select:focus {
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 194, 169, 0.7);
  box-shadow: 0 0 10px 1px rgba(0, 194, 169, 0.7);
}
textarea {
  resize: both;
  min-height: 130px;
  min-width: 100%;
  max-width: 100%;
  border-radius: 0px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
.wrong-data {
  border-color: #fe5214;
}
/* Fix for Mobile Safari */
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
Chrome,
Safari input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
Firefox input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
/* ---------------------------------------- */
/*	Contact and Comments Forms
	/* ---------------------------------------- */
.comments-form {
  margin-bottom: 30px;
}
.input-block {
  margin-bottom: 10px;
}
.contact-form .submit i {
  font-size: 30px;
}
.contact-form iframe {
  display: inline-block;
  vertical-align: middle;
}
.contact-form input.verify {
  vertical-align: top;
  width: 80px;
}
.captcha-frame {
  margin: 0;
  border: none;
}
/* HTML5 Validation Styles */
.comments-form input:required:valid,
.contact-form input:required:valid,
.comments-form textarea:required:valid,
.contact-form textarea:required:valid {
  border-color: #a4081d;
}
.comments-form input:focus:invalid,
.contact-form input:focus:invalid,
.comments-form textarea:focus:invalid,
.contact-form textarea:focus:invalid {
  border-color: #e27152;
}
/* HTML5 Validation Styles for Parallax */
.parallax .comments-form input:required:valid,
.parallax .contact-form input:required:valid,
.parallax .comments-form textarea:required:valid,
.parallax .contact-form textarea:required:valid {
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 194, 169, 0.7);
  box-shadow: 0 0 10px 1px rgba(0, 194, 169, 0.7);
}
.parallax .comments-form input:focus:invalid,
.parallax .contact-form input:focus:invalid,
.parallax .comments-form textarea:focus:invalid,
.parallax .contact-form textarea:focus:invalid {
  -webkit-box-shadow: 0 0 10px 1px rgba(226, 113, 82, 0.7);
  box-shadow: 0 0 10px 1px rgba(226, 113, 82, 0.7);
}
/* -------------------------------------------------- */
/*	Buttons
	/* -------------------------------------------------- */
.button {
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 20px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: transparent;
  color: #fff;
  vertical-align: baseline;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.button.middle {
  padding: 10px 24px;
  font-size: 17px;
}
.button.large {
  padding: 15px 30px;
  font-size: 20px;
}
.button.default {
  border-color: #cfcfcf;
  color: #a4081d;
}
.button.default:hover {
  border-color: transparent;
  background-color: #a4081d;
  color: #fff;
}
.button.submit {
  margin-bottom: 20px;
  padding: 8px 28px;

    background-color: #9e7300;
  color: #ffffff;
  border-radius: 3px!important;
  float: right;


}
.button.turquoise {
  background-color: #a4081d;
  font-size: 14px;
  padding: 10px 0px;
}
.button.turquoise:hover {
  border-color: #cfcfcf;
  background-color: #fff;
  color: #a4081d;
}
.parallax .button.turquoise:hover {
  border-color: transparent;
}
/* -------------------------------------------------- */
/*	Bottom Footer
	/* -------------------------------------------------- */
.bottom-footer {
  margin-top: 40px;
  padding: 37px 0;
  border-width: 1px;
  border-style: none;
  background-color: #121212;
  color: #4b4b4c;
}
.ie8 .bottom-footer {
  background-image: url(../images/overlay-ie-bottom-footer.png);
  background-repeat: repeat;
}
.page-template .bottom-footer {
  border-color: #ececec;
  background-color: #fafafa;
  color: #777;
}
.ie8 .page-template .bottom-footer {
  border-color: #ececec;
  background-image: none;
  background-color: #fafafa;
  color: #777;
}
.copyright {
  color: #777;
  font-size: 12px;
  text-align: left;
  font-weight: 500;
}
.developed {
  color: #777;
  font-size: 12px;
  text-align: right;
  font-weight: 500;

}
.copyright a,
.developed a {
  color: #9e7300;
}




/*galeria*/
#proyecto-slider{

}

.carousel-control {
    top: 40%!important;
}


.carousel-control.left, .carousel-control.right{
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
      padding-top: 26px;
}

.carousel-control.left span i, 
.carousel-control.right span i{
  color: #cccccc;
}










/* EDITR*/


.container-bravo{
  max-width: 970px!important;
}


/* titulo de secciones*/
.box-titulos-secciones{
  text-transform: uppercase;
  text-align: center;
  margin: 60px 0px 20px 0px;
}
.titulos-secciones{
  color: #9e7300;
  font-weight: 300;
  font-size: 33px;
  margin: 2px; 
    letter-spacing: 1px;

}
.subtitulos-secciones{
  color: #d2d2d2;
  font-size: 12px;
  letter-spacing: 6px;
  margin: 2px; 
}
.parrafo-bravo{
  text-align: justify;
  color: #ffffff;
  line-height: 30px;
  font-size: 17px;
}



/*form*/

.infocontact{
  background-color: #121212;
  padding: 15px;
}


.infocontact p{
  text-transform: uppercase;
  text-align: justify;
  color: #ffffff;
  line-height: 20px;
  font-size: 14px;
}




/*fondos*/
.backBlackes{
  background-color: #000000;
}
.backgrey{
  background-color: #121212;
  padding: 0px 0px  0px 0px;
}


/*experencie*/

.box-buil img{
  width: 100%;
  z-index: 10000;
}
.box-info{
  margin: 0px 0px 0px 0px;
}

.box-info .titulo{
  margin:1px; 
  color: #ffffff;
    line-height: 16px;
  font-size: 16px;
    text-transform: uppercase;
}
.box-info .sub{
  margin:1px; 
  color: #9e7300;
  line-height: 16px;
  font-size: 13px;
  font-weight: bold;
    text-transform: uppercase;

}
.box-info .parrafo{
  text-align: justify;
  margin:20px 0px; 
  letter-spacing: -0.1px;
  color: #ffffff;
  line-height: 30px;
  font-size: 17px;
}
.box-info .parrafo-espe{
  text-align: left;
  margin:20px 0px; 
  color: #ffffff;
  line-height: 30px;
  font-size: 17px;
}


/*history*/



/*form*/

.btn-bravo{
  background-color:#9e7300;
  padding: 20px 40px:
}


input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea, select{
    padding:25px 15px;
}
.form-group input{
      color: #FFFFFF;
 
}
.form-control{
    display: inline-block;
    padding: 16px 10px;
    width: 100%;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 0px!important;
    font-family: 'Roboto', sans-serif;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}
.help-block ul {
    padding-left: 10px!important;
}
.help-block ul li{
    list-style: none;
}
.help-block{
    background-color: #a94442;
    color: #ffffff;
}
.form-group {
    margin-bottom: -2px;
}

.iniciopewun{
    text-align: center;
    background-color: #000000;
    margin-top: 70px;
    padding-top: 30px;

}


/* images */

.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  /*padding: 1em 0 4em;*/
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0px;
  
  width: 100%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*-----------------*/
/***** Selena *****/
/*-----------------*/

figure.effect-selena {
  background: #000000;
  margin-bottom: 20px;
}

figure.effect-selena img {
  opacity: 0.95;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
  -webkit-transform: scale3d(1.2,1.2,1);
  transform: scale3d(1.2,1.2,1);
}

figure.effect-selena h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.effect-selena p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
  transform: perspective(1000px) rotate3d(1,0,0,90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

figure.effect-selena:hover h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-selena:hover p {
  opacity: 1;
  -webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
  transform: perspective(1000px) rotate3d(1,0,0,0);
}

/* images */



#video{
  background-image: url('../new/video-new.jpg');
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.video-ancla{
    background: rgba(255, 255, 255, 0.3);
    height: 60vh;
    text-align: center;
}
/*
.icoplay {
  width: 50px;
  height: 50px;
  margin-top: -45px;
  margin-left: -27px;
  left: 50%;
  top: 50%; 
  position: relative;   
}
*/

#videoyoutube2 .box-video{
  background-image: url('../new/video-new2.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  height: 600px;
}
#videoyoutube2 .box-video:hover{
  filter: alpha(opacity=50);

}

#videoyoutube2 .box-video .icoplay{
 width: 80px;
 height: 80px;
  margin-top: 260px;
  border: 20px solid rgba(0, 0, 0, 0.0);
  transition: all 0.5s;
  border-radius: 50%;
}
#videoyoutube2 .box-video:hover .icoplay{
 width: 100px;
 height: 100px;
  margin-top: 250px;
  opacity: 1;
  color: red;
  opacity: 0.8;
  border: 20px solid rgba(0, 0, 0, 0.7);
}

#videoyoutube .box-video{
  background-image: url('../new/video-new.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  height: 600px;
}
#videoyoutube .box-video:hover{
  filter: alpha(opacity=50);

}

#videoyoutube .box-video .icoplay{
 width: 80px;
 height: 80px;
  margin-top: 260px;
  border: 20px solid rgba(0, 0, 0, 0.0);
  transition: all 0.5s;
  border-radius: 50%;
}
#videoyoutube .box-video:hover .icoplay{
 width: 100px;
 height: 100px;
  margin-top: 250px;
  opacity: 1;
  color: red;
  opacity: 0.8;
  border: 20px solid rgba(0, 0, 0, 0.7);
}


/*movimientos - animaciones*/

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0%   {right: 380px;opacity: 0.0}
    100% {right: 50px;opacity: 1.0}
}

/* Standard syntax */
@keyframes mymove {
    0%   {right: 380px;opacity: 0.0}
    100% {right: 50px;opacity: 1.0}
}



.parallax-overlay {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-image: url('../images/overlay.png');
    background-repeat: repeat;
}

.name-img {
  text-transform: uppercase;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    padding: 8px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0px;
    right: 0px;
    color: #ffffff;
}


/*efect */

.avatar-bravo{
  width: 100%;
}


.navbar-collapse{
  background-color: rgba(0, 0, 0, 0.8)!important;
}

.movilex{
  display: none;
}

.anclas{
  color: #ccc;
  transition: all 0.3s;
}
.anclas:hover,
.anclas:focus,
.anclas:active{
  color: #ccc;
  text-decoration: underline;
}



/*gallery*/

.gallery{
  background-color:  #0e0e0e;
}

.modal-content{
  background-color: transparent;
}
.modal {
  padding-right: 0px!important;
}
.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.modal-body {
    position: relative;
    padding: 0px;
}
.modal-dialog{
  padding-top: 80px;
}

.close span{
 background-color: #ccc;
 padding: 15px 20px;
 font-size: 20px;
}

.txt-plantas{

}
.houses-titulo{
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
  line-height: 16px;
	text-align: center
}

.icons-more{
  margin: 30px 0px 0px -1px; border-radius: 50%;border: 2px solid #ffffff;
}
.icons-more:hover{
 border: 2px solid red;
 color: red; 
}