/*
    Theme Name: Alma Bucarelli
    Theme URI:
    Author: Leandro Perrone
    Autor URI: leandro_perrone@hotmail.com
    Description: Theme para Alma Bucarelli
    Version: 1.1
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: Alma Bucarelli
    Text Domain: alma
*/

:root {
    --centurygothic : 'centurygothic';
    --centurygothic_bold : 'centurygothic_bold';

    --Green : #243e32;
    --Green2 : #04533c;
    --White: #FFFFFF;
    --Cream: #f7f1e5;

}


/* FONDOS */
.fondoBlack { background-color: var(--Black); color: white; }

/* Preloader CSS */
.loading {width: 100%;height: 100vh;position: fixed;background-color: var(--Green);z-index: 999999;overflow: visible; top:0;}
.loading img {position: absolute;top: 45%;left: 49%;margin: -50px 0 0 -50px;width: 130px;transform-origin: center;  animation: scale 1.5s infinite alternate;}
.loading.fade {z-index:0;animation-name: fade;animation-duration: 0.3s;animation-fill-mode: both;animation-iteration-count: 1;animation-delay: 0.3s;}
@-webkit-keyframes scale {
From {-webkit-transform: scale(.8);}
To {-webkit-transform: scale(1.2);}
}



html { overflow-x: hidden; scroll-behavior: smooth; }
body { font-family: var(--centurygothic); font-size: 1.563rem; line-height: 2.3rem; color: var(--Green); overflow-x: hidden; background-color: var(--Cream); }
h1 { font-size: 3.5rem; margin-bottom: 20px; line-height: 3rem; text-transform: uppercase; font-weight: normal; font-family: var(--centurygothic_bold); }
h2 { font-size: 2.5rem; margin-bottom: 20px; line-height: 3rem; text-transform: uppercase; font-weight: normal; }
h3 { font-family: var(--centurygothic); font-size: 1.5rem; text-transform: uppercase; font-weight: normal; }
strong { font-family: var(--centurygothic_bold); }
ul { padding-left: 0.9rem!important }

.btn { border-radius: 20px; transition: .5s all; margin-top: 3%; background-color: var(--Green2); color: var(--White); font-size: 1.1rem; font-family: var(--centurygothic_bold); padding: 20px 40px; line-height: 1.1rem; }
.btn:visited { border-radius: 20px; transition: .5s all; margin-top: 3%; background-color: var(--Green2); color: var(--White); font-size: 1.1rem; font-family: var(--centurygothic_bold); padding: 20px 40px; line-height: 1.1rem; }
.btn:hover { color: var(--Cream);  }

.clearfix { clear: both; }
.relative { position: relative; }
.absolute { position: absolute; }
.lineaVertical { height: 6vw; border-left: 1px solid var(--White); margin-top: 15px; margin-bottom: 15px; }
.lineaVerticalVerde { height: 6vw; border-left: 1px solid var(--Green); margin-top: 15px; margin-bottom: 15px; }
.lineaVerticalVerdeRight { height: 6vw; border-right: 1px solid var(--Green); margin-top: 15px; margin-bottom: 15px; }


/*
.modal { max-width: 1000px; padding: 5% 8%; display: none; height: auto; }
.modal .btn { padding: 2% 4%; }
.modal .btn { outline: none; border: none; }
.modal.prof .fancybox-close-small { display: none!important; color: white!important; }
.modal .nombre { font-family: var(--GansterRegular); font-weight: normal; color: var(--Verde); font-size: 3.75rem; }
.modal .nombre em { font-size: 4.6rem; }
.modal .titulo { font-family: var(--GansterRegular); font-weight: normal; color: var(--Verde); font-size: 3.75rem; }
.modal .titulo em { font-size: 4.6rem; }
.modal .especialidad { font-size: 2.1rem; color: var(--Naranja); text-transform: uppercase; margin-top: 15px; margin-bottom: 15px; }
.modal .texto { font-size: 1.8rem; color: var(--Gris); }
.modal.serv .texto { margin-top: 30px; }
.modal.serv { max-width: 1000px; padding: 5% 8% 5% 5%; display: none; height: auto; }
.modal.serv .titulo { width: 60%; float: left; }
.modal.serv .imagen { width: 40%; float: right; text-align: right; }
.modal .imagen img { width: 23%; }
*/


/*header { z-index: 3000; position: relative; padding: 1% 0; transition: .5s all; height: 110px; }*/
header { z-index: 300; padding: 1% 0; transition: .5s all; width: 100vw; height: 110px; color: var(--White); position: relative; background-color: transparent; position: absolute; }

header .navbar { background-color: transparent!important; padding: 0 4.6vw; }
.navbar-brand img { width: 19vw; max-width: 100px; margin-top: 0px; }
.menu-item { font-size: 0.875rem; margin-left: 3vw; letter-spacing: 0px; margin-top:0px; list-style: none; font-family: var(--centurygothic_bold); text-transform: uppercase; }
.menu-item a:link { color: white; text-decoration: none; transition: .3s all; }
.menu-item a:visited { color: var(--White); text-decoration: none; }
.menu-item a:hover { color: var(--White); opacity: 0.7; text-decoration: underline; }
.fixed { position: fixed; top:0; left:0; width: 100%; }
header.fixed { padding-top: 1%; padding-bottom: 1%; height: 130px; background-color: var(--Green); }
header.fixed .navbar-brand img { width: 4vw; }
.navbar-toggler-icon { width: 2em; height: 2em; }
.btnContactoHeader { background-color: var(--Light); color: var(--Primario); text-transform: uppercase; font-size: 14px; font-family: var(--JUSTSansMedium); text-decoration: none!important; padding: 6px 25px; border: 1px solid var(--Primario)!important; }
.btnContactoHeader img { margin-top: -2px; margin-left: 5px; transition: .5s all; }
a:link.btnContactoHeader img { transition: .5s all; width: 17px; margin-left: 8px; }
.btnContactoHeader:hover { background-color: var(--Primario); color: var(--Light); border: 1px solid var(--Primario)!important; transition: .5s all; }
a:hover.btnContactoHeader img { filter: grayscale(1) brightness(1000%); }

.offcanvas { z-index: 1041; max-width: 72%; background-color: var(--Green); }
.offcanvas-body { padding-top: 30vw; padding-left: 0; padding-right: 0; overflow-x: hidden; }
.offcanvas .btnMenu { display: block; height: 70px; padding-top: 40px; padding-left: 30px; padding-right: 20px; }
.offcanvas a:link.btnMenu { font-size: 2rem; line-height: 2.3rem; text-transform: uppercase; text-decoration: none; color: var(--White); transition: .5s all; letter-spacing: 1px; }
.offcanvas a:visited.btnMenu { color: var(--White); }
.offcanvas a:hover.btnMenu { opacity: .7; padding-left: 50px; }
.offcanvas-end { width: 520px; }
.offcanvas-header { padding: 2rem 2rem; }
.offcanvas .line { width: 100px; border-top: 1px solid var(--White); }
.openMenu { color: var(--White); position: fixed; top: 20px; right: 30px; z-index: 1042; border: none; outline: 0; display: none; }
.rotate { transform: rotate(90deg)!important; fill: black!important; }
.btn-close { box-sizing: content-box; width: 2em; height: 2em; padding: 0.25em 0.25em; color: white; background: transparent!important; border: 0; border-radius: 0.25rem; opacity: 1; transform: rotate(45deg); transition: .5s all; border: none; outline: 0; }
button:focus { outline:0!important; border: none; }
.page-template-template-gracias #navbarSupportedContent { display: none!important; }
.page-template-template-gracias .openMenu  { display: none!important; }




/* HERO */
.hero { height: 100vh; position: relative; top: 0; overflow: hidden; }
.hero .fraseHero { font-size: 7.313rem; color: var(--White); line-height: 7.3rem; margin-top: 30vh; text-transform: uppercase; }
.hero .fraseHero .izq { text-align: right; padding-right: 3vw; border-right: 2px solid var(--White); }
.hero .fraseHero .der { padding-left: 3vw; }
.footerHome { z-index: 10; position: fixed; bottom: 30px; right: 50px;  }
.footerHome a { display: block; width: 60px; float: right; margin-right: 10px; }
.hero .scroll {position: absolute;bottom: 4%;left: 51.5%;margin: -50px 0 0 -50px;width: 40px;transform-origin: center; }
.hero .scrollback {position: absolute;bottom: 4%;left: 46.5%;margin: -50px 0 0 -50px;width: 250px;transform-origin: center; font-size: 1.5rem; font-family: var(--centurygothic_bold); text-align: center; }
.hero .scrollback img { width: 20px; margin-right: 10px; }
.hero .scrollback a:link { color: var(--White); text-decoration: none; }
.hero .scrollback a:visited { color: var(--White)!important; }



/* BLOQUE 1 */
.bloque1 { background: url(img/misc_verde.svg) center top no-repeat; background-size: 15%; padding: 10vw 29vw; font-size: 2.5rem; text-transform: uppercase; text-align: center; line-height: 3rem; }


/* PROYECTO */
.proyecto { background-color: var(--Green); color: var(--White); }
.proyecto .texto { padding-top: 5vw; padding-left: 5vw; }
.proyecto .frase { height: 50%; background-color: black; font-size: 1.25rem; text-align: right; padding: 40% 15% 10% 5%; line-height: 2rem; }
.proyecto .frase .texto { padding-right: 20px; border-right: 1px solid var(--White); padding-top: 0; }
.proyecto .imagen { height: 50%; }
.proyecto .cursor { position: absolute; top: 8%; right: 8%; }
.proyecto img.cursor { width: 60px; opacity: .8; }


/* ACCESO */
.acceso { padding-top: 6vh; padding-bottom: 6vh; }
.acceso .texto { padding: 1vh 9vw 1vh 5vw; }
.acceso .texto h2 { padding-right: 5%; }
.acceso .imagen { padding-right: 5vw; }


/* UBICACION */
.ubicacion { background: url(img/misc_blanco.svg) center top no-repeat var(--Green); background-size: 15%; padding: 7vw 26vw; text-align: center; color: var(--White); }
.mapa { background-color: var(--Green); color: white; min-height: 400px; text-align: center; }


/* UNIDADES */
.unidades1 .texto { padding: 6vh 5vw 1vh 12vw; text-align: right; }
.unidades1 .texto h2 { padding-left: 25%; }
.unidades2 .texto { padding: 6vh 10vw 1vh 5vw; }
.unidades2 .texto h2 { padding-right: 15%; }
.unidades2 { background-color: var(--Green); color: var(--White); }




/* AMENITIES */
.amenities .texto { padding: 4vh 9vw 2vh 5vw;  }
.amenities .texto h2 { font-family: var(--centurygothic_bold); line-height: 0rem; }
.amenities .lineaVerticalVerde { margin-bottom: 30px; height: 5vw; }


/* CONTACTO */
.contacto { padding-top: 20vh; padding-bottom: 5.9vw; background: url(img/9_formulario.jpg) top center no-repeat var(--Green); background-size: cover; color: var(--White); text-align: center }

.wpcf7-form { width: 40%; margin: 0 auto; text-align: center; position: relative; }
.wpcf7-form input { width: 100%; border: none; background: white; color: var(--Green); outline: none; -webkit-border-radius: 20px; margin-bottom: 30px; height: 50px; }
input[type="submit"] { width: 100%; color: var(--White); background-color: #047b5d!important; padding-bottom: 12px; padding-top: 7px; transition: .5s all; margin-top: 35px; }
input[type="submit"]:hover { background-color: transparent;!important; transition: .5s all; color: var(--White); t }
::placeholder { color: var(--White); text-transform: uppercase; font-family: var(--NeutraText-Bold); font-size: 1.375rem; }


.final { height: 100vh; }



footer { padding-top: 10vh; padding-bottom: 10vh; }
footer .marcaFooter { max-width: 170px; }
footer .marcaFoot { margin-bottom: 70px; font-size: 1.1rem; }
footer .marcaFoot img { margin-top: 25px; }
footer .legales { font-size: 0.8rem; line-height: 1rem; }
footer .legales .copy { font-size: 1.1rem; font-family: var(--centurygothic_bold); letter-spacing: 2px; margin-bottom: 20px; margin-top: 20px; }


.fancybox-image { padding: 30px; }
.fancybox-image { background-color: var(--Blanco); }
/*.fancybox-bg { background: var(--Naranja); }*/
.fancybox-slide--html .fancybox-close-small { color: currentColor; padding: 5px; right: 0; top: 0;}
.slick-next { right: 1vw; top: 50%; width: 50px; height: 50px; transition: all .4; }
.slick-prev { left: 1vw; top: 50%; width: 50px; height: 50px; z-index: 100; transition: all .4 }
.slick-next:before { content: url(img/flecha_right.png); }
.slick-prev:before { content: url(img/flecha_left.png); }




@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    html { font-size: 100%; }
}

/* 1.25 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.25), 
(min-resolution: 120dpi){ 
    html { font-size: 52%; }
}

/* 1.3 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.3), 
(min-resolution: 124.8dpi){ 
    html { font-size: 52%; }
}

/* 1.5 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 
    html { font-size: 80%; }

}


/* AJUSTE TIPO */
@media only screen and (min-width: 1920px) {
    html { font-size: 100%; }
} 
@media only screen and (max-width: 1280px) {
    html { font-size: 75%; }
}
@media only screen and (max-width: 1200px) {
    html { font-size: 70%; }
}
@media only screen and (max-width: 1024px) {
    html { font-size: 65%; }
} 
@media only screen and (max-width: 900px) {
    html { font-size: 65%; }
}
@media only screen and (max-width: 768px) {
    html { font-size: 65%; }
}
@media only screen and (max-width: 600px) {
    html { font-size: 70%; }
}


/* LAPTOP */
@media only screen and (max-width: 1920px) {
   .container { max-width:1440px; }
   footer .logo img { width: 1.4vw; }
}

@media only screen and (max-width: 1440px) {
   .bloque1 {
        background: url(img/misc_verde.png) center top no-repeat;
        padding: 10vw 28vw;
        font-size: 2.5rem;
        text-transform: uppercase;
        text-align: center;
        line-height: 3rem;
    }
    .proyecto .frase {
        height: 50%;
        background-color: black;
        font-size: 1.25rem;
        text-align: right;
        padding: 36% 2% 10% 0%;
        line-height: 2rem;
    }
    .unidades1 .texto {
        padding: 6vh 5vw 1vh 11vw;
        text-align: right;
    }
    .unidades2 .texto {
        padding: 6vh 7vw 1vh 5vw;
    }
}

/* LAPTOP */
@media only screen and (max-width: 1368px) {
    header.fixed {
        padding-top: 1%;
        padding-bottom: 1%;
        height: 95px;
        background-color: var(--Green);
    }
    .acceso .texto {
        padding: 1vh 4vw 1vh 5vw;
    }
    .ubicacion {
        background: url(img/misc_verde.png) center top var(--Green);
        padding: 7vw 26vw;
        text-align: center;
        color: var(--White);
    }
    .mapa {
        background-color: var(--Green);
        color: white;
        min-height: 350px;
        text-align: center;
    }
    .unidades1 .texto {
        padding: 6vh 5vw 1vh 9vw;
        text-align: right;
    }
    .unidades2 .texto {
        padding: 6vh 6vw 1vh 4vw;
    }
  
}

@media only screen and (max-width: 1280px) {
    
}

/* XL */
@media only screen and (max-width: 1220px) {

}

@media only screen and (max-width: 1181px) {
    .unidades1 .texto {
        padding: 4vh 5vw 1vh 9vw;
        text-align: right;
    }
    .unidades2 .texto {
        padding: 4vh 6vw 1vh 4vw;
    }
    .contacto {
        padding-top: 12vh;
        padding-bottom: 5.9vw;
        background: var(--Green);
        color: var(--White);
        text-align: center;
    }
    .final {
        height: 80vh;
    }
}


@media only screen and (max-width: 1025px) {
    header.fixed {
        padding-top: 1%;
        padding-bottom: 1%;
        height: 76px;
        background-color: var(--Green);
    }
    .btn {
        border-radius: 20px;
        transition: .5s all;
        margin-top: 0%;
        background-color: var(--Green2);
        color: var(--White);
        font-size: 1.1rem;
        font-family: var(--centurygothic_bold);
        padding: 11px 27px;
        line-height: 1.1rem;
    }
    .unidades1 .texto {
        padding: 3vh 4vw 1vh 5vw;
        text-align: right;
    }
    .unidades2 .texto {
        padding: 3vh 4vw 1vh 3vw;
    }
}

/* LG */
@media only screen and (max-width: 900px) {
    
}

/* MD */
@media only screen and (max-width: 768px) {
    .openMenu { display: block; }
    .bloque1 {
        background: url(img/misc_verde.svg) center top no-repeat;
        background-size: 20%;
        padding: 12vw 16vw 8vw 16vw;
        font-size: 2.5rem;
        text-transform: uppercase;
        text-align: center;
        line-height: 3rem;
    }
    .footerHome {
        z-index: 10;
        position: absolute;
        bottom: 80px;
        right: 50px;
    }
    .proyecto .texto {
        padding-top: 5vh;
        padding-left: 5vw;
        padding-bottom: 5vh;
    }
    .proyecto .frase {
        height: 50%;
        background-color: black;
        font-size: 1.25rem;
        text-align: right;
        padding: 36% 10% 10% 21%;
        line-height: 2rem;
    }
    .acceso .texto {
        padding: 1vh 4vw 5vh 5vw;
    }
    .ubicacion {
        background: url(img/misc_blanco.svg) center top no-repeat var(--Green);
        background-size: 15%;
        padding: 7vw 15vw;
        text-align: center;
        color: var(--White);
    }
    .unidades1 .texto {
        padding: 5vh 6vw 5vh 6vw;
        text-align: left;
    }
    .unidades1 .texto h2 {
        padding-right: 54%;
        padding-left: 0;
    }
    .unidades2 .texto {
        padding: 5vh 5vw 5vh 5vw;
    }
    .unidades2 .texto h2 {
        padding-right: 37%;
    }
    .amenities .texto {
        padding: 5vh 9vw 5vh 5vw;
    }
    .contacto {
        background: url(img/formulario.jpg) top center no-repeat var(--Green); background-size: cover;
        padding-top: 8vh;
        padding-bottom: 5.9vw;
        color: var(--White);
        text-align: center;
    }
    .final {
        height: 50vh;
        background-position: center right !important;
        background-attachment: unset !important;
    }
    .wpcf7-form {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }
}

/* SM */
@media only screen and (max-width: 576px) {
    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.55);
        border-color: transparent;!important;
        width: 106px!important;
        height: 75px!important;
        margin-top: -9px!important;
        margin-right: -27px!important;
        border-radius: 0;
        z-index: 20;
      }
    header {
        padding: 1% 0;
        height: 130px;
        z-index: 20; position: absolute;
    }
    header.fixed .navbar-brand img {
        width: 12vw;
    }
    .navbar-collapse { background-color: black; top: -4px; left: -10px; position: absolute; width: 107%; height: 100vh; padding: 20vh 7vw; }
    .navbar-light .navbar-brand {
        color: rgba(0,0,0,.9);
        position: relative;
        z-index: 20;
    }
    .menu-item {
        font-size: 1rem;
        margin-left: 3vw;
        letter-spacing: 0px;
        margin-top: 5px;
        list-style: none;
        font-family: var(--NeutraText-Bold);
        font-size: 4.5rem;
        text-transform: uppercase;
        line-height: 7rem;
    }
    .menu-item a:link {
        color: white;
        text-decoration: none;
    }
    .menu-item a:visited {
        color: white;
        text-decoration: none;
    }
    .menu-item a:hover {
        color: rgba(255, 255, 255, .5);
        text-decoration: none;
    }

    .navbar-brand img {
        width: 19vw;
        max-width: 128px;
    }
    .hero .fraseHero {
        font-size: 3.5rem;
        color: var(--White);
        line-height: 4.3rem;
        margin-top: 36vh;
        text-transform: uppercase;
    }
    .footerHome a {
        display: block;
        width: 50px;
        float: right;
        margin-right: 10px;
    }
    .footerHome {
        z-index: 10;
        position: fixed;
        bottom: 80px;
        right: 7px;
    }
    .bloque1 {
        padding: 17vw 10vw 10vw 10vw;
        font-size: 2rem;
        text-transform: uppercase;
        text-align: center;
        line-height: 3rem;
        background-size: 40%;
    }
    .proyecto .texto {
        padding-top: 8vh;
        padding-left: 10vw;
        padding-bottom: 8vh;
    }
    .proyecto img.cursor {
        width: 40px;
        opacity: .8;
    }
    .lineaVertical {
        height: 20vw;
        border-left: 1px solid var(--White);
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .proyecto .frase .texto {
        padding-right: 0px;
        padding-left: 20px;
        border-right: none;
        border-left: 1px solid var(--White);
        padding-top: 0;
    }
    .proyecto .frase {
        height: 50%;
        background-color: black;
        font-size: 1rem;
        text-align: left;
        padding: 36% 7% 10% 7%;
        line-height: 1.2rem;
    }
    .lineaVerticalVerde {
        height: 20vw;
        border-left: 1px solid var(--Green);
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .ubicacion {
        background: url(img/misc_blanco.svg) center top no-repeat var(--Green);
        background-size: 40%;
        padding: 15vw 4vw;
        text-align: center;
        color: var(--White);
    }
    .unidades1 .texto h2 {
        padding-right: 4%;
        padding-left: 0;
    }
    .unidades1 .texto {
        padding: 8vh 10vw 8vh 10vw;
        text-align: left;
    }
    .unidades2 .texto {
        padding: 8vh 10vw 8vh 10vw;
    }
    .unidades2 .texto h2 {
        padding-right: 5%;
    }
    .amenities .texto {
        padding: 8vh 10vw 9vh 10vw;
    }
    .amenities .lineaVerticalVerde {
        margin-bottom: 30px;
        height: 17vw;
    }
    .wpcf7-form {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }
    .final {
        height: 70vh;
        background-position: center right !important;
        background-attachment: unset !important;
    }
    footer .marcaFooter {
        max-width: 120px;
    }
    footer .marcaFoot img {
        max-width: 170px;
    }
}

/* XS */
@media only screen and (max-width: 380px) {
    
    
}


@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
