/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*FONDO DEGRADADO */
.back_degradado, .elementor-element.elementor-button-info .elementor-button, .icono_hosting .elementor-icon  {
    background: rgb(255,31,60);
background: -moz-linear-gradient(90deg, rgba(255,31,60,1) 7.8%, rgba(224,16,45,1) 49%, rgba(195,10,32,1) 93%);
background: -webkit-linear-gradient(90deg, rgba(255,31,60,1) 7.8%, rgba(224,16,45,1) 49%, rgba(195,10,32,1) 93%);
background: linear-gradient(90deg, rgba(255,31,60,1) 7.8%, rgba(224,16,45,1) 49%, rgba(195,10,32,1) 93%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1f3c",endColorstr="#c30a20",GradientType=1);
}
/*TEXTO DEGRADADO*/
h1 span, h2 span,h3 span,h4 span,h5 span,.text-degrade span{
	background: #F8344D;
	background: linear-gradient(to right, #F8344D 10%, #ED1B37 49%, #D0192F 93%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.plan1 h2 span, .plan2 h2 span, .plan3 h2 span,.plan4 h2 span{
	background: initial !important;
	background: initial !important;
	-webkit-background-clip: initial !important;
	-webkit-text-fill-color: initial !important;
}

/*BORDE DEGRADADO*/
.border-bottom:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: rgb(252, 0, 50);
    background: -moz-linear-gradient(90deg, rgba(252, 0, 50, 1) 0%, rgba(252, 0, 50, 1) 30%, rgba(252, 0, 50, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(252, 0, 50, 1) 0%, rgba(252, 0, 50, 1) 30%, rgba(252, 0, 50, 0) 100%);
    background: linear-gradient(90deg, rgba(252, 0, 50, 1) 0%, rgba(252, 0, 50, 1) 30%, rgba(252, 0, 50, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc0032",endColorstr="#fc0032",GradientType=1);
}


/*PLANES JS*/
nav.planes_js {
    display: inline-flex;
    flex-direction: row;
    gap: 20px;
    background-color: #fff;
    padding: 12px;
    border-radius: 50px;
    align-items: center;
	-webkit-box-shadow: 0px 12px 50px rgba(125, 125, 125, 0.1);
    box-shadow: 0px 12px 50px rgba(125, 125, 125, 0.1);
}
nav.planes_js li {
    list-style: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #001042;
	cursor:pointer;
}
li.plan_host.active {
    background: #F8344D;
    background: linear-gradient(to right, #F8344D 10%, #ED1B37 49%, #D0192F 93%);
    color: #fff;
}

.planes:hover{
	transform: scale(1.02);
}

.elementor-widget-text-editor ul {
    margin-bottom: 15px;
}
.no_dom.tachado li span, .no_dom_host.tachado .elementor-icon-list-items > li:nth-child(1),
.no_dom_host.tachado .elementor-icon-list-items > li:nth-child(2) {
    text-decoration: line-through;
    opacity: 0.3;
}

/*BENEFICIOS HOME*/
.accordeonv1 .elementor-accordion-item {
    margin-bottom: 15px;
}
.accordeonv1 svg {
    font-size: 15px;
}


/*FORMULARIOS*/
input, button, textarea, select {
    outline: none !important; /* Elimina el outline al enfocar */
}
input:focus, button:focus, textarea:focus, select:focus {
    outline: none !important; /* Asegura que el outline no se muestre incluso cuando el elemento está enfocado */
}

.cart-icono span.elementor-button-icon-qty {
    min-width: 2em !important;
    height: 2em !important;
    line-height: 1.9em !important;
    top: 0px !important;
    right: -22px !important;
}
.cart-icono a#elementor-menu-cart__toggle_button {
    background-image: none;
}
.form_sub_footer input[type=email] {
    padding: 20px 25px;
}
.form_sub_footer .e-form__buttons {
    position: absolute;
    top: 5.5px;
    right: 8px;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 131px;
}
.form_sub_footer .e-form__buttons button {
	padding: 12px 25px 12px 25px;
}
.form_sub_footer span.elementor-field-option label {
    position: relative;
    top: -3px;
    font-size: 14px;
}
.form_sub_footer .elementor-field-type-checkbox.elementor-field-group {
    justify-content: center;
}

/*DOMINIOS FORM*/
form#domain-form {
    position: relative;
}
form#domain-form input#domain-input {
    padding: 15px 25px;
    border-radius: 5px;
    border: 1px solid #bd1128;
}
.buttons_domains {
    position: absolute;
    right: 4px;
    top: 4px;
    display: flex;
    gap: 10px;
}
.buttons_domains button {
    padding: 12px 25px;
    font-weight: 700;
    font-size: 15px;
	border: 0;
	background-color: transparent;
	color: var(--e-global-color-accent);
}

button#transfer-btn {
	background-color: transparent !important;
	color: var(--e-global-color-accent);
}
button#search-btn {
    background-color: var(--e-global-color-accent);
    color: #fff;
}
.precio_dominios span.elementor-counter-number-suffix {
    font-size: 70%;
    opacity: 0.8;
    text-decoration: line-through;
    margin-left: 5px;
    font-weight: 400;
    margin-top: 3px;
}


/*Menu Footer Movil*/
.menu_footer ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.menu_footer ul li a {
    display: flex;
    justify-content: space-between;
    text-decoration: none !important;
	color: #fff;
}


/*WOOCOOMERCE*/
.dominios_loop.woocommerce div.product p.price ins, .dominios_loop.woocommerce div.product span.price ins {
    text-decoration: none !important;
	font-weight: 600 !important;
	margin-top: 5px;
}
.dominios_loop div.product p.price del, .dominios_loop div.product span.price del {
    font-weight: 300 !important;
    font-size: 16px;
    display: block;
}
.dominios_loop.woocommerce div.product:not(.post-16) .elementor-element.elementor-element-12ae01d {
    background: var( --e-global-color-primary ) !important;
}
.dominios_loop span.subscription-details {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -1px;
    position: relative;
    left: -2px;
	display: none;
}
/*FORM DOMINIOS*/
.input-container {
	position: relative;
}
.domain-input {
	padding: 17px 20px !important;
	border: 0 !important;
	border-radius: 5px !important;
	box-shadow: 0px 0px 5px -4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 5px -4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px -4px rgba(0, 0, 0, 0.3);
}
.search-btn {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -12px;
	border: none;
	background: none !important;
	cursor: pointer !important;
	padding: 0 !important;
	background: transparent !important;
}
#formFeedback {
	color: #ED1B37;
	margin-top: 10px;
	position: relative;
	padding-left: 10px;
	font-size: 14px;
	padding-bottom: 5px;
}
#formFeedback p{
	padding-bottom:0;
	margin-bottom: 0;
}
input#domain {
    padding: 17px 20px;
    border-radius: 5px;
}

.domains .wc-pao-addons-container {
    display: none;
}
/*LOOP WEBS HOME*/
.loop_webs_text li em {
    display: block;
    font-size: 85%;
	color: #adadad;
}

.loop_webs_text {
  height: 250px;
  overflow-y: auto; 
}
.loop_webs_text ul {
    list-style: none;
    padding: 0 10px;
}
.loop_webs_text ul li {
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
    color: var(--e-global-color-primary);
}
.loop_webs_text ul li:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    background-image: url(img/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 4px;
}

.loop_webs_text::-webkit-scrollbar {
    width: 6px;
  }

.loop_webs_text::-webkit-scrollbar-track {
    background: rgb(243 243 243);
    border-radius: 10px;
}

.loop_webs_text::-webkit-scrollbar-thumb {
    background: rgb(242 38 64);
    border-radius: 10px;
  }

.loop_webs_text::-webkit-scrollbar-thumb:hover {
    background: rgb(100, 100, 100);
    border-radius: 10px;
  }

.loop_webs_text::-webkit-scrollbar-thumb:active {
    background: rgb(68, 68, 68);
    border-radius: 10px;
}

/*CARRUSEL PARTNES*/
.partnes_logo img.swiper-slide-image {
    box-shadow: 0px 0px 15px -9px rgba(0, 0, 0, 0.2);
}


/*DOMAINS PAGE*/
.woocommerce div.product .domains p.price del, .woocommerce .domains  div.product .domains span.price del {
    font-size: 15px;
    font-weight: 400;
	display: none;
}
	
.domains span.subscription-details{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -1px;
    position: relative;
    left: -2px;
}

.domains .single_add_to_cart_button{
	background: #27273D !important;
	padding: 12px 12px 12px 11px !important;
}

.text_block_domains p strong{
	color: var( --e-global-color-primary );
}
/*HOSTING PAGE*/
.hosting_loop p.price {
    font-size: 18px;
    font-weight: 600;
}

.hosting_loop p.price ins {
    color: var(--e-global-color-secondary) !important;
    text-decoration: none !important;
}

.hosting_loop p.price del {
	display: none !important;
}

.hosting_loop p.price span.subscription-details {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    position: relative;
    left: -2px;
	color: var(--e-global-color-secondary);
}


@media only screen and (max-width:767px){
	button#transfer-btn {
    	display: none;
	}
}