body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #000;
}

a {
	color: #000;
}

a:hover,
header .dropdown-menu a:hover,
.nav-phone .i18n a:hover {
	color: #e22339;
	text-decoration: none;
	background: none;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.right h2 {
	padding: 0px 0px 0px 20px !important;
}

.half {
	width: 60%;
}

.img-responsive {
	display: inline-block;
}

h1 {
	font-size: 24px;
	color: #464646;
	position: relative;
	margin-bottom: 60px;
	text-transform: uppercase;
}

h1 span {
	background: #fff;
	position: relative;
	padding: 0 10px 0 0;
	z-index: 1;
}

h1:after {
	display: inline-block;
	content: "";
	border-bottom: 1px solid #e22339;
	width: 100%;
	top: 50%;
	position: absolute;
	left: 0;
}

h2 {
	font-size: 24px;
	color: #464646;
	position: relative;
	margin-bottom: 60px;
	text-transform: uppercase;
	padding-left: 90px;
}

h2:after {
	display: inline-block;
	content: "";
	border-bottom: 1px solid #e22339;
	width: 80px;
	top: 50%;
	position: absolute;
	left: 0;
}

h2.right {
	text-align: right;
	padding-left: 0px;
	padding-right: 90px;
}

h2.right:before {
	display: inline-block;
	content: "";
	border-bottom: 1px solid #e22339;
	width: 80px;
	top: 50%;
	position: absolute;
	right: 0;
}

h2.right:after {
	content: none;
}

h3 {
	text-transform: uppercase;
	font-size: 18px;
	color: #464646;
}

li {
	list-style: none;
}

.lightList {
	margin: 10px 0 25px 0;
	font-weight: 300;
	line-height: 25px;
	padding: 0;
}

.noPaddingTop {
	padding-top: 0;
	margin-top: 0;
}

.btn-default {
	border: none;
	background: #e1e1e1;
	padding: 16px 19px;
	border-radius: 0;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
}

hr {
	border-color: #e22339;
	width: 160px;
}
/* header */

header .navbar {
	min-height: 130px;
	font-size: 12px;
	background: url(../images/back_nav.png) no-repeat 10px 10px;
	margin: 0;
}

header .nav-phone {
	float: right;
	color: #000;
	font-weight: 300;
	font-size: 12px;
	margin-top: 10px;
	width: 70%;
}

header .nav-phone .phone {
	color: #646464;
	font-size: 18px;
	float: left;
	background: url(../images/ico_phone.png) no-repeat;
	min-height: 35px;
	padding: 5px 0 0 45px;
}

header .nav-phone .phone a {
	color: #646464;
}

header .nav-phone .i18n {
	float: right;
	padding-top: 8px;
}

header .nav-phone .i18n ul {
	list-style: none;
}

header .nav-phone .i18n li {
	display: inline;
}

header .nav-phone .i18n a {
	color: #000;
	padding: 0 4px;
}

header .nav-phone .i18n li:last-of-type a {
	padding: 0px 15px 0px 4px;
}

header .nav > li > a:focus,
header .nav > li > a:hover {
	background: none;
}

header .nav {
	margin-top: 40px;
}

header .dropdown-menu {
	left: 0 !important;
	right: auto !important;
	border: none;
	box-shadow: none;
	padding: 0 0 20px 20px;
	border-radius: 0;
}

header .dropdown-menu li {
	border-left: 1px solid #e22339;
}

header .dropdown-menu li:first-child {
	padding-top: 10px;
}

header .dropdown-menu a {
	font-size: 12px;
}

header .dropdown-menu a:hover {
	background: none;
}
/* CONTENT */

section,
footer {
	margin-top: 100px;
}

.btnMarginHome {
	margin-left: 20px;
}

.fichaHome {
	font-weight: 300;
	color: #464646;
}

.fichaHome h3 {
	margin: 30px 0 0 0;
}

.txtPatent {
	color: #e22339;
	font-size: 16px;
	font-weight: 300;
}

.fichaHome .btn {
	padding-left: 50px;
	padding-right: 50px;
}

.galeria img {
	margin-bottom: 30px;
}
/* FORM */

input[type=text],
textarea,
input[type=email] {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	border: none;
	border-bottom: 1px solid #e22339;
	box-shadow: none;
	border-radius: 0;
	color: #646464;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	width: 100%;
	outline: none;
	background-color: transparent;
}

.lineaEmpresa {
	display: none;
}

.contenedorSelectEmpresa {
	margin-bottom: 0px;
}

textarea {
	resize: none;
}

label {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #646464;
	font-weight: 300;
}

input[type=submit] {
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 20px;
}

.contacto {
	font-weight: 300;
	width: 100%;
	margin-top: 40px;
	line-height: 25px;
	font-size: 14px;
}

.contacto strong {
	font-weight: normal;
	font-size: 18px;
	color: #464646;
}

footer {
	background: #a0a0a0;
	padding: 54px 0 20px 0;
	text-align: center;
}

footer .row {
	position: relative;
}

footer ul {
	clear: both;
}

@media (min-width: 768px) {
	.slick-prev,
	.slick-next {
		display: none !important;
	}
	header .dropdown:hover .dropdown-menu {
		display: block;
	}
	.navcentre {
		margin: 0 auto;
		display: table;
		white-space: nowrap;
		text-align: left;
	}
	.navcentre.princ {
		height: 130px;
	}
	.navcentre ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: table-row;
		white-space: nowrap;
	}
	.navcentre ul li {
		display: table-cell;
	}
	.navcentre ul a {
		display: block;
		text-decoration: none;
	}
	.navcentre ul ul {
		position: absolute;
		margin: 20px 0 0 0;
		padding: 0;
	}
	.navcentre ul ul li {
		display: block;
	}
	.navcentre ul ul a {
		padding: 0 10px;
	}
}

.navcentre ul span,
.navcentre ul a {
	padding: 4px 10px;
	color: #e4e3e3;
	font-size: 12px;
	font-weight: 300;
}

.navcentre ul a:hover {
	color: #e22339;
}

footer hr {
	border-color: #b0b0b0;
	width: 40%;
}

footer .goup {
	background: url(../images/goup.png) no-repeat center center #c8c8c8;
	background-color: #c8c8c8;
	height: 44px;
	width: 44px;
	position: absolute;
	border-radius: 5px;
	right: 0;
	top: 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

footer .goup:hover {
	background-color: #e22339;
}
/* PRODUCTOS*/

.header {
	background-size: cover;
	padding: 40px 0px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px;
}

.product-header-neutro,
.product-header-basculante {
	background-image: url("../images/header/cabecera-basculante.jpg");
}

.product-header-fijo {
	background-image: url("../images/header/cabecera-fijo.jpg");
}

.simulator-header {
	background-image: url("../images/header/cabecera-simulador.jpg");
}

.gallery-header {
	background-image: url("../images/header/cabecera-galeria.jpg");
}

.mirillas-header {
	background-image: url("../images/header/cabecera-mirillas.jpg");
}

.presupuesto-header {
	background-image: url("../images/header/cabecera-presupuesto.jpg");
}

.instalacion-header {
	background-image: url("../images/header/cabecera-instalacion.jpg");
}

.header h1 {
	padding: 30px 0px;
	color: white;
	font-weight: 300;
	margin: 0px;
	font-size: 50px;
}

.header h1:after {
	content: none;
}

.main-title {
	position: relative;
	margin: 0px 0px 10px;
}

.main-title h2 {
	display: inline-block;
	background-color: white;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	position: relative;
	z-index: 2;
	font-size: 24px;
}

.main-title h2:after {
	content: none !important;
}

.main-title .redLine {
	position: absolute;
	width: 100%;
	border-top: 1px solid #e22339;
	z-index: 1;
	top: 50%;
}

.patent {
	color: #e22339;
	font-weight: 300;
	margin: 0px 0px 60px;
}

.side-title {
	font-size: 18px;
	color: black;
	display: inline-block;
	margin: 0px 0px 30px;
}

.side-title:before {
	content: " ";
	height: 20px;
	width: 15px;
	background-color: #e22339;
	margin-right: 10px;
	display: inline-block;
	border-radius: 3px;
	vertical-align: sub;
}

.table {
	margin: 0px 0px 90px;
}

.table tr {
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #ebebeb;
}

.table tr td {
}

.table tr td:first-of-type {
	text-align: center;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.table tr td span {
	font-weight: 300;
}

.table tr td:first-of-type span {
	display: inline-block;
	margin: 5px 0px;
	font-weight: 400;
}

.table tr td:last-of-type {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.table tr td a {
	display: inline-block;
	padding: 0px 5px 0px;
	color: white;
	background-color: #e22339;
	border-radius: 3px;
	line-height: 21px;
	font-size: 12px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.table tr td a:hover {
	background-color: #e22339;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border: none;
	vertical-align: middle;
}

.contenedorAcabados {
	overflow: hidden;
}

.acabado {
	width: 33.333333%;
	float: left;
	text-align: center;
}

.acabado p {
	margin: 0px;
	white-space: pre;
}

.acabado img {
	margin: 5px 0px 10px;
	max-width: 100%;
}

.contenedorInterior h4 {
	margin: 0px 0px 45px;
	display: inline-block;
}

.image-left {
	display: block;
	margin: 0px auto 20px 0px;
}

.image-right {
	margin: 0px 0px 20px auto;
	display: block;
}

.contenedorInterior .table {
	margin: 0px;
}

.contenedorInterior .table tr td:first-of-type span {
	margin: 0px;
	color: #e22339;
}

.contenedorInterior .table tr td:last-of-type span {
	font-weight: 400;
}

.contenedorInterior .table tr td:first-of-type {
	padding: 0px 30px 0px 0px;
}

.contenedorInterior .table > tbody > tr > td,
.contenedorInterior .table > tbody > tr > th,
.contenedorInterior .table > tfoot > tr > td,
.contenedorInterior .table > tfoot > tr > th,
.contenedorInterior .table > thead > tr > td,
.contenedorInterior .table > thead > tr > th {
	padding: 0px;
}

.contenedorDescargas {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
}

.contenedorInteriorDescargas {
	display: inline-block;
}

.contenedorDescargas h4 {
	margin: 0px;
	display: inline-block;
	vertical-align: bottom;
}

.contenedorDescargas span {
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.contenedorDescargas a {
	display: inline-block;
	margin: 0px 0px 0px 20px;
	padding: 3px 11px 3px;
	color: white;
	background-color: #e22339;
	border-radius: 2px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contenedorDescargas a:hover {
	background-color: #e22339;
}

.select2 {
	width: 120px !important;
	margin-left: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	background-color: #e22339;
	width: 30px !important;
	background-image: url("../images/flecha_2.png");
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:hover {
	background-color: #e22339;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.containerSimulador .main-title {
	margin: 0px 0px 50px;
}

.contenedorSeccionSimulador {
}

.contenedorSeccionSimulador h3 {
	margin: 0px 0px 20px;
	font-weight: 700;
}

.contenedorSeccionSimulador h3 span {
	font-size: 16px;
	font-weight: 400;
	text-transform: lowercase;
}

.contenedorSeccionSimulador .contenedorInterior {
	overflow: hidden;
	margin: 0px 0px 50px;
}

.contenedorSeccionSimulador.contenedorDiametro,
.contenedorSeccionSimulador.contenedorVentana {
}

.contenedorSeccionSimulador.contenedorDiametro div,
.contenedorSeccionSimulador.contenedorVentana div {
	text-align: center;
}

.contenedorSeccionSimulador.contenedorDiametro p,
.contenedorSeccionSimulador.contenedorVentana p {
	color: #888888;
	cursor: pointer;
	margin: 0px;
}

.contenedorSeccionSimulador.contenedorDiametro img,
.contenedorSeccionSimulador.contenedorVentana img {
	border: 1px solid #888888;
	padding: 10px 15px;
	border-radius: 5px;
	margin: 0px 0px 10px;
	cursor: pointer;
}

.contenedorSeccionSimulador.contenedorDiametro img {
	border: none;
}

.contenedorSeccionSimulador.contenedorDiametro .contenedorInterior,
.contenedorSeccionSimulador.contenedorVentana .contenedorInterior {
	padding: 0px 0px 0px 25px;
}

.contenedorSeccionSimulador.contenedorDiametro .contenedorInterior div,
.contenedorSeccionSimulador.contenedorVentana .contenedorInterior div {
	float: left;
	margin: 0px 10px 0px 0px;
}

.contenedorSeccionSimulador.contenedorDiametro .contenedorInterior div.active p,
.contenedorSeccionSimulador.contenedorDiametro .contenedorInterior div:hover p,
.contenedorSeccionSimulador.contenedorVentana .contenedorInterior div:hover p,
.contenedorSeccionSimulador.contenedorVentana .contenedorInterior div.active p {
	color: #e22339;
}

.contenedorSeccionSimulador.contenedorVentana .contenedorInterior div:hover img,
.contenedorSeccionSimulador.contenedorVentana .contenedorInterior div.active img {
	border: 1px solid #e22339;
}

.contenedorSeccionSimulador.contenedorDiametro {
}

.contenedorSeccionSimulador.contenedorPaisajes {
}

.contenedorSeccionSimulador.contenedorPaisajes img {
	margin: 0px 3px 0px 0px;
	cursor: pointer;
	border: 1px solid white;
	border-radius: 5px;
}

.contenedorSeccionSimulador.contenedorPaisajes img.active,
.contenedorSeccionSimulador.contenedorPaisajes img:hover {
	border: 1px solid #e22339;
}

.contenedorSeccionSimulador.contenedorPaisajes .contenedorInterior {
	padding: 0px 0px 0px 25px;
}

.contenedorSeccionSimulador.contenedorParedes {
}

.contenedorSeccionSimulador.contenedorParedes .contenedorInterior {
	padding: 0px 15px 0px 25px;
	overflow: hidden;
}

.contenedorSeccionSimulador.contenedorParedes .contenedorInterior .color {
	width: 63px;
	height: 43px;
	border: 1px solid #a1a1a1;
	border-radius: 3px;
	margin: 0px 7px 6px 0px;
	float: left;
	cursor: pointer;
}

.contenedorSeccionSimulador.contenedorParedes .contenedorInterior .color.active,
.contenedorSeccionSimulador.contenedorParedes .contenedorInterior .color:hover {
	border: 1px solid #e22339;
}

.color01 {
	background-color: #f3f3f3;
}

.color02 {
	background-color: #ebe3de;
}

.color03 {
	background-color: #dbcab5;
}

.color04 {
	background-color: #d0e9ca;
}

.color05 {
	background-color: #fff4c3;
}

.color06 {
	background-color: #f7d06f;
}

.color07 {
	background-color: #ffaa81;
}

.color08 {
	background-color: #ef99ad;
}

.color09 {
	background-color: #dbc0e3;
}

.color10 {
	background-color: #acd9e0;
}

.color11 {
	background-color: #cac9c9;
}

.color12 {
	background-color: #808080;
}

.color13 {
	background-color: #8faaca;
}

.color14 {
	background-color: #d5915d;
}

.color15 {
	background-color: #ac202e;
}

.acabado .ral{
	display:block;
	position:relative;
	top:53px;
	height:fit-content;
	font-size:0.8em;
}
    
.contenedorSeccionSimulador.contenedorAcabados .contenedorInterior {
	padding: 0px;
	overflow: hidden;
}

.contenedorSeccionSimulador.contenedorAcabados .contenedorInterior div {
	width: 53px;
	height: 53px;
	border-radius: 3px;
	margin: 0px 5px 26px 0px;
	float: left;
	cursor: pointer;
}

.contenedorSeccionSimulador.contenedorAcabados .contenedorInterior div:last-of-type {
	margin: 0px 0px 6px 0px;
}

.contenedorSeccionSimulador.contenedorAcabados .contenedorInterior div.active,
.contenedorSeccionSimulador.contenedorAcabados .contenedorInterior div:hover {
	border: 1px solid #e22339;
}

.acabado01 {
	background-color: #fff;
	border: 1px solid #a1a1a1;
}

.acabado02 {
	background-color: #4194ad;
	border: 1px solid #4194ad;
}

.acabado03 {
	background-color: #003399;
	border: 1px solid #003399;
}

.acabado04 {
	background-color: #669966;
	border: 1px solid #669966;
}

.acabado05 {
	background-color: #f7b20e;
	border: 1px solid #f7b20e;
}

.acabado06 {
	background-color: #6b3118;
	border: 1px solid #6b3118;
}

.acabado07 {
	background-color: #cc0000;
	border: 1px solid #cc0000;
}

.acabado08 {
	background-color: #000000;
	border: 1px solid #000000;
}

.acabado09 {
	height: 55px;
	width: 55px;
	background-image: url("../images/simulador/acabados/acabado_9.jpg");
	background-size: cover;
	background-position: 0px;
}

.acabado10 {
	height: 55px;
	width: 55px;
	background-image: url("../images/simulador/acabados/acabado_10.jpg");
	background-size: cover;
	background-position: 0px;
}

.acabado11 {
	height: 55px;
	width: 55px;
	background-image: url("../images/simulador/acabados/acabado_11.jpg");
	background-size: cover;
	background-position: 0px;
}

.contenedorSimulador {
	text-align: left;
	position: relative;
	margin: 0px 0px 50px;
}

.contenedorSimulador .capa {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: table;
}

.contenedorSimulador .capa img {
	width: 100%;
}

.contenedorSimulador .capa.capaColorFondo {
	z-index: 1;
	border-radius: 7px;
	background-color: #f3f3f3;
}

.contenedorSimulador .capa.capaPaisaje {
	z-index: 3;
}

.contenedorSimulador .capa.capaVentana {
	z-index: 4;
}

.disabled {
	cursor: default !important;
	opacity: 0.1;
	border: none !important;
}

.capaPaisaje.half {
	width: 350px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	vertical-align: middle;
	height: 300px;
	top: 25%;
}

.contenedorMirillas img {
	max-height: 300px;
	display: block;
	margin: 0px auto 20px;
}

.contenedorMirillas .contenedorDescargas {
	position: relative;
}

.contenedorMirillas .side-title {
	display: block;
}

.contenedorMirillas .table tr td:first-of-type {
	text-align: left;
	padding: 8px 8px 8px 30px;
}

.contenedorPresupuesto .main-title {
	margin: 0px 0px 30px;
}

.contenedorPresupuesto .select2-container {
	margin: 0px 0px 15px !important;
	width: 100% !important;
}

.contenedorPresupuesto textarea,
.contenedorPresupuesto input[type="email"],
.contenedorPresupuesto input[type="text"],
.contenedorPresupuesto input[type="number"] {
	border: 1px solid #aaaaaa;
	height: 28px;
	border-radius: 3px;
	padding: 3px 7px;
	color: black;
	font-weight: 400;
	width: 100%;
	margin: 0px 0px 15px;
	outline: none;
}

.contenedorPresupuesto textarea {
	height: 150px;
	resize: none;
	margin: 0px;
}

.contenedorPresupuesto input[type="submit"],
.contenedorPresupuesto button {
	width: 100%;
	border: none;
	height: 28px;
	color: white;
	border-radius: 2px;
	background-color: #e22339;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contenedorPresupuesto input[type="submit"] {
	margin: 0px;
	background-color: #e22339;
	height: 36px;
	margin-top: 15px;
}

.contenedorPresupuesto input[type="submit"]:hover,
.contenedorPresupuesto button:hover {
	background-color: #e22339;
}

.contenedorPresupuesto .listadoVentanas {
	margin: 26px 0px 10px;
	padding: 0px;
}

.contenedorPresupuesto .listadoVentanas li {
	margin: 0px 0px 10px;
	padding-left: 30px;
}

.contenedorPresupuesto .listadoVentanas li:before {
	content: "X";
	display: inline-block;
	padding: 5px 6px 4px;
	background-color: #e22339;
	color: white;
	line-height: 11px;
	text-align: center;
	border-radius: 2px;
	font-weight: 700;
	font-size: 12px;
	vertical-align: text-top;
	margin: 0px 5px 0px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	margin: 0px 10px 0px -30px;
}

.contenedorPresupuesto label span {
	color: #e22339;
	font-weight: 700;
}

.contenedorPresupuesto .inputRef {
	display: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contenedorPresupuesto .eliminarUnidad {
	display: inline-block;
	padding: 5px 6px 4px;
	background-color: #e22339;
	color: white;
	line-height: 11px;
	text-align: center;
	border-radius: 2px;
	font-weight: 700;
	font-size: 12px;
	vertical-align: text-top;
	margin: 0px 5px 0px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}

.contenedorPresupuesto .eliminarUnidad:hover {
	background-color: #e22339;
}

.contenedor_peticion_email #enviandoFormDocumentacion,
.contenedor_peticion_email #enviadoFormDocumentacion,
#enviandoForm {
	display: none;
}

#checkBoxGoogle,
#ventanasVacias,
#enviadoForm {
	display: none;
	text-align: center;
	padding: 10px;
	border: 1px solid #e22339;
	width: 100%;
	color: #000000;
	background-color: #fff;
}

#checkBoxGoogle,
#ventanasVacias {
	margin-top: 20px;
}

.contenedorPresupuesto .contenedorVentana {
	float: left;
	width: 33.33333%;
	text-align: center;
}

.contenedorPresupuesto .contenedorVentana img {
	margin: 0px 0px 10px;
	padding: 10px;
	border: 1px solid white;
	cursor: pointer;
	border-radius: 5px;
}

.contenedorPresupuesto .contenedorVentana p {
	cursor: pointer;
}

.contenedorPresupuesto .contenedorVentana.active img {
	border: 1px solid #e22339;
}

.contenedorPresupuesto .contenedorVentana.active p {
	color: #e22339;
}

.contenedorPresupuesto .contenedorVentanas {
	margin: 0px 0px 20px;
	overflow: hidden;
}

.contenedorPresupuesto .contenedorInterior .form-group {
	margin: 0px;
}

#galeria .grid {
	margin: 0px auto 0px;
	width: 100%;
}

#galeria .grid-sizer,
#galeria .grid-item {
	width: 25%;
	/* margin: 0px 5px 10px; */
	/* padding: 0px 5px 10px; */
	padding: 0px 10px 10px 0px;
	cursor: pointer;
}

#galeria .grid-item-large {
	width: 50%;
}

#galeria img {
	width: 100%;
}

.contenedorFiltros {
	margin: 0px 0px 20px;
	text-align: left;
	padding-left: 0px;
	/* padding-left: 5px; */
}

.contenedorFiltros p {
	border: 1px solid #e22339;
	background-color: white;
	color: #e22339;
	border-radius: 3px;
	padding: 7px 15px;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	cursor: pointer;
}

.contenedorFiltros p.active {
	border: 1px solid white;
	background-color: #e22339;
	color: white;
}

.soloTexto .main-title {
	margin: 0px 0px 30px;
}

.soloTexto p {
	text-align: justify;
	font-weight: 300;
}

.grid-item.oculto {
	display: none;
}

.botonVerMas {
	border: none;
	color: white;
	border-radius: 2px;
	background-color: #e22339;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 11px 30px 8px;
	margin: 10px 0px 20px;
}

.instalacion-container video {
	border-radius: 5px;
	max-width: 100%;
}

.instalacion-container .contenedorVideo {
	height: 100%;
	width: 100%;
	text-align: center;
	position: relative;
}

.instalacion-container .capaMarco {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	right: 0px;
}

.instalacion-container .capaMarco img {
	max-width: 100%;
}

.instalacion-container .table {
	display: table;
	width: 520px;
	position: absolute;
	top: 57px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	background-color: #df0033;
	padding: 15px;
	margin-left: 4.2em;
}

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

.select2-container--default .select2-results > .select2-results__options {
	max-height: none !important;
}

.breadcrumb {
	/* padding: 0px; */
	background-color: transparent;
	/* padding: 20px 0px; */
	margin: 20px 0px 40px;
}

.breadcrumb span {
	font-size: 14px;
	line-height: 24px;
}

.breadcrumb a {
	display: inline-block;
	color: black;
	text-decoration: none;
	vertical-align: bottom;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
	text-decoration: none;
}

.breadcrumb .current {
	border-radius: 3px;
	padding: 2px 15px;
	margin: 0 0 0 5px;
	display: inline-block;
	cursor: pointer;
	border: 1px solid white;
	background-color: #e22339;
	color: white;
	line-height: 20px;
	vertical-align: bottom;
}

.contenedor404 h1 {
	text-align: center;
	font-size: 100px;
	margin: 0px 0px 20px;
}

.contenedor404 h2:after,
.contenedor404 h1:after {
	content: none !important;
}

.contenedor404 h2 {
	margin: 0px 0px 40px;
	text-align: center;
	font-size: 20px;
	padding: 0px;
}

.contenedor404 h2 a {
	color: #e22339;
	display: inline-block;
	vertical-align: bottom;
	text-decoration: underline;
}

@media (max-width: 1199px) {
	.navbar-brand {
		height: 65px;
	}
}

@media (max-width: 991px) {
	.nav > li > a {
		padding: 10px 6px;
	}
	.navbar-brand {
		height: inherit;
	}
	header .nav {
		margin-top: 0px;
	}
	.paddingBottom {
		padding-bottom: 20px;
	}
	.fichaHome {
		margin: 0px 0px 20px;
	}
	.contacto {
		margin: 40px 0px 0px;
		text-align: center;
	}
	footer .goup {
		top: 55px;
	}
	.main-title {
		margin: 20px 0px 10px;
	}
	.header {
		margin: 0px 0px 30px;
	}
	.img-responsive {
		display: block;
		margin: 0px auto;
	}
	.contenedorAcabados {
		margin: 0px 0px 40px;
	}
	.navcentre ul li {
		display: block !important;
		text-align: center;
		margin: 5px 0px;
	}
	.navcentre ul ul {
		position: inherit !important;
		margin: 0px 0px 15px;
		display: block;
	}
	.navcentre:not(.i18n) ul ul li {
		display: block;
		margin: 0px;
	}
	.i18n ul li {
		display: inline-block !important;
	}
	.contenedorPresupuesto button {
		margin: 10px 0px 20px;
	}
	.sinVentanas {
		margin: 10px 0px 40px;
	}
	.formError {
		left: 15px !important;
	}
	.slick-prev,
	.slick-next {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.slick-prev,
	.slick-next {
		display: none !important;
	}
	.half {
		width: 100%;
	}
	header .nav {
		margin-top: 0;
	}
	header .nav li {
		clear: both;
	}
	.navbar-collapse {
		width: 100%;
	}
	.dropdown-menu {
		position: relative;
	}
	.navbar-toggle .icon-bar {
		background-color: #ccc;
	}
	.navbar-brand > img {
		width: 150px;
	}
	header .nav-phone .phone {
		display: none;
	}
	.fichaHome,
	.paddingBottom {
		margin-bottom: 40px;
	}
	table.contacto {
		font-size: 14px;
	}
	.navcentre {
		text-align: center;
	}
	.navcentre ul li,
	.navcentre ul {
		margin: 0;
		padding: 0;
	}
	footer .i18n ul {
		margin-top: 20px;
	}
	footer .i18n li {
		display: inline;
	}
	footer .goup {
		bottom: 0;
		right: 20px;
		top: auto;
	}
	header .nav-phone {
		position: absolute;
		top: 0px;
		right: 15px;
		margin: 0px;
	}
	.container > .navbar-header {
		margin-top: 25px;
	}
	.table-responsive {
		border: none;
		margin: 0px 0px 40px;
	}
	.contenedorDescargas {
		position: inherit;
		margin: 30px 0px 10px;
	}
	.acabado {
		width: 50%;
	}
	.capaPaisaje.half {
		height: auto;
		width: 50%;
	}
	.fullWidth.header {
		background-position: center;
	}
	.contenedorPresupuesto {
		width: 90%;
	}
	.listadoVentanas {
		margin: 26px 0px 50px !important;
	}
}

@media (max-width: 660px) {
	.row-eq-height {
		display: block;
	}
	.contenedorVideo {
		height: 100% !important;
		width: 100%;
		text-align: center;
		position: relative;
		margin: 0px 0px 25px;
	}
	.contenedorVideo .table {
		display: block;
		position: relative;
		margin: 0px auto;
		background-color: #df0033;
		padding: 5px;
		top: inherit;
		left: inherit;
		right: inherit;
		border-radius: 5px;
	}
	.contenedorVideo .capaMarco {
		display: none;
	}
}

@media (max-width: 550px) {
	.header h1 {
		font-size: 36px;
		text-align: center;
	}
}

@media (max-width: 450px) {
	.header h1 {
		font-size: 31px;
	}
	.contenedorInterior h4 {
		margin: 0px;
	}
	.select2 {
		margin-left: 0px !important;
	}
	.image-right {
		margin: 10px auto 20px;
	}
}

@media (max-width: 350px) {
	.header h1 {
		font-size: 26px;
	}
}

.contenedorCaptcha {
	text-align: center;
	margin-top: 15px;
}

.contenedorCaptcha .g-recaptcha > div {
	margin: 0px auto;
	max-width: 100%;
}
.contenedorCaptcha .g-recaptcha > div iframe {
	max-width: 100%;
}

#contenedor_peticion_email {
	display: none;
}

.contenedor_peticion_email {
	width: 600px;
	margin: 0px auto;
	text-align: justify;
	padding: 30px;
	position: relative;
}

.contenedor_peticion_email p {
	margin-bottom: 30px;
}

.contenedor_peticion_email #enviandoFormDocumentacion,
.contenedor_peticion_email #enviadoFormDocumentacion {
	color: #df0033;
}

.contenedorFormulario .contenedorCheckbox {
	position: relative;
}

.contenedor_peticion_email .contenedorCheckbox input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.contenedor_peticion_email .contenedorCheckbox input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 36px;
	height: 26px;
	display: inline-block;
	line-height: 14px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
	font-style: italic;
	font-weight: 300;
	color: #adadad;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.contenedor_peticion_email .contenedorCheckbox label.css-label {
	background-image: url(../images/check_contacto.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.contenedor_peticion_email .contenedorCheckbox input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -26px;
}

.contenedor_peticion_email .btnEnviar {
	float: right;
	font-size: 18px;
	color: white;
	background-color: #df0033;
	padding: 7px 35px;
	border: none;
	border-radius: 3px;
	font-weight: 600;
	margin-top: 20px;
}

.contenedor_peticion_email .btnEnviar:hover {
	background-color: white;
	color: #df0033;
	text-decoration: none;
}

.formError {
	left: 0px !important;
}

#documentacion_form {
	position: relative;
}

.fancybox-close:hover {
	background: url(fancybox_sprite.png);
}

.parrafoDescarga {
	color: #e22339;
	display: none;
	margin: 0px 0px 10px;
	font-size: 12px;
}

.ofertaFancy {
	display: none;
}

.desktop {
	display: block;
}
.mobile {
	display: none;
}

.enlaceOferta {
	font-size: 18px;
	color: white;
	background-color: #df0033;
	padding: 7px 0px;
	border: none;
	border-radius: 3px;
	font-weight: 600;
	position: fixed;
	bottom: 0px;
	width: 100%;
	display: block;
	text-align: center;
	z-index: 9;
}

.enlaceOferta:focus,
.enlaceOferta:hover {
	color: #df0033;
	background-color: white;
	text-decoration: none;
}

#ofertaFancy .desktop img {
	max-height: 698px;
}

@media (max-width: 991px) {
	/* .enlaceOferta {
		left: 10px;
		bottom: 10px;
	} */
}
@media (max-width: 550px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
}
