*{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	word-wrap: break-word;
	/*font-family: "Arial",sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: "Gotham A","Gotham B",Gotham,Helvetica,Arial,Sans-Serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-weight: 300;
	font-size: 13px;*/
	/*font-family: "Lato", sans-serif;*/
	font-size: 100%;
	quotes: "“" "”";
	vertical-align: baseline;
	box-sizing: border-box;
	overflow-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
}

html{
	min-height:100%;
	position: relative;
}

body{
	width: 100%;
	/*background-color: #ebebe8;*/
	/*background-color: #f6f6f6;*/
}

*:focus {
    outline: none;
}

/*p{
	color:#A58873;
}*/

p, label{
	font-size: 16px;
	line-height: 1.5;
	color: #666/*#A58873*/;
}

label{
    -webkit-pointer-events:none;
    -moz-pointer-events: none;
    pointer-events: none;
    display: inline-block;
	transform: translate(10px,8px);
	height: 0;
}
/*
label:focus,label:target{
    transform: translate(10px,8px);
	height: 0;
    color:#5e2750 !important;
}*/

img{
	max-width: 100%;
	height: auto;
}

.table-container{
	width: 100%;
	overflow: auto;
}

#form-validate-note{
	padding: 10px;
	text-align: center;
	font-size: 12px;
}

#form-validate-note-hide{
	display: none;
}
/***************************************************************************************/

#globalnav {
	width: 100%;
	background-color: #AC023C;
	z-index: 30;
}

#nave-margin{
	height: 0px;
}

#btn-show-menu {
	display: none;
	position: absolute;
	left: 10px;
	top: 14px;
	cursor: pointer;
}

#btn-hide-menu {
	display: none;
	position: absolute;
	left: 10px;
	top: 14px;
	cursor: pointer;
}

#content-nav-option {
	position: relative;
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
	/*overflow: hidden;*/
	/*background-color: #a9055e;*/
	transition: height 1s;
}

.content-nav-option-lite{
	height: 50px;
}

.content-nav-option-full {
	height: 100%;
	overflow-y: scroll;
}

#nav-option{
	/*display: block;*/
	display: flex;
	align-content: stretch;
	flex-direction: row;
	text-align: center;
	height: 50px;
	list-style: none;
}

#nav-option li{
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 2;
	padding: 0 5px;
	transition: background-color 1s, transform .2s, padding 1s; 
}

#nav-option li:last-child input{
	display: none;
}

#nav-option li:first-child,  #nav-option li:last-child{
	flex:1;
}

#nav-option a{
	font-size: 16px;
	color:white/*#b97a4b*/;
    cursor: pointer;
}
/*text-transform: uppercase;*/

#nav-option li a img {
	margin: 0 10px;
}

#select-tab{
	font-weight: bold;
	/*color:#804b27 !important;*/ 
}

.select-tab-bg {
	background-color: #7E052E;
}

#nav-option li a:hover{
	/*background-color: #5e2750;
    padding: 10px 20px;
    border-radius: 10px;*/
    /*font-weight: bold;*/
	color:#b1a3ae;
	color: white;
	font-weight: bold;
}


/*a=link*/
/************logo*****************/

#ani-la{
	animation-name: icon-translate;
	/*animation-delay: 1s;*/
	animation-duration: 1s;
	animation-fill-mode:forwards;
}

#logo {
	opacity: 0;
	animation-name: icon-roll;
	/*animation-delay: 1s;*/
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
/*************twiiter****************/
.ani-ta{
	animation-name: icon-translate;
	animation-delay: 1.5s;
	animation-duration: 2s;
	animation-fill-mode:forwards;
}

.ani-ti{
	opacity: 0;
	animation-name: icon-roll;
	animation-delay: 1.5s;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

/***********facebook****************/
.ani-fa{
	animation-name: icon-translate;
	animation-delay: 3s;
	animation-duration: 2s;
	animation-fill-mode:forwards;
}

.ani-fi{
	opacity: 0;
	animation-name: icon-roll;
	animation-delay: 3s;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}
/*********************************/

.ini-tab {
	opacity: 0;
	animation-name: tab-translate;
	animation-delay: 0.8s;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}

.kon-tab {
	opacity: 0;
	animation-name: tab-translate;
	animation-delay: 1s;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}

.serv-tab {
	opacity: 0;
	animation-name: tab-translate;
	animation-delay: 1.2s;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}

.cust-tab {
	opacity: 0;
	animation-name: tab-translate;
	animation-delay: 1.4s;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}

.cont-tab {
	opacity: 0;
	animation-name: tab-translate;
	animation-delay: 1.6s;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}

.med-tab {
	opacity: 0;
	animation-name: tab-translate;
	animation-delay: 1.8s;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}

.docs-tab {
	opacity: 0;
	animation-name: tab-translate;
	animation-delay: 2s;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}

.ries-tab {
	opacity: 0;
	animation-name: tab-translate;
	animation-delay: 2.2s;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}

.opacityZero {
	opacity: 0;
    animation:none;
}


/*****BANNER********/
#upper-section {
	display: flex;
	/*max-width: 1224px;*/
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}

#banner {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 1224 px;
	vertical-align: top;
	flex: 3;
}

#content-banner{
	position: relative;
	display: inline-block;
	/*max-width: 1024px;*/
	/*max-height: 124px;*/
	width: 100%;
	min-height: 320px;
	padding-bottom:34%; /*55%;/*42%*/;
	overflow: hidden;
}

.img-banner{
	opacity: 1;
	transition: opacity 2s;
	width:100%;
	height: 100%;
	/*background-size: 100%;*/
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hide-img-banner{
	opacity: 0;
}

#img-banner1{
	background-image: url("../img/banner/banner.png");
}

#img-banner2{
	background-image: url("../img/banner/banner2.jpg");
}

#img-banner3{
	background-image: url("../img/banner/banner3.jpg");
}

#img-banner4{
	background-position: 0 -50px;
	background-image: url("../img/banner/banner4.jpg");
}

#img-banner5/*#content-banner .img-banner:nth-child(2)*/{
	background-image: url("../img/banner/banner5.jpg");
}

#banner-note {
	position: absolute;
	bottom: 40px;
	left: 10px;
	width: 80%;
	/*text-align: left;*/
	/*min-width: 300px;*/
	color: white;
	font-size: 14px;
	font-weight: bold;
	/*box-shadow: 0px 0px 2px rgba(0,0,0,.2); */
	/*text-shadow: 0px 0px 2px rgba(0,0,0,.2); */
	text-shadow: 0px 0px 4px rgba(0,0,0,1);
	z-index: 40;
}

#banner-index-load {
	/*position: absolute;*/
	/*display: inline-block;*/
	width: 100%;
	/*max-width: 1224px;*/
	height: 2px;
	/*bottom: 0;*/
	margin: 0 auto;
	/*border-top: 1px solid white;*/
	z-index: 20;
	background-color: #FFF;
}

#banner-index-wait{
	width: 0;
	height: 2px;
	background-color: #39003a;
}

.banner-index-wait-transition{
	transition: width 9.4s linear;
}

#banner .img-banner{
	display: inline-block;
	position: absolute;
	/*height: 440px;*/
	top:0;
	left: 0;
}

#banner-indexs {
	position: absolute;
	display: inline-block;
	height: 10px;
	bottom: 20px;
	left: 10px;
	list-style: none;
	z-index: 30;
}

.index-banner {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-radius: 10px;
	background-color: white;
	transform-origin: 50% 50%;
	transition: transform .2s ease-out;
	cursor: pointer;
}

#banner-aside{
	display: inline-flex;
	/*max-width: 468px;
	width: 30%;*/
	height: 420px;
	text-align: center;
	vertical-align: top;
	flex-direction: column;
	flex:1;
}

/*************************/

#company-description{
	margin: 0 auto;
	max-width: 1224px;
	width: 100%;
	padding: 14px 10px;
}

#company-description p{
	margin-bottom: 10px;
}

#company-description strong {
	color: #ac023c;
}

.section {
	/*max-width: 440px;*/
	width: 100%;
	padding: 10px;
	vertical-align: top;
	background-color: white;
	flex:1;
}

#about-us-section{
	margin-bottom: 5px;
}

.section-h1 {
	margin-bottom: 10px;
	font-size: 28px/*x-large*/;
	color: #ac023c;
}

.section-h2 {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 22px;
	color: #ac023c;
	text-align: center;
}

.section p {
	font-size: 14px;
	text-align: justify;
	/*height: 140px;*/
	overflow-y: auto;
	padding: 0 10px;
	/*color: #A58873;*//*#666*/
}

#main-container {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 80px;
	text-align: center;
}

.flex-main-container{
	display: flex;
}


.form-ii, #section-tip{
	/*margin: 0 4px;*/
	/*padding: 20px 30px;*/
	/*padding: 10px 30px 20px 30px;*/
	padding: 15px 30px;
    margin: 0 10px;
}

/*
#tell-us{
	
}*/

.form-ii {
	margin-right: 5px;
	flex: 1;
	order: 1;
	text-align: left;
	/* background-color: #d8cdc4; */
	border: 1px solid #ac023c;
	/* background-color: #fDfDfD; */
	border-radius: 10px;
}

/*.form-ii .section-h2{
	color: black;
}*/

.form-ii-description{
	margin-bottom: 10px;
}

.form-ii input {
	display: inline-block;
	width: 100%;
	padding: 5px;
	/* margin: 2px 0; */
	margin: 0 0 20px 0;
	/* box-shadow: inset 0 1px 2px rgba(0,0,0,0.33); */
	border-bottom: 1px solid #ac023c;
	box-shadow: none;
}

.form-ii textArea {
	display: inline-block;
	width: 100%;
	padding: 5px;
	margin: 2px 0;
	/* box-shadow: inset 0 1px 2px rgba(0,0,0,0.33); */
	border: 1px solid #ac023c;
	box-shadow: none;
}

/*.btn-send-container{
    width: 100%;
    text-align: center;
}*/

#btn-send{
    padding: 8px 22px !important;
}

/*.form-ii *//*#btn-send{
	box-shadow: none;
	margin-top: 5px;
	outline: 1px solid #d8d7d7;
	outline-offset: -1px;
	color: #A58873;
	background-color: white;
	transition: background-color .5s;
	cursor: pointer;
}*/

#btn-send {
	box-shadow: none;
	margin-top: 10px;
	margin-left: 10px;
	color: #ac023c;
	background-color: white;
	transition: background-color .5s;
	cursor: pointer;
	border-radius: 10px;
	border: 1px solid #ac023c;
	width: auto;
	float: right;
	/* -moz-user-select: none; */
}

#btn-send:hover{
	background-color: #eadcd1;
	transition:none;
}

#btn-send:active{
	/*color: white;*/
	background-color: white;
}


#section-tip, #contact-info {
	position: relative;
	flex: 1;
	order: 2;
	color: #ac023c;
    border: 1px solid #39003a;
    border-radius: 10px;
	background-image: url(../img/logo2.svg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

#img-tip {
	margin: 0 auto;
	width: 110px;
}

#section-tip .section-h2, #contact-info .section-h2 {
	color: #ac023c;
}

#tip{
	/*width: 90%;*/
	margin: 0 auto;
}

#tip p {
	text-align: center;
	color: #ac023c;
}

#tell-us-description{
	margin-bottom: 10px;
	/*color: black;*/
}

/*#tip p:before { content: open-quote;}
#tip p:after  { content: close-quote;}*/
.quote-svg-right, .quote-svg-left{
	/*position: absolute;*/
	width: 20px;
	opacity: 0.5;
}

/*.quote-svg-left{*/
	/*left: 10px;
	top:10px;*/
/*}*/

.quote-svg-right{
	/*right: 10px;
	bottom:10px;*/
	/*margin-left: 3px; */
	float: right;
	transform: rotate(180deg);
}

.footer-spacev {
	position: absolute;
	bottom: 40px;
	height: 20px;
}

footer{
	bottom: 0;
	position: absolute;
	text-align: center;
	/*height: 80px;*/
	padding: 10px;
	width: 100%;
	color:white;
	/*background-color: #888;*/
}

footer p {
	color: #ac023c;
}

footer img{
	margin: 4px;
}

/************************************KNOW US***************************************/
/*#company-description p{
	font-size: 18px;
}*/

/*
#full-logo{
	max-width:440px;
	width: 100%;
	margin: 25px 0;
}*/

.flex-card-container{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin: 10px 0 5px 0;
    overflow: hidden;
	/*flex-wrap:wrap;*/
}

.card-info{
	flex: 1;
	min-width: 250px;
	/*margin: 5px;*/
	padding: 5px;
	background-color:white;
	margin-bottom: 10px;
}

.card-info p{
	text-align: justify;
    padding: 0 10px;
	/*color:#A58873;*/
}

.card-img {
	width: 100%;
	padding:32%;
	background-color: white;
	background-size: cover;
}

#card-img1 {
	background-image: url(../img/know_us/about-us.jpg);
}

#card-img2 {
	background-image: url(../img/know_us/our-vision.jpg);	
}

#card-img3 {	
	background-image: url(../img/know_us/our-mission.jpg);
}

#card-img4 {	
	/*padding:32%;*/
	background-image: url(../img/know_us/our-values-principles.jpg);
}

.card-info div img{
	width: 100%;
	height: 200px;

}

.card-info + .card-info {
	margin-left: 5px;
}

#allies{
	width: 100%;
	height: 400px;
	margin-bottom: 5px;
	padding: 20px;
	/*background-color: #CCC;*/
}

.leftList {
	text-align: left;
	padding: 0 12%;
}

/***************************************SERVICES***********************************/
#services-nav{
	margin-top: 10px;
}

/*#ul-servives{
	display: block;
	list-style: none;
	margin: 10px 0 20px 0;
}*/

#ul-servives {
	display: block;
	list-style: none;
	margin: 0 10%;
	/* max-width: 800px; */
}

.service-tab{
	display: inline-block;
	border-radius: 20px;
}

.icon{
	display: inline-block;
	width:20px;
	height: 20px;
	vertical-align: middle;
}

.service-tab .icon{
    margin-right: 5px;
	background-image: url("../img/logo.svg");
	background-repeat: no-repeat;
}

.select-service-tab {
	display: inline-block;
	background-color: #FFF;
	
}

.select-service-tab a{
	color: #5e2750;
	display: inline-block;
	margin: 2px;
	padding: 5px 20px;
	border-radius: 20px;
	border: 1px solid #5e2750;	
}

.select-service-tab .icon{
	background-image: url("../img/logo-selected.svg");
	background-repeat: no-repeat;
}

.service-tab a {
	display: inline-block;
	margin: 2px;
	padding: 5px 20px;
	border-radius: 20px;
	color: white;
	background-color: #ac023c;
	cursor: pointer;
}

.service-tab img{
	vertical-align: bottom;
}

/*.service-tab a:active{
	background-color: #caa68b;
}*/

.service-tab a:hover{
	background-color: #7e052e;
}

#section-service-info {
	flex:1;
	order:2;
}

#service1,#service2,#service3,#service4,#service5,#service6,#service7{
	display: none;	
}

#service1:target,#service2:target,#service3:target,#service4:target,#service5:target,#service6:target,#service7:target{
	display: block;
}

.service-section {
	display: block;
	padding: 10px;
	background-color: white;
}

/*.service-section img{
	background-color: #CCC;
}*/

/*.service-section p{
	text-align: center;
	margin-bottom: 10px;
}*/

.sub-section{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
	padding: 20px;
	border-top: 1px solid #DDD;
	color:#666;
	text-align: left/*justify*/;
}

.service-flexblock1 {
	flex:10;
	order:1;
	min-width: 220px;
	margin: 10px 20px;	
}

.service-flexblock2 {
	flex: 5;
	order:1;
	min-width: 220px;
	margin: 10px 20px;	
	text-align: center;
}


/*#img-services{
	flex:1;
	order: 2;
	height: 388px;
	background-color: #CCC;
}*/

#table-fotmation{
	width: 100%;
	min-width: 400px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table, td, th {    
    border: 1px solid #ac023c;
    text-align: left;
	color: #666;
}

th{
	background-color: #ac023c;
	color:white;
}

th, td {
    padding: 8px;
}

#scrollTopBtn {
	position: fixed;
	right: 12px;
	bottom: 4px;
	visibility: hidden;
	width: 30px;
	height: 30px;	
	border-radius: 20px;
	opacity: .5;
	background-image: url('../img/arrow-up.svg');
	background-color: #ac023c;
	z-index: 12;
	cursor: pointer;
	transition: opacity 1s;
}


/***************************************CONTACT************************************/

#google-map {
	width:100%;
	height: 100%;
	/*max-width: 1224px;*/
	max-height: 360px;
	margin: 0 0 10px 0;
}

#contact-form {
	flex:1;
	order:1;
}

#contact-info{
	margin-right: 10px;
}

#contact-info p{
	color: #666;
}

#contact-info a{
	text-decoration: none;
	color: #666;
	/* font-weight: bold; */
	font-size: 22px;
	/*text-decoration: underline;*/
	word-break: break-all;
	/*word-wrap: break-word;
	overflow-wrap: break-word;*/
}

#location-header {
	text-align: left;
	background-color: #7e052e;
	color: white;
	padding: 10px;
	/* margin-top: 10px; */
	margin-bottom: 0px;
}

/***************************************MEDIA*********************************/
.margin-top-10{
	margin-top: 5px;
}

.margin-top-5{
	margin-top: 10px;
}

#img-media-zoom {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	left: 0;
	z-index: 200;
	cursor: pointer;
}

#img-media-zoom img{
	max-height: 90%;
}

.img-media{
	position: relative;
	display: inline-block;
	width: 360px;
	height: 202px;
	margin: 5px;
	overflow: hidden;
	/*width: 120px;*/
	cursor: pointer;
	transition:  width 4s;
	background-color: black;
}

.footer-note {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	color: white;
	background-color: rgba(0,0,0,0.8);
	transition: bottom 1s;
}

/*******************************************MEDIA SCREEN***************************/
/*@media screen and (max-width: 700px) {
    body {
        background-color: lightgreen;
    }
	
}*/

@media screen and (max-width: 1092px) {
	#upper-section {
		flex-direction: column;
		align-items: center;
		padding: 0;
	}
	
	#banner {
		margin:0;
	}

	.section {
		flex: 1px;
		max-width: 1092px;
		/*margin: 0 5px 0 5px;*/
		/*width: 100%;*/
	}
	
	#about-us-section{
		margin-bottom: 0;
		margin-right: 5px;
	}
	
	#banner-aside {
		display: flex;
		flex-direction: row;
		max-width: 1092px;
		width: 100%;
		height: auto;
		flex: none;
	}
	
	.form-ii{
		margin-right: 0;
	}
}

@media screen and (max-width: 942px) {
	
	#img-banner1{
		background-image: url("../img/banner/bannerMed.png");
	}

	/*#content-banner .img-banner:nth-child(2){
		background-image: url("../img/banner2Med.jpg");
	}

	#content-banner .img-banner:nth-child(3){
		background-image: url("../img/banner3Med.jpg");
	}*/
    
    #content-nav-option {
	    overflow: hidden;
    }
    
    #serv-tab:hover .services-menu li{
        display: none !important;
    }
}

/*
@media screen and (max-width: 758px) {
	
	#upper-section {
		margin: 0 0 5px 0;
		align-items: flex-start;
		padding:0;
	}
	
	#banner {
	}
	
	.section {
		margin: 0;
	}
	
	#about-us-section{
		margin-bottom:5px;
	}

	#main-container {
		max-width: 1224px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 100px;
		text-align: center;	
	}
	
	.flex-main-container{
		display: flex;
		flex-direction: column;
	}

	
	.form-ii, #section-tip{
		margin: 0;
		padding: 10px 30px 20px 30px;
	}

	.form-ii{
		flex: 1;
		order: 2;
		text-align: left;
	}

	#section-tip {
		flex: 1;
		order: 1;
		color:white;
		background-color: #caa68b;
	}
	
	.card-info + .card-info {
		margin-left: 0;
	}
}*/

/*before 800*/
@media screen and (max-width: 820px) {
	
	#upper-section {
		margin: 0 0 5px 0;
		align-items: flex-start;
		padding:0;
	}
	
	/*#banner {
	}*/
	
	.section {
		margin: 0;
	}
	
	#about-us-section{
		margin-bottom:5px;
	}

	#main-container {
		max-width: 1224px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 100px;
		text-align: center;	
	}
	
	.flex-main-container{
		display: flex;
		flex-direction: column;
	}

	
	.form-ii, #section-tip{
		/*margin: 0;*/
		padding: 10px 30px 20px 30px;
        margin: 5px 10px;
	}

	.form-ii{
		flex: 1;
		order: 2;
		text-align: left;
	}

	#section-tip {
		flex: 1;
		order: 1;
		/*color:white;
		background-color: #caa68b;*/
	}
	
	.card-info + .card-info {
		margin-left: 0;
	}
	
	
	
	/*****old***************/
	#content-banner{
		min-height: 280px;
	}
	
	#img-banner1{
		background-image: url("../img/banner/bannerMed2.png");
	}

	#img-banner4{
		background-position: 0;
	}

	/*#content-banner .img-banner:nth-child(2){
		background-image: url("../img/banner2Med2.jpg");
	}*/

	/*#content-banner .img-banner:nth-child(3){
		background-image: url("../img/banner3Med2.png");
	}*/
	
	#btn-show-menu{
		display: block;
	}
	
	#content-nav-option{
		position: fixed;
		top:0;
		bottom: 0;
		background-color: #AC023C;
	}
	
	#nav-option{
		display: flex;
		flex-direction: column;
		align-content: stretch;
	}
	
	#nav-option li:first-child,  #nav-option li:last-child{
		flex: 0 0;
		flex-basis: 50px;
	}
	
	#nav-option li{
		flex: 0 0;
		flex-basis: 50px;
	}
	
	#nave-margin{
		height: 50px;
	}
	
	/*#nav-option li{
		display: block;
		width: 100%;
	}*/
	
	/*#nav-option li:last-child input{
		display: inline;
		width: 80%;
		padding: 5px;
		margin: 0 10px;
	}*/
	
	/*#nav-option li:first-child, #nav-option li:last-child{
		width:100%;
		padding: 14px 0;
	}*/
	
	.card-info {
		margin: 0;
	}
}

@media screen and (max-width: 400px) {

	#content-banner{
		min-height: 260px;
	}
	
	#img-banner1{
		background-image: url("../img/banner/bannerLit.png");
	}

	/*#content-banner .img-banner:nth-child(2){
		background-image: url("../img/banner2Lit.jpg");
	}*/
}

/*
@media screen and (max-width: 480px) {
    body {
        background-color: red;
    }
}*/

/*grid 12x9*/
#lotto {
    animation: lotto1 1.2s steps(11) forwards, lotto2 1.2s 1.2s steps(11) forwards, lotto3 1.2s 2.4s steps(11) forwards, lotto4 1.2s 3.6s steps(11) forwards, lotto5 1.2s 4.8s steps(11) forwards, lotto6 1.2s 6s steps(11) forwards, lotto7 1.2s 7.2s steps(11) forwards, lotto8 1.2s 8.4s steps(11) forwards, lotto9 1.2s 9.6s steps(11) infinite;
	width: 160px;
	height: 160px;
    margin: 0 auto;
	background-size: 1920px 1440px;
	background-position: -800px -1280px;
	background-image: url('../img/lotto.png');
}

@keyframes lotto1{
    from{
        background-position: 0 0;
    }to{
         background-position: -1760px 0;
    }
}    

@keyframes lotto2{
    from{
        background-position: 0 -160px ;
    }to{
        background-position: -1760px -160px;
    }
}

@keyframes lotto3{
    from{
        background-position: 0 -320px ;
    }to{
        background-position:  -1760px -320px;
    }
}
@keyframes lotto4{    
    
    from{
        background-position:  0 -480px;
    }to{
        background-position:  -1760px -480px;
    }
}

@keyframes lotto5{ 
    from{
        background-position:  0 -640px;
    }to{
        background-position:  -1760px -640px;
    }
}

@keyframes lotto6{ 
    from{
        background-position:  0 -800px;
    }to{
        background-position:  -1760px -800px;
    }
}

@keyframes lotto7{ 
    from{
        background-position:  0 -960px;
    }to{
        background-position:  -1760px -960px;
    }
}

@keyframes lotto8{ 
    from{
        background-position:  0 -1120px;
    }to{
        background-position:  -1760px -1120px;
    }
}

@keyframes lotto9{ 
    from{
        background-position:  0 -1280px;
    }to{
        background-position:  -1760px -1280px;
    }
}
    


#windmill {
	/*transform-origin: 50% 50%;*/
	transform: rotate(45deg);
	animation-name: wind;
	animation-duration: 5s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

#ship {
	/*transform-origin: 50% 50%;*/
	animation-name: shipaUP;
	animation-duration: 2s;
	animation-fill-mode:backwards;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	transform: translate(0,-10px) rotate(-32deg);
}

#ship-container {
	/*transform-origin: 50% 50%;*/
	animation-name:shipaRotate;
	animation-duration:1s;
	animation-fill-mode:backwards;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	transform: rotate(-32deg);
}

@keyframes wind{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}

@keyframes icon-roll{
	from{
		opacity: 0;
		transform: rotate(-400deg);
	}
	to{
		opacity: 1;
		transform: rotate(0deg);
	}
}

@keyframes icon-translate{
	from{
		transform: translateX(-100px);
	}
	to{
		transform:translateX(0);
	}
}

@keyframes tab-translate{
	from{
		opacity: 0;
		transform: translateX(-10px);
	}
	to{
		opacity: 1;
		transform:translateX(0);
	}
}

/*@keyframes logo-scale{
	from{
		opacity: 0;
		width: 76px;
		transform: rotate(-400deg);
	}
	to{
		opacity: 1;
		width: 28px;
		transform: rotate(0deg);
	}
}*/

/*
@keyframes shipaUP{
	from{
		transform: translate(0px,-18px);
	}
	to{
		transform: translate(0,5px);
	}
}*/

/*
@keyframes shipaRotate{
	from{
		transform: rotate(-20deg) translate(0px,0px); 
	}
	to{
		transform: rotate(-30deg) translate(-10px,0px);
	}
}*/

/*
@keyframes example {
    from {background-color: red;}
    to {background-color: yellow;}
}*/




/**********************************customers******************************************/

.customer-logo {
	width: 180px;
	height: 120px;
	margin: 4px 15px;
	/*background-color: gray;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
    flex: 1 0 150px;
}

#logo-customer1{
	background-image: url("../img/customers/impresos-el-dia.png");
}

#logo-customer2{
	background-image: url("../img/customers/construsol.png");
}

#logo-customer3{
	background-image: url("../img/customers/ceo.jpg");
}

#logo-customer4{
	background-image: url("../img/customers/recuperar.png");
}

#logo-customer5{
	background-image: url("../img/customers/indugevi.png");
}

#logo-customer6{
	background-image: url("../img/customers/tahami.png");
}

#logo-customer7{
	background-image: url("../img/customers/camara-de-comercio.png");
}

#logo-customer8{
	background-image: url("../img/customers/cenpi.png");
}

#logo-customer9{
	background-image: url("../img/customers/empresagro.png");
}

#logo-customer10{
	background-image: url("../img/customers/pan.png");
}

#logo-customer11{
	background-image: url("../img/customers/linea-directa.png");
}

#logo-customer12{
	background-image: url("../img/customers/todo1.jpg");
}

#logo-customer13{
	background-image: url("../img/customers/corporacion-americana.png");
}

#logo-customer14{
	background-image: url("../img/customers/u-pontificia-bolivariana.png");
}

#logo-customer15{
	background-image: url("../img/customers/cames.jpg");
}

#logo-customer16{
	background-image: url("../img/customers/fenalco.png");
}

#logo-customer17{
	background-image: url("../img/customers/letratiempo.png");
}

#logo-customer18{
	background-image: url("../img/customers/grupo-union.png");
}

#logo-customer19{
	background-image: url("../img/customers/ccoa.png");
}

#logo-customer20{
	background-image: url("../img/customers/grupo-sura.png");
}

#logo-customer21{
	background-image: url("../img/customers/parque-e.png");
}

#logo-customer22{
	background-image: url("../img/customers/risk.png");
}

#logo-customer23{
	background-image: url("../img/customers/papelesa.jpg");
}

#logo-customer24{
	background-image: url("../img/customers/prosur.png");
}

#logo-customer25{
	background-image: url("../img/customers/contexto-legal.png");
}

/*
#fb-like button{
	background: red !important;
}*/


.location-label {
    width: 100%;
    max-width: 1224px;
    padding: 0 30px;
    margin: 0 auto;
}

/******************PRELOADE BANNER*****************************/

#preloader-banner {
    position: absolute !important;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position:relative;
    width: 100%;
    height: 100%;
    /*background-color: white;*/
    opacity: 1;
    z-index: 12;
	transition: all 1.5s;
	background-color: #d888b0;
}

#preloader-logo{
	animation: jump .5s infinite alternate ease;
	width: 80px;
	height: 80px;
	background-image: url(../img/logo.svg);
}

@keyframes jump{
	from{
		transform: translate(0,0) scaleY(1);
	}to{
		transform: translate(0,-30px) scaleY(.9);
	}
}

/*
#preloader-banner {
    width: 100%;
    height: 100%;
    max-height: 400px;
    background-color: white;
}*/
/*
#pieces-container {
	position: relative;
	width: 148px;
	height: 148px;
	margin-bottom: 20px;
}

.piece {
    position: absolute;
    width: 74px;
    height: 74px;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: 74px;
}

#piece1 {
    animation: piece1 3s infinite;
    left: 0;
    top: 0;
    background-image: url('../img/loading1.svg');
}

#piece2 {
    animation: piece2 3s infinite;
    left: 62px;
    top: 0;
    background-image: url('../img/loading2.svg');
}

#piece3 {
    animation: piece3 3s infinite;
    left:0;
    top: 62px;
    background-image: url('../img/loading3.svg');
}

#piece4 {
    animation: piece4 3s infinite;
    left: 62px;
    top: 62px;
    background-image: url('../img/loading4.svg');
}

@keyframes piece1{
    0%{
        opacity: 0;
    }10%,80%{
        opacity: 1;
    }90%,100%{
        opacity: 0;
    }
}

@keyframes piece2{
    0%,10%{
        opacity: 0;
    }20%,80%{
        opacity: 1;
    }90%,100%{
        opacity: 0;
    }
}

@keyframes piece3{
    0%,20%{
        opacity: 0;
    }30%,80%{
        opacity: 1;
    }90%,100%{
        opacity: 0;
    }
}

@keyframes piece4{
    0%,30%{
        opacity: 0;
    }40%,80%{
        opacity: 1;
    }90%,100%{
        opacity: 0;
    }
}*/
/****************************************************************/

.documents-container {
    position: relative;
    width: 100%;
    /*height: 300px;*/
    max-width: 1224px;
    /*padding: 15px 30px;*/
    margin: 0 auto;
    /*background-color: #CCC;*/
}

.document {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 10px 15px;
	/* margin: 5px 0; */
	margin: 5px 10px;
	border-radius: 6px;
	border: 1px solid #AC023C;
    color:#ac023c;
}

.document-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: 40px;
}

.d-audio{ background-image: url('../img/document-types/d-audio.svg');}
.d-compress{ background-image: url('../img/document-types/d-compress.svg');}
.d-image{ background-image: url('../img/document-types/d-image.svg');}
.d-slide{ background-image: url('../img/document-types/d-slide.svg');}
.d-text{ background-image: url('../img/document-types/d-text.svg');}
.d-video{ background-image: url('../img/document-types/d-video.svg');}



.services-menu {
    display: none;
	position: absolute;
	left: 0;
	top: 50px;
	width: 300px;
}

#serv-tab:hover .services-menu{
    display: block !important;
}

.services-menu li {
	padding: 10px 20px !important;
	/*border: 1px solid #6C0427;*/
	background-color: /*#7E052E*/#d888b0;
	background-color: #7E052E;
}

.active-label {
	transform: translate(10px,-20px);
	color: #39003a;
	margin-top: 15px;
	transition: all .25s;
}
