@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');

@font-face {
    font-family:"NewJune";
    src: url("../fonts/NewJune-Book.otf");
}
@font-face {
    font-family:"NewJune";
    src: url("../fonts/NewJune-Book.woff");
}


:root{
    --my-cyan: #31cdfe;
    --my-blue:#496D76;
}

.navbar{
    position: absolute;
    width: 100%;
    font-family: 'NewJune', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 0.75rem;

  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

#main-logo{
    margin-left: 30%;
    padding-right: 2rem;
    /* float: left; */
}

.slogan{
    font-family: 'NewJune', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 2.6rem;
    line-height: 1.6rem;
    padding-left: 2rem;
    border-left: 1px solid white;
    height: 8rem;
}

.interior-text{
    margin: 0 auto;
    width: 40%;
}

.big-quote{
    opacity: 0.3;
    font-size: 2rem;
    font-family: 'NewJune', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 2.2rem;
}

.big-quote-light{
    opacity: 0.6;
    font-size: 2rem;
    font-family: 'NewJune', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 2.2rem;
    color:white;
}

.blue-cyan{
    border-bottom:3px solid var(--my-cyan);
    display: inline;
}

.white-border{
    border-bottom:3px solid white;
    display: inline;
}

.blue-cyan-bg{
    background-color:var(--my-cyan) !important;
}

.my-paragraphs{
    font-family: 'Open Sans' !important;
    font-size: 0.84rem;
}

#slide1 h1, #slide2 h1, #slide3 h1, #slide4 h1, #slide5 h1, #slide6 h1, #slide7 h1, #slide8 h1, #slide9 h1, #slide10 h1{
    font-family: 'NewJune', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#slide1 h2, #slide2 h2, #slide3 h2, #slide4 h2, #slide5 h2, #slide7 h2, #slide9 h2, #slide10 h2{
    font-family: 'NewJune', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 4rem;
}

.no-line-height{
    line-height: 0 !important;
}

#slide1 h3, #slide2 h3, #slide3 h3, #slide4 h3, #slide5 h3, #slide6 h3, #slide7 h3, #slide8 h3, #slide9 h3, #slide10 h3{
    font-family: 'NewJune', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#slide0 h4, #slide1 h4, #slide2 h4, #slide3 h4, #slide4 h4, #slide5 h4, #slide6 h4, #slide7 h4, #slide8 h4, #slide9 h4, #slide10 h4{
    font-family: 'NewJune', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.cyan-text{
    color: var(--my-cyan);
}

.dark-blue-text{
    color: var(--my-blue);
}

#slide0{
    display: none;
}

#slide1{
    display: flex;
    height: 100vh;
    background: url('../images/background/fondo1.jpg');
    background-position: center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    color: white;
    padding-top: 20%;
}

#slide2{
    display: flex;
    height: 100vh;
    background: url('../images/background/fondo2.jpg');
    background-position: center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    color: white;
    padding-top: 15%;
}

#slide3{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    background-color: gray;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
}

.proyectos{
    position: relative;
    width: 25%;
    height: 15rem;
    overflow: hidden;
    /* border: thin solid #444; */
    background-color: #fff;
}

.text-content{
    padding: 1rem;
}

.text-content .big-quote{
    font-size: 100%;
    line-height: 1rem;
}

.text-content .big-quote-light{
    font-size: 100%;
    line-height: 1.2rem;
    padding-top: 4rem;
}

.proyectos img{
    width: 100%;
    position: absolute;
    bottom: 0;
}

.grow { transition: all .6s ease-in-out; }
.grow:hover { transform: scale(1.4); }

.reduce { transition: all .6s ease-in-out; }
.reduce:hover { transform: scale(0.6); }

#slide4{
    display: flex;
    height: 100vh;
    background: url('../images/background/fondo6.jpg');
    background-position: center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    /* color: var(--my-blue); */
    padding-top: 8%;
}

#slide4 h4{
    font-size: 100%;
}

#slide5{
    display: flex;
    height: 100vh;
    background: url('../images/background/fondo4.jpg');
    background-position: center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    padding-top: 10%;
}

#slide5 h4{
    font-size: 100%;
}

.servicios-container{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.servicios-items{
    width: 50%;
    padding-right: 0.4rem;
    box-sizing: border-box;
}

.servicios-items:last-child{
    padding-right: 0;
}

#slide6{
    display: flex;
    position: relative;
    height: 100vh;    
    background: url('../images/background/fondo5.jpg');
    overflow: hidden;
    width: 100%;
    padding-top: 4.4%;
}

#slide6 .my-paragraphs{
    font-size: 0.8rem;
}

#arquitecto1{
    background: url('../images/proyectos/arquitecto.png')no-repeat bottom right;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 2rem;
    width: 100%;
    height: 70vh;
}

#slide6 h4, #slide8 h4{
    font-size: 100%;
}

#slide8{
    display: flex;
    position: relative;
    height: 100vh;    
    background: url('../images/background/fondo7.jpg');
    overflow: hidden;
    width: 100%;
    padding-top: 10%;
}

#slide8 .my-paragraphs{
    color:#000000;
}

#arquitecto2{
    background: url('../images/proyectos/arquitecto-2.png')no-repeat bottom left;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 2rem;
    width: 100%;
    height: 70vh;
}

#slide6 h2, #slide8 h2{
    line-height: 1.4rem;
    margin-bottom: 1.6rem;
}

#slide6 h2 span, #slide8 span{
    color: var(--my-blue);
}

#slide6 h2 span2, #slide8 span2{
    font-size: 1rem;
    line-height: 0.6rem;
}

#slide7{
    display: flex;
    height: 100vh;
    background: url('../images/background/fondo8.jpg');
    background-position: center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    padding-top: 3%;
}

/* form styles */
.list-page .list-signup-form .signup-input .multi-field.current {
    top: 0;
    opacity: 1;
}

*::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-control::-moz-placeholder {
    color: #fff;
}
.form-control::placeholder {
    color: #fff;
}

.form-control {
    border-radius: 0 !important;
    box-shadow: none !important;
    background: 0 0 !important;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ccc !important;
    border-left: none;
    height: 42px;
    padding-bottom: 8px;
    padding-left: 0 !important;
    resize: none;
}

.form-control {
    display: block;
    outline: none;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    font-family: 'NewJune', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 0.85rem;
    line-height: 1.42857143;
    color: #b0b0b0;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    float: left;
    margin-bottom: 1rem;
}

.form-control:last-child{
    margin-bottom: 2.4rem;
}

#recap{
    margin: 0.4rem 0;
}

@media only screen and (max-width: 1024px) { /* tablet landscape */

}

@media only screen and (max-width: 768px) { /* tablet portrait */

}

@media only screen and (max-width: 480px) { /* phone */

    #s1 > a{
        border: 0;
        float: left;
        margin: 0.4rem 0;
    }

    #main-logo{
        margin: 10% auto 0 auto;
        padding: 0;
        clear: both;
    }
    
    .slogan{
        font-size: 2.2rem;
        border: none;
        position: absolute;
        top: 48%;
        left: calc(9%);
        text-align: center;
    }

    .interior-text{
        margin: 0 auto;
        width: 94%;
    }

    .proyectos{
        width: 100%;
    }

    #slide4{
        display: flex;
        height: auto;
        padding-top: 14%;
    }

    #slide4 h2{
        font-size: 120%;
    }
    
    .servicios-items{
        width: 90%;
        padding: 0;
        box-sizing: border-box;
    }

    #slide5{
        display: flex;
        height: auto;
        width: 100%;
        padding-top: 12%;
    }

    #slide5 h2{
        font-size: 120%;
    }

    #slide6, #slide8{
        display: flex;
        position: relative;
        height: auto;
        width: 100%;
        padding-top: 90%;
    }
    
    #arquitecto1, #arquitecto2{
        background-size: contain;
        position: absolute;
        top: 4rem;
        right: 20%;
        width: 100%;
        height: 40vh;
    }
    
    #slide6 h2, #slide8 h2{
        font-size: 120%;
    }

}

@media screen and (orientation: landscape) and (max-width: 480px) {
    #slide0{
        display: block;
        position: absolute;
        top: 0;
        height: 100vh;
        background: #000000;
        overflow: hidden;
        width: 100%;
        color: white;
        padding: 16% 3rem 0 3rem;
        z-index: 1000;
        text-align: center;
    }        
}