@import url(https://fonts.googleapis.com/css?family=Vollkorn|Roboto);
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:300');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100');

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
hr,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
hgroup {
    margin: 0;
    padding: 0;
    border: 0;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.nav-collapse li {
    width: 100%;
    display: block;
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
}

.disable-pointer-events {
    pointer-events: none !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media screen and (min-width: 40em) {
    .js .nav-collapse {
        position: relative;
    }
    .js .nav-collapse.closed {
        max-height: none;
    }
    .nav-toggle {
        display: none;
    }
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
    background: rgba(0, 0, 0, .5);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.android .mask {
    -webkit-transition: none;
    transition: none;
}

.js-nav-active .mask {
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 40em) {
    .mask {
        display: none !important;
        opacity: 0 !important;
    }
}




/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #fff;

}


h1 {
    margin-bottom: .5em;
}

p {
    width: 90%;
    margin: 0 auto;
}


/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
    background: #fff;
    position: fixed;
    z-index: 3;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px 20px;
}

.logo {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    font-weight: bold;
    line-height: 55px;
    padding: 0 20px;
    color: #0d4e5b;
    float: left;
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.nav-collapse,
.nav-collapse * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
    list-style: none;
    width: 100%;
    float: left;
}

@media screen and (min-width: 40em) {
    .nav-collapse {
        float: right;
        width: auto;
    }
}

.nav-collapse li {
    float: left;
    width: 100%;
}

@media screen and (min-width: 40em) {
    .nav-collapse li {
        width: auto;
    }
}

.nav-collapse a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    background: #fff;
    padding: 0.7em 1em;
    color: #0d4e5b;
    width: 100%;
    float: left;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;

}

.nav-collapse a:hover {
    text-decoration: none;
    color: #4a9dae;
    transition-duration: 0.5s;

}

.nav-collapse a:active,
.nav-collapse .active a {
    text-decoration: none;
}

@media screen and (min-width: 40em) {
    .nav-collapse a {
        text-decoration: none;
        padding: 1.02em 2em;
        text-align: center;
        border-top: 0;
        float: left;
        margin: 0;
    }
}

.nav-collapse ul ul a {
    background: #fff;
    padding-left: 2em;
}

@media screen and (min-width: 40em) {
    .nav-collapse ul ul a {
        display: none;
    }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
    font-family: "responsivenav";
    src: url("../icons/responsivenav.eot");
    src: url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
}

.nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 55px;
    float: right;
}

.nav-toggle:before {
    color: #0d4e5b;
    /* Edit this to change the icon color */
    font: normal 28px/55px "responsivenav";
    /* Edit font-size (28px) to change the icon size */
    text-transform: none;
    text-align: center;
    position: absolute;
    content: "\2261";
    /* Hamburger icon */
    text-indent: 0;
    speak: none;
    width: 100%;
    left: 0;
    top: 0;
}

.nav-toggle.active:before {
    font-size: 24px;
    content: "\78";
    /* Close icon */
}

/* ------------------------------------------
ESTILOS
--------------------------------------------- */

.texto {
    color: #0d4e5b;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin-top: 0px;
}

.texto p {
    margin-top: 10px;
    line-height: 24px
}

.texto h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    color: rgba(13, 78, 91, 0.22);
    text-align: left;
    margin-bottom: 0px;
    font-size: 45px;
    margin-top: 10px;

}

.texto h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 2px;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
}

.texto li {
    font-size: 14px;
}

.logo {
    padding: 0px;
}

.banner {
    margin-top: 100px;
    padding: 50px;
    background-color: #e8e9ed;
}

.banner h2 {
    color: #0d4e5b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 15px;
}

.banner img {
    margin: auto;
    display: block;
    width: 30%;
}

.btn-banner {

    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 10px;
    margin: 0 auto;
    display: block;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #0d4e5b;
    font-size: 14px;
    color: #0d4e5b;
}


.btn-banner:hover {
    transition-duration: 0.3s;
    box-shadow: 3px 3px 3px rgba(58, 58, 58, 0.2);


}

.modal-body h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
}

.acerca {
    padding: 0px;
}

h1 {
    position: relative;
    text-align: center;
    font-family: 'Vollkorn', sans-serif;
}


.modulo1 img {
    box-shadow: 2px 2px 5px rgba(58, 56, 56, 0.3)
}

.beneficios {
    margin-left: 10px;
}

.beneficios li {
    margin-top: 2px;
    list-style: none;
}

.servicios {
    margin-left: 10px;
}

.servicios li {
    margin-top: 5px;
    list-style: none;
}

.modulo4 {
    background-image: url('http://barlettazona14.com/img/barletta-apartamentos-zona-14-bedroom.jpg');
    padding: 100px;
    background-size: cover;

}

.detalle {
    padding-left: 30px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.60);
    border-radius: 3px;
}

.detalle li {
    font-family: 'Montserrat', sans-serif;
    list-style: none;
    margin-bottom: 5px;
    color: #0d4e5b;
}

.detalle li strong {
    font-size: 18px;
    text-transform: uppercase;
}

.linea hr {
    border-color: rgba(255, 255, 255, .0);
}

.modulo5 {
    background-image: url('http://barlettazona14.com/img/barletta-apartamentos-zona-14-detalles.jpg');
    padding: 100px;
    background-size: cover;
}


.footer {
    background-color: #e8e9ed;
    padding: 20px;
}

.seccion1 {
    text-align: center;
    border-right: 2px solid rgba(126, 138, 138, 0.19);
}

.seccion1 img {
    margin-bottom: 20px;
    height: auto;
    max-width: 60%;
}


.seccion1 p {
    font-family: 'Montserrat', sans-serif;
    color: #181818;
    font-size: 15px;
    font-weight: 100;
    line-height: 22px;
    text-align: center;
}

.footer2 {
    padding: 50px;
    background-color: #181818;
}

.footer2 i {
    color: rgba(255, 255, 255, 0.90);
    margin-right: 10px;
    margin: 1px;
    padding: 10px;
    border-color: rgba(255, 255, 255, 0.30);
    border-style: solid;
    border-radius: 110px;

}

.footer2 h1 {
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    color: #fff;

}

.footer2 a {
    font-size: 15px;
    color: #fff;
}

.footer2 a:hover {
    color: #0d4e5b;
    text-decoration: none;
}

.footer2 p {
    font-family: 'Roboto Condensed', sans-serif;
}

.separador hr {
    border-color: rgba(58, 58, 58, 0.4);
}

.wrapper h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    text-align: left;
}


/* reglas CSS para formulario */

.form-consulta {
    max-width: auto;
    padding: 0px;
    font-family: 'Raleway', sans-serif;
    margin-top: 20px;
    margin-left: 20px;
}

.campo-form {
    padding-right: 50px;
    height: 40px;
    margin: 0px 0 6px;
    padding-left: 20px;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    margin-bottom: 12px;
    border: 1px solid rgba(58, 58, 58, .1);

}


.btn-form {
    display: inline-block;
    border: 0;
    background: #000;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    border-radius: 6px;
    color: #fefefe;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.btn-form:hover {
    background: #444
}

.contacto {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: 6px;
    color: #000;
    font-size: 50px;
    margin-bottom: -10px;
    text-align: left;
    margin-left: 20px;
    
}

#bloque3 {
    background-image: url("../img/barleta-apartamentos-zona-14-estilo-de-vida.jpg");
}

.parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
}

.hogar h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #fff;
    float: right;
    font-size: 3.3em;
    margin-top: 5em;
    opacity: 0.85;
}


.galeria {
    width: 100%;
    margin: auto;
    list-style: none;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.galeria li {
    margin: 5px;
}

.galeria img {
    width: 300px;
    height: 320px;
}

/*Responsive*/

@media screen and (max-width: 780px) {

    .parallax {
        background-attachment: inherit;
        background-size: cover;
        height: 500px;
    }

    .hogar h2 {
        text-align: right;
        font-size: 3em;
        margin-top: 4em;
        margin-right: 20px;
    }

    .texto h1 {
        font-size: 2.5em;

    }

    .texto p {
        margin-top: 3rem;
        text-align: center;
    }

    .banner {
        margin-top: 10px;

    }

    .banner img {
        width: 80%;
        margin-bottom: 0px;
    }

    .banner h2 {
        margin-top: 0px;
    }

    .modulo1 img {
        width: 100%;
    }

    .modulo4 {
        padding: 20px;
        margin: 0;
    }

    .modulo4 li strong {
        font-size: 22px;
    }

    .modulo5 {
        padding: 20px;
        margin: 0;
    }

    .modulo5 li strong {
        font-size: 22px;
    }

    .seccion1 {
        border-right: none;
        border-bottom: 3px solid rgba(255, 255, 255, .50);
    }

    .seccion1 p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .seccion1 br {
        display: none;
    }

    .seccion1 img {
        width: 100%;
    }

    .contacto {
        letter-spacing: 0px;
        color: #5b5b5b;
        font-size: 30px;
        margin-bottom: -30px
    }

    .imagen img {
        margin-top: 50px;
        margin-bottom: 0px;
        width: auto;
        height: 70%;
        max-width: 100%;
        border: 0px solid #fff;
        box-sizing: border-box;
    }
    .form-consulta {
        max-width: auto;
        padding: 0px;
        font-family: 'Raleway', sans-serif;
        margin-top: 20px;
    }

    .campo-form {
        max-width: auto;
        margin: 2px 0 6px;
        padding-left: 6px;
        box-sizing: border-box;
        border-radius: 3px;
        font-family: 'Raleway', sans-serif;
        font-size: 1em;
        margin-bottom: 10px;
        border: 1px solid rgba(58, 58, 58, .1);

    }


    .btn-form {
        display: inline-block;
        border: 0;
        background: #000;
        height: 46px;
        line-height: 46px;
        padding: 0 20px;
        border-radius: 6px;
        color: #fefefe;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .btn-form:hover {
        background: #444
    }

}
