/*
    Theme Name: Muliate
    Version: 1.0
*/

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Raleway', sans-serif;
    background: #617490;
}
.playfair {
    font-family: 'Playfair Display', serif;
}
strong {
    font-weight: 700;
}

#cabecera h1 {
    padding: 30px 0;
    margin: 0;
}
    .muliate-hiru #cabecera h1 {
        padding-top: 0px;
    }
#fondo.home {
    background: transparent url(img/colon-cadiz-01.jpg) no-repeat center bottom;
    background-size: cover;
}
#fondo.muliate-hiru {
    background: transparent url(img/colon-cadiz-01.jpg) no-repeat center bottom;
    background-size: cover;
}
.fondo-blanco {
    background-color: white;
}
.fondo-marron {
    background-color: #C0A991;
}
.fondo-azul {
    background-color: #617490;
}
.fondo-gris {
    background-color: #f0f0f0;
}
.fondo-transparente {
    background-color: transparent !important;
}
.margen {
    padding: 50px 0;
}
    .margen h3 {
        margin-top: 0;
        padding-left: 40px;
        border-left: 10px solid #e1e3e7 ;
        padding-right: 50px;
    }
    .margen p {
        margin-bottom: 0;
        padding-left: 50px;
        padding-right: 50px;
    }
.btn {
    background-color: transparent;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 30px;
    border: 1px solid rgb(170, 170, 170);
}
hr {
    border-bottom: 1px solid #657795;
}
.texto-blanco {
    color: white;
}
h4.texto-italica {
    font-style: italic;
    border-bottom: 1px dotted white;
    font-size: 15px;
    padding-bottom: 15px;
}
.pd30 {
    padding: 30px 0;
}
.pd50 {
    padding: 50px 0;
}
.pd15 {
    padding: 15px 0;
}
.muliate-hiru .pd15 {
    padding: 0;
    margin: 15px 0;
}
.muliate-hiru .pd30 {
    padding: 0;
    margin: 30px 0;
}

.playfair {
    color: #657795 !important;
}

h2 {
    background: transparent url(../img/marra.png) no-repeat center bottom;
    padding-bottom: 30px;
    font-size: 18px;
    color: #333;
}
h2.playfair {
    background: transparent url(../img/marra.png) no-repeat center bottom;
    padding-bottom: 30px;
    font-size: 30px;
}

.h3 {
    font-size: 3rem;
    color: #617490;
}
.h3.playfair {
    padding: 10rem;
}
.h3:after {
    content: '–';
    display: block;
    font-weight: normal;
}
.playfair.grande {
    font-size: 20px;
}
.playfair.muy-grande {
    font-size: 30px;
}
p.marra:before {
    content: '–';
    display: block;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.claim {
    padding: 50px 0;
    color: white;
}
    #claim-intro {
        position: absolute;
        top: 50vh;
        width: 100%;
    }
    
    .claim p {
        font-weight: 700;
        letter-spacing: 3px;
    }
    .claim p.playfair {
        font-size: 48px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 1em;
        margin-bottom: 30px
    }
    .muliate-hiru .claim p {
        font-family: 'Playfair Display', serif;
        font-style: italic;
        text-transform: none;
        font-weight: normal;
        font-size: 20px;
    }
    .muliate-hiru .claim p.playfair {
        font-style: normal;
        font-size: 60px;
    }
  

#cabecera {
    background: black;
}  
.muliate-hiru #cabecera {
    background-color: transparent;
}

#logo-zortziko {
    padding-top: 20px;
}
    
    
#idiomas {
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    font-size: 11px;
    top: 10px;
    z-index: 3;
}
    .muliate-hiru.home #idiomas a {
        color: #fff;
    }
    .muliate-hiru  #idiomas a {
        color: #617490;
    }


/* 
    # Menú - - - - - - - - - - - -
*/
    
    #menu {
        padding: 30px 0;
        margin-top: 35px;
    }
    #menu ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    #menu li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: inline-block;
        position: relative;
        color: white;
    }
	.fondo-blanco #menu li {
	    color: #617490;
	}
    #menu li:after {
        content: ' · ';
    }
    #menu li:last-child:after {
        content: none;
    }
    #menu li a {
        font-size: 17px;
        margin: 0 20px;
        padding: 5px 0;
        color: white;
    }
    .fondo-blanco #menu li a {
	    color: #617490;
    }
    #menu li a:hover,
    #menu li a.current{
        border-bottom: 4px solid #C1CC26;
        text-decoration: none;
    }
    #menu li ul {
        position: absolute;
        top: 31px;
        left: 20px;
        background: rgba(97,116,144, .8);
        z-index: 999;
        display: none;
    }
    #menu li:hover ul {
        display: block;
    }
    #menu li ul li {
        text-align: left;
        display: block;
        list-style-type: circle;
    }
    #menu li ul li:after {
        content: none;
    }
    #menu li ul li a {
        color: white;
        display: block;
        padding: 10px 20px;
        margin: 0;
    }
    .fondo-blanco #menu li ul li a {
	    color: white;
    }
    #menu li ul li a:hover,
    #menu li ul li a.current {
        border: none;
        background: rgba(97,116,144, 1);
    }

#fondo {
        position: relative;
    }
    #menu {
        position: absolulte;
        top: 235px;
        margin-top: 0;
        left: 0;
        width: 100%;
        transition: background-color ease-in-out .5s;
    }
    #menu.fixed {
        position: fixed;
        background-color: rgba(255,255,255,.8);
        top: 0;
        z-index:1000;
    }
    #menu.fixed a {
        color: #617490 !important;
    }


#control-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 31px;
    background: transparent url(/muliate-hiru/wp-content/themes/muliate/img/menu.png) no-repeat 50%;
    cursor: pointer;
    z-index: 99900;
}    
#control-menu.on {
    background: transparent url(/muliate-hiru/wp-content/themes/muliate/img/menu-close.png) no-repeat 50%;    
} 

.fondo-blanco #control-menu {
    background: transparent url(/muliate-dos/wp-content/themes/muliate/img/menu.png) no-repeat 50%;
}    
.fondo-blanco #control-menu.on {
    background: transparent url(/muliate-dos/wp-content/themes/muliate/img/menu-close.png) no-repeat 50%;    
} 


#contenido {
    background-color: #F0F0F0;
}
.home-promociones #contenido {
    padding: 80px 0;
}
.home-promociones #contenido a {
    color: #333 !important;
}
.home-promociones #contenido a:hover {
    text-decoration: none;
    color: #000;
}
.home-promociones #contenido a .playfair.grande {
    color: #617490;
}

.promotora h3 a {
    color: white;
}
.promotora a.bloque {
    display: block;
    width: 100%;
    height: 100%;
}

.texto-icono {
    display: block;
    float: left;
    margin-top: 8px;
}
.ico {
    background-image: url(/img/iconos.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    clear: both;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    margin-bottom: 2px;
}
.ico-01 { background-position: -3px 0; }
.ico-02 { background-position: 0px -34px; }
.ico-03 { background-position: -1px -71px; }
.ico-04 { background-position: 0px -105px; }
.ico-05 { background-position: -1px -142px; }
.ico-06 { background-position: 0px -178px; }
.ico-07 { background-position: 0px -213px; }
.ico-08 { background-position: -1px -244; }


.villa-geldi {
    
}


.bg-02 {
    background: url('../img/02-vivienda-san-martin-cadiz.jpg') no-repeat 50%;
    background-size: cover;
    position: relative;
}  
.bg-02::before {
    content: '';
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    .bg-02 .claim {
        padding-top: 50vh;
        padding-bottom: 10vh;
    }

/* .zortziko .fondo-01 {
    background: url(img/zortziko/interior-vivienda-hondarribia.jpg) no-repeat 50%;
    background-size: cover;
    height: 525px;
}
.zortziko .fondo-01.euskera {
    height: 480px; 
}
.muliate-uno .fondo-02 {
    background: url(/img/2017/fase-1/txoko-hondarribia.jpg) no-repeat 50%;
    background-size: cover;
    height: 681px;
}
.muliate-uno .fondo-03 {
    background: url(/img/2017/fase-1/zonas-comunes.jpg) no-repeat 50%;
    background-size: cover;
    height: 466px;
}
.muliate-uno .fondo-04 {
    background: url(/img/2017/fase-1/viviendas-hondarribia-muliate.jpg) no-repeat 50%;
    background-size: cover;
    height: 520px;
}




.caracteristicas .fondo-01 {
    background: url(../img/zortziko/interior-vivienda-hondarribia.jpg) no-repeat 50%;
    background-size: cover;
    height: 518px;
}

.muliate-hiru.caracteristicas .fondo-01 {
    height: 525px;
}


@-moz-document url-prefix() {
    .muliate-hiru.caracteristicas .fondo-01 {
        height: 526px;
    }
}



.caracteristicas .fondo-foto {
    background: url(../img/caracteristicas/muliate-viviendas-hondarribia-hogar.jpg) no-repeat 50%;
    background-size: cover;
    height: 591px;
}

.caracteristicas .fondo-02 {
    background: url(../img/caracteristicas/muliate-viviendas-hondarribia-piscina.jpg) no-repeat 50%;
    background-size: cover;
    height: 558px;
}
.caracteristicas .fondo-03 {
    background: url(../img/caracteristicas/muliate-viviendas-hondarribia-salon.jpg) no-repeat 50%;
    background-size: cover;
    height: 569px;
}

.caracteristicas .fondo-familia {
    background: url(/muliate-hiru/wp-content/themes/muliate/img/caracteristicas/muliate-hiru-familia.jpg) no-repeat 50%;
    background-size: cover;
    height: 569px;
}


    .muliate-hiru.caracteristicas .fondo-03 {
        height: auto;
    }
.caracteristicas .fondo-04 {
    background: url(../img/caracteristicas/muliate-viviendas-hondarribia-dormitorio-2.jpg) no-repeat 50%;
    background-size: cover;
    height: 485px;
}
    .muliate-hiru.caracteristicas .fondo-04 {
    	height: 470px;
    }
        @-moz-document url-prefix() {
            .muliate-hiru.caracteristicas .lo-mires .fondo-04 {
                height: 473px;
            }
            
        }
    .page-id-101.muliate-hiru.caracteristicas .lo-mires .fondo-04 {
        height: 465px;
    }

    .muliate-hiru.caracteristicas .precio {
	    font-size: 35px;
	}
    .muliate-hiru.caracteristicas .precio span {
	    font-size: 17px
	}
    

.caracteristicas .fondo-05 {
    background: url(../img/caracteristicas/muliate-viviendas-hondarribia-cocina.jpg) no-repeat 50%;
    background-size: cover;
    height: 425px;
}
.caracteristicas .fondo-06 {
    background: url(../img/caracteristicas/fondo-06.jpg) no-repeat 50%;
    background-size: cover;
    height: 653px;
}
.caracteristicas.eu .fondo-06 {
    background: url(../img/caracteristicas/fondo-06.jpg) no-repeat 50%;
    background-size: cover;
    height: 673px;
}
.caracteristicas.eu .fondo-01 {
    background: url(../img/caracteristicas/muliate-viviendas-hondarribia.jpg) no-repeat 50%;
    background-size: cover;
    height: 492px;
}
.caracteristicas.eu .fondo-03 {
    background: url(../img/caracteristicas/muliate-viviendas-hondarribia-salon.jpg) no-repeat 50%;
    background-size: cover;
    height: 593px;
}
.caracteristicas.eu .fondo-04 {
    background: url(../img/caracteristicas/muliate-viviendas-hondarribia-dormitorio-2.jpg) no-repeat 50%;
    background-size: cover;
    height: 491px;
}
.caracteristicas.eu .fondo-05 {
    background: url(../img/caracteristicas/muliate-viviendas-hondarribia-cocina.jpg) no-repeat 50%;
    background-size: cover;
    height: 444px;
} */
.promotora .fondo-01 {
    background: url(../img/promotora/muliate-viviendas-hondarribia-fase-1.jpg) no-repeat 50%;
    background-size: cover;
    height: 517px;
}
.promotora .fondo-03 {
    background: url(/img/promotora/ontziola.jpg) no-repeat 50%;
    background-size: cover;
    height: 517px;
}
.promotora .fondo-marron,
.promotora .fondo-azul {
    height: 517px;  
}
.promotora .fondo-02 {
    background: url(../img/promotora/muliate-viviendas-hondarribia-kaizarra.jpg) no-repeat 50%;
    background-size: cover;
    height: 517px;
}


table.datos {
    width: 100%;
}
table.datos th {
    background: #617490;
    color: white;
    padding: 10px;
}
table.datos td {
    padding: 10px;
    border-bottom: 1px dotted black;
    background-color: white;
}

ul.circulos {
    margin: 16px 0 0 0;
    padding: 0;
}
ul.circulos li {
    margin: 0 0 10px 0;
    padding: 0;    
    list-style-type: none;
}
ul.circulos li:before {
    content: '· ';
}

form label {
    display: none;
}
form input[type="text"],
form input[type="email"],
form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #aaa;
}



#slide {
    position: relative;
    margin: 0 auto;
    width: 100%;
/*     max-width: 1500px; */
}
#slide .slide {
    width: 100%;
}
#slide .texto {
    position: absolute;
    z-index: 2;
    top:  50px;
    left: 50px;
    min-width: 275px;
    max-width: 300px;
    padding: 20px;
    min-height: 400px;
    background: rgb(110, 189,60);
    background: rgba(110, 189,60, .8);
}
#slide .texto h2 {
  margin: 0;
  color: white;
  font-size: 50px;
}
#slide .texto p {
    color: white;
    margin-top: 30px;
    font-size: 25px;
    line-height: 24px;
}
#slide img {
    width: 100%;
    height: auto;
}
#slide #controles, .controles {
    position: absolute;
    z-index: 1000;
    top: 45%;
    left: 1%;
    width: 98%;
    margin: 0 auto;
}
.cycle-prev {
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: transparent url(/img/slide/anterior.png) no-repeat 50%;
    position: absolute;
    left: 20px;
    z-index: 1000;
}
.cycle-next {
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: transparent url(/img/slide/siguiente.png) no-repeat 50%;
    position: absolute;
    right: 20px;
    z-index: 1000;
}
#slide #bullets {
    width: 100%;
}
    #slide #bullets {
        position: absolute;
        bottom: 10px;
        z-index: 9999;
        text-align: center;
        width: 100%;
    }
    #slide #bullets a {
        display: inline-block;
        width:  10px;
        height: 10px;
        -webkit-border-radius: 	50%;
        -moz-border-radius: 	50%;
        -o-border-radius:		50%;
        border-radius: 			50%;
        background: #555;
        background: rgba(255,255,255, .8);
        margin: 0 3px
        border: 1px solid rgba(255,255,255, .8);
    }
    #slide #bullets .cycle-pager-active a {
        background: transparent;
        border: 1px solid white;
    }
    #slide #bullets span {
        display: none;
    }

.boton-grande {
    display: block;
    text-align: center;
    background-color: #657795;
    color: white;
    padding: 10px 0;
    text-transform: uppercase;
}
.boton-grande:hover {
    background: #617490;
    color: white;
    text-decoration: none;
}  


.contacto .logo {
    min-height: 100px;
} 
.contacto .logo-oficinas {
    padding-top: 60px;
}

#pie {
    background: #617490;
    color: white;
    padding: 30px 0;
    font-size: 13px;
}

#pie ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
#pie ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}
#pie a {
    color: white;
}
#pie .text-right {
    text-align: left !important;
}

#scroll-top {
	width:  36px;
	height: 36px;
	background: url(../img/top.png) no-repeat 50%;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
}



/* Large Devices, Wide Screens */
/* @media only screen and (min-width : 992px) {
    .villa-geldi .fondo-01 {
        height: 620px;
    }
    .villa-geldi .fondo-02 {
        height: 590px;
    }
    .villa-geldi #imagen-02 {
        margin-top: 78px;
    }

}

     */
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

.margen {
    padding: 30px;
}



}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    
/*
    #fondo.home {
        background: transparent url(../img/fondo.jpg) no-repeat -80px bottom;
        background-size: cover;
    }
*/
    #idiomas .text-right {
        text-align: left !important;
    }
    #cabecera img {
        width:  100px;
        height: auto;
    }
    #cabecera.nuevo img {
        width:  auto;
        height: auto;
    }
    .claim {
        padding: 180px 0 30px 0;
    }
    .claim p.playfair {
        font-size: 30px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 1em;
        margin-bottom: 30px
    }
    #menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        height: 100%;
        background: rgba(0,0,0,.9);
        z-index: 999;
        display: none;
    }
    #menu.on {
        display: block;
    }
    #menu ul li {
        display: block;
        margin-bottom: 20px;
    }
    #menu ul li a {
        text-transform: uppercase;
        color: white !important;
    }
    #menu ul li ul {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        background: transparent;
        font-size: 20px;
        margin-top: 30px !important;
    }
    #menu ul li:after {
        content: none;
    }
    #menu ul li ul {
        margin: 0;
        padding: 0;
    }
    #menu ul li ul li {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    #menu ul li ul li a {
        margin: 0;
        padding: 5px 0;
        font-size: 15px;
        text-transform: none;
    }
    #menu ul li ul li a:hover {
        background-color: transparent
    }
    
    .zortziko .fondo-01,
    .caracteristicas .fondo-01,
    .caracteristicas .fondo-02,
    .caracteristicas .fondo-03,
    .caracteristicas .fondo-04,
    .caracteristicas .fondo-05,
    .caracteristicas .fondo-06,
    .muliate-uno .fondo-01,
    .muliate-uno .fondo-02,
    .muliate-uno .fondo-03,
    .muliate-uno .fondo-04,
    .promotora .fondo-01,
    .promotora .fondo-02,
    .promotora .fondo-03, 
	.muliate-hiru.caracteristicas .fondo-familia,
	.muliate-hiru.caracteristicas .fondo-01,
	.muliate-hiru.caracteristicas .fondo-04, 
    .page-id-101.muliate-hiru.caracteristicas .lo-mires .fondo-04 {
        background: none !important;
        height: auto !important;
    }
    .caracteristicas .fondo-familia .col-md-4{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .caracteristicas .fondo-gris-familia {
        background-color: #f0f0f0;
        color: white;
    }
    .muliate-hiru.caracteristicas .precio {
	    font-size: 25px;
	}
    .muliate-hiru.caracteristicas .precio span {
	    font-size: 17px;
	}
    
    
    
/*
    .muliate-hiru #menu,
    .muliate-hiru #control-menu {
	    display: none !important;
    }
*/
    

.promotora .fondo-marron,
.promotora .fondo-azul {
    height: auto;  
}
.promotora a.bloque {
    display: inline;
    width: auto;
    height: auto;
}



.contacto .logo-oficinas {
    padding-top: 10px;
}
    
    
    #pie ul {
        text-align: left;
    }
    
    .muliate-hiru .claim p.playfair {
        font-size: 55px;
    }
    
}

.responsivizate img {
    max-width: 100% !important;;
    height: auto !important;
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

    .muliate-hiru .claim p.playfair {
        font-size: 48px;
    }

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}
