@charset "utf-8";
/* === BÁSICOS === */
*{
	padding: 0;
	margin: 0;
}
body{
    font-family: "Roboto", sans-serif;
}
header{
    position:relative;
    z-index: 10000;
}
header.header-absolute {
    position: absolute;
    z-index:100;
	width: 100%;
}
header::before {
  content: "";
  position: absolute;
  inset: 0;
  
  background: linear-gradient(
  to bottom,
  rgba(0,0,0,0.9) 0%,
  rgba(0,0,0,0.7) 30%,
  rgba(0,0,0,0.3) 60%,
  rgba(0,0,0,0) 90%
);
  z-index: 1;
}
nav{
	
}
main{
	
}
article{
	
}
aside{
	
}
footer{
	
}
.head_a{
padding:3px 0;
position: relative;
  z-index: 2;
}
.head_b{
  position: relative;
  z-index: 2;
}
.sub-head-a{
	background-color: ;
	padding: 3px 0;
}
.head_b-color{
 
}
.fijo{
	position:fixed; top:0; z-index: 5000;
	background: rgba(0, 0, 0, 0.9); /* Fondo inicial */
    transition: background 0.5s ease; /* Transición suave para el fondo */
}
/* === ICONOS CONTACTO === */
.ac-contac-list{
 list-style:none;
 display:flex;
 gap:20px;
 padding:0;
 margin:0;
}
.ac-contac-list li {
    display:flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color:#FFFFFF;
    
}
.ac-contac-list li > div:first-child {
 border-radius:50%;
 width:25px;
 height:25px;
 background:#FFFFFF;
 color:#FFFFFF;
 display:flex;
 flex-wrap: nowrap;
 justify-content: center;
 align-items: center;
 margin-right:7px;
}
.ac-contac-list li span{
 font-size:0.80rem;
 color:#000000;
}
/* === REDES SOCIALES CABECERA === */
.red-soc-top{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
    gap:10px;
}
.red-soc-top li{
	
}
.red-soc-top li a{
	color: #FFFFFF;
	font-size: 0.9rem;
	text-decoration: none;
    border-radius: 50%;
	width: 28px;
	height: 28px;
	display: flex;
	flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	background: #0E84FE;
}
/* === LOGO TOP === */
.ac-cont-logo-top{
	display: flex;
	max-width: 200px;
}
/* === BOTONES TOP === */
.ac-btn-top{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content:flex-end;
	align-items: center;
    gap: 5px;
}
.ac-btn-top li{
	background: #DFE8ED;
	border-radius: 4px;
}
.ac-btn-top a{
	text-decoration: none;
	text-align: center;
	padding: 5px 15px;
	display: block;
}
.ac-btn-top .ac-btn-title{
	font-size: 0.85rem;
	color:#000000;
}
.ac-btn-top .ac-btn-desc{
	font-size: 0.8rem;
	color:#C6C3C3;
}
#cont_slider{
}   
#btns-bottom-slider{
position: absolute;
	z-index: 200;
	bottom: 0;
	width: 100%;
}
#btns-bottom-slider ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	gap: 20px; /* espacio entre botones */
}
.num-popup_a{
	 border-radius:50%;
	 background:#0D83FD;
	 width:25px;
	 height:25px;
	 color:#ffffff;
	 display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size:0.8rem;
}
.ac-footer-list_a{
 margin:0;
 padding:0;
 list-style:none;
}
.ac-footer-list_a li a{
 display:block;
 text-decoration:none;
 color:#FFFFFF;
 margin-bottom:5px;
}
.ac-footer-list_a li a span{
 margin-right:5px;   
}
/* === buscador de dominios === */
.ac-idx-title{
 font-size:1.5rem;   
}
.domain-search-section {
  background: linear-gradient(135deg, #0d6efd, #0b5ed7);
  color: white;
  border-radius: 20px;
  padding: 60px 20px;
}
/* ============================= */
/* CONTENEDOR DEL BUSCADOR */
/* ============================= */
.domain-box {
  background: #ffffff;
  border-radius: 60px;
  overflow: hidden;
  max-width: 750px;
  width: 100%;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}
/* efecto al enfocar */
.domain-box:focus-within {
  transform: scale(1.02);
  box-shadow: 0 20px 45px rgba(0,0,0,0.2);
}
/* ============================= */
/* INPUT */
/* ============================= */
.domain-box input {
  height: 65px;
  font-size: 18px;
  background: #ffffff;
  border: none;
  box-shadow: none;
}
.domain-box input:focus {
  outline: none;
  box-shadow: none;
}
/* placeholder más elegante */
.domain-box input::placeholder {
  color: #aaa;
  transition: 0.3s;
}
.domain-box input:focus::placeholder {
  color: #ccc;
}
/* ============================= */
/* SELECT */
/* ============================= */
.domain-box select {
  height: 65px;
  border: none;
  background: #ffffff;
  border-left: 1px solid #eee;
  cursor: pointer;
}
/* ============================= */
/* BOTÓN */
/* ============================= */
.domain-box button {
  height: 65px;
  font-size: 16px;
  font-weight: bold;
  margin-left: 5px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(135deg, #0d6efd, #0b5ed7);
  color: #fff;
  transition: all 0.3s ease;
}
.domain-box button:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(13,110,253,0.4);
}
/* ============================= */
/* ICONO */
/* ============================= */
.input-group-text {
  border: none;
  background: #ffffff;
  padding-left: 20px;
}
/* ============================= */
/* RESULTADO */
/* ============================= */
#resultadoDominio {
  font-size: 18px;
}
/* ============================= */
/* TARJETAS DE PRECIOS */
/* ============================= */
.tld-card {
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tld-card strong {
  display: block;
}
.tld-card span {
  color: #0d6efd;
  font-weight: bold;
}
.tld-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
/* ============================= */
/* RESULTADO DE DOMINIO */
/* ============================= */
.resultado-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 15px 20px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  animation: fadeIn 0.3s ease;
}
.resultado-info strong {
  font-size: 18px;
  color: #333;
}
.resultado-info span {
  font-size: 14px;
}
/* estados */
.disponible {
  color: #28a745;
  font-weight: bold;
}
.no-disponible {
  color: #dc3545;
  font-weight: bold;
}
/* botón */
.resultado-box button {
  border-radius: 30px;
  font-size: 14px;
  padding: 5px 15px;
}
/* animación */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* -------------------- */
/* === HOSTING === */
/* --- 1. AJUSTES DE ROBUSTEZ (Reset local para evitar cortes) --- */
.ac-host-container * {
    box-sizing: border-box !important; /* Esencial para márgenes y paddings */
    margin: 0;
    padding: 0;
}
.ac-host-container {
    padding: 60px 20px;
    text-align: center;
    width: 100%;
}
/* Ocultar los inputs de radio */
.ac-host-container input[type="radio"] {
    display: none !important;
}
/* --- 2. NAVEGACIÓN TABS (Forma de Cápsula) --- */
.ac-host-tabs-nav {
    display: inline-flex;
    position: relative;
    background-color: #fff;
    padding: 8px; /* Espacio interno para el glider */
    border-radius: 100px; /* Forma de cápsula completa */
    margin: 0 auto 50px auto; /* Centrado y con margen inferior */
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden; /* Importante para el efecto del glider */
    user-select: none;
    border: 1px solid #e5e7eb;
}
/* --- 3. LABELS DE TABS (Los botones de texto) --- */
.ac-host-tabs-nav label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5; /* Por encima del glider */
    position: relative;
    font-weight: 700;
    transition: color 0.3s ease;
    font-size: 15px;
    height: 44px; /* Altura forzada del botón */
    width: 160px; /* Ancho forzado del botón para que no se corte */
}
/* --- 4. EL GLIDER (El fondo azul que se mueve) --- */
.ac-host-glider {
    position: absolute;
    top: 8px; /* Alineado con el padding de .ac-host-tabs-nav */
    left: 8px; /* Alineado con el padding de .ac-host-tabs-nav */
    height: 44px; /* Misma altura que el label */
    width: 160px; /* Mismo ancho que el label */
    background: #007bff; /* Color azul de tu imagen */
    border-radius: 100px; /* Forma de cápsula */
    transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    z-index: 1;
}
/* --- 5. LOGICA DE SELECCIÓN --- */
/* Tab Básico Activo */
#ac-host-basic-tab:checked ~ .ac-host-tabs-nav label[for="ac-host-basic-tab"] {
    color: #fff !important; /* Fuerza texto blanco */
}
#ac-host-basic-tab:checked ~ .ac-host-tabs-nav .ac-host-glider {
    transform: translateX(0); /* Posición inicial */
}
/* Tab Avanzado Activo */
#ac-host-advanced-tab:checked ~ .ac-host-tabs-nav label[for="ac-host-advanced-tab"] {
    color: #fff !important; /* Fuerza texto blanco */
}
/* El texto del tab no seleccionado */
#ac-host-basic-tab:checked ~ .ac-host-tabs-nav label[for="ac-host-advanced-tab"],
#ac-host-advanced-tab:checked ~ .ac-host-tabs-nav label[for="ac-host-basic-tab"] {
    color: #4b5563 !important; /* Color gris para el tab no activo */
}
#ac-host-advanced-tab:checked ~ .ac-host-tabs-nav .ac-host-glider {
    transform: translateX(160px); /* Mueve el glider al segundo label */
}
/* --- 6. VISIBILIDAD DE CONTENIDO --- */
.ac-host-grid { display: none; }
#ac-host-basic-tab:checked ~ .ac-host-content-wrapper .ac-host-basic-content {
    display: grid !important;
}
#ac-host-advanced-tab:checked ~ .ac-host-content-wrapper .ac-host-advanced-content {
    display: grid !important;
}
/* --- 7. GRID DE TARJETAS --- */
.ac-host-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: end;
}
/* --- 8. ESTILO DE TARJETAS --- */
.ac-host-card {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #e5e7eb;
    position: relative;
    transition: all 0.3s ease;
}
.ac-host-card:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
.ac-host-featured {
    border: 2px solid #007bff;
    transform: scale(1.05);
}
.ac-host-top-label {
    background: #007bff;
    color: #fff;
    font-weight: 800;
    padding: 8px;
    font-size: 11px;
    letter-spacing: 1px;
    border-radius: 12px 12px 0 0;
}
.ac-host-card-body { padding: 40px 25px; }
.ac-host-category { color: #6b7280; font-size: 13px; text-transform: uppercase; margin: 0; }
.ac-host-plan-name { font-size: 26px; font-weight: 800; color: #111827; margin: 10px 0; }
.ac-host-price {
    font-size: 3.0rem;
    font-weight: 600;
    color: #111827;
    line-height:70%;
}
.ac-host-price span { font-size: 15px; color: #6b7280; }
.ac-host-btn {
    display: block;
    background: #22c55e;
    color: #fff;
    text-decoration: none;
    padding: 16px;
    border-radius: 8px;
    font-weight: 600;
    margin-bottom: 30px;
    transition: filter 0.3s;
}
.ac-host-btn:hover { filter: brightness(1.1); }
.ac-host-features {
    list-style: none;
    padding: 10px 0 0;
    text-align: left;
    border-top: 1px solid #f3f4f6;
}
.ac-host-features li {
    padding: 3px 0;
    font-size: 14px;
    color: #4b5563;
    display: flex;
    align-items: center;
}
.ac-host-features li::before {
    content: '✔';
    color: #007bff;
    margin-right: 10px;
    font-weight: bold;
}
/* Responsivo */
@media (max-width: 768px) {
    .ac-host-tabs-nav { flex-direction: row; width: auto; }
    .ac-host-tabs-nav label { width: 140px; }
    .ac-host-glider { width: 140px; }
    #ac-host-advanced-tab:checked ~ .ac-host-tabs-nav .ac-host-glider { transform: translateX(140px); }
    .ac-host-featured { transform: scale(1); }
    .ac-host-grid { grid-template-columns: 1fr; gap: 40px; }
}
/* ----- FIN HOSTING ---- */
/* === FIN BÁSICOS */
/* Extra pequeño (teléfonos muy pequeños) */
@media (max-width: 360px) { }
/* Teléfonos pequeños */
@media (max-width: 480px) { }
/* Teléfonos "normales" */
@media (max-width: 576px) { }
/* Tablets vertical */
@media (max-width: 768px) { }
/* Tablets horizontal / pantallas medianas */
@media (max-width: 992px) { }
/* Laptops / pantallas grandes */
@media (max-width: 1200px) { }
/* Monitores extra grandes */
@media (max-width: 1400px) { }