/* IMPORT TYPOS */
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

/* COLOURS PALETTE */
:root{

    --one: #522546;
    --two: #300527;
    --three: #1A0513;    
    --four: #777777;
    --five: #262626;
  
    --rad: 4px;
}

/* GLOBAL */
*{
    font-family: "Oxygen", Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}
body{
    background: #f1f1f1;
}
a{
    text-decoration: none;
}
p{
    font-weight: 100;
}
ul{
    padding: 0;
}
li{
    list-style: none;
    
}
.container{
    max-width: 1040px;
}
.btn-primary{
    background: var(--one);
    border: var(--one);
}
    .btn-primary:hover{
        background: var(--three);
        border: var(--three);
        transition: .5s;
    }
.btn-secondary{
    background: var(--two);
    border: var(--two);
}
      
/* HEADER */ 
header{
    padding: 45px 0;
}     
.navbar-brand{
    background: url('../images/logo-main-QB-construction.svg') no-repeat center center;
    width: 170px;
    height: 130px;
    display: block;
    margin: 3vw;
}
/*.container-header {
    height: 100vh;
    background: #777777;
}*/
.navbar-expand-lg .navbar-collapse{
    justify-content: flex-start;
    margin-right: 3vw;
}

.navbar.navbar-expand-lg {
    position: absolute;
    z-index: 1000;
    width: 100%;
    padding: 0;
}
.video-container{
    height: calc(100vh);
    background: url('images/banner/video-reel-qb-construction.jpg');
}
.video-wrapper{
    height: 100%;
}
.video-wrapper video{
    object-fit: cover;
    height: 100%;
}
.video-overlay{
    position: absolute;
    display: inline;
    height: 100%;
    width: 100%;
    min-width: 100%;
    /*background: url('images/banner/video-reel-qb-construction.jpg');*/
    background: white;
}
.text-wrapper{
    bottom: 3rem;
    font-size: 3vw;
    color: white;
    position: absolute;
    display: flex;
    z-index: 2000;
    /*background: var(--one);*/
    padding: 0 3vw;
    font-weight: 600;
    border-radius: 0 var(--rad) var(--rad) 0;
    width: 100%;
    justify-content: center;
}
/* BODY */ 

h2.special-title{
    font-weight: 100;
    margin-bottom: 2vw;
}
h2.special-title span{
    font-weight: 700;
    text-transform: uppercase;
    border-left: 2px solid;
    margin-left: .5vw;
    padding-left: 1vw;
}

/* FOOTER */ 
footer{
    background: var(--one);
    color: white;
    text-align: center;
    font-weight: 100;
    padding-bottom: 3vw;
}
footer h3{
    text-transform: uppercase;
}
.footer-brand{
    background: url('../images/logo-secondary-QB-construction.svg') no-repeat center center;
    width: 170px;
    height: 130px;
    display: block;
    margin: 3vw auto;    
}
.breadcrumbs{
    padding: 2vw 0;
    color: white;
    background: var(--three);
    font-size: .85rem;
}
.breadcrumbs a{
    color: white;
    justify-content: flex-end;
}
/* ARROW UP */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border: none;
    background: none;
    z-index: 1;
}

.arrow-up{
    background: url('../images/icons/icon-arrow-up.svg') no-repeat;
    width: 24px;
    height: 30px;
    display: block;
}

.modal-body li{
    list-style-position: inside;
}

#mensaje-contacto.alert-success {
    padding: 10px;
    border-radius: .25rem;
    display: none;
    margin-right: 10px;
    margin-bottom: 0.5rem !important;
}

.c-image{
    width: 100%;
    position: relative;
    text-align: center;
}

.c-image p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    font-size: 3vw;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-weight: 900; 
    text-transform: uppercase;
    width: 90%;
}

.container-background{
    background: url('../images/banner/banner-background.jpg') no-repeat center center;
    background-size: cover;
    height: auto;
    display: block;
    padding: 3vw 0;
    color: white;
}

    .container-background .card{
        background: transparent;
        padding: 2vw;
        border:1px solid var(--one);
        border-radius: var(--rad);
        margin-bottom: calc(var(--bs-gutter-x));
    }
    .container-background .card h2{
        font-size: 3vw;
        margin-bottom: 1rem;
    }    

.c-description{
    display: flex;
    flex-direction: row;
}
    .c-description .vertical-bar{
        background: var(--one);
        width: 1vw;
        border-radius: var(--rad);
        margin: 1vw 1vw 1vw 0;
    }
    .c-description ul{
        margin-top: 1vw;
    }
    .c-description ul li span{
        font-style: italic;
        color: var(--four)
    }
    .c-description ul li::before{
        content: "> ";
        font-weight: 900;
        color: var(--one);
    }
.services-gallery .c-description{
    margin-bottom: calc(var(--bs-gutter-x));
    margin-left: calc(var(--bs-gutter-x));
}    
.services-gallery .left-img{
    padding-left: 0;
}
.services-gallery .right-img{
    padding-right: 0;
}
.internal-spacer{
    padding-top: 18vw;
}
.bc-links{
    text-align: right;
}

.nav-item{
    padding: 0 1rem;
}  
.nav-link{
    font-size: 1.25rem;
}
.right-arrow,
.left-arrow{
    background: url('../images/icons/arrow.svg') no-repeat center center;
    height: 20px;
    width: 20px;
    display: flex;
    height: 100%;
    opacity: 0.4;    
}

.right-arrow{
    transform: rotate(180deg);
}
/* MOBILE HACKS */
@media only screen and (max-width: 600px) {
    .breadcrumbs{
        text-align: center;
    }
    .bc-links{
        text-align: center;
        padding: 3vw 0;
    }    
    .internal-spacer{
        padding-top: 45vw;
    }
    .navbar-toggler{
        margin-right: 6vw;
    }
    .text-wrapper {
        font-size: 4vw;
    }
    .container-background .card h2 {
        font-size: 8vw;
    }  
    .c-description .vertical-bar {
        width: 3vw;
        margin: 3vw 3vw 3vw 0;
    } 
    .navbar-brand{
        width: 140px;
        margin: 6vw;
    } 
    .footer-brand{
        width: 120px;  
    }     
    .navbar-expand-lg .navbar-collapse {
        flex-basis: 90%;
        margin: 0 auto !important;
        background: white;
        border:1px solid var(--one);
        border-radius: var(--rad);
        flex-grow: 0;
    }     
    .nav-link{
        padding: 2vw 5vw;
    }  
    .c-image p {
        font-size: 9vw;
    }    
    .services-gallery .left-img{
        padding-right: 0;
    }
    .services-gallery .right-img{
        padding-left: 0;
    }    
}