html {
	font-family: 'Montserrat', sans-serif;
}
body {
	font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #333;
    background-color: #fff;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}
label {
	font-weight: 600;
}
strong {
	font-weight: 600;
}
.navbar-default {
    border-radius: 0;
    padding: 5px 15px;
	background-color: #fff;
}
@media (min-width: 992px) {
	.navbar-default {
		position: fixed !important;
		top: 0;
		width: 100%;
		z-index: 999;
		transition: all .2s linear;
	}
}
.navbar {
    min-height: 50px;
    margin-bottom: 0px;
    border: none;
}
#menu-principal {
    padding: 10px 0;
	transition: all .2s linear;
}
.navbar-default .navbar-nav > li > a {
    color: #333;
    font-weight: 500;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #333;
    background-color: transparent;
}
.navbar-toggle {
    float: none;
    border: none;
	margin-right: 0px;
	border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
@media (min-width: 992px) {
	/*.navbar .navbar-nav {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.navbar .navbar-collapse {
		text-align: center;
	}*/
}
.form-control {
    height: 45px;
    background-color: #ddd;
    border-color: #ddd;
    color: #333;
    border-radius: 0;
    box-shadow: none;
}
.form-control:focus {
	border-color: rgb(255, 128, 0);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 128, 0, .6);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 128, 0, .6);
}
.form-control::-moz-placeholder {
    color: #444;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #444;
}
.form-control::-webkit-input-placeholder {
    color: #444;
}
.btn-formulario {
    padding: 6px 20px;
    font-weight: 500;
    background-color: #000;
    border-color: #000;
    color: #fff;
    border-radius: 0;
    transition: all .3s linear;
}
.btn-formulario:hover, .btn-formulario:active, .btn-formulario:focus {
	background-color: #000;
	border-color: #000;
	color: #fff;
	box-shadow: none;
}
.sombra {
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.gradient {
	background: rgb(84, 142, 110);
	background: -moz-linear-gradient(30deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
	background: -webkit-linear-gradient(30deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
	background: -o-linear-gradient(30deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
	background: -ms-linear-gradient(30deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
	background: linear-gradient(120deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
}
@media (max-width: 991px) {
	.input-alinhado {
		margin-bottom: 15px;
	}
}
.breadcrumb {
    padding: 0;
    background-color: transparent;
	margin-bottom: 0;
	font-size: 12px;
	color: #f28533;
	font-weight: 400;
}
.breadcrumb > .active {
    color: #bebebe;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #bebebe;
    content: ">";
}
.flex-box {
    display: flex;
    align-items: center;
}
.modal-content {
    border-radius: 0;
    border-color: #f28533;
}
.modal-header {
    background-color: #f28533;
    border-color: #f28533;
    color: #fff;
}
.contatos {
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
}
.contatos > .contato {
    font-weight: 500;
    padding: 5px 0;
    text-align: center;
}
.contatos > .contato.redes-sociais > .btn-formulario {
    padding: 5px 20px 4px;
}
@media (min-width: 992px) {
    .contatos > .contato {
        padding: 5px 15px;
        float: left;
    }
    .contatos > .contato + .contato {
        border-left: 1px solid #bbb;
    }
    .contatos > .contato.redes-sociais {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        justify-content: flex-start;
    }
}
.carousel-caption {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
    padding: 0;
    margin: 0;
    top: 25%;
    bottom: auto;
    left: 0;
    right: 0;
    transform: translateY(-25%);
}
@media (min-width: 992px) {
    .carousel-caption {
        font-size: 45px;
        line-height: 55px;
    }
}
.btn-slider {
    white-space: pre-wrap;
    margin-top: 50px;
    padding: 8px 25px;
    font-weight: 500;
    background-color: #e14729;
    border-color: #e14729;
    color: #fff;
    border-radius: 0;
    transition: all .3s linear;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.65);
}
.btn-slider:hover, .btn-slider:active, .btn-slider:focus {
	background-color: #c43d23;
	border-color: #c43d23;
	color: #fff;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.65);
}
.tipo-plano {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 60px;
}
.tipo-plano > h3 {
    position: relative;
    font-weight: 700;
    padding: 5px 0 5px 25px;
    margin: 0 0 30px;
}
.tipo-plano > h3::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background-color: #f38533;
    border-radius: 5px;
    content: '';
}
.planos + .planos {
    margin-top: 40px;
}
.col-plano {
	transition: all .2s linear;
}
.col-plano:hover {
	padding: 0 5px;
	margin: -10px 0;
}
.col-plano:hover > .plano {
    padding: 60px 15px 50px;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(243, 133, 51, 0.6);
	-moz-box-shadow:    0px 0px 10px 2px rgba(243, 133, 51, 0.6);
	box-shadow:         0px 0px 10px 2px rgba(243, 133, 51, 0.6);
}
.plano {
    position: relative;
    padding: 50px 15px 40px;
    border: 1px solid #ddd;
    background-color: #f38533;
    color: #fff;
    margin-bottom: 60px;
	transition: all .2s linear;
}
.velocidade-plano {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
}
.velocidade-plano > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
    font-family: Arial;
    font-weight: 700;
    text-align: center;
    font-size: 23px;
    color: #f28533;
}
.titulo-plano {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
}
.plano > hr {
    margin: 15px -15px;
    border-color: #ddd;
}
.detalhes-plano {
    font-size: 14px;
    font-weight: 500;
}
.preco-plano {
    font-family: Arial;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}
.preco-plano > sub {
    font-size: 15px;
}
.btn-plano {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 30px;
    font-weight: 500;
    background-color: #444;
    border-color: #444;
    color: #fff;
    border-radius: 0;
    transition: all .3s linear;
}
.btn-plano:hover, .btn-plano:active, .btn-plano:focus {
    background-color: #333;
    border-color: #333;
    color: #fff;
    box-shadow: none;
}
.plano-fibra {
    background-color: #444;
    color: #fff;
}
.plano-fibra > .velocidade-plano > span {
    color: #fff;
}
.plano-fibra .btn-plano {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 30px;
    font-weight: 500;
    background-color: #ff9326;
    border-color: #ff9326;
    color: #fff;
    border-radius: 0;
    transition: all .3s linear;
}
.plano-fibra .btn-plano:hover, .plano-fibra .btn-plano:active, .plano-fibra .btn-plano:focus {
    background-color: #ea8825;
    border-color: #ea8825;
    color: #fff;
    box-shadow: none;
}
.vantagens {
    background-color: #eee;
    padding: 40px 15px;
}
.vantagem {
    text-align: center;
    font-weight: 600;
    color: #3e454c;
    font-size: 16px;
    padding: 20px 15px;
}
.vantagem > h3 {
    font-weight: 700;
}
@media (min-width: 992px) {
    .vantagem + .vantagem {
        border-left: 1px solid #aaa;
    }
}
.para-empresa {
    background-color: #ff8000;
    color: #fff;
}
.foto-para-empresa {
    padding: 0;
}
.titulo-para-empresa {
    padding: 50px 15px;
}
.titulo-para-empresa h3 {
    margin:0 0 40px;
}
@media (min-width: 992px) {
    .para-empresa > .row {
        display: flex;
    }
    .foto-para-empresa {
        background: url('../img/foto-para-empresa.jpg') no-repeat center;
    }
    .titulo-para-empresa {
        padding: 100px 15px;
    }
}
.rodape {
    background-color: #000;
    color: #ddd;
    padding: 10px 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}
.contato {
    padding: 80px 15px 40px;
    color: #333;
    font-weight: 500;
}
.contato h3 {
    margin: 0 0 20px;
}
.logo-menu {
	padding: 20px 15px;
	transition: all .2s linear;
}
@media (min-width: 992px) {
    .input-esquerda {
        padding-right: 7px;
    }
    .input-direita {
        padding-left: 7px;
    }
	.menu-fixo {
		-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	}
	.menu-fixo .logo-menu {
		padding: 0 15px;
	}
	.menu-fixo #menu-principal {
		padding: 15px 0;
	}
}
.b-loading {
	overflow: hidden;
}
.loading {
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	background-color: #f38533;
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
}
.loading .box {
	display: table;
	margin: 43vh auto;
}
.loading .box .load {
	position: relative;
	margin: 45px 0 0;
	text-align: center;
}
.mascara-slider {
    height: 100%;
    background-color: rgba(243, 133, 51, .7);
}
@media (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
	   display: block !important;
	}
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: inherit;
    background-color: inherit;
}
.navbar-default .dropdown-menu {
	border-radius: 0;
    padding: 0;
    border-color: #ff9326;
    background-color: #444;
}
.navbar-default .dropdown-menu > li > a {
	color: #fff;
	padding: 5px 20px;
}
.navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
    color: #fcfcfc;
    background-color: #ff9326;
}