/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09-ene-2016, 13:47:21
    Author     : Eloy
*/

@font-face {
    font-family: 'Icons';
    src: url('font/open-iconic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:'Domain';
    src:url('font/Domain.ttf') format("truetype");
    font-weight:normal;
    font-style:normal
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body, html{
    margin: 0;
    padding: 0;
    font-family: 'Carme', sans-serif;
    height: 100%;
}
.header{
    width: 100%;
}
.header .asiHe{
    padding:15px 50px;
    background-color: #f7f7f7;
}
.header .heDire{
    font-size: 0.8rem;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #6d6d6d;
    display: inline-block;
    float: left;
}
.header .heDire a{
    text-decoration: none;
    color: #6d6d6d;
}
.header .heDire a:hover{
    color: #ff6501;
}
.header .heDire .spTel:before, .header .heDire p:before, .header .heDire .spEma:before{
    font-family: "Icons";
    margin-right: 6px;
    font-size: 0.7rem;
}
.header .heDire p{
    margin: 0;
}
.header .heDire p:before{
    content:'\e090';
}
.header .heDire .spTel:before{
    content:'\e0a6';    
}
.header .heDire .spEma:before{
    content:'\e05c';    
}
.header .heDire .spTel, .header .heDire .spEma{
    margin-left: 40px;
}
.header .asiHe .coRS, .heDire{
    display: inline-block;
}
.header .asiHe .coRS{
    float:right;
}
.header .asiHe:after{
    content:'';
    display:block;
    clear: both;
}
.header .asiHe .coRS ul{
    display: inline;
    padding: 0;
}
.header .asiHe .coRS ul li{
    display: inline-block;
    list-style: none;
}
.liFa, .liIn, .liTw{
    text-decoration: none;
    color: #6d6d6d;
}
.liFa:hover{
    color: rgb(62, 91, 152);
}
.liTw:hover{
    color: #4da7de;
}
.liIn:hover{
    color: #9c7c6e;
}
.header .secMeLo{
    padding: 30px 50px;
    background-color: #ff6501;
    margin-bottom: 25px;
}
.header .secMeLo a{
    text-decoration: none;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.header .secMeLo a:hover{
    text-decoration: underline;
}
.header .secMeLo a img{
    line-height: 50px;
    vertical-align: middle;
}
.header .secMeLo a img{
    width: 50px;
}
.header .secMeLo a h1{
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
}
.header .secMeLo .liLog{
    margin-left: 30px;
    line-height: 1.2rem;
}
.header .secMeLo .navMenu, .header .secMeLo div{
    display: inline-block;
}
.header .secMeLo .navMenu{
    margin-left: 55px;
}
.header .secMeLo .navMenu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.header .secMeLo .navMenu ul li{
    display: inline-block;
    text-transform: uppercase;
    line-height: 1rem;
    vertical-align: middle;
    margin-right: 1rem;
}
.header .secMeLo .navMenu ul li:last-child{
    margin-right: 0;
}
.header .secMeLo .navMenu ul li a{
    line-height: 1rem;
    font-size: 1rem;
}
.header .secMeLo .navMenu ul li a:hover{
    color: #421600;
}
.secSea{
    position: relative;
    color: #421600;
    text-align: center;
}
.secSea .backSea{
    width: 100%;
    max-height: 700px;
    z-index: -1;
}
.secSea .artSea #desde,.secSea .artSea #hasta, .secSea .artSea #pobla, .secSea .artSea .contTv div .cell select{
    line-height: 20px;
    text-transform: uppercase;
    background: #ededed;
    color: #727272;
    padding: 10px 20px;
    border: none;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.secSea .artSea #pobla{
    width: 100%;
}
.secSea .artSea #desde,.secSea .artSea #hasta{
    width: 100px;
}
.secSea .artSea .contPre, .secSea .artSea .contTv{
    display: inline-table;
}
.secSea .artSea .contPre div, .secSea .artSea .contTv div{
    display: table-row;
}
.secSea .artSea .contPre div .cell label, .secSea .artSea .contPre div .cell input{
    margin: 0.5rem 0.5rem 0.5rem 0;
}
.secSea .artSea .contTv div .radio{
    margin-top: 15px;
    margin-left: 30px;
}
.secSea .artSea .contTv div .cell select{
    margin: 0.5rem 0.5rem 0.5rem 0;
    width: 100%;
}
.secSea .artSea .contPre div .cell, .secSea .artSea .contTv div .cell{
    display: table-cell;
    text-align: center;
}
.secSea .artSea .contPre p{
    display: table-caption;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.secSea .artSea button{
    display: block;
    margin: 15px auto 0;
    text-transform: uppercase;
    padding: 10px 18px;
    background: #ededed;
    border-radius: 4px;
    color: #727272;
    font: 600 14px 'Open Sans', Arial, Helvetica, sans-serif;
    border: none;
    cursor: pointer;
}
.secSea .artSea button:hover{
    color: #ededed;
    background-color: #6d6d6d;  
}
.secSea .artSea{
    max-width: 600px;
    display: inline-block;
    margin: 0 auto;
    z-index: 9999;
    background-color: #ff6501;
    padding: 25px;
    border: none;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
}
.secSea .artCarousel{
    max-width: 980px;
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-height: 490px;
    margin-bottom: 25px;
}
.properties{
    width: 100%;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    /*min-height: calc(100% - 478px);*/
    min-height: calc(100% - 255px);
}
.properties .img_sell{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.properties .proper{
    display: inline-block;
    max-width: 300px;
    overflow: hidden;
    margin: 30px 50px;
}
.properties .proper .proHea{
    text-align: center; 
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
}
.properties .proper .proImg{
    width: 300px;/*imagen 300 x 210*/
    height: 210px;
    overflow: hidden;
}
.properties .proper .proBed{
    font-size: 1.1rem;
    display: inline-block
}
.iconPro i:after{
    font-family: "Domain";
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-style: normal;
}
.properties .proSpc{
    width: 100%;
    display: block;
}
.properties .proSpc .proBed, .properties .proSpc .proBat, .properties .proSpc .proMC{
    margin-right: 8px;
    /*font-family: ;*/
}
.properties .proper .proBed i:after{
    content: "\e646";
    font-style: normal;
    margin-right: 3px;
}
.properties .proper .proBat i:after{
    content: "\e645";
    font-style: normal;
    margin-right: 3px;
}
.properties .proper .proMC i:after{
    content: "\e64E";
    font-style: normal;
    margin-right: 2px;
}
.properties .proper .proDet{
    color: white;
    background-color: #ff6501;
    border: 0 none;
    cursor: pointer;
    padding: 12px;
    display: block;
    outline: none;
    text-decoration: none;
    margin: 0;
    font-size: 14px;
    font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}
.properties .proper .proDet:hover{
    color: #ff6501;
    background-color: white;
}

/*SECCION PROPIEDAD*/

.secPro{
    width: 100%;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    min-height: calc(100% - 255px);
    margin-bottom: 25px;
}
.secPro .proErro{
    text-align: center;
    font-size: 1.8rem;
    font-weight: normal;
}
.secPro .imgErro{
    max-width: 400px;
}
.secPro .fotorama{
    margin: 0 auto !important;
    max-width: 650px !important;
}
.secPro .cntDes{
    text-align: left;
    max-width: 650px;
    margin: 0 auto;
}
.secPro .cntDes h3{
    text-transform: uppercase;
}
.secPro .cntTab{
    max-width: 650px;
    margin: 1.2rem auto;
    text-align: left;    
}
.secPro .cntTab table{
    border: 1px solid #421600;
    border-collapse: collapse;
}
.secPro .cntTab td{
    width: 100%;
}
.secPro .cntTab td, .secPro .cntTab th{
    border: 1px solid #421600;
    padding: 0.5rem;
    border-collapse: collapse;
}
.secPro .cntTab th{
    max-width: 200px;
}

/*Paginacion de propiedades*/

.pags{
    margin: 10px 0 25px 0;
    text-align: center;
}
.pags .linPag{
    display: inline-block;
    margin: 0 5px;
    font-size: 1.1rem;
    font-family: 'Quicksand', sans-serif;
    color: #4da7de;
    text-decoration: none;
}
.pags .linPag:hover{
    color: #ff6501;
}
.pags .linAct{
    color: #ff6501;
}

/*****************/

.footer{
    width: 100%;
    min-height: 100px;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    background-color: #421600;
    color: #FFF2DE;
}
.footer p{
    font-size: 1.3rem;
    margin: 0;
    line-height: 100px;
}

@media all and (max-width: 827px){
    .properties .proper{
        margin: 10px;
    }
}
@media all and (max-width: 640px){
    .footer p{
        font-size:0.9rem;
    }
    .header .secMeLo{
        padding: 5px 0;
        text-align: center;
    }
    .header .heDire{
        margin: 5px;
    }
    .header .secMeLo div a img{
        width: 32px;
        height: 32px;
    }
    .header .secMeLo div{
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1.0rem;
        margin: 10px 0;
    }
    .header .secMeLo div .liLog{
        margin-left: 5px; 
    }
    .header .secMeLo .navMenu{
        margin: 5px 0px;
        text-align: center;
    }
    .header .secMeLo .navMenu ul li{
        line-height: normal;
        vertical-align: initial;
        margin-right: 0;
        text-align: center;
        margin: 0 auto;
    }
    .header .secMeLo .navMenu ul li a{
        border: 1px solid #421600;
        padding: 5px 8px;
        margin-bottom: 5px;
    }
    .header .asiHe .coRS, .header .heDire{
        float: none;
        display: block;
    }
    .header .secMeLo, .header .asiHe{
        padding: 5px 0;
    }
    .header .heDire{
        margin: 5px;
    }
    .header .heDire .spTel, .header .heDire .spEma{
        display: block;
        margin: 0;
    }
    .header .asiHe:after{
        content: initial;
    }
    .secPro{
        padding: 5px;
    }
    .secPro .fotorama {
        margin: 0 auto !important;
        max-width: 400px !important;
    }
    .secSea .artCarousel{
        max-width: 540px;
        max-height: 270px;
    }
}
@media all and (max-width: 598px){
    .secSea .artCarousel{
        max-width: 540px;
        max-height: 270px;
    }
}
@media all and (max-width: 420px){
    .properties .proper{
        margin: 0;
        width: 100%;
    }
    .secSea
    {
        margin-bottom: 10px;
    }
    .secSea .artCarousel{
        max-width: 320px;
        max-height: 160px;
    }
}