/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/ /*quitamos esta propiedad que viene por defecto porque no queremos que sea todo el mayuscula*/
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
	
}	

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    /*background: #18bc9c; este es el color de fondo del carousel*/
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
         padding:0; /*padding: 25px 0; Esta propiedad es la original, la modificamos para que la barra de menu no se baje.*/
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    /*text-transform: uppercase;*/ /*Suprimimos esta propiedad porque no queremos que la letra sea en mayúscula en el menu*/
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #18bc9c;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:0%;
}
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
#portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color:#F60;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color:#666;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
/*foto de fondo para la página*/
.fondo{background: url(/templates/images/fondo/fondo1.jpg);
 	background-size:cover;
 	background-position:center;
    background-repeat:no-repeat;
	background-attachment:fixed;
}

/*Modificaciones nuestras*/
.logo-tamano{
	padding:0px;
}
.tamano-letra{font-size:12px;}

.head-mod{
	padding:10px;
}
.panel-mod{
	margin-top:70px;
}
.panel-mod2{margin-top:50px;}

/*modifica el alto de las cajas del formulario*/
.alto-mod{height:40px; font-size:14px;}


/*Tipos de letra*/
.h4-mod{
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#FFF;
	text-align:justify;
}

.h4-mod2{
	color:#F60;
}

.h5-mod{
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
	text-align:justify;
}
.h5-mod2{
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
	text-align:center;
}
.h5-mod3{
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#FFF;
	text-align:justify;
}

.li-letra{font-size:13px;}
.justificado{margin-left:-25px; margin-right:-10px;}

.btn-tamano{
	padding:0px;
	background-color:#F60;
}

/*localuzacion mapa*/
.thumbnail-mod{border:solid;
border-color:#999;
}

/*imagenes estiradas para listas de viviendas*/
/*.estirar{width:100%;}*/
/*.estirar{width:292px; height:194px;}*/
.estirar{width:100%; height:194px;} /*estirar listado*/
.imageOver {position: relative;}
.estirar2{width:100%; height:250px;} /*estirar lateral banners*/
.estirar3{width:100%;} /*estirar home*/

/*formulario carousel*/
#searchForm{position:absolute;
    top:5%;}
	
.letra-blanca{color:#fff; font-weight: bolder; font-size:13px;
}

a, a:hover, a:focus, a:active, a.active>a-blanca{color:#FFF;}

.nav-tabs>li.active>a.fondo-naranja{background-color:#f60; color:#fff; border-color:#999;}
.transparente{
	background-color:rgba(102, 102, 102, 0.6);
}

.fondo-menu{background-color:rgba(102, 102, 102, 0.8);}

.boton-color{background-color:#F60; width:75px;}
.boton-color2{background-color:#F60;}
.boton-color3{background-color:#F60; padding:5px 5px; border-radius:0px; font-size:13px; border-width:1px; margin-bottom:1px;}

/*listado viviendas*/
/*fondo del panel*/
.body-trans{ background-color:rgba(102, 102, 102, 0.3);}
/*background-color:rgba(255, 102, 0, 0.3);*/

/*Viviendas destacadas de home*/
.blanco-trans{background-color:rgba(255,255,255, 0.5); }
.img-llena{padding: 0px 0px; height:100%;}
.precio{background-color: #f60; color:#FFF; font-size:16px;}
.letra{font-size:12px; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; color:#666;}
.ref{font-size:13px; color:#f60; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;}

.badge-fondo{background-color:#999;}

/*detalle, botones de enviar a amigo, imprimir, PDDF*/
.btn-color{
	background-color:#FFF;
	color:#666;
	border-color:#666;
	border-width: 0.5px;
	padding: 20px 15px;
}

/*fotos carousel detalle*/
.fotos-car{
	height:450px;
}


/*lugar de la vivienda*/
.label-mod{white-space:normal; font-size:15px;}

/*Desplegable de barra de navegacion layout*/
.dropdown-menu > li > a.desple{
	min-width:0px;
	background-color:#F60;
	
}

.dropdown-menu > li > a.desple2{
	padding:3px 17px;
	color:#fff;
}

/*Formulario tasacion*/
.body-trans2{ background-color:rgba(102, 102, 102, 0.8);}

/*para cortar el texto de la lista*/
.hideOverflow
{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:100%;
    display:block;
}


.panel-tipowell{background-color:#ecf0f1;}
/*color ticks extra de la ficha detalle*/
.sucess-color{color:#f60;}

/*En el listado.html, para que las categorias de ordenar por, queden alineadas a la derecha y las flechitas coincidan bien*/
.alineado{
	text-align:center;
}
.blanco{color:#fff;font-weight: bolder;}

/*PAGINA EN CONSTRUCCION*/
.well-trans{ background-color:rgba(255, 255, 255, 0.6); height:200px;}

/*COOKIES*/
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:60px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
 
/*.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}*/
 
.inner a.ok {
    padding:4px;
    color:#F60;
    text-decoration:none;
	font-weight:bolder;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#F60;
}

.aviso-error{
	font-size:16px;
	color:#F00;
	font-weight:bold;
}


/*PROPIEDADES NUEVA FICHA ESCAPARATE*/
.raya-naranja{
	margin-top:4px;
	margin-bottom:4px;
	color:#F60; 
	width:92%; 
	height:12px; 
	background-color:#F60; 
	border-color:#F60;
}

.foto-tamano{
	width:600px;
	height:350px;
	margin-top:0px;
}

.foto-tamano2{
	
	height:300px;
	width:515px;
	margin-top:0px;
}

.borde-tabla{

	border-top-color:#F60;
	border-top-style: solid;
	border-top-width: 3px;
	border-bottom-color: #F60;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-right-color: #F60;
	border-right-style: solid;
	border-right-width: 3px;
	border-left-color: #F60;
	border-left-style: solid;
	border-left-width: 3px;
}



/*FIN NUEVA FICHA ESCAPARATE*/



/*FICHA ESCAPARATE DIVS*/
#container{
	width:1200px; 
	
	/*height:950px;*/
	margin-top:50px;
	margin-bottom:50px;
	margin-left:50px;
	margin-right:50px;
	
}

#cabecera{
	/*width:1050px;*/
	height:75px;
	margin-left:50px;
	margin-right:50px;
	margin-top:50px;
}
#izquierda{
	width:300px; float:left; height:75px;
}
#derecha{
	width:300px; float:left; text-align:right; height:75px;
}
#centro{
	width:450px; text-align:center; float:left; height:75px;
}

#contenido{ height:595px; margin-left:50px; margin-right:50px; }
#fotos{width:600px; height:595px; float:left; margin-right:30px; }
#caracteristicas{width:420px; height:595px; float:left; }
#detalle{height:500px; border:solid; border-color:#F60;}
#precio{width:500px; height:90px; border:solid; border-color:#F60; background-color:#F60; border-radius:10px;}
.letra-naranja{color:#F60; margin-left:20px; margin-right:20px;}
.margen{margin-left:20px; margin-right:20px;}
.margen-2{margin-left:20px; margin-right:20px; font-size:18px;}
.color-precio{color:#FFF;}


