/*-----------------------------------------------------------------------------------
	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;}


/* 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 Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = 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);
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}
.texture-fabric::before{
	background: url("img/texture-fabric.png");
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* 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);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* 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-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
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;
}

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

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.pressed-t{
	text-shadow:0 1px 0 #FFF;
}


/* = 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;
}
/* = iPhone 11 & 12 Devices
-------------------------------------------------------------- */

.blocsapp-device-iphone11,.blocsapp-device-iphone12{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 9.6%;
	position: relative;
}
.blocsapp-device-iphone11::after,.blocsapp-device-iphone12::after{
	content:"";
	position:absolute;
	width:100%;
	height:5%;
	left:0;
	top:5%;
	margin-top:-0.5%;
	background-repeat:no-repeat;
	background-size:40%;
	background-position:top center;
	background-image:url("img/iphone-notch.png");
}
.blocsapp-device-iphone11 img,.blocsapp-device-iphone12 img{
	width:100%;
	height:auto;
	margin: 0 auto;
	border-radius:9%/4%;
}
.blocsapp-device-iphone11 .embed-responsive::before,.blocsapp-device-iphone12 .embed-responsive::before{
	padding-top: 106.25%;
}
.blocsapp-device-iphone11 .embed-responsive,.blocsapp-device-iphone12 .embed-responsive{
	padding-bottom: 90%;
	width: 90.0%;
	right: -5%;
	border-radius: 2%/3%;
}
.blocsapp-device-iphone11.iphone11-black{
	background-image:url("img/Apple-iPhone-11-Black.png");
}

/* = 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;
}
.img-style{
	width:267px;
	height:478px;
}
.carousel_text_area{
	background:linear-gradient(0deg, #000000 0%, rgba(10,10,8,0.93) 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:"Jost";
}
h2{
	font-family:"Jost";
}
h3{
	font-family:"Jost";
}
h4{
	font-family:"Jost";
}
h5{
	font-family:"Jost";
}
h6{
	font-family:"Jost";
}
.h6-style{
	font-family:"Exo";
	color:#9D3AC8!important;
}
.plan-button-purple{
	font-family:"Jost";
	text-align:center;
	text-transform:uppercase;
	background:linear-gradient(229deg, #822A98 0%, #A75BD2 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;
}
.p-2-style{
	font-size:20px;
}
.h3-bloc-1-style{
	font-size:32px;
}
.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, #66DEC0  0%, #942CDE 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;
}
.acordeon_titulo{
	font-size:16px;
	background:linear-gradient(141deg, #78C8B5   0%, #8A33A3 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:#FFFFFF;
}
.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;
}

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

/* Background colour styles */

.bgc-purple-heart{
	background-color:#8630A0;
}
.bgc-anti-flash-white{
	background-color:#F1F1F1;
}

/* Text colour styles */

.tc-davys-grey{
	color:#585858!important;
}
.tc-medium-orchid{
	color:#A654D0!important;
}
.tc-anti-flash-white{
	color:#F1F1F1!important;
}
.tc-purple-heart{
	color:#8630A0!important;
}
.tc-white{
	color:rgba(255,255,255,0.8)!important;
}
.tc-black{
	color:rgba(0,0,0,0.701961)!important;
}

/* Button colour styles */

.btn-medium-aquamarine{
	background:#5BC8B5;
	color:#FFFFFF!important;
}
.btn-medium-aquamarine:hover{
	background:#49a091!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-anti-flash-white{
	color:#F1F1F1!important;
}
.ltc-anti-flash-white:hover{
	color:#c1c1c1!important;
}

/* Icon colour styles */

.icon-teal-blue{
	color:#21859D!important;
	border-color:#21859D!important;
}
.icon-anti-flash-white{
	color:#F1F1F1!important;
	border-color:#F1F1F1!important;
}

/* Bloc image backgrounds */


/* = Custom Bric Data
-------------------------------------------------------------- */

.phonewrapper .phline {
	  display: block;
	  position: relative;
	  cursor: pointer}  .phonewrapper .fa {
	  display: inline;
	  position: relative;
	  font-size: 1em;
	  line-height: 100%;
	  vertical-align: text-top;
	  color: #616161;
	  text-shadow: 1px 1px 2px #989898}  .phonewrapper .phtext {
	  display: inline;
	  position: relative;
	  margin-left: .25em;
	  font-size: 1em;
	  line-height: 100%;
	  color: #616161}  .phonewrapper .left {
	  text-align: left}  .phonewrapper .center {
	  text-align: center}  .phonewrapper .right {
	  text-align: right} .page-scroll-progress-bar{
		top:0;
		left:0;
		right:0;
		width:0;
		position: fixed;
		z-index: 999999;
}
.page-scroll-progress-bar.bottom-edge{
	top: initial;
	bottom: 0;
}


/* = 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;
	}
	.h3-bloc-6-style{
		font-size:18px;
	}
	.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;
	}
	.p-37-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;
	}
	.h2-escríbenos-style{
		font-size:18px;
	}
	.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;
	}
	
}

