.start{
	width: 100%;
	height:auto;
	display: inline-flex;
} 
.startItem{
	width: 50%;
	height: auto;
}
.startItem h1{
	font-family: 'Nunito sans',sans-serif;
	font-size: 70px;
	color: #666;
	font-weight: 900;
}
.startItem h2{
	font-size: 33px;
	color: #333;
}
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   For all document   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/	
* {
 scroll-behavior: smooth;
 margin: 0;
padding: 0;  
font-family: 'Montserrat', sans-serif;
}
body{
	background-color:#F2F7FF;
font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
} 
a{
	text-decoration: none;
	color: #727272; 
}

a.btn-Green{
	text-decoration: none;
	color: #fff; 
	background-color:limegreen;
	width: auto;
	height: auto;
	border-radius: 33px;
	transition: 0.5s ease;
}
a.btn-Green:hover{
	text-decoration: none;
	color: #fff; 
	background-color: #01184B;
	width: auto;
	height: auto;
	border-radius: 33px;
}
 .contaner{
	width: 70%;
	
	margin-left: 15%;
	margin-right: 15%;
}
.container{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.div-flex{
width: 100%;
height: auto;
display: inline-flex;
	}
.div-grid{
width: 100%;
height: auto;
display: inline-grid;
	}	
 

/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   DESKTOP   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/ 
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   DESKTOP   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/ 
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   DESKTOP   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/ 
@media only screen and (max-width: 99999px){

/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   dropdown buttons  ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/	
/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
	background-color: transparent;
		}
.dropdown .dropbtn {
  font-size: 18px; 
  border: none;
  outline: none;
  color:white;
  padding: 32px 16px 1px 1px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}
.navbar a:hover, .dropdown:hover .dropbtn {
  
border-top:yellowgreen solid 1px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #222;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  
border-bottom:white solid 3px;
	z-index: 9999999999999999;
}
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: inline-block;
  text-align: left;
	z-index: 9999999999999999;
	 
}
.dropdown-content a:hover {
  background-color: #333;
  border-bottom: solid;
border-bottom:yellowgreen solid 3px;
  border-top: none;	
}
.dropdown:hover .dropdown-content {
  display: block; 
	
border-top:yellowgreen solid 3px;
  border-top: none;
}
a.contact{
	display: flex;
	align-items: center; 
	background-color: yellowgreen; 
 transition: linear 0.3s;
	font-size: 18px;
	color: black;
	height:auto;
	margin-top: 28px;
	font-weight: 666;
	margin-right: 13px;
	margin-bottom: 8px;
	}
a.contact:hover{
	 transition: linear 0.33s;
	display: flex;
	align-items: center ;
	background-color: #333; 
	font-size: 18px;
	color: yellowgreen;
	height:auto;
	margin-top: 28px;
	font-weight: 666;
	margin-right: 13px;
	margin-bottom: 8px;
	}	
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   dropdown buttons  ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/	
		
/**********************************************************************************************
	0.0 top desktop
***********************************************************************************************/	
div#top_desktop{
	width: 100%;
	height: 133px;
	background-image: linear-gradient(#fff,#F2F7FF); 
	position:  fixed;
	z-index: 3;
	transition: linear 0.3s;
	border-bottom: #AACAFF 1px dashed;
	}	
img#img-top{
	transition: linear 0.3s;
	width:55px;
	height:55px;
	display: block;
	margin-top: 33px;
	}	
div#top_desktop h3{
	color: #aaa;
	margin-top: 59px;
	margin-left: 13px;
	}	
div#shrink {
	height: 39px;
  z-index: 999; /* Grey background */
  padding: 0; /* Some padding */ 
  background-color: #333;	
  text-align: right; /* Centered text */
  font-weight: bold;
  position: fixed; /* Fixed position - sit on top of the page */
  top: 0;
  width: 100%; /* Full width */
  transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
}
a#shrink_text{
  font-size:26px; /* Big font size */
	color: white;
  transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
	}
a#shrink_text1{
  font-size:26px; /* Big font size */
	color: #999;
  transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
	}
.td_lateral_menu{
		width: auto;height: 100%;background-color: #111;float: right;display: inline-flex;margin-top: -69px;border-radius: 8px;
	}	
/*********************************************************
	0.0 top bar mobile
*********************************************************/
.header_mobile{
	display:none;
	}
/**********************************************************************************************
	0.0 top bar mobile
***********************************************************************************************/	
#navbar { 
  background-color: #f0f0f0;
  position: fixed;
  top: -69px;
  width: 100%;
	height: 69px;
  display: none;
  transition: top 0.3s;
	border-bottom: 1px #A9E900 solid;
}
.top-index{
		 width: 100%;
		 height: 133px;
		 background-color: transparent;
		 display: block;
	 } 
	
/**********************************************************************************************
	1.0 INDEX
	***********************************************************************************************/
.index{
		 background-image: url(../square.jpg);
		 width: 100%;
		 height: auto; 
		 z-index: -2; 
		 /* Create the parallax scrolling effect */
		 background-attachment: fixed;
		 background-position: center;
		 background-repeat: no-repeat;
		 background-size: cover;
		}
.index h1{
		 background-color: black;
		 color: yellowgreen;
		 width: auto;
	 }	
	

/**********************************************************************************************
	2.0 Landing page
	***********************************************************************************************/
.landing_page{
	width: 100%;
	height: 666px;;
	background-color: #F2F7FF;
	z-index: 1;
	 }
.landing_page_inside{
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	display: inline-flex;
	 }
.landing_page_1{
	width: 50%;
	height: auto; 
	 }
.landing_page_1 h1{
	font-family: 'Lexend Deca', sans-serif;
	font-weight: 900;
	font-size: 39px;
	color: #01184B;
	 }	 
.landing_page_1 p{
	font-weight: 600;
	font-size: 17px;
	color: #01184B;
	 }	
.landing_page_1 h4{
	font-weight: 900;
	font-size: 21px;
	color: green;;
	 }		 
.landing_page_2{
	width: 50%;
	height: auto; 
	box-shadow: -8px -8px 21px 1px #aaa;
		z-index: 1;
	}	
.landing_page_2_inside{ 
	width: 100%;
	height: 400px;
	background-color: #F2F7FF;
	z-index: -6;
	 }
.landing_page_2_header{
	width: 100%;
	height: 36px;
	background-color: white;
	dispborder: 1px solid #ddd;
	dislay: table;
	z-index: -6;
	 }
.landing_page_2_header img{ 
		 width:33px; 
		 height:33px;
	 }
.landing_page_2_top{
	width: 100%;
	height: 100px;
	background-color: #ddd;
	z-index: -6;
	}
.landing_page_2_body{
	width: 100%;
	height: 400px;
	background-color: aquamarine;
	display: inline-flex;
	 }
.landing_page_2_body_left{
	width: 15%;
	height: 100%;
	background-color: #F2F7FF;
	 }
.landing_page_2_body_left p{
	bottom: 200px;
	position: absolute;
	font-weight: 900;
	 }
.landing_page_2_body_right{
	width: 85%;
	height: 107%;
	background-color: rebeccapurple;
	margin-top: -21px;
	 }
.landing_page_2_body_right_inside{
	width: 100%;
	height: 20%;
	background-color: white;
	border: #AACAFF 1px dashed;
	 }
.landing_page_2_body_right_inside2{
	width: 100%;
	height: 30%;
	background-color: white;
	border: #AACAFF 1px dashed;
	 }	 
.landing_page_2_body_right_inside img{
		 width: 100%;
		 height: 100%;
	 }
.landing_page_2_body_right_inside2 img{
		 width: 100%;
		 height: 100%;
	 }	
	
/**********************************************************************************************
	0.3 parallelogram
**********************************************************************************************/	
.parallelogram1{
	width: 100%;
	height: 233px;
	z-index: -99;
	margin-top: -166px;
	transform: skew(0rad,-2deg);
	 background-image: linear-gradient(45rad,rgba(0,100,5,1), rgba(155,255,6,1));
}	
	
	

/**********************************************************************************************
	0.4 packs
**********************************************************************************************/	
	.packs_landing_page{
		z-index: 1;
		margin-top: 33px;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		display: inline-flex;
		height: auto; 
	}
	.packs_landing_page_inside{
		background-color: #333;;
		width: 30%;
		height: auto;
		margin: 1.5%;
		box-shadow: 0px 0px 13px 5px #aaa;
		z-index: 1;
	}
	.packs_landing_page_inside h2{
		color: white;
	}
	.packs_landing_page_inside h3{
		color:  yellow;
	font-family: 'Lexend Deca', sans-serif;
	font-weight: 900;
		font-size: 33px;
	}
	.packs_landing_page_inside h5{
		color: white;
	}
	.packs_landing_page_inside h4{
		color: #C10042;
    text-decoration:line-through;
	}
	.packs_landing_page_inside h5{
		color: yellowgreen;
	}
	.packs_landing_page_inside p{
		color: lightgray;
	}
	.trapezoid { 
	border-bottom: 50px solid yellow;
	border-left: 25px solid transparent;
	height: 0;
	float: right; 
	width: auto;
}	
.trapezoid h1{
	color: black;
	}
.packs_landing_page_item{
	width: 95%;
	height: auto;
	display: inline-flex;
	margin-left: 2.5%;
	margin-right: 2.5%;
	border-bottom:1px dotted #fff;
	}
.packs_landing_page_item img{
	width:21px; 
	height:21px;
	}
.packs_landing_page_item h3{
	color: white;
	margin-left: 8px;
	font-size: 13px;
font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	}	
	

/**********************************************************************************************
	0.5 parallelogram2
**********************************************************************************************/	
.parallelogram2{
	width: 100%;
	height: 233px;
	z-index: -99;
	margin-top: -166px;
	transform: skew(0rad,2deg);
	 background-image: linear-gradient(45rad, rgba(155,255,6,1),rgba(0,100,5,1));
}	
		

/**********************************************************************************************
	0.6 basic website
**********************************************************************************************/	
	.basic_website{
		z-index: 1;
		background-color: transparent;
		margin-top: 33px;
		width: 100%;
		height: auto;
	}
	.basic_website h1{
		color:  #01184B;
		font-family: 'Lexend Deca', sans-serif;
	}
	.basic_website p{
		color:  #01184B;
		font-weight: 900;
		font-size: 21px;
		background-color: white
	}
	.basic_website_inside{
		width: 100%;
		height: auto;
		display: inline-flex;
	}
	.basic_website_inside1{
		width: 50%;
		height: auto;
		z-index: 1;
	}
	.basic_website_inside2{
		width: 50%;
		
		z-index: 1;
		height: auto;
	}	

/**********************************************************************************************
	0.7 cloud
**********************************************************************************************/		

	.advanced_website_title{
		background-color: #E6F3FF;
		width: 100%;
		height: auto;
	}
	.advanced_website_cloud{
		width: 100%;
		height: 555px;
		background-color: white;
		display: inline-flex;
	}
	.advanced_website_1_cloud{
		width: 40%;
		height: 100%;
	}
	.advanced_website_1_cloud img{
		width: 100%;
		height: 100%;
	}
	.advanced_website_2_cloud{
		width: 60%;
		height: 100%;
	}
	.advanced_website_2_cloud h2{
		color:  #01184B;
		font-family: 'Lexend Deca', sans-serif;
	}
	.advanced_website_2_cloud p{
		color:  #01184B;
		font-family: 'Monserrat', sans-serif;
	}	
	
	
/**********************************************************************************************
	0. footer
**********************************************************************************************/	
.footer{
	width: 100%;
	height: 1222px;
	background-image: url(../contact.jpg);
	background-size: cover;
	display:inline-flex; 
	}	
.footer_first{
	display: none;
	}
.footer_middle{
	width: 45%;
	height: 1222px;
	background-color: rgba(0,0,0,0.39);
	}	
.footer_middle H1{
	font-family: "Segoe UI";
	font-size: 55px;
	font-weight: 700;
	color: yellowgreen;
}		
.footer_last{
	width: 45%;
	height:auto; 
	}	
.footer_last h1{
	font-family: "Segoe UI";
	font-size: 55px;
	font-weight: 700;
	color: rgba(255,255,255,0.89);
	}
.footer_last a{
	font-family: "Segoe UI";
	font-size: 33px;
	font-weight: 800;
	color: rgba(255,255,255,0.39);
	}	
.footer_last h2{
	font-family: "Segoe UI";
	font-size: 33px;
	font-weight: 300;
	color: rgba(255,255,255,1);
	}	
.footer_last h3{
	font-family: "Segoe UI";
	font-size: 21px;
	font-weight: 400;
	color: yellowgreen;
	}
.footer_last h4{
	font-family: "Segoe UI";
	font-size: 21px;
	font-weight: 400;
	color: white;
	}	
.footer_last_inside{
	border-top:#ccc 1px solid;
		
	}		



/**********************************************************************************************
	0. Bottom
**********************************************************************************************/	
	.bottom_first{
		width: 100%;
		height:auto;
		background-color: #111;
	}
	.bottom_inside{
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
		display: inline-flex;
	}
	.bottom_1{
		width: 50%;
		height: 100%;
		display: inline-flex;
	}
	.bottom_1 p{
		font-size: 21px;
		font-weight: 200;
		color: yellowgreen;
		margin: 3.3%;
	}
	.bottom_1 h5{
		font-size: 21px;
		font-weight: 200;
		color: white;
		margin: 3.3%;
	}
	.bottom_2{
		width: 50%;
		height: 100%;
	}
	.bottom_2_inside{
		display: inline-flex;
		float: right;
	}
	.bottom_icon{
		width:39px;
		height:39px;
		margin: 13%;
	}
	.bottom_last{
		width: 100%;
		height: auto;
		background-color: #111;
	}	
	.bottom_last p{
		color: white;
	}	
	.bottom_last h5{
		color: yellowgreen;
	}	
	 
	 

/*********************************************************************************************
0. CONTACT FORM 
/**********************************************************************************************/
.formBtn{
width: auto;
height: auto;
color: white;
font-size: 33px;	
border:solid 1px yellowgreen;
background-color: rgba(0,0,0,0.10);	
cursor: url('../logocursor.cur'), auto;	
	}
.formBtn:hover{
width: auto;
height: auto;
color: white;
font-size: 33px;	
border:solid 1px yellowgreen;
background-color: yellowgreen;	
	}	
.contenedor-formulario {
  width: 99%;
	height: 100%; 
z-index: 9999;
}
  .contenedor-formulario .formulario {
    
	  width: 100%;
	 height: 100%; 
    margin: auto; 
}
    .contenedor-formulario .formulario .input-group {
		
      position: relative;
      margin-bottom: 32px; 
}
      .contenedor-formulario .formulario .input-group input[type="text"],
      .contenedor-formulario .formulario .input-group input[type="email"],
      .contenedor-formulario .formulario .input-group input[type="password"],
      .contenedor-formulario .formulario .input-group textarea{
    
        font-size: 33px;
        color: white;
        width: 75%;
        outline: none;
        padding: 13px;
        background-color: rgba(60,60,60,60.9);
		 border: none;
        border-top: 2px solid white;
		  
		  
		  
}
        .contenedor-formulario .formulario .input-group input[type="text"]:focus, .contenedor-formulario .formulario .input-group input[type="text"]:active,
        .contenedor-formulario .formulario .input-group input[type="email"]:focus,
        .contenedor-formulario .formulario .input-group input[type="email"]:active,
        .contenedor-formulario .formulario .input-group input[type="password"]:focus,
        .contenedor-formulario .formulario .input-group input[type="password"]:active,
        .contenedor-formulario .formulario .input-group textarea:focus,
        .contenedor-formulario .formulario .input-group textarea:active {
			 
          outline: none;
          border-top: 2px solid yellowgreen; }
        .contenedor-formulario .formulario .input-group input[type="text"].error,
        .contenedor-formulario .formulario .input-group input[type="email"].error,
        .contenedor-formulario .formulario .input-group input[type="password"].error,
        .contenedor-formulario .formulario .input-group textarea.error {
          border-top: 2px solid #D32F2F; }
          .contenedor-formulario .formulario .input-group input[type="text"].error + label,
          .contenedor-formulario .formulario .input-group input[type="email"].error + label,
          .contenedor-formulario .formulario .input-group input[type="password"].error + label,
          .contenedor-formulario .formulario .input-group textarea.error + label{
            color: #D32F2F; }
      .contenedor-formulario .formulario .input-group label {	
		 font-size: 33px;
        color: #2A2A2A; }
        .contenedor-formulario .formulario .input-group label.label {
      
			-webkit-transition: all 0.3s ease;
			color: white;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          margin-left: 5px;
          font-size: 36px;
          line-height: 16px;
          position: absolute;
          top: 16px;
          left: 1%; }
          .contenedor-formulario .formulario .input-group label.label.active {
           
			  top: -15px;
            font-size: 21px;
            line-height: 12px;
            color:yellowgreen;
			  background-color: transparent;
}
      .contenedor-formulario .formulario .input-group.checkbox label, .contenedor-formulario .formulario .input-group.radio label {
		  
        display: inline-block;
        cursor: pointer;
        color: white;
		  font-weight: 900;
        position: relative;
        padding: 5px 15px 5px 51px;
        font-size: 1em;
        border-radius: 3px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .contenedor-formulario .formulario .input-group.checkbox label:hover, .contenedor-formulario .formulario .input-group.radio label:hover {
          background: #bbdefb; }
        .contenedor-formulario .formulario .input-group.checkbox label:before, .contenedor-formulario .formulario .input-group.radio label:before {
          content: "";
          display: inline-block;
          width: 17px;
          height: 17px;
          position: absolute;
          left: 15px;
          border-radius: 50%;
          background: none;
          border: 2px solid #168C36; }
      .contenedor-formulario .formulario .input-group.error label {
        color: #D32F2F; }
        .contenedor-formulario .formulario .input-group.error label:hover {
          background: rgba(211, 47, 47, 0.2); }
        .contenedor-formulario .formulario .input-group.error label:before {
          border: 2px solid #D32F2F; }
      .contenedor-formulario .formulario .input-group.radio input[type="radio"] {
        display: none; }
        .contenedor-formulario .formulario .input-group.radio input[type="radio"]:checked + label:before {
          display: none; }
        .contenedor-formulario .formulario .input-group.radio input[type="radio"]:checked + label {
          padding: 5px 15px;
          background: #303F9F;
          border-radius: 2px;
          color: #f2f2f2; }
      .contenedor-formulario .formulario .input-group.checkbox label:before {
        border-radius: 3px; }
      .contenedor-formulario .formulario .input-group.checkbox input[type="checkbox"] {
        display: none; }
        .contenedor-formulario .formulario .input-group.checkbox input[type="checkbox"]:checked + label:before {
          display: none; }
        .contenedor-formulario .formulario .input-group.checkbox input[type="checkbox"]:checked + label {
          background: #FFFFFF;
          color: #f2f2f2;
          padding: 5px 15px; }
    .contenedor-formulario .formulario input[type="submit"] {
      background:#008080;
      border-radius: 33px;
      border: 2px solid  #11275B;
      color:#D8F0FF;
      cursor: pointer;
      display: inline-block;
      
      font-size: 16px;
      padding: 15px;
      width: 200px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .contenedor-formulario .formulario input[type="submit"]:hover {
        background: #FFFFFF;
       color: #000;
		   border: 2px solid  #11275B;
}
	
		select#pack{
			width: 75%; 
			font-size: 33px;
			color: yellowgreen;
			border: 1px solid transparent;
			background-color: #333;
			border-radius: 3px;"
		}
		option.opt{
			font-size: 33px;
			background-color: white;
			color: black;
			border: 1px solid #333;
		}
		option.opt:hover{
			font-size: 33px;
			background-color: yellowgreen;
			color: black;
			border: 1px solid #333;
		}
	
	
	.upBtn{
	display: none;
	width: 39px;
	height: 39px; 
	background-color: #fff;
	position: fixed;
	border-radius: 50%;	
	bottom: 9px;
	right:9px;
		z-index: 999;
	}
	.upBtn:hover {
	width: 39px;
	height: 39px; 
	background-color: green;
	position: fixed;
	border-radius: 50%;	
	bottom: 9px;
	right:9px;
		z-index: 999;
	}
	img.img_upbtn{
		 width:39px;height:39px; 
	}

}
	

/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   MOBILE   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/ 
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   MOBILE   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/ 
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   MOBILE   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/ 	
@media only screen and (max-width: 1333px) {
/*********************************************************
	0.0 top desktop
*********************************************************/	
div#top_desktop{
		width: 100%;height: 133px;background-color: transparent;position:  fixed;z-index: 9;transition: linear 0.3s;
	display: none;
	}	
img#img-top{
	transition: linear 0.3s;
	width:55px;
	height:55px;
	margin-top: 0px;
	}	
 h3.font{
	color: #aaa;
	margin-top: 21px;
	margin-left: 13px;
	}		
div#shrink {
	display: none;
	height: 39px;
  z-index: 99; /* Grey background */
  padding: 0; /* Some padding */ 
  background-color: #333;	
  text-align: right; /* Centered text */
  font-weight: bold;
  position: fixed; /* Fixed position - sit on top of the page */
  top: 0;
  width: 100%; /* Full width */
  transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
} 
.td_lateral_menu{
		width: auto;height: 100%;background-color: #111;float: right;display: none;;
	}		
.top-index{
		 width: 100%;
		 height: 133px;
		 background-color: transparent;
		 display: none;
	 } 
		 
/*********************************************************
	0.0 top bar mobile
*********************************************************/
.header_mobile{
	display: block;
	width: 100%;
	height: 89px;
	background-color: #222;
	}	
.header_mobile_top{
	width: 100%;
	height: 36px;
	background-color: #393939;
	}	
.header_mobile_top_element{
	float: right;
	padding-top: 6px;
	}
.header_mobile_top_element a{
color: white;
	font-size: 10px;
	}
.header_mobile_img{
	width:166px; 
	height:39px;
	padding-top: 13px;
	}	
span.header_mobileBtn{
	margin-top: -55px;
	padding-right: 13px;
	font-size:33px;
	cursor:pointer;
	color: white;
	float: right;
	    -webkit-transform:scale(1.5,1); /* Safari and Chrome */
       -moz-transform:scale(1.5,1); /* Firefox */
       -ms-transform:scale(1.5,1); /* IE 9 */
       -o-transform:scale(1.5,1); /* Opera */
       transform:scale(1.5,1); /* W3C */
	
	}		
#navbar {
  z-index: 3;
	background-image: linear-gradient(#fff,#ddd);
  position: fixed;
  top: -69px;
  width: 100%;
  height: 69px;
  display: block;
  transition: top 0.3s;
	border-bottom: 1px #A9E900 solid;
}
#navbar a {
  float: left;
  display: block; 
  text-decoration: none;
} 
img.navbar-logo{
	width:133px;
	height:21px;
	margin-left: 0px; 
	margin-top: 21px;
	}	
/*   MENU LATERAL   */
.sidenav { 
	overflow-y:hidden;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 14px;
	
}
.sidenav a {
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #f1f1f1;
}
span.openBtn{
	margin-top: -39px;
	font-size:39px;
	cursor:pointer;
	color: green;
	float: right;
	}	
.sidenav .closebtn {
    position: absolute; 
    font-size: 66px;
    margin-left: 50px;
	color: green;
	right: 2px;
	top: -21px;
}
.sidenav .optionSidenav{ 
    font-size: 21px; 
	color: green; 
}
img.imgSidenav{ 
   width: 26px;
	height: 26px;
}	
/***   start responsive Sidenav menu*************/	
.menuSidenav_index{
	height: 100%;
	width: 100%;
	height: auto;
	display: inline-grid;	
}
.menuSidenav_account{
	display: none; 
	height: 100%;
	width: 100%;
	height: auto; 
}	
.menuSidenav_products{
	display: none; 
	height: 100%;
	width: 100%;
	height: auto; 
}	
.menuSidenav_about{
	display: none; 
	height: 100%;
	width: 100%;
	height: auto; 
}	
.menuSidenav_solutions{
	display: none; 
	height: 100%;
	width: 100%;
	height: auto; 
}		
.menuSidenav_header{ 
	width: 100%;
	height: 33px;
	}
.menuSidenav_option{
	width: 100%;
	height: 55px;
	border-bottom: solid #aaa 1px;
	}
.button_a_sidenav{
	background-color: transparent;
	width: 100%;
	height: 100%;
	display: inline-flex;
	padding-top: 6px;
	}
.menuSidenav_option_a{
	width: 20%;
	height: 100%;
	background-color: transparent;
}
.menuSidenav_option_b{
	background-color: transparent;
	width: 60%;
	height: 100%;
	font-size: 21px;
	font-weight: 600;
	}
.menuSidenav_option_c{
	background-color: transparent;
	width: 20%;
	height: 100%;
	color: green;
	margin-top: 13px;
	font-size: 21px;
	font-weight:1000; 
	    -webkit-transform:scale(1,2); /* Safari and Chrome */
       -moz-transform:scale(1,2); /* Firefox */
       -ms-transform:scale(1,2); /* IE 9 */
       -o-transform:scale(1,2); /* Opera */
       transform:scale(1,2); /* W3C */
	}	
	 

/**********************************************************************************************
	1.0 INDEX
***********************************************************************************************/
.index{
		 background-image: url(../square.jpg);
		 width: 100%;
		 height: auto; 
		 z-index: -2; 
		 /* Create the parallax scrolling effect */
		 background-attachment: fixed;
		 background-position: center;
		 background-repeat: no-repeat;
		 background-size: cover;
		}
.index h1{
		 background-color: black;
		 color: yellowgreen;
		 width: auto;
	 }	
	


/**********************************************************************************************
	2.0 Landing page
	***********************************************************************************************/
.landing_page{
	width: 100%;
	height: 966px;;
	background-color: #F2F7FF;
	 }
.landing_page_inside{
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	display: inline-grid;
	 }
.landing_page_1{
	width: 100%;
	height: auto; 
	 }
.landing_page_1 h1{
	font-family: 'Lexend Deca', sans-serif;
	font-weight: 900;
	font-size: 21px;
	color: #01184B;
	 }	 
.landing_page_1 p{
	font-weight: 600;
	font-size: 11px;
	color: #01184B;
	 }	
.landing_page_1 h4{
	font-weight: 900;
	font-size: 21px;
	color: green;;
	 }		 
.landing_page_2{
	width: 100%;
	height: auto; 
	box-shadow: -8px -8px 21px 1px #aaa;
	}	
.landing_page_2_inside{ 
	width: 100%;
	height: 400px;
	background-color: #F2F7FF;
	z-index: -6;
	 }
.landing_page_2_header{
	width: 100%;
	height: 36px;
	background-color: white;
	dispborder: 1px solid #ddd;
	dislay: table;
	z-index: -6;
	 }
.landing_page_2_header img{ 
		 width:33px; 
		 height:33px;
	 }
.landing_page_2_top{
	width: 100%;
	height: 100px;
	background-color: #ddd;
	z-index: -6;
	}
.landing_page_2_body{
	width: 100%;
	height: 400px;
	background-color: aquamarine;
	display: inline-flex;
	 }
.landing_page_2_body_left{
	width: 15%;
	height: 100%;
	background-color: #F2F7FF;
	 }
.landing_page_2_body_left p{
	bottom: -60px;
	position: relative;
	font-weight: 900;
	 }
.landing_page_2_body_right{
	width: 85%;
	height: 107%;
	background-color: rebeccapurple;
	margin-top: -21px;
	 }
.landing_page_2_body_right_inside{
	width: 100%;
	height: 20%;
	background-color: white;
	border: #AACAFF 1px dashed;
	 }
.landing_page_2_body_right_inside2{
	width: 100%;
	height: 30%;
	background-color: white;
	border: #AACAFF 1px dashed;
	 }	 
.landing_page_2_body_right_inside img{
		 width: 100%;
		 height: 100%;
	 }
.landing_page_2_body_right_inside2 img{
		 width: 100%;
		 height: 100%;
	 }	
	

	
	
/**********************************************************************************************
	0.4 packs
**********************************************************************************************/	
	.packs_landing_page{
		z-index: -9;
		margin-top: 33px;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		display: inline-grid;
		height: auto; 
	}
	.packs_landing_page_inside{
		background-color: #333;;
		width: 95%;
		height: auto;
		margin: 2.5%;
		box-shadow: 0px 0px 13px 5px #aaa;
	}
	.packs_landing_page_inside h2{
		color: white;
	}
	.packs_landing_page_inside h3{
		color:  yellow;
	font-family: 'Palanquin Dark', sans-serif;
	font-weight: 900;
		font-size: 33px;
	}
	.packs_landing_page_inside h5{
		color: white;
	}
	.packs_landing_page_inside h4{
		color: #C10042;
    text-decoration:line-through;
	}
	.packs_landing_page_inside h5{
		color: yellowgreen;
	}
	
	.trapezoid { 
	border-bottom: 50px solid yellow;
	border-left: 25px solid transparent;
	height: 0;
	float: right; 
	width: auto;
}	
.trapezoid h1{
	color: black;
	}
.packs_landing_page_item{
	width: 95%;
	height: auto;
	display: inline-flex;
	margin-left: 2.5%;
	margin-right: 2.5%;
	border-bottom:1px dotted #fff;
	}
.packs_landing_page_item img{
	width:21px; 
	height:21px;
	}
.packs_landing_page_item h3{
	color: white;
	margin-left: 8px;
	font-size: 13px;
font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	}	
		

/**********************************************************************************************
	0.6 basic website
**********************************************************************************************/	
	.basic_website{
		z-index: 1;
		background-color: transparent;
		margin-top: 33px;
		width: 100%;
		height: auto;
	}
	.basic_website h1{
		color:  #01184B;
		font-size: 16px;
		font-family: 'Lexend Deca', sans-serif;
	}
	.basic_website p{
		color:  #01184B;
		font-weight: 900;
		font-size: 10px;
	}
	.basic_website_inside{
		width: 100%;
		height: auto;
		display: inline-grid;
	}
	.basic_website_inside1{
		width: 100%;
		height: auto;
		z-index: 1;
	}
	.basic_website_inside2{
		width: 100%;
		
		z-index: 1;
		height: auto;
	}		

	
/**********************************************************************************************
	0.7 cloud
**********************************************************************************************/		

	.advanced_website_title_cloud{
		background-color: #E6F3FF;
		width: 100%;
		height: auto;
	}
	.advanced_website_cloud{
		width: 100%;
		height: auto;
		background-color: white;
		display: inline-grid;
	}
	.advanced_website_1_cloud{
		width: 100%;
		height: 333px;
	}
	.advanced_website_1_cloud img{
		width: 100%;
		height: 100%;
	}
	.advanced_website_2_cloud{
		width: 100%;
		height: 100%;
	}
	.advanced_website_2_cloud h2{
		color:  #01184B;
		font-family: 'Lexend Deca', sans-serif;
	}
	.advanced_website_2_cloud p{
		color:  #01184B;
		font-family: 'Monserrat', sans-serif;
	}	
/**********************************************************************************************
	0.7 footer
**********************************************************************************************/	
.footer{
	width: 100%;
	height: auto;
	background-image: url(../contact1.jpg);
	background-size: cover;
	display:inline-grid; 
	}	
.footer_first{
	display: block;
	}
.footer_middle{
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.39);
	}	
.footer_middle H1{
	font-family: "Segoe UI";
	font-size: 21px;
	font-weight: 700;
	color: yellowgreen;
}		
.footer_last{
	display: none;
	width: 45%;
	height:auto; 
	}	
.footer_first h1{
	font-family: "Segoe UI";
	font-size: 21px;
	font-weight: 700;
	color: rgba(255,255,255,0.89);
	}
.footer_first a{
	font-family: "Segoe UI";
	font-size: 13px;
	font-weight: 800;
	color: rgba(255,255,255,0.39);
	}	
.footer_first h2{
	font-family: "Segoe UI";
	font-size: 13px;
	font-weight: 300;
	color: rgba(255,255,255,1);
	}	
.footer_first h3{
	font-family: "Segoe UI";
	font-size: 13px;
	font-weight: 400;
	color: yellowgreen;
	}
.footer_first h4{
	font-family: "Segoe UI";
	font-size: 13px;
	font-weight: 400;
	color: white;
	}	
.footer_first_inside{
	border-top:#ccc 1px solid;
		
	}	
	


/**********************************************************************************************
	0.8 Bottom
**********************************************************************************************/	
	.bottom_first{
		width: 100%;
		height:auto;
		background-color: #111;
	}
	.bottom_inside{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		display: inline-grid;
	}
	.bottom_1{
		width: 100%;
		height: 100%;
		display: inline-grid;
	}
	.bottom_1 p{
		font-size: 21px;
		font-weight: 200;
		color: yellowgreen;
		margin: 3.3%;
	}
	.bottom_1 h5{
		font-size: 9px;
		font-weight: 200;
		color: white;
		margin: 3.3%;
	}
	.bottom_2{
		width: 100%;
		height: 100%;
	}
	.bottom_2_inside{
		
	display:inline-block;
  vertical-align: middle;
  text-align: center;
		width: 100%; 
		 
	}
	.bottom_icon{
		width:39px;
		height:39px;
		margin: 3%;
	}
	.bottom_last{
		width: 100%;
		height: auto;
		background-color: #111;
	}	
	.bottom_last p{
		width: 60%;
		margin-left: 20%;
		margin-right: 20%;
		color: white;
		font-size: 9px;
	}		
		 

 
/*********************************
9. CONTACT FORM 
/*********************************/
.formBtn{
width: auto;
height: auto;
color: white;
font-size: 17px;	
border:solid 1px yellowgreen;
background-color: rgba(0,0,0,0.10);	
cursor: url('../logocursor.cur'), auto;	
	}
.formBtn:hover{
width: auto;
height: auto;
color: white;
font-size: 17px;	
border:solid 1px yellowgreen;
background-color: yellowgreen;	
	}	
.contenedor-formulario {
  width: 99%;
	height: 100%; 
z-index: 9999;
}
  .contenedor-formulario .formulario {
    
	  width: 100%;
	 height: 100%; 
    margin: auto; 
}
    .contenedor-formulario .formulario .input-group {
		
      position: relative;
      margin-bottom: 32px; 
}
      .contenedor-formulario .formulario .input-group input[type="text"],
      .contenedor-formulario .formulario .input-group input[type="email"],
      .contenedor-formulario .formulario .input-group input[type="password"],
      .contenedor-formulario .formulario .input-group textarea{
    
        font-size: 17px;
        color: white;
        width: 90%;
        outline: none;
        padding: 13px;
        background-color: rgba(60,60,60,60.9);
		 border: none;
        border-top: 2px solid white;
		  
		  
		  
}
        .contenedor-formulario .formulario .input-group input[type="text"]:focus, .contenedor-formulario .formulario .input-group input[type="text"]:active,
        .contenedor-formulario .formulario .input-group input[type="email"]:focus,
        .contenedor-formulario .formulario .input-group input[type="email"]:active,
        .contenedor-formulario .formulario .input-group input[type="password"]:focus,
        .contenedor-formulario .formulario .input-group input[type="password"]:active,
        .contenedor-formulario .formulario .input-group textarea:focus,
        .contenedor-formulario .formulario .input-group textarea:active {
			 
          outline: none;
          border-top: 2px solid yellowgreen; }
        .contenedor-formulario .formulario .input-group input[type="text"].error,
        .contenedor-formulario .formulario .input-group input[type="email"].error,
        .contenedor-formulario .formulario .input-group input[type="password"].error,
        .contenedor-formulario .formulario .input-group textarea.error {
          border-top: 2px solid #D32F2F; }
          .contenedor-formulario .formulario .input-group input[type="text"].error + label,
          .contenedor-formulario .formulario .input-group input[type="email"].error + label,
          .contenedor-formulario .formulario .input-group input[type="password"].error + label,
          .contenedor-formulario .formulario .input-group textarea.error + label{
            color: #D32F2F; }
      .contenedor-formulario .formulario .input-group label {	
		 font-size: 17px;
        color: #2A2A2A; }
        .contenedor-formulario .formulario .input-group label.label {
      
			-webkit-transition: all 0.3s ease;
			color: white;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          margin-left: 5px;
          font-size: 17px;
          line-height: 16px;
          position: absolute;
          top: 16px;
          left: 1%; }
          .contenedor-formulario .formulario .input-group label.label.active {
           
			  top: -15px;
            font-size: 21px;
            line-height: 12px;
            color:yellowgreen;
			  background-color: transparent;
}
      .contenedor-formulario .formulario .input-group.checkbox label, .contenedor-formulario .formulario .input-group.radio label {
		  
        display: inline-block;
        cursor: pointer;
        color: white;
		  font-weight: 900;
        position: relative;
        padding: 5px 15px 5px 51px;
        font-size: 1em;
        border-radius: 3px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .contenedor-formulario .formulario .input-group.checkbox label:hover, .contenedor-formulario .formulario .input-group.radio label:hover {
          background: #bbdefb; }
        .contenedor-formulario .formulario .input-group.checkbox label:before, .contenedor-formulario .formulario .input-group.radio label:before {
          content: "";
          display: inline-block;
          width: 17px;
          height: 17px;
          position: absolute;
          left: 15px;
          border-radius: 50%;
          background: none;
          border: 2px solid #168C36; }
      .contenedor-formulario .formulario .input-group.error label {
        color: #D32F2F; }
        .contenedor-formulario .formulario .input-group.error label:hover {
          background: rgba(211, 47, 47, 0.2); }
        .contenedor-formulario .formulario .input-group.error label:before {
          border: 2px solid #D32F2F; }
      .contenedor-formulario .formulario .input-group.radio input[type="radio"] {
        display: none; }
        .contenedor-formulario .formulario .input-group.radio input[type="radio"]:checked + label:before {
          display: none; }
        .contenedor-formulario .formulario .input-group.radio input[type="radio"]:checked + label {
          padding: 5px 15px;
          background: #303F9F;
          border-radius: 2px;
          color: #f2f2f2; }
      .contenedor-formulario .formulario .input-group.checkbox label:before {
        border-radius: 3px; }
      .contenedor-formulario .formulario .input-group.checkbox input[type="checkbox"] {
        display: none; }
        .contenedor-formulario .formulario .input-group.checkbox input[type="checkbox"]:checked + label:before {
          display: none; }
        .contenedor-formulario .formulario .input-group.checkbox input[type="checkbox"]:checked + label {
          background: #FFFFFF;
          color: #f2f2f2;
          padding: 5px 15px; }
    .contenedor-formulario .formulario input[type="submit"] {
      background:#008080;
      border-radius: 33px;
      border: 2px solid  #11275B;
      color:#D8F0FF;
      cursor: pointer;
      display: inline-block;
      
      font-size: 16px;
      padding: 15px;
      width: 200px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .contenedor-formulario .formulario input[type="submit"]:hover {
        background: #FFFFFF;
       color: #000;
		   border: 2px solid  #11275B;
}
	 
		select#pack{
			width: 90%; 
			font-size: 17px;
			color: yellowgreen;
			border: 1px solid transparent;
			background-color: #333;
			border-radius: 3px;"
		}
		option.opt{
			font-size: 17px;
			background-color: white;
			color: black;
			border: 1px solid #333;
		}
		option.opt:hover{
			font-size: 17px;
			background-color: yellowgreen;
			color: black;
			border: 1px solid #333;
		}

	
	.upBtn{
	display: none;
	width: 39px;
	height: 39px; 
	background-color: #fff;
	position: fixed;
	border-radius: 50%;	
	bottom: 9px;
	right:9px; 
	}
	.upBtn:hover {
	width: 39px;
	height: 39px; 
	background-color: green;
	position: fixed;
	border-radius: 50%;		
	bottom: 9px;
	right:9px; 
	}
	img.img_upbtn{
		 width:39px;height:39px; 
	}
	
	
	
.start{
	width: 100%;
	height: auto;
	display: inline-grid;
} 
.startItem{
	width: 100%;
	height: auto;
		align-content: center;
	align-items: center;
	text-align: center;
}
.startItem h1{

	font-family: 'Nunito sans',sans-serif;
	font-size: 70px;
	color: #666;
	font-weight: 900;
}
.startItem h2{
	font-size: 33px;
	color: #333;
}
	
}	
	
	 