/*Theme Name: 
Theme URI: www.pixandlab.com
Author: PIX & LAB 
Description: Tema para 
*/

@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, html a{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
html body{
	font-family: 'Poppins', sans-serif;
}
ol, ul {
	list-style: none;
	line-height:1.5em;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong{
	font-weight:bold;
}
em{
	font-style: italic;
}
header{
	height: 150px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3000;
}
.contacto-header{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.contacto-header ul li{
	margin-left: 20px;
}
.contacto-header ul li a{
	color: #fff;
	text-decoration: none;
}
.cabecera{
	height: 600px;
	background-image: url('img/cabecera.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.cabecera-single{
	height: 275px;
	background-image: url('img/cabecera.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.precio{
	font-weight: bold;
	color: #73236c;
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
}
header section img{
	max-width: 300px;
	text-align: left;
}
.cada-vivienda img{
	max-width: 100%;
	height: auto;
}
.alquiler-venta li, .contacto-header li{
	display: inline-block;
}
.viviendas-container{
	background-color: #ededed;
}
.nosotros-servicios{
	padding-top: 120px;
	padding-bottom: 120px;
}
.imagen-nosotros img{
	border-radius: 100%;
	border: 4px solid #fff;
	box-shadow: 0 0 0 5px #73236c;
}
.contenido-nosotros h2{
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
	color: #73236c;
}
.contenido-nosotros h3{
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	color: #e6107d;
}
.trabajamos img{
	max-width: 300px;
	margin: 0 auto;
}
.trabajamos-con{
	font-weight: bold;
	font-size: 20px;
	color: #b2b2b2;
}
.separador{
	width: 100%;
	height: 5px;
	background: rgb(115,35,108);
	background: -moz-linear-gradient(90deg, rgba(115,35,108,1) 50%, rgba(230,16,125,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(115,35,108,1) 50%, rgba(230,16,125,1) 100%);
	background: linear-gradient(90deg, rgba(115,35,108,1) 50%, rgba(230,16,125,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#73236c",endColorstr="#e6107d",GradientType=1);
	margin-top: 75px;
	margin-bottom: 75px;
}
.separador-cards{
	width: 100%;
	height: 5px;
	background: rgb(115,35,108);
	background: -moz-linear-gradient(90deg, rgba(115,35,108,1) 50%, rgba(230,16,125,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(115,35,108,1) 50%, rgba(230,16,125,1) 100%);
	background: linear-gradient(90deg, rgba(115,35,108,1) 50%, rgba(230,16,125,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#73236c",endColorstr="#e6107d",GradientType=1);
}
.servicio img{
	border: 4px solid #fff;
	box-shadow: 0 0 0 5px #73236c;
}
.servicio h3{
	font-weight: bold;
	font-size: 21px;
	color: #73236c;
	margin-top: 20px;
}
.footer-contacto{
	background-image: url('img/footer.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 50px;
	background-attachment: fixed;
}
.footer-contacto h3{
	font-weight: bold;
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
	text-align: center;
}
.footer-contacto address{
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
footer a{
	color: #fff;
	transition: 1s;
}
footer a:hover{
	opacity: .7;
	color: #fff;
}
.wpcf7 form{
	margin-left: 80px;
	margin-right: 80px;
}
.wpcf7 form label, .wpcf7 form label input.campo-form{
	width: 100%;
}
.wpcf7 form label{
	text-align: left;
	color: #fff;;
	font-size: 15px;
	margin-bottom: 30px;
}
.wpcf7 form label input.campo-form{
	height: 40px;
	border-radius: 20px;
	margin-top: 9px;
}
.wpcf7 form textarea{
	resize: none;
	height: 84px;
	margin-top: 9px;
	border-radius: 20px;
	width: 100%;
}
.wpcf7-acceptance label .wpcf7-list-item-label{
	font-weight: normal;
	font-size: 10px;
}
.wpcf7-submit{
	float: right;
	background-color:#e6107d;
	height: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.card, .card img{
	border-top-left-radius: 20px!important;
	border-top-right-radius: 20px!important;
}
.card{
	border-bottom-left-radius: 20px!important;
	border-bottom-right-radius: 20px!important;
	margin-bottom: 66px;
}
.card figure{
	margin-bottom: 0!important;
}
.btn-cat{
	font-size: 12px;
	font-weight: bold;
	padding: 7px 15px;
	border-radius: 15px;
	text-transform: uppercase;
	text-decoration: none;
}
.btn-cat.alquiler{
	background-color: #73236c;
	color: #fff;
}
.btn-cat.venta{
	background-color: #e6107d;
	color: #fff;
}
.btn-cat.vivienda-term{
	color: #000;
	background-color: #ededed;
}
.card h3 a{
	font-size: 21px;
	font-weight: bold;
	color: #000;
	display: block;
	text-decoration: none;
	margin-top: 25px;
	margin-bottom: 5px;
}
.single-vivienda{
	background-color: #ededed;
}
.entrada-categoria-single{
	margin-bottom: 50px;
}
.entrada-categoria-single .btn-cat{
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 15px;
	margin-right: 20px;
	display: inline-block;
	width: auto;
}
.entrada-categoria-single .vivienda-term{
	background-color: #fff;
}
.entrada-categoria-single h1{
	font-weight: bold;
	font-size: 45px;
}
.imagen-principal img{
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}
.imagen-principal p{
	font-size: 16px;
	line-height: 26px;
	margin-top: 25px;
}
.ficha-vivienda .ficha{
	background-color: #fff;
	border-radius: 20px;
	padding: 50px;
}
.ficha-vivienda .ficha h2{
	font-weight: bold;
	font-size: 21px;
	color: #73236c;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
}
.ficha-vivienda .ficha ul{
	padding-left: 0;
}