*{margin: 0;padding:0}

html{scroll-behavior: smooth}
body{
    background: #000000;
    color: #ffffff;
    font-family: 'Mulish', sans-serif;
    min-width: fit-content;
}
a{
    transition: all 0.3s;
    color: #ffffff;
}
.desk{display: inline-block;}
.mob{display: none;}
.innerspace{padding: 30px;}
.right{text-align: right}
.center{text-align: center}
.whttxt{color: #ffffff}
.height400{height: 400px;}

/* width */
::-webkit-scrollbar {width: 10px}
/* Track */
::-webkit-scrollbar-track {background: #201f20}
/* Handle */
::-webkit-scrollbar-thumb {background: #888888}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: #555555}

h1{
    font-family: 'Playfair Display', serif;
    font-size: 66px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0.02em;
    text-align: left;
}
h2{
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}
ul{list-style: none;}
/*-------------------------------------------------------- header*/
#headerWrap{
    width: 100%;
    height: auto;
    position: fixed;
    backdrop-filter: blur(10px);
    z-index: 1;
}
#header{
    display: grid;
    grid-template-columns: 30px 97px auto 65% 30px;
    height: 70px;
    align-items: center;
}
#header img{
    height:30px;
    width: auto;
}
#header ul{
    display: grid;
    grid-template-columns: auto auto auto auto;
}
#header ul li{
    font-family: 'Mulish', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    list-style: none;
    font-size: 14px;
    align-items: center;
    text-align: center;
}
#header ul li a{
    text-decoration: none;
    color: #7D7D7D;
    text-shadow: 0 0 4px #222222;
    transition: all 0.5;
    -webkit-transition: all 0.5;
}
#header ul li:hover a{
    color: #FFFFFF;
}
#header ul li:hover a span{
    background: #ff0022;
    width: 40px;
    margin: 5px auto 0 auto;
}
#header ul li .active{
    color: #FFFFFF;
}
#header ul li .active span{
    background: #ff0022;
    width: 40px;
    margin: 5px auto 0 auto;
}
#header ul li a span{
    background:transparent;
    display: block;
    width: 0px;
    height: 2px;
    border-radius: 2px;
    margin: 5px 0 0 auto;
    transition: all 0.3;
    -webkit-transition: all 0.3;
}

#headerTwo{
    width: 100%;
    height: 280px;
    background: #111111;
    position: fixed;
    bottom: -210px;
    box-shadow: 0 10px 34px #0000008c;
    transition: all 0.5s;
}
#headerTwo .topbtn{
    width: 100%;
    display: inline-block;
    height: 70px;
}
#headerTwo .topbtn .side{
    width: 100px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 22px;
    margin: 33px auto;
    animation: sideAnim 6s;
    animation-iteration-count: infinite;
}
#close{display: none;}
@keyframes sideAnim {
    0% {width: 100px;}
    40% {width: 100px;}
    50% {width: 30px;}
    60% {width: 100px;}
    100% {width: 100px;}
}

#headerTwo .topbtn .across{
    width: 4px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 22px;
    margin: -50px auto;
    animation: acrossAnim 6s;
    animation-iteration-count: infinite;
}
@keyframes acrossAnim {
    0% {
        height: 2px;
        margin: -36px auto;
    }
    40% {
        height: 2px;
        margin: -36px auto;
    }
    50% {
        height: 30px;
        margin: -50px auto;
    }
    60% {
        height: 2px;
        margin: -36px auto;
    }
    100% {
        height: 2px;
        margin: -36px auto;
    }
}

#headerTwo ul{
    display: grid;
    grid-template-columns: auto;
}
#headerTwo ul li{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#headerTwo ul li a{
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*-------------------------------------------------------- banner*/
#TopBanner{
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 680px;
}
#TopBanner video{
    width: 100%;
    height: auto;
}
#headerTTL{
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 680px;
    align-items: center;
}
#headerTTL h1{
    font-size: 100px;
    text-shadow: 0 0 19px #6b6b6b;
    letter-spacing: -4px;
    line-height: 100px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
/*-------------------------------------------------------- bridge 1 and 2*/
.bridge{
    display: grid;
    grid-template-columns: auto 15% auto;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    color:#222222
}
.bridge .middle{
    text-align: center;
}
.bridge .middle p{
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    
}
.bridge .sides{
    width: 100%;
    border-bottom:solid 1px;
    height: 1px;
}
/*-------------------------------------------------------------- services*/
#services{
    max-width: 1200px;
    margin: 240px auto 80px auto;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#services .segment{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#services .segment h3{
    font-size: 20px;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    color: #666666;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#services .segment h3 span{
    background:transparent;
    display: block;
    width: 0px;
    height: 2px;
    border-radius: 2px;
    margin: 5px auto 0 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#services .segment:hover h3{
    color: #ffffff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#services .segment:hover h3 span{
    background: #ff0022;
    width: 40px;
    margin: 5px auto 0 auto;
    
}
#services .segment:hover ul{opacity:1}
#services .segment ul{
    opacity: 0;
    list-style: none;
    margin: 20px 0;
    text-align: center;
}
#services .segment:hover ul li{
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    line-height: 24px;
}
#services .segment ul li{
    line-height: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*-------------------------------------------------------------- clientes*/
#clients{
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 3%;
    row-gap: 60px;
    padding: 80px 0;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
#clients .client{
    min-height: 160px;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#clients .client img{
    display: inline-block;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 200px;
}
#clients .client .invert{
    filter: invert(1);
}
/*-------------------------------------------------------- general content*/
.content{
    max-width: 1200px;
    display: grid;
    margin: 0px auto 40px auto;
}

.content .ttltxt{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 38% 60%;
    column-gap: 2%;
    align-items: center;
}
.content .ttltxt .ttl{
    font-family: 'Playfair Display', serif;
    font-size: 80px;
    font-weight: 600;
    line-height: 90px;
}
.content .ttltxt .txt{
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    line-height: 34px;
}
.content .ttltxt .txt form{
    display: grid;
    grid-template-columns: 46% 46%;
    column-gap: 8%;
}
.content .ttltxt .txt form input, textarea, select, option{
    font-family: 'Mulish', sans-serif;
    background: #111111;
    padding: 10px 5%;
    width: 90%;
    border: none;
    font-size: 16px;
    margin: 8px 0;
    color: #ffffff;
    resize: none;
    -webkit-transition: all 0.3;
    transition: all 0.3;
}
.content .ttltxt .txt form button{
    font-family: 'Playfair Display', serif;
    -webkit-transition: all 0.5s;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    width: 60px;
    display: inline-block!important;
    text-decoration: none;
    border: none;
    border-bottom: solid 2px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3;
    transition: all 0.3;
}
.content .ttltxt .txt form #result{
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    position: fixed;
    display: none;
    z-index: 99;
    background: #0000009e;
    transition: all 0.3s;
    align-items: center;
    justify-content: center;
}
.content .ttltxt .txt form button:hover{
    padding-left: 50px;
    width: 112px;
}
.content .ttltxt2{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 38% 30% 30%;
    align-items: center;
}
.content .ttltxt2 .ttl{
    font-family: 'Playfair Display', serif;
    font-size: 80px;
    font-weight: 600;
    line-height: 90px;
}
.content .ttltxt .ttl .extraInfo{
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0px;
    color: #7d7d7d;
}
.content .ttltxt2 .txt{
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    line-height: 34px;
}
.content .ttltxt2 .team{
    padding: 160px 20px 140px 20px;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.content .ttltxt2 .miguel:hover{
    background: url('../image/team_miguel.png');
    background-size: cover;
    background-position: center;
}
.content .ttltxt2 .catarina:hover{
    background: url('../image/team_catarina.png');
    background-size: cover;
    background-position: center;
}
.content .ttltxt2 .team h3{
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
}
.content .ttltxt2 .team .teamNotes{
    display: grid;
    grid-template-columns: 40px auto;
    row-gap: 20px;
    font-size: 16px;
    align-items: center;
    font-family: 'Mulish', sans-serif;
}
.content .baseline{
    align-items: baseline;
    column-gap: 20px;
    margin: 30px 0 60px 0;
}
.content .ttltxt2 .ttlText{
    
}
.content .ttltxt2 .ttlText h3{
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    margin: 16px 0;
}
.content .ttltxt2 .ttlText p{
    line-height: 30px;
    font-size: 20px;
}      

.content .sitemap ul{
    display: grid;
    width: 100%;
    grid-template-columns: 1Fr 1Fr 1Fr;
    list-style: none;
    text-align: center;
    margin: 60px 0 100px 0;
    transition: all 0.3s;
}
.content .sitemap ul li a{
    color: #7D7D7D;
    text-decoration: none;
    letter-spacing: 2px;
}
.content .sitemap ul li a:hover{
    color: #FFFFFF;
}
.content .footer{
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    height: 60px;
}
content .footer .right{
    text-align: right;
}
.content .footer .right img{
    max-width: 10px;
}

.link{
    font-family: 'Playfair Display', serif;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    border-bottom: solid 2px;
}
.link:hover{
    padding-left: 50px;
}
/*------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
    .desk{display: none!important}
    .mob{display: inline-block}
    .right{text-align: center}
    #headerTTL h1{
        font-size: 54px;
        line-height: 67px;
        letter-spacing: -1px;
        text-align: center;
        text-shadow: 0 0 19px #6b6b6b;
    }
    #header{
        display: grid;
        grid-template-columns: auto;
        height: 80px;
        align-items: center;
        text-align: center;
    }
    #headerWrap {
        width: 100%;
        height: auto;
        position: fixed;
        background: #000000;
        box-shadow: 0 -4px 28px #00000052;
        z-index: 1;
    }
    #centralTitle h1{font-size: 40px;}

    #services {
        max-width: 1200px;
        margin: 240px auto 80px auto;
        display: grid;
        grid-template-columns: auto;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    #services .segment {
        margin: 30px 0;
    }
    #services .segment h3{
        color: #ffffff;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    #services .segment h3 span{
        background: #ff0022;
        width: 40px;
        margin: 5px auto 0 auto;
        
    }
    #services .segment ul{opacity:1}
    #services .segment ul li{
        font-family: 'Mulish', sans-serif;
        text-transform: uppercase;
        line-height: 24px;
    }
    #clients{
        display: grid;
        grid-template-columns: auto;
        column-gap: 3%;
        row-gap: 60px;
        padding: 40px 0;
    }
    #TopBanner {
        max-height: auto;
    }
    #TopBanner video {
        width: 160%;
        height: 100vh;
        min-height: 680px;
    }
    .content .ttltxt {
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: auto;
        column-gap: 0;
        align-items: center;
    }
    .content .ttltxt .ttl {
        font-family: 'Playfair Display', serif;
        font-size: 60px;
        font-weight: 600;
        line-height: 60px;
        text-align: center;
        margin: 30px 0;
    }
    .content .ttltxt .txt form {
        display: grid;
        grid-template-columns: auto;
        column-gap: 0;
    }
    .content .ttltxt2 {
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: auto;
        align-items: center;
    }

    .content .ttltxt2 .ttlText{
        text-align: center;
    }
    .content .ttltxt2 .ttlText p {
        line-height: 34px;
        font-size: 20px;
        margin: 10px 0 80px;
    }

    .content .ttltxt2 .ttl {
        font-family: 'Playfair Display', serif;
        font-size: 60px;
        font-weight: 600;
        line-height: 90px;
        text-align: center;
    }
    .content .ttltxt2 .catarina {
        background: url(../image/team_catarina.png);
        background-size: cover;
        background-position: center;
    }
    .content .ttltxt2 .miguel {
        background: url(../image/team_miguel.png);
        background-size: cover;
        background-position: center;
    }
    .content .sitemap ul {
        display: grid;
        width: 100%;
        grid-template-columns: auto;
        row-gap: 30px;
        list-style: none;
        text-align: center;
        margin: 60px 0 100px 0;
        transition: all 0.3s;
    }
    .content .footer {
        display: grid;
        grid-template-columns: auto;
        row-gap: 30px;
        text-align: center;
        align-items: center;
        height: 60px;
    }
}