@import url('content.css');

/**/
#container{ max-width: 100%; width:100%; margin-right: auto; margin-left: auto; text-align: left;display: grid;}
#content{ float:left; width:100%;}
#top{float:left; width:100%; height:auto; padding:30px 0 10px 0px;}
#slide{float:left; width:100%; background-color:#ffffff; position:relative; height:750px;  padding:20px 0px; }
#nav{float:left; width:100%;  background-color:#4E4546;}
#footer{float:left; width:100%; background-color:#ffffff; padding:20px 0px; color:#000000; font-size: 11px; font-weight: 100; line-height: 15px; order: 100; }

.casa{background-image: url(../img/fondos/fondo-casa.jpg); background-position:bottom left; background-repeat:no-repeat; background-size:cover; background-position-y: bottom; }
.departamento{background-image: url(../img/fondos/fondo-departamento.jpg); background-position:center left; background-repeat:no-repeat; background-size:cover; background-position-y: top; }
.duplex{background-image: url(../img/fondos/fondo-duplex.jpg); background-position:center left; background-repeat:no-repeat; background-size:cover; background-position-y: top; }
.town{background-image: url(../img/fondos/fondo-town.jpg); background-position:center left; background-repeat:no-repeat; background-size:cover; background-position-y: top; }
.lote{background-image: url(../img/fondos/fondo-lote.jpg); background-position:center left; background-repeat:no-repeat; background-size:cover; background-position-y: top; }

@media screen and (max-width: 780px) {
    #footer{ text-align:center; font-size: 13px; font-weight: 400;}
	#slide{height:auto; background-position: top left;
    background-size: inherit;
    background-repeat: inherit;
	padding: 20px 0px 0px;}
}

/**/
.center{ max-width: 1200px; width:100%; margin-right: auto; margin-left: auto; }
.center2{ max-width: 900px; width:100%; margin-right: auto; margin-left: auto; }
.center3{ max-width: 200px; width: 100%; margin-right: auto; margin-left: auto;}
.center4{ max-width: 1200px; width: 100%; margin-right: auto; margin-left: auto;}


@media only screen and (max-width: 1234px) {
	.center{ width:96%; padding:0% 2%; box-sizing:border-box;  }	
	.center2{ width:96%; padding:0% 2%; box-sizing:border-box;  }	
	.center3{ width:96%; padding:0% 2%; box-sizing:border-box;  }	
	.center4{ width:100%; box-sizing:border-box;  }	
}

/*LINKS*/
.links{ text-decoration:none; color:#09F;}
.links:hover{ text-decoration:underline;}

/*TOP*/
.logo{float:left; width:100%;}
.logo img {max-width:250px;}
.logo2{float:left; width:100%; margin: auto; text-align: center;}
.logo2 img {
    display: block;
    width: 120px;
    text-align: center;
    margin: auto;
}
.logo a { display: block; text-indent: -100px; overflow: hidden;}
.logo2 a { display: block; text-indent: -100px; overflow: hidden;}
.top_box1{float:left;  width:50%;}
.top_box2{float:right; width:50%;}

@media only screen and (max-width: 1234px) {
	.logo{text-align:center;}
	.logo img{ max-width: 80%;}	
	.top_box1{width:100%;}
}



/*CONTENT*/
.module_1{float:left; width:100%; padding:30px 0px;}
.module_2{float:left; width:100%; padding:30px 0px; background-color:#e6e6e6;}
.module_3{float: left; width: 100%; padding: 30px 0px; background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 37%, rgba(221,201,200,1) 100%);}
.module_4{float:left; width:100%; padding:30px 0px; background: rgb(221,201,200);
background: linear-gradient(0deg, rgba(221,201,200,1) 36%, rgba(255,255,255,1) 100%);}
.module_5{float:left; width:100%; padding:0px 0px;}
.module_6{float:left; width:100%; padding:30px 0px;}

#footer h2 {
	font-size: 2.2rem;
    color: #E32213;
    font-weight: 300;
    margin-bottom: 1rem;	
}
#footer h3 {
    font-size: 1rem;
    color: #666666;
    margin-top: 0.25rem;
}
#footer i {
    font-size: 1.8rem;
    color: #666;
}
/*FOOTER*/
.footer_box{float:none;  width:20%; display: table-cell; vertical-align: top;}
.footer_box1{text-align: justify;}

.footer_box .title{ font-size:14px; margin-bottom:15px;}

/* /////////   GRALS  //////// */

.title{float:left; width:100%;}
.subtitle{float:left; width:100%;}
.data{float:left; width:100%;}
.tex_center{ text-align:center;}
.tex_center_solo_celu{ text-align: left;}

/*CENTER DIVS*/
.center_divs {
	float:left;
	width:100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	    justify-content: space-evenly;
		
}

@media screen and (max-width: 780px) {
	.footer_box1{float:left;  width:100%; padding:10px 0;}
	.footer_box1 p{margin-top: 0; margin-bottom: 1rem; font-size: 60%;line-height: 0.7rem;}
	.footer_box2{float:left;  width:100%;  padding:10px 0; text-align:center; }
	.module_1{padding:20px 0px;}
	.module_2{padding:0px 0px;}
	.module_3{padding:0px 0px;}
	.module_4{padding:0px 0px;;}
	.tex_center_solo_celu{ text-align: center;}
}

/* BOTON FLOTANDO */

@media screen and (max-width: 780px) {
	#myBtn {
		display: none;
		position: fixed;
		bottom: 20px;
		left: 10%;
		z-index: 99;
		border: none;
		outline: none;
		background-color: #E02214;
		color: white;
		cursor: pointer;
		padding: 15px;
		border-radius: 30px;
		font-size: 1.2rem;
		width: 70%;
	}

}

/*CONTACTO*/

#contact-area p { font-size: 1.3em; margin-bottom: 15px; }
#contact-area { width: 100%; }
#contact-area input { padding: 5px; width: 100%;  color: #000; float: left; margin: 5px 0px; box-sizing:border-box; border-radius: inherit; border: 0.5px solid #DBDBEA;}
#contact-area select { padding: 5px; width: 100%;  color: #000; float: left; margin: 5px 0px; box-sizing:border-box; border: 0.5px solid #DBDBEA; }

#contact-area textarea:focus, #contact-area input:focus { border: 1px solid #900; }
#contact-area input.submit-button { display:block; width:100%; margin:20px auto; padding:20px; background-color:#E12214; color:#fff; text-align:center; text-decoration:none; border:solid 2px #fff; border-radius:10px; float:right; }
#contact-area label { float: left; text-align: left; margin-bottom: 0; width: 100%; font-size: 1.1rem; font-weight: 400;}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
    width: 30%;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border: none;
}
.campoform {
    margin-bottom: 1vh;
    border-color: #25336D;
    cursor: pointer;
}
#botonEnviar {
	text-decoration: none;
    background-color: #E12214;
    width: 75%;
    padding: 10px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 5px;
	border: none;
}
#botonEnviar:hover {
    background-color: #3A3A3A;
    color: #ffffff;
}
#botonEnviar2 {
	text-decoration: none;
    background-color: #E12214;
    border: none;
    padding: 10px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 5px;
}
#botonEnviar2:hover {
    background-color: #3A3A3A;
    color: #ffffff;
}

/*LISTADO*/
.list { list-style-type: none; margin: 0; padding: 0;  }
.list li { margin: 0; padding: 0;  list-style-type: none; padding-bottom:5px; padding-left:30px;  width: 100%; float: left; }

.list li:nth-child(1) { background-image: url(../img/icos/03.png); background-position:center left; background-repeat:no-repeat; background-size:contain;}
.list li:nth-child(2) { background-image: url(../img/icos/03.png); background-position:center left; background-repeat:no-repeat; background-size:contain;}
.list li:nth-child(3) { background-image: url(../img/icos/03.png); background-position:center left; background-repeat:no-repeat; background-size:contain;}
.list li:nth-child(4) { background-image: url(../img/icos/04.png); background-position:center left; background-repeat:no-repeat; background-size:contain;}
.list li:nth-child(5) { background-image: url(../img/icos/05.png); background-position:center left; background-repeat:no-repeat; background-size:contain;}



/**/
.block_slide{float:left; width:40%;}
.slogan_slide{ float:left; width:100%; margin-top: 40px; }
.slogan_slide strong{ font-weight: 600; }
.slogan_slide p { color: #fff; font-size:1.7rem; line-height: 2rem; }
.slogan_slide h6 {
    line-height: 2.2rem;
    font-size: 1.7rem;
    padding: 14px 15px;
    margin-top: 25px;
}
.img_slide{ float: left;
    width: auto;
    margin-top: 40px;
    background-color: #25346d;
    border-radius: 10px;
    padding: 20px;} 
.contacto_slide{ float:right; width:44%; padding: 12px 20px; box-sizing: border-box; border-radius:10px;background: rgb(212, 193, 194); background: linear-gradient(0deg, rgba(212, 193, 194, 1) 0%, rgba(255, 255, 255, 1) 51%); margin-top: 10px;}

@media only screen and (max-width: 1024px) {
	.slogan_slide strong{ color: #fff; font-size:2rem; line-height: 2.2rem; }	
}


@media screen and (max-width: 780px) {
	#botonEnviar { width: 90%; font-size: 15px;}
	.block_slide{float:left; width:100%; text-align: center;}
	.contacto_slide{ float: left;
        width: 90%;
        border: none;
        border-radius: 0px;
        margin-top: 0px;
        margin-left: 5%;}
	.img_slide{ background-color: #25346D; padding: 10px; margin-bottom:20px; box-sizing: border-box; margin-left: 6%;}    
	.img_slide img{ width:100%; }    
	.slogan_slide {
		margin-top: 10px;
	}
}



/**/
.item_block{float:left; width:25%;}
.item_block_img{width:40%; margin:auto; display:block; }
.caption{float:left; width:100%; padding:20px 0;     text-align: center; }

@media screen and (max-width: 780px) {
.item_block {width:50%; margin-bottom:20px;}   
}



/**/
.item_block_plan{float:left; width:25%; text-align:left; padding: 30px; box-sizing: border-box;     min-height: 630px;}
.item_block_plan_1{float:left; width:100%; font-size:30px; margin-bottom:20px;  }
.item_block_plan_2{float:left; width:100%;     min-height: 430px; }

.destacado{ font-weight:800;   padding-left:0px;  }


.back_01{ background-color:#E12214; color:#fff; }
.back_02{ background-color:#5F6A97; color:#fff;}
.back_03{ background-color:#E12214; color:#fff;  background-image: url(../img/img_2.jpg); background-position:center left; background-repeat:no-repeat; background-size:cover; }
.back_03 h1{ color:#fff; }


@media screen and (max-width: 780px) {
.item_block_plan{width:100%; }
.item_block_plan, .item_block_plan_2{min-height: auto; }
}

/**/
.item_block_logo{ float:left; width:16%; text-align:center; }
.item_block_logo img{  text-align:center; margin:auto; }


@media screen and (max-width: 780px) {
.item_block_logo{ float:left; width:32%; margin-bottom:20px; }
}


/**/
.but_general{ display:block; width:200px; margin:20px auto; padding:15px; background-color:#E12214; color:#fff; text-align:center; text-decoration:none; border:solid 2px #fff; border-radius:10px; }
.but_general2{ display:block; width:200px; margin:20px auto; padding:7px 12px; background-color:transparent; color:#fff; text-align:center; text-decoration:none; border:solid 2px #fff; border-radius:10px;}


/**/
.font_12{ font-size:12px;}
.font_15{ font-size:15px;}
.font_20{ font-size:20px;}

/**/
.listado { margin: 0; padding: 0;  list-style-type: none; float:left; width:100%;}
.listado li{ margin: 5px 0; padding: 0;  list-style-type: none; float:left; width:100%; font-size:12px;}

.ajoba {
	margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
    width: 80%;
    float: left;
    font-size: 16px;	
}

.bloque {
	width: 80%;
    margin-left: 10%;
}

.bloque h2 {
	color: #3D3D3D;
	font-weight: 300;
	padding-bottom: 30px;
}

.bloque h3 {
    font-weight: 600;
    font-size: 1.2rem;
}

.bloque ul {
	list-style: none;
    text-align: left;
	margin-left: -40px;
	line-height: 1.8rem;
}
.bloque ul li::before{
	content: "";
	background-image: url('../img/tick.png');
	background-size: contain;
	display: inline-block;
	width: 0.9em;
    height: 0.75em;
	position: relative;
	top: 0.1rem;
	margin-right: 0.2rem;
}

.bloque ul img {
	max-width: 20px;
    display: inline;
    margin-right: 10px;
}

.bloque h2 strong {
	color: #E02214;
	font-weight: 600;
	font-size: 120%;
}
.bloque p {
	text-align: left;
	line-height: initial;
	margin-bottom: 15px;
}
.bloque p strong {
	font-size: 2.1rem;
}
.franja3 {
    background-image: url(../img/franja3.png);
    height: 60px;
    background-repeat: repeat-x;
    background-size: contain;
    margin-top: 40px;
}
.datos .owl-carousel .item {
    padding:5%;
}
.datos .owl-carousel .item img {
	width: auto !important;
    margin: auto !important;
}

	
.datos .owl-carousel .owl-nav button.owl-prev, .datos .owl-carousel .owl-nav button.owl-next {
	border-radius: 80px !important;
    color: #3A3A3A !important;
    font-size: 80px !important;
    line-height: 80px !important;
    padding: 6px 18px !important;
    font-weight: 500 !important;
	cursor: pointer;
}
.datos .owl-theme .owl-nav button.owl-prev {
	position: absolute !important;
		left: -60px !important;
		top: 55% !important;
		display: hide;
		opacity: 0.8;
	}
.datos .owl-theme .owl-nav button.owl-next {
	position: absolute !important;
		right: -60px !important;
		top: 55% !important;
		display: hide;
		opacity: 0.8;
	}
.datos .owl-theme .owl-nav button.owl-prev:hover {
		background-color: transparent !important;
		color: #ffffff !important;
	}
.datos .owl-theme .owl-nav button.owl-next:hover {
		background-color: transparent !important;
		color: #ffffff !important;
	}
.datos .owl-theme .owl-nav button.owl-prev span, .datos .owl-carousel .owl-nav button.owl-next span {
		margin-top: -200px;
		display: block;
	}
	
@media screen and (max-width: 780px) {
	.franja3 { height: 40px; background-image: url(../img/franja3_.png); }
}


/* ------------------ propiedades ------------------ */
.fotos .no-js .owl-carousel, .fotos .owl-carousel.owl-loaded {
    display: grid;
}

.fotos .owl-carousel {
	padding-top: 2px !important;
  }
.fotos .owl-carousel .owl-item {
	background-color: transparent;
	margin-top: -30px;
  }

.fotos .owl-carousel .owl-item .item h4 {
  font-size: 2rem;
  color: #E02214;
  font-weight: 300;
  margin: 30px 0px 0px 0px;
  }
.fotos .owl-carousel .owl-item .item p {
  font-size: 1.1rem;
  color: #000000;
  font-weight: 300;
  text-align: center;
  font-weight: 400;
  margin: 0px 0px 20px 0px;
  }
.fotos .owl-carousel .owl-nav button.owl-prev, .fotos .owl-carousel .owl-nav button.owl-next {
	border-radius: 80px !important;
    color: #FFE !important;
    font-size: 40px !important;
    line-height: 40px !important;
    font-weight: lighter !important;
    background-color: #777777;
    padding: 6px 18px !important;
    font-weight: 500 !important;
}
.fotos .owl-theme .owl-nav button.owl-prev {
	position: absolute !important;
		left: -60px !important;
		top: 55% !important;
	}
.fotos .owl-theme .owl-nav button.owl-next {
	position: absolute !important;
		right: -60px !important;
		top: 55% !important;
	}
.fotos .owl-theme .owl-nav button.owl-prev:hover {
		background-color: #E02214 !important;
		color: #ffffff !important;
	}
.fotos .owl-theme .owl-nav button.owl-next:hover {
		background-color: #E02214 !important;
		color: #ffffff !important;
	}
.fotos .owl-theme .owl-nav button.owl-prev span, .fotos .owl-carousel .owl-nav button.owl-next span {
		margin-top: -5px;
		display: block;
	}

@media (max-width:780px) {
	.fotos .owl-theme .owl-nav button.owl-prev {
		position: absolute !important;
			left: -10px !important;
			top: 55% !important;
			opacity: 0.8;
		}
	.fotos .owl-theme .owl-nav button.owl-next {
		position: absolute !important;
			right: -10px !important;
			top: 55% !important;
			opacity: 0.8;
		}

}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    color: #dc3545;
    float: left;
}

/*BOTONES*/
.boton_1{
    width: auto;
    background-color: #eaeaea;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 100px;
    color: red;
    font-weight: 700;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: solid 1px #d2d2d2;
	position: relative;
    /*top: -50px;*/
	z-index: 999;
}
.boton_1:hover{
    background-color: #eaeaea;
    text-decoration: none;
	background-color: #3A3A3A;
    color: #ffffff;
}


.boton_2{
	
	float: left;
    display: block;
    width: auto;
    background-color: #eaeaea;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 100px;
    color: red;
    font-weight: 700;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: solid 1px #d2d2d2;
	margin-top:-10px;
	margin-bottom:20px;
}

.box_03 {float:left; width:100%; height:500px; padding:40px; box-sizing:border-box; }
.box_03_1{float:left; width:100%; padding-top:280px; margin-bottom:20px; }
.box_03_2 {float:left; width:100%;}
.box_03_listado {float:left; width:100%; margin:0; padding:0; list-style:none; }
.box_03_listado li {float:left; width:15.6%; list-style:none; }
.box_03_listado li img { width:100%;}

.box_04 {float:left; width:100%; padding:40px; box-sizing:border-box;
background-image: url(../img/lineas.png); background-position:center center;
background-position: top right;
background-repeat: no-repeat;
background-size: 40%;
}
.box_04_1{float:left; width:100%;}
.box_04_2 {float:left; width:100%;}

.box_05 {float:left; width:100%; background-image: url(../img/lineas.png); background-position:center center; background-position: top right;background-repeat: no-repeat; background-size: 40%; padding: 40px;}
.box_05_1{float:left; width:50%; 
background-image: url(../img/lote_01.jpg); background-position:center center; background-repeat:no-repeat; background-size:cover;
}
.box_05_1 span {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin: 150px auto;
}
.box_05_2 {float:left; width:50%; box-sizing:border-box; padding:40px; }
.box_05_3 {float:left; width:100%; box-sizing:border-box; padding:40px;   }
.box_05_4 {float:left; width:100%; box-sizing:border-box;  }
.box_05_5 {float:left; width:100%; box-sizing:border-box;  }

.box_05_6 {float:left; width:48%; box-sizing:border-box; }
.box_05_7 {float:right; width:48%; box-sizing:border-box; }
.box_06 {float:left; width:100%; box-sizing:border-box; padding:10px 0px 30px; text-align:center;}
.box_06_1{float:left; width:100%; box-sizing:border-box;  box-sizing:border-box; margin-top: 40px;}
.box_06 h2 { font-size: 2.6rem; line-height: 2.8rem;}
.box_06_2{float:left; width:100%; box-sizing:border-box;  padding: 20px;}

.box_07 {float:left; width:100%;}
.box_07_1{float:left; width:100%; box-sizing:border-box; padding:0px 20px 30px;}
.box_07_1 h1 {
    font-size: 2.5rem;
    line-height: 25px;
    margin-bottom: 15px;
}
.box_07_2{float:left; width:100%; box-sizing:border-box; padding:20px; text-align: center;}
.box_07_3{float:left; width:50%; box-sizing:border-box; padding:20px;}

.box_08 {float:left; width:100%;   }
.box_08_1{float:left; width:100%; font-size: 2.4rem; box-sizing:border-box; padding:0px 40px; font-weight:600; line-height: 2.4rem; margin-bottom: 40px;}
.box_08_2{float:left; width:100%;}
.box_08_3{float:left; width:100%;}
.box_08_3 .col_50{margin:0; padding:20px; box-sizing:border-box; }

.box_08_listado {float:left; width:100%; margin:0; padding:20px; list-style:none; }
.box_08_listado li {float:left; width:24.5%; list-style:none; text-align:center; border-right:solid 2px red;}
.box_08_listado li button {float:left; width:100%; list-style:none; color:red; text-align:center;  font-weight:600; font-size: 1.4rem; text-decoration:none; outline: none; box-shadow: none;  }

.box_08_listado li:last-child {
  border-right: none;
}


.box_09 {float:left; width:100%; }
.box_09_1{float:left; width:50%; box-sizing:border-box; padding:20px;}
.box_09_2{float:left; width:50%;}
.box_09_1 h2 { font-size: 2.6rem; line-height: 2.8rem;}

.box_10 {float:left; width:100%;}
.box_10_1{float:left; width:100%; box-sizing:border-box;}
.box_10_1 h1 {color:#666; font-size: 2.4rem;}
.box_10_2{float:left; width:100%; }
.box_10_3{float:left; width:50%; box-sizing:border-box; height: 700px; padding-block-start: 560px;}
.box_10_4{float:left; width:50%; box-sizing:border-box; padding:0 20px;}
.overlay {
    position: relative;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 16px;
    padding: 2%;
    height: 60px;
	height: 140px;
}
.cortepor {
	margin-top: 30px;
    border-top: 1px red solid;
    padding-top: 20px;	
}
.ico_alarma{ width:40px; }

.red_txt_big { font-size: 10rem; width:100%; line-height: 10rem;}
.red_txt_medium { font-size: 2.2rem; width:100%; line-height: 1.2rem;}
.back_red { background:#e42214; color:#fff;} 
.back_white { background:#fff; color:#e42214;} 

.box_11 {float:left; width:100%; box-sizing:border-box; background-color: #fff;}
.box_11_1{float:left; width:50%; box-sizing:border-box; padding:20px; font-size:34px; }
.box_11_2{float:left; width:50%; box-sizing:border-box; padding:20px;}
.box_11_3{float:left; width:100%; box-sizing:border-box; padding:5%;}
.box_11_4{float:left; width:100%; box-sizing:border-box; padding:5% 22%;}
.box_11_2_1{float:left; width:100%; margin-bottom:20px; }
.box_11_2_2{float:left; width:100%;  padding-bottom:10px; text-align: right;

    background-image: url(../img/bar_01.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 60%;
    padding-bottom: 50px;

 }
.box_11_3_2{float:left; width:100%;  padding-bottom:10px; text-align: right;

    background-image: url(../img/bar_02.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 45%;
    padding-bottom: 50px;

 }
.box_11_4_2{float:left; width:100%;  padding-bottom:10px; text-align: right;

    background-image: url(../img/bar_02.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 60%;
    padding-bottom: 50px;

 }
.box_11_5_2{float:left; width:80%;  padding-bottom:10px; text-align: right;

    background-image: url(../img/bar_02.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 45%;
    padding-bottom: 50px;

 }
.box_11_6_2{float:left; width:70%;  padding-bottom:10px; text-align: right;

    background-image: url(../img/bar_02.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 45%;
    padding-bottom: 50px;

 }

.box_12 {float:left; width:100%; }
.box_12_1{float:left; width:100%; box-sizing:border-box; padding:40px; text-align: center; font-size: 40px; font-size: 2.4rem; line-height: 2.2rem;}
.box_12_2{float:left; width:100%;}

.box_12_listado {float:left; width:100%; margin:0; padding:0; list-style:none; }
.box_12_listado li {float:left; width:20%; list-style:none; }
.box_12_listado li span {float:left; width:100%; box-sizing:border-box; padding:20px;}
.box_12_listado li span b { color:red; }

.box_13 {float:left; width:100%;}
.box_13_1{float:left; width:100%; box-sizing:border-box; padding:20px;  background-color: #e6e6e6;}
.box_13_1 img { margin:auto; width:220px;     display: block; background-color: #e6e6e6; }
.box_13_2{float:left; width:100%; background-color: #e6e6e6;


    background-image: url(../img/ladrillo.png);
    background-position: bottom;
    background-repeat: no-repeat;
	padding-bottom:27px; 
	background-size:contain;

}
.box_13_3{float:left; width:100%; background-color: #e6e6e6; box-sizing:border-box; padding:20px; box-sizing:border-box;  font-size: 18px;  text-align: center;}

.box_13_3 h3 { font-size: 32px;}

.box_13_4 {
    float: left;
    width: 100%;
    background-color: #7a7979;
    padding: 40px;
    box-sizing: border-box;
    color: #fff;
    font-size: 11px;
	line-height: 14px;
}


.box_13_listado {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
	}
.box_13_listado li {float:left; width:16%; list-style:none;  text-align:center; color:red; border-right:solid 1px #000; font-weight:700; font-size: 2rem; }
.box_13_listado li span {float:left; width:100%; font-size: 1.1rem; list-style:none; text-align:center; color:#808080; font-weight:400; line-height: 2.2rem;}
.box_13_listado li:last-child {
  border-right: none;
}

@media screen and (max-width: 780px) {
	.box_03 {
	width: 96%;
    padding: 2%;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	}
	.box_03_listado li {
		float: left;
		width: 33%;
		list-style: none;
	}	
	.box_04 {padding:5px;}
	.box_05_1 { width: 100%; }
	.box_05_2 { width: 100%; padding: 20px 0px;}
	.box_05_3 { padding: 10px 0px;}
	.box_05_6 { width: 100%; }
	.box_05_7 { width: 100%; }
	.box_07_1 { padding: 10px 0px; }
	.box_07_2 { padding: 30px 0px; }
	.box_08_1 { padding: 10px 0px; margin-bottom: 20px;}
	.box_08_listado li {width: 50%; margin-bottom: 15px; }
	.box_13_listado li {width:50%;margin-bottom: 15px;font-size: 1.6rem;}
	.box_09_1{width:100%; box-sizing:border-box; padding:20px;}
	.box_09_2{width:100%;}
	.box_10 {
		margin-top: 30px;
	}
	.box_11_4{padding:5% 2%;}
	
	.box_10_3{ width:100%; padding:20px; height: 700px;}
	.box_10_4{ width:100%; padding:20px;}
	.box_12_1 {
		padding: 20px;
		font-size: 1.8rem;
		line-height: 2rem;
	}
	.box_13_3{padding:7px;}

	.box_13_listado {
	padding-left: 0px;
	}
	.box_13_listado li:first-child {
		border-right: none;
	}	
	.box_13_listado li:nth-child(2) {
		border-right: none;
	}	
	.box_13_listado li:nth-child(3) {
		border-right: none;
	}	
	.box_13_listado li:nth-child(4) {
		border-right: none;
	}	
	.box_13_listado li:nth-child(5) {
		border-right: none;
	}	
	.box_13_listado li:nth-child(6) {
		border-right: none;
	}	
	.box_13_listado li:nth-child(7) {
		border-right: none;
	}	
	.box_13_listado li:nth-child(8) {
		border-right: none;
	}	
	
	
	.red_txt_big {
		font-size: 7rem;
		line-height: 7rem;
	}
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 40.25%;
	padding-top: 30px;
	position: relative;
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

	#owl-mainx6 .owl-nav button.owl-prev, #owl-mainx6 .owl-nav button.owl-next, #owl-mainx5 .owl-nav button.owl-prev, #owl-mainx5 .owl-nav button.owl-next, #owl-mainx4 .owl-nav button.owl-prev, #owl-mainx4 .owl-nav button.owl-next,#owl-mainx3 .owl-nav button.owl-prev, #owl-mainx3 .owl-nav button.owl-next,#owl-mainx2 .owl-nav button.owl-prev, #owl-mainx2 .owl-nav button.owl-next, #owl-mainx1 .owl-nav button.owl-prev, #owl-mainx1 .owl-nav button.owl-next, #owl-mainx .owl-nav button.owl-prev, #owl-mainx .owl-nav button.owl-next, #owl-plazas .owl-nav button.owl-prev, #owl-plazas .owl-nav button.owl-next,#owl-descripcion .owl-nav button.owl-prev, #owl-descripcion .owl-nav button.owl-next,#owl-tipologia-mobile .owl-nav button.owl-prev, #owl-tipologia-mobile .owl-nav button.owl-next, #owl-tipologia .owl-nav button.owl-prev, #owl-tipologia .owl-nav button.owl-next, #owl-galeria .owl-nav button.owl-prev, #owl-galeria .owl-nav button.owl-next {
		border-radius: 100px !important;
		color: #e32213 !important;
		font-size: 86px !important;
		line-height: 86px !important;
		font-weight: 500 !important;
	}
	/*#owl-plazas .owl-nav button.owl-prev, #owl-plazas .owl-nav button.owl-next,#owl-descripcion .owl-nav button.owl-prev, #owl-descripcion .owl-nav button.owl-next,#owl-tipologia-mobile .owl-nav button.owl-prev, #owl-tipologia-mobile .owl-nav button.owl-next, #owl-tipologia .owl-nav button.owl-prev, #owl-tipologia .owl-nav button.owl-next, #owl-galeria .owl-nav button.owl-prev, #owl-galeria .owl-nav button.owl-next {
		border-radius: 100px !important;
		color: #e32213 !important;
		font-size: 86px !important;
		line-height: 86px !important;
		font-weight: 500 !important;
	}*/
	#owl-mainx6 .owl-nav button.owl-prev, #owl-mainx5 .owl-nav button.owl-prev, #owl-mainx4 .owl-nav button.owl-prev, #owl-mainx3 .owl-nav button.owl-prev, #owl-mainx2 .owl-nav button.owl-prev, #owl-mainx .owl-nav button.owl-prev, #owl-plazas .owl-nav button.owl-prev, #owl-descripcion .owl-nav button.owl-prev, #owl-tipologia-mobile .owl-nav button.owl-prev, #owl-tipologia .owl-nav button.owl-prev, #owl-galeria .owl-nav button.owl-prev {
		position: absolute !important;
		left: -60px !important;
		top: 45% !important;
		outline: none;
		box-shadow: none;
	}
	#owl-mainx6 .owl-nav button.owl-next, #owl-mainx5 .owl-nav button.owl-next, #owl-mainx4 .owl-nav button.owl-next, #owl-mainx3 .owl-nav button.owl-next, #owl-mainx2 .owl-nav button.owl-next, #owl-mainx .owl-nav button.owl-next, #owl-plazas .owl-nav button.owl-next, #owl-descripcion .owl-nav button.owl-next, #owl-tipologia-mobile .owl-nav button.owl-next, #owl-tipologia .owl-nav button.owl-next, #owl-galeria .owl-nav button.owl-next {
		position: absolute !important;
		right: -60px !important;
		top: 45% !important;
		outline: none;
		box-shadow: none;
	}
	#owl-mainx6 .owl-nav button.owl-prev:hover, #owl-mainx5 .owl-nav button.owl-prev:hover, #owl-mainx4 .owl-nav button.owl-prev:hover, #owl-mainx3 .owl-nav button.owl-prev:hover, #owl-mainx2 .owl-nav button.owl-prev:hover, #owl-mainx .owl-nav button.owl-prev:hover, #owl-plazas .owl-nav button.owl-prev:hover, #owl-descripcion .owl-nav button.owl-prev:hover, #owl-tipologia-mobile .owl-nav button.owl-prev:hover, #owl-tipologia .owl-nav button.owl-prev:hover, #owl-galeria .owl-nav button.owl-prev:hover {
		background-color: transparent !important;
	}
	#owl-mainx6 .owl-nav button.owl-next:hover, #owl-mainx5 .owl-nav button.owl-next:hover, #owl-mainx4 .owl-nav button.owl-next:hover, #owl-mainx3 .owl-nav button.owl-next:hover, #owl-mainx2 .owl-nav button.owl-next:hover, #owl-mainx .owl-nav button.owl-next:hover, #owl-plazas .owl-nav button.owl-next:hover, #owl-descripcion .owl-nav button.owl-next:hover, #owl-tipologia-mobile .owl-nav button.owl-next:hover,#owl-tipologia .owl-nav button.owl-next:hover, #owl-galeria .owl-nav button.owl-next:hover {
		background-color: transparent !important;
	}
	#owl-mainx6 .owl-nav button.owl-prev span, #owl-mainx5 .owl-nav button.owl-prev span, #owl-mainx4 .owl-nav button.owl-prev span, #owl-mainx3 .owl-nav button.owl-prev span, #owl-mainx2 .owl-nav button.owl-prev span, #owl-mainx .owl-nav button.owl-prev span, #owl-plazas .owl-nav button.owl-prev span, #owl-plazas .owl-nav button.owl-next span, #owl-tipologia .owl-nav button.owl-prev span, #owl-tipologia .owl-nav button.owl-next span, #owl-galeria .owl-nav button.owl-prev span, #owl-galeria .owl-nav button.owl-next span {
		margin-top: -5px;
		display: block;
	}
	#owl-tipologia-mobile .owl-nav button.owl-prev span, #owl-tipologia-mobile .owl-nav button.owl-next span {
		margin-top: -85px;
		display: block;
	}

@media screen and (max-width: 780px) {
	#owl-mainx6 .owl-nav button.owl-prev, #owl-mainx5 .owl-nav button.owl-prev, #owl-mainx4 .owl-nav button.owl-prev, #owl-mainx3 .owl-nav button.owl-prev, #owl-mainx2 .owl-nav button.owl-prev, #owl-mainx .owl-nav button.owl-prev, #owl-descripcion .owl-nav button.owl-prev, #owl-plazas .owl-nav button.owl-prev, #owl-tipologia-mobile .owl-nav button.owl-prev, #owl-tipologia .owl-nav button.owl-prev, #owl-galeria .owl-nav button.owl-prev {
		left: 10px !important;
	}
	#owl-mainx6 .owl-nav button.owl-next, #owl-mainx5 .owl-nav button.owl-next, #owl-mainx4 .owl-nav button.owl-next, #owl-mainx3 .owl-nav button.owl-next, #owl-mainx2 .owl-nav button.owl-next, #owl-mainx .owl-nav button.owl-next, #owl-descripcion .owl-nav button.owl-next, #owl-plazas .owl-nav button.owl-next, #owl-tipologia-mobile .owl-nav button.owl-next, #owl-tipologia .owl-nav button.owl-next, #owl-galeria .owl-nav button.owl-next {
		right: 10px !important;
	}
	.video-responsive {
		padding-bottom: 56.25%;
	}
	.no-js .owl-carousel, .owl-carousel.owl-loaded {
		display: inline-grid;
	}	
}

/* Tabs */
.tabs {
  width: 100%;
  border-radius: 5px 5px 5px 5px;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  padding-top: 50px;
}
ul#tabs-nav li {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 5px;
  border-radius: 5px 5px 5px 5px;
  /*border: 1px solid #d5d5de;
  border-bottom: none;*/
  cursor: pointer;
  position:relative;
  margin-bottom: 14px;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background-color: #E12214;
}
#tabs-nav li a {
  text-decoration: none;
  color: #FFF;
  font-size: 1.1rem;
  margin: 0 5px;
}
.tab-content {
   padding: 30px;
   background-color: #FFF;
   box-sizing:border-box;
}

ul#tabs-nav li.active::after {
	position:absolute;
	display:block;
	content:"";
	left:42%;
	top:36px;
	width: 0;
    height: 0;
    border-width: 0 9.5px 13.5px 9.5px;
    border-color: transparent transparent #FFF transparent;
    border-style: solid;
    display: inline-block;
}



#tabs-content {
	background-color: #fff;
    float: left;
    width: 100%;
    margin-top: -52px;
    height: auto;
	}



/* Just for CodePen styling - don't include if you copy paste */
html {
  margin: 0;
  padding: 0;
}





.container {  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px 5px;
  grid-auto-flow: row;
  grid-template-areas:
    "col1 col2 col4"
    "col1 col3 col4";
}

.col1 { grid-area: col1; }
.col2 { grid-area: col2; }
.col3 { grid-area: col3; }
.col4 { grid-area: col4; }

.block-content {
    background-image: url(../img_02.jpg);
    width: 100%;
    float: left;
    padding-top: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    border-radius: 10px;
	max-width: 1400px;
    margin: auto;
    float: none;
}

.icon_tabs{}
.title_tabs {
	font-size: 36px;
    color: #fff;
    top: -50px;
    margin-right: 40px !important;
}


ul#tabs-nav li.title_tabs:hover,
ul#tabs-nav li.title_tabs.active {
  background-color: transparent;
}



.item img{ width: 100%;}
.item span{  width: 100%; display:block; padding:10px; }
#owl-mainx .item {
   margin:0 10px 0 10px;
}
#owl-mainx2 .item {
   margin:0 10px 0 10px;
}
#owl-mainx3 .item {
   margin:0 10px 0 10px;
}
#owl-mainx4 .item {
   margin:0 10px 0 10px;
}
#owl-mainx5 .item {
   margin:0 10px 0 10px;
}
#owl-mainx6 .item {
   margin:0 10px 0 10px;
}

.angry-grid {
   display: grid; 

   grid-template-rows: 1fr 1fr;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
   
   gap: 10px;
   height: 100%;
   
}
  
#item-0 {

   background-color: #7B9EF5; 
   grid-row-start: 1;
   grid-column-start: 1;
   grid-row-end: 3;
   grid-column-end: 3;
   max-height: 410px;
   
}
#item-1 {

   background-color: #8C9D99; 
   grid-row-start: 1;
   grid-column-start: 3;
   grid-row-end: 2;
   grid-column-end: 5;
   
}
#item-2 {

   background-color: #C59BAF; 
   grid-row-start: 2;
   grid-column-start: 3;
   grid-row-end: 3;
   grid-column-end: 5;
   
}
#item-3 {

   background-color: #B57E5B; 
   grid-row-start: 1;
   grid-column-start: 5;
   grid-row-end: 2;
   grid-column-end: 7;
   
}
#item-4 {

   background-color: #A6A89A; 
   grid-row-start: 2;
   grid-column-start: 5;
   grid-row-end: 3;
   grid-column-end: 7;
   
}
.angry-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logotown {
	padding: 20% 15%;
}
@media screen and (max-width: 780px) {
	ul#tabs-nav li {
	  top: -50px;
	  width: 32%;
	  text-align: center;
	}
	.title_tabs {
	  width: 100% !important;
	  text-align: left !important;
	}
	.tab-content {
	   padding: 10px;
	}
	.logotown {
		padding: 10% 10%;
	}
	

.angry-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 8px;
}
    
#item-0 {
    grid-column: span 2 / span 2;
    grid-row: span 6 / span 6;
}

#item-1 {
    grid-column: span 3 / span 3;
    grid-row: span 3 / span 3;
    grid-column-start: 3;
}

#item-2 {
    grid-column: span 3 / span 3;
    grid-row: span 3 / span 3;
    grid-column-start: 3;
    grid-row-start: 4;
}

#item-3 {
    grid-column: span 5 / span 5;
    grid-row: span 4 / span 4;
    grid-row-start: 7;
}

#item-4 {
    grid-column: span 5 / span 5;
    grid-row: span 4 / span 4;
    grid-row-start: 11;
}
        	
}