* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --white: #fff;
    --black: #221f1f;
    --lightpurple: #99bac2;
    --lightgrey: #fafafa;
    --footer:#242424;
}

html {
    scroll-behavior: smooth;
    font-family: "brignell_squarebold";
}

main {
    z-index: 2;
}

header{
    z-index: 3;
}

a{
text-decoration: none;
color: inherit;
}

.page-main section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* height: 100vh; */
}

.page-main section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-main section.vh70{
    height: 70vh;
}

.page-main section.vh80 {
    height: 50vh;
}

.page-main section.trabajos {
    height: 320px;
}

.page-main section.vh30{
    height: 30vh;
}


.page-main section.lightgrey{
    background-color: var(--lightgrey);
}

.page-main section.intro{
       height: 50vh;
}

.page-main section.clients{
    padding-top: 10vh;
    height: 40vh;
}

.page-main section.works{
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.page-main section.works.vh35{
     height: 40vh;
}



.content-scroll-team {
    overflow: hidden;
    padding: 10vh 0;
    height: auto !important;
    clear: both;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.scroll-team-txt {
    font-family: 'brignell_squarebold';
    font-size: 20px;
}


.scroll-team-arrow {
    display: block;
    background: url("../assets/images/home/arrow.png");
    width: 8px;
    height: 60px;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    top: 15px;
}



@media (min-width: 1281px) {}

@media (min-width: 1025px) and (max-width: 1280px) {}

@media (min-width: 768px) and (max-width: 1024px) {
    .page-main section.vh80 {
        height: 50vh;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

@media (min-width: 481px) and (max-width: 767px) {
    figure img {
        width: 480px;
    }

    .page-main section.vh80 {
        height: 50vh;
    }

}

@media (min-width: 320px) and (max-width: 480px) {
    
   

    .page-main section.vh80 {
        height: 50vh;
        margin-top: 13vh;
    }
    
    .content-scroll-team{
        margin-top: 30vh;
    }
    
    .page-main section.works.vh35{
        height: 35vh;
    }
    
    .page-main section.works {
        padding-top: 13vh;
    }
    
}



/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer{
    background-color: var(--footer);
}

/* BODY CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */


a, li {
    outline-color: #fff;
}

header.header .header__ctn .header__bar .header__bar__menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
    position: relative;
    z-index: 1;
}

header.header .header__ctn .header__bar .header__bar__menu-btn span {
    display: inline-block;
    width: 20px;
    height: 3px;
    margin-bottom: 4px;
    background: #fff;
    -webkit-transition: background .25s ease-out,-webkit-transform .25s ease-out;
    -o-transition: background .25s ease-out,transform ease-out .25s;
    transition: background .25s ease-out,transform .25s ease-out;
    transition: background .25s ease-out,transform .25s ease-out,-webkit-transform .25s ease-out;
    will-change: transform;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}

@media (min-width: 738px){

    header.header .header__ctn .header__bar .header__bar__menu-btn {
        height: 35px;
    }
    header.header .header__ctn .header__bar .header__bar__menu-btn span {
        width: 35px;
        height: 3px;
        margin-bottom: 7px;
    }
}

.ico-inst {
    background-image: url(../assets/images/inst.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 2px 3px;
    padding-left: 20px !important;
}

.ico-fb {
    background-image: url(../assets/images/fb.png);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: 4px 3px;
    padding-left: 20px !important;
}

.ico-tw{
    background-image: url(../assets/images/tw.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 1px 5px;
    padding-left: 20px !important;
}

.ico-yt {
    background-image: url(../assets/images/yt.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 0px 5px;
    padding-left: 20px !important;
}

.ico-in {
    background-image: url(../assets/images/in.png);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: 1px 3px;
    padding-left: 20px !important;
}


#myCookieConsent {
    z-index: 999;
    min-height: 20px;
    font-family: "brignell_squareregular";
    padding: 10px 20px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0px;
    right: 10px;
    display: none;
    left: 0;
    text-align: left;
    font-size: 16px;
     width: 100%;

}
#myCookieConsent div {
    padding: 5px 0 0;
    
}
#myCookieConsent a {
    color: #ffba55;
    display: inline-block;
    padding: 0 10px;
}
#myCookieConsent a:hover {
	color: #fda016;
}
#myCookieConsent a#cookieButton {
    display: inline-block;
    color: #000000;
    font-size: 1em;
    background: #ffba55;
    text-decoration: none;
    cursor: pointer;
    padding: 6px 20px;
    float: right;
    border-radius: 5px;
   
}
#myCookieConsent a#cookieButton:hover {
    background: #fda016;
	color: #000;
}
