/*===================================== 

YOU CAN WRIGHT CUSTOME CSS  (this is art)

======================================*/

.header-logo img {
    max-width: 90px;
}

.special-position {
    position: absolute;
}

.nav-lang-selector {
    display: none !important;
}

.lang-selector {
    z-index: 11;
}

.position-left {
    left: 50px;
    top: -10px;
}

.position-right {
    right: 50px;
    top: 20px;
}


.hero {
    height: 60vh;
    background: url('../images/bg-header-33.png') no-repeat;
    background-size: cover;
    /* margin-bottom: 50px; */
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.download-section {
    height: 69vh;
    background: url('../sources/donwload3.png') no-repeat center center;
    /* background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap */
}

.full-wrapper {
    width: 100%;
    height: 100%;
}

.bg-darkened {
    background-color: rgba(0, 0, 0, .4);
}

.custom-container {
    margin: 0 4vw;
}

.hero_container {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0 70px;

    display: flex;
    flex-direction: column;
    justify-content: space-around;

    animation-name: heroAnimation;
    animation-duration: 2.5s;
    animation-delay: .7s;
    animation-fill-mode: forwards;
}

.hero_title {
    /* font-family: OpenSans, Arial; */
    letter-spacing: 3px;
    color: #f6f7f8;
    text-transform: uppercase;

    opacity: 0;
    animation-name: appeareance;
    animation-duration: 1.5s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}


.hero_separator {
    opacity: 0;

    animation-name: appeareance;
    animation-duration: 1.5s;
    animation-delay: 4s;
    animation-fill-mode: forwards;
}

.hero_subtitle {
    font-family: 'Franklin Gothic Heavy', arial;
    letter-spacing: 5px;
    /* color: #f6f7f8; */
    opacity: 0;
    animation-name: appeareance;
    animation-duration: 1.5s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    margin: 5px 0;
    font-size: 24px;
}

.hero_call-to-action {
    opacity: 0;
    animation-name: appeareance;
    animation-duration: 1.5s;
    animation-delay: 3s;
    animation-fill-mode: forwards;

    padding: 10px 20px 10px 20px;
    font-size: 18px;
}

.hero_logo {
    max-width: 300px;
    /* filter: brightness(0) invert(1); */
}

.qui-som-logo {
    max-width: 200px;
}

.iframe-rwd {
    position: relative;
    padding-bottom: 350px;
    padding-top: 50px;
    height: 0;
    overflow: hidden;
}

.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 400px;
}

.custom-container {
    margin: 30px 15px;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
}

.centered {
    display: flex;
    justify-content: center;
}

table {
    width: 100%;
    background-color: #fff;
    /* -webkit-box-shadow: 0px 2px 13px -1px rgba(237, 237, 237, 1);
    -moz-box-shadow: 0px 2px 13px -1px rgba(237, 237, 237, 1);
    box-shadow: 0px 2px 13px -1px rgba(237, 237, 237, 1);*/
}

.tipologias .product-block {
    padding-top: 0;
}

table thead th {
    color: #fff;
    padding: 10px 14px !important;
    background-color: #657b9d;
    text-align: center;
}

table td {
    padding: 10px 8px !important;
    background-color: #fefefe;
    text-align: center;
}

.activa-logo {
    max-height: 150px;
    /* -webkit-filter: grayscale(60%);
    filter: grayscale(60%); */
}


.custom-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (Image) */
.custom-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;

    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.custom-modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.custom-modal-close:hover,
.custom-modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


@media(max-width: 1290px) {

    .hero {
        background-size: 120vw 120vh;
    }

    .header-logo {
        max-width: 150px;
    }

    .position-right {
        top: 20px;
        right: 5px;
    }

    .nav-lang-selector {
        display: block !important;
    }
}

@media(max-width: 1185px) {

    .position-left {
        left: 5px;
    }

    .position-right {
        top: 20px;
        right: 5px;
    }
}

@media(max-width: 1097px) {

    .header-logo {
        max-width: 100px;
    }

    .position-right {
        top: 10px;
    }
}

.iconos-somos h2 {
    font-size: 22px;
}

.iconos-somos h3 {
    font-size: 28px;
}

.iconos-somos p {
    font-size: 14px;
    text-align: justify !important;
}

@media(max-width: 990px) {

    .hero {
        background-size: cover;
        background: url('../images/bg-header-3.png') no-repeat center center;
    }

    .lang-selector {
        display: none;
    }

    .download-section {
        background-size: cover;
    }

    .tipologias .product-block {
        overflow-x: scroll;
    }

    .header-logo {
        display: none;
    }

    .custom-container {
        margin: 0 2vw;
    }

    .custom-modal-content {
        width: 100%;
    }
}

.img-pro {
    width: 100%;
}

@media (max-width: 499px) {

    .hero {
        background-size: cover;
        background: url('../images/bg-header-3.png') no-repeat center center;
    }

    .hero_container {
        width: 100vw;
        padding: 15px 25px;
        text-align: center;
    }

    .nav-lang-selector {
        display: block !important;
    }

    .hero_title {
        font-size: 32px;
    }

    .hero_subtitle {
        font-size: 21px;
        margin: 10px 0;
    }

    .custom-container {
        margin: 0;
    }

    .owl-carousel .owl-item img {
        height: 40vh !important;
    }

    .border-animation {
        padding: 0px !important;
    }
}

/*
    HELPERS
*/

img {
    image-rendering: crisp-edges;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.my-20 {
    margin: 20px 0;
}

@keyframes heroAnimation {
    0% {
        height: 0;
    }

    75% {
        height: 100%;
    }

    100% {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@keyframes appeareance {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes animateOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }
}

@keyframes animateOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }
}

@-webkit-keyframes animateIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes animateIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/* BORDER ANIMATION */

.index-about2 {
    padding: 0;
}

@media only screen and (max-width:640px) {
    .index-about2 {
        padding: 20px;
    }

    .border-animation {
        margin: 0px;
        padding: 0px;
    }

    .nav-lang-selector {
        display: block !important;
    }

}

.border-animation {
    padding: 50px;

    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #333333 100%, #333333 100%),
        linear-gradient(to bottom, #333333 100%, #333333 100%),
        linear-gradient(to right, #333333 100%, #333333 100%),
        linear-gradient(to bottom, #333333 100%, #333333 100%);
    background-size: 100% 1px,
        1px 100%,
        100% 1px,
        1px 100%;
    background-position: 0 0,
        100% 0,
        100% 100%,
        0 100%;
    animation: bg 1s cubic-bezier(0.19, 1, 0.22, 1) 1;
    animation-play-state: paused;
}


.border-animation:hover {
    animation-play-state: running;
}


@keyframes bg {
    0% {
        background-size: 0 1px,
            1px 0,
            0 1px,
            1px 0;
    }

    25% {
        background-size: 100% 1px,
            1px 0,
            0 1px,
            1px 0;
    }

    50% {
        background-size: 100% 1px,
            1px 100%,
            0 1px,
            1px 0;
    }

    75% {
        background-size: 100% 1px,
            1px 100%,
            100% 1px,
            1px 0;
    }

    100% {
        background-size: 100% 1px,
            1px 100%,
            100% 1px,
            1px 100%;
    }
}

/* OWL CAROUSEL IMAGES */
.owl-carousel .owl-item img {
    height: 65vh;
}

.wt-header-center {
    max-width: 100vw !important;
}

.navbar-toggle {
    position: fixed !important;
    top: 0 !important;
    right: 30px !important;
}


/* TABLE HOVERS */

.disponible:hover td {
    background-color: rgba(99, 154, 242, .5);
}

.venut:hover td {
    background-color: rgba(240, 93, 93, .5);
}

.reservat:hover td {
    background-color: rgba(240, 237, 93, .5);
}


.duplex td,
.duplex-child td {
    background-color: #ededed;
}

.triplex td,
.triplex-child td {
    background-color: #ededed;
}

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

.snip1369 {
    position: relative;
    overflow: hidden;
    /* margin: 5px; */
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    background: #20638f;
    text-align: left;
    color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 16px;
}

.snip1369 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.snip1369>img,
.snip1369 .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    max-width: 100%;
}

.snip1369>img {
    vertical-align: top;
    position: relative;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.6;
}

.snip1369 figcaption,
.snip1369 .image {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.snip1369 .image {
    position: absolute;
    top: 0;
    bottom: 25%;
    right: 0;
    left: 0;
    overflow: hidden;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.2);
}

.snip1369 .image img {
    position: absolute;
    top: 0;
}

.snip1369 figcaption {
    position: absolute;
    top: 75%;
    bottom: 46px;
    left: 20px;
    right: 20px;
    /* border-bottom: 2px solid #ffffff; */
    padding-top: 20px;
    z-index: 1;
}

.snip1369 h3,
.snip1369 p {
    margin: 0;
}

.snip1369 h3 {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.snip1369 p {
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 400;
    opacity: 0;
}

.snip1369 .read-more {
    display: block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 20px;
    color: #ffffff;
    right: 0;
    bottom: 0;
    font-weight: 500;
    position: absolute;
}

.snip1369 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.snip1369:hover .read-more,
.snip1369.hover .read-more,
.snip1369:hover figcaption,
.snip1369.hover figcaption {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.snip1369:hover figcaption,
.snip1369.hover figcaption,
.snip1369:hover .image,
.snip1369.hover .image {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.snip1369:hover figcaption,
.snip1369.hover figcaption {
    top: 50%;
}

.snip1369:hover .image,
.snip1369.hover .image {
    bottom: 50%;
}

.snip1369:hover p,
.snip1369.hover p {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}