html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:2px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/*Website Code:*/

.headerSection{
    position: fixed;
    background-color: #FFFFFF;
    width: 100%;
    z-index: 3;
}

.logo{
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.topnav {
    overflow: hidden;
    background-color: black;
    position: relative;
  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav #myLinks {
    display: none;
  }
  
  /* Style navigation menu links */
  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  /* Add a grey background color on mouse-over */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Style the active link (or home/logo) */
  .active {
    background-color: #04AA6D;
    color: white;
  }

.container {
    display: inline-block;
    cursor: pointer;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.menuHeader{
    display: none;
}
  
.bar1, .bar2, .bar3 {
    width: 25px;
    height: 4px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
}
  
.change .bar1 {
    transform: translate(0, 9px) rotate(-45deg);
}
  
.change .bar2 {opacity: 0;}
  
.change .bar3 {
    transform: translate(0, -9px) rotate(45deg);
}

.telefone{
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 15px;
    float: right;

}

.TopVideo{
   padding-top: 100px;
}

.videoHeader{
    padding-top: 20px;
    width: calc(80% - 20px);
    padding-left: 20px;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #60ba46;
    font-size: x-large;
}

.videoHeaderText{
    padding-left: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: xx-large;
    padding-top: 180px;
}

.moreButton{
    text-decoration: none;
    padding: 0.8rem 19px;
    background-color: #000; 
    text-decoration: none;
    border-radius: 20px;
    margin-left: 20px;
    margin-bottom: 50px;
    color: inherit;
    color: #FFFFFF;
    font-weight: 200;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.tdTable{
    vertical-align: middle;
}

.tdTableVideo{
    vertical-align: middle;
    padding-left: 14px;
}

.animation{
    height:150px;
}

.underVideo{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    font-size: large;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.about{
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.about h1{
    padding-bottom: 10px;
    font-size: x-large;
}

.about h2{
    padding-bottom: 10px;
    font-size: large;
    color: #60ba46;
}

.about p{
    padding-top: 30px;
    font-size: large;
}

.consultingBtn{
    padding: 0.5rem;
    background-color: #000; 
    border-radius: 20px;
    margin-left: calc(50% - 112px);
    margin-bottom: 50px;
    color: #FFFFFF;
    font-size: 18px;
    padding: 10px 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.consulting{
    margin-top: 100px;
    margin-bottom: 30px;
}

.whatWeDo{
    font-size: x-large;
    text-align: center;
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}
  
.logos {
    overflow: hidden;
    padding: 10px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}
  
.logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}
  
.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.605));
}
  
.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.605));
}
  
.logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}
  
.imgh1 {
    display: -webkit-inline-flex ;
    height: 70px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: x-large;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.phoneBtn{
    text-decoration: none;
    background-color: #000; 
    border-radius: 20px;
    margin-left: calc(50% - 100px);
    margin-bottom: 50px;
    color: #FFFFFF;
    font-size: 18px;
    padding: 10px 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.emailBtn{
    text-decoration: none;
    background-color: #000; 
    border-radius: 20px;
    margin-top: 100px;
    margin-left: calc(50% - 116px);
    margin-bottom: 50px;
    color: #FFFFFF;
    font-size: 18px;
    padding: 10px 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.phone{
    margin-bottom: 50px;
}

.email{
    margin-bottom: 70px;
}

.logobtm{
    padding-top: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.adress{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
}

.verticalline{
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    border-top:2px solid black;
    margin-bottom: 40px;
}

.copyrightline{
    margin-top: 20px;
    align-content: center;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #60ba46;
}

.impress{
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.consultinBig{
    display: none;
}

.tableConsulting{
    display: none;
}

@media only screen and (min-width: 768px) {
    .laptopHalf{
        height: 500px; 
        display: none;
    }

    .logo{
        padding-top:15px;
        padding-left: 150px;
    }

    .animation{
        height:350px;
    }

    .telefone{
        display: none;
    }

    .menuHeader{
        display: inline;
        float: right;
        margin-top: 30px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    }

    .menuHeader a{
        text-decoration: none;
        color: #000;
        padding-right: 30px;
        text-align: center;
        vertical-align: middle;
    }

    .menuHeader svg{
        padding-right: 150px;
    }


    .TopVideo{
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }

    .videoHeaderText{
        font-size: 50px;
        padding-left: 50px;
    }

    .videoHeader{
        font-size: xx-large;
        padding-left: 50px;
    }

    .moreButton{
        margin-right: 90px;
        font-size: large;
    }

    .underVideo{
        padding-left: 50px;
        font-size: x-large;
        text-align: center;
    }

    .about{
        padding-top: 170px;
        padding-left: 50px;
        padding-right: 50px;
        display: block;
        font-size: x-large;
    }

    .about h1{
        font-size: xx-large;
        text-align: center;
    }

    .about h2{
        font-size: x-large;
        text-align: center;
    }

    .about p{
        font-size: x-large;
        text-align: center;
    }

    .consulting{
        display: none;
    }

    .container{
        display: none;
    }

    .consultingBig{
        padding-top: 170px;
        padding-bottom: 170px;
        display: flex;
    }
    
    .tableConsulting{
        display: flex;
    }

    .tdTableFoto{
        height: 600px;
    }

    .tdTableConsulting{
        width: 300px;
        vertical-align: middle;
    }

    .whatWeDo{
        font-size: xx-large;
        padding-bottom: 100px;
    }

    .logos:before{
        background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    }

    .logos:after{
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    }

    .verticalline{
        margin-left: 40px;
        margin-right: 40px;
    }

  }

  @media only screen and (min-width: 2000px) {
    .laptopHalf{
        height: 500px; 
        display: none;
    }

    .logo{
        height: 50px !important; 
        padding-top:30px;
        padding-left: 150px;
    }

    .animation{
        height:650px;
    }

    .telefone{
        display: none;
    }

    .menuHeader{
        display: inline;
        float: right;
        margin-top: 60px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    }

    .menuHeader a{
        text-decoration: none;
        color: #000;
        padding-right: 30px;
        text-align: center;
        vertical-align: middle;
        font-size: xx-large;
    }

    .menuHeader svg{
        padding-right: 150px;
    }


    .TopVideo{
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }

    .videoHeaderText{
        font-size: 80px;
        padding-left: 150px;
    }

    .videoHeader{
        font-size: 50px;
        padding-left: 150px;
    }

    .moreButton{
        margin-right: 190px;
        font-size: xx-large;
    }

    .underVideo{
        padding-left: 50px;
        font-size: xx-large;
        text-align: center;
    }

    .about{
        padding-top: 170px;
        padding-left: 150px;
        padding-right: 150px;
        display: block;
        font-size: xx-large;
    }

    .about h1{
        font-size: 50px;
        text-align: center;
    }

    .about h2{
        font-size: xx-large;
        text-align: center;
    }

    .about p{
        font-size: xx-large;
        text-align: center;
    }

    .consulting{
        display: none;
    }

    .container{
        display: none;
    }

    .consultingBig{
        padding-top: 170px;
        padding-bottom: 170px;
        display: flex;
    }
    
    .tableConsulting{
        display: flex;
    }

    .tdTableFoto{
        height: 1100px;
    }

    .tdTableConsulting{
        width: 600px;
        vertical-align: middle;
    }

    .tdTableConsulting a{
        font-size: xx-large;
    }

    .whatWeDo{
        font-size: 50px;
        padding-bottom: 100px;
    }

    .logos:before{
        background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    }

    .logos:after{
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    }

    .verticalline{
        margin-left: 40px;
        margin-right: 40px;
    }

    .imgh1{
        font-size: xx-large;
    }

    .logobtm{
        height: 70px !important;
    }

    .adress{
        font-size: xx-large;
    }

    .phoneBtn{
        font-size: xx-large;
        margin-left: calc(50% - 156px);
    }

    .emailBtn{
        font-size: xx-large;
        margin-left: calc(50% - 143px);
    }

    .copyrightline{
        font-size: xx-large;
    }

  }