
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	
	
}
body{
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
	font-size:13px;
	overflow-x:hidden;
}
header{
	height:100px;
	background-color:#E8E8E8;
	color:#fff;
}

.LogoKalamGrey{
	font-family:'Montserrat', cursive;
	font-size:50px;
	color:gray;
	font-weight:700;
	
}
.LogoKalamBlack{
	font-family:'Montserrat', cursive;
	font-size:50px;
	color:black;
	font-weight:400;
}
.LogoKalamWhite{
	font-family:'Montserrat', cursive;
	font-size:50px;
	color:white;
	font-weight:400;
}
.logoAddePay{
	text-align:left;
	font-size:50px;
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
}
.logoAddePay_black{
	font-weight: bold;
	color: #9C9C9C;
}
.logoAddePay_light{
	
}
.buttom{
	width:100vw;
	position:absolute;
	display:inline-block;
	justify-content:center;
	align-items:center;
	text-decoration:none;
		
}
.buttom a{
	background-color:#EEE8CD;
	text-transform:uppercase;
	font-size:13px;
	font-weight:600;
	text-decoration:none;
	padding:10px 30px;
	border-radius:20px;
	
}

.link {
	justify-content:center;
	align-items:center;
	text-decoration:none;
	background-color:#EEE8CD;
	font-size:13px;
	font-weight:600;
	padding:10px 30px;
	border-radius:20px;
	position:float;
	margin-bottom:-20px;
}


.header{
	max-width:90%;
	height:100px;
	margin:auto;
	display:flex;
	align-items:center;
}
.logo{
	width:90%;
	height:90%;
}

.logoimg{
	width:50%;
	height:50%;
	
}
.logoimg img{
	width:50%;
	height:50%;
	
}
.logoimg img:hover{
	width:100%;
	height:100%;
}
.menu{
	flex:1;
	display:flex;
	justify-content:flex-end;
	
}
.menu ul,
.menu li{
	list-style:none;
	
}
.menu ul{
	display:flex;
}




.nav li{
	color:#828282;
	text-transform: uppercase;
	font-weight:700;
	text-decoration:none;
	display:block;
	padding-left:30px;
	padding-right:30px;
	display:flex;
	align-items:center;
}
.dropdown a{
	color:#828282;
	text-transform: uppercase;
	font-weight:700;
	text-decoration:none;
	display:block;
	padding-left:30px;
	padding-right:30px;
	display:flex;
	align-items:center;
	
}
.nav li a:hover {
	
	border-bottom:3px solid #696969;
	color:#9C9C9C;
}
.dropdown-menu li a {
	color:#828282;
	text-transform: uppercase;
	font-weight:700;
	text-decoration:none;
	display:block;
	padding-left:30px;
	padding-right:30px;
	display:flex;
	align-items:center;
	
}
.menu li a{
	color:#828282;
	text-transform: uppercase;
	font-weight:700;
	text-decoration:none;
	display:block;
	padding-left:30px;
	padding-right:30px;
	height:100px;
	display:flex;
	align-items:center;
	border-bottom:5px solid #E8E8E8;
}
.menu li a:hover {
	border-bottom:5px solid #696969;
	color:#9C9C9C;
}
.menu li.home a {
	border-bottom:5px solid #E8E8E8;
}
.menu li.restrict a {
	padding-left:300px;
	border-bottom:5px solid #E8E8E8;
	
}
.menu li.restrict p:hover{
	background-color:#696969;
	text-decoration:none;
	margin-right:-20px;
	padding:10px 10px;
	border-radius:20px;
	color:#FFF;
	font-weight: bold;
	
}
.carousel slide .carousel-inner{
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
}



.banner{
	height:calc(100vh - 100px);
	
	background-image:url('../../media/qr-code.jpg');
	
	background-size:cover;
	background-position:center;
	
	overflow:hidden;
}
.banner .buttom{
	margin-top:-110px;
	display:flex;
}
.banner .sliders{
	width:100vw;
	height:100%;
}
.banner .slide{
	width:100vw;
	height:100%;
	display:inline-block;
	background-color:rgba(0, 0, 0, 0.7);
}
.banner .slidearea{
	display:flex;
	height:100%;
	justify-content:center;
	align-items:center;
	color:#FFF;
}
.banner h1{
	
	text-align:center;
	font-weight: 400;
	font-size:50px;
}
.banner h1 span{
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}
.banner h1 b{
	color:#FFF;
}


.banner .sliders-pointers{
	width:100vw;
	height:20px;
	position:absolute;
	margin-top:-50px;
	display:flex;
	justify-content:center;
	align-items:center;
	
}
.banner .pointer{
	width:13px;
	height:13px;
	border:2px solid #696969;
	border-radius:8px;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
		
}
.banner .pointer.active{
	background-color:#696969;
}

.corp{
	display:flex;
	justify-content:center;
	align-items:center;
}

.default{
	padding-top:50px;
	padding-bottom:50px;
}
.default.light{
	background-color:#FFF;
}
.default.light .section-title,
.default.light .section-body{
	color:#000;
}
.default.light .buttom a{
	text-decoration:none;
	color:#828282;
}
.default.light .buttom a:hover{
	
	color:#ccc;
}

.default.light .headerCenter a{
	text-decoration:none;
	color:#828282;
}
.default.light .headerCenter a:hover{
	text-decoration:none;
	color:#828282;
}


.default.dark{
	background-color:#000;
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
}
.default.dark .section-title,
.default.dark .section-body{
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
	color:#FFF;
}
.default.dark .buttom {
	display:flex;
	
}
.default.dark .buttom a{
	background-color:#EEE8CD;
	text-decoration:none;
	color:#828282;
	
}
.default.dark .buttom a:hover{
	color:#ccc;
	
}
.default.grey {
	background-color:#4F4F4F;
}
.default.grey .section-title,
.default.grey .section-body{
	color:#000;
}



.default .section-title,
.default .section-desc {
	text-align:center;
	
	font-weight:600;
}
.default .section-title{
	font-size:20px;
	
}
.default .section-desc {
	font-size:12px;
	color:#ccc;
	margin-top:5px;
	margin-bottom:25px;
}
.default .section-body {
	max-width:90%;
	margin:auto;
	
}








/*áreas especificas*/
.section-aboutus{
	display:flex;
}
.section-aboutus--left{
	flex:1;
}
.section-aboutus--left p {
	font-size:14px;
	text-align:justify;
	line-height:25px;
}
.section-aboutus--right{
	width:500px;
	height:250px;
	background-image:url('../../media/logo/logo-addenovo.jpg');
	background-position:right;
	background-size:50%;
	background-repeat:no-repeat;
	justify-content:float;
	align-items:float;
	
}

.section-aboutus-sec--right{
	width:500px;
	height:200px;
	background-position:right;
	background-size:50%;
	background-repeat:no-repeat;
	justify-content:float;
	align-items:float;
	text-align:center;
	font-size:150px;
}



.section-services{
	display:flex;
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
	font-size:14.5px;
	
}
.section-service {
	flex:1;
	text-align:center;
	
	
}
	

/*.section-service:first-child{
	border-right:1px solid #333;
}*/

.uppercase  {
    text-transform: uppercase ;
}


.section-service img {
	width:220px;
	background-repeat:no-repeat;
	border-radius:11px;
	box-shadow:3px 3px 3px #828282;
	
}




.section-service img:hover{
	width:100%;
	
}
.light 	a{
	color:#999;
}
.section-service h4 {
	margin-top:20px;
	text-transform:uppercase;
	font-size:18px;
}
.section-service p {
	margin-top:10px;
	font-size:13px;
	color:#999;
}

.footer  {
	flex:1;
	text-align:center;
	color:#FFF;
	padding:10px;
	background-color:#4F4F4F;
	height:600px;
	margin:10px;
}


.icon{
	color:#FFF;
	font-size:40px;
	
}

.section-services .footer :hover{
	width:100%;

}
.light .buttom {
	display:relative;
	text-align:center;
	justify-content:center;
	align-items:center;
	position:float;
	
}
.light .buttom a{
	background-color:#EEE8CD;
	text-decoration:none;
	
}
.section-services .footer a{
	text-decoration:none;
	color:#828282;
}
.section-services .footer a:hover{
	color:#ccc;
}

