/* Reset e Estilos Gerais */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    padding: 0;
    overflow-x: hidden;
}

h2 {
    padding-left: 1rem;
}

/* Barras Superior e Inferior */
.top-bar {
    background-color: #ffffff;
    color: #1b1b1b;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}

.bottom-bar {
    background-color: #ffffff;
    color: #161616;
    border-top: 1px solid #ebebeb;
    padding: 7px 15px;
}

.bottom-bar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bottom-bar li {
    display: inline-block;
    margin-right: 20px;
}

.bottom-bar li a {
    position: relative;
    color: #000;
    text-decoration: none;
    transition: color 0.8s;
}

.bottom-bar li a:hover {
    color: rgb(0, 224, 0);
}

.bottom-bar li a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: rgb(0, 224, 0);
    bottom: -5px;
    left: 0;
    transition: width 0.8s;
}

.bottom-bar li a:hover::after {
    width: 100%;
}

.toggle-button {
    background-color: #dddddd;
    border: none;
    color: rgb(44, 44, 44);
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
}

/* Responsividade */
@media screen and (max-width: 768px) {
    .bottom-bar ul {
        display: none;
        flex-direction: column;
        align-items: stretch;
    }

    .bottom-bar ul.show {
        display: flex;
    }

    .bottom-bar .link {
        border-right: none;
        border-bottom: 1px solid #ccc;
    }
}

@media screen and (min-width: 769px) {
    #toggleOptions {
        display: none;
    }

    .dbarra, .dbarra1, .dbarra2 {
        width: calc(33.33% - 20px);
    }
}

@media screen and (max-width: 768px) {
    .dbarra, .dbarra1, .dbarra2 {
        width: 100%;
        margin: 10px 0;
    }
}

/* Estilos de Formulários */
.Form {
    max-width: 100%;
    height: auto;
}

.form-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
}

.Form {
    position: static;
    width: 100%;
    background-image: url('https://i.imgur.com/agQ9FO1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    padding-bottom: 2rem;
}

.Form::before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 20px 20px 50px;
    z-index: 2;
}

.container-imputs {
    background: #fff;
    padding: 20px 20px 20px 50px;
    margin: 50px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: max-content;
}

form {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 400px;
    margin: 0 auto;
}

input[type="email"], input[type="submit"], select {
    width: calc(100% - 22px);
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="text"], input[type="submit"], select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="submit"] {
    cursor: pointer;
}

select {
    border-radius: 8px;
    border: solid 1px #A9A9A9;
    padding: 2px;
    color: #A9A9A9;
    margin-bottom: 0.5rem;
    background: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    width: 7rem;
    height: 2.5rem;
}

/* Botões */
.pag button {
    display: inline-block;
    transition-duration: 0.8s;
    background-color: #ffffff;
    border: 2px solid rgb(0, 224, 0);
    border-radius: 30px;
    color: rgb(0, 224, 0);
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.btn-visualizar {
    display: inline-block;
    transition-duration: 0.8s;
    background-color: #ffffff;
    border: 2px solid rgb(0, 224, 0);
    border-radius: 30px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 0px;
    cursor: pointer;
}

.pag button:hover, .btn-visualizar:hover {
    background-color: #000000;
    color: white;
}

.search-bar input[type="text"] {
    padding: 5px;
    border: none;
    border-radius: 13px 0px 0px 13px;
    background: #e2e2e2;
    
    
}

.search-bar button {
    padding: 5px 10px;
    background-color: #e2e2e2;
    color: #696969;
    border: none;
    border-radius: 13px 13px 13px 13px;
    cursor: pointer;
    margin: 0rem 1rem;
}

.search-icon {
    margin-right: 5px;
}
.pag {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
}

.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 0.8rem;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  .dropdown:hover .dropdown-content {display: block;}
  .dropdown:hover .dropbtn {background-color: #3e8e41;}

/* Logos */
.logo img {
    max-width: 13%;
    height: auto;
}

/* Carrossel */
.carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    min-width: 100%;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

/* Planos */
.plano {
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
}

.plano img {
    max-width: 25%;
    max-height: 10%;
    margin: 1px;
    display: inline-block;
    padding: 1rem;
    cursor: pointer;
}

.stream {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
}

.stream img {
    cursor: pointer;
    max-width: 24%;
}

/* Barra */
.barra {
    display: flex;
    background: whitesmoke;
}

.dbarra, .dbarra1, .dbarra2 {
    background-color: whitesmoke;
    padding: 20px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
}

/* Outros Elementos */
.image {
    position: absolute;
    top: 35%;
    right: 20px;
    width: 300px;
    height: auto;
    z-index: 3;
}

.social, .mvv, .Historia {
    text-align: center;
}

.social img, .mvv img, .Historia img {
    width: 60%;
    height: auto;
    max-width: 100%;
}

.instagram-photos {
    overflow-x: auto;
    padding: 10px;
    white-space: nowrap;
}

.instagram-photo {
    width: 25%;
    height: 25%;
    margin: 10px;
    display: inline-block;
}

embed {
    display: block;
    margin: 20px auto;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 800px;
    height: 500px;
}

input[type="date"] {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

input[type="date"]:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
    outline: none;
    background-color: #fff;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: #007bff;
    cursor: pointer;
}

input[type="date"]::-webkit-input-placeholder {
    color: #888;
}

input[type="date"]:-ms-input-placeholder {
    color: #888;
}

input[type="date"]::placeholder {
    color: #888;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.g-recaptcha div {
    width: 304px !important;
    height: 78px !important;
}

.g-recaptcha {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dev {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}


@media (max-width: 400px) {
    .g-recaptcha {
        transform: scale(0.85);
        transform-origin: 0 0;
    }
}



@media (max-width: 900px) {
    .plano {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 900px) {
    .plano img {
        max-width: 100%;
    }
}