/*-----------------------------------------------------------------------------------
	Pido Rápido
	Version: 1.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 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;
}
.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);
}


/* Dark theme */

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


/* 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-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}


/* = 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-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = 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: 15px;
}





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

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

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

.hide-indicators{
	display:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.bloc-divider-t-fill{
	fill:#FFFFFF;
	height:85px;
}
.bloc-divider-b-fill{
	fill:#FFFFFF;
	height:85px;
}
h1{
	font-family:"Lato";
	font-weight:900;
	font-size:55px;
	letter-spacing:0.02em;
	line-height:69px;
}
h2{
	font-family:"Lato";
	font-weight:900;
	font-size:35px;
	line-height:49px;
	letter-spacing:0.02em;
}
h3{
	font-family:"Lato";
	font-weight:700;
	font-size:21px;
	letter-spacing:0.02em;
	line-height:27px;
}
.text-dark{
	color:#384148!important;
}
.text-white{
	color:#FEFFFE!important;
}
.text-pink{
	color:#FF006B!important;
}
p{
	font-size:16px;
	font-family:"Lato";
	font-weight:400;
	letter-spacing:0.03em;
	line-height:28px;
}
.text-gray{
	color:#9B9C9B!important;
}
.button-white{
	font-family:"Lato";
	font-weight:700;
	font-size:22px;
	color:#FD056D!important;
	letter-spacing:0.02em;
	background-color:#FEFFFF;
	text-transform:none;
	box-shadow:0px 11px 24px rgba(163,3,73,0.25);
	border-style:solid;
	border-color:#FEFFFE!important;
	padding:20px 20px 20px 20px;
	border-width:2px 2px 2px 2px;
}
.button-color{
	font-family:"Lato";
	font-weight:700;
	font-size:22px;
	color:#FFFFFF!important;
	letter-spacing:0.02em;
	background-color:#FEFFFF;
	text-transform:none;
	background:#FD0078;
	box-shadow:0px 11px 24px rgba(179,0,73,0.25);
	padding:20px 20px 20px 20px;
}
.nav-link{
	font-family:"Lato";
	font-weight:400;
	font-size:20px;
	color:#FFFFFF!important;
	letter-spacing:0.02em;
	margin-right:7px;
	margin-left:7px;
	text-decoration:none;
	text-transform:none;
}
.navbar-container{
	border-style:solid;
	border-color:rgba(254,255,254,0.50)!important;
	margin-bottom:60px;
	padding-top:30px;
	padding-bottom:30px;
	border-width:0px 0px 1px 0px;
}
.button-login{
	border-style:solid;
	color:#FDFFFF!important;
	background-color:transparent;
	border-color:#FEFFFE!important;
	margin-left:7px;
	font-family:"Lato";
	font-weight:400;
	font-size:18px;
	padding:10px 25px 10px 25px;
	border-width:2px 2px 2px 2px;
}
.h1-margin-bottom{
	margin-bottom:90px;
}
.text-pink-light{
	color:#dfdfdf!important;
}
.text-span-style{
	font-weight:bold;
}
.h2-margin-bottom{
	margin-bottom:60px;
}
.ventaja-bg{
	margin-bottom:50px;
	box-shadow:0px 5px 35px rgba(27,32,70,0.13);
	padding-right:5px;
	padding-left:5px;
	border-radius:18px 18px 18px 18px;
}
.button-color:hover{
	background:linear-gradient(90deg, #151515 0%, #858585 100%);
}
.h2-tarifa-mensual-margin-bottom{
	margin-bottom:50px;
}
.h3-margin-top{
	margin-top:30px;
	margin-bottom:10px;
}
.p-margin-top{
	margin-top:25px;
	margin-bottom:25px;
}
.p-tarifa-margin-top{
	margin-top:20px;
	margin-bottom:35px;
}
.faq-divider{
	border-style:solid;
	padding-bottom:20px;
	border-color:rgba(255,255,255,0.30)!important;
	padding-top:5px;
	border-width:0px 0px 1px 0px;
}
.hero-bg{
	background-size:length;
	background-position:center bottom;
	background-image:url("img/hero-bg.jpg");
}
.button-login:hover{
	border-color:#FEFFFE!important;
	border-style:solid;
	background-color:#FFFFFF;
	color:#FD076D!important;
	box-shadow:0px 11px 24px rgba(163,3,73,0.25);
	border-width:2px 2px 2px 2px;
}
.button-white:hover{
	color:#FEFFFE!important;
	background-color:transparent;
	border-style:solid;
	border-color:#FEFFFE!important;
	border-width:2px 2px 2px 2px;
}
.p-servicio-margin-top{
	margin-top:70px;
	margin-bottom:90px;
}
.p-resellers-margin-top{
	margin-top:70px;
	margin-bottom:90px;
}
.h3-resellers-margin-top{
	margin-top:50px;
}
.h3-wad-margin-top{
	margin-top:50px;
}
.p-wad-margin-top{
	margin-top:70px;
	margin-bottom:90px;
}
.h3-contacto-margin-top{
	margin-top:50px;
	margin-bottom:70px;
}
.h2-margin-top{
	margin-top:20px;
}
.p-margin-bottom{
	margin-bottom:0px;
}
.card-shadow{
	box-shadow:0px 20px 80px rgba(21,23,56,0.40);
}
.h3-ventajas-margin-top{
	margin-top:25px;
	margin-bottom:30px;
}
.carousel-margin-bottom{
	margin-bottom:80px;
	margin-top:60px;
}
.h3-10-margin-top{
	margin-top:0px;
}
.img-margin-bottom{
	margin-bottom:30px;
}
.bloc .divider-h span{
	background-color:#DCE1EF;
}
.form-field{
	border-style:solid;
	border-color:#B4B5B4!important;
	margin-top:20px;
	margin-bottom:20px;
	font-size:16px;
	font-family:"Lato";
	font-weight:400;
	color:#374148!important;
	background-color:#FFFFFF;
	border-radius:20px 20px 20px 20px;
	border-width:1px 1px 1px 1px;
}
.p-contacto-margin-bottom{
	margin-bottom:40px;
}
.row-margin-top{
	margin-top:100px;
	margin-bottom:20px;
}
.tarifa-bg{
	background-image:url("img/tarifa-bg.jpg");
	background-repeat:no-repeat;
	background-position:center bottom;
}
.h3-servicio-margin-top{
	margin-top:30px;
}
.navbar-brand img{
	width:200px;
}
.link-whastsapp{
	width:65px;
	position:fixed;
	bottom:15px;
	right:15px;
}
.align-left{
	float:left;
}
.nav-link:hover{
	font-weight:400;
	color:#FED7E3!important;
}
.button-footer{
	border-style:solid;
	color:#FDFFFF!important;
	background-color:transparent;
	border-color:#FEFFFE!important;
	margin-left:7px;
	font-family:"Lato";
	font-weight:400;
	font-size:18px;
	float:none;
	padding:10px 25px 10px 25px;
	border-width:2px 2px 2px 2px;
}
.button-footer:hover{
	border-color:#FEFFFE!important;
	border-style:solid;
	background-color:#FFFFFF;
	color:#FD076D!important;
	box-shadow:0px 11px 24px rgba(163,3,73,0.25);
	border-width:2px 2px 2px 2px;
}
.social-icon{
	float:left;
	position:absolute;
}
.contact-margin{
	margin-left:45px;
}
.h2-comienza-ahora-margin-bottom{
	margin-bottom:60px;
}
.text-pasos{
	font-size:14px;
	line-height:18px;
	letter-spacing:0px;
}
.p-comienza-margin-bottom{
	margin-bottom:10px;
	margin-top:0px;
}
.p-7-margin-bottom{
	margin-bottom:10px;
	margin-top:0px;
}
.p-9-margin-bottom{
	margin-bottom:10px;
	margin-top:0px;
}
.p-6-margin-bottom{
	margin-bottom:0px;
}
.p-8-margin-bottom{
	margin-bottom:1px;
}
.p-10-margin-bottom{
	margin-bottom:1px;
}
.ventaja-img{
	width:70%;
}
.hero-image-size{
	width:90%;
}

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

/* Background colour styles */

.bgc-white-smoke{
	background-color:#F6F6F7;
}
.bgc-paynes-grey{
	background-color:#3C3E46;
}

/* 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-bg{
		background-size:auto auto;
		background-position:center bottom;
	}
	.navbar-container{
		padding-top:25px;
		padding-bottom:25px;
		margin-bottom:80px;
	}
	h1{
		font-size:33px;
		line-height:47px;
	}
	.h1-margin-bottom{
		margin-bottom:50px;
	}
	.button-white{
		font-size:18px;
		padding:15px 20px 15px 20px;
	}
	.button-color{
		font-size:18px;
		padding:15px 20px 15px 20px;
	}
	.h3-10-margin-top{
		margin-top:0px;
	}
	.carousel-margin-bottom{
		margin-bottom:60px;
	}
	.button-login{
		font-size:16px;
		margin-top:10px;
		float:right;
		padding:8px 20px 8px 20px;
	}
	.tarifa-bg{
	}
	.p-servicio-margin-top{
		margin-top:35px;
		margin-bottom:50px;
	}
	.h2-margin-bottom{
		margin-bottom:80px;
	}
	.ventaja-bg{
		padding-top:10px;
		padding-bottom:10px;
		margin-bottom:30px;
	}
	.faq-divider{
		padding-bottom:10px;
		padding-top:0px;
	}
	.h2-tarifa-mensual-margin-bottom{
		margin-bottom:40px;
	}
	h2{
		font-size:30px;
		line-height:45px;
	}
	h3{
		font-size:19px;
	}
	p{
		font-size:15px;
		letter-spacing:0.01em;
	}
	.h3-contacto-margin-top{
		margin-bottom:35px;
		margin-top:35px;
	}
	.p-resellers-margin-top{
		margin-top:35px;
		margin-bottom:50px;
	}
	.p-contacto-margin-bottom{
		margin-bottom:50px;
	}
	.p-wad-margin-top{
		margin-top:35px;
		margin-bottom:50px;
	}
	.h3-servicio-margin-top{
		margin-top:25px;
	}
	.h3-¡nuevo--margin-top{
		margin-top:40px;
	}
	.navbar-brand img{
		width:240px;
	}
	.p-margin-top{
		margin-bottom:15px;
	}
	.p-tarifa-margin-top{
		margin-top:15px;
	}
	.h3-resellers-margin-top{
		margin-top:35px;
	}
	.h3-wad-margin-top{
		margin-top:35px;
	}
	.img-margin-bottom{
		width:180px;
		margin-bottom:20px;
	}
	.h3-ventajas-margin-top{
		margin-top:20px;
		margin-bottom:20px;
	}
	.form-field{
		margin-top:10px;
		margin-bottom:10px;
	}
	.nav-link{
		float:right;
	}
	.button-footer{
		font-size:16px;
		margin-top:10px;
		float:none;
		padding:8px 20px 8px 20px;
	}
	.social-icon{
	}
	.h2-comienza-ahora-margin-bottom{
		margin-bottom:40px;
	}
	.p-comienza-margin-bottom{
		margin-top:0px;
	}
	.p-6-margin-bottom{
		margin-bottom:0px;
	}
	.ventaja-img{
		width:80%;
	}
	.hero-image-size{
		width:100%;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.hero-bg{
		background-image:url("img/hero-bg-xs.jpg");
		background-size:auto auto;
		background-position:center bottom;
		background-repeat:no-repeat;
	}
	.p-margin-bottom{
		margin-top:35px;
		margin-bottom:35px;
		padding-bottom:0px;
	}
	.h2-tarifa-mensual-margin-bottom{
		margin-top:50px;
	}
	.tarifa-bg{
		background-size:length;
		background-color:#FE3A7D;
	}
	.btn-margin-bottom{
		margin-bottom:50px;
	}
	.h2-resellers-margin-top{
		margin-top:50px;
	}
	.h2-servicio-margin-top{
		margin-top:30px;
	}
	.navbar-brand img{
		width:230px;
	}
	.align-left{
		float:none;
	}
	.button-login{
		margin-top:10px;
	}
	.nav-link{
		font-size:16px;
		float:right;
	}
	.img-style{
		width:230px;
	}
	.button-footer{
		margin-top:10px;
		float:none;
	}
	.h2-margin-bottom{
		margin-bottom:50px;
	}
	.ventaja-bg{
	}
	.social-icon{
		float:none;
		position:relative;
	}
	.contact-margin{
		margin-left:0px;
	}
	.card-margin-top{
		margin-top:25px;
	}
	.h2-comienza-ahora-margin-bottom{
		margin-bottom:40px;
	}
	.ventaja-img{
		width:60%;
		margin-bottom:50px;
		margin-top:50px;
	}
	.h3-servicio-margin-top{
		margin-bottom:40px;
	}
	.p-servicio-margin-top{
		margin-top:30px;
	}
	.h3-resellers-margin-top{
		margin-bottom:50px;
	}
	.h3-wad-margin-top{
		margin-bottom:50px;
	}
	.p-wad-margin-top{
		margin-top:50px;
	}
	.p-resellers-margin-top{
		margin-top:50px;
	}
	.faq-column{
		display:none;
	}
	.btn-margin-top{
		margin-top:50px;
	}
	
}

@media (max-width: 575px){
	.navbar-brand img{
		width:180px;
	}
	.navbar-container{
		margin-bottom:30px;
		padding-top:20px;
		padding-bottom:20px;
	}
	.h3-margin-top{
		margin-top:10px;
	}
	.p-tarifa-margin-top{
		margin-top:0px;
	}
	.p-margin-top{
		margin-bottom:0px;
		margin-top:15px;
	}
	.h2-tarifa-mensual-margin-bottom{
		margin-bottom:25px;
	}
	h2{
		font-size:25px;
		letter-spacing:0.01em;
		line-height:37px;
	}
	h1{
		font-size:30px;
		line-height:43px;
		letter-spacing:0.01em;
	}
	h3{
		font-size:17px;
		line-height:24px;
		letter-spacing:0.01em;
	}
	p{
		line-height:24px;
	}
	.nav-link{
		font-size:16px;
	}
	.h2-margin-bottom{
		margin-bottom:40px;
	}
	.img-style{
		width:180px;
	}
	.button-white{
		background-position:center bottom;
	}
	.hero-bg{
		background-position:center bottom;
	}
	.tarifa-bg{
		background-size:length;
		background-repeat:no-repeat;
		background-position:center bottom;
	}
	.button-footer{
		float:none;
	}
	.ventaja-bg{
	}
	.social-icon{
		float:left;
		margin-bottom:15px;
	}
	.contact-margin{
		margin-left:45px;
	}
	.card-margin-top{
		margin-top:30px;
	}
	.h2-comienza-ahora-margin-bottom{
		margin-bottom:35px;
	}
	.text-pasos{
		font-size:13px;
	}
	.ventaja-img{
		width:80%;
		margin-top:30px;
	}
	.faq-column{
		display:none;
	}
	
}

