@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

:root{
    --azul-marinho: #09215f;
    --dourado-claro: #fbb730;
    --cor-principal: #FFA500;
    --alaranjado: #db6d35;
    --degrade-dourado: linear-gradient(to right, #FFA500, #db6d35);
    --degrade-azul: linear-gradient(15deg, );
}

/* Index */

.index-main{
	width: 100vw;
	height: 100vh;
	background: linear-gradient(to bottom, #F47A32, #DE2F2F, #AE2827);
}

.index-t1{
	text-align: center;
}
 .index-t1 img{
 	width: 600px;
 	height: 30vh;
 	margin-top: 230px;
 }

.index-pg select{
	width: 610px;
	height: 40px;
	background: transparent;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-left: none;
	border-right: none;
	border-top: none;

	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.index-pg option{
	background: #DE2F2F;
	color: #fff;
	border: none;
	font-weight: 500;
}

.index-txt{
	margin-top: 20%;
}

.index-pg h1{
	color: #fff;
	text-align: center;
}

.select-p{
	text-align: center;
}

@media (max-width: 575px) {
	.index-t1{
		text-align: center;
	}
	.index-t1 img{
		height: 100vh;
		padding-right: 50px;
	}
}

@media (max-width: 768px){
	.index-t1{
		text-align: center;
	}

	.select-p{
		text-align: center;
	}
	.index-t1 img{
		height: 19vh;
		width: 80vw;
		margin-left: 13%;
	}

	.index-pg select{
		width: 280px;
		text-align: center;
	}

	.index-pg h1{
		text-align: center;
		margin-left: 0;
	}
}

/* HERO DO SITE */
.hero-site{
    height:100vh;
    width:100%;
    background:url('../img/banner_new_desktop.jpg') center center;
    background-repeat: no-repeat;
    background-size:cover;
}

@media (min-width: 300px) and (max-width: 767px){
    .hero-site{
        background:url('../img/banner_new_mobile.jpg');
        background-position:90% 50%;
        height:60vh;
        background-size:cover;
        background-repeat: no-repeat;
    }
}

/* Banner */
.banner-img{
	margin: 0px;
	padding: 0px;
}

.banner-img p{
	margin: 0px;
	padding: 0px;
}
.banner-img img{
	margin: 0px;
	padding: 0px;
	max-width: 100vw;
	height: auto;
}

/* PLANOS */

.aba-planos{
    margin: 0px 0px;
    padding: 40px 0px;
    background: #fff;
    border-radius: 5px;
}

.aba-titulo{
    text-align: center;
    text-transform: uppercase;
}

.aba-titulo h2{
    font-weight: 500;
}

.aba-titulo h2 span{
    font-weight: 700;
    color: var(--cor-principal);
}

.aba-titulo p{
    text-transform: uppercase;
    font-weight: 500;
}

.card-plano{
    /*box-shadow: 1px 1px 5px 2px #e4e4e4;*/
    border:1px solid var(--dourado-claro);
    border-radius: 10px;
    width: 300px !important;
    margin: 10px 5px;
    padding-top:30px;
    padding-left: 20px;
}

.card-titulo p{
    margin:0;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.card-titulo h4{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: -5px;
    line-height: 30px;
    color: var(--dourado-claro);
}

/* ===== PREÇO ====*/
.plano-pricing{
    display: flex;
    margin: 0;
    padding: 0;

}

.price-text{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    line-height: 25px;
    margin-top: -5px;
}

.plano-price{
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 700;
    margin-top: -10px;
    color: var(--dourado-claro);
}

.plano-time{
    margin-top: -18px;
    line-height: 25px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

/* ===== BOTÃO CONTRATE ===== */
.btn-contrate{
    margin: 50px 0px;
    /*text-align: center;*/
}

.btn-contrate button{
    background: var(--degrade-dourado);
    padding: 7px 30px;
    border:none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    width: 95%;
    color: #fff;
}

.btn-contrate a{
 color: #fff;   
}

/* ===== CARACTERÍSTICAS PLANO ===== */
.plano-caracteristicas{
    margin-top:30px;
    margin-bottom: 50px;
}

.plano-caracteristicas h4{
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: -5px;
}

.plano-caracteristicas li{
    list-style-type: none;
    font-size: 15px;
    padding-top: 10px;
    margin: 0 auto;
    font-weight: 300;
}

.plano-caracteristicas i{
    color: var(--dourado-claro);
}

/* ===== CARROSSEL DE PLANOS =====*/
.glider-prev{
    background: var(--alaranjado) !important;
    display: flex !important;
    align-items: center;
    padding: 7px !important;
    border-radius: 5px;
    left: -45px !important;
    top:40% !important;
}

.glider-next{
    background: var(--alaranjado) !important;
    display: flex !important;
    align-items: center;
    padding: 7px !important;
    border-radius: 5px;
    right: -45px !important;
    top:40% !important;
}

.chevron-L1{
    
}

.chevron-L1{
    color: #fff;
    font-size: 30px;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #fff;
}

@media (min-width: 300px) and (max-width: 767px){
    .glider-prev{
        left:-5px !important;
    }

    .glider-next{
        right:-5px !important;
    }

    .chevron-L1{
        font-size: 20px;
    }

    .card-plano{
        margin: 10px auto !important;
    }
}

/* Vantagens */

.card-vantagem{
    margin: 30px 0px;
    padding: 20px 0px;
    /*border:1px solid #e4e4e4;*/
    border-radius: 5px;
    font-family> 'Barlow'
}

.vantagens-site h2{
    font-family: 'Barlow';
    text-transform: uppercase;
    text-align: center;
}

.vantagens-site span{
    font-weight: 700;
    color:#FFA500;
}

.card-vantagem h4{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Barlow';
}

.icone-head h5{
    text-align: center;
    padding: 9px;
    border:1px solid #888888;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.card-vantagem p{
    padding: 0px 20px;
    text-align: center;
    font-family: 'Barlow';
}

/* Área do Cliente */

.btn-cliente{
	text-align: center !important;
}

.btn-cliente button{
	border: none;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 160px;
	background: linear-gradient(to right, #FFA500, #db6d35);
	color: #fff;
	font-weight: 600;
}

.btn-cliente a{
	text-decoration: none;
	color: #fff;
}

.btn-cliente:hover{
	-webkit-transform: scale(1.1);
	transform: : scale(1.3);
	transition-duration: .2s;
}
.btn-app{

}

/* Testes Dropdown */

.dropbtn {
  background: linear-gradient(to right, #FFA500, #db6d35);
  color: white;
  padding: 10px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  border-radius: 10px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}


.show {display: block;}

@media (max-width: 768px){
	.btn-app{
		text-align: center;
	}
}

/* Area do cliente */




/* Contato */

.email-ctt a{
	color: #000;
	text-decoration: none;
}

.phone-card a{
	color:#000;
	text-decoration: none;
}

.phone-card i{
	font-size: 20px !important;
}


/* Página de contratar planos */
.form-geral{
 box-shadow: 0 0 1em #c0c0c0;
 margin-top: 50px;
 margin-bottom: 50px;
 padding-top: 40px;
 padding-bottom: 40px;
}
#contrate-main{
	padding-top: 100px;
}

.form-contrate{
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-group{
	padding-bottom: 10px !important;
}

.btn-send{
	background: linear-gradient(to right,#025f00,#63a836);
	border: none;
	color: #fff;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 130px;
	border-radius: 10px;
}

.btn-send:hover{
	transform: scale(1.1);
	transition: ease .2s;
}

.btn-prev{
	border: 2px solid #63a836;
	color: #63a836;
	background: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 120px;
	border-radius: 10px;
}

.btn-next{
	border: 2px solid #63a836;
	color: #63a836;
	background: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 120px;
	border-radius: 10px;
}

/* Formulário de contratação do Plano */
#email{
	border-color: #000 !important;
}

#fixo{
	border-color: #000 !important;
}

#complemento{
	border-color: #000 !important;
}

#apartamento{
	border-color: #000 !important;
}

input:focus{
	border: 1px solid #000 !important;
}

input:invalid{
	border: 2px solid red;
}

input:valid{
	border: 2px solid #32CD32;
}

.form-contrate span{
	position: relative !important;
	float: right !important;
	right: 10px;
	top: -32px;
}

input:invalid + span::before{
	content: '✖';
	color: red;
}

input:valid + span::before{
	content: '✓';
	color: #32CD32;
}

/*input + span::before{
	position: absolute !important;
}*/


/* ===== NETBIOS PLAY ==== */

.netbios-tv{
    margin: 20px 0px;
    font-family: 'Barlow';
    color:#fff;
}

.netbios-tv .container{
    /*background: linear-gradient(to right,#db6d35, #FFA500, #FFA500);*/
    background: #000;
    border-radius: 15px;
    font-family: 'Barlow' !important;
}

.texto-logo{
    padding-top:30px;
    padding-left: 50px;
}

.texto-logo h2{
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Barlow';
}

.texto-promo{
    text-transform: none;
    font-weight: 300;
    font-size: 15px;
    width: 500px;
}

.logo-seq{
    display: flex;
    letter-spacing: -2px;
    color: #fff;
}

.logo-name{
    font-size: 60px;
    line-height: 55px;
    font-weight: 700;
}

.logo-icon img{
    /*filter: invert(12%) sepia(97%) saturate(4847%) hue-rotate(357deg) brightness(112%) contrast(116%);*/
    filter:invert(1);
    height: 40px;
    margin-top: -12px;
}

.tv-img img{
    height: 300px;
    margin-top: -35px;
    margin-bottom: -38px;
    margin-right: -20px;
}

.tv-img p{
    text-align: right;
}

/* ==== TABLET ==== */
@media (min-width:768px) and (max-width:1024px){
    .tv-img img{
        height: 220px;
        margin-right: 0px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .tv-img p{
        text-align: right;
    }

    .texto-logo{
        padding-left: 10px;
    }

    .texto-promo {
        width: auto;
    }

    .texto-promo{
        font-size:12px;
    }
}

/* ==== CELULAR ==== */

@media (min-width:300px) and (max-width:767px){
    .netbios-tv{
        background: #000;
        border-radius: none;
    }
    
    .netbios-tv .container{
        margin: 0 auto !important;
    }
    
    .tv-img img{
        height: 230px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .texto-promo{
        width: auto;
    }

    .tv-img p{
        text-align: center;
        margin-left: -7px;
    }

    .texto-promo{
        width: auto !important;
    }

    .texto-logo{
        padding-top:30px;
        padding-left: 0px;
    }

    .texto-logo{
        padding-left: 10px;
    }
}