@charset "UTF-8";
.dominios__container {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1440px;
  max-height: 625px;
  height: 600px;
  margin: 0 auto;
  padding: 20px 0; }
  @media (max-width: 991px) {
    .dominios__container {
      max-width: 100%;
      max-height: unset;
      height: auto;
      gap: 20px;
      padding: 30px 0; } }

.dominios__container h2 {
  color: #526DCC;
  text-align: center;
  font-family: 'Raleway';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px; }
  @media (max-width: 991px) {
    .dominios__container h2 {
      font-size: 18px; } }

.dominios__container p {
  color: #000;
  font-family: 'Raleway';
  font-size: 14px;
  max-width: 80%;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px; }
  @media (max-width: 991px) {
    .dominios__container p {
      font-size: 12px; } }

.dominios__box {
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  max-width: 65%;
  width: 100%; }
  @media (max-width: 991px) {
    .dominios__box {
      flex-direction: column-reverse;
      max-width: 100%;
      padding: 20px 0; } }

@media (max-width: 991px) {
  .dominios__box img {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto; } }

.dominios__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 350px; }
  @media (max-width: 991px) {
    .dominios__form {
      max-width: 100%; } }

.dominios__form form {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px; }
  @media (max-width: 991px) {
    .dominios__form form {
      max-width: 100%;
      align-items: center; } }

.dominios__form form label {
  color: #000;
  font-family: 'Roboto';
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase; }

.dominios__form form input {
  max-width: 350px;
  height: 45px;
  width: 100%;
  border-radius: 4px;
  font-family: 'Raleway';
  border: 1px solid #434343;
  background: #F5F5F5;
  padding: 5px 25px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 700; }
  @media (max-width: 991px) {
    .dominios__form form input {
      max-width: 75%; } }

.dominios__cta {
  color: #F6F6F6;
  font-family: 'Roboto';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #434343 !important;
  background: #393939 !important;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  max-width: 150px !important; }

.footer__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #F4EEEE;
  padding: 20px 0;
  padding: 70px 0;
  gap: 20px; }
  @media (max-width: 991px) {
    .footer__container {
      max-width: 100%;
      width: 100%;
      flex-direction: column; } }

.footer__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 20%;
  padding: 0 30px; }
  @media (max-width: 991px) {
    .footer__box {
      box-sizing: border-box;
      width: 100%;
      max-width: 100%;
      padding: 20px 30px; }
      .footer__box ul {
        gap: 20px; } }

.footer__box h2 {
  color: #131212;
  font-family: 'Raleway';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.footer__box p {
  color: #0B0808;
  font-family: 'Raleway';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.footer__box ul {
  display: flex;
  flex-direction: column; }

.footer__box--payment ul {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px; }
  @media (max-width: 991px) {
    .footer__box--payment ul {
      gap: 7px; } }

.footer__box ul li {
  list-style: none; }

.footer__box a {
  color: #131212;
  font-family: 'Raleway';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none; }

.footer__box a:hover {
  font-weight: 500;
  text-decoration: underline; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Seção World ocultada do Mobile */
@media (max-width: 991px) {
  .world__container {
    display: none !important; } }

.header__hamburguer {
  display: none; }
  @media (max-width: 992px) {
    .header__hamburguer {
      display: block; } }

.header__container {
  max-width: 1440px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.header__navbar ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 600px; }

.header__navbar li {
  list-style: none; }

.header__navbar li a {
  color: #1E1E1E;
  text-align: center;
  font-family: 'Raleway';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none; }

.header__navbar li a:hover,
.header__icons-blog:hover {
  text-decoration: underline;
  font-weight: 700; }

.header__icons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center; }

.header__icons a {
  text-decoration: none; }

.header__icons-blog {
  display: flex;
  color: #CB2127;
  text-align: center;
  font-family: 'Raleway';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.header__icons-blog:before {
  content: '';
  display: block;
  width: 14px;
  height: 16px;
  background-image: url("imgs/blog.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px; }

.header__icons-login {
  margin-left: 40px;
  display: flex;
  color: #F4F4F4;
  text-align: center;
  font-family: 'Raleway';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #cb2127;
  border-radius: 4px;
  background: #CB2127;
  padding: 10px 20px; }

.header__icons-login:hover {
  border: 1px solid #1E1E1E;
  background: #1E1E1E; }

.header__icons-login:before {
  content: '';
  display: block;
  width: 14px;
  height: 16px;
  background-image: url("imgs/user.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px; }

@media (max-width: 992px) {
  .header__container {
    max-width: 100%;
    height: 80px;
    padding: 0 20px; }
  .header__container img {
    width: 120px;
    height: auto; }
  .header__navbar {
    display: none; }
  .header__icons-blog {
    display: none; }
  .header__icons-login {
    margin-left: 0;
    padding: 5px 10px; }
  .header__hamburguer img {
    width: 18px;
    height: 12px; } }

.menu__container {
  width: 100%;
  max-width: 1440px;
  height: 448px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-image: url("imgs/banner.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden; }
  @media (max-width: 991px) {
    .menu__container {
      padding: 30px 0; } }

.menu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 393px;
  max-height: 220px;
  height: 175px;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  gap: 20px; }

.menu__item h2 {
  margin: 0;
  width: 90%;
  color: #000;
  font-family: 'Doppio One';
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.menu__item h3 {
  height: 35px;
  width: 90%;
  color: #3D3D3D;
  font-family: 'Raleway';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.menu__item a {
  width: 90%;
  color: #F4F4F4;
  text-align: center;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 10px 15px;
  text-decoration: none; }

.menu__item .item-planos {
  background: #00A68D; }

.menu__item .item-dominios {
  background: #FAAE40; }

.menu__item .item-wpcare {
  background: #CB2127; }

.menu__item .item-planos:hover,
.menu__item .item-dominios:hover,
.menu__item .item-wpcare:hover {
  background: #3D3D3D;
  text-decoration: none; }

@media (max-width: 992px) {
  .menu__container {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    background-repeat: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 300px;
    position: relative; }
  .slick-track {
    display: flex !important; }
  .slick-slide {
    height: auto; }
  .slick-dots {
    display: flex;
    position: absolute;
    bottom: 7px;
    left: 40%; }
    .slick-dots li button {
      display: block;
      width: 1rem;
      height: 1rem;
      border: none;
      border-radius: 100%;
      background-color: #fff;
      text-indent: -9999px;
      margin: 5px; }
    .slick-dots li.slick-active button {
      border: 1px solid #a9a9a9;
      background: #a9a9a9; }
  .menu__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 0 auto;
    margin: 0 100px;
    background: #fff;
    border-radius: 4px; } }

.modal__hamburguer {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 78px;
  left: 0;
  width: 90%;
  max-width: 100%;
  height: 275px;
  box-sizing: border-box;
  padding: 30px 50px;
  background: #fff; }
  .modal__hamburguer.opened {
    display: flex;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2); }
  .modal__hamburguer .modal__hamburguer--container .modal__hamburguer--close {
    position: absolute;
    right: 30px; }
  .modal__hamburguer .modal__hamburguer--menu ul li {
    padding: 5px 0; }
    .modal__hamburguer .modal__hamburguer--menu ul li a {
      color: #000;
      font-family: 'Raleway';
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-decoration: none; }
  .modal__hamburguer .modal__hamburguer--login {
    position: absolute;
    margin: 0 auto;
    bottom: 20px;
    left: 25%;
    background: #cb2127;
    padding: 10px 35px; }
    .modal__hamburguer .modal__hamburguer--login a {
      text-decoration: none;
      color: #FFF;
      font-family: 'Raleway';
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-left: 20px; }
    .modal__hamburguer .modal__hamburguer--login a:before {
      content: '';
      display: block;
      width: 14px;
      height: 16px;
      background-image: url("imgs/user.webp");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      position: absolute; }

.planos__container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1440px;
  max-height: 625px;
  height: 600px;
  margin: 0 auto;
  background: #353232;
  padding: 20px 0; }
  @media (max-width: 992px) {
    .planos__container {
      max-width: 100%;
      max-height: unset;
      height: unset;
      padding: 50px 0;
      margin-top: 50px;
      overflow: hidden; } }

.planos__starter,
.planos__business,
.planos__premium {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  width: 100%;
  max-height: 400px;
  min-height: 400px;
  height: 100%;
  max-width: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }
  @media (max-width: 992px) {
    .planos__starter,
    .planos__business,
    .planos__premium {
      max-width: 80%;
      width: 250px;
      margin: 0 30px; } }

.planos__business {
  background: #347CE9;
  position: relative;
  margin-bottom: 24px; }
  @media (max-width: 992px) {
    .planos__business {
      margin-bottom: 0; } }

.planos__business:before {
  content: '';
  background: url("imgs/flag-melhor-oferta.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 104px;
  height: 25px;
  display: block;
  position: absolute;
  top: -10px; }

.planos__starter h2,
.planos__business h2,
.planos__premium h2 {
  margin: 0;
  color: #000;
  font-family: 'Roboto';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase; }

.planos__business h2 {
  color: #fff; }

.planos__starter .preco-de,
.planos__business .preco-de,
.planos__premium .preco-de {
  color: #B4B4B4;
  font-family: 'Roboto';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase; }

.planos__starter .preco-por,
.planos__premium .preco-por {
  color: #526DCC;
  font-family: 'Raleway';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase; }

.planos__business .preco-por {
  color: #ACCC52;
  font-family: 'Raleway';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase; }

.planos__starter--cta,
.planos__business--cta,
.planos__premium--cta {
  color: #F4F4F4;
  font-family: 'Roboto';
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  border-radius: 4px;
  background: #F48F32;
  text-align: center;
  padding: 10px 20px;
  max-width: 280px; }

.planos__starter--cta:hover,
.planos__business--cta:hover,
.planos__premium--cta:hover {
  background: #353232;
  text-decoration: none; }

.planos__caracteristicas ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-top: 10px; }

.planos__caracteristicas ul li {
  margin: 0;
  padding: 0;
  color: rgba(61, 61, 61, 0.8);
  font-family: 'Roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  list-style: none;
  text-align: left; }

.planos__tecnologias ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px; }
  @media (max-width: 991px) {
    .planos__tecnologias ul {
      gap: unset; } }

.planos__tecnologias ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

@media (max-width: 992px) {
  .slick-track {
    display: flex !important;
    align-items: center; }
  .slick-slide {
    height: auto; }
  .slick-track {
    width: 100%; }
  .slick-slider {
    position: relative;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .slick-arrow {
    font-size: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 50%; }
  .slick-arrow:after {
    content: '';
    background: url("imgs/arrow__left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 32px;
    height: 32px; }
  .slick-prev {
    left: 0; }
  .slick-next {
    right: 0;
    transform: rotate(180deg); } }

.solucao__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 60px; }

.solucao__left {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }

.solucao__left h2 {
  color: #353232;
  font-family: 'Raleway';
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  margin: 0; }

.solucao__left h3 {
  color: #000;
  font-family: 'Raleway';
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.52px; }

.solucao__left ul {
  margin: 0;
  list-style: none;
  padding: 0; }

.solucao__left ul li {
  margin: 0;
  display: flex;
  color: #000;
  font-family: 'Raleway';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.44px; }

.solucao__left ul li::before {
  margin-right: 10px;
  content: '';
  background-image: url("imgs/check.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block; }

.solucao__left a {
  margin-top: 35px;
  color: #F4F4F4;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #F48F32;
  padding: 10px 30px; }

.solucao__left a:hover {
  background: #353232;
  text-decoration: none; }

.solucao__right {
  width: 100%;
  max-width: 557px;
  height: 471px; }

@media (max-width: 992px) {
  .solucao__container {
    max-width: 90%;
    width: 100%;
    flex-direction: column;
    margin: 0 20px;
    position: relative;
    padding: 30px 0; }
  .solucao__container:before {
    background: url("imgs/solucao.webp");
    content: ' ';
    width: 70%;
    height: 300px;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: cover; }
  .solucao__left {
    margin-top: 25px;
    width: 100%;
    gap: 15px; }
    .solucao__left a {
      margin-top: 10px;
      text-decoration: none; }
    .solucao__left h2 {
      font-size: 18px; }
    .solucao__left h3 {
      font-size: 16px; }
    .solucao__left ul li {
      font-size: 14px; }
  .solucao__right {
    display: none; } }

.why__container {
  margin-top: 70px;
  max-width: 1440px;
  margin: 0 auto;
  background: #115CCC;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 30px; }

.why__container h2 {
  margin-top: 30px;
  color: #E7E7E7;
  font-family: 'Raleway';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
  text-align: center;
  margin-bottom: 55px; }
  @media (max-width: 991px) {
    .why__container h2 {
      font-size: 28px;
      margin-bottom: 40px;
      margin-top: 0; } }

.why__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly; }
  @media (max-width: 991px) {
    .why__box {
      flex-direction: column; } }

.why__box-item {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 22%;
  position: relative; }
  @media (max-width: 991px) {
    .why__box-item {
      max-width: 100%;
      width: 100%; } }

.why__box-item h3 {
  font-family: 'Raleway';
  width: 50%;
  text-align: left;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 90px;
  margin: 20px 0;
  margin-left: 75px; }
  @media (max-width: 991px) {
    .why__box-item h3 {
      font-size: 16px;
      height: auto; } }

.why__box-item p {
  font-family: 'Raleway';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05rem;
  height: 200px; }
  @media (max-width: 991px) {
    .why__box-item p {
      font-size: 14px;
      height: auto;
      margin-left: 75px; } }

.why-suporte:before,
.why-custo:before,
.why-servidores:before,
.why-entrega:before {
  content: '';
  width: 53px;
  height: 53px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 35px; }
  @media (max-width: 991px) {
    .why-suporte:before,
    .why-custo:before,
    .why-servidores:before,
    .why-entrega:before {
      top: 45%; } }

.why-suporte:before {
  background: url("imgs/why-suporte.webp"); }

.why-servidores:before {
  background: url("imgs/why-servidores.webp"); }

.why-custo:before {
  background: url("imgs/why-custo-beneficio.webp"); }

.why-entrega:before {
  background: url("imgs/why-entrega.webp"); }

.world__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 70px; }

.world__container h2 {
  color: #526DCC;
  font-family: 'Raleway';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px; }

.world__container p {
  color: #3D3D3D;
  font-family: 'Raleway';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  width: 80%;
  margin-bottom: 40px; }
