/* reset */
body {
    padding: 0;
    margin: 0;
}

body {
    font-size: 15px;
    line-height: 1.5;
    font-family: "Lato", sans-serif;
}

header {
    top: 0;
    background-color: #EBC7E6;
    color: white;
    /* height: 50px; */
    width: 100%;
    position: fixed;
    z-index: 1;
    display: block;
}

nav {
    overflow: hidden;
    width: 100%;
    box-sizing: inherit;
}

nav a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
}

nav a:hover {
    color: rgba(255, 255, 255, 0.812);
    text-decoration: solid;
}

.button-tgcs {
    text-align: center;
    white-space: normal;
}

.nav-items-tgcs {
    padding: 8px 16px;
    width: auto;
    border: none;
    outline: 0;
}

.card-tgcs {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.to-right-tgcs {
    float: right !important;
}

.to-left-tgcs {
    float: left !important;
}


.padding-large {
    padding: 12px 24px !important;
}

.content-tgcs {
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px;
    margin-top: 46px
}

.container-tgcs {
    padding: 0.01em 16px;
}

.padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.wide-tgcs {
    letter-spacing: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    margin: 10px 0;
}

h2 {
    font-size: 30px;
}

.opacity-tgcs{
    opacity: 0.60;
}

.justify-tgcs{
    text-align: justify;
}

.center-tgcs {
    text-align: center;
}

.padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

section{
    max-width:800px;
    box-sizing: inherit;
  }

 section p.justify-tgcs{
    width: auto;
    width: auto;
    /* margin: auto; */
    margin: 0px 150px 0px 150px;
    padding: 0px 150px 0px 150px;
}
 

  #inicio{
    margin-top: 50px;
  }

  .black-ground{
    background-color: black;
    color: white;
  }

  footer{
    background-color:#EBC7E6;
  }

  footer.content-tgcs {
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px;
    margin-top: 0px;
}

section.cardBox-tgcs {
    background-color: white;
    color: black;
}

#carousel-teste .container-tgcs {
    padding: 0;
    justify-content: center;
    align-items: center;
}

#carousel-teste .container-fluid-tgcs {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
}

#carousel-test.container-tgcs {
    padding: 0px;
    justify-content: center;
    align-items: center;
}

#image2{
    background-image: url(../images/Piratas-Vale-Silício.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px;
}
#image1{
    background-image: url(../images/2952938-lady-gaga-revela-que-bradley-cooper-diri-580x0-1.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px;
}