@charset "UTF-8";

@font-face {
	font-family: 'GothamM';
	src: url("../fonts/gotham/Gotham-Medium.otf");
}

@font-face {
	font-family: 'GothamBlack';
	src: url("../fonts/gotham/Gotham-Black.otf");
}

@font-face {
	font-family: 'GothamB';
	src: url("../fonts/gotham/Gotham-Bold.otf");
}

@font-face {
	font-family: 'GothamT';
	src: url("../fonts/gotham/Gotham-Thin.otf");
}

@font-face {
	font-family: 'GothamBook';
	src: url("../fonts/gotham/Gotham-Book.otf");
}

/* Colores */
/* New Styles */
.btnMoreInfo {
	background-color: #393939;
	color: #FFFFFF;
	font-weight: 650;
	font-family: "GothamB";
	width: 300px;
	border-radius: 50px;
	padding: .5rem;
	font-size: 20px;
	position: absolute;
	top: 21rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
	transition: all .3s ease;
	left: 14rem;
}

.btnMoreInfo:hover {
	transform: scale(1.1);
	color: #74C215;
}

.btnApp {
	background-color: #393939;
	color: #FFFFFF;
	font-weight: 500;
	font-family: "GothamB";
	font-size: 14px;
	width: 220px;
	height: 50px;
	border-radius: 7px;
	position: absolute;
	top: 23rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
	transition: all .3s ease;
	left: 10rem;
}

.btnApp.Two {
	left: 25rem;
}

.btnApp:hover {
	transform: scale(1.1);
	color: #74C215;
}

.littleApp {
	font-size: 20px;
}

.AppImg {
	height: auto !important;
}

.backBottomOffice {
	background-image: url(../img/go3.jpeg);
	height: 90vh;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

.telfOffice {
	width: 1.5rem;
}

.btnVermap {
	width: 100%;
	height: auto;
	background-color: #74C215;
	color: #035A03;
	border: 1px solid #74C215;
	border-radius: 0px;
	cursor: pointer;
	font-family: "GothamB";
	display: flex;
	justify-content: center;
	align-items: center;
}

.itemVentaja:hover>.btnVermap {
	color: #FFFFFF !important;
	background-color: #035A03;
	border: 1px solid #035A03;
}

.titleOffice {
	color: #035A03;
	font-size: 45pt;
	font-family: 'GothamB' !important;
	font-style: italic;
	text-shadow: 1px 1px 2px #FFFFFF, 0 0 1em #FFFFFF, 0 0 0.2em #FFFFFF;
}

.videoBack {
	width: 100%;
	margin: auto;
	left: 0rem;
	position: relative;
	top: 0rem;
	height: 70%;
}

.Slidermovil {
	display: none;
}

.SliderWeb {
	display: inherit;
}

.btnContrataYa {
	font-size: 20px !important;
	font-family: 'GothamB' !important;
}

.lineBottom {
	width: 100%;
	border: 1px solid #fff;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.lineBottom4 {
	padding-left: 5rem;
	border-left: 1px solid white;
}

.cat {
	background-color: #74C215;
	border: 1px solid #74C215;
	color: white !important;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: fixed;
	top: 80%;
	z-index: 1050;
	right: 1rem;
	transition: all .3s ease-in;
}

.cat:hover {
	background-color: #035A03;
	border: 1px solid #035A03;
}

.whatsapp {
	background-color: #74C215;
	border: 1px solid #74C215;
	color: white !important;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: fixed;
	top: 87%;
	z-index: 1050;
	right: 1rem;
	transition: all .3s ease-in;
}

.whatsapp:hover {
	background-color: #035A03;
	border: 1px solid #035A03;
}

.carousel-control-prev {
	opacity: 1;
	background: white;
	padding: 1rem;
	width: 3rem;
	height: 3rem;
	margin: auto;
	border-radius: 50%;
	left: 1rem;
}

.carousel-control-next {
	opacity: 1;
	background: white;
	padding: 1rem;
	width: 3rem;
	height: 3rem;
	margin: auto;
	border-radius: 50%;
	right: 1rem;
}

.carousel-control-prev-icon {
	background-color: #FFFFFF;
	color: #74C215;
	padding: 0rem;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2374C215' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
	background-color: #FFFFFF;
	color: #74C215;
	padding: 0rem;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2374C215' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.iconRed {
	padding: 1rem;
	border: 1px solid #035A03;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 2rem !important;
	height: 2rem !important;
	color: #035A03;
}

.navbar.container.navbar-expand-lg.w-100.fixed-top.scrollcolor {
	padding: 0rem 1rem !important;
}

ul.navbar-nav li.nav-item>a.nav-link {
	width: 105px;
	font-weight: 700 !important;
	font-family: 'GothamB';
}

.welcome {
	/* background-color: #292929; */
	background-image: linear-gradient(to bottom, black, #FFFFFF 0%);
	/* padding-top: 5rem; */
	padding-bottom: 5rem;
	position: relative;
	margin-top: -1rem;
}

.welcome.nosotros {
	background-image: linear-gradient(to bottom, black, #393939 15%);
}

.Callme {
	background-color: #74C215;
	border: 1px solid #74C215;
	color: white !important;
	width: 3.5rem;
	height: 3.5rem !important;
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: fixed;
	top: 80%;
	z-index: 1050;
	right: 2rem;
	transition: all .3s ease-in;
}

.Callme:hover {
	background-color: #74C215;
}

.menuNav {
	height: 80px;
	background-color: #74c215;
	transition: all .3s ease-in;
}

.imgLogoMenu {
	width: 4rem;
	transition: all .3s ease-in;
}

.class911 {
	position: absolute;
	right: -4rem;
	top: 1.5rem;
}

.imgMovil {
	display: none;
}

.pagoWidth {
	width: 4rem;
}
}

.pagoWidthGo {
	width: 10rem;
}

.pagoWidth.Wisp {
	height: 1rem;
	display: flex;
	align-items: center;
	margin: auto;
}

.img911 {
	width: 5rem;
	padding-left: 1rem;
	transition: all .3s ease-in;
}

.itemMenu {
	z-index: 2052;
	/* background-color:  rgba($color: #FFFFFF, $alpha: 0.9); */
	height: 100px;
	transition: all .4s ease-in;
	/* border-top: 10px solid black; */
	;
}

.bar1,
.bar2,
.bar3 {
	width: 30px;
	height: 3px;
	background-color: #035A03;
	margin: 6px 0;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 6px);
	transform: rotate(-45deg) translate(-7px, 7px);
	background-color: #035A03;
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-6px, -6px);
	background-color: #035A03;
}

.titleWelc {
	font-size: 35px;
	font-weight: bold;
	/* color: #74C215; */
	font-family: 'GothamBlack';
}

.subWelc {
	font-size: 18px;
	font-weight: 400;
	color: white !important;
	font-family: 'GothamBook';
}

.lineaHorizon {
	width: 100%;
	border: 1px solid #FFFFFF;
}

.dropdown>a {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.dropdown>a .icon {
	margin-left: .25em;
}

.dropdown:hover .dropdown-nav {
	top: 5rem;
	width: 150px;
	opacity: 1;
	transform: translateY(0);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.dropdown:hover .iconoCart {
	color: #74C215;
}

.dropdown:hover .itemScroll {
	height: 11rem;
}

.dropdown-nav {
	top: -22rem;
	opacity: 0;
	transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.3s ease-in-out;
	transform: translateY(-4rem);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	color: #74C215;
	background: white;
	width: auto;
	padding: 1rem;
}

.dropdown-nav a {
	font-weight: 300;
	font-size: 14px;
	color: #74C215;
	width: 100%;
}

.linkOffice {
	height: 2rem;
	display: flex;
	align-items: center;
}

.ventSection {
	background-image: linear-gradient(to bottom, black, #FFFFFF 0%);
	padding-bottom: 5rem;
	padding-top: 1rem;
}

.titleVent {
	font-size: 35px;
	color: #74C215;
	font-weight: 800;
	/* text-shadow: 1px 1px 2px $color1, 0 0 1em $color1, 0 0 0.2em $color1; */
	text-transform: uppercase;
	padding-top: 3rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'GothamB';
}

.titleFidel {
	font-size: 25px;
	color: #74C215;
	font-weight: 800;
	/* text-shadow: 1px 1px 2px $color1, 0 0 1em $color1, 0 0 0.2em $color1; */
	padding-top: 0.5rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'GothamB';
}

.titlePlanes {
	font-size: 55px;
	color: #74C215;
	font-weight: 800;
	/* text-shadow: 1px 1px 2px $color1, 0 0 1em $color1, 0 0 0.2em $color1; */
	padding-top: 3rem;
	padding-bottom: 2rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #eaeaea;
	font-family: 'GothamBlack';
}

.iconIndex {
	width: 3rem;
}

.imgrounded {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: #74C215;
	padding: 1rem;
	font-family: 'GothamB';
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto 0px auto;
	transition: all .3s ease-in;
}

.btnVCard {
	background-color: #74C215;
	border: 1px solid #74C215;
	color: #FFFFFF;
	font-family: "GothamBook";
	cursor: pointer;
	width: 180px;
	font-size: 14px;
}

.numberTel {
	font-style: italic;
	font-size: 45px;
	font-weight: 800;
	color: #74C215;
}

.cardVTitle {
	font-size: 22px;
	color: #74C215;
	height: 3.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all .3s ease-in;
	font-family: 'GothamB';
}

.cardVText {
	font-size: 16px;
	font-weight: 650;
	color: #393939;
	text-align: center;
	font-family: 'GothamT';
}

.lineCard {
	width: 100%;
	border: 1px solid #eaeaea;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.itemVentaja {
	border: 1.5px solid #74C215;
	width: 340px;
	height: auto;
	padding: 1.3rem;
	background: #FFFFFF;
	margin-right: 0rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
	box-shadow: 0px 0px 6px 2px #68A819;
	cursor: pointer;
	transition: all .4s ease-in;
}

.itemVentajaTwo {
	border: 1.5px solid #FFFFFF;
	width: 530px;
	height: auto;
	padding: 1.3rem;
	background: #FFFFFF;
	margin-right: 0rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
	box-shadow: 0px 0px 6px 2px #035A03;
	cursor: pointer;
	transition: all .3s ease-in;
}

.infoAdvice {
	border: 1px solid #FFFFFF;
	width: 100%;
	height: auto;
	padding: 1rem;
	background: #FFFFFF;
	margin-right: 0rem;
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
	box-shadow: 0px 0px 5px 0px #035A03;
}

.infoAdvice>.title {
	font-size: 18px;
	color: #74C215;
	transition: all .3s ease-in;
	font-family: 'GothamB';
}

.infoAdvice>.textContent,
.infoAdvice ul {
	font-size: 16px;
	font-weight: 650;
	color: #393939;
	transition: all .3s ease-in;
	font-family: 'GothamT';
	text-align: left;
}

a.lgow {
	color: #74C215;
	font-family: 'GothamB';
}

.itemVentaja:hover {
	background-color: #74C215;
	border: 2px solid #74C215;
	box-shadow: 0px 0px 8px 4px #68A819;
	transform: scale(1);
	color: #FFFFFF;
}

.iconNosotros {
	width: 4rem;
	border-radius: 50%;
	transition: all .3s ease;
}

.iconventajas {
	color: #035A03;
	transition: all .3s ease-in;
	margin-bottom: 0rem;
}

.ventajasIcons {
	width: 6rem;
	border-radius: 40%;
	transition: all .3s ease;
}

.itemVentaja:hover>.imgrounded {
	background-color: #035A03;
}

.itemVentaja:hover>.cardVTitle {
	color: #FFFFFF;
}

.itemVentaja:hover>.cardVText {
	color: #035A03;
	font-weight: 700;
}

.itemVentaja:hover>.lineCard {
	border: 1px solid #FFFFFF;
}

.itemVentaja:hover>.ventajasIcons {
	/* width: 8rem; */
	transform: scale(1.2);
	box-shadow: 0px 0px 6px 0px #74C215;
	border: 1px solid #74C215;
	border-radius: 50%;
}

.itemVentaja:hover>.imgrounded .iconventajas {
	color: #FFFFFF;
}

.itemVentaja:hover>.iconNosotros {
	box-shadow: 0px 0px 5px 0px #035A03;
}

.imgBottom {
	width: 7rem;
}

.titleBottom {
	color: #74C215;
	font-size: 16px;
	font-weight: 700;
	font-family: 'GothamB';
}

.textBottom {
	font-family: 'GothamT';
	color: #FFFFFF;
	font-size: 15px;
}

.textBottom.Footer {
	font-family: 'GothamB';
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.textBottom.Office {
	text-decoration: underline !important;
	color: #FFFFFF !important;
}

.point {
	width: 8px;
	height: 8px;
	background: #74c215;
	border-radius: 50%;
	border: 1px solid #74c215;
	margin-left: .5rem;
	margin-right: .5rem;
}

.numberBottom {
	font-weight: 750;
	color: #035A03;
	font-size: 30px;
	font-family: 'GothamB';
	transition: all .3s ease-in;
}

.numberBottom:hover {
	text-decoration: underline;
}

.listStyle {
	list-style: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 450;
	padding-left: 0rem;
}

.linkBottom {
	height: 2rem;
	font-size: 14px;
	color: #FFFFFF !important;
	font-family: 'GothamT';
}

.scrollplan {
	/* margin-top: 3rem; */
	transition: all .3s ease-in;
}

.itemPlanes {
	background-color: #393939;
	width: 320px;
	height: 620px;
	margin-top: 4rem;
	margin: 25px;
}

.fibersPlans {
	margin: 27px;
	width: 100%;
}

.itemPlanes.Fiber {
	height: auto;
}

.titleplanes {
	font-size: 35px;
	color: #FFFFFF;
	font-weight: 800;
	padding: 1rem;
	text-align: center;
	font-family: 'GothamBlack';
}

.greenPlanes {
	color: #74C215;
	font-weight: 350;
	font-family: 'GothamT';
}

.priceCard {
	padding: 1rem;
	width: 106%;
	background-color: #74C215;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 800;
	font-family: 'GothamB';
	display: flex;
	align-items: center;
	justify-content: start;
}

.signoPrice {
	font-weight: 350 !important;
	font-family: 'GothamT';
}

.subPriceCard {
	font-weight: 350;
	font-size: 30px;
	font-family: 'GothamT';
}

.planpara {
	border-top: 1px solid #74C215;
	border-bottom: 1px solid #74C215;
	padding: 1rem;
	width: 85%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.textPlan {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 18px;
	font-family: 'GothamT';
	transition: all .3s ease;
	padding-bottom: 10px;
}

.textPlan:hover, .iftTxt:hover {
	color: #74C215;
}

.textPlan.restriccion {
	color: #035A03;
	text-align: center;
}

.btnContract {
	padding: 1rem;
	background-color: #74C215;
	color: #FFFFFF;
	border: 1px solid #74C215;
	border-radius: 0px;
	width: 100%;
	font-size: 20px;
	font-weight: 800;
	font-family: 'GothamB';
	transition: all .3s ease-in;
	text-transform: uppercase;
	border-radius: 45px;
	margin-bottom: 25px;
	color: white !important;
	cursor: pointer;
}

.iftTxt {
	max-width: 250px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.sectionFiber {
	margin: 40px;
}

.fiberItems {
	margin-top: 20px;
}

.btnTerminos {
	padding: 1rem;
	background-color: #74C215;
	color: #FFFFFF;
	border: 1px solid #74C215;
	width: 100%;
	font-weight: 800;
	font-family: 'GothamB';
	transition: all .3s ease-in;
	text-transform: uppercase;
	bottom: 0;
	position: absolute;
	font-size: 10px;
}

.btnTerminos:hover {
	color: #000;
}

.bandwidth {
	padding: 5px 20px 0px 20px;
}

.textPlanMB {
	color: #FFFFFF;
	font-weight: 800;
	font-size: 29px;
	font-family: 'GothamB';
}

.textPlanMB i {
	font-size: 45px;
	margin-left: 10px;
}

.iconPlanSvg {
	width: 3rem;
}

.iconPlan {
	background-color: #74C215;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.backgroundImage {
	background-color: #2B333C;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	height: 90vh;
}

.backgroundNosotros {
	background-size: contain;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
}

.backgroundNosotrosTwo {
	background-size: cover;     /* cubre todo el espacio */
    	background-position: center; 
    	background-repeat: no-repeat;
    	width: 100%;
    	min-height: 500px;
	background-image: url(../img/BANNERS_WEB/Conectando-comunidades.png);
}

.backgroundFidelidad {
	background-size: contain;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/FIDELIDAD/FIDELIDAD.png);
}

.backgroundSoporte {
	background-size: contain;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/BANNERS_WEB/Banner-Soporte.png);
}

.boldFont {
	color: #74C215;
	font-weight: bold;
	font-family: 'GothamB';
}

.formulario {
	background-color: #eaeaea !important;
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.formulario .nombre {
	background: #393939 !important;
	color: white;
	border: 1px solid #393939 !important;
	font-family: 'GothamT';
}

.formulario .mensaje {
	background: #292929 !important;
	color: white;
	border: 1px solid #292929 !important;
	font-family: 'GothamT';
}

.btnenviar {
	background-color: #74C215 !important;
	color: #FFFFFF !important;
	border: 1px solid #74C215 !important;
	font-weight: 900 !important;
	cursor: pointer;
}

/************************************ */
.divider {
	border-bottom: 1px solid #D1D1D1;
	height: 1px;
	margin: 55px 0px 40px;
	width: 100%;
}

.space {
	margin-top: 30px;
}

/* POSISCION DEL LOGOTIPO */
.logo {
	/* position:absolute;
	top:0;
	left:0;
	z-index:31;
	height:130px;
    margin-top: 2.5px; */
	width: 7rem;
}

.logo911 {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 31;
	height: 90px;
	margin-top: 2.5px;
	width: auto;
}

/* .logo img {
	position:absolute;
	top:7px;
	left:10px;
	margin-right:7px
} */
/* COLOR DE FONDO DEL NAVEGADOR */
.fnav {
	background: green;
}

/* MENU */
.logo911 img {
	position: absolute;
	top: 10px;
	right: 0px;
	/* margin-right: 7px; */
	width: auto;
	height: 70%;
}

.float li {
	padding-right: 5px;
}

.fnav {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition: all .5s ease-in-out;
}

.fnav:hover {
	color: #74C215;
}

.menu {
	padding-right: 120px;
}

.menu a.link,
li.link {
	color: #035A03;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600 !important;
	letter-spacing: 1px;
	/* padding-right: 22px;
    padding-left: 60px;
    padding-bottom: 12px; */
	transition: all .5s ease-in-out;
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu a.link.active {
	background: #035A03;
	color: #FFFFFF;
}

.menu a.link:hover {
	background: #035A03;
	color: #FFFFFF;
}

.menu li.link:hover {
	background: #035A03;
	color: #FFFFFF;
}

.menu .a {
	padding-left: 30px;
}

.inimenu {
	color: #fff;
	transition: all .5 ease;
}

.li {
	color: #000;
}

.emer {
	width: 90px;
	height: auto;
	padding-top: 20px;
}

/* SLIDER */
.content {
	max-width: 90%;
	margin: 0 auto;
}

.content img {
	max-width: 100%;
}

.stitulo {
	background: #035A03;
}

/* TEXTO DE CAROUSEL */
.ctext {
	text-align: right;
}

.ctext h2 {
	background: #035A03;
	width: 400px;
	text-align: center;
	font-family: 'Abel', sans-serif;
	letter-spacing: 5px;
	font-size: 44px;
	font-weight: 900;
	margin-bottom: 25px;
	padding-top: 11px;
	padding-bottom: 11px;
}

.ctext p {
	color: #fff;
	font-weight: 600;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 28px;
	line-height: 20px;
}

.ctext h6 {
	color: #035A03;
	font-weight: 600;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 28px;
	line-height: 20px;
}

.ctext a.btn {
	background-color: #035A03;
	border-radius: 46px;
	font-family: 'Montserrat' sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	border: none;
	transition: all .5s ease-in-out;
}

.carousel-caption {
	width: 35%;
	z-index: 10;
	text-align: right;
	text-shadow: none;
}

.carousel-caption span {
	font-family: 'Montserrat' sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 4px;
	text-shadow: 5px 5px 5px #000;
	-webkit-text-shadow: 5px 5px 5px #000;
	-moz-text-shadow: 5px 5px 5px #000;
}

.carousel-caption h1 {
	font-family: 'Montserrat' sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2em;
	margin: 0px 0px 10px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #fff;
	line-height: normal;
	text-shadow: 5px 5px 5px #000;
	-webkit-text-shadow: 5px 5px 5px #000;
	-moz-text-shadow: 5px 5px 5px #000;
}

.carousel-caption .btn {
	background-color: #BA1116;
	border-radius: 46px;
	font-family: 'Montserrat' sans-serif;
	font-weight: 700;
	font-size: 10px;
	color: #fff;
	letter-spacing: 1px;
	border: none;
	transition: all .5s ease-in-out;
}

.carousel-caption .btn:hover {
	background-color: #292929;
	color: #fff;
}

.imgcarou img {
	width: 100%;
	height: 500px;
}

.imgslider {
	width: 100%;
	height: auto;
}

/* SECCION DE BIENVENIDA*/
.fond {
	background-repeat: no-repeat;
	background-size: 50% auto;
	padding-top: 50px;
	height: 50%;
}

.bientext {
	margin: 0 auto;
}

.bientext h2 {
	padding-top: 35px;
	color: #035A03;
	font-weight: 800;
	font-family: 'Baloo+Tammudu', sans-serif;
	letter-spacing: 3px;
	font-size: 35px;
}

.bientext p {
	text-align: justify;
	padding: 18px;
	font-size: 22px;
	color: #68A819;
	font-family: 'Baloo+Tammudu', sans-serif;
}

.bientext h5 {
	padding-left: 20px;
}

.verdes {
	color: #035A03;
	font-size: 28px;
}

/* SECCION DE PIE DE PAGINA*/
.foot {
	z-index: 1000;
	padding-top: 100px;
	padding-bottom: 55px;
	position: relative;
	background-image: linear-gradient(to top, black, transparent 100%), url("../img/antenasn.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.piefondo {
	background: #000;
}

.foot p {
	color: #fff;
}

.derecha {
	float: right;
	color: #fff;
	padding-top: 13px;
	padding-right: 15px;
	transition: all .5s ease-in-out;
}

.derecha:hover {
	color: #035A03;
}

.izquierda {
	float: left;
	padding-top: 13px;
	padding-left: 50px;
}

.titpie h6 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 700;
	border-top: 1.2px solid #035A03;
	border-bottom: 1.5px solid #035A03;
	padding: 15px;
	margin: 25px;
}

.wisp {
	width: 30%;
	height: auto;
}

.titcomp {
	text-align: center;
}

.filiales {
	width: 45%;
	height: auto;
	text-align: center;
}

.titlink {
	text-align: right;
}

.links {
	color: #fff;
	transition: all .5s ease-in-out;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 900;
	float: right;
	padding-right: 25px;
}

.links:hover {
	color: #035A03;
	text-decoration: none;
}

.matriz {
	color: #fff;
	margin-bottom: 4px;
}

.horario {
	padding: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.horario p {
	padding-left: 20px;
}

.horas {
	background: #fff;
	color: #035A03;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 8px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	border-radius: 50px;
}

.center {
	font-size: 14px;
	text-align: center;
}

.div_folio {
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	background: #035A03;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.div_folio p {
	margin: 0;
}

.div_folio2 {
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	background: #fff;
	color: #035A03;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	border: 1.5px solid #035A03;
	border-radius: 25px;
	text-decoration: none;
	text-align: center;
	transition: all .5s ease-in-out;
}

.div_folio2:hover {
	text-decoration: none;
	background: #035A03;
	color: #fff;
}

.div_folio2 p {
	margin: 0;
}

.f_boton {
	margin-top: 25px;
	display: flex;
	justify-content: center;
}

.link_folio {
	margin: 0;
	text-decoration: none;
}

/*SECCION DE VENTAJAS*/
.gris {
	background: #EDEDED;
}

.pl {
	padding-top: 65px;
}

.secc h1 {
	margin: 0px auto;
	text-align: center;
	padding-top: 50px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
	font-weight: 900;
	color: #035A03;
}

.secc p {
	color: #035A03;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	margin: 0px auto;
	text-align: center;
}

.secc .textventajas {
	font-size: 20px;
}

.centra {
	text-align: center;
	margin: 0 auto;
}

.ventajasgroup {
	padding-top: 45px;
	padding-bottom: 65px;
	text-align: center;
}

.ventajas {
	display: block;
	height: 320px;
	width: auto;
	padding-top: 40px;
	padding-bottom: 100px;
	padding-left: 60px;
	padding-right: 60px;
	text-align: center;
}

.v1 img {
	height: 35%;
	width: auto;
	margin-bottom: 30px;
}

.v2 img {
	height: 35%;
	width: auto;
	margin-bottom: 30px;
}

.v3 img {
	height: 40%;
	width: auto;
	margin-bottom: 15px;
}

.v4 img {
	height: 45%;
	width: auto;
	margin-bottom: 20px;
}

.v5 img {
	height: 40%;
	width: auto;
	margin-bottom: 30px;
}

.v6 img {
	height: 30%;
	width: auto;
	margin-bottom: 30px;
}

.vverde {
	color: #035A03;
}

.vblanco {
	color: #fff;
}

.vblanco p {
	color: #fff;
}

.ventajas h5 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	text-align: center;
}

.ventajas p {
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

.vclaro {
	background: #98E040;
}

.vmedio {
	background: #80D914;
}

.vfuerte {
	background: #035A03;
}

/*SECCION DE PLANES*/
.plan p {
	color: #68A819;
}

.textpla {
	font-size: 20px;
	padding-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
}

.planizq {
	border-right: 2px solid #035A03;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.plander {
	border-left: 2px solid #035A03;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #69B011;
	text-align: center;
}

.tplan h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: 3px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	border: 5px solid #035A03;
	width: 250px;
	height: 30px;
	padding-bottom: 45px;
}

.advan h1 {
	width: 300px;
}

.planizq h3 {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 3px;
	text-align: right;
	padding-right: 30px;
	padding-top: 25px;
	color: #035A03;
}

.plander h3 {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 3px;
	text-align: right;
	padding-right: 30px;
	padding-top: 25px;
	color: #035A03;
}

.planizq p {
	font-family: 'Monserrat Bold', sans-serif;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 3px;
	text-align: right;
	padding-right: 30px;
	color: #69B011;
}

.plander p {
	font-family: 'Monserrat Bold', sans-serif;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 3px;
	text-align: right;
	padding-right: 30px;
	color: #69B011;
}

.caracter {
	margin-top: 75px;
}

.titulo_car {
	text-align: center;
	margin-top: 45px;
}

.titulo_carr {
	text-align: center;
	margin-top: 25px;
}

.cartitu {
	font-family: 'Montserrat Bold', sans-serif;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 5px;
}

.cartitu {
	font-family: 'Montserrat Bold', sans-serif;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 5px;
	color: #69B011;
}

.titulo_car .mb {
	font-family: 'Montserrat Bold', sans-serif;
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 3px;
	color: #035A03;
}

.titulo_car .mbsubida {
	font-family: 'Montserrat Bold', sans-serif;
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 3px;
	color: #69B011;
}

.prueba {
	text-align: center;
}

.prue {
	text-align: center;
}

.prueba .titbig {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 8px;
	color: #69B011;
}

.prueba .meses {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	padding-bottom: 30px;
}

.restri {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	color: #035A03;
	padding-top: 20px;
}

.botones {
	margin-bottom: 45px;
}

.btncolor {
	background: #035A03;
	color: #fff;
	border: none;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	padding: 12px;
}

.btncolor:hover {
	background: #69B011;
	color: #fff;
	cursor: pointer;
}

.btncolor:active {
	border: none;
}

.btncolor:link {
	border: none;
}

.textcondi {
	margin-top: 35px;
}

.justy {
	text-align: justify;
	padding-top: 45px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 45px;
}

.justy2 {
	text-align: left;
	padding-top: 45px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 45px;
}

.ideal {
	height: 35px;
	width: auto;
}

.planesimg {
	padding: 300px 0px;
	position: relative;
	background-image: url("../img/planestv.png");
}

.imgplanes {
	width: 100%;
	height: auto;
}

.imgcasa {
	background-image: url("../img/casa.png");
	top: 0;
	left: 0;
}

/*SECCION DE CONTACTO*/
.grisblack {
	background: #2B333C;
	padding-bottom: 35px;
}

.textcont {
	text-align: center;
	display: flex;
	justify-content: center;
}

.cont {
	text-align: center;
}

.cont h2 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
	font-weight: 600;
	border-bottom: 2.5px solid #035A03;
	padding-bottom: 8px;
}

/*Contacto lado izquierdo*/
.izqcont {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: 1.5px;
	font-size: 17px;
	padding-top: 60px;
}

.izqcont p {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
}

.formulario {
	background: #129E3F;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
}

::-webkit-input-placeholder {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	letter-spacing: 1.5px;
}

::-moz-placeholder {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	letter-spacing: 1.5px;
}

/* firefox 19+ */
:-ms-input-placeholder {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	letter-spacing: 1.5px;
}

/* ie */
input:-moz-placeholder {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	letter-spacing: 1.5px;
}

.formulario input {
	margin-top: 12px;
	background: #119140;
	color: #fff;
	height: 45px;
	border: none;
}

.formulario textarea {
	margin-top: 12px;
	background: #119140;
	color: #fff;
	border: none;
}

.btnenviar {
	margin-bottom: 55px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	letter-spacing: 2px;
	transition: all .5s ease-in-out;
}

.btnenviar:hover {
	background: #fff;
	color: #119140;
}

/* Contacto lado derecho*/
.dercont {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: 1.5px;
	font-size: 17px;
	padding-top: 60px;
	text-align: center;
}

.sucursales {
	padding-top: 55px;
	display: flex;
	justify-content: center;
}

.cuadro {
	background: #4B4B4D;
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
}

.cu {
	padding-left: 45px;
}

.cu2 {
	padding-left: 65px;
}

.cuadro i {
	width: 25px;
	height: auto;
}

.icono {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sucucontact {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 2px solid #035A03;
	padding-bottom: 8px;
}

.datos {
	text-align: left;
	padding-left: 25px;
}

.linea_contrato {
	font-size: 30px;
}

.whats {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.red {
	float: left;
	color: #fff;
	padding-top: 13px;
	padding-right: 15px;
	padding-left: 15px;
	transition: all .5s ease-in-out;
}

.redd:hover {
	color: #035A03;
	text-decoration: none;
}

.redd {
	color: #fff;
	transition: all .5s ease-in-out;
	text-decoration: none;
}

.disc {
	color: cornflowerblue;
}

.discapacidad {
	padding-left: 125px;
	text-align: justify;
}

.horario_cont {
	padding: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-left: 135px;
}

.horario_cont p {
	padding-left: 20px;
}

.horas_cont {
	background: #fff;
	color: #035A03;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 8px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	border-radius: 50px;
}

/*SECCION DE INSTALACION*/
.imginst {
	position: relative;
	background-image: url("../img/imginstala.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.titinstalacion {
	text-align: center;
}

.tituloinst {
	border-bottom: 1.5px solid #035A03;
	padding-bottom: 15px;
	letter-spacing: 5px;
}

.textinst {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 900;
	color: #035A03;
	margin-top: 125px;
	margin-bottom: 55px;
	line-height: 38px;
}

.opaci {
	background: rgba(254, 254, 254, 0.6);
	text-align: center;
}

.centrado {
	text-align: center;
}

.formulario {
	padding-top: 90px;
}

/*SECCION DE SOPORTE*/
.soport {
	width: 95%;
	height: auto;
}

.imgsoport {
	background-image: url("../img/imgsoporte.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 95px;
}

/*SECCION DE PREGUNTAS FRECUENTES*/
.imgpregunta {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 40px;
}

.imgpregunta img {
	height: 250px;
	width: auto;
}

.preguntasf {
	padding-top: 45px;
	text-align: center;
}

.circolor {
	background: #035A03;
	text-align: center;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.circolor p {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 30px;
}

.textpreg {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-align: center;
}

.imgdiagrama {
	width: 100%;
	height: auto;
}

.diagra {
	text-align: center;
}

.tiform {
	color: #035A03;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 17px;
	padding-top: 20px;
	font-family: 'GothamT';
}

.numerog {
	font-family: sans-serif;
	font-size: 65px;
	font-weight: 1100;
}

/*SECCION DE NOSOTROS*/
.textnos {
	padding-top: 45px;
	padding-bottom: 35px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #035A03;
	font-weight: 800;
	text-align: center;
}

.imgnos img {
	width: 100%;
	height: auto;
}

.titnos {
	text-align: center;
}

.textnosot {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #035A03;
	padding-top: 45px;
	font-weight: 600;
}

.contamos {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #035A03;
}

.nosparrafo {
	padding: 15px;
	text-align: justify;
}

.imgnosotros {
	text-align: center;
}

.nosotrost {
	font-size: 20px;
}

/*SECCION DE POLITICAS DE PRIVACIDAD*/
.politicas h1 {
	color: #035A03;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
	font-weight: 900;
}

.politicas h2 {
	color: #035A03;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-weight: 900;
}

/*SECCION DE TERMINOS Y CONDICIONES*/
.terminos h1 {
	color: #035A03;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
	font-weight: 900;
}

.terminos h2 {
	color: #035A03;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-weight: 900;
}

/*SECCION DE AREA RESPONSABLE*/
.c_area {
	background: #035A03;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 35px;
}

.nombre_area {
	border-bottom: 1.5px solid #fff;
	padding-top: 10px;
}

.text_location {
	padding-top: 15px;
}

/*SECCION DE MODAL*/
.entrena_video {
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 20px;
}

/*SECCION DE APP*/
.text_introApp {
	margin-top: 150px;
	text-align: justify;
	padding: 18px;
	font-size: 22px;
	color: #68A819;
	font-family: 'Baloo+Tammudu', sans-serif;
}

.pasosApp {
	padding-top: 45px;
	text-align: left;
}

.row_pasos {
	padding-bottom: 35px;
}
.tituloPromo {
  background-color: #6aa929; /* Verde similar al de la imagen */
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 30px;
  display: inline-block;
  border-top-left-radius: 0;      /* Esquina superior izquierda plana */
  border-bottom-left-radius: 0;   /* Esquina inferior izquierda plana */
  border-top-right-radius: 30px;  /* Esquina superior derecha redondeada */
  border-bottom-right-radius: 30px; /* Esquina inferior derecha redondeada */
}
.circulo_numero {
	background: #035A03;
	text-align: center;
	width: 55px;
	height: 55px;
	padding-top: 5px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 30px;
}

.textnum {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	margin: 0 auto;
	padding-left: 15px;
	padding-top: 10px;
}

.botonesApp {
	margin-bottom: 45px;
	text-align: center;
}

.link_App {
	margin: 0 auto;
}

.btncolorApp {
	background: #035A03;
	color: #fff;
	border: none;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	padding: 12px;
}

.btncolorApp:hover {
	background: #69B011;
	color: #fff;
	cursor: pointer;
}

.contenedor_img {
	text-align: center;
}

.img_app {
	margin: 0 auto;
	border: 1px solid #ccc;
	margin-bottom: 25px;
}

.backtrans {
	background-color: transparent !important;
}

.stylePlan {
	color: #FFFFFF !important;
	font-size: 22px !important;
	font-family: 'GothamT' !important;
}

.ubicPlan {
	font-family: 'GothamBook' !important;
	font-size: 24px !important;
}

.plansGo .planGo {
	border-radius: 25px;
	/* 	border: 1px solid #74C215;
 */
}

.plansGo .itemGo {
	background-color: #fff;
	width: 350px;
	height: 820px;
	margin-top: 4rem;
	margin: 25px;
}

.plansGo .titleplanes {
	border-radius: 25px;
	background-color: #ffff;
	color: #74C215;
	border: 1px solid #74C215;
}

.plansGo .price {
	color: #FFFFFF;
	font-size: 30px;
	font-family: 'GothamB';
	text-align: center;
}

.plansGo .price .mount {
	font-size: 50px;
}

.plansGo .iftDesc {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
	font-family: 'GothamB';
	transition: all .3sease;
	text-align: center;
}

.plansGo .itemPlan {
	width: 315px;
	height: 820px;
	margin-top: 4rem;
	margin: 25px;
}


.plansGo .planHead {
	border-radius: 25px;
	border: 1px solid;
	background-color: #393939;
}

.plansGo .planBody {
	margin-top: 10px;
	background-color: #74C215;
	border: 1px solid #74C215;
	border-radius: 25px;
	text-align: center;
	height: 540px;
	position: relative;
}

.plansGo .download {
	margin-top: 5px;
}

.plansGo .download div:first-child {
	background-color: #FFF;
	border-radius: 50%;
}

.planBody .upload {
	margin-top: 5px;
}

.planBody .terms {
	background-color: #393939;
	height: 68px;
	border-radius: 20px;
	width: 100%;
}

.terms a {
	text-decoration: none;
	color: white !important;
	cursor: pointer;
	position: relative;
	width: 100%;
	top: 32%;
	font-family: 'GothamB';
	font-size: 11px;
	text-transform: uppercase;
}

.upload .textPlanMB {
	font-size: 29px;
	margin-bottom: 0px;

}

.plansGo .btnContract {
	padding: 1rem;
	background-color: #393939;
	color: #FFFFFF;
	border: 1px solid #393939;
	border-radius: 0px;
	width: 100%;
	font-size: 22px;
	font-weight: 800;
	font-family: 'GothamB';
	letter-spacing: 3px;
	transition: all .3s ease-in;
	text-transform: uppercase;
	border-radius: 45px;
	margin-bottom: 25px;
	cursor: pointer;
}

.planBody .contract {
	margin-top: 25px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}

.classUbana {
	background-color: #74C215;
	border: 1px solid #74C215;
	color: #FFFFFF;
	right: 0;
	position: absolute;
	width: 100%;
	text-transform: uppercase;
	padding: 0.5rem;
	display: flex;
	font-weight: 800;
	font-size: 13px;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-family: 'GothamBook' !important;
	top: -2.3rem;
}

/* ***************************** RESPONSIVE ********************************* */
/* Móviles en  vertical */
@media (max-width: 1024px) {
	.itemVentajaTwo {
		width: 400px;
		height: 250px;
	}

	.cardVTitle {
		height: auto;
	}

	.titleOffice {
		font-size: 30pt !important;
	}
}

@media (max-width: 991px) {
	.greenPlanes {
		text-align: center;
	}

	.boton {
		background: #035A03;
		margin-top: 8px;
	}

	.men {
		margin-top: 70px;
		background: #fff;
	}

	nav {
		height: auto;
		background: #fff;
	}

	.a {
		color: #000;
	}

	.scrollable-menu {
		height: auto;
		max-height: 200px;
		overflow-x: hidden;
	}

	.logo {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 31;
		width: auto;
		height: 80px;
		margin-top: 2.5px;
	}

	.menuindex {
		flex-direction: column;
		justify-content: start;
		align-items: start;
	}

	ul.navbar-nav li.nav-item>a.nav-link {
		font-size: 18px;
		margin-right: 0rem !important;
		justify-content: start !important;
		width: 100%;
		padding-left: 1rem;
		font-family: 'GothamBlack';
	}

	.colorred {
		font-size: 25px !important;
		color: #035A03 !important;
	}

	.itemVentajaTwo {
		width: 100%;
	}

	.item.w-50 {
		width: 100% !important;
	}

	.scrollable-menu {
		height: auto;
		max-height: 200px;
		overflow-x: hidden;
	}

	.titleWelc {
		margin-top: 3rem;
	}

	.menuNav {
		background: #FFFFFF;
	}

	.iconRed {
		margin-top: 6rem;
	}

	.img911 {
		display: none;
	}

	.menu a.link {
		height: 5.7rem !important;
	}

	.carousel-caption {
		width: 100% !important;
		right: 0% !important;
		left: 0% !important;
	}

	.numberTel {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.itemVentajaTwo {
		height: auto !important;
	}

	.numberTel {
		font-size: 18px;
	}

	.cardVTitle {
		font-size: 17px;
	}

	.boton {
		background: #035A03;
		margin-top: 8px;
	}

	.men {
		margin-top: 70px;
		background: #fff;
	}

	nav {
		height: auto;
		background: #fff;
	}

	.a {
		color: #000;
	}

	.v4 {
		width: 100%;
	}

	.titbig {
		font-size: 20px;
	}

	.logo {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 31;
		width: auto;
		height: 80px;
		margin-top: 2.5px;
	}

	.scrollable-menu {
		height: auto;
		max-height: 200px;
		overflow-x: hidden;
	}

	.titleWelc {
		margin-top: 3rem;
	}

	.menuNav {
		background: transparent;
	}

	.iconRed {
		margin-top: 5rem;
		margin-bottom: 3rem;
	}

	.img911 {
		display: none;
	}

	.menu a.link {
		height: 6rem !important;
	}

	.welcomeText {
		padding-left: 1rem !important;
		border: 1px solid transparent !important;
	}

	.backgroundSoporte {
		background-size: contain;
		height: 150px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.backgroundNosotrosTwo {
		background-size: contain;
		height: 200px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.backgroundNosotros {
		background-size: contain;
		height: 200px;
		margin-top: 3rem;
	}

	.titlePlanes {
		text-align: center;
	}

	.textPlan {
		text-align: center;
	}
}

@media (max-width: 580px) {
	.btnMoreInfo {
		font-size: 10px;
		top: 8.5rem;
		left: 1rem;
		width: 200px;
	}

	.btnApp {
		font-size: 8px;
		font-weight: 450;
		top: 8rem;
		width: 120px;
		left: 1rem;
		height: 30px;
	}

	.btnApp.Two {
		font-size: 8px;
		font-weight: 450;
		top: 8rem;
		width: 120px;
		left: 10rem;
		height: 30px;
	}

	.SliderWeb {
		height: 200px;
		display: inherit;
	}

	.imgcarou img {
		height: 200px;
	}

	.linkBottom {
		font-size: 12px;
	}

	.desactivecaru {
		display: none !important;
	}

	.videoBack {
		display: none !important;
	}

	.iconIndex {
		width: 6rem;
		margin-top: 2rem;
		margin-left: auto;
		/* margin-right: auto!important; */
		;
	}

	.lineBottom4 {
		padding-left: 0rem;
		padding-top: 3rem;
		border-left: 0px solid transparent;
	}

	.imgMovil {
		display: flex;
	}

	.backgroundMovil {
		background-size: contain !important;
		height: 300px !important;
		width: 100% !important;
		background-color: white !important;
	}

	.numberBottom {
		font-size: 17px;
	}

	.imgBottom {
		width: 6rem;
	}

	.priceCard {
		width: 102%;
	}

	.politicas h1 {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.carousel-control-prev {
		display: none !important;
	}

	.carousel-control-next {
		display: none !important;
	}

	.Slidermovil {
		display: inherit;
		height: auto !important;
	}

	.logo911 img {
		display: none;
	}

	.menu {
		padding-right: 0px;
	}

	.scrollable-menu {
		height: auto;
		max-height: 200px;
		overflow-x: hidden;
	}

	.logo {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 31;
		width: auto;
		height: 80px;
		margin-top: 2.5px;
	}

}
.hero-fidelidad .highlight {
  color: #8dc63f;
}
.catalogo-section {
  background-color: #f8f9fa;
}
.programa-fidelidad h3 {
  color: #035a03;
  font-weight: bold;
}
.descarga-app {
  background-color: #e9f7ec;
}
.footer {
  background-color: #035a03;
}
