


/*Dialog Styles*/
dialog {
	padding: 1rem 3rem;
	background: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
	max-width: 400px;
	padding-top: 2rem;
	border-radius: 20px;
	border: 1;
	box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
	animation: fadeIn 1s ease both;
	
	&::backdrop {
		animation: fadeIn 1s ease both;
		background: rgb(255 255 255 / 40%);
		z-index: 2;
		backdrop-filter: blur(20px);
	}
}

dialog .x {
	filter: grayscale(1);
	border: none;
	background: none;
	position: absolute;
	top: 15px;
	right: 10px;
	transition: ease filter, transform 0.3s;
	cursor: pointer;
	transform-origin: center;
	&:hover {
		filter: grayscale(0);
		transform: scale(1.1);
	}
}

dialog h2 {
	font-weight: 600;
	font-size: 2rem;
	padding-bottom: 1rem;

}
dialog p {
	font-size: 1rem;
	line-height: 1.3rem;
	padding: 0.5rem 0;
}
/* fin dialog */

.espacioVertical{
	height:100px;
	background-color:#ebebeb;
}


/* Menú inicio */

.menu-top{
	height:80px;
	padding-left:20px;
	padding-right:50px;
	/*background-color:#ffffff8f;*/
	display:flex;
	align-items:center;
}
.paginas{
	/*margin-left:180px;
	margin-right: 50px;*/
	min-width: max-content;
}
.paginas a{
	margin-left:40px;
	text-decoration:none;
	color:black;
	/*font-weight: bold;*/
    font-size: 18px;
}
.paginas a:hover{
	color:#3870b4;
}
.login{
	margin-left:auto;
	min-width: max-content;
}
.login a{
	margin-left:40px;
	text-decoration:none;
	color:black;
	/*font-weight: bold;*/
    font-size: 18px;
}
.login a:hover{
	color:#3870b4;
}

a:hover{
	text-decoration:none !important;
}

.boton-empezar-gratis{
	background-color:black;
	padding:10px;
	border-radius:10px;
	color:white !important;
	text-decoration:none;
}
.boton-empezar-gratis:hover{
	background-color:#2d5193;
}
/**/


.logo{
	display: flex;
    align-items: center;
}

/*
#logo-enlace{
	padding-right:20px;
	border-right:1px solid #0000002e;
}
*/
@media screen and (min-width: 1200px) {
    #logo-enlace {
        padding-right:20px;
		border-right:1px solid #0000002e;
    }
}

/* Menú fin */



/* menu toggle */

.menu-movil {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*margin-bottom: 20px;*/
}
.logo {
	/*text-align: center;*/
}
.logo img {
	max-width: 100px;
	height: auto;
}
.menu-toggle button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 20px;
}
.menu {
	display: none;
	text-align: center;
}
.menu a {
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	color: #333;
}

.menu.open {
	display: block;
	background-color: #d7dcfa;
	border-radius: 20px;
	padding:10px;
}
  
/* menu toggle fin */





/* Footer inicio */
footer {
    background-color: #333;
    color: #fff;
    padding: 50px 0;
}
footer .container {
    width: 80%;
    margin: 0 auto;
}
.footer-content {
    display: flex;
    justify-content: space-between;
}
.footer-section {
    flex: 1;
    padding: 0 20px;
	margin-bottom: 20px;
}
.footer-section h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-section p {
    color: #ccc;
}
.footer-section ul {
    list-style: none;
    padding: 0;
}
.footer-section ul li {
    margin-bottom: 10px;
}
.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
}
.footer-section ul li a:hover {
    color: #fff;
}

.footer-section h2{
	text-align:left;
}
/* Footer fin */




/* inicio botones*/

.button-15.rojo{
	background-image: linear-gradient(#ec4242, #c90000);
	border: 1px solid #cc0000;
}
.button-15.rojo:hover{
	background-image: linear-gradient(#ee5151, #cd1414);
    border-color: #d01414;
}

.button-15.naranja{
	background-image: linear-gradient(#ecbe42, #c96000);
	border: 1px solid #d07314;
}
.button-15.naranja:hover{
	background-image: linear-gradient(#eeb151, #cd9f14);
    border-color: #d07314;
}
    
.button-15.cien{
	width:100%;
	line-height: 2;
}

.button-15 {
  background-image: linear-gradient(#42A1EC, #0070C9);
  border: 1px solid white;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  direction: ltr;
  display: block;
  font-family: "SF Pro Text","SF Pro Icons","AOS Icons","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -.022em;
  line-height: 1.47059;
  min-width: 30px;
  overflow: visible;
  padding: 4px 15px;
  text-align: center;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
 /* white-space: nowrap;*/
}

.button-15:disabled {
  cursor: default;
  opacity: .8;
}

.button-15:hover {
  background-image: linear-gradient(#51A9EE, #147BCD);
  border-color: #1482D0;
  text-decoration: none;
}

.button-15:active {
  background-image: linear-gradient(#3D94D9, #0067B9);
  border-color: #006DBC;
  outline: none;
}

.button-15:focus {
  box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
  outline: none;
}
/* fin botones */

@media only screen and (max-width: 1000px){
	#div-comprar-dominio{
		padding:20px;
	}
	
	#div1{
		padding:0px;
	}
}






/* precios */

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.rounded-lg {
  border-radius: 1rem !important;
}

.text-small {
  font-size: 0.9rem !important;
}

.custom-separator {
  width: 5rem;
  height: 6px;
  border-radius: 1rem;
}

.text-uppercase {
  letter-spacing: 0.2em;
}

.btn-primary{
	background-color:#0058ffbd;
	border-color:#0058ffbd;
	color:white;
}

.bg-primary{
	background-color:#0058ffbd !important;
}

.botones-precios{
	min-width:100px;
	cursor:pointer;
}

.recuadro-precio{
	padding:10px;
}

.recuadro-precio-bajo{
	background-color:rgb(255 255 255 / 81%) !important;
}

.mb-4{
	margin-bottom:10px !important;
}
/**/






/* icono check */
.blue-check {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	/*background-color: #1DA1F2; /* Azul de Twitter */
	position: relative;
}

.blue-check::after {
	content: '☑️';
	color: white;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.red-check {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	/*background-color: #1DA1F2; /* Azul de Twitter */
	position: relative;
}

.red-check::after {
	content: '❌';
	color: white;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/**/


section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}
.how-it-works .steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.step {
    background-color: #ffffff8c;
    padding: 40px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 10px;
    flex: 1;
    min-width: 280px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.step:hover {
    transform: translateY(-10px);
}

.step h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #1200ff7d;
}

.step p {
    font-size: 1rem;
    color: #555;
}

.icon {
    font-size: 4rem;
    color: #03dac6;
    margin-bottom: 20px;
}


.how-it-works i{
	color:#1200ff7d;
}

/* Font Awesome Integration */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');

/* Responsive Styles */
@media (max-width: 768px) {
    .how-it-works .steps {
        flex-direction: column;
    }

    .step {
        margin: 20px 0;
    }
}



.examples .idea-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.idea {
    background-color: #ffffffbd;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
    flex: 1;
    min-width: 280px;
    border-radius: 10px;
}

.testimonials .testimonial {
    background-color: #ffffff2b;
    color: white;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial h4 {
    margin-top: 10px;
    font-size: 1.1rem;
}


.get-customers {
    background-color: #f1f1f1;
    padding: 60px 20px;
    text-align: center;
}

.get-customers h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #6200ea;
}

.get-customers p {
    font-size: 1.1rem;
    margin-bottom: 40px;
    color: #555;
}

.customer-steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.customer-step {
    background-color: white;
    padding: 30px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
    flex: 1;
    min-width: 280px;
    border-radius: 10px;
    transition: transform 0.3s ease;
    text-align: center;
}

.customer-step:hover {
    transform: translateY(-10px);
}

.customer-step h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #6200ea;
}

.customer-step p {
    font-size: 1rem;
    color: #555;
}

.get-customers .icon {
    font-size: 3.5rem;
    color: #03dac6;
    margin-bottom: 20px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .customer-steps {
        flex-direction: column;
    }

    .customer-step {
        margin: 20px 0;
    }
}



/* Filtros contenido */

.contenido-filtros-lista {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.contenido-filtros-lista ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contenido-filtros-lista li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.contenido-filtros-lista li strong {
    color: #3eb8c5;
}

/* Filtros contenido fin */