@import url("https://fonts.googleapis.com/css?family=Roboto:300i,400,500,500i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");

body {
	margin: 0;
}

h1 {
	color: #000;
	font-family: "Raleway", Sans-serif;
	font-size: 50px;
	font-weight: 700;
}

h2 {
	color: #000;
	font-family: "Raleway", Sans-serif;
	font-size: 24px;
	font-weight: 700;
}

h3 {
	color: #000;
	font-family: "Raleway", Sans-serif;
	font-size: 20px;
	font-weight: 700;
}

p {
	font-family: "Roboto", Sans-serif;
}

/*.ult_container {}*/
.phone_name {
	font-family: "Raleway", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #393d42;
	text-align: center;
}

.info_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	min-height: 415px;
}

.image_container,
.plan_info {
	width: 50%;
	text-align: center;
}

.plan_info img {
	
}

.image_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.row {
	width: 1200px;
	margin: auto;
	max-width: 90%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-column-gap: 20px;
	column-gap: 20px;
	padding: 50px 0;
}

.button_cont {
	margin: 20px 0;
	text-align: center;
}

.button_cont a {
	padding: 12px 24px;
	background-color: #f07a39;
	color: #fff;
	font-family: "Roboto", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px;
	cursor: pointer;
}

/*-------------------------------Secciones----------------------------------*/
.vert_info,
.accordion_int-p-h {
	width: 1120px;
	max-width: 90%;
}

.accordion_int-p-h {
	display: flex;
	gap: 30px
}

.head_banner_PL {
	background-image: url(/images/planes-libres-hero.webp);
	background-position: center top;
	height: 350px;
	width: 1200px;
	display: flex;
	align-items: center;
	padding: 20px;

}

.banner_plan-lib h1 {
	text-align: left;

}

.vert_info p {
	text-align: justify;
	color: #000;
	font-family: "Raleway", Sans-serif;
	font-weight: 500;
	margin: 40px 0;
}

.icono_ben p {
	color: #000;
	font-family: "Raleway", Sans-serif;
	font-weight: 500;
	margin: 40px 0;
}

.vert_info h2 {
	text-align: center;
}

.beneficios_icons {
	display: flex;
	gap: 20px;
}

.icono_ben {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tipos_container {
	display: flex;
	justify-content: space-around;
}

.icono_ben svg {
	width: 100px;
}

.plan_t {
	display: flex;
	width: 40%;
}

.lista-beneficios {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #000;
	font-family: "Raleway", Sans-serif;
	font-weight: 500;
	padding: 20px 0;
}

.int_p_hogar-banner_sect {
	padding: 30px;
	text-align: center;
}

#choice-banner {
	font-family: "Roboto", Sans-serif;
	font-size: 45px;
	font-weight: 600;
	display: flex;
	gap: 10px
}

#mejor-opcion {

	font-size: 28px;
	font-weight: 600;
}

.fa-check {
	font-size: 15px;
}

.requisitos_cont {
	padding: 20px 0 50px 0;
}

.requisitos_cont h2 {
	text-align: left;
}

.int-p-h-header {
	text-align: center;
}

.int-p-h-header img {
	height: 60px;
}

.int-uses {
	height: auto;
	display: flex;
	gap: 30px;
	justify-content: center;
	flex-wrap: wrap;
}

.int-uses svg {
	width: 50px;
	height: 70px;
}

.int-h_body,
.int-h_body p {
	text-align: center;
	font-size: 16px;
}

.int-perks {
	list-style: none;
}

.int-perks li i {
	color: #23A455;
	font-size: 18px;
}

#no-incluido i {
	color: #ED1E1E;
}

.int-h_body p {
	margin: 0;
}

.int-c-highlight {
	font-size: 24px !important;
	font-weight: 600 !important;
}

#no-incluido {
	text-decoration: line-through;
	color: #9E9A9A;
}

.int-ph-row {
	gap: 0;
}

.int-en-c_modem-img {
	text-align: center;
}

.modem-cont {
	display: flex;
	background-image: linear-gradient(180deg, #fbfbfb 0, #878787 100%);
	padding: 10px;
	border: 1px dotted #000;
}

.int-en-c_modem-info p {
	text-align: center;
	margin: 0 0 20px;
	font-size: 12px;
}

.model-name-modem {
	font-size: 15px;
	margin: 0;
}

.modem-brand-logo {
	width: 150px
}

.modem-img {
	width: 200px;
}

/*-------------------------------Modal----------------------------------*/
.dhtmlx_modal_box {
	z-index: 999999999999 !important;
}

.dhx_modal_cover {
	z-index: 999999999998 !important;
}

#modalDatos {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #2d252559;
	z-index: 99999999;
	display: none;
}

.modal-container {
	position: relative;
	width: 100%;
	height: 100%;
	background: #2d252559;
}

.modal-main {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 9px;
	background: white;
	width: 70%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	position: absolute;
	top: -100px;
}

.modal-header {
	padding: 15px;
	text-align: left;
	font-size: 22px;
	border-bottom: 1px solid #808069;
	font-weight: 600;
	background: #000000;
	color: white;
	border-radius: 5px 5px 0 0;
	font-family: "Roboto", sans-serif;
}

.modal-close {
	float: right;
	font-family: "Roboto", sans-serif;
	margin-right: 0;
	background: white;
	width: 15px;
	height: 15px;
	text-align: center;
	padding: 5px;
	border-radius: 50%;
	font-size: 15px;
	color: #004a93;
	cursor: pointer;
	line-height: 10px;
}

.modal-body {
	padding: 30px 40px;
	color: black;
	overflow-y: auto;
	margin: auto;
	max-height: 500px !important;
	border-radius: 0 0 9px 9px;
	font-size: 20px;
}

.modal-info {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 15px;
	text-align: justify;
	display: block;
	font-family: "Roboto", sans-serif;
}

#nombrecompleto {
	width: 100% !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.input-data {
	width: 100% !important;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border: 1px solid #808033;
	height: 20px;
	font-size: 14px;
	padding: 8px 15px;
	margin-bottom: 10px;
	line-height: normal;
}

#txtApellidos {
	margin-left: 5px;
}

#cmbMedio,
#cmbHorario,
select,
#tramite1 {
	width: 100% !important;
	font-size: 14px;
	padding: 8px 15px;
	margin-bottom: 10px;
	height: 35px;
	min-height: auto;
	border: 1px solid #ddd;
	background-color: #fff;
	cursor: pointer;
	text-transform: none;
}

.modal-check {
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	position: static;
	font-family: "Roboto", sans-serif;
}

.modal-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	margin-top: 8px;
	position: static;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
}

.send-info {
	margin-right: 10px;
	font-size: 15px;
	padding-left: 15px;
	background: #393d42;
	border-radius: 5px;
	padding-right: 15px;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

.cancel-info {
	margin-right: 10px;
	font-size: 15px;
	padding-left: 15px;
	background: #00000073;
	border-radius: 5px;
	padding-right: 15px;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

#texto-mail {
	font-size: 12px;
	text-align: center;
	line-height: 1.1;
	margin-top: 20px;
	font-family: "Roboto", sans-serif;
}

/*------------------------------Acordeones------------------------------*/
.manteletas_body img {
	max-width: 90%;
}

.manteletas-accordion-cont {
	width: 1120px;
	margin: 100px auto;
}

.accordion {
	font-size: 18px;
	width: 100%;
	margin: 30px auto;
}

/*.accordion-header,
.accordion-body {}*/

.accordion-header {
	font-family: "Roboto", Sans-serif;
	padding: 15px;
	background: #f1f1f1;
	color: #000;
	cursor: pointer;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 500;
}

.accordion__item {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #d9d9d9;
}

.accordion .js-accordion {
	width: auto;
}

.accordion-header:hover {
	color: #ef7f13;
	background: #cecece;
	position: relative;
	z-index: 5;
}

.accordion-body {
	background: #fcfcfc;
	color: #353535;
	display: none;
}

.accordion-body__contents {
	padding: 15px;
	font-size: 14px;
	font-family: "Roboto", Sans-serif;
}

.accordion:first-child > .accordion__item > .accordion-header {
	border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
	content: "\279c";
	font-size: 20px;
	float: right;
	position: relative;
	top: -2px;
	transition: 0.3s all;
	transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion__item.active .accordion-header {
	background: #cecece;
	color: #ef7f13;
	border-bottom: 1px solid #aaaaaa;
}

.accordion__item .accordion__item .accordion-header {
	background: #f1f1f1;
	color: #353535;
}

.accordion-body__contents_sub {
	font-size: 12px;
	padding: 15px;
	text-align: justify;
}

.accordion-header-sub {
	font-size: 14px;
}


/*------------------------------Head banner------------------------------*/
.head_banner {
	width: 1120px;
	text-align: center;
	max-width: 90%;
	margin: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.head_banner a img {
	width: 100%;
}

/*------------------------------Header------------------------------*/
header,
section,
.int_p_hogar-banner {
	margin: auto;
	width: 1200px;
	max-width: 90%;
}

#am-navigation {
	padding-top: 30px;
	width: 100%;
	text-align: center;
	margin: auto;
}

.am_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.am_menu li {
	height: 40px;
}

.am_menu li a {
	text-decoration: none;
	color: #000;
	font-family: "Raleway", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 10px;
	display: inline-block;
	position: relative;
}

.am_menu li a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 10px;
	left: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.am_menu li:hover a::after {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	opacity: 1;
}

.amovil_logo {
	max-width: 350px;
}

/*------------------------------Foot Banner-------------------------*/
.foot_banner,
.int_p_hogar-banner {
	width: 1120px;
	max-width: 90%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-image: url("https://mkt.a-movil.com/wp-content/uploads/2022/11/foot_bannerdesk.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 238px;
}

.foot_banner_section {
	width: 33%;
}

.fb_section_2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fb_section_2 img {
	width: 130px;
	height: 200px;
}

.fb_section_1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#foot_banner_title {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 800;
}

.fb_section_1 a {
	font-family: "Raleway", Sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background-color: #f07a39;
	border-radius: 50px;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.5);
	padding: 8px 15px 8px 15px;
}

.footnote_title {
	width: 1120px;
	max-width: 90%;
	margin: auto;
	text-align: center;
}

.footnote_title a {
	text-decoration: none;
	color: #000000;
	font-family: "Raleway", Sans-serif;
	font-size: 28px;
	font-weight: 700;
}

/*------------------------------Footer------------------------------*/
footer {
	background-color: #08539a;
	margin: auto;
	padding-bottom: 10px;
}

.footer_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	width: 1200px;
	max-width: 90%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}

.footer_section {
	width: 25%;
}

footer,
footer a {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.bottom_footer_bar {
	margin: 5px auto 5px;
	width: 1200px;
	max-width: 90%;
	font-family: "Raleway", sans-serif;
	font-weight: 800;
	font-size: 12px;
}

.footer_menu {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}

.footer_menu li {
	padding: 6px 0;
}

.footer_menu a {
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.footer_menu a:hover {
	color: #ff6900;
}

.social-icons-cont {
	margin: 10px 0 10px 0;
}

.social_icon {
	margin: 0 20px;
}

.trust_seal_cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ai_sc {
	width: 150px;
}

.agentes_v_btn {
	background-color: #f1f1f1;
	padding: 10px 15px;
	margin-top: 50px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 3px;
	color: #020101;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.agentes_v_btn:hover {
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
	color: #ff6900;
	font-weight: 700;
}

#wp-btn-fl {
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 99999999999999;
	display: none
}

#wp-btn-fl img {
	width: 56px
}

/*------------------------------Filter Buttons--------------------------*/
.container3 {
	overflow: hidden;
}

.filterDiv {
	display: none;
	/* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
	display: block;
}

/* Style the buttons */
.btn {
	border: none;
	outline: none;
	padding: 12px 16px;
	background-color: #f1f1f1;
	cursor: pointer;
}

/* Add a light grey background on mouse-over */
.btn:hover {
	background-color: #ddd;
}

/* Add a dark background to the active button */
.btn.active {
	background-color: #f07a39;
	color: white;
}

#btncontainer {
	width: 1120px;
	max-width: 90%;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 10px;
}

/*-----------ESTILO DE EQUIPOS SITIO---------------*/

.gota-azul {
	height: 70px;
	margin: -5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	background-image: linear-gradient(130deg, #389ACE 0%, #DDEFF8 100%);
	border-radius: 0px 50px 0px 50px;
}

.element-container {
	color: #000000;
	font-family: "Roboto", Sans-serif;
	line-height: 0.9;
}

.half-element-container {
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.element-image img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	width: 100px;
}

.element-icon {
	color: #EF7F13;
	border-color: #EF7F13;
	text-align: center;
	font-size: 20px;

	margin-top: -10px;
}

.aprobacion p {
	text-align: center;
	color: #000000;
	font-size: 10px;
}

.gota-azul p {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: 'Roboto', Sans-Serif;
}

.gota-azul-total {
	font-weight: 300;
	font-size: 12px;
	line-height: 1.2;
}

.gota-azul-precio {
	font-weight: 800;
	font-size: 28px;
}

.gota-azul-mes {
	font-weight: 300;
	font-size: 12px;
}

.cargo-servicio p {
	text-align: center;
	line-height: 0.8;
}

.cargo-servicio span {
	text-align: center;
	font-weight: 300;
	font-size: 11px
}

.element-container .pago-diferido p {
	text-align: center;
	line-height: 0.8;
}

.pago-diferido-titulo {
	text-align: center;
	font-weight: 300;
	font-size: 12px;
}

.pago-diferido-precio {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.5;
}

.pago-diferido-precio2 {
	font-family: "Roboto", Sans-serif;
	font-weight: 800;
	font-size: 22px;
	line-height: 1;
	color: #EF7F13;
}

.pago-inicial {
	padding-top: 1px;
}

.pago-inicial p {
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
}

.pago-inicial span {
	font-size: 13px;
}

.precio-antes p {
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
}

.precio-antes span {
	font-size: 13px;
	color: #9c9c9c;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
}

/*------------------------------Tiendas--------------------------------*/
.tiendas-header {
	width: 1120px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 20px 0 0 0;
	align-items: center;
}

#tiendas-logo {
	width: 200px;
}

.tiendas-nav ul {
	display: flex;
	gap: 30px;
	list-style: none;
}

.nav_icon {
	font-size: 34px;
	color: #ef7f13;
	transition: all .3s ease;
}

.tiendas_nav-text {
	font-size: 24px;
	color: #aaaaaa;
	font-weight: 600;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	transition: all .3s ease;
}
.tiendas_nav-text:hover{
	color: #08539A;
}
.nav_icon:hover{
	color: #08539A;
}
.tiendas_banner{
	padding: 30px 0;
	width: 1120px;
	margin: auto
}
.titulo-accesorios{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-decoration: none;
}
/*------------------------------Responsive------------------------------*/
@media only screen and (min-width: 768px) {
	.resp_menu_cont {
		display: none;
	}

	.head_banner-resp {
		display: none;
	}
}

@media only screen and (max-width: 767px) {

	/*---------------menu responsive------------------*/
	.head_banner {
		display: none;
	}

	html {
		scroll-padding-top: 100px;
	}

	.head_banner-resp {
		margin: auto;
		padding-top: 100px;
		width: 95%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.head_banner-resp a img {
		width: 100%;
	}

	.resp_menu_cont {
		position: fixed;
		z-index: 9999999;
		left: 0;
		background-color: #fff;
		width: 100%;
		min-height: 100px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.resp_logo_am {
		max-width: 190px;
	}

	.ham_menu {
		width: 30%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#div {
		display: none;
		width: 100%;
		position: absolute;
		margin-left: 100px;
		z-index: 99999999;
	}

	#div1 {
		display: none;
		position: absolute;
		margin-left: 0;
		margin-top: 10px;
		z-index: 999999;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
	}

	.menu-pop-section {
		display: inline-block;
		position: fixed;
		left: 1px;
		top: 100px;
		width: 98vw;
		max-height: calc(100vh - 100px);
		height: auto;
		overflow-y: auto;
		background: #fff;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	}

	.menu-pop-section a {
		text-decoration: none;
		padding: 0;
	}

	.menu-pop-option {
		width: 100%;
		height: 2em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 3px;
		outline: none;
		padding: 16px 0;
		text-decoration: none;
		font-family: 'Roboto', sans-serif;
		color: #000;
		font-size: 14px;
		font-weight: 400;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
	}

	.menu-pop-option:hover {
		color: #ef7f13;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
	}

	.menu-pop-option p {
		text-decoration: none;
		padding-left: 8px;
	}

	#menu__toggle {
		opacity: 0;
	}

	#menu__toggle:checked ~ .menu__btn > span {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#menu__toggle:checked ~ .menu__btn > span::before {
		top: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	#menu__toggle:checked ~ .menu__btn > span::after {
		top: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	#menu__toggle:checked ~ .menu__box {
		visibility: visible;
		left: 0;
	}

	.menu__btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: static;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 26px;
		height: 26px;
		cursor: pointer;
		z-index: 1;
	}

	.menu__btn > span,
	.menu__btn > span::before,
	.menu__btn > span::after {
		display: block;
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #000;
		-webkit-transition-duration: 0.25s;
		transition-duration: 0.25s;
	}

	.menu__btn > span::before {
		content: "";
		top: -8px;
		width: 26px;
	}

	.menu__btn > span::after {
		content: "";
		top: 8px;
		width: 26px;
	}

	.menu__btn > span {
		width: 26px;
	}

	#menu__toggle:checked ~ .menu_open > span {
		opacity: 0;
	}

	#menu_text {
		margin-left: 30px;
		margin-top: -8px;
	}

	.textToChange {
		font-family: 'Raleway', sans-serif;
		font-size: 15px;
		font-weight: 800;
		margin-left: 30px;

	}

	.toggle_text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}


	/*-------------contenedor de equipos----------*/
	.row {
		grid-template-columns: repeat(1, 1fr);
	}

	#btncontainer {
		grid-template-columns: repeat(3, 1fr);
	}

	/*----------header------------*/
	#am-navigation {
		display: none;
	}

	/*---------footnote----------------*/
	.foot_banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-image: url("https://mkt.a-movil.com/wp-content/uploads/2022/11/foot-banner-resp.webp");
		background-color: #d5d0cb;
		background-position: top left;
		background-size: 714px auto;
		background-repeat: no-repeat;
		min-height: 238px;
	}

	.foot_banner_section {
		width: 100%;
	}

	.fb_section_0 {
		margin: 180px;
	}

	.fb_section_2 img {
		display: none;
	}

	.fb_section_1 {
		padding: 0 0 30px 0;
	}

	/*-----footer-----------*/
	.footer_container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.social-icons-cont {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.footer_section {
		width: 100%;
	}

	.trust_seal_cont {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.agentes_v_btn {
		margin: 0;
	}
}

@media all and screen and (max-width: 1024px) and (min-width: 768px) {}