.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-devicetabla {
  position: absolute;
  right: 10%;
  bottom: 30%;
  width: 200px;
  height: 590px;
}

.product-devicetabla2 {
  position: absolute;
  right: 50%;
  bottom: 30%;
  width: 200px;
  height: 240px;
}

.product-devicetabla3 {
  position: relative;
  bottom: 100%;
  width: 200px;
  height: 240px;
}

.product-devicetabla4 {
  position: relative;
	left:30%;
  bottom: 60%;
  width: 200px;
  height: 240px;
}
.product-devicetabla5 {
  position: absolute;
  bottom: 20%;
  width: 200px;
  height: 240px;
right:25%;

}

.product-devicetabla-nav {
  bottom: 30%;
  width: 200px;
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}
.product-device-3 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 500px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }


.texto_base {
                font-family: 'GrotesqueMT';
                font-size: 0.8rem;
            }

.back-img-responsive{ 
 background: url(images/imagen1.png) no-repeat center center fixed; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

.map-container-6{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-6 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.map-container-9,
.map-container-10,
.map-container-11 {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-9 iframe,
.map-container-10 iframe,
.map-container-11 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pt-6,.py-6{padding-top:4rem!important}

.pt-7,.py-7{padding-top:5rem!important}
.pt-8,.py-8{padding-top:6rem!important}

.hover-item {
	text-decoration: none;
}

 .titulo-lubalin {
                font-family: 'LubalinGraphBook';
                font-size: 2rem;
                display: inline-block;
	 			color:#FFFFFF;
            }

@media screen and (max-width: 576px) {
.ocultar-div{
display:none;
}
}

.bg-imagen1 {
  /* The image used */
  background-image: url("../images/foto2or1.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.titulo-recoletabold {
                font-family: 'Recoleta-Bold';
                font-size: 2rem;
                border: 0px solid #ddd;
                display: inline-block;
                padding: 10px;
            }
.encabezado {
                font-size: 4rem;
				line-height: 4rem;
            }