/*
Theme Name: Tarjetazo
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

:root {
	--red: #d52b1e;
	--red-dark: #bf1b22;
	--blue: #0097a9;
	--naranja-claro: #fb8205;
	--negro-claro: #2f2f32;
	--gris-negro: #333333;
	--text: #0e0f0e;
	--light: #f0f0f0;
	--font: 'Roboto', sans-serif;
	--red-dark2: #bf1b22;
	--red-light: #e63b42;

}


body#top {
	font-family: var(--font)!important;
	color: var(--text)!important;
	font-size: 1rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
	font-family: var(--font);
	letter-spacing: 0px;
}
.h3, h3 {
	font-size: 1.75rem;
}
.h5, h5 {
	font-size: 1.25rem;
}
.h6, h6 {
	font-size: 1rem;
}
.small, small {
	font-size: 80%;
	font-weight: 400;
}
.mb-2 {
	margin-bottom: 3.5rem;
}
#top .bg-gray {
	background: var(--light);
}


/* Override theme style */
.av-special-heading-tag {
	font-family: var(--font)!important;
	letter-spacing: 0px!important;
	font-weight: 700!important;
}
.av-subheading p {
	font-size: 1rem;
	color: var(--text);
	font-weight: 500;
}
.html_header_top #top .av_header_stretch .container {
	width: 100%;
}
#header {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 12px 20px -8px rgb(9 0 38 / 16%);
}
#header_meta {
	order: 2;
}
#header_main {
	max-width: calc(100% - 329px);
	flex: 1;
}
#header_meta {
	order: 2;
	flex: 1;
	max-width: 329px;
	/* background: var(--red-dark); */
	background: linear-gradient(90deg, var(--red-dark) 0%, var(--red-light) 100%);
	border: 0;
}
.av-logo-container .inner-container {
	display: flex;
}
#top .logo {
	position: static;
	padding: 12px 1.75rem;
}
#top .logo img {
	max-height: 63px;
}
nav.main_menu {
	position: static;
	height: auto;
}
.avia-menu.av-main-nav-wrap {
	height: 100%;
	float: none;
}
#avia-menu {
	display: flex;
	height: 100%;
}
.av-main-nav li:not(:last-child) {
	display: flex;
	align-items: center;
	border-left: 1px solid #d8d6d6;
}
#top #header_main > .container, #top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
	height: auto!important;
	line-height: normal!important;
}
.av-main-nav > li > a {
	padding: 0 1.75rem;
	font-weight: 400;
	font-size: 1.125rem;
	font-family: var(--font);
	color: var(--text)!important;
}
#header_meta .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top .avia-button {
	padding: 0.375rem 0.75rem!important;
	font-size: 1rem;
	line-height: 1.5;
}
#top .avia-color-dark {
	border: 1px solid var(--red)!important;
	font-weight: 700;
	color: var(--negro-claro)!important;
	border-radius: 13px;
}
#top .avia-button.avia-color-light {
	border-width: 1px!important;
	border-radius: 13px;
}
.container {
	padding: 0px 30px;
}
.content, .sidebar {
	padding-top: 3rem;
	padding-bottom: 3rem;
}















.phone-info {
	padding: 0;
	text-align: center;
}
.header_call-text {
	font-size: 1.25rem;
	font-weight: 100;
	line-height: 1rem;
	margin-bottom: 0;
	margin-top: 0;
}
.header_call-box {
	margin-top: 6px;
}
.header_phone_callme {
	margin: 0;
}
.header_call-line {
}
.header_phone_callme a {
	padding: 0px;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.5rem;
	margin: 0;
	display: flex;
	align-items: center;
	text-decoration: none!important;
}
.header_phone_callme a:before {
	content: '';
	display: block;
	background-image: url(img/IconPhone.svg);
	background-repeat: no-repeat;
	background-size: 20px 25px;
	background-position: left 3.5px center;
	border-right: 1px solid #fff;
	padding-right: 12px;
	margin-right: 12px;
	width: 25px;
	height: 30px;
}
#header_meta * {
	color: white;
}


/* Custom */
.menu-callcenter-wrap {
	background: var(--red);
}
#menu-servicio-al-cliente {
	font-size: 1rem;
	margin: 0;
	padding: 0.25rem 1.75rem;
	line-height: normal;
}
#menu-servicio-al-cliente a {color: white;}
#showcase {
	position: relative;
}
#form-callme {
	position: absolute;
	top: 80px;
	right: 3.5%;
	width: 100%;
	box-shadow: 0px 0px 8px 0px grey;
	max-width: 350px;
	height: auto;
	background-color: #fff;
	z-index: 100;
	border-radius: 3px;
	color: #0e0f0e;
	padding: 30px 24px;
}
#form-callme:before {
	content: '';
	display: block;
	width: 385px;
	height: 60px;
	background: url(img/tag-desktop_2.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: -45px;
	right: 0;
}
#form-callme label:last-child {
	color: #fa9300;
	padding: 0.5em 0.5em;
	border-radius: 3px;
	text-align: center;
	font-size: 1rem;
	border: 2px dashed #fa9300;
}
#showcase form, #popupForm form {
	margin-bottom: 0;
}
.callme-title {
	font-size: 2.5rem;
	line-height: 2rem;
	font-weight: 1000;
	text-align: center;
}
#top #form-callme input:not(input[type="checkbox"],input[type="submit"]),
#top #popupForm input:not(input[type="checkbox"],input[type="submit"]) {
	border-radius: 7px;
	border: 1px solid #b2b2b2;
	font-size: 1rem;
	font-family: var(--font);
	width: 100%;
	height: 40px;
	padding-left: 13px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: transparent!important;
}
#form-callme span.wpcf7-form-control-wrap {
	display: flex;
	flex-direction: column;
}
#form-callme label {
	display: flex;
	font-weight: 400;
	font-size: 13px;
}
#top #form-callme input[type="submit"], #top #popupForm input[type="submit"] {
	border-radius: 11px;
	font-size: 1.5rem;
	font-weight: 400;
	width: 100%;
	min-height: 50px;
	margin-bottom: 12px;
	background-color: var(--red);
	color: #fff;
}
#top #popupForm input[type="submit"] {
	margin-bottom: 0!important;
}
span.wpcf7-spinner {
	display: none;
}
.wpcf7-checkbox label input {
	float: left;
}
#top #form-callme input[type="checkbox"] ~ .wpcf7-list-item-label  {
	font-size: 0.75rem;
	color: #666;
	font-weight: 500;
	line-height: 1.2rem;
	display: block;
}

#form-callme .validateText {
	display: flex;
}

#form-callme .validateText label {
	font-size: 0.75rem!important;
	color: #666!important;
	font-weight: 500!important;
	line-height: 1.2rem;
	display: block;
}
.validateText label a {
	color: var(--blue);
}

#planes .container {
	max-width: 1600px;
}
#planes .tab-content {
	width: 100%;
}

#planes .tab-content .avia-content-slider-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 50px;
}
#planes .tab-content .card-plan {
	max-width: clamp(18%, 294px, 294px);
	height: auto;
}

#planes .avia-content-slider-inner {
	/* display: flex; */
	/* flex-wrap: wrap; */
	margin: 0;
	padding: 0 7.5px;
	overflow: visible;
	/* justify-content: center; */
}
#planes .avia-content-slider {
	overflow: visible;
}
.card-plan {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 7.5px;
	margin-bottom: 0!important;
	height: 100%;
}
.card-plan-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}
.typePlan {
	background-color: var(--red);
	color: white;
	border-radius: 13px 13px 0px 0px;
	font-size: 12px;
	font-weight: 700;
	width: 100%;
	z-index: 10;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	padding: 0.75rem 0 2.5rem;
}
.typePlan span {
	display: block;
	padding-left: 30px;
}
span.internet-television-telefonia {
	background: url(img/Triple.svg) no-repeat left center;
	background-size: 24px;
}
span.linea-fija-internet, span.red-ifi, span.red-wtth {
	background: url(img/Doble-Tel-Int.svg) no-repeat left center;
	background-size: 24px;
}
span.claro-tv-linea-fija {
	background: url(img/Doble-Tel-Tv.svg) no-repeat left center;
	background-size: 24px;
}
span.claro-tv {
	background: url(img/TvSatelital.svg) no-repeat left center;
	background-size: 24px;
}
span.plan-pospago-lte, span.pospago-todo-incluido, span.plan-pospago {
	background: url(img/mobile.png) no-repeat left center;
	background-size: 15px!important;
	padding-left: 21px;
}
.plan-speed {
	background: var(--gris-negro);
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 10px;
	color: white;
	line-height: 1.13;
	font-size: 14px;
}
.plan-speed-label {
	font-weight: 500;
}
.featured_plan {
	font-weight: 700;
	font-size: 28px;
}
.meses-amount-lastOffer {
	line-height: 1;
	font-size: 12px;
}
span.meses-oferta {
	display: block;
	line-height: 1.2;
}

#planes .slick-slider {
	-webkit-user-select: ;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	-webkit-touch-callout: initial;
	-khtml-user-select: initial;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.slide-content-plan {
	z-index: 11;
	margin-top: -2rem;
	position: relative;
	flex: 1 0 0;
}
.slide-content-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.slide-content-plan .entry-content-header {
	min-height: 55px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	line-height: 12px;
	border-bottom: 2px solid lightgrey;
	padding: 1rem 1rem 0.5rem;
	border-radius: 15px 15px 0 0;
	background: #fff;
	text-align: center;
}
.slide-content-plan .entry-content-header .entry-title {
	font-weight: 600;
	line-height: 1.1em;
	font-size: 1.25rem;
}
.card-pricing {
	font-size: 1rem;
	font-weight: 300;
	background-color: #fff;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid lightgrey!important;
	padding: 2.4rem 0 1.5rem;
	position: relative;
}
span.amount {
	color: var(--red);
	font-weight: 700;
	font-size: 45px;
}
.imgmes {
	width: 35px;
	height: 30px;
	display: block;
	background: url(img/x_mes.png) no-repeat;
	background-size: 100%;
}
span.sufix {
	margin-right: 12rem;
	font-weight: 500;
	position: absolute;
	top: 1rem;
}
.card-plataform {
	font-size: 1rem;
	font-weight: 300;
	background-color: #e8e5e8;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 2px solid lightgrey!important;
	padding: 1rem 0 1rem 2rem;
	min-height: 78px;
}
.apps-card {
	text-align: center;
	font-size: 1rem;
	font-weight: 300;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid lightgrey!important;
	padding: 1rem 2rem;
	min-height: 78px;
}

.dos-meses {
	width: 98px;
	height: 31px;
	display: block;
	/* background: url(img/dos-meses.png) no-repeat; 
	background-size: 100%;*/
}
.tres-meses {
	width: 103px;
	height: 44px;
	display: block;
	background: url(img/tres-meses.png) no-repeat;
	background-size: 100%;
}
.star-premium {
	width: 48px;
	height: 28px;
	display: block;
	background: url(img/Star_Premium_2021.svg) no-repeat;
	background-size: 100%;
}
.amazon-prime {
	width: 70px;
	height: 22px;
	display: block;
	background: url(img/amazon-prime.svg) no-repeat;
	background-size: 100%;
}
.hbo {
	width: 46px;
	height: 19px;
	display: block;
	background: url(img/Max_logo.svg) no-repeat;
	background-size: 100%;
}
.plataform {
	margin-right: 8px;
	line-height: 1;
	font-size: 15px;
}


.plataform strong {
	text-transform: uppercase;
	font-size: 16px;
}
.tag-offer {
	background: url(img/tag-offer-red.svg) no-repeat center center;
	background-size: 100%;
	height: 35px;
	display: block;
	width: 80px;
	position: absolute;
	right: -10px;
}
.tag-includ {
	background: url(img/tag-include.svg) no-repeat center center;
	background-size: 100%;
	height: 35px;
	display: block;
	width: 80px;
	position: absolute;
	right: -10px;
}
.title-pospago {
	padding-bottom: 60px!important;
}
span.text-include p {
	font-size: 80%;
	font-weight: 400;
	color: #000;
	line-height: 1.2rem;
}
span.text-include strong {
	color: var(--red);
	font-size: 120%;
}
.plan-details-wrap {
	background: #fff;
	border-radius: 0 0 15px 15px;
	flex: 1;
}
.plan-details {
	margin: 0;
	list-style: none;
	padding: 1rem 1.8rem;
	display: flex;
	flex-direction: column;
	font-size: 0.875rem;
	line-height: 1.5rem;
	height: 100%;
}
.plan-details li {
	margin: 0;
	list-style: none;
	position: relative;
}
.plan-details li:not(:last-child) {
	padding-bottom: 0.5rem;
}
.plan-details li p {
	margin: 0;
}
.plan-details li.icon-detail {
	padding-left: 28px;
}
.plan-details li.icon-detail:before {
	content: '';
	width: 18px;
	height: 18px;
	display: block;
	background-size: 100%!important;
	position: absolute;
	left: 0;
}
.icon-network:before {
	background: url(img/gpon.svg) no-repeat center center;
}
.icon-world:before {
	background: url(img/cobertura.svg) no-repeat center center;
}
.icon-internet:before {
	background: url(img/Internet-Azul.svg) no-repeat center center;
}
.icon-canales:before {
	background: url(img/Tv-Azul.svg) no-repeat center center;
}
.icon-telefonia:before {
	background: url(img/Telefonia-Azul.svg) no-repeat center center;
}
.clartTV {
	display: block;
	height: 17px;
	width: 87px;
	background: url(img/Logo_de_Claro_Video.svg) no-repeat left top;
	background-size: 100%;
	margin-right: 5px;
}
li.claro-video {
	display: flex;
}
li.claro-video {
	flex-direction: column;
}
.ClaroVideo {
	display: flex;
}
.incluido {
	text-transform: uppercase;
	font-weight: 500;
}
#top .btn-callme {
	width: 100%;
	min-height: 55px;
	padding-left: 18px;
	font-size: 1.5rem;
	font-weight: 400;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	padding-right: 18px;
	border: 0;
	/* Fondo con degradado */
	background: linear-gradient(90deg, var(--red-dark2) 0%, var(--red-light) 100%);
	color: #fff;
	margin-top: 8px;
	text-decoration: none!important;
	transition: background 0.3s ease;
}

/* Efecto hover */
#top .btn-callme:hover {
	background: linear-gradient(90deg, var(--red-light) 0%, var(--red-dark2) 100%);
}
.card-tag {
	border: 5px solid var(--negro-claro)!important;
	border-radius: 15px;
	background: var(--negro-claro) !important;
}
.card-tag:before {
	content: attr(data-tag);
	text-transform: uppercase;
	display: block;
	width: 124px;
	height: 24px;
	position: absolute;
	top: -29px;
	background: var(--negro-claro);
	z-index: 3;
	visibility: visible;
	overflow: visible;
	color: #fff;
	padding: 4px 0.5rem 13px;
	border-radius: 13px 13px 0px 0px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	right: -5px;
}
.card-tag .typePlan {
	background: var(--naranja-claro);
}
.card-tag .tag-offer {
	background: url(img/tag-offer-yellow.svg) no-repeat center center;
}
.detail strong {
	font-weight: 500;
	font-size: 0.875rem;
	display: block;
}
.detail p {
	margin: 15px 0;
}
.detail {
	text-align: center;
	font-weight: 500;
	line-height: 1rem;
	font-size: 0.7rem;
	color: #000;
}
img.imgclaroMusica {
	height: 16px;
	margin: 0 auto;
}
img.imgclaroMusicaParamount {
	height: 55px;
	margin: 0 auto;
}
.detail br {
	display: none;
}
img.imgredes {
	width: 100%;
	max-width: 173px;
	margin: 0 auto;
	margin-top: 3px;
}
.pospago-card-info {
	display: none;
}
.view_detail {
	color: var(--blue);
	background: transparent;
	border: 0!important;
	margin: 0!important;
}
span.iconDown {
	display: flex;
	justify-content: center;
}
span.iconDown svg {
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	fill: var(--blue);
	width: 100%;
	max-width: 20px;
}
.show-info span.iconDown svg {
	transform: rotate(-180deg);
	display: block;
}
img.allApps {
	mih-height: 3rem;
}
img.imgBrands {
	width: 100%;
}
span.text-include {
	padding-right: 2rem;
	text-align: center;
}
.buttons-filter-plans {
	display: flex;
	justify-content: center;
	margin: 2.5rem 0 1.5rem;
}
.button-filter {
	position: relative;
	min-width: 190px;
	line-height: 1.5rem;
	border: 1px solid var(--red);
	border-radius: 10px;
	padding: 10px 0 10px 0;
	margin: 0 5px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 400;
}
.button-filter.active {
	background: var(--gris-negro);
	border-color: var(--gris-negro);
	color: #fff;
}
.button-filter.active:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid var(--gris-negro);
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 0;
	position: absolute;
	bottom: -9px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.tab-content {
	height: 0px;
	margin-top: 0!important;
	visibility: hidden;
	opacity: 0
}
.tab-content.active {
	display: block;
	height: auto;
	visibility: visible;
	opacity: 1;
}

.tab-content .slick-list {
	padding-top: 24px;
	margin-top: -24px;
	overflow: visible;
}
.tab-content .slick-track {
	display: flex;
	flex-wrap: wrap;
}
.tab-content .slick-track:before {
	display: none!important;
}
.tab-content .slick-slide {
	height: auto!important;
}
.tab-content .slick-slide > div {
	height: 100%;
}
.tabcontent .card-plan {
	flex: 0 0 25%;
	max-width: 25%;
	height: auto;
}
.tabcontent .avia-content-slider-inner {
	row-gap: 55px;
	flex-wrap: wrap;
	display: flex;
}
.tabcontent .card-plan .card-plan-inner {
	height: 100%;
}


/* .tab-content .slick-track .slick-slide */


button#btn_19 {
	order: 1;
}
button#btn_20 {
	order: 2;
}
button#btn_21 {
	order: 3;
}
button#btn_22 {
	order: 4;
}
#ButtonsPlans {
	margin-bottom: 25px!important;
	display: flex;
	justify-content: center;
}
#claro-hogar-triple, #television-satelital {
	/* margin-top: 25px!important; */
}
#bottom-plans {
	border: 1px solid darkgray;
	padding: 1rem;
	border-radius: 15px;
	background: #fff;
	display: flex;
	margin-top: 5rem;
}
#bottom-plans .av-special-heading {
	margin-top: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
#bottom-plans .avia-image-container {
	margin: 0;
	position: relative;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
#bottom-plans .avia-image-container .avia-image-container-inner {
	position: absolute;
	bottom: 0;
	right: 0;
}
#bottom-plans .avia-button-wrap {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
#bottom-plans .avia-button-wrap a.avia-button {
	margin: 0!important;
	width: 90%;
}
#box1 {
	position: relative;
	width: 57.5%;
}
#box2 {position: relative;}
#box1 .avia-image-container, #box1 .avia-image-container *,
#box2 .avia-image-container, #box2 .avia-image-container * {
	width: 100%;
}

#box1 section.av_textblock_section {
	position: absolute;
	top: 50%;
	left: 18%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 190px;
}
#box2 section.av_textblock_section {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 193px;
}
#box1 .avia-button-wrap {
	margin-top: 1.5rem;
	text-align: left;
}
#box2 .avia-button-wrap {
	margin-top: 1.75rem;
}

#box1 section.av_textblock_section strong,
#box2 section.av_textblock_section strong {
	color: #fff;
}

#box1 section.av_textblock_section p ,
#box2 section.av_textblock_section p {	
	color: #fff;
	font-weight: 500;
	font-size: 1.2em;
}

#box1 section.av_textblock_section small,
#box2 section.av_textblock_section small {
	color: #fff;
	font-weight: 100;
	font-size: 0.7em;
}
#subir .avia-button.avia-button-fullwidth {
	background-color: #cacaca;
	color: #000;
	padding: 8px;
	font-size: 1em;
	font-weight: 700;
}

#footer-page {
	font-weight: 300;
	font-size: 1rem;
}
#section-footer .template-page {
	padding-top: 30px;
	padding-bottom: 30px;
}
#subir .avia-button.avia-button-fullwidth:hover {
	color: var(--red)!important;
}

#subir .avia_iconbox_title {
	position: relative;
	padding-right: 20px;
}
#subir .avia_iconbox_title:after {
	position: absolute;
	content: '';
	width: 0;
	border-bottom: 6px solid var(--blue);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 0;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
}
#menu_footer .avia_textblock > ul > li {
	display: flex;
	padding: 0;
	align-items: center;
}
#menu_footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_footer ul {
	margin: 0;
	display: flex;
}

#menu_footer .avia_textblock > ul > li > ul > li {
	text-transform: uppercase;
	font-weight: 400;
	color: var(--gris-negro);
	line-height: normal;
	padding-left: 15px;
}
#menu_footer .avia_textblock {
	display: flex;
	justify-content: center;
}
#menu_footer .avia_textblock > ul > li:not(:last-child) {
	margin-right: 2rem;
}
#menu_footer .avia_textblock > ul > li > ul > li:not(:last-child) {
	padding-right: 15px;
	border-right: 1px solid;
}
#phone_footer {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	text-align: center;
}
.phone-box, .phonePopup {
	border: 1px solid #fff!important;
	padding: 5px 16px 5px 62px;
	border-radius: 3px;
	margin-top: 1.5rem!important;
	background-size: 24px 30px;
	background-image: url(img/IconPhoneRojo.svg);
	background-repeat: no-repeat;
	background-position: left 18px center;
	width: 300px;
	display: block;
	margin: auto;
	text-align: center;
}
.phonePopup, .phonePopup > span {
	border-color: #a3a3a3!important;
}
.phone-box a, .phonePopup a {
	display: block;
	font-size: 2rem;
	color: #000;
	text-decoration: none;
}
.phonePopup strong {
	opacity: 0.5;
	font-weight: 400;
}
.phonePopup a {
	font-weight: 700;
}
.phonePopup > span {
	padding: 5px 0!important;
}
.phonePopup {
	border-radius: 10px;
}
.phone-box p, .phonePopup > span {
	border-left: 1px solid #fff;
	margin: 0;
	padding: 15px 0;
	display: block;
}
#callme_footer .callme-title {
	display: none;
}
#callme_footer {
	margin-top: 2rem;
	text-align: center;
}
#callme_footer .callme_form {
	border: 2px solid white;
	border-radius: 5px;
	width: 100%;
	max-width: 900px;
	margin: 1.5rem auto 0;
	padding: 1.5rem 15px;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
#callme_footer span[data-name="your-phone"] {
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
	padding-left: 0;
}
#callme_footer span[data-name="text-address"] {
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
	padding-left: 0;
}
#callme_footer .avia-button {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	margin: 0!important;
	background-color: var(--red)!important;
	height: 43px;
	font-size: 1rem;
	border-radius: 5px;
}
#callme_footer .callme_form label:last-child {
	display: none;
}
#callme_footer .wpcf7-form-control-wrap {
	padding: 0 15px;
}
#callme_footer .validateText {
	padding:0;
	width: 100%;
	align-items: center;
	margin-top: 1rem;
	
}
#callme_footer .validateText .wpcf7-form-control-wrap {
	padding: 0;
}

#callme_footer .wpcf7-form-control-wrap input {
	margin-bottom: 0!important;
}
#callme_footer .callme_form span.wpcf7-form-control-wrap:last-child {
	padding: 0;
	margin-top: 1rem;
}
#callme_footer span[data-name="text-address"] input,
#callme_footer span[data-name="your-phone"] input {
	width: 100%;
	height: 43px;
	border-radius: 10px;
	border: 1px solid darkgray!important;
	text-align: center;
	padding: 0.5rem 15px!important;
}
#callme_footer span.wpcf7-list-item-label {
	font-size: 0.8rem !important;
	text-align: left !important;
}
#callme_footer label input {
	margin-top: 0;
}
#callme_footer label {
	font-size: 0.8rem;
	font-weight: 400;
}
#copyright .flex_column_table {
	padding: 0 4rem;
}
#callcenter_footer {
	font-size: 13px;
}
#callcenter_footer p {
	margin: 0;
}
#callcenter_footer ul {
	margin: 5px 0 0;
	display: flex;
}
#callcenter_footer ul li {
	list-style: none;
	margin: 0;
	line-height: normal;
	padding: 0;
}
#callcenter_footer ul li a {
	color: var(--blue);
	text-decoration: underline;
}
#callcenter_footer ul li:not(:last-child) {
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid;
}
#social-footer img {
	width: 42px;
	filter: invert();
}
#social-footer {
	display: flex;
	justify-content: flex-end;
}
#social-footer p {
	margin: 0;
	line-height: normal;
}
#scroll-top-link {
	display: none;
}
#social-footer a:not(:last-child) {
	margin-right: 1rem!important;
}
#copyright .flex_cell_inner > .flex_column:last-child {
	margin-top: 30px;
}
#copytext_footer {
	font-size: 12px;
	text-align: center;
	padding: 1.5rem 15px;
}

#copytext_footer h6, #copytext_footer b {
	margin: 0;
	color: #fff;
	font-weight: 100;
}
.btn-slider {
	color: #fff;
	border: 0!important;
	background: var(--red);
}

.slick-arrow {
	width: 40px;
	height: 40px;
	border: 1px solid #b4b8bf;
	color: #fff;
	text-align: center;
	background: #fff;
	display: inline-block;
	margin: 16px 4px 0;
	position: absolute;
	bottom: -50px;
}
.arrow {	
	border-style: solid;
	border-color: var(--red)!important;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	margin-top: 15px;
}
.slick-next .arrow {
	transform: rotate(-45deg);
	margin-left: -3px;
}
.slick-prev .arrow {
	transform: rotate(135deg);
	margin-left: 8px;
}
.slick-next {
	left: 55px;
}


/*Notify*/
span.wpcf7-not-valid-tip {
	font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
	text-align: center;
	position: relative;
	padding: .75rem 1.25rem!important;
	margin-top: 1rem;
	margin-bottom: 0rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	font-size: 14px;
	line-height: 1.1rem;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}



.popupForm {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(0 0 0 / 75%);
	visibility: hidden;
	opacity: 0;
	padding: 0 10px;
}
.popupForm .popupForm_inner {
	background: #fff;
	padding: 2.875rem;
	border-radius: 25px;
	width: 100%;
	max-width: 550px;
	position: relative;
}
button#closePopup {
	padding: 0;
	border-radius: 50%;
	border: 0;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -10px;
	right: -10px;
	background: var(--gris-negro);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
button#closePopup:hover {
	background: var(--red);
}
button#closePopup svg {
	width: 10px;
	fill: #fff;
}
span.wpcf7-form-control-wrap[data-name="nombrePlan"] {
	display: none;
}
.popupForm .popupForm_inner .callme-title {
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
	margin-bottom: 15px!important;
}
.popupOpen #popupForm {
	visibility: visible;
	opacity: 1;
}



/* Extra Velocidad */
.extra-title, .extra {
	text-transform: uppercase;
}
.extraPlan {
	background: var(--negro-claro);
	text-align: center;
	color: #fff;
	padding: 16px;
	line-height: 1.1;
}
.extra {
	font-size: 2.25rem;
}
.extra-title {
	font-size: 13px;
	font-weight: 700;
}
.extra-contrato {
	font-size: 12px;
}
.extraTime {
	font-size: 14px;
}






@media(max-width:1770px) {
	#form-callme {
		right: 2rem;
	}
}

@media(max-width:1559px) {
	#planes #claro-hogar-triple.tab-content .avia-content-slider-inner {
		display: block;
		padding: 0;
	}
	#planes #claro-hogar-triple.tab-content .card-plan {
		max-width: initial;	
		height: 100%;
	}
	#planes #claro-hogar-triple.tab-content .card-plan article {
		width: 294px;
	}
}


@media(max-width:1024px) {
	.tabcontent .slick-slider {
		
	}
	.tabcontent .slick-slide > div {
		height: 100%;
		display: flex;
	}
	.tabcontent .slick-slide {
		height: auto;
	}
	.tabcontent .avia-content-slider-inner .slick-track {
		display: flex;
	}
	.tabcontent .avia-content-slider-inner {
		display: block;
	}
	.tabcontent .slick-list.draggable {
		overflow: visible;
	}
	.tabcontent .card-plan {
		flex: 0 0 100%;
		max-width: 100%;
		height: auto;
	}
	.tab-content .avia-content-slider + .av-special-heading {
		padding-top: 50px;
	}
	.tab-content.active {
		padding-bottom: 90px;
	}
	#box2 .avia-button-wrap {
		margin-top: 1rem;
	}
	#box2 section.av_textblock_section {
		top: 50%;
		left: 30%;
		max-width: 175px;
	}
	#box1 .avia-button-wrap {
		margin-top: 1rem;
	}
	#box1 section.av_textblock_section p, #box2 section.av_textblock_section p {
		font-size: 1em;
	}
	.avia_textblock {
		line-height: 1.3em;
	}
	#box1 section.av_textblock_section {
		top: 50%;
		left: 18%;
		max-width: 180px;
	}
	.button-filter {
		min-width: 120px;
		max-width: 120px;
	}
	#form-callme {
		position: relative;
		margin: 108px auto 30px;
		top: auto;
		right: auto;
		left: auto;
		max-width: 500px;
	}
	#form-callme:before {
		background: url(img/tag-mobile_2.png) no-repeat;
		background-size: 100%;
		width: 100%;
		max-width: 500px;
		height: 95px;
		top: -80px;
	}
}


@media(max-width:989px) {
	.popupForm .popupForm_inner {
		padding: 1.5rem;
		border-radius: 20px;
	}
	#callme_footer span[data-name="text-address"] {
		padding-right: 0;
	}
	#callme_footer span[data-name="your-phone"], #callme_footer span[data-name="text-address"] {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#callme_footer .avia-button {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 10px!important;
	}
	.info-slider {
		display: none!important;
	}
	#menu_footer .avia_textblock > ul > li:not(:last-child) {
		margin-right: 0.5rem;
	}
	#menu_footer ul li {
		text-align: center;
		font-size: 13px;
		line-height: 1rem;
	}
	#box1 section.av_textblock_section p, #box2 section.av_textblock_section p {
		font-size: 1.1em;
		line-height: 1.5rem;
	}
	#subplans .flex_column_table {
		display: flex;
		flex-wrap: wrap;
		float: none;
	}
	#subplans .flex_column_table .flex_column {
		width: 100%;
	}
	#bottom-plans {
		align-items: center;
	}
	#bottom-plans .avia-image-container .avia-image-container-inner {
		position: static;
	}
	.html_av-overlay-side #top #wrap_all .av-burger-overlay li a .avia-menu-text {
		font-weight: 700!important;
		font-family: var(--font);
	}
	.html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
		padding: 1.5rem 2rem;
		font-size: 1.3rem;
	}
	ul#av-burger-menu-ul li:not(:last-child) {
		border-bottom: 1px solid #b4b8bf;
	}
	#header_main {
		max-width: calc(100% - 250px);
	}
	#header_meta {
		max-width: 250px;
	}
	.header_call-text {
		font-size: 1rem;
	}
	.header_phone_callme a {
		font-size: 1.5rem;
		line-height: 1.3rem;
	}
	#av-burger-menu-ul {
		border-top: 1px solid #b4b8bf;
		padding: 0!important;
		vertical-align: top!important;
	}
	.av-logo-container .inner-container {
		justify-content: space-between;
		align-items: center;
		padding-right: 2rem;
	}
	.html_av-overlay-side-minimal .av-burger-overlay-bg {
		opacity: 0;
	}
	.html_av-overlay-side .av-burger-overlay-scroll {
		right: auto;
		left: 0;
		-webkit-transform: translateX(calc(-100% - 250px));
		transform: translateX(calc(-100% - 250px));
		height: calc(100% - 110px)!important;
		top: auto;
		bottom: 0;
		width: calc(100% - 250px);
	}
	.av-burger-overlay-active-delayed {
		overflow: hidden;
	}	
}
@media(max-width:768px) {
	#planes .tab-content .avia-content-slider-inner {
		display: block;
		padding: 0;
	}
	#planes .tab-content .card-plan {
		max-width: initial;	
		height: 100%;
	}
	#planes .tab-content .card-plan article {
		width: 294px;
	}
}




@media(max-width:767px) {
	#planes .tab-content .card-plan article {
		width: 270px !important;
	}
	#copytext_footer h6 {
		font-size: 13px;
	}
	#copyright .flex_column {
		margin-bottom: 0!important;
	}
	#social-footer {
		margin-bottom: 25px;
	}
	.responsive #top #wrap_all #copyright .flex_column {
		text-align: center;
		justify-content: center;
		display: flex;
	}
	#callcenter_footer {
		margin-bottom: 30px;
	}
	.responsive #top #wrap_all #copyright .flex_column {
		padding: 0!important;
	}
	#copyright .flex_column_table {
		padding: 0 20px;
	}
	.phone-box a {
		font-size: 1.5rem;
	}
	#menu-servicio-al-cliente, #callme_footer {
		display: none;
	}
	#phone_footer {
		margin-top: 0rem;
	}
	section#menu_footer {
		display: none;
	}
	#box1 .avia-image-container {
		display: none;
	}
	#box1 section.av_textblock_section {
		position: static;
		background: var(--negro-claro)!important;
		transform: translate(0px, 0px);
		max-width: 100%;
		border-radius: 2rem;
		padding: 2rem;
	}
	#bottom-plans > div {
		width: 100%;
		max-width: 100%!important;
	}
	#bottom-plans:before, #bottom-plans:after {
		display: none!important;
	}
	#bottom-plans {
		flex-direction: column;
		row-gap: 15px;
	}
	#top .tab-content {
		margin-top: 0px!important;
		margin-bottom: 0!important;
	}
	.mb-2 {
		margin-bottom: 2rem;
	}
	.buttons-filter-plans {
		margin: 1.5rem 0 1rem;
	}
	.button-filter {
		min-width: 70px;
		max-width: 75px;
		font-size: 11px;
		line-height: .9rem;
		margin: 0 3px;
	}
	.av-subheading p {
		font-size: 0.85rem;
	}
	.h3, h3 {
		font-size: 1.5rem;
	}
	#top #form-callme input[type="submit"] {
		font-size: 1.2rem;
		min-height: 45px;
	}
	.callme-title {
		font-size: 2rem;
	}
	#form-callme {
		margin: 70px auto 30px;
		height: auto;
	}
	#showcase {
		padding: 0 20px;
	}
	#showcase .flex_cell {
		overflow: visible!important;
	}
	#form-callme:before {
		height: 25%;
		top: -20%;
	}
	.html_av-overlay-side .av-burger-overlay-scroll {
		right: auto;
		left: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		height: calc(100% - 65px)!important;
		width: 100%;
	}
	#header_meta .container * {
		height: 100%;
		width: 100%;
		justify-content: center;
	}
	.responsive #top #wrap_all .main_menu {
		height: 65px;
	}
	.responsive #top .logo {
		height: 65px !important;
	}
	.responsive #top .av-main-nav .menu-item-avia-special {
		display: flex;
		align-items: center;
	}
	.av-hamburger-inner::before {
		top: -8px;
	}
	.av-hamburger-inner::after {
		bottom: -8px;
	}
	.av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
		height: 2px;
		border-radius: 0px;
	}
	.av-hamburger-box {
		width: 26px;
	}
	#menu-servicio-al-cliente {
		font-size: 13px;
	}
	.header_call-text {
		font-size: 10px;
	}
	#menu-servicio-al-cliente {
		padding: 0.25rem 20px;
	}
	#header_meta {
		max-width: 65px;
	}
	#header_main {
		max-width: calc(100% - 65px);
	}
	.responsive #top #wrap_all .container {
		width: 100%;
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.header_phone_callme a {
		font-size: 0rem;
		line-height: 1.1rem;
	}
	.header_phone_callme a:before {
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
		background-size: 25px;
		width: 30px;
		background-position: left 0px center;
	}
	.header_call-text {
		display: none;
	}
}