@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth
}

:root {
    --font-family: "Roboto", sans-serif;
    --font-family: "Montserrat", sans-serif;
    --primaria: #118b3a;
    --roxo: #5f4495;
}

/* Estilos base responsivos */
html, body {
    width: 100%;
    overflow-x: hidden;
}

.topender{
    height: 25px;
    width: 100%;
    background-color: #000000;
    display: flex;
    justify-content:left;
    align-items: center;
} .topender p {
    color: #fff;
    font-size: .8rem;
    padding-left: 25px;
}

.conteinerheadaer {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(45deg, #0000009f, #00000057), url(../img/15514609.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.header {
    width: 97%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    background-color: #fff;
    height: 38px;
    margin: 30px;
    border-radius: 17px;
    flex-wrap: wrap;
    padding: 0 10px;
}

.header ul li {
    padding: 0 15px;
    cursor: pointer;
    font-size: .9rem;
    transition: .3s;
    white-space: nowrap;
}

.header ul li a {
    text-decoration: none;
    color: var(--primaria);
    transition: .4s;
    display: block;
    padding: 5px 0;
}

.header ul li a:hover {
    color: #118b3a;
    transform: scale(1.1);
}

.header ul li:hover {
    transform: scale(1.1);
}

.assinante {
    width: auto;
    min-width: 160px;
    height: 40px;
    background-color: #5f4495;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: .8rem;
    transition: .8s;
    border: 1px solid #5f4495;
    padding: 0 15px;
}

.assinante:hover {
    background-color: #fff;
    color: #5f4495;
    transform: scale(1.1);
}

.icons-insta {
    width: 40px;
    height: 40px;
    padding-left: 10px;
    position: fixed;
    top: 64%;
    transition: .5s;
    z-index: 100;
}

.icons-insta img {
    width: 35px;
}

.icons-insta:hover {
    transform: scale(0.9);
}


.icons-whats {
    width: 36px;
    height: 36px;
    padding-left: 10px;
    position: fixed;
    top: 72%;
    transition: .5s;
    z-index: 100;
}

.icons-whats img {
    width: 32px;
}

.icons-whats:hover {
    transform: scale(0.9);
}

.icons-face {
    width: 36px;
    height: 36px;
    padding-left: 10px;
    position: fixed;
    top: 80%;
    transition: .5s;
    z-index: 100;
}

.icons-face img {
    width: 32px;
}

.icons-face:hover {
    transform: scale(0.9);
}


.conteudoHeader {
    width: 95%;
    height: 90vh;
    background-position: center top;
    background-repeat: no-repeat;
    background-position-x: right;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.interconteudo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 100%;
}

.interconteudo h1 {
    text-align: center;
    color: var(--primaria);
    font-size: 3.5rem;
    font-weight: 900;
    text-transform: uppercase;
}

.interconteudo span {
    font-size: 1rem;
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    color: aliceblue;
}

.buttoescontratar {
    display: flex;
    justify-content: space-between;
    width: 550px;
    height: 50px;
    margin-top: 10%;
    cursor: pointer;
    flex-wrap: wrap;
    gap: 10px;
}

.buttoescontratar button {
    background-color: var(--primaria);
    border: none;
    border-radius: 20px;
    transition: .4s;
    cursor: pointer;
}

.buttoescontratar button:hover {
    background-color: var(--roxo);
    border: 1px solid #fff;
    transform: scale(0.9);
}

.buttoescontratar button a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    white-space: nowrap;
    padding: 10px 15px;
    display: block;
}

.btnatendente {
    width: 250px;
}

.btnplanos {
    width: 250px;
}

.interconteudo2 {
    width: 40%;
    height: 100%;
}

/*Etilização main*/
main {
    width: 100%;
    min-height: 180vh;
}
.bi-chevron-bar-up{
    color: #fff;
    font-size: 2rem;
    position: fixed;
    bottom: 20px;
    right: 30px;
    background-color: #5f4495;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 5px;
    z-index: 100;
}
/*Planos*/
.conteinerplanos {
    min-height: 100vh;          
    width: 100%;
    background-image: linear-gradient(45deg, #000000,#000000,#000000,#00000073,#00000000),url(../img/../img/img-card-planos.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 20px 0;
}

.planosinternet {
    min-height: 100vh;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.h1planos {
    margin: 0 auto;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.h1planos h1 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2rem;
}

.contenerplanos {
    width: 100%;
    min-height: 75vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #118b3a;
    border-radius: 17px;
    flex-wrap: wrap;
    padding: 20px;
}

.cardplanosinternet {
    width: 45%;
    min-width: 280px;
    height: 85%;
    display: flex;
    justify-content: center;
    margin: 10px;
}

.cardplanosinternet img {
    width: 100%;
    max-width: 400px;
    transition: .4s;
}
.cardplanosinternet img:hover {
    transform: scale(0.9);
}
.cardplanoscameras {
    width: 45%;
    min-width: 280px;
    height: 85%;
    display: flex;
    justify-content: center;
    margin: 10px;
}

.cardplanoscameras img {
    width: 100%;
    max-width: 400px;
    transition: .4s;
}
.cardplanoscameras img:hover {
    transform: scale(0.9);
}

.conteinerbtn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.btncontratar {
    width: 90%;
    max-width: 400px;
    min-height: 50px;
    background-color: #fff;
    border: none;
    border-radius: 20px;
    transition: .4s;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    transition: .4s;
}
.btncontratar a{
    text-decoration: none;
    color: #118b3a;
    display: block;
    padding: 10px;
    white-space: normal;
}

.btncontratar:hover {
    transform: scale(0.9);
    background-color: #fff;
    border: 1px solid #5f4495;
}

/*Onde estamos*/
.conteinerOndeEstamos {
    width: 90%;
    min-height: 60vh;
    margin: 0 auto;
    padding-top: 30px;
}

.conteinerlocaliza {
    min-height: 100%;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.conteinerOndeEstamos .ondeestamos {
    text-align: center;
    color: var(--primaria);
    font-weight: 900;
    text-transform: uppercase;
}

.conteinerOndeEstamos h1 .bi-map {
    margin-right: 10px;
}

.matriz {
    width: 100%;
    max-width: 600px;
    min-height: 400px;
    margin: 0 auto;
}

.matriz i {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #d60101;
}

.matriz span {
    color: var(--primaria);
    font-weight: 900;
    font-size: 1.3rem;
}

.matriz h1 {
    margin-top: 20px;
    font-size: .9rem;
    font-weight: 400;
}

.matriz iframe {
    width: 100%;
    height: 300px;
}

.matriz h2 {
    font-size: .9rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.filiais {
    width: 100%;
    max-width: 600px;
    min-height: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tituloFiliais {
    width: 100%;
    margin-bottom: 15px;
}

.titulofilial {
    color: var(--primaria);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.titulofilial .bi-geo-fill {
    color: #d60101;
    margin-right: 10px;
}

.Cristopolis, .Javi, .Wanderley, .Paratinga, .Baianopolis, .Brejinhos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(17, 139, 58, 0.1);
}

.Cristopolis span, .Javi span, .Wanderley span, .Paratinga span, .Baianopolis span, .Brejinhos span {
    color: var(--primaria);
    font-weight: 700;
    font-size: 1.1rem;
    margin-right: 10px;
}

.Cristopolis i, .Javi i, .Wanderley i, .Paratinga i, .Baianopolis i, .Brejinhos i {
    color: #25D366;
    font-size: 1.2rem;
    margin-right: 5px;
}

.Cristopolis h1, .Javi h1, .Wanderley h1, .Paratinga h1, .Baianopolis h1, .Brejinhos h1 {
    font-size: 0.9rem;
    font-weight: 400;
}

/*Estilização Footer*/
.rodape {
    width: 100%;
    min-height: 50vh;
    background-color: #6e6e6e;
}

.conteiner-footer {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}

.logoAnatel {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.imagenslogo {
    width: 40%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.imagenslogo img {
    width: 80%;
    max-width: 300px;
}

.horarios {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.semanal, .plantao {
    width: 100%;
    max-width: 300px;
    color: #fff;
}

.semanal h1, .plantao h1 {
    font-size: 1rem;
    margin-bottom: 10px;
}

.semanal p, .plantao p {
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.dadosfooter {
    width: 100%;
    max-width: 600px;
}

.aempresa {
    width: 100%;
    color: #fff;
}

.aempresa h1 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.aempresa p {
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.5;
}

.aempresa img {
    width: 100%;
    max-width: 200px;
}

.creditos {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.creditos p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.creditos span {
    font-size: 0.8rem;
}

/* Media Queries para responsividade */
@media screen and (max-width: 1200px) {
    .interconteudo h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 992px) {
    .conteudoHeader {
        flex-direction: column;
    }
    
    .interconteudo {
        width: 100%;
    }
    
    .interconteudo2 {
        width: 100%;
        height: auto;
    }
    
    .interconteudo h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    .header ul {
        padding: 0 5px;
    }
    
    .header ul li {
        padding: 0 8px;
        font-size: 0.8rem;
    }
    
    .interconteudo h1 {
        font-size: 2rem;
    }
    
    .buttoescontratar {
        flex-direction: column;
        align-items: center;
    }
    
    .h1planos h1 {
        font-size: 1.8rem;
    }
    
    .conteinerlocaliza {
        flex-direction: column;
    }
}

@media screen and (max-width: 576px) {
    .header {
        justify-content: center;
    }
    
    .header ul {
        flex-direction: column;
        height: auto;
        padding: 10px;
    }
    
    .header ul li {
        padding: 5px 0;
    }
    
    .assinante {
        margin: 10px auto;
    }
    
    .interconteudo h1 {
        font-size: 1.5rem;
    }
    
    .icons-insta, .icons-whats, .icons-face {
        display: none;
    }
    
    .h1planos h1 {
        font-size: 1.5rem;
    }
    
    .cardplanosinternet, .cardplanoscameras {
        width: 100%;
    }
}