/*-----------------------------------------------------------------------------------
	    ARG Online
        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 ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}

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

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-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-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

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


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

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


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

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = 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;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.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-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%);
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}

/* 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;
}
/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}



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




/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1170px;
}
.h6-style{
	font-size:20px;
	line-height:25px;
	font-family:Lato;
	font-weight:300;
}
.h6-contact-style{
	font-size:25px;
}
.h6-regístrate-style{
	font-size:25px;
}
.p-style{
	font-size:17px;
	line-height:24px;
}
.p-bloc-2-style{
	font-size:17px;
	line-height:24px;
}
.h3-style{
	font-size:22px;
	line-height:27px;
}
.h3-bloc-2-style{
	font-size:18px;
	line-height:25px;
}
.h3-3-style{
	font-size:18px;
	line-height:25px;
}
.h3-4-style{
	font-size:18px;
	line-height:25px;
}
.p-1-style{
	font-size:18px;
	line-height:25px;
}
.img-style{
	;
}
.h1-style{
	font-size:45px;
	line-height:50px;
	font-family:Lato;
	font-weight:300;
}
.p-5-style{
	line-height:25px;
}
.h2-style{
	font-size:45px;
	line-height:50px;
	font-family:Lato;
	font-weight:300;
}
.p-6-style{
	line-height:25px;
}
.p-12-style{
	line-height:25px;
}
.img-bann-style{
	;
}
.h3-telefonos-style{
	font-size:17px;
	line-height:30px;
}
.p-menu-telefonos-style{
	font-size:18px;
}
.p-4-style{
	font-size:20px;
	line-height:25px;
	font-family:Lato;
	font-weight:300;
}
.p-2-style{
	font-size:18px;
}

}
.h1-programa-style{
	font-size:45px;
	line-height:50px;
	font-family:Lato;
	font-weight:300;
}
.h2-card-style{
	font-size:20px;
	line-height:25px;
	font-family:Lato;
	font-weight:300;
}
.h3-heading-style{
	font-size:20px;
	line-height:25px;
	font-family:Lato;
	font-weight:300;
}
.h4-style{
	font-size:20px;
	line-height:25px;
}
.h5-style{
	font-size:25px;
	font-family:Lato;
	font-weight:300;
	line-height:30px;
}
.p-15-style{
	line-height:25px;
}
.img-programa-style{
	;
}
.img-cdmx-asturia-style{
	;
}
.p-fecha-y-sede-style{
	line-height:25px;
}
.h2-12-style{
	font-size:35px;
	line-height:40px;
	font-family:Lato;
	font-weight:300;
	width:100%;
}
.h3-22-style{
	font-size:35px;
	line-height:40px;
	font-family:Lato;
	font-weight:300;
}
.h4-heading-style{
	font-size:20px;
	line-height:25px;
	font-family:Lato;
	font-weight:300;
}
.h5-heading-style{
	font-size:17px;
	line-height:23px;
}
.h6-heading-style{
	font-size:15px;
	line-height:25px;
	font-family:Lato;
	font-weight:300;
}
.p-inversion-style{
	line-height:25px;
}
.p-26-style{
	line-height:25px;
}
.p-26-inversion-style{
	line-height:25px;
}
.p-bloc-8-style{
	line-height:25px;
}
.p-33-style{
	line-height:25px;
}
.p-34-style{
	line-height:25px;
}
.p-35-style{
	line-height:25px;
}
.list-style{
	width:100%;
}
.p-stands-style{
	line-height:25px;
}
.h2-16-style{
	font-size:30px;
	line-height:40px;
	font-family:Lato;
	font-weight:300;
}
.h3--24-900-style{
	font-size:40px;
	line-height:45px;
	font-family:Lato;
	font-weight:300;
}
.img-stands-style{
	;
}
.p-36-style{
	line-height:25px;
}
.img-patrocin-style{
	;
}
.p-37-style{
	line-height:25px;
}
.img-testimonios-style{
	width:120px;
	height:120px;
}
.h2-heading-style{
	font-size:20px;
	line-height:30px;
}
.p-testimonios-style{
	line-height:25px;
}
.img-25-style{
	;
}
.h2-29-style{
	font-size:45px;
	line-height:50px;
}
.p-bloc-12-style{
	font-size:25px;
	line-height:30px;
}
.h2-algunos-style{
	font-size:45px;
	line-height:50px;
	font-family:Lato;
	font-weight:300;
}
.img-26-style{
	;
}
.img-27-style{
	width:332px;
}
.img-bloc-13-style{
	;
}
.h2-16-card-style{
	font-size:30px;
	line-height:40px;
	font-family:Lato;
	font-weight:300;
}
.btn-style{
	border-radius:4px 4px 4px 4px;
}
.h2-nuestro-style{
	font-size:30px;
	line-height:35px;
	font-family:Lato;
	font-weight:300;
}
.p-30601-style{
	line-height:25px;
}
.p-28808-style{
	line-height:25px;
}
.p-32813-style{
	line-height:25px;
}
.h2-¿qué-style{
	font-size:35px;
	line-height:40px;
}
.p-8-style{
	line-height:25px;
}
.p-7-style{
	line-height:25px;
}
.p-9-style{
	line-height:25px;
}
.p-10-style{
	line-height:25px;
}
.p-11-style{
	line-height:25px;
}
.h2-promoción-style{
	font-size:45px;
	line-height:50px;
	font-family:Lato;
	font-weight:300;
}
.h3-organizador-style{
	font-size:45px;
	line-height:50px;
}
.h3-100-000-style{
	font-size:45px;
	line-height:50px;
}
.h3-3-000-style{
	font-size:45px;
	line-height:50px;
}
.h3-22-organizador-style{
	font-size:45px;
	line-height:50px;
}
.h3-23-style{
	font-size:45px;
	line-height:50px;
}
.p-13-style{
	line-height:25px;
}
.p-14-style{
	line-height:25px;
}
.h4-dirigido-style{
	font-size:45px;
	line-height:50px;
	font-family:Lato;
	font-weight:300;
}
.p-48916-style{
	line-height:25px;
}
.p-12475-style{
	line-height:25px;
}
.p-patrocinios-style{
	line-height:25px;
}
.h2-patrocinador-style{
	font-size:30px;
	line-height:40px;
	font-family:Lato;
	font-weight:300;
}
.p-comunicacion-style{
	line-height:25px;
}
.p-6-comunicacion-style{
	line-height:25px;
}
.p-16-style{
	line-height:25px;
}
.p-17-style{
	line-height:25px;
}
.p-47670-style{
	line-height:25px;
}
.p-29870-style{
	line-height:25px;
}
.p-46138-style{
	line-height:25px;
}
.link-style{
	font-weight:bold;
	text-decoration:underline;
}
.link-objetivos-style{
	font-weight:bold;
}
.link-dirigido-a-style{
	font-weight:bold;
}
.img-2-style{
	width:350px;
}
.img-benchma-style{
	width:250px;
}
.p-48007-style{
	line-height:25px;
}
.h2-3-style{
	font-size:25px;
	line-height:30px;
	font-family:Lato;
	font-weight:300;
}
.p-19-style{
	line-height:24px;
}
.h2-11-style{
	font-size:16px;
	line-height:25px;
}
.h3-dirigido-a-style{
	font-size:45px;
	line-height:50px;
	font-family:Lato;
	font-weight:300;
}
.h1-1-style{
	font-size:33px;
	line-height:40px;
	font-family:Lato;
	font-weight:300;
}
.h4-inversion-style{
	font-family:Lato;
	font-weight:300;
}
.h4-2-style{
	font-size:20px;
	line-height:25px;
	font-family:Lato;
	font-weight:300;
}
.p-programa-style{
	line-height:25px;
}
.p-13-programa-style{
	line-height:25px;
}
.p-11-programa-style{
	line-height:25px;
}
.link-empresas-style{
	font-weight:bold;
}
.link-programa-style{
	font-weight:bold;
}
.link-0-style{
	font-weight:bold;
	border-radius:0px 0px 0px 0px;
}
.h2-card-heading-style{
	font-size:20px;
	line-height:25px;
	font-family:Lato;
	font-weight:300;
}
.h3-programa-style{
	font-size:20px;
	line-height:25px;
	font-family:Lato;
	font-weight:300;
}
.h4-programa-style{
	font-size:15px;
	line-height:20px;
}
.p-20-style{
	line-height:25px;
}
.link-inversion-style{
	text-decoration:none;
	font-weight:bold;
}
.p-28060-style{
	line-height:25px;
}
.link-antecedentes-style{
	font-weight:bold;
}
.link--55-9000-04-04-style{
	font-weight:bold;
}
.link-telefonos-style{
	font-weight:bold;
}
.p-15-programa-style{
	line-height:25px;
}
.link-formas-de-pago-style{
	font-weight:bold;
}
.p-27-style{
	line-height:25px;
}
.p-28-style{
	line-height:25px;
}
.p-29-style{
	line-height:25px;
}
.p-32132-style{
	line-height:25px;
}
.text-span-color{
	color:#e7e9e2;
}
.text-span-inversion-color{
	color:#323232;
}
.img-anca-style{
	width:250px;
}
.img-30-style{
	width:300px;
}
.img-naki-style{
	width:300px;
}
.h3-1-style{
	font-size:30px;
	line-height:35px;
	font-family:Lato;
	font-weight:300;
}

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

/* Background colour styles */

.bgc-oxford-blue{
	background-color:#ffffff;/* Background Nav */
}
.bgc-white{
	background-color:#ffffff; /* Background colour Menu */
}
.bgc-dark-jungle-green{
	background-color:#1A1A1A;
}
.bgc-yale-blue{
	background-color:#115882;
}
.bgc-olive-drab-web-olive-drab-3{
	background-color:#669C22;
}
.bgc-dark-jungle-green-2{
	background-color:#262626;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-outer-space{
	color:#474549!important;
}
.tc-yale-blue{
	color:#115882!important;
}
.tc-dark-jungle-green{
	color:#1A1A1A!important;
}
.tc-medium-jungle-green{
	color:#122C3E!important;
}
.tc-red{
	color:#FF0011!important;
}

/* Button colour styles */

.btn-pastel-orange{
	background:#F0C14B;
	color:rgba(0,0,0,.5)!important;
}
.btn-pastel-orange:hover{
	background:#c09a3c!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-oxford-blue{
	background:#001F3E;
	color:#FFFFFF!important;
}
.btn-oxford-blue:hover{
	background:#001932!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}
.ltc-oxford-blue{
	color:#373d94!important;
}
.ltc-oxford-blue:hover{
	color:#13b42e!important;
}
.ltc-yale-blue{
	color:#115882!important;
}
.ltc-yale-blue:hover{
	color:#0e4668!important;
}

/* Icon colour styles */

.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}
.icon-dark-jungle-green{
	color:#1A1A1A!important;
	border-color:#1A1A1A!important;
}
.icon-blue-ncs{
	color:#018BB9!important;
	border-color:#018BB9!important;
}

/* Bloc image backgrounds */

.bg-Fondo-Organizador{
	background-image:url("img/background/White2.jpg");
}
.bg-Fondo-Inversion{
	background-image:url("img/background/ondo-Inversion.jpg");
}
.bg-Congreso-RH{
	background-image:url("img/background/Congreso-RH.jpg");
}
.bg-who{
	background-image:url("img/background/Who1.jpg");
}
.bg-Fondo-Programa{
	background-image:url("img/background/Fondo-Programa.jpg");
}
.bg-Fondo-Por-Internet{
	background-image:url("img/background/Fondo-Por-Internet.jpg");
}
.bg-Fondo-Inversion{
	background-image:url("img/background/Serv_capacita.jpg");
}
.bg-Fondo-Patrocinios{
	background-image:url("img/background/Fondo-Patrocinios.jpg");
}
.bg-Fondo-Testimonios{
	background-image:url("img/background/Ber.jpg");
}
.bg-Fondo-Organizador{
	background-image:url("img/background/Med.jpg");
}
.bg-Fondo-Congresos{
	background-image:url("img/background/Bas.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .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%;}
    .page-container{overflow: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .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)
{
    .page-container{
        overflow: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .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){
	.mt-md-0{
	}
	.mt-md-4{
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
		.voffset-md-md{
		margin-top:50px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.mt-1{
	}
	
}

