/* Modal Overlay */
.modal-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000; /* Ensures it's on top of everything */
}

/* Modal Container */
.modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

/* Modal Header */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.modal-header h2 {
    margin: 0;
    font-size: 20px;
}

/* Close Button */
.close-modal {
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

/* Contract Options */
.contract-option {
    margin-bottom: 20px;
}

.contract-option h4 {
    margin-bottom: 5px;
    font-size: 18px;
}

.contract-option p {
    font-size: 14px;
    color: #555;
}

.download-btn {
    display: inline-block;
    padding: 10px 15px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: background 0.3s;
}

.download-btn:hover {
    background-color: #0056b3;
}

.desktop
{
	display:inline-block!important;
}

.tela-colunas,
.tela
{
	padding:0 35px;
}

.pe .pre .itens
{
	padding:50px 0;
	text-align:justify;
}

.pe .pre .itens > div
{
	display:inline-block;
}

.pe .pre .itens .locais .onde
{
	padding-top:0;
	text-align:left;
}

.pe .pre .itens .locais .redes
{
	margin-bottom:30px;
}

.pe .pos .copyright
{
	display:inline-block;
}

.pe .pre .itens .locais
{
	width:200px;
	text-align:left;
}

.pe .pre .itens .locais .contato img
{
	float:left;
	height:21px;
}

.pe .pre .itens .locais .contato span
{
	width:165px;
}

.pe .pre .itens .locais .contato .horario
{
	display:block;
}

.pe .pos
{
	position:static;
	text-align:right;
	padding:0;
}

.pe .pos img
{
	margin-left:20px;
	height:54px;
}


.home .meio .plano
{
	text-align:left;
}

.home .meio .plano .tema
{
	float:left;
	width:600px;
}

.home .meio .plano .escolha
{
	float:left;
}

.home .meio .mais .somos
{
	width:44%;
	float:left;
	margin-bottom:0;
}

.home .meio .mais .vantagens
{
	width:52%;
	float:right;
}

.home .meio .links .itens
{
	text-align:justify;
}

.home .meio .links .itens .item3,
.home .meio .links .itens .item4
{
	display:inline-block;
}

.tela-colunas .tela
{
	padding:0;
}

#planos .meio .links .itens
{
	text-align:justify;
}

#planos .meio .links .itens .item3,
#planos .meio .links .itens .item4
{
	display:inline-block;
}

#fibra-optica .meio .fibra
{
	background-size:cover;
}
