<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;800&display=swap');
</style>


#pageLock {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999999;
	background-color: #fff;
}

#modal {
	display: none;
	color: #333;
	max-width: 800px;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 9999999999999;
	padding: 15px;
	border-radius: 10px;
}
.modal{
	color:#333;
}

.modal-dialog {
    max-width: 700px !important;
    margin-top: 110px;
}

.logo img {
    height: 35px;
    margin: 15px 0px 0px 50px;
	}
/* /////////////////////////////////////////////////////////////////////
//  01 - Global
/////////////////////////////////////////////////////////////////////*/

* {outline: none !important;}

::selection {
	background-color: #475B6F;
	color: #fff;
}

html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-y: scroll;
}

body {
	font-family: 'Inter', sans-serif;
	color: #242424;
	background: #fff;
    line-height: 1.3rem;
}

p {margin: 0 0 20px 0;	}

img{max-width: 100%;}

a {
	text-decoration: none;
	outline: none;
}

a {
	font-weight: 700;
    text-decoration: underline;
    outline: none;
    color: #3a3a3a;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

a .logo {height: 60px;}

a:hover {
	color: #242424;
}


h1 {
    color: #242424;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 600;
}

h2 {
	color: #242424;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

h3, h4, h5, h6 {
	color: #242424;
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    font-weight: 300;
}

.yellow_btn {
	background-color: #FEEB29;
	display: inline-block;
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    font-size: 14px;
    color: #242424;
    border: 4px solid #242424;
    border-radius: 40px;
    margin: 0;
    padding: 1pc 30px;
    line-height: 1;
    outline: 0;
}

.yellow_btn:hover {
	text-decoration: none;
	color: inherit;
	background-color: #FFF488;
	color: #242424;
}

.btn-danger {
	background-color: #FEEB29;
	display: inline-block;
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    font-size: 14px;
    color: #242424;
    border: 3px solid #242424;
    border-radius: 40px;
    margin: 0;
    padding: 1pc 30px;
    line-height: 1;
    outline: 0;
}

.btn-danger:hover {
	text-decoration: none;
	color: inherit;
	background-color: #FFF488;
	color: #242424;
}

.btn{border: 3px solid #242424;
    border-radius: 40px;}
.btn:hover{border: 3px solid #242424;
	}
.btn-o {
	border: 1px solid #3A4F52;
	color: #3A4F52;
}
.btn-o:hover {
	background: #3A4F52;
	color: white;
}
.btn.btn-o-white {
	border: 1px solid white;
	color: white;
	background: transparent;
}
.btn.btn-o-white:hover {
	background: white;
	color: #6a6a6a;
}


/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/

#header {
	position: relative;
	padding: 0 !important;
}

#header.header-wrapper {
	background-image: url("");
	background-size: cover;
	display: table;
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
	#header.header-wrapper {
		height: auto;
		min-height: 100vh;
		padding: 0px;
	}
    
   
}

#header.header-wrapper .header-wrapper-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#header .top {
	position:fixed;
	top:0;
	width: 100%;
	height: auto;
	z-index: 500;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #fff;
}

#header .top.solid {
	background: #fff;
	padding-bottom: 10px;
}

#header .top h1{
	margin-bottom: 0;
}
#header .top.solid .toggleDrawer i {
	padding-top: 15px;
}

#header .logo, #header .toggleDrawer{
	font-family: 'Alegreya SC';
	color: #000;
	text-decoration: none;
}

#header .slogan{
	font-size: 4em;
	margin-bottom: 15px;
	line-height: 1em;
	font-family: 'Nixie One';
	color: white;
}

#header .secondary-slogan{
	font-size: 1.6em;
	color: rgba(255,255,255,.5);
	line-height: 1em;
	font-family: 'Alegreya SC';
}

#header .bottom {
	bottom: 10%;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 3;
}
#header .bottom a img {
	width: 50px;
}
#header .bottom a {
	opacity: 0.7;
}
#header .bottom a:hover {
	opacity: 1;
}


/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/

#drawer-right {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	margin-right: -300px;
	background: #F4F1ED;
	width: 300px;
	padding: 20px;
	z-index: 999;
}

#drawer-right a{
	text-decoration: none;
}

#drawer-right h1, #drawer-right h2{
	
}

#drawer-right .nav-pills>li>a {
	font-size: 16px;
	border-radius: 0;
	font-weight: 300;
	display: block;
}

#drawer-right .social{margin-top: 30px}
#drawer-right .social ul {
	list-style: none;
	padding-left: 20px;
}
#drawer-right .social ul > li {
	display: inline-block;
}


#drawer-right .social ul > li > a:hover{
	color: white;
}

.pull-right {
	padding: 15px 30px 0px 0px;
}



/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.content-block{
	background-size: contain;
	background-position: center;
	overflow:hidden;
	padding: 40px 0;
	background: #f4f1ed;
}

.parallax{
	padding: 100px 0 0 0;
}

.block-body {
	margin-top: 40px;
}

#services {
	background-image: url();
	color: white;
}
#parallax {
	background-image: url("https://cykpay-assets.s3.us-east-2.amazonaws.com/images/2023/header_web.jpg");
	height: 260px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 120px;
	margin-bottom: 70px;
    width: 1115px;
    margin-left: auto;
    margin-right: auto;
	background-color: #fff;
}

#parallax-peru {
	background-image: url("https://cykpay-assets.s3.us-east-2.amazonaws.com/images/2023/header_web.jpg");
	height: 260px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 200px;
	margin-bottom: 70px;
    width: 1115px;
    margin-left: auto;
    margin-right: auto;
	background-color: #fff;
}
#parallax h1 {
	background: rgba(0, 0, 0, 0.7);
	padding: 20px 10px 10px 10px;
	width: 370px;
	color: #fdbb30;
}
#parallax h1 span {
	font-size: 24px;
	color: #fff;
}

#contact {
	background-image: url();
	color: white;
	background-color: #405162;
}





/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

.recent-work {
	width: 100%;
	padding-bottom: 27%;
	background: #C3C9CC;
	display: table;
	text-align: center;
	vertical-align: middle;
	padding-top: 27%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin-bottom: 10px;
}

.recent-work span{
	margin-top: -18px;
	opacity: 0;
	position: relative;
	z-index: 1;
}
.recent-work:before {
	
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	opacity: 0;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.recent-work:hover {
	background-size: 130%;
	background-position: center;
}
.recent-work:hover:before, .recent-work:hover span {
	opacity: 1;
}



/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/

#services h1, #services h2{
	color: white;
}
.service i {
	font-size: 60px;
}
.service {
	padding: 0 25px;
}

.col-sm-3 {
	text-align: center;
}

/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/


#blog .blog-post {

	background: #fff;
    -webkit-box-shadow: 0 4px 40px rgba(0,0,0,.08);
    box-shadow: 0 4px 40px rgba(0,0,0,.08);
    border-radius: 20px;
	padding: 40px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    overflow: visible;
	margin-left: -40px;
    margin-right: -40px;
	margin-bottom: 40px;
}

#blog .blog-post2 {

    border-radius: 20px;
	padding: 40px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    overflow: visible;
	margin-left: -40px;
    margin-right: -40px;
	margin-bottom: 40px;
}

#blog .blog-post img {
	margin-bottom: 20px;
}

#blog .date {
	margin-bottom: 15px;
	font-style: italic;
}

/*////////////////////////////////////////////////////////////////////////
//  11 - Responsive styles
///////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 767px) {
	#header .slogan {
		font-size: 2.8em;
	}
    
    p {
    margin-top: 0;
    margin-bottom: 1rem;
        width: 100%;
        font-size: .7rem;
}

	#header .secondary-slogan {
		font-size: 1.2em;
	}

	#header .bottom {
		bottom: 1%;
	}

   
	.recent-work {
		background-position: center;
	}

	.recent-work:before {
		opacity: 1;
	}
    
       
    .recent-work:before {
	     opacity: 1;
        
}
    
    .h1, h1 {
    font-size: 1.8rem;
            }
  
    .load_modal{
            font-size: 80%;
        }
    
    .yellow_btn {
    display: inline-block;
    font-size: 1rem;
    padding: 0.5em;
    width: 100%;
    background-color: #FFC300;
    color: inherit;
        text-decoration: none;}
    
    
    
    a img {height: 40px;}
      
    
    #parallax {
	background-image:url("");
	color: white;
    height: 190px;    
    background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #192a37;
	margin-top: 60px;
	width: auto;
}
     .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 80%;
         }

	.recent-work span {
		opacity: 1;
	}
    
    body {
    font-size: 100%;
       height: 100%;
   }
    .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
    .content-block{
        padding-top: 8%;
        padding-bottom: 0%
    }
    .pull-right {
    padding: 1px 15px 0px 0px;
}
   header img {
    max-width: 70%;
}
    
}

@media screen and (max-width: 480px) {
	#header .slogan {
		font-size: 2.8em;
	}
    
    p {
    margin-top: 0;
    margin-bottom: 1rem;
	width: 100%;
	font-size: 15px;
	line-height: initial;
}

	#header .secondary-slogan {
		font-size: 1.2em;
	}

	#header .bottom {
		bottom: 1%;
	}

	.blog-post {
		margin-bottom: 40px;

	}
   
	.recent-work {
		background-position: center;
	}

	.recent-work:before {
		opacity: 1;
	}
    
       
    .recent-work:before {
	     opacity: 1;
        
}
    
    .h1, h1 {
    font-size: 38px;
    font-weight: bold;
            }
  
    .load_modal{
            font-size: 80%;
        }
    
    .yellow_btn {
		background-color: #FEEB29;
		font-size: 18px;
		padding: 1pc 1px;
}
    
    a img {height: 40px;}
      
    
    #parallax {
	background-image:url("https://cykpay-assets.s3.us-east-2.amazonaws.com/images/2023/header_movil.jpg");
	color: white;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin-top: 70px;
	width: auto;
    height: 130px;
	margin-bottom: 30px;
}

#parallax-peru {
	background-image:url("https://cykpay-assets.s3.us-east-2.amazonaws.com/images/2023/header_movil.jpg");
	color: white;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin-top: 190px;
	width: auto;
    height: 130px;
	margin-bottom: 30px;
}
     .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 80%;
}

	.recent-work span {
		opacity: 1;
	}
    
    body {
    font-size: 100%;
       height: 100%;
   }
    .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
    .content-block{
        padding-top: 1%;
        padding-bottom: 0%
    }
    .pull-right {
    padding: 1px 15px 0px 0px;
}
   header img {
    max-width: 70%;
}
    
}

@media (max-width: 480px) {

	h3 {
		font-size: 24px;
		    margin-top: 15px !important;
	}
	#drawer-right {
		padding: 10px 20px;
	}

	#drawer-right .nav-pills>li>a {
		font-size: 17px;
	}

	.nav-stacked>li+li {
		margin-top: 0;
	}

	.nav>li>a {
		padding: 8px 15px;
	}

	#drawer-right .social {
		margin-top: 5px;
	}

	#header {
		background-size: cover;
	}
	.logo img {
    height: 30px;
	margin: 15px 0px 0px 20px;
	}

	.row {
		margin-left: 15px;
		margin-right: 15px;
	}

	#blog .blog-post {
		padding: 20px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.col-sm-6.col-md-6.col-lg-6 {
		margin-bottom: 30px;
	}
	h2 {
		font-size: 15px;
	}
	#header .top.solid .toggleDrawer i {
		margin-top: 15px;
	}

	div#portfolio {
		background: #fff;
		padding-top: 40px;
	}

	.block-body {
		margin-top: 35px;
	}

}

.row {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}


div#portfolio {
    background: #fff;
}

header.block-heading.cleafix {

    display: flex;
    align-items: center;
}

header.block-heading.cleafix h2{
    margin: 0px 0px 0px 10px;
}

.nav-pills li {
	margin-bottom: 10px;
	width: -webkit-fill-available;
}

.nav-pills li i.fa {
    width: 20px;
	text-align: center;
}
 
.modal-body img {
    padding: 10px;
}

.franja-ns {
    background-image: url(https://cykpay-assets.s3.us-east-2.amazonaws.com/images/2023/header_fondo_ns.jpg);
    height: 103px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 10px;
}

.franja-nf {
    background-image: url(https://cykpay-assets.s3.us-east-2.amazonaws.com/images/2023/header_fondo_nf.jpg);
    height: 103px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 10px;
}

.franja-nv {
    background-image: url(https://cykpay-assets.s3.us-east-2.amazonaws.com/images/2023/header_fondo_nv.jpg);
    height: 103px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 10px;
}

span.text-warning {
    font-size: large;
    font-weight: 800;
    margin-right: 5px;
    color: #0180ff !important;
}

span.small {
	font-family: 'Inter', sans-serif;
	margin-top: 26px;
    margin-left: 10px;
}

@media screen and (max-width: 513px) {
	span.small {
		font-family: 'Inter', sans-serif;
		margin-top: 24px;
		margin-left: 5px;
		font-size: x-small;
	}
}