/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700|Raleway:600,700");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
.header{
  background-color: var(--bg-1) !important;
}
.header .navbar{
  background-color: #fff;
  border-radius: 10px !important;
  padding: 1.5rem 1rem !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
}

.header .nav-link{
  color: #000 !important;
  font-weight: 600 !important;
}
.header .nav-link:hover{
  color: var(--second-color) !important;
}
.header .navbar .active{
  color: var(--second-color) !important;
}
.header ul ul{
  padding: 1rem !important;
  border: thin solid #e9e9e9 !important;
}

.header ul ul a{
  padding: 1rem !important;
  border-radius: 10px !important;
}

.header ul ul li a:hover{
  background-color: #F4F5FF !important;
}

.header .dropdown-menu .active{
  background-color: #F4F5FF !important;
}

.header ul ul li a span{
  font-weight: bold !important;
  color: var(--second-color) !important;
  margin-right: 10px !important;
}

/* =========================
    BANNER
============================*/
.banner{
    background-color: var(--bg-1) !important;
}

.banner h1{
    font-size: 3rem !important;
    font-weight: bold !important;
}

.banner span{
    color: #1A855F !important;
}

.form input, .form .textarea, .form select{
  width: 100%;
  height: 50px !important;
  background-color: #fff !important;
}
.form input{
  width: 50% !important;
}

.registe{
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.services .icon{
  background-color: #fff;
  color: var(--second-color) !important;
  width: 60px;
  height:60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem !important;
  /*box-shadow: 0 2px 8px rgba(24, 76, 141, 0.3);*/
  margin-bottom: 1rem !important;
}

.services .card-body{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.services h3{
  font-size: 1.3rem !important;
}

.palop img{
  width: 100px !important;
}

@media (max-width:992px) {
    .imagem-banner{
      display: none !important;
    }
    .banner{
      height: 70vh !important;
      display: flex;
      align-items: center;
    }
}

@media (max-width:700px) {
    .banner{
      height: 70vh !important;
      padding-top: 3rem;
    }
    .banner-2{
      height: 40vh !important;
    }
}
.contact-form input, .contact-form textarea{
  width: 100% !important;
  background-color: #f7f7f7 !important;
}
#contact-form #loader {
  display: none;
}
#contact-form .error-handling-messages {
  margin-top: 15px;
  padding: 0;
}
#contact-form #success,
#contact-form #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  #contact-form #success,
  #contact-form #error {
    font-size: 15px;
  }
}

#contact-form #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

#contact-form #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

.cta, .cta-s3 {
  background-color: #88c057;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  position: relative;
}

.cta .cloud-1, .cta-s3 .cloud-1,
.cta .cloud-2, .cta-s3 .cloud-2 {
  background-size: 100% !important;
  width: 554px;
  height: 100%;
  position: absolute;
  left: -50px;
  bottom: 0;
}

section .nav-tabs {
  border-bottom: none;
  justify-content: center; /* Centraliza */
}

/* Estilo padrão dos botões */
section .nav-tabs .nav-link {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  margin: 0 3px;
  color: #333;
  font-weight: 500;
}

/* Estilo quando está ativa */
section .nav-tabs .nav-link.active {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

/* Remove a borda ao focar/clique */
section .nav-tabs .nav-link:focus,
section .nav-tabs .nav-link:hover {
  border-color: var(--primary-color);
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: var(--bg-1);
  /*** about wiget ***/
  /*** link widget ***/
}
footer ul{
  padding: 0 !important;
}
.social-links a{
  color: #000 !important;
}
.social-links a:hover{
  color: var(--second-color) !important;
}
.site-footer p,
.site-footer h3,
.site-footer a,
.site-footer li {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000;
}

@media (max-width: 1199px) {
  .site-footer p,
  .site-footer h3,
  .site-footer a,
  .site-footer li {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .site-footer p,
  .site-footer h3,
  .site-footer a,
  .site-footer li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.site-footer .widget h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 1.38em;
}

@media (max-width: 991px) {
  .site-footer .widget h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 991px) {
  .site-footer .widget h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.site-footer .upper-footer {
  padding: 110px 0 100px;
  border-bottom: 1px solid #e7e7e7;
}

@media (max-width: 1199px) {
  .site-footer .upper-footer {
    padding: 100px 0 90px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 100px 0 10px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 70px 0 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .rowx > .col {
    min-height: 255px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .rowx > .col {
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .rowx > .col:nth-child(2),
  .site-footer .upper-footer .rowx > .col:nth-child(4) {
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .rowx > .col:nth-child(2),
  .site-footer .upper-footer .rowx > .col:nth-child(4) {
    padding-left: 15px;
  }
}

.site-footer .about-widget .site-logo {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .site-footer .about-widget .site-logo img {
    max-width: 180px;
  }
}

.site-footer .about-widget .contact-info {
  padding-top: 30px;
}

@media (max-width: 991px) {
  .site-footer .about-widget .contact-info {
    padding-top: 10px;
  }
}

.site-footer .about-widget .contact-info li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}

@media (max-width: 767px) {
  .site-footer .about-widget .contact-info li {
    margin-bottom: 10px;
  }
}

.site-footer .about-widget .contact-info i {
  position: absolute;
  left: 0;
  top: 5px;
}

.site-footer .about-widget .contact-info li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .site-footer .link-widget {
    padding-left: 35px;
  }
}

.site-footer .link-widget ul li {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .site-footer .link-widget ul li {
    margin-bottom: 12px;
  }
}

.site-footer .link-widget ul li:last-child {
  margin-bottom: 0;
}

.site-footer .link-widget ul li a:hover {
  color: #1a9172;
}

.site-footer .copyright-row {
  padding: 35px 0;
}

@media (max-width: 991px) {
  .site-footer .copyright-row {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .site-footer .copyright-row {
    text-align: center;
  }
}

.site-footer .copyright-row p {
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer .copyright-row p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .site-footer .copyright-row p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media (max-width: 767px) {
  .site-footer .copyright-row .social-links {
    float: none;
    display: inline-block;
    margin-top: 8px;
  }
}

.site-footer .copyright-row .social-links li {
  margin-right: 25px;
}

/* GDPR Cookies */

.gdprcookie {
    width: 90%;
    max-width: 1110px;
    border-radius: 15px;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    color: #212122;
    font-size: 16.5px;
    bottom: 1.5rem;
    padding: 40px 50px;
    z-index: 99;
    background: #fff;
    border: solid 1px #ffffff;
    box-shadow: 0 5px 15px 11px rgba(110,110,110,.1);
}
.gdprcookie-intro {
    float: left;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .5rem;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: inherit;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: right;
}
.gdprcookie-buttons button {
    border-radius: 50px;
    padding: 10px 15px;
    margin-right:  15px !important;
    background-color: #00b073 !important;
    color: #f8f8f8 !important;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgba(62,62,79,.23);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.gdprcookie-buttons button:hover {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.30);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #808080 !important;
    color: #fff !important;
    border: none;
}
.gdprcookie-buttons button:last-child {
    margin-right:  0px !important;
    background-color: #808080 !important;
    color: #fff !important;
    border: none;
}
.gdprcookie-buttons button:last-child:hover {
    background-color: #00b073 !important;
    color: #f8f8f8 !important;
    border: none;
}

.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
}


/* GDPR Cookie types */
.gdprcookie-types {
    float: left;
    border-top: solid 1px #efefef;
    width: 100%;
    margin-top: 30px;
    padding-top: 20px;
}
.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}
.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
}


/* Custom Checkbox */
.gdprcookie-types ul li{
    display: block;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.gdprcookie-types ul li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.gdprcookie-types ul li input:before {
    margin-right: 30px;
}

/* Create a custom checkbox */
.gdprcookie-types ul li label {
    border: solid 1px #212122;
    border-radius: 0px;
    position: relative;
    top: 0;
    left: 0;
    margin: 0px;
    margin-right: 15px;
    padding: 6px 30px 6px 30px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.gdprcookie-types ul li label:after {
    content: "";
    position: absolute;
    display: none;
}
label:before {
    margin-right: 20px;
}

/* When the checkbox is checked, add a pink background */
.gdprcookie-types ul li input:checked ~ label {
    background-color: #00b073;
    border: solid 1px #1b232f;
    color: #fff;
}

/* When the checkbox is checked, add a desable background */
.gdprcookie-types ul li input:disabled ~ label{
    background-color: #808080;
    border: solid 1px #808080;
}

/* Show the checkmark when checked */
.gdprcookie-types ul li input:checked ~ label:after {
    display: block;
}

/* Style the checkmark/indicator */
.gdprcookie-types ul li label:after {
    left: 15px;
    top: 10px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1050px) {
    .gdprcookie-intro{
        width: 100%;
    }
    .gdprcookie-buttons {
        text-align: left;
        margin-top: 10px;
        display: inline-block;
    }
    .gdprcookie-buttons button {
        margin: 10px 10px 0 0 !important;
    }
}

@media (max-width: 767px) {
    .gdprcookie-buttons {
        text-align: left;
        margin-top: 20px;
        display: inline-block;
    }
    .gdprcookie-buttons button {
        margin-right: 10px !important;
    }
    .gdprcookie-types ul li {
        margin-top: 10px;
    }
}

/* =================
    Dominios
====================*/

.banner-registar{
  padding: 4rem 0;
}
.banner-registar .card img{
  width: 60px !important;
}

.banner-registar .precos .card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px !important; 
  padding: 10px !important;
}

.banner-registar .price{
  margin-top: 5px;
}

.banner-registar h1{
  font-size: 2.5rem !important;
}

.banner ul i{
  color: var(--primary-color) !important;
  margin-right: 1rem !important;
}

.domain-info-table .table th{
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

/*=================
    Alojamento
===================*/
.planos .nav-tabs .nav-link {
  padding: 1rem !important;
  width: 250px !important;
}

.planos .nav-tabs .nav-link img {
  width: 30px !important;
  margin-right: 5px !important;
}

.planos .nav-tabs .nav-link.active {
  background-color: #fff !important;
  border:2px solid var(--primary-color);
  color: var(--primary-color) !important;
  font-weight: bold !important;
}

.plan-scroll-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding: 20px 0;
    scrollbar-width: thin;    
}
.plan-card {
    display: inline-block;
    width: 400px;
    margin-right: 15px;
    vertical-align: top;
}

.tab-content .card{
  padding: 20px 10px 5px 10px!important;
}

.tab-content .card ul span{
  margin-left: 10px !important;
  color: #727272 !important;
}

.tab-content .card li i{
  margin-right: 5px !important;
  font-weight: bold !important;
  color: var(--primary-color) !important;
}

.custom-accordion .accordion-item {
  border: none;
  border-radius: 12px;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: transform 0.2s ease;
}

.custom-accordion .accordion-item:hover {
  transform: translateY(-2px);
}

.custom-accordion .accordion-button {
  background: #fff;
  color: #333;
  font-weight: 600;
  border: thin solid #f9fafb !important;
  box-shadow: none !important;
  padding: 1.5rem 1.25rem;
  transition: all 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, var(--second-color), var(--primary-color));
  color: #fff;
}

.custom-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

.custom-accordion .accordion-collapse{
  background: #fff;
  padding: 1rem 1.5rem;
  color: #555;
  line-height: 1.6;
}

.custom-accordion .accordion-button i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed) i {
  transform: rotate(180deg);
}

.custom-accordion .accordion-item{
  margin-bottom: 1.5rem !important;
}
.tranding-domains-grid img{
    width: 100% !important;    
}