<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*https://coolors.co/efefef-ff4233-3454d1-34d1bf-070707*/

:root {
  --grey: #EFEFEF;
  --red: #FF4233;
  --blue: #3454D1;
  --black: #070707;
}

.logo-text-name {
  font-family: 'Cookie', cursive;
  color: var(--red);
}

.price .price-green {
  background-color: green;
  color: white;
  font-size: 25px;
}

.price .price-orange {
  background-color: orange;
  color: white;
  font-size: 25px;
}

.price .price-blue {
  background-color: var(--blue);
  color: white;
  font-size: 25px;
}

.price .price-red {
  background-color: var(--red);
  color: white;
  font-size: 25px;
}
.big-letter {
  font-size: 35px;
}

p {
  color: var(--black);
  font-style: italic;
}

.nav-background {
  background-color: var(--black);
}

.about-us-container {
  background-color: var(--grey);
  border-radius: 10px;
}

.bg-lightblue {
  background-color: var(--lightblue);
}

.price-container {
  background-color: var(--lightblue);
}

.text-red {
  color: var(--red);
}

.circle-logo {
  width: 70px;
  height: 70px;
  border-radius: 50px;
}

.nav-menu {
  letter-spacing: 1px;
}

.nav-menu &gt; a {
  text-transform: uppercase;
  color: var(--grey);
  padding: 0 5px;
  text-decoration: none;
  transition: ease 1s;
}

.nav-menu &gt; a:hover {
  color: var(--red);
}

.about-us-img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #002fa6;
  padding: 5px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.5);
}

.price li {
    background-color: var(--grey);
    border-bottom: 1px solid white;
    padding: 20px;
    text-align: center;
}

.focus-price {
  font-weight: bold;
  font-size: 20px;
  color: #FF5555;
}

footer {
  padding: 3em 0;
  clear: both;
}

.fab {
  line-height: 0.8;
}

.about-us-container p {
  text-align: justify;
}

.invalid-feedback {
  display: block !important;
}
#imgplanos{
      background-image: url('https://www.diariodoaco.com.br/images/noticias/61636/mDapsFibraOpticaFuturo.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      justify-content: center;
      display: flex;

}
@-webkit-keyframes header_sticky {
  0% {
    margin-top: -150px;
  }
  50% {
    margin-top: -130px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes header_sticky {
  0% {
    margin-top: -150px;
  }
  50% {
    margin-top: -130px;
  }
  100% {
    margin-top: 0;
  }
}

.sticky-header {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .084);
  z-index: 99;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation-name: header_sticky;
  animation-name: header_sticky;
  -webkit-animation-duration: 0.60s;
  animation-duration: 0.60s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

header#header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06)
}
.mobile-menu{
    display: none;
}
.mainmenu ul li {
    display: inline-block;
}

.mainmenu ul li a {
    color: #313b58;
    font-size: 16px;
    padding: 25px 15px;
    display: block;
}

.logo {
    margin-top: 17px;
}
.mainmenu {
    text-align: right;
}
.mobile-menu{
    display: none;
}


#more {
  display: none;

}

#mais {
  display: none;

}
</pre></body></html>