* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}

img, video {
  max-width: 100%;
}

p, td, th, span, li, a {
  font-size: 0.9rem;
  color: #555555;
}

.swal2-icon span {
  font-size: 1rem;
}

p {
  margin-bottom: 0;
}

input, textarea {
  background-color: #fff;
  border: none;
  padding: 8px;
  width: 100%;
}

.form-control {
  border: none;
}

.form-control:focus {
  border: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.container-fluid {
  padding: 0 50px;
}

@media (max-width: 991px) {
  .container-fluid-sm-none {
    padding: 0;
  }
}

.alternate {
  background-color: #f5f5f5;
}
.alternate.dark {
  background-color: #aaa;
}
.alternate.blue {
  background-color: #3D529C;
}
.alternate.light {
  background-color: #fff;
}

.big {
  font-size: 3.5rem;
}

.nav-mobile-content {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9999;
  background-color: #fff;
  width: 90%;
  height: 100%;
}

.divider {
  width: 100%;
  height: 2px;
  background-color: #F2F6F9;
}

.shadow-sm {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.banner {
  background-image: url(images/banner-hotsite.jpg);
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 700px;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  width: 100%;
}
.banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.banner .row {
  height: inherit;
}
@media (max-width: 991px) {
  .banner {
    height: 550px;
  }
}

.plano-content .plano-item {
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.plano-content .plano-item .plano-top-seta {
  border-top: solid 25px transparent;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
  width: 0;
  height: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.plano-content .plano-item .plano-preco .stroke {
  -webkit-text-stroke-color: #333;
  -webkit-text-stroke-width: 1px;
  color: #fff;
}
.plano-content .plano-info {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.plano-content .plano-info.principal:before {
  border-bottom: solid 30px transparent;
  border-left: solid 40px transparent;
  border-right: solid 40px transparent;
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.plano-content .plano-info ul li {
  padding: 10px;
}
.plano-content .plano-info ul li:nth-child(odd) {
  background-color: #f5f5f5;
}
.plano-content:nth-child(1) .plano-item .plano-top {
  background-color: #12A22A;
}
.plano-content:nth-child(1) .plano-item .plano-top-seta {
  border-top-color: #12A22A;
}
.plano-content:nth-child(1) .plano-info {
  border-top: solid 10px #12A22A;
}
.plano-content:nth-child(1) .plano-info:before {
  border-bottom-color: #12A22A;
}
.plano-content:nth-child(2) .plano-item .plano-top {
  background-color: #3D529C;
}
.plano-content:nth-child(2) .plano-item .plano-top-seta {
  border-top-color: #3D529C;
}
.plano-content:nth-child(2) .plano-info {
  border-top: solid 10px #3D529C;
}
.plano-content:nth-child(2) .plano-info:before {
  border-bottom-color: #3D529C;
}
.plano-content:nth-child(3) .plano-item .plano-top {
  background-color: #B200FF;
}
.plano-content:nth-child(3) .plano-item .plano-top-seta {
  border-top-color: #B200FF;
}
.plano-content:nth-child(3) .plano-info {
  border-top: solid 10px #B200FF;
}
.plano-content:nth-child(3) .plano-info:before {
  border-bottom-color: #B200FF;
}

.novo-cliente.login input {
  border: solid 1px #A3ABB2;
}

.orcamento-plano .bord {
  border: solid 5px #eee;
}

/*******************************************************************************
                                    TEXT
*******************************************************************************/
.text-green {
  color: #12A22A !important;
}

.text-blue {
  color: #3D529C !important;
}

.text-purple {
  color: #B200FF !important;
}

.text-red {
  color: #FF0000 !important;
}

.text-greylight {
  color: #F2F6F9;
}

.text-greymedium {
  color: #A3ABB2;
}

.text-greydark {
  color: #555555;
}

/*******************************************************************************
                                    BTN
*******************************************************************************/
.btn-primary {
  background-color: #3D529C !important;
  border-color: #3D529C !important;
}
.btn-primary:hover {
  background-color: #3D529C !important;
  border-color: #3D529C !important;
}
.btn-primary:focus {
  background-color: #3D529C !important;
  border-color: #3D529C !important;
}
.btn-primary:active {
  background-color: #3D529C !important;
  border-color: #3D529C !important;
}

.btn-yellow {
  background-color: #FF9900 !important;
  border-color: #FF9900 !important;
  color: #fff !important;
}
.btn-yellow:hover {
  background-color: #FF9900 !important;
  border-color: #FF9900 !important;
  color: #fff !important;
}

.btn-outline-blue {
  background-color: transparent !important;
  color: #555555 !important;
}
.btn-outline-blue:hover, .btn-outline-blue.active {
  background-color: #3D529C !important;
  color: #fff !important;
}

.btn-shadow {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-outline-light:hover {
  color: #555555 !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  box-shadow: none !important;
}

/*******************************************************************************
                                    BG
*******************************************************************************/
.bg-primary {
  background-color: #3D529C !important;
}

.bg-secondary {
  background-color: #A3ABB2 !important;
}

/*******************************************************************************
                                    MODAL
*******************************************************************************/
.modal-header, .modal-footer {
  border: none;
}

/*******************************************************************************
                                    LOAD
*******************************************************************************/
.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 80px;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 50%;
}

/*******************************************************************************
                                    MEDIA
*******************************************************************************/
@media (max-width: 992px) {
  .btn-md-block {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
