.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}/*--------------


All Contents
--------------*/

/*-----------------
1. Reset.css
2. Helper Classes
3. Home page Hero Sections
4. Pitch Section Styling
5. Features Section Styling
6. Review Styling
7. Pricing section
8. Subscribe Section
9. All Media Queries
------------------*/


/*----- 1. Reset.css -----*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 100%; */
	/* font: inherit; */
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* --- Common Styles ---*/

h1 {
  font-size: 16px;
}

/*----- Helper Classes -----*/

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
::-webkit-scrollbar {
	display: none;
}
*/
h1, h2, h3, h4, h5, h6 {
  font-family: Poppins;
}

p {
	font-family: Roboto;
}

::-moz-selection {
    color: #FFFFFF;
    background: #253758;
}

::selection {
    color: #FFFFFF;
    background: #253758;
}

.nopadding {
	padding: 0;
}

.custompadding {
	padding-left: 5px;
	padding-right: 5px;
}

.no-margin {
	margin-right: 0;
	margin-left: 0;
}


.error-message {
	color: #FF3333;
	font-family: Poppins;
	margin-top: 5px;
}

.success-message {
	color:#009900;
	font-family: Poppins;
	margin-top: 5px;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   opacity: 1;
   background-color: #F2F2F2;
   z-index: 9999;
   text-align: center;
}

#loading-image {
	display: inline;
    top: 40%;
    position: relative;
  z-index: 9999;
}

.logo {
  margin: 0 auto;
	padding: 0px 0px;
	z-index: 111;
}

.logo:hover, .logo:focus {
	text-decoration: none;
	color: #FFF;
}

.css-color-whitte{color:#FFFFFF !important;}
.css-color-blue{color:#253758 !important;}
.css-color-red{color:#ac1c33 !important;}
.css-color-gris1{color:#828282 !important;}
.css-color-gris2{color:#e3e3e3 !important;}
.textDes{font-size: 12px; color: #000;}
.ccsBS1px{border: 1px solid rgba(255,255,255,0.45) !important;}
.ccs-hr{border-top: 1px solid rgba(255,255,255,0.45) !important;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}


.css-font-12{font-size: 12px!important;;}
.css-font-13{font-size: 13px!important;;}
.css-font-14{font-size: 14px!important;;}
.css-font-16{font-size: 16px!important;;}
.css-font-17{font-size: 17px!important;;}
.css-font-18{font-size: 18px !important;}
.css-font-19{font-size: 19px !important;}
.css-font-20{font-size: 20px !important;}
.css-font-22{font-size: 22px!important;;}
.css-font-24{font-size: 24px!important;;}
.css-font-32{font-size: 32px!important;;}
.css-font-48{font-size: 48px!important;;}
.css-font-50{font-size: 50px!important;;}
.css-font-52{font-size: 52px!important;;}
.css-font-54{font-size: 54px!important;;}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 75%;
	color: initial;
}


#categoriasKitDigital h3, small {
    color: #263759 !important;
}

.css-azul{color: #253758 !important;}
.css-marginT5{ margin-top:5px;}
.css-bottonB5{ margin-bottom:5px;}
.css-marginT20{ margin-top: 20px;}
.css-marginT40{ margin-top: 40px;}
.css-marginT60{ margin-top: 60px;}
.css-marginT80{ margin-top: 80px;}

.css-marginB20{ margin-bottom:20px;}
.css-marginB40{ margin-bottom: 40px;}
.css-marginB60{ margin-bottom: 60px;}
.css-marginB80{ margin-bottom: 80px;}

.css-paddingT20{ padding-top: 20px;}
.css-paddingT40{ padding-top: 40px;}
.css-paddingT60{ padding-top: 60px;}
.css-paddingT80{ padding-top: 80px;}

.css-paddingB20{ padding-bottom: 20px;}
.css-paddingB40{ padding-bottom: 40px;}
.css-paddingB60{ padding-bottom: 60px;}
.css-paddingB80{ padding-bottom: 80px;}

.css-paddingL20{ padding-left: 20px;}
.css-paddingL40{ padding-left: 40px;}
.css-paddingL60{ padding-left: 60px;}
.css-paddingL80{ padding-left: 80px;}

.css-paddingR20{ padding-right: 20px;}
.css-paddingR40{ padding-right: 40px;}
.css-paddingR60{ padding-right: 60px;}
.css-paddingR80{ padding-right: 80px;}

.bg-color-blue{
	background:#253758 !important;
    padding: 100px 0 100px 0;
}
.bg-color-whitte{
	background:#fff !important;
    padding: 100px 0 100px 0;
}


.bg-color-grey{
	background:#ecebeb !important;
    padding: 60px 0 60px 0;
	margin-top:100px;
}

.hero-content a {text-decoration:none;}
.hero-content a:hover {text-decoration:none; colo:#000 !important;}

.css-columna1{ border: none; background: #253758;border-top:none !important; border-right: 10px solid #fff; border-bottom:10px solid #fff; width: 35%; padding: 15px !important; color: #fff;}
.css-columna2{ border: none; background: #e5e5e5;border-top:none !important; border-bottom:10px solid #fff; width: 75%; padding: 15px !important;}


.product .feature-sub {

}

.css-bold-600{font-weight:600 !important;}
.css-bold-black{font-weight:500 !important; color: #000 !important;}


.css-txt-contacta{ font-size: 14px; color: #000;}

.fa-whatsapp {
    color: #56B003 !important;
    font-size: 38px;
    display: inline-block;
}

.pr__hr__primary {
    width: 70px;
    border-top: 3px solid#ac1c33 !important;
}
.uk-hr, hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    text-align: inherit;
    margin: 0 0 20px 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
}
.checkbox, .radio {
    margin-top: 10px;
    margin-bottom: 10px;
	font-family:Poppins;
	font-weight: 700;
	line-height: 20px;
}


/* ------ Navbar Styling Starts ----- */


.navbar {
	font-size: 14px;
  font-family: Poppins;
	font-weight: 400;
	text-transform: capitalize;
	padding-top: 25px;
	letter-spacing: 1px;
	height: 80px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-backface-visibility: hidden;
}

.navbar-default {
  transition: all 0.6s ease;
	border-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-radius: 0px;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #111111;
}

.navbar-default .navbar-brand .navbar-toggle .collapsed {
    padding: 4px 6px;
    font-size: 14px;
    color: #111111;
  }

.navbar-default .navbar-brand {
	padding-top: 5px;
	color: #111111;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.navbar-default .navbar-brand:hover {
  transition: 1s;
}

.navbar-default .navbar-nav > li > a {
  color: #253758;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5;
  transition: all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #A1A1A1;
}

.navbar-default .navbar-nav > .active > a {
  background: transparent;
  color: #222222;
  }


.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #333333;
}

.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
  color: #111111;
}

.navbar-default .navbar-collapse {
	border-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-toggle {
  color: #111111;
}

.navbar-default .nav-white > li > a {
	color: #FFFFFF;
}

.navbar-default .nav-white > li > a:hover {
	color: #999999;
}

.navbar-default .navbar-brand.nav-white {
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 21px;
	letter-spacing: 1px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
	background: url("../logos/logo_kubyka_whitte.svg");
	width: 150px;
	height: 43px;
}


.navbar-default .navbar-brand.nav-black {
	padding-top: 15px;
	color: #253758;
	font-size: 21px;
	letter-spacing: 1px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
	background: url("../logos/logo_kubyka.svg");
	width: 150px;
	height: 43px;
	background-repeat: no-repeat;
    margin-left:inherit;
    margin-top:inherit;
}


.panel-default>.panel-heading {
    color: #253758;
    background-color: #FFF;
    border-color: #253758;
	    border: solid 1px;
}

.panel-heading {
    padding: 16px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.panel-heading h4, .h4{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
	font-size: 18px;
	font-family: Poppins;
}

.panel-body {
    padding: 15px;
    line-height: 22px;
}

panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    margin-bottom: 16px;
}

.panel-default {
    border-color:transparent;
}


.css-price-globe-modal {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #243758;
    color: #FFF;
    right: 40px;
    top: -47px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    padding-top: 27px;
}

.css-price-globe-modal div {
    font-size: 15px;
    text-align: left;
    padding-left: 24px;
    margin-bottom: 5px;
}
/*---------- Media Queries ---------*/

@media only screen and (max-width: 767px) {
	

	.navbar {
		padding-top: 5px;
		height: 60px;
	}

  .navbar-default {
    border: 0px;
    background-color: transparent;
  }

	.navbar-default .navbar-collapse {
		text-align: center;
		border-color: transparent;
	  background-color: #FFFFFF;
	}

  .navbar-default .navbar-collapse {
    border: 0;
    border-color: transparent;
  }

  .navbar-default .navbar-nav > li> a {
    color: #222222;
		margin-top: 10px;
  }

	.navbar-default .navbar-nav > li> a:hover {
		color: #222222;
	}

  .navbar-default .navbar-brand {
    color: #FFFFFF;
		padding: 16px 15px !important;
  }

	.navbar-default .navbar-brand.nav-white {
		color: #FFFFFF;
	}

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #111111;
  }
	
	.navbar-default .navbar-brand.nav-black {
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-top: 15px;
}
	
	.hero-section {
    padding: 100px 0 0 0;
}
	
}
/*---------- END 767s ---------*/





.navbar-default.past-main .navbar-brand {
	color: #FFF;
}


@media only screen and (min-width: 240px) {


.navbar.past-main {
	font-size: 14px;
	padding-top: 5px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.99);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.navbar-default.past-main .navbar-brand {
	color: #111111;
	width: 150px;
    height: 43px;
	margin-top:5px;
	background: url("../logos/logo_kubyka.svg");
}
	
	
	

.navbar-default.past-main .navbar-toggle .icon-bar {
	background-color: #111111;
}

.navbar-default.past-main .navbar-nav > li > a {
  color: #253758;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.navbar-default.past-main .navbar-nav > li > a:hover {
  color: #111111;
}

.navbar-default.past-main .navbar-nav > .active > a {
  background: transparent;
  color: #5924EC;
  }


.navbar-default.past-main .navbar-nav > .active > a:hover {
    background: transparent;
    color: #222222;
}

.navbar-default.past-main .navbar-nav > .active > a:focus {
	background: transparent;
  color: #222222;
}

}

.navbar-default .nav-white .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

.navbar-default.past-main .nav-white .navbar-toggle .icon-bar {
	background-color: #111111;
}

/* ------------------------------------------------------
-------------- Main Section Styling Starts --------------
--------------------------------------------------------*/


#main {
  height: 100%;
}


/* ----- Hero Section Styling Starts ----- */

.hero-section {
	height: 100%;
	background: #FFFFFF;
	padding: 150px 0 0 0;
}

.hero-content {
	padding: 100px 0 100px 0;
	overflow: hidden;
}

.hero-content h1 {
	font-size: 34px;
	font-weight: 400;
	color: #262626;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.hero-content p {
	font-family: Poppins;
	font-size: 14px;
	color: #828282;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 25px 0;
}


.btn-action {
 font-family: Roboto;
 background-color: #253758;
 border: 1px solid #253758;
 border-radius: 0;
 color: #FFFFFF;
 font-size: 13px;
 font-weight: 400;
 letter-spacing: 2px;
 line-height: 1;
 padding: 10px 21px;
 text-transform: uppercase;
 outline: none;
 -webkit-transition: 200ms;
 -moz-transition: 200ms;
 -o-transition: 200ms;
 transition: 200ms;
}

.btn-action:hover, .btn-action:focus,
.btn-action:active, .btn-action:active:focus {
 background: transparent;
 outline: none;
 color: #253758;
 background: transparent;
 border-color: #253758;
}


.product .btn-action {
 background-color: #FFF;
 border: 1px solid #253758;
 color: #253758;
}

.product .btn-action:hover, .product  .btn-action:focus {
 background: #253758;
 color: #FFF;
 border-color: #253758;
}


/* ----------- App Home ---------*/

.software .hero-section {
	padding: 100px 0 0 0;
	background: #FFFFFF;
}

.software .hero-content h1 {
	font-size: 34px;
	font-weight: 600;
	color: #444444;
	margin: 0 0 20px 0;
}


.software .btn-action {
font-family: Arial;
 background-color: #3f51b5;
 border: 1px solid #3f51b5;
 border-radius: 50px;
 color: #FFFFFF;
 font-size: 13px;
 font-weight: 600;
 letter-spacing: 2px;
 line-height: 1;
 padding: 12px 24px;
 text-transform: uppercase;
 outline: none;
 -webkit-transition: 200ms;
 -moz-transition: 200ms;
 -o-transition: 200ms;
 transition: 200ms;
}

.software .btn-action:hover, .software .btn-action:focus,
.software .btn-action:active, .software .btn-action:active:focus {
 background: transparent;
 outline: none;
 color: #3f51b5;
 background: transparent;
 border-color: #3f51b5;
}

.software .hero-section img {
	margin: 0 auto;
}



/*---------------- Form Home Styling ------------------- */

.form .hero-section {
	background: #F2F2F2;
	background-size: cover;
	padding: 150px 0 0 0;
}

.form .hero-content {
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.form img {
	margin: 0 auto;
}


.form .hero-content h1 {
	font-size: 34px;
	font-weight: 700;
	color: #222222;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.form .hero-content p {
	font-family: Poppins;
	font-size: 14px;
	color: #A1A1A1;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 25px 0;
}

.form .sub-form {
	padding: 30px 0 0 0;
	text-align: left;
}


.form .subscribe-form .submit-button {
  font-size: 0.9em;
  height: 40px;
  border: 2px solid;
  border-radius: 0 5px 5px 0;
  margin: 0;
  padding: 0 25px 0 25px;
	border-color: #FFFFFF;
  background-color: #253758;
  color: #FFFFFF;
	box-shadow: 0 0 1px transparent;
  outline: none;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.form .subscribe-form .submit-button:hover {
  border-color: #253758;
  -webkit-transition: 500ms;
	-moz-transition: 500ms;
  transition: 500ms;
}

.form .btn-action {
	background: #253758;
	border-color: #253758;
	color: #FFFFFF;
}

.form .btn-action:hover {
	background: transparent;
	border-color: #253758;
	color: #253758;
}


/*-----------------------------------------------------
-------------- Image Bg Styling Starts ----------------
------------------------------------------------------*/


.image-bg .hero-section {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../images/sliders-website.jpg") no-repeat center center;
	background-size: cover;
	padding: 150px 0 100px 0;
}

.image-bg .hero-section2 {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../images/sliders-comercio-electronico.jpg") no-repeat center center;
	background-size: cover;
	padding: 150px 0 100px 0;
}

.image-bg .hero-section3 {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../images/slider-redes-sociales.jpg") no-repeat center center;
	background-size: cover;
	padding: 150px 0 100px 0;
}

.image-bg .hero-section4{
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../images/sliders-crm.jpg") no-repeat center center;
	background-size: cover;
	padding: 150px 0 100px 0;
}

.image-bg .hero-section5 {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../images/sliders-equipo.jpg") no-repeat center center;
	background-size: cover;
	padding: 150px 0 100px 0;
}

.image-bg .hero-section6 {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../images/sliders-oficina-virtual.jpg") no-repeat center center;
	background-size: cover;
	padding: 150px 0 100px 0;
}

.image-bg .hero-section7 {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../images/sliders-gestion-procesos.jpg") no-repeat center center;
	background-size: cover;
	padding: 150px 0 100px 0;
}

.image-bg .hero-section8{
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../images/sliders-factura-electronica.jpg") no-repeat center center;
	background-size: cover;
	padding: 150px 0 100px 0;
}

.image-bg .hero-section9{
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../images/sliders-comunicaciones-seguras.jpg") no-repeat center center;
	background-size: cover;
	padding: 150px 0 100px 0;
}
.image-bg .hero-section10{
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../images/sliders-ciberseguridad.jpg") no-repeat center center;
	background-size: cover;
	padding: 150px 0 100px 0;
}

.image-bg .hero-content h1 {
	font-weight: 600;
	color: #FFFFFF;
}

.image-bg .hero-content p {
	color: #FFFFFF;
}

.image-bg .hero-content h2 {
	font-weight: 600;
	color: #FFFFFF;
	 margin-bottom: 30px;
}



/* ------------ Signup Hero Section ------------ */

.signup .hero-section {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url("../images/app_bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 150px 0 100px 0;
}

.signup .hero-content {
	padding: 50px 0 100px 0;
}

.signup .hero-content h1 {
	font-size: 34px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
	letter-spacing: 0;
}

.signup .hero-content p {
	color: #FFFFFF;
}

.signup-form {
	padding: 0px 60px 30px 0px;
	background: #FFF;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.signup-form h1 {
	font-weight: 600;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: left;
	margin: 0px 0 20px 0;
}

.signup-form h2 {
	font-weight: 600;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: left;
	margin: 10px 0 20px 0;
}

.signup-form form textarea {
	height: 100px;
}

.signup-form form .input-error {
	border-color: #19b9e7;
}

.signup-form p {
	font-size: 12px;
	color: #636363;
	margin: 0px 0 10px 0;
}

.form-group {
	margin-bottom: 20px;
}


.signup .btn-action.btn-round {
	background: #253758;
	border-color: #253758;
	color: #FFFFFF;
	font-size: 15px;
	padding: 12px 24px;
	font-weight: 600;
	text-transform: capitalize;
	border: 2px solid #253758;
	border-radius: 30px;
}

.signup .btn-action.btn-round:hover, .signup .btn-action.btn-round:focus {
	background: transparent;
	color: #253758;
	border-color: #253758;
}

.signup .btn-action {
	background: #253758;
	border-color: #253758;
	color: #FFFFFF;
}

.signup .btn-action:hover {
	background: transparent;
	border-color: #253758;
	color: #253758;
}


input[type="text"],
textarea,
textarea.form-control, input[type="email"]{
	height: 45px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888888;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea,
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus,
textarea:focus,
textarea.form-control:focus {
	outline: 0;
	background: #FFFFFF;
    border: 1px solid #111;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }



.signup-form button.btn {
	height: 45px;
	width: 100%;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #253758;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    color: #FFFFFF;
	text-transform: uppercase;
    -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.signup-form button.btn:hover {
	 opacity: 0.6; color: #FFFFFF;
 }

.signup-form button.btn:active {
	 outline: 0;
	 opacity: 0.6;
	 color: #FFFFFF;
	 -moz-box-shadow: none;
	 -webkit-box-shadow: none;
	 box-shadow: none;
 }

.signup-form button.btn:focus {
	outline: 0;
	opacity: 0.6;
	background: #19b9e7;
	color: #fff;
}

.signup-form button.btn:active:focus, button.btn.active:focus {
	outline: 0;
	opacity: 0.6;
	background: #19b9e7;
	color: #fff;
}

@media only screen and (max-width: 991px) {
	.signup-form {
		max-width: 500px;
		margin: 0 auto;
	}
}


/*-------------------------------------------------------
---------------- Slider Section Styling -----------------
--------------------------------------------------------*/

.slider-pro .sp-slide {
	background: #222222;
}

.slider-pro h2.sp-layer {
	font-size: 44px !important;
	color: #111111;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.3;
	text-align: left;
}

.slider-pro p.sp-layer {
	font-size: 16px;
	color: #A1A1A1;
	line-height: 1.4;
}

.slider-pro a {
	text-decoration: none;
	color: #444444;
	-webkit-transition: 0.5s !important;
	-moz-transition: 0.5s !important;
	transition: 0.5s !important;
}

.slider-pro .link-color {
	text-decoration: none;
	color: #111;
	-webkit-transition: 0.5s !important;
	-moz-transition: 0.5s !important;
	transition: 0.5s !important;
}

.slider-pro a:hover {
	color: #999999;
}



@media only screen and (max-width: 768px) {

	.slider-pro h2.sp-layer {
		font-size: 34px !important;

	}
}


/* -----------------------------------------------------
--------------- App Home Styling starts ----------------
--------------------------------------------------------*/


.app .hero-section {
	padding: 50px 0 0 0;
}

.app .hero-content {
	padding: 100px 0 0 0;
}

.app img {
	margin: 0 auto;
}

.app-info h1 {
  font-size: 34px;
  font-weight: 600;
  color: #404040;
  margin-top: 30px !important;
}

.app-info h4 {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  color:  #3C4B5D;
	line-height: 1.4;
  margin-top: 20px;
}

.app-info i {
	margin-top: 15px;
	display: inline-block;
}

.app-info span {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
}

.app-info .ion {
  font-size: 1em;
  color: #ff8000;
}

.download-buttons {
  margin-top: 25px;
  margin-bottom: 25px;
}

.download-buttons img {
	margin-left: 5px;
	margin-right: 5px;
}


.app .btn-action {
	color: #FFFFFF;
	background: #253758;
	border-color: #253758;
}

.app .btn-action:hover {
	color: #253758;
	background: transparent;
	border-color: #253758;
}



/*----------------------------------------------------
-------------- Split Home Coming Soon ----------------
-----------------------------------------------------*/


.cs-main .left-section {
		background-color: #F2F2F2;
		position: absolute;
    left: 0;
		right: 0;
		top: 0;
		bottom: 0;
    width: 50%;
		height: 100%;
		overflow: hidden;
    z-index: 1;
}

.cs-main .right-section {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
		padding: 0 20px 0 20px;
		width: 50%;
		height: 100%;
    background: #FFFFFF;
    z-index: 99;
    overflow: hidden;
    overflow-y: auto;
}

.cs-main .hero-section {
	padding: 120px 0 0 0;
	background: #FFFFFF !important;
}

.cs-main .hero-content {
	padding: 50px 0 0 0;
}

.cs-main .app-info h1 {
	font-weight: 600;
	font-size: 42px;
}

.cs-main .left-section {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/split-bg.jpg") no-repeat center center;
	background-size: cover;
}


@media only screen and (max-width : 801px) {

	 .cs-main .right-section{
			position: relative;
			width: 100%;
	}

	.cs-main .hero-section {
		padding: 50px 0 0 0;
	}


	 .cs-main .left-section{
			position: relative;
			width: 100%;
			min-height: 100vh;
	}
}



/*-------------------------------------------------
----------- About Section Styling Starts ----------
--------------------------------------------------*/

.about {
	padding: 100px 0 100px 0;
	background: #F1F1F1;
}

.about-content {
	max-width: 800px;
	margin: 0 auto;
}

.about-content h2 {
	font-family: 'Josefin Sans';
	font-size: 24px;
	line-height: 1.2;
	color: #111111;
}

.about-content h3 {
	font-family: 'Josefin Sans';
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #111111;
	margin: 50px 0 0 0;
}



/* ----- Client Sectiion Styling ----- */

.client-section {
	background-color: #F3F3F3;
	padding: 5px 0 0 0;
}

.clients .single {
	padding: 25px 0 25px 0;
}

.clients .single img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
		opacity: 0.3;
}


/*----------------------------------------------------
----------- Pitch Section Styling Starts ----------
-----------------------------------------------------*/


.pitch {
	padding: 100px 0 100px 0;
	background: #FFFFFF;
}

.pitch-intro {
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
}

.pitch-intro h1 {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -1px;
	color: #454545;
	margin: 0 0 30px 0;
}


.pitch-intro p {
	font-family: 'Poppins';
	font-size: 14px;
	line-height: 1.5;
	color: #A1A1A1;
	letter-spacing: 0;
}

.pitch-icon {
	margin: 0 0 10px 0;
	background: #253758;
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
}

.pitch-icon i {
	font-size: 34px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	top: 13px;
}

.pitch-content {
	padding: 10px 60px 50px 0;
}

.pitch-content h1 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	color: #454545;
	margin: 0 0 10px 0;
}

.pitch-content h3 {
	font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    color: #253758;
    margin: 0 0 10px 0;
}


.pitch-content h4 {
	font-size: 60px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    color: #e3e3e3;
    margin: 0 0 10px 0;
}

.pitch-content p {
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 1.5;
    color: #56585b;
    letter-spacing: 0;
	padding-bottom: 20px;
}


/*----------------------------------------------------
----------- Features Icon Styling Starts -------------
-----------------------------------------------------*/

.icon-features {
	padding: 100px 0 0 0;
}

.icon-features-intro {
	padding: 0 0 50px 0;
}

.icon-features-intro h2 {
	    font-size: 32px;
	font-weight: 600;
	color: #253758;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	text-align: center;
}

.icon-features-intro h1 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	text-align: center;
}

.icon-features-intro p {
	font-size:22px;
	line-height: 26px;
	color: #A1A1A1;
	text-align: center;
	margin: 0 0 30px 0;
}

.f-single {
	position: relative;
	padding: 10px 0 80px 0;
}

.f-icon i {
	font-size: 54px;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.f-content {
	padding-left: 80px;
}

.f-content h2 {
	font-size: 21px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.f-content p {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 300;
	color: #4D4D4D;
	line-height: 1.5;
	text-align: left;
}


/*----------------------------------------------------
----------- Features Section Styling Starts ----------
-----------------------------------------------------*/


.features {
	padding: 25px 0 25px 0;
}

.features-inner {
	width: 100%;
}

.features .features-list {
	padding: 20px 0 0 0;
	text-align: center;
}

.features .features-list h1 {
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
	color: #222222;
	margin: 0 0 30px 0;
}

.features .features-list ul {
	list-style-type: circle;
	padding-left: 20px;
	text-align: center;
}


.features .features-list ul li {
	display: block;
	margin: 0 0 15px 0;
	font-family: 'Josefin Sans';
	font-size: 16px;
	line-height: 1.2;
	color: #A1A1A1;
}

/* ----- App Features List ----- */

.software .features {
	padding: 100px 0 100px 0;
}

.software .features .features-list h1 {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.2;
	color: #222222;
	margin: 20px 0 20px 0;
}

.software .features-list p {
	margin: 0 0 25px 0;
	font-family: 'Josefin Sans';
	font-size: 18px;
	line-height: 1.2;
	color: #A1A1A1;
}

.software .features .features-list ul {
	list-style-type: disc;
	padding-left: 20px;
}


.software .features .features-list ul li {
	font-family: Poppins;
	display: block;
	font-size: 13px;
	margin: 0 0 15px 0;
	color: #A1A1A1;
}


/* --------------- Feature Sub ------------ */

.product .feature-sub {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url("../images/image-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0 100px 0;
}

.product .sub-inner {
	max-width: 500px;
	float: left;
}

.feature-sub .sub-inner h1 {
	font-family: 'Josefin Sans';
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	color: #FFFFFF;
	margin: 0 0 30px 0;
}

.feature-sub h2{
	font-family: Poppins;
	font-size: 50px;
    margin: 0 0 20px 0;
    font-weight: 500;
	line-height: 1.2;
}

.feature-sub p{
	font-family: Poppins;
	font-size: 18px;
    margin: 0 0 20px 0;
    font-weight: 400;
	line-height: 1.4;
}


.feature-sub .sub-inner .btn-action {
	color: #FFFFFF;
	background: #253758;
	border-color: #253758;
}

.feature-sub .sub-inner .btn-action:hover {
	color: #253758;
	background: transparent;
	border-color: #253758;
}

.product .feature-sub .sub-inner .btn-action {
	color: #FFFFFF;
	background: #82714a;
	border-color: #82714a;
}

.product .feature-sub .sub-inner .btn-action:hover {
	color: #82714a;
	background: transparent;
	border-color: #82714a;
}

.feature-sub {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url("../images/image-bg.jpg");
	padding: 150px 0 150px 0;
}

.sub-inner {
	max-width: 500px;
	float: left;
}

/* --------- App Features Sub ------- */


.software .feature-sub {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.99)), url("../images/app_bg1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 0 150px 0;
}

.software .feature-sub .sub-inner h1 {
	font-family: 'Josefin Sans';
	font-size: 34px;
	font-weight: 300;
	line-height: 1.1;
	color: #FFF;
	margin: 0 0 30px 0;
}


/*  --------------------------------------------------
------------- Reviews Section Styling ----------------
-----------------------------------------------------*/

.app-features {
	background: #FFFFFF;
	padding: 100px 0 100px 0;
	overflow-x: hidden;
}

.app-features h1 {
	font-size: 34px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.app-features p {
    font-size: 16px;
    font-weight: 500;
    color: #4D4D4D;
    line-height: 1.4;
    margin: 10px 0 50px 0;
}


.app-features img {
	 margin: 0 auto;
}

.app-features .features-left, .app-features .features-right {
	padding: 50px 0 0 0;
}

.app-features .icon {
	margin-top: 10px;
	margin-bottom: 20px;
}

.app-features .icon i {
	font-size: 42px;
	color: #253758;
}
.cssPT50{padding: 50px 0 0 0;}
.cssBGgris{background-color: #e5e5e5;}


.app-features .feature-single {
	margin-left: 0;
	margin-bottom: 50px;
}

.app-features  h2 {
    font-size: 32px;
    font-weight: 500;
    color: #253758;
    margin: 0 0 10px 0;
    letter-spacing: -1px;
}

.app-features  .bold {
    font-size: 38px;
    font-weight: 900;
    color: #253758;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
}


.app-features .feature-single h1 {
	font-size: 18px;
	font-weight: 400;
	color: #222222;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}

.app-features .feature-single h3 {
	font-size: 18px;
	font-weight: 400;
	color: #253758;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Poppins;
}

.app-features .feature-single p {
	font-family: Poppins;
	font-size: 14px;
	color: #A1A1A1;
	line-height: 1.4;
	margin: 10px 0 0 0;
}


/*-------------------------------------------------------
------------- Split Features Section Styling ------------
--------------------------------------------------------*/

.split-features {
	background: #FFFFFF;
	padding: 50px 0 50px 0;
	overflow: hidden;
}


.split-features h4{
	font-size: 32px;
    font-weight: 400;
    color: #253758;
    margin: 0 0 30px 0;
    letter-spacing: -1px;
	font-family: Poppins;
}

.split-features p {
    font-size: 18px;
    font-weight: 400;
    color: #A1A1A1;
    line-height: 1.4;
    margin: 10px 0 50px 0;
	font-family: Poppins;
}

.split-features ul li {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1;
    margin: 14px 0 14px 0;
	padding-left: 60px;
}

.signup .split-features {
	background: #F2F2F2;
}

.split-image img {
	margin: 0 auto;
}

.split-content {
	padding: 20px;
	text-align: center;
}

.split-content h1 {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.split-content p {
	font-size: 16px;
	line-height: 1.4;
	color: #A1A1A1;
	letter-spacing: 0;
}

.split-content ul {
	list-style-type: disc;
	display: inline-block;
	margin: 30px 0 0 0;
}

.split-content ul li {
	font-family: Roboto;
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	color: #A1A1A1;
}



/*  --------------------------------------------------
------------- Reviews Section Styling ----------------
-----------------------------------------------------*/

.review-section {
	padding: 150px 0 150px 0;
	text-align: center;
	background: #F4F4F4;
}


.reviews {
  width: 100%;
}


.review-single img {
  width:80px;
	height:80px;
}

.review-text h3 {
	font-family: Roboto;
  font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.5;
  color: #000000;
}

.review-text .ion {
	display: inline-block;
	margin-top: 20px;
  font-size: 14px;
  color: #ff8000;
}

.review-text p {
  font-family: Poppins;
  font-size: 14px;
	font-weight: 300;
  padding: 20px 10px 20px 10px;
	letter-spacing: 1px;
	line-height: 1.5;
  color: #A1A1A1;
}



/*  --------------------------------------------------
------------- Pricing Section Styling ----------------
-----------------------------------------------------*/


.pricing {
	padding: 50px 0 100px 0;
}

.pricing-content {
	padding: 60px 0 0 0;
	text-align: center;
}

.pricing h1 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.2;
}

.pricing h4 {
	font-size: 14px;
	font-weight: 400;
	color: #A1A1A1;
	margin: 10px 0 30px 0;
}

.pricing p {
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 400;
	color: #444444;
	line-height: 1.4;
}

.pricing .btn-buy {
	padding: 40px 0 20px 0;
}

.pricing .btn-buy img {
	display: inline;
}

.pricing .price-tag h2 {
	font-family: 'Josefin Sans';
	font-size: 24px;
	font-weight: 400;
	color: #A1A1A1;
	margin: 0 0 20px 0;
}



/* ----- Pricing Tables Styling Starts ----- */

.pricing-section {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #FFFFFF;
}

.pricing-intro {
	padding-bottom: 30px;
}

.pricing-intro h1 {
	font-size: 28px;
	color: #111111;
	font-weight: 600;
	line-height: 1.4;
}


.pricing-intro p {
	font-size: 15px;
	color: #303030;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.pricing-section .table-left, .pricing-section .table-right {
	padding: 20px 20px 50px 20px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
	border: transparent;
	max-width: 400px;
	min-height: 685px;
}

.table-left .icon, .table-right .icon {
	padding: 50px 50px 40px 50px;
}

.table-left .icon img, .table-right .icon img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.table-left .pricing-details span, .table-right .pricing-details span {
	display: inline-block;
	font-family: Poppins;
	font-size: 36px;
	font-weight: 500;
	color: #808080;
	margin-bottom: 20px;
}

.table-left .pricing-details h2, .table-right .pricing-details h2 {
	font-size: 18px;
	font-weight: 600;
	color: #505050;
	margin-bottom: 30px;
}

.table-left .pricing-details p, .table-right .pricing-details p {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 300;
	color: #505050;
	letter-spacing: 1px;
	line-height: 1.4;
}

.table-left .pricing-details ul, .table-right .pricing-details ul {
	margin-top: 30px;
	margin-bottom: 50px;
}


.table-left .pricing-details li, .table-right .pricing-details li {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	color: #505050;
	line-height: 1.4;
	margin-bottom: 10px;
}

.pricing-section .table-left:hover, .pricing-section .table-right:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.pricing-section .table-left, .pricing-section .table-right {
	margin-top: 20px;
}

.pricing-section .table-center {
	margin-top: 0;
}

/* ----- Pricing Section Styling Ends ----- */



/* ----- Counter Section Styling Starts -----*/

.counter-section {
 width: 100%;
 padding-top: 50px;
 padding-bottom: 50px;
 background: #F1F1F1;
}

.counter-section h3  {
	font-size: 28px;
	font-weight: 400;
	color: #222222;
}

.counter-icon {
  padding: 15px;
}

.counter-icon i {
  font-size: 48px;
  color: #253758;
}

.counter-text {
	margin-top: 10px;
  margin-bottom: 20px;
}

.counter-text h4 {
  font-size: 16px;
  font-weight: 400;
  padding: 0.5em;
  color: #222222;
}

/* -------- Counter Section Styling Ends --------- */



/* ----- CTA Section Styling Starts ----- */


.bg-imgWeb {
    background: #e5e5e5 url(../images/bg-portatil.jpg) no-repeat -250px center;
    padding:80px 0 80px 0;
}

@media only screen and (max-width: 1300px) {
  .bg-imgWeb {
    background: #e5e5e5  center;
    padding:80px 0 80px 0;
}
}

.cta-sub {
	padding-top: 150px;
	padding-bottom: 150px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../images/cta_bg.jpg") no-repeat center center;
	background-size: cover;
}

.cta-inner {
	max-width: 500px;
	float: none;
}

.cta-sub .cta-inner h1 {
	font-size: 28px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 0;
}

.cta-sub .cta-inner p {
	font-family: Poppins;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 20px;
	margin-bottom: 40px;
}

.subscribe-form {
	text-align: left;
}

.subscribe-form .mail {
 background-color: #FFFFFF;
 border: none;
 border-radius: 5px 0 0 5px;
 outline: none;
 height: 40px;
 padding: 0 150px 0 20px;
 box-shadow: none;
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 transition: all .3s;
}


.subscribe-form input {
  color: #222222;
  font-family: Poppins;
  padding: 0;
  font-size: 0.9em;
}

.subscribe-form .submit-button {
  font-size: 0.9em;
  height: 40px;
  border: 2px solid;
  border-radius: 0 5px 5px 0;
  margin: 0;
  padding: 0 25px 0 25px;
	border-color: #FFFFFF;
  background-color: #253758;
  color: #FFFFFF;
	box-shadow: 0 0 1px transparent;
  outline: none;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.subscribe-form .submit-button:hover {
  border-color: #253758;
  -webkit-transition: 500ms;
	-moz-transition: 500ms;
  transition: 500ms;
}

.product .subscribe-form .submit-button {
	border-color: #FFFFFF;
  background-color: #253758;
}

.product .subscribe-form .submit-button:hover {
  border-color: #253758;
}


/* ----- CTA Section Styling Ends ----- */



/* ------- Footer Section Styling Starts ------- */


.footer {
  background-color: #F3F3F3;
  width: 100%;
  height: 100%;
	overflow: hidden;
	padding-top: 75px;
	padding-bottom: 20px;
}

.contact {
	text-align: left;
}

.contact i {
	font-size: 42px;
	color: #253758;
}

.contact h1 {
	font-family: 'Josefin Sans';
	font-size: 21px;
	font-weight: 400;
	color: #253758;
	margin: 10px 0 10px 0;
}

.contact p {
	font-family: 'Josefin Sans';
	font-size: 16px !important;
	font-weight: 400;
	color: #111111;
	line-height: 1.3;
	margin: 10px 0 20px 0 !important;
}

.contact a {
	font-family: 'Josefin Sans';
	font-size: 18px;
	font-weight: 400;
	color: #253758;
	text-decoration: none;
	display: inline-block;
}


.footer img {
	margin-bottom: 20px;
}

.footer-menu ul {
	list-style-type: none;
}

.footer-menu li {
	display: inline;
	line-height: 2;
	font-family: Poppins;
	font-size: 14px;
	padding-right: 15px;
	text-transform: capitalize;
}

.footer-menu li a {
	color: #707570;
	text-decoration: none;
}

.footer p {
	font-family: 'Josefin Sans';
	font-size: 16px;
	font-weight: 400;
	color: #A1A1A1;
	line-height: 1.3;
	margin: 10px 0 30px 0;
}

.footer-text p {
	font-family: 'Josefin Sans';
	font-size: 14px;
	color: #253758;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-top: 10px;
}


.product .footer .contact h1, .product .contact i, .product .footer .contact a, .product .footer-text p  {
	color: #253758;
}


/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/


.back-to-top {
	background: rgb(37,55,88);
	margin: 0;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	z-index: 90;
	display: none;
	text-decoration: none;
	color: #0E1729;
}

.back-to-top i {
	position: relative;
	left: 13px;
	top: 8px;
	font-size: 24px;
	color: #FFFFFF;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.back-to-top:hover {
    background: rgb(37,55,88);
    color: #FFFFFF;
}

.back-to-top:hover i {
	top: 6px;
}

.back-to-top:focus {
    color: #FFFFFF;
}


.product .back-to-top {
	background: rgba(37, 55, 88, 0.6);
}

.product .back-to-top:hover {
	background: rgba(37, 55, 88, 0.6);
}



/*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/

@media only screen and (min-width: 767px) {
	.logo {
	  position: absolute;
	  top: 20px;
	  left: 20px;
	}

	.hero-section {
		padding: 150px 0 100px 0;
	}
	

	.form .hero-section {
		padding: 150px 0 30px 0;
	}

	.form .hero-content {
		padding: 100px 0 100px 0;
		overflow: hidden;
	}
	

	.form .hero-content h1 {
		font-size: 54px;
	}

	.product .hero-content {
		padding: 100px 0 40px 0;
		text-align: left;
	}

	.hero-content h1 {
		font-size: 48px;
		margin: 0 0 10px 0;
	}
	
	.hero-content h1 .bold{
		font-size: 62px;
		margin: 0 0 20px 0;
		font-weight: 900;
	}

	.hero-content p {
		font-size: 20px;
	}

	.about-content h2 {
		font-size: 38px;
	}

	.software .hero-content h1 {
		font-size: 42px;
	}

	.image-bg .hero-content h1 {
		font-size: 48px;
	}


	.signup .hero-content h1 {
		font-size: 48px;
	}

	.features .features-list {
		padding: 100px 0 0 0;
		text-align: left;
	}

	.features .features-list ul li {
		font-size: 18px;
		display: list-item;
		text-align: left;
	}


	.software .features {
		padding: 100px 0 100px 0;
	}

	.software .features .features-list h1 {
		font-size: 34px;
	}

	.software .features .features-list {
		padding: 30px 0 0 0;
	}


	.software .features .features-list ul li {
		display: list-item;
		font-size: 14px;
		text-align: left;
	}


	.feature-sub {
		padding: 200px 0 200px 0;
	}

	.feature-sub .sub-inner h1 {
		font-size: 42px;
	}

	.software .feature-sub .sub-inner h1 {
		font-size: 42px;
	}

	.split-content {
		padding: 120px 100px 50px 10px;
		text-align: left;
	}

	.split-content h1 {
		font-size: 42px;
	}


	.pricing {
		padding: 100px 0 100px 0;
	}

	.pricing-content {
		text-align: left;
	}

	.cta-sub .cta-inner h1 {
		font-size: 36px;
	}


	.cta-inner {
		max-width: 500px;
		float: right;
	}

	.contact {
		text-align: center;
	}


	.contact h1 {
		font-size: 24px;
	}

	.contact p {
		font-size: 16px !important;
	}

	.contact a {
		font-size: 18px;
	}

}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.features .features-list {
		padding: 80px 0 0 0;
	}

	.split-content {
		padding: 100px 100px 50px 50px;
		text-align: left;
	}
}


@media screen and (min-width: 400px) and (max-width: 600px) {

 .subscribe-form .mail {
   padding: 0 30px 0 20px;
   border-radius: 5px 0 0 5px;
 }

 .subscribe-form .submit-button {
   padding: 0 5px 0 5px;
   border-radius: 0 5px 5px 0;
 }
}


@media screen and (max-width: 399px) {

	.cta-sub {
		text-align: center;
	}

	.subscribe-form {
		text-align: center;
	}

 .subscribe-form .mail {
	 text-align: center;
   padding: 0 0 0 0;
   border-radius: 5px 0 0 5px;
 }

 .subscribe-form .submit-button {
   padding: 0 5px 0 5px;
   border-radius: 0 5px 5px 0;
	 margin-top: 15px;
 }

 .form .sub-form .subscribe-form {
 	text-align: left;
 }


  .form .sub-form .subscribe-form .mail {
 	 text-align: center;
    padding: 0 0 0 0;
    border-radius: 5px 0 0 5px;
  }

  .form .sub-form .subscribe-form .submit-button {
    padding: 0 5px 0 5px;
    border-radius: 0 5px 5px 0;
 	 margin-top: 15px;
  }

 .back-to-top {
	right: 10px;
}

 }

 @media only screen and (min-width: 991px) and (max-width: 1201px) {

	 .app-features .features-left, .app-features .features-right {
	 	padding: 0 0 0 0;
	 }

	 .software .features .features-list {
		 padding: 0 0 0 0;
	 }

 }


/*---------------------------------------------------
------- Media Queries for Split Layout Ends ---------
---------------------------------------------------*/

/* extra styles */

.css-font-family-poppins { font-family: Poppins!important; }

.css-paddingL40 { padding-left: 40px!important; }

.css-marginB10 { margin-bottom: 10px!important; }
.css-marginB20 { margin-bottom: 20px!important; }
.css-marginB30 { margin-bottom: 30px!important; }
.css-marginB40 { margin-bottom: 40px!important; }
.css-marginB50 { margin-bottom: 50px!important; }
.css-marginB60 { margin-bottom: 60px!important; }
.css-marginB70 { margin-bottom: 70px!important; }
.css-marginB80 { margin-bottom: 80px!important; }
.css-marginB90 { margin-bottom: 90px!important; }
.css-marginB100 { margin-bottom: 100px!important; }

.css-marginT10 { margin-top: 10px!important; }
.css-marginT20 { margin-top: 20px!important; }
.css-marginT30 { margin-top: 30px!important; }
.css-marginT40 { margin-top: 40px!important; }
.css-marginT50 { margin-top: 50px!important; }
.css-marginT60 { margin-top: 60px!important; }
.css-marginT70 { margin-top: 70px!important; }
.css-marginT80 { margin-top: 80px!important; }
.css-marginT90 { margin-top: 90px!important; }
.css-marginT100 { margin-top: 100px!important; }


.css-color-black {
	color: #000!important;
}

.css-noFloat {
	float: none!important;
}

#kitdigital .media {
	margin-bottom: 40px;
}

.media .media-left a {
	text-decoration: none;
}

.media .media-left a:hover {
	text-decoration: none;
}

.media .css-number-list {
	width: 40px;
	height: 40px;
	color: #FFF;
	background-color: #81a7fa;
	text-align: center;
	border-radius: 15%;
	padding-top: 5px;
	font-size: 30px;
	font-weight: bold;
}

#categoriasKitDigital .css-panel {
	border: 1px solid #243758;
	position: relative;
	min-height: 450px;
}



#categoriasKitDigital .css-panel .hero-content {
    padding: 30px 25px;
}

#packs {
	padding: 0 0 70px 0;
}

#packs .css-panel {
	border: 1px solid #243758;
	position: relative;
}

#packs .css-panel .css-price-globe {
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: #243758;
	color: #FFF;
	right: 40px;
    top: -47px;
	border-radius: 50%;
	text-align: center;
	font-size: 25px;
	padding-top: 27px;
}

#packs .css-panel .css-price-globe div {
	font-size: 15px;
	text-align: left;
	padding-left: 24px;
	margin-bottom: 5px;
}

#packs .css-panel .css-price-globe small {
	color: #ac1c33;
	font-size: 15px;
	font-weight: bold;
	margin-left: -4px;
}

#packs .css-panel .css-price {
	background-color: #eaebef;
	color: #253657;
	padding: 5px 10px 5px 0;
	text-align: right;
	font-family: Poppins;
	font-size: 25px;
	font-weight: bold;
}

#packs .css-panel .css-price span {
	font-size: 20px;
	font-weight: normal;
}

#packs .css-panel .css-price small {
	font-size: 15px;
}

#packs .css-panel .hero-content {
	padding: 30px 25px;
}

.css-title {
	color: #FFF;
	font-size: 50px;
}

#formuKitDigital {
	color: #FFF;
}

#formuKitDigital p {
	font-size: 20px;
	font-weight: normal;
	color: #ededed;
	line-height: 26px;
}

#formuKitDigital .css-icon-comment {
	color:#ac1c33;
	font-size: 46px;
}

#formuKitDigital .css-text-terms {
	font-size: 12px;
	color: #818c9f;
	line-height: 15px;
}

#categoriasKitDigital .css-icon {
	color: #b22e2d;
	font-size: 65px;
}

#categoriasKitDigital h3 {
	color: #263759;
	margin: 10px 0 15px 0;
}

#categoriasKitDigital .row p {
	color: #636363;
	margin: 10px 0 30px 0;
	font-size: 17px;
}

.btn-action-red {
    font-family: 'Roboto', sans-serif;
    background-color:#ac1c33;
    border: 1px solid #ac1c33;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
    padding: 10px 21px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.btn-red {
    height: 45px;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background-color:#ac1c33;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    color: #FFFFFF;
    text-transform: uppercase;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.btn-red:hover {
	background-color: #c11b42;
	color: #f0f0f0;
}

.btn-blue {
    height: 45px;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #253758;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    color: #FFFFFF;
    text-transform: uppercase;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.btn-blue:hover {
	outline: 0;
    opacity: 0.6;
    color: #FFFFFF;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-border-blue {
	border: 1px solid #253758;
	color: #253758;
	padding: 12px;
	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.btn-border-blue:hover {
	background-color: #253758;
	color: #FFF;
	text-decoration: none;
}

	.col4K{
	    padding-right: 0px;
    padding-left: 0px;
	}


			.col4K15{
	    padding-right:15px;
    padding-left: 15px;
	}

	.col4Img{
	padding-right: 15px;
    padding-left: 15px;
	padding-bottom:o;
    background: none;
    background-size: none;
	background-repeat: no-repeat;
	}

@media only screen and (max-width: 767px) {
	
			.hero-content {
    padding: 50px 0 100px 0;
}
	
	.hero-section {
    height: 100%;
    background: #FFFFFF;
    padding: 80px 0 0 0;
}
	
	
		.col4K{
	    padding-right:0px;
    padding-left: 0px;
	}
	
	

	

	
	.col4Img{
	width: 100%;
	padding-right: 15px;
    padding-left: 15px;
	padding-bottom: 40px;
	background: url(https://kubyka.com/kit-digital/assets/images/ico-kit-digitalMV.jpg);
    background-size: cover;
	background-repeat: no-repeat;
	}
	

	
	
	.signup-form {
    padding: 0px 15px 30px 15px;
}
	
	
}