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

html,
body {
    font-family: 'Sharp sans';
    overflow-x: hidden;
}

button:hover {
    cursor: pointer;
    opacity: 0.9;
}

header {
    height: 84px;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    background: #ffffff;
}

.pagcartao{
    width: 157px;
    height: 47px;
}

h1 {
    font-size: 13px;
    font-weight: 700;
    max-width: 700px;
    margin-top: 10px;
    color: #C84660;
}

#first-section {
    background: #000000;
    height: 645px;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 250px;
}

#first-section h2 {
    font-size: 40px;
    color: #fff;
    max-width: 474px;
}

#first-section h3 {
    font-size: 18px;
    color: #FFFFFF;
    max-width: 800px;
    text-align: left;
}

#second-section {
    background-color: #FFFFFF;
    width: 100vw;
    padding-top: 80px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

#second-section h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 138%;
    color: #000000;
}

#second-section #box {
    max-width: 729px;
}

#second-section ul {
    list-style: none;
    /* Remove default bullets */
    margin-top: 24px;
    margin-bottom: 56px;
}

#second-section ul li {
    color: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 138%;
    margin-top: 30px;
}

#second-section ul li::before {
    content: "\2022";
    color: #000000;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#second-section a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 8px;
    width: 100%;
    height: 48px;
    outline: none;
    background: #000000;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    border: none;
    /* neutral/ $color-neutral-ultralight */
    color: #FFFFFF;
}

#fornecedores {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    padding-top: 40px;
    background-color: #D7D7DF;
    padding-bottom: 68px;
}

#fornecedores h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 138%;
    /* identical to box height, or 22px */
    text-align: center;
    /* neutral/darkest */
    color: #000000;
}

#fornecedores #fornecedores-images {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 64px;
}

#formulario {
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding-bottom: 40px;
}

#formulario {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

#formulario h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    /* or 36px */
    color: #000000;
}

#formulario .box img {
    width: 300px;
    height: 350px;
}

#formulario .box iframe {
    border: none;
    width: 100%;
    max-width: 600px;
    height: 1040px;
}

#como-funciona {
    background: #000000;
    padding-top: 40px;
    padding-bottom: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#como-funciona #box {
    max-width: 753px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#como-funciona #box h2 {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
}

#como-funciona #box p {
    font-style: normal;
    font-size: 14px;
    line-height: 138%;
    /* or 28px */
    /* neutral/lightest */
    color: #FFFFFF;
}


#termos p {
    font-style: normal;
    font-size: 12px;
    line-height: 138%;
}

.carousel-img{
    width: 300px;
    height: 300px;
    object-fit: contain;
}

@media (max-width: 768px) {
    header {
        flex-direction: column;
        height: 250px;
        padding: 24px;
        align-items: flex-start;
        position: relative;
        padding-top: 100px;
    }
    header img{
        max-width: 144px;
        max-height: 44px;
    }
    header .pagcartao{
        position: absolute;
        right: 26px;
        top: 30px;
    }
    header .gympass{
        position: absolute;
        left: 26px;
        top: 40px;
    }
    header h1 {
        text-align: justify;
    }
    #first-section {
        padding-left: 24px;
        height: 581px;
    }
    #second-section {
        padding: 40px 24px 56px 24px;
    }
    #second-section h2 {
        font-size: 16px;
    }
    #second-section ul li {
        font-size: 16px;
    }
    #second-section a {
        height: 86px;
        text-align: center;
    }
    #fornecedores #fornecedores-images {
        flex-direction: column;
    }
    #formulario  {
        flex-direction: column;
        padding: 20px;
        justify-content: center;
        align-items: center;
    }
    #formulario h3{
        text-align: center;
    }
    #formulario .box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #formulario .box iframe{
        height: 1300px;
    }
    #formulario .box img {
        width: 279px;
        height: 279px;
    }
    #como-funciona {
        padding: 40px 20px 40px 20px;
    }
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    .carousel-item.active{
        gap: 0px !important;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
    gap: 16px;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
   
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
   
.subtitle{
    font-weight: 700;
font-size: 20px;
line-height: 138%;
/* or 28px */


color: #000000;
}

.obs{
    font-size: 14px;
line-height: 150%;
/* or 21px */


color: #000000;
}

.copyright{
    font-weight: 500;
font-size: 14px;
line-height: 160%;
/* or 22px */


color: #6C6B6B;
}


.column {
    float: left;
    width: 50%;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }


  .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


