@font-face {
	font-family: 'OpenSans';
	src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
	font-size: 1em;
}
@font-face {
	font-family: 'OpenSans-Light';
	src: url("../fonts/Open_Sans/OpenSans-Light.ttf");
	font-size: 1em;
}
body { 
	
}
header {
	width: 100%;
	background-color: #282828;
  position: fixed;
  top: 0;
	z-index: 2;
}

/*Menu Inicio*/
.navbar-text { font-size: 13px; margin-bottom: 0; margin-right: 50px; }
.navbar-brand { margin-top: -5px; }
.modal-backdrop { z-index: 1; }
.dropdown-item h2 { font-size: 1rem; padding-top: .25rem; font-weight: 400; line-height: 0.9;}
/*Menu Fim*/

/*Icone login*/
.fa-sign-in { margin-right: 7px; }
/*Icone login*/

/* Slides Inicio*/
#area-slide { padding-top: 56px; background-color: #23618A; }
.carousel-indicators { z-index: 1; }
.w-100 { max-width: 968px; max-height: 255px; margin: 0 auto; background-color: #23618A; }
/* Slides Fim*/



/***
Pricing table
***/

.content {
    padding: 30px 0;
}

.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
}

.pricing-active {
  border: 3px solid #0286ce;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(54, 215, 172, 0.2);
}

.pricing:hover {
  border: 3px solid #0286ce;
}

.pricing:hover h4 {
  color: #0286ce;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 25px;
  background: #0286ce;
  border-bottom: solid 1px #41b91c;
}

.pricing-head h4 {
  color: #bac39f;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;
}

.pricing-head-active h4 {
  color: #0286ce;
}

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/*Pricing Content*/
.pricing-content li {
  color: #888;
  font-size: 13px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}

/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
  z-index: 1;
}

.price-active h4 {
  color: #0286ce;
}

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #0286ce;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}

.azul-crusta.btn {
  color: #FFFFFF;
  background-color: #024dcee8;
}
.azul-crusta.btn:hover,
.azul-crusta.btn:focus,
.azul-crusta.btn:active,
.azul-crusta.btn.active {
    color: #FFFFFF;
    background-color: #1ec121;
}


/* dominio */

.domain {
    background: #1a5276;
    padding: 2.5em 0 3em 0;
}

.dominio { background-color: #1a5276; }

.domain h3 {
    color: #fff;
    font-size: 1.8em;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.2em;
}

.search-box {
    border: none;
    padding: 0;
    width: 80%;
    margin: 0 auto;
    max-width: 800px;
}

.domain-search-box {
    background: #fff;
    border: none;
    border-radius: 8px;
    height: 68px;
    padding: 6px 6px 6px 6px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}

.domains-input {
    background-color: #ffffff;
    outline: none;
    margin: 0;
    border: none;
    color: #333;
    font-size: 20px;
    padding: 10px 12px;
    flex: 1;
    font-weight: 400;
    border-radius: 6px 0 0 6px;
}

.domains-input::placeholder {
    color: #aaa;
}

#homepage-content .domains-select,
.domains-select {
    border-left: 1px solid #ddd;
    border-right: none;
    float: none;
    height: 56px;
    overflow: hidden;
    position: relative;
    width: 120px;
    color: #444;
    font-size: 17px;
    cursor: pointer;
    background: #f5f5f5;
    display: flex;
    align-items: center;
}

#homepage-content .domains-select select,
.domains-select select {
    background: transparent;
    border: none;
    color: #333;
    cursor: pointer;
    width: 120px;
    height: 56px;
    font-size: 16px;
    padding-left: 10px;
    appearance: none;
    -webkit-appearance: none;
}

.tlds-dd {
    position: absolute;
    background: url("../img/drop_arrow.png") no-repeat center;
    display: block;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 16px;
    height: 11px;
    pointer-events: none;
}

.domain-submit {
    border: none;
    height: 56px;
    width: 56px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    background: #0286ce url(../img/search.png) no-repeat center center;
    background-size: 22px;
    border-radius: 0 6px 6px 0;
    outline: none;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
}

.domain-submit:hover {
    background-color: #026aaa;
}

/* Resultado da consulta */
#domain-result {
    margin-top: 1.8em;
    text-align: center;
}

.domain-loading {
    color: #cde;
    font-size: 1.1em;
    margin: 0;
}

.domain-available {
    background: #27ae60;
    border-radius: 10px;
    padding: 20px 30px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}

.domain-available .domain-name {
    color: #ffffff;
    font-size: 1.8em;
    font-weight: 700;
    letter-spacing: 1px;
}

.domain-available .domain-status {
    color: #d4efdf;
    font-size: 1.05em;
}

.domain-available .btn-comprar {
    background: #ffffff;
    color: #27ae60;
    font-weight: 700;
    font-size: 1.1em;
    padding: 10px 36px;
    border-radius: 6px;
    border: none;
    text-decoration: none;
    margin-top: 6px;
    display: inline-block;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
}

.domain-available .btn-comprar:hover {
    background: #1a8a4a;
    color: #ffffff;
    text-decoration: none;
}

.domain-unavailable {
    background: #c0392b;
    border-radius: 10px;
    padding: 20px 30px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}

.domain-unavailable .domain-name {
    color: #ffffff;
    font-size: 1.8em;
    font-weight: 700;
}

.domain-unavailable .domain-status {
    color: #f5b7b1;
    font-size: 1.05em;
}

.domain-error {
    background: #e67e22;
    border-radius: 10px;
    padding: 16px 28px;
    display: inline-block;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 600;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}

/* dominio fim */

/* ===================== CARRINHO ===================== */

.carrinho-wrapper {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.carrinho-icone-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.4em;
    cursor: pointer;
    position: relative;
    padding: 4px 8px;
    line-height: 1;
}

#carrinho-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #e74c3c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Painel lateral */
#carrinho-painel {
    display: none;
    position: fixed;
    top: 56px;
    right: 0;
    width: 320px;
    background: #fff;
    box-shadow: -4px 0 20px rgba(0,0,0,0.2);
    z-index: 9999;
    border-left: 3px solid #0286ce;
    flex-direction: column;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
}

#carrinho-painel.aberto {
    display: flex;
}

.carrinho-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #0286ce;
    color: #fff;
}

.carrinho-header h5 {
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
}

.carrinho-fechar {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.2em;
    cursor: pointer;
}

#carrinho-lista {
    padding: 12px 16px;
    flex: 1;
}

.carrinho-vazio {
    color: #999;
    font-size: 0.95em;
    text-align: center;
    padding: 20px 0;
}

.carrinho-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.carrinho-item-info {
    display: flex;
    flex-direction: column;
}

.carrinho-item-nome {
    font-size: 0.9em;
    color: #333;
    font-weight: 600;
}

.carrinho-item-preco {
    font-size: 0.85em;
    color: #0286ce;
}

.carrinho-item-remover {
    background: transparent;
    border: none;
    color: #e74c3c;
    font-size: 1em;
    cursor: pointer;
    padding: 4px 8px;
}

.carrinho-rodape {
    padding: 14px 16px;
    border-top: 2px solid #f0f0f0;
    background: #fafafa;
}

.carrinho-total-linha {
    display: flex;
    justify-content: space-between;
    font-size: 1em;
    color: #333;
    margin-bottom: 12px;
}

.carrinho-total-linha strong {
    color: #27ae60;
    font-size: 1.1em;
}

#carrinho-finalizar {
    width: 100%;
    background: #27ae60;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 1em;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
}

#carrinho-finalizar:hover {
    background: #1a8a4a;
}

/* Notificação */
.carrinho-notificacao {
    position: fixed;
    bottom: 24px;
    right: 24px;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 0.95em;
    font-weight: 600;
    z-index: 99999;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.carrinho-notificacao.sucesso {
    background: #27ae60;
    color: #fff;
}

.carrinho-notificacao.aviso {
    background: #e67e22;
    color: #fff;
}

/* =================== CARRINHO FIM =================== */


footer { padding-top: 20px; 
  border-top: #c1c1c1 4px solid; background-color: #EAEAEA; }

footer h4 { font-size: 0.9rem; color: #484747; margin-bottom: 2px; }
footer h2 { font-size: 12px; color: #8C8B8C; margin-bottom: 0px; font-weight: 400; line-height: 1.5; }
footer li { display: block; font-size: 12px; color: #8C8B8C; }
footer ul { padding-left: 0px; }
footer #logotipo { padding-left: 16px; margin-bottom: 20px; } 
.txt-footer  { padding-left: 16px; color: #484747; margin-bottom: 0px; font-size: 13px; }
footer .text-light { color: #737373 !important; }
footer .text-light:hover { color: #252525 !important; }


/*Responsivo*/
@media ( max-width: 480px ) {
    .navbar-text { margin-right: 0px; }
    #logotipo{max-width: 190px;}
    .container, .row, .col-md-3, .col-sm-5 { padding-right: 0; padding-left: 0; margin-right: 0; margin-left: 0; }
    .domain h3 {
    font-size: 1em;
    font-weight: 300; }
}