/*-----------------------------------------------------------------------------------
	Sitio deb Dedicados
	About: Página de Servicios de Internet dedicados de Clic Telecom. 
	Author: Zaren Ortega
	Version: 2.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}




/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Kodchasan";
}
.container{
	max-width:1200px;
}
.hero-header-text{
	font-size:200px;
	font-weight:bold;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.green-bg-gradient{
	background:linear-gradient(68deg, #61E1A3, #49AFFF);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FFFFFF);
	color:transparent!important;
}
.navbar-brand img{
	width:100px;
	height:100px;
}
.feat-header{
	font-weight:bold;
}
.app-hero-img{
	box-shadow:-6px -36px 32px rgba(0,0,0,0.09);
	border-radius:10px 10px 0px 0px;
}
.app-hero-title{
	font-size:60px;
}
.app-hero-sub-title{
	font-size:30px;
}
.purple-gradient-bg-vert{
	background:linear-gradient(0deg, #9809FF   0%, #8B74FD 100%);
}
.app-offset-bottom{
	position:relative;
	bottom:-20px;
}
.feat-sub-header{
	font-size:20px;
}
.feat-icon-trans{
	background-color:rgba(255,255,255,0.15);
	margin-bottom:10px;
	border-color:transparent!important;
	background-size:length;
	width:120px;
	height:120px;
	border-radius:16px 16px 16px 16px;
}
.purple-gradient-bg{
	background:linear-gradient(162deg, #9F36CC  0%, #57D3B3 100%);
}
.link-style{
	font-family:"Montserrat";
	font-size:32px;
}
.feature-col-mt{
	margin-top:29px;
}
.hero-first-col-mb{
	margin-bottom:30px;
}
.carousel_text_area{
	background:linear-gradient(0deg, #000000  0%, var(--swatch-var-2717) 100%);
	font-family:"Lato";
	border-radius:16px 16px 16px 16px;
}
.h3-style{
	font-family:"Jost";
	font-size:32px;
	font-weight:900;
}
.plan_button{
	font-family:"Jost";
	text-align:center;
	text-transform:uppercase;
	background:linear-gradient(230deg, #5DC1A7 0%, #ABF46E 100%);
	background-blend-mode:normal;
	text-shadow:0.45px 0.89px 4px #000000;
	border-radius:16px 16px 16px 16px;
}
.app-shadow{
	box-shadow:0px 31px 35px rgba(0,0,0,0.16),0px 0px 2px rgba(0,0,0,0.09);
}
.cta-card{
	margin:0px 0px 0px 0px;
	border-radius:30px 30px 30px 30px;
}
.white-btn{
	color:#9713FE!important;
	font-size:16px;
}
.cta-card-img-left{
	border-style:_popUpItemAction:;
	position:relative;
	width:100%;
	border-top-right-radius:10px;
	border-bottom-left-radius:30px;
	right:60px;
}
.btn-style{
	width:90%;
}
.image_carousel{
	filter:blur(0px) saturate(120%);
	border-style:_popUpItemAction:;
}
.p-style{
	font-size:20px;
	font-family:"Kodchasan";
}
.feature-details-col{
	padding:16px 16px 16px 16px;
}
h1{
	font-family:"Kelly Slab";
}
h2{
	font-family:"Kelly Slab";
}
h3{
	font-family:"Kelly Slab";
}
h4{
	font-family:"Kelly Slab";
}
h5{
	font-family:"Kelly Slab";
}
h6{
	font-family:"Kelly Slab";
}
.h6-style{
	font-family:"Montserrat";
	color:#9D3AC8!important;
}
.plan-button-purple{
	font-family:"Jost";
	text-align:center;
	text-transform:uppercase;
	background:linear-gradient(229deg, var(--swatch-var-6890) 0%, var(--swatch-var-2717) 100%);
	background-blend-mode:normal;
	text-shadow:0.45px 0.89px 4px #000000;
	border-radius:16px 16px 16px 16px;
}
.better_option{
	color:#8A3DAF!important;
}
.plan-button-red{
	font-family:"Jost";
	text-align:center;
	text-transform:uppercase;
	background:linear-gradient(151deg, #ED6902  0%, #F04009 100%);
	background-blend-mode:normal;
	text-shadow:0.45px 0.89px 4px #000000;
	border-radius:16px 16px 16px 16px;
}
.plan-buttton-yellow{
	background:linear-gradient(135deg, #EFFB49 2%, #A3F073 100%);
	text-shadow:0.59px 0.81px 4px #000000;
	border-radius:16px 16px 16px 16px;
}
.plan_detail{
	color:#FFFFFF!important;
	font-size:16px;
	text-shadow:1.04px 4.89px 5px #000000,0.00px 0.00px 2px #000000;
}
.plan-buttton-cyan{
	background:linear-gradient(135deg, #BAD7F1 1%, #5BC8B5 100%);
	text-shadow:0.59px 0.81px 4px #000000;
	border-radius:16px 16px 16px 16px;
}
.plan-button-green{
	background:linear-gradient(0deg, var(--swatch-var-5630) 0%, var(--swatch-var-6968) 100%);
	font-family:"Orbitron";
	text-decoration:none;
	text-shadow:1.76px 2.43px 4px #000000;
	color:var(--swatch-var-1792)!important;
}
.p-2-style{
	font-size:20px;
	font-family:"Montserrat";
}
.h3-bloc-1-style{
	font-size:32px;
	font-family:"Kelly Slab";
}
.map{
	filter:brightness(1.0);
	border-radius:32px 32px 32px 32px;
}
.img_round{
	border-radius:16px 16px 16px 16px;
}
.purple_background{
	background:repeating-linear-gradient(175deg, var(--swatch-var-2717) 0%, var(--swatch-var-6890) 100%);
	background-blend-mode:screen;
}
.bloc-divider-t-fill{
	fill:#FFFFFF;
	width:100%;
	height:60px;
}
.bloc-divider-b-style{
	height:69px;
	width:100%;
	fill:#FFFFFF;
}
.bloc-divider-t-bloc-5-fill{
	fill:#000000;
}
.text_plan{
	font-family:"Montserrat";
}
.acordeon_titulo{
	font-size:16px;
	background:linear-gradient(175deg, var(--swatch-var-6968) 0%, var(--swatch-var-5244) 100%);
	color:#FFFFFF!important;
	font-weight:bold;
}
.white_text{
	color:#FFFFFF!important;
}
.bloc-divider-t-bloc-21-fill{
	fill:#208299;
}
.img-rounded-left{
	border-radius:20px 0px 0px 20px;
}
.app-feature-header{
	font-weight:bold;
}
.app-feature-icon{
	width:50px;
	background:linear-gradient(0deg, #FEFFF9 0%, #E6EEDF 100%);
	border-radius:10px 10px 10px 10px;
}
.team-card{
	min-height:350px;
}
.orange_background{
	background:linear-gradient(1deg, #ED8D03   0%, #FF1700 100%);
}
.transparent_background{
	background:linear-gradient(0deg, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.74) 100%);
	left:60px;
	right:60px;
	text-align:center;
	margin:16px 16px 16px 16px;
	border-radius:16px 16px 16px 16px;
}
.img-instalaci-style{
	width:96px;
	height:96px;
}
.img-ticket-sopor-style{
	width:96px;
	height:96px;
}
.img-clien-style{
	height:96px;
	width:96px;
}
.img-pagos-style{
	height:96px;
	width:96px;
}
.img-fibra-opti-style{
	height:96px;
	width:96px;
}
.img-notificacion-style{
	width:96px;
	height:96px;
}
.img-40-style{
	width:96px;
	height:96px;
}
.img-bloc-17-style{
	width:96px;
	height:96px;
}
.bloc-divider-b-fill{
	fill:#FFFFFF;
}
.bloc-divider-t-bloc-17-fill{
	fill:#FFFFFF;
}
.text-span-color{
	color:#000000;
}
.h3-10-style{
	font-size:24px;
}
.bloc-divider-b-bloc-21-fill{
	fill:#FFFFFF;
}
.bloc-divider-t-0-fill{
	fill:var(--swatch-var-1792);
}
.p-4-style{
	line-height:24px;
}
.img-paquete-premi-style{
	height:180px;
	width:180px;
}
.img-plan-1-style{
	width:200px;
}
.img-plan-2-style{
	width:200px;
}
.img-plan-5-style{
	width:200px;
}
.img-plan-10-style{
	width:200px;
}
.img-logo-cl-style{
	width:120px;
	height:120px;
}
.img-12-style{
	height:128px;
	width:128px;
}
.img-10-style{
	height:120px;
	width:120px;
}
.bloc-divider-t-17990-fill{
	fill:#FFFFFF;
}
.p-42-style{
	font-size:18px;
}
.card_body{
	padding:4px 4px 4px 4px;
}
.bloc-divider-b-bloc-6-style{
	fill:#632377;
}
.p-104-style{
	font-size:20px;
}
.button_text{
	font-family:"Kelly Slab";
	font-weight:800;
	background-color:var(--swatch-var-1792);
}
.background_blue{
	background:linear-gradient(131deg, var(--swatch-var-4488) 0%, var(--swatch-var-143) 100%);
}
.blue_background{
	background:repeating-linear-gradient(175deg, var(--swatch-var-2717) 0%, var(--swatch-var-6890) 100%);
	background-blend-mode:screen;
}
.h2-style{
	font-size:32px;
	color:var(--swatch-var-6968)!important;
	font-family:"Kelly Slab";
}
.h3- - la-barca-style{
	font-family:"Kelly Slab";
}
.img-style{
	height:180px;
}
.p-bloc-2-style{
	font-family:"Montserrat";
}
.h2-bloc-5-style{
	font-family:"Kelly Slab";
}
.p-bloc-5-style{
	font-family:"Montserrat";
}
.p-25-style{
	font-family:"Montserrat";
}
p{
	font-family:"Montserrat";
}
label{
	font-family:"Montserrat";
}
.navbar-nav li a{
	font-family:"Kelly Slab";
}
.img-bloc-5-style{
	width:150px;
	height:150px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-1792:rgba(255,255,255,1.00);
	
	--swatch-var-6521:rgba(255,255,255,0.498039);
	
	--swatch-var-426:rgba(255,255,255,0.8);
	
	--swatch-var-1006:#F47305;
	
	--swatch-var-7660:#585858;
	
	--swatch-var-779:#F47306;
	
	--swatch-var-4780:rgba(155,234,121,1.00);
	
	--swatch-var-4488:rgba(92,201,181,1.00);
	
	--swatch-var-258:#ED5205;
	
	--swatch-var-4231:#A654D0;
	
	--swatch-var-55:#E6FA4D;
	
	--swatch-var-1258:rgba(242,242,242,1.00);
	
	--swatch-var-1280:#0D0D0D;
	
	--swatch-var-458:rgba(0,0,0,1.00);
	
	--swatch-var-7096:rgba(152,9,255,1.00);
	
	--swatch-var-143:rgba(33,133,157,1.00);
	
	--swatch-var-1869:rgba(0,0,0,0.701961);
	
	--swatch-var-7238:#8630A0;
	
	--swatch-var-4996:rgba(133,46,157,1.00);
	
	--swatch-var-2672:rgba(134,239,78,1.00);
	
	--swatch-var-6890:rgba(70,61,91,1.00);
	
	--swatch-var-2717:rgba(88,86,123,1.00);
	
	--swatch-var-4090:#DFE0E1;
	
	--swatch-var-2297:#DFE0E1;
	
	--swatch-var-3474:#F5F4F4;
	
	--swatch-var-6915:#FFFFFF;
	
	--swatch-var-6968:rgba(126,169,162,1.00);
	
	--swatch-var-5630:rgba(161,210,151,1.00);
	
	--swatch-var-5244:rgba(192,219,126,1.00);
	
}


/* Background colour styles */

.bgc-1792{
	background-color:var(--swatch-var-1792);
}
.bgc-1258{
	background-color:var(--swatch-var-1258);
}

/* Text colour styles */

.tc-1792{
	color:var(--swatch-var-1792)!important;
}
.tc-7660{
	color:var(--swatch-var-7660)!important;
}
.tc-5630{
	color:var(--swatch-var-5630)!important;
}
.tc-1258{
	color:var(--swatch-var-1258)!important;
}
.tc-4996{
	color:var(--swatch-var-4996)!important;
}
.tc-7238{
	color:var(--swatch-var-7238)!important;
}
.tc-1280{
	color:var(--swatch-var-1280)!important;
}

/* Icon colour styles */

.icon-1792{
	color:var(--swatch-var-1792)!important;
	border-color:var(--swatch-var-1792)!important;
}

/* Bloc image backgrounds */




/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.app-hero-title{
		font-size:50px;
	}
	.app-hero-sub-title{
		font-size:25px;
	}
	.feature-details-col{
		margin-bottom:40px;
		text-align:center;
	}
	.app-shadow{
	}
	.cta-card{
	}
	.cta-card-img-left{
	}
	
}

@media (max-width: 767px){
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.app-hero-title{
		font-size:40px;
	}
	.app-hero-sub-title{
		font-size:20px;
	}
	.feature-details-col{
		text-align:center;
	}
	.app-shadow{
	}
	.cta-card{
		padding:30px 30px 0px 30px;
	}
	.cta-card-img-left{
		right:30px;
	}
	.img-rounded-left{
		border-top-left-radius:15px;
		border-bottom-left-radius:15px;
	}
	
}

@media (max-width: 575px){
	.hero-header-text{
		font-size:50px;
	}
	.app-hero-title{
		font-size:20px;
	}
	.app-shadow{
	}
	.cta-card{
		padding:20px 20px 0px 20px;
	}
	.cta-card-img-left{
		right:20px;
	}
	.img-rounded-left{
		border-bottom-left-radius:10px;
		border-top-left-radius:10px;
	}
	.h3-bloc-10-style{
		font-size:18px;
	}
	.h5-style{
		font-size:16px;
	}
	.h5- -393-197-3045-style{
		font-size:14px;
	}
	.h2-style{
		font-size:18px;
	}
	.p-bloc-2-style{
		font-size:10px;
	}
	.img-paquete-premi-style{
		width:120px;
		height:120px;
	}
	.p-4-style{
		font-size:14px;
	}
	.text_plan{
		font-size:10px;
	}
	.h2-bloc-5-style{
		font-size:18px;
	}
	.p-bloc-5-style{
		font-size:10px;
	}
	.h3- - la-barca-style{
		font-size:18px;
	}
	.h3- - ayotlán-style{
		font-size:18px;
	}
	.h3- - arandas-style{
		font-size:18px;
	}
	.p-bloc-6-style{
		font-size:10px;
	}
	.p-47-style{
		font-size:10px;
	}
	.p-46-style{
		font-size:10px;
	}
	.p-45-style{
		font-size:10px;
	}
	.p-44-style{
		font-size:10px;
	}
	.p-43-style{
		font-size:10px;
	}
	.p-40-style{
		font-size:10px;
	}
	.p-39-style{
		font-size:10px;
	}
	.p-41-style{
		font-size:10px;
	}
	.p-42-style{
		font-size:10px;
	}
	.p-48-style{
		font-size:10px;
	}
	.p-49-style{
		font-size:10px;
	}
	.p-50-style{
		font-size:10px;
	}
	.h4-style{
		font-size:16px;
	}
	.p-51-style{
		font-size:10px;
	}
	.p-52-style{
		font-size:10px;
	}
	.p-53-style{
		font-size:10px;
	}
	.p-54-style{
		font-size:10px;
	}
	.p-55-style{
		font-size:10px;
		line-height:15px;
	}
	.h1-style{
		font-size:24px;
	}
	.h1-bloc-6-style{
		font-size:24px;
	}
	.h1-1080p-style{
		font-size:24px;
	}
	.h1-720p-style{
		font-size:24px;
	}
	.spaced_rows{
		margin-bottom:24px;
	}
	.top_space{
		margin-top:32px;
	}
	.bloc-divider-t-bloc-21-fill{
		height:32px;
	}
	.bloc-divider-b-bloc-6-style{
		height:32px;
	}
	.navbar-brand img{
		width:64px;
		height:64px;
	}
	.card_body{
		padding:10px 10px 10px 10px;
	}
	.plan-button-purple{
		font-size:12px;
		padding:10px 10px 10px 10px;
	}
	.plan-buttton-yellow{
		font-size:12px;
	}
	.plan_button{
		font-size:12px;
	}
	.plan-buttton-cyan{
		font-size:12px;
	}
	.h6-style{
		font-size:10px;
	}
	.p-24-style{
		font-size:10px;
	}
	.p-25-style{
		font-size:10px;
	}
	.p-26-style{
		font-size:10px;
	}
	.p-27-style{
		font-size:10px;
		line-height:10px;
	}
	.p-28-style{
		font-size:10px;
	}
	.p-29-style{
		font-size:10px;
	}
	.p-30-style{
		font-size:10px;
	}
	.p-31-style{
		font-size:10px;
	}
	.p-32-style{
		font-size:10px;
	}
	.p-33-style{
		font-size:10px;
	}
	.p-34-style{
		font-size:10px;
	}
	.p-35-style{
		font-size:10px;
	}
	.p-36-style{
		font-size:10px;
	}
	.white_text{
		font-size:12px;
	}
	.h4-50mb-premium-style{
		font-size:18px;
	}
	.h4-35mb-ultra-style{
		font-size:18px;
	}
	.h4-bloc-6-style{
		font-size:18px;
	}
	.h4-5mb-básico-style{
		font-size:18px;
	}
	.h2-13-style{
		font-size:18px;
	}
	.p-104-style{
		font-size:10px;
	}
	.h3-bloc-21-style{
		font-size:18px;
	}
	.h6-bloc-21-style{
		font-size:10px;
	}
	.bloc-divider-b-fill{
		height:32px;
	}
	.bloc-divider-t-17990-fill{
		height:32px;
	}
	.label-style{
		font-size:14px;
	}
	.label-bloc-8-style{
		font-size:14px;
	}
	.label-mensaje--style{
		font-size:14px;
	}
	.h2-bloc-9-style{
		font-size:18px;
	}
	.p-bloc-9-style{
		font-size:12px;
	}
	.h3-6-style{
		font-size:18px;
	}
	.h5-bloc-10-style{
		font-size:16px;
	}
	.h5- -331-367-6296-style{
		font-size:14px;
	}
	.h3-7-style{
		font-size:18px;
	}
	.h5-3-style{
		font-size:16px;
	}
	.h5- -393-688-1692-style{
		font-size:14px;
	}
	.img-10-style{
	}
	.mt-5{
	}
	.team-card{
		border-color:transparent!important;
	}
	.card_round{
		border-radius:16px 16px 16px 16px;
	}
	.bloc-divider-b-bloc-10-style{
		height:32px;
	}
	.h2-bloc-2-style{
		font-size:18px;
	}
	.p-58-style{
		font-size:10px;
	}
	.img-plan-1-style{
		width:150px;
	}
	.img-plan-2-style{
		width:150px;
	}
	.img-plan-5-style{
		width:150px;
	}
	.img-plan-10-style{
		width:150px;
	}
	.h2-bloc-4-style{
		font-size:18px;
	}
	.p-bloc-4-style{
		font-size:10px;
	}
	.h2-bloc-13-style{
		font-size:18px;
	}
	.p-bloc-13-style{
		font-size:10px;
	}
	.img-favic-style{
		width:120px;
		height:120px;
	}
	.img-bloc-13-style{
		width:120px;
		height:120px;
	}
	.img-23-style{
		width:120px;
		height:120px;
	}
	.img-24-style{
		width:120px;
		height:120px;
	}
	.p-78-style{
		font-size:10px;
	}
	.p-79-style{
		font-size:10px;
	}
	.p-80-style{
		font-size:10px;
	}
	.p-81-style{
		font-size:10px;
	}
	.h4-bloc-13-style{
		font-size:18px;
	}
	.h4-asesoria-style{
		font-size:18px;
	}
	.h4-8-style{
		font-size:18px;
	}
	.h4-garantia-style{
		font-size:18px;
	}
	.h2-visítanos-style{
		font-size:18px;
	}
	.p-bloc-14-style{
		font-size:10px;
	}
	.h2-bloc-15-style{
		font-size:18px;
	}
	.p-bloc-15-style{
		font-size:10px;
	}
	.h3-la-barca-style{
		font-size:18px;
	}
	.h5--393- -style{
		font-size:16px;
	}
	.h3-cd-méxico-style{
		font-size:18px;
	}
	.h3-acapulco-style{
		font-size:18px;
	}
	.h5--553-154-0753-style{
		font-size:16px;
	}
	.h5--983-809-0234-style{
		font-size:16px;
	}
	.plan-button-red{
		font-size:12px;
	}
	.h2-bloc-18-style{
		font-size:18px;
	}
	.p-bloc-18-style{
		font-size:10px;
	}
	.h3-10-style{
		font-size:16px;
	}
	.h1-bloc-17-style{
		font-size:18px;
	}
	.h2-bloc-21-style{
		font-size:18px;
	}
	.feat-sub-header{
		font-size:10px;
	}
	.bloc-divider-b-bloc-21-fill{
		height:32px;
	}
	.bloc-divider-t-0-fill{
		height:32px;
	}
	.img-instalaci-style{
		width:64px;
		height:64px;
	}
	.img-ticket-sopor-style{
		width:64px;
		height:64px;
	}
	.img-clien-style{
		width:64px;
		height:64px;
	}
	.h4-instalaciones-style{
		font-size:16px;
	}
	.p-bloc-21-style{
		font-size:10px;
	}
	.h4-reportes-style{
		font-size:16px;
	}
	.p-90-style{
		font-size:10px;
	}
	.h4-clientes-style{
		font-size:16px;
	}
	.p-91-style{
		font-size:10px;
	}
	.img-pagos-style{
		width:64px;
		height:64px;
	}
	.img-fibra-opti-style{
		width:64px;
		height:64px;
	}
	.h4-pagos-style{
		font-size:16px;
	}
	.p-92-style{
		font-size:10px;
	}
	.h4-fibra-óptica-style{
		font-size:16px;
	}
	.p-93-style{
		font-size:10px;
	}
	.h4-personal-style{
		font-size:16px;
	}
	.p-94-style{
		font-size:10px;
	}
	.img-trabajad-style{
		width:64px;
		height:64px;
	}
	.img-bloc-21-style{
		width:64px;
		height:64px;
	}
	.img-notificacion-style{
		width:64px;
		height:64px;
	}
	.h4-bloc-21-style{
		font-size:16px;
	}
	.p-95-style{
		font-size:10px;
	}
	.h4-notificaciones-style{
		font-size:16px;
	}
	.p-96-style{
		font-size:10px;
	}
	.h2-12-style{
		font-size:18px;
	}
	.p-97-style{
		font-size:10px;
	}
	.h4-18-style{
		font-size:16px;
	}
	.p-98-style{
		font-size:10px;
	}
	.h4-19-style{
		font-size:16px;
	}
	.p-99-style{
		font-size:10px;
	}
	.h4-20-style{
		font-size:16px;
	}
	.p-100-style{
		font-size:10px;
	}
	.h4-ventas-style{
		font-size:16px;
	}
	.h4-22-style{
		font-size:16px;
	}
	.h4-monitoreo-style{
		font-size:16px;
	}
	.p-101-style{
		font-size:10px;
	}
	.p-102-style{
		font-size:10px;
	}
	.p-103-style{
		font-size:10px;
	}
	.bloc-divider-b-bloc-18-style{
		height:32px;
	}
	
}

