/** ESTILOS GENERALES **/

@font-face {
	font-family: apple;
	src: url('../fonts/AppleGaramond.ttf');
}
@font-face {
    font-family: apple-negrita;
    src: url('../fonts/AppleGaramond-Bold.ttf');
}
@font-face {
    font-family: apple-ligera;
    src: url('../fonts/AppleGaramond-Light.ttf');
}
@font-face {
    font-family: apple-italica;
    src: url('../fonts/AppleGaramond-Italic.ttf');
}
@font-face {
    font-family: sinkin;
    src: url('../fonts/SinkinSans-700Bold.otf');
}
html{
    font-size: 100%;
    width: 100%;
    height: 100%;
    font-family: apple;
}
body{
    width: 100%;
    height: 100%;
    font-family: apple;
    overflow-x: hidden;
}
.contenedor-principal{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
#contenedor-principal1{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

/** CAROUSEL  **/

.carousel-fade .carousel-inner > .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner > .item,
.carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
}
.carousel-fade .carousel-inner > .item.active,
.carousel-fade .carousel-inner > .item.next.left {
    opacity: 1;
}
.carousel-fade .carousel-inner > .next,
.carousel-fade .carousel-inner > .prev,
.carousel-fade .carousel-inner > .active.left,
.carousel-fade .carousel-inner > .active.right {
    left: 0;
}
.carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right,
.carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
transform: translate3d(0, 0, 0);
}

/* .modal-fullscreen */

.modal-fullscreen {
  background: #FFF;
}
.modal-fullscreen .modal-content {
  background: #FFF;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}


/** BANNER PRINCIPAL **/

.banner1{
    position: relative;
    background: url('../images/banner1.jpg') fixed no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.banner2{
    position: relative;
    background: url('../images/banner2.jpg') fixed no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.banner3{
    position: relative;
    background: url('../images/banner3.jpg') fixed no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.banner4{
    position: relative;
    background: url('../images/banner4.jpg') fixed no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.banda-titulo{
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 50%;
    left: 0%;
    margin-top: -100px;
    text-align: center;
}
.texto1-banda{
    font-size: 5rem;
    color: #fff;
    font-family:apple-italica;
    line-height: 70px;
}
.texto2-banda{
    font-size: 1.5rem;
    color: #fff;
}
#texto-firenzebanner{
    color:#a62b30;
    font-family: sinkin;
    font-size: 4rem;
}
.boton-banner{
    background-color: #a62b30;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    position: absolute;
    bottom: 0%;
    left: 50%;
    margin-bottom: -50px;
    margin-left: -90px;
    transition: all 0.3s;
    z-index: 10;
}
.boton-banner:hover{
    background-color: #757575;
}
.logos-banner{
    width: 100%;
    max-width: 480px;
    position: absolute;
    bottom: 0%;
    left: 50%;
    margin-left: -250px;
    margin-bottom: 80px;
}
.img-banner{
    width: 100%;
    max-width: 180px;
}
#img-banner1{
    float: left;
}
#img-banner2{
    float: right;
}

/** DESCRIPCION **/

.descripcion{
    width: 100%;
    height: auto;
    background: linear-gradient( to top, #87212c, #3f0f15);
    position: relative;
}
.texto-descripcion{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 5%;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    position: relative;
    font-family: apple-italica;
}
.linea1-descripcion{
    width: 100%;
    max-width: 150px;
    height: 1px;
    position:
    absolute;
    top: 12%;
    left: 50%;
    margin-left: -75px;
    background-color: #fff;
}
.linea2-descripcion{
    width: 100%;
    max-width: 150px;
    height: 1px;
    position:
    absolute;
    bottom: 12%;
    left: 50%;
    margin-left: -75px;
    background-color: #fff;
}

/** DESCRIPCION IMAGEN **/

.descripcion-imagen{
    position: relative;
    background: url('../images/descripcion-imagen.jpg') fixed no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: auto;
    transition: all 0.3s;
}
.texto-descripcion-imagen{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    padding: 10%;
    font-family: apple-italica;
}

/** ESPACIOS **/

.textos-espacios{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 5%;
    text-align: center;
}
.texto1-espacios{
    font-size: 2rem;
    color: #a62b30;
}
.texto2-espacios{
    font-size: 1.2rem;
    color: #4e4e4e;
}
.img-espacios{
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transition:all .5s ease; /* Safari y Chrome */
    -moz-transition:all .5s ease; /* Firefox */
    -o-transition:all .5s ease; /* IE 9 */
    -ms-transition:all .5s ease; /* Opera */
}
.texto-portada-galeria{
    font-size: 2.5rem;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    max-width: 500px;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -30px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
}
#hover-espacios{
    overflow:hidden;
    padding: 0;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0s;
}
#hover-espacios:hover #img-color-portada{
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
    transform:scale(1.25);
}

/** GALERIA FIRENZE **/

.cabezal-galeria{
    width: 100%;
    text-align: center;
}
.logo-galeria{
    width: 100%;
    max-width: 350px;
    padding: 3%;
    margin: 0 auto;
}
.banda-galeria-firenze{
    width: 100%;
    height: auto;
    background: linear-gradient( to top, #3f0f15, #87212c);
}
.contenedor-galeria{
    width: 100%;
    max-width: 786px;
    margin: 0 auto;
    position: relative;
    height: auto;
    padding: 2%;
    text-align: center;
}
.icon-galeria{
    width: 100%;
    max-width: 60px;
    height: auto;
}
.texto1-galeria{
    color: #fff;
    font-size: 2rem;
    line-height: 30px;
    transition: all 0.3s;
}
.texto2-galeria{
    color: #8f232f ;
    font-size: 3rem;
    line-height: 40px;
    transition: all 0.3s;
    border-right: 1px solid #8f232f;
    border-left: 1px solid #8f232f;
}
#pintar-piso{
    background-color: #8f232f;
    color: #fff;
}
.texto2-galeria:hover{
    background-color: #8f232f;
    color: #fff;
}
.banda-descripcion-general{
    width: 100%;
    background-color: #8f232f;
    position: relative;
}
.banda-descripcion-general > div > div{
    color: #fff;
    text-align: justify;
    font-size: 1.2rem;
}
.cerrar-galeria-firenze{
    width: 100%;
    max-width: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 50%;
    margin-right: -468px;
}
.fondo-galeria{
	position: relative;
	background: url('../images/fondo-galeria.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 40%;
	transition: all 0.3s;
}
.fondo-industrial{
	position: relative;
	background: url('../images/fondo-industrial.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 40%;
	transition: all 0.3s;
}
.fondo-galeria-detalle{
	position: relative;
	background: url('../images/fondo-galeria.jpg') fixed no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 40%;
	transition: all 0.3s;
}
.fondo-industrial-detalle{
	position: relative;
	background: url('../images/fondo-industrial.jpg') fixed no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 40%;
	transition: all 0.3s;
}
#descripcion-galeria-firenze{
    display: none;
}
#descripcion-industrial-firenze{
    display: none;
}

/** ESPACIOS DETALLE **/

#detalle{
    max-width: 1024px;
    padding: 5%;
    text-align: center;
}
.titulo-detalle{
    font-size: 2.5rem;
    color: #8f232f;
    font-family: apple-negrita;
    margin: 3%;
}
.texto-titulo-espacio{
    font-size: 2rem;
    color: #8f232f;
    margin-top: 5%;
}
.cuadro-detalle-espacio{
    background-color: #8f232f;
    padding: 7%;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 30px;
}
.cuadro-detalle-espacio > p{
    font-size: 2rem;
    color: #fff;
}
#texto-medidas{
    font-size: 3rem;
}
.boton-mas-detalle{
    font-size: 1.2rem;
    color: #fff;
    background-color: #4e4e4e;
    border: none;
    margin-top: 5px;
    margin-bottom: 20px;
}
.contenedor-modal{
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    height: auto;
    padding: 3%;
    text-align: center;
    background-color: #fff;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    background-clip: padding-box;
    border: 1px solid #eee;
    border: 1px solid rgba(0,0,0,.2);
}
.texto1-detalle-modal{
    font-size: 3rem;
    color: #000;
}
.texto2-detalle-modal{
    font-size: 4rem;
    color: #8f232f ;
    font-family: apple-negrita;
    line-height: 30px;
}
.texto3-detalle-modal{
    font-size: 1.2rem;
    color: #000;
    text-align: left;
    margin-top: 30px;
}
.img-plano-modal{
    width: 100%;
    height: auto;
    background-clip: padding-box;
    border: 1px solid #eee;
    border: 1px solid rgba(0,0,0,.2);
    margin-top: 20px;
}
.boton-cerrar-detalle{
    width: 100%;
    max-width: 300px;
    background-color: #8f232f;
    font-size: 1.5rem;
    border: none;
    color: #fff;
    margin-top: 20px;
}

/** VIDEO **/

.video{
    width: 100%;
    height: auto;
}

/** FRASE **/

.texto-frase{
    width: 100%;
    max-width: 900px;
    padding: 5%;
    margin: 0 auto;
    background-color: #fff;
    color: #4e4e4e;
    font-family: apple-italica;
    text-align: center;
    font-size: 1.5rem;
}

/** FOOTER **/

.footer{
    width: 100%;
    height: auto;
    background: linear-gradient( to top, #242323, #4e4e4e);
    position: relative;
    text-align: center;
}
.contenido-footer{
    padding: 5%;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
.img-footer{
    width: 100%;
    max-width: 220px;
    height: auto;
    margin-bottom: 3%;
}
.icon-footer{
    width: 100%;
    max-width: 60px;
    height: auto;
}
#margen-detalle-footer{
    padding: 3%;
}
.texto-detalle-footer{
    color: #fff;
    font-size: 1.2rem;
    padding: 1%;
}
.boton-panel-contacto{
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.2rem;
    margin-top: 3%;
    transition: all 0.3s;
}
.boton-panel-contacto:hover{
    background-color: #8f232f;
    border: 2px solid #8f232f;
}

/** FORMULARIO CONTACTO **/

.formulario-contacto{
    background-color: #242323;
    padding: 5%;
    position: relative;
}
#formulario-contacto{
    max-width: 600px;
}
.texto-frm{
    color: #fff;
    font-size: 1.2rem;
}
.campoFmr{
    background-color: #fff;
    border: none;
    border-radius: 0px;
    color: #000;

}
.ico-cerrar{
    width: 100%;
    max-width: 40px;
    position: absolute;
    right: 0px;
    top: -10px;
    cursor: pointer;
}
#contacto{
    display: none;
}

/** ANIMACIONES **/

/**
 * Animations
 */

.fromTopIn
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: translate(0,0);
    opacity: 1.0;
}

.fromTopOut
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: translate(0,-10px);
    opacity: 0.0;
}

.fromBottomIn
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: translate(0,0);
    opacity: 1.0;
}

.fromBottomOut
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: translate(0,10px);
    opacity: 0.0;
}

.fromLeftIn
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: translate(0,0);
    opacity: 1.0;
}

.fromLeftOut
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: translate(-10px,0);
    opacity: 0.0;
}

.fromRightIn
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: translate(0,0);
    opacity: 1.0;
}

.fromRightOut
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: translate(10px, 0);
    opacity: 0.0;
}

.scaleUpIn
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: scale(1.0,1.0);
    opacity: 1.0;
}

.scaleUpOut
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: scale(1.3,1.3);
    opacity: 0.0;
}

.scaleDownIn
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: scale(1.0,1.0);
    opacity: 1.0;
}

.scaleDownOut
{
    transition: transform 1.0s ease, opacity 1.0s ease;

    transform: scale(0.7,0.7);
    opacity: 0.0;
}
