@charset "utf-8";
/* 
Start CSS stylesheet version SW 0.1 

font-family: 'Open Sans', sans-serif; 
font-family: 'Roboto', sans-serif;
font-family: 'DM Sans', sans-serif;

Color wall
gold  -> #FFD700
black -> #000

*/
html{
  scroll-behavior: smooth; /* Smooth scroll*/
}
body {
  margin: 0;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
}

#main{
  margin: 0;
  background-color: #fff;
  transition: 1s ease;
    z-index: 1;
}
#sideNav{
    display: none; 
	}	
#navbar {
    height: 70px;
  background-image: linear-gradient(45rad,rgba(0,0,0,1),rgba(0,0,0,1));
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
    z-index: 99;
} 
#navbar img {
  width: 70px;
    height: 70px;
    margin-left: 5%;
}
.td_lateral_menu{
	width: auto;
	height: 50px; 
	float: right;
	display: inline-flex;
	margin: 5px 5% 5px 5px; 
    padding: 5px;
	}	
a.we{ 
    text-decoration: none;  
	background-color: #fff;
    border-radius: 5px;
    transition: linear 0.5s;
	font-size: 18px;
	color: #000;
	height:20px;  
    margin: 11px 13px auto auto; font-family: 'DM Sans', sans-serif;
    padding: 8px 21px;
    font-weight: 500;
	} 
a.we:hover{ 
    text-decoration: none;  
	background-color: #000;
    border-radius: 5px; 
	font-size: 18px;
	color: #fff;
	height:20px;  
    margin: 11px 13px auto auto;  
    padding: 8px 21px;
    font-weight: 500;
	} 	
a.contact{
    text-decoration: none;  
	background-color: gold;
    border-radius: 5px;
    transition: linear 0.5s;
	font-size: 18px;
	color: #000;
	height:20px;  
    margin: 11px 13px auto auto; font-family: 'DM Sans', sans-serif;
    padding: 8px 21px;
    font-weight: 500;
	}
a.contact:hover{
    text-decoration: none;  
	background-color: darkgoldenrod;
    border-radius: 5px; 
	font-size: 18px;
	color: #fff;
	height:20px;  
    margin: 11px 13px auto auto;  
    padding: 8px 21px;
    font-weight: 500;
	} 
.login{ 
	display: inline-flex;
    text-decoration: none;  
	background-color: #292b2c;
    border-radius: 5px;
    transition: linear 0.5s; 
	height:20px;  
    margin: 11px 13px auto auto; 
	font-family: 'DM Sans', sans-serif;
    padding: 8px 21px;
    font-weight: 500;
	color: #fff;
} 
.login:hover{ 
	display: inline-flex;
    text-decoration: none;  
	background-color: #aaa;
    border-radius: 5px;
    transition: linear 0.5s; 
	height:20px;  
    margin: 11px 13px auto auto; 
	font-family: 'DM Sans', sans-serif;
    padding: 8px 21px;
    font-weight: 500;
	color: #666;
} 
.login p{  
	font-size: 18px;
	width: 133px;
	margin: -2px 8px;
 
} 

@keyframes shine {
0% {
      box-shadow: 0px 0px 13px 1px gold;
    }
25% {
      box-shadow: 0px 1px 33px 3px white;
    }
75% {
      box-shadow: 0px 0px 13px 1px dodgerblue;
    }    
100% {
      box-shadow: 0px 0px 13px 1px gold;
    }
}
.dropdown {
  float: right;;
  overflow: hidden;
	background-color: transparent;
    font-family: 'DM Sans', sans-serif;
		} 
.dropdown .dropbtn { 
	text-decoration: none;
    align-items: center;  
    transition: linear 0.3s;
	font-size: 18px;
	color: white;
    background-color: transparent;
	height:auto;  
	margin-right: 8px; 
  border: none;
  outline: none; 
  font-family: inherit; /* Important for vertical align on mobile phones */
} 
#d1{
	margin-top: 39px;
}
.dropdown-content {
  display: inline-flex;
    opacity: 0;
  position: absolute; 
	background-color: #111;
    margin-left: -89px; 
    border-top-right-radius: 33px;
    border-bottom-left-radius: 33px;
    border-bottom-right-radius: 33px;
    animation: shine 13s infinite;
}  #d1{
	position: fixed;
	top: 89px;
	margin-left: -433px;
	border-top-right-radius:0px; 
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
    border-bottom-right-radius: 33px;
}
.dropdown-content a {
	width: auto;
	height: auto; 
    text-decoration: none;
    padding: 0px 21px;
    margin: 1px;
    color: goldenrod;
    font-size: 21px;
} 
.dropdown-content a:hover { 
	background-color: #222;
    border-top-right-radius: 33px;
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
    border-bottom-right-radius: 33px;
} 
 
#btnOpenNav{
			display: none;
			height: auto;
			width: auto;
			margin-top: -55px ;
			right: 10%;
			position: absolute;
			background-color: #eee;
			border-radius: 5px; 
			padding: 5px;
			box-shadow: 0px 0px 13px 1px #666;
		 	text-decoration: none;
		}

 
/**********************************************************************************************
	0.0.2 what we do
***********************************************************************************************/
.whatWeDo{
    margin-top: 33px;
    width: 100%;
    height: auto;
    background-color: #000;
} 
.whatWeDo h4{
    text-align: right;
    font-size: 60px; 
    background-color: gold;
    width: 50%;
    height: auto;
    color: black;
    margin: 0;
    padding: 10px;
    border-top-right-radius: 33px;
}
.whatWeDoBody{
    width: 100%;
    height: auto;
    display: inline-flex;
    background-image: url(../whatWeDo.jpg); 
    
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} 
.whatWeDoBodyItem{
    width: 50%;
    margin-left: 50%;
    height: auto;
    background-color: rgba(0,0,0,0.0);
} 
.whatWeDoBodyItem h1{
    text-align: left;
    color: white;
    font-size: 27px;
    padding: 33px; 
    font-weight: 100;
    margin-bottom: -55px;
    border-top-left-radius: 21px;
  background-image: linear-gradient(45rad,rgba(0,0,0,1),rgba(0,0,0,1));
}
.whatWeDoBodyItem h3{
    text-align: left;
    color: white;
    font-size: 50px;
    padding: 13px 33px 0px 33px;
font-family: 'Open Sans', sans-serif; 
}
.whatWeDoBodyItem article{
    text-align: left;
	margin-left: 5%;
    border-bottom-right-radius: 33px;
    z-index: -5;
    margin-top: -40px;
    width: 70%;
    height: 8px;
    background-color: gold;
}  



 

 
/**********************************************************************************************
	11 footer
**********************************************************************************************/	
.footer{
	width: 100%;
	height: auto;
	background-color: #333;
	background-size: cover;
	display:inline-flex; 
	}
	a{
	text-decoration: none;
	}	
	a:hover{
		text-decoration: none;
	}
.footer_first{
	display: none;
	}
.footer_middle{
	width: 45%;
	height: 1222px;
	border-bottom-right-radius: 55px;
	background-color: rgba(0,0,0,0.39);
	}	
.footer_middle H1{
	font-family: "Segoe UI";
	font-size: 55px;
	font-weight: 700;
	color: goldenrod;
}		
.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{
	text-decoration: none;
	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: goldenrod;
	}
.footer_last h4{
	font-family: "Segoe UI";
	font-size: 21px;
	font-weight: 400;
	color: white;
	}	
.footer_last_inside{
	border-top:#ccc 1px solid;
		
	}		
.container{
	background-color: transparent;
	max-width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	
} 
.contaner{
	background-color: transparent;
	max-width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	
} 	
 	


/**********************************************************************************************
	12 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: goldenrod;
		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;
		text-align: center;
	}
	.bottom_icon{
		width:39px;
		height:39px;
		margin: 13%;
	}
	.bottom_last{
		width: 100%;
		height: auto;
		background-color: #111;
		text-align: center;
	}	
	.bottom_last p{
		color: white;
	}	
	.bottom_last h5{
		color:goldenrod;
	}	
	.bottom_last a{
		color:goldenrod;
	}
	.bottom_last a:hover{
		color:gold;
	}
	

/*********************************************************************************************
9. CONTACT FORM 
/**********************************************************************************************/
.formBtn{
width: auto;
height: auto;
color: white;
font-size: 33px;
	padding: 13px;
border:solid 1px gold;
background-color: rgba(0,0,0,0.10);	
cursor: url('../logocursor.cur'), auto;	
	transition: 1s ease;
	} 
.formBtn:hover{
width: auto;
height: auto;
color: white;
font-size: 33px;
	padding: 13px;
border:solid 1px gold;
background-color: gold;
cursor: url('../logocursor.cur'), auto;	
	transition: 1s ease;
	} 

.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 goldenrod; }
        .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:goldenrod;
			  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: goldenrod;
			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: goldenrod;
			color: black;
			border: 1px solid #333;
		}	
	.upBtn{
	display: block;
		opacity: 0;
	width: 89px;
	height: 39px; 
	position: fixed;
	border-radius: 0%;	
	bottom: 96px;
	right:0px;
		z-index: 999;
		transition: 1s ease;
		background-color: gold;
		border-bottom-left-radius: 33px;
		border-top-left-radius: 33px;
	}
	.upBtn:hover {  
		
	}
	img.img_upbtn{
		position: relative;
		display: block;
	left: 0;
		 width:39px;height:39px; 
	}	
.waBtn{ 
	width: 66px;
	height: 66px;  
	position: fixed;
	border-radius: 50%;	
	bottom: 13px;
	right:13px;
    z-index: 999;
    transition: 1s ease;
	} 
.waBtn img{
    height: 100%;
    width: 100%;
}







<style>

/**********************************************************************************************
	0.4 Viewer
***********************************************************************************************/		  
.row{
  display:table-cell;
}
.row:after {
  content: "";
  clear: both;
}
.column {
float: left;
  width: 50%;
}
.column img{
		 width:95%;height: 555px;margin: 2.5%;
	 }
/* The Modal (background) */
#myModal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0px; 
  overflow: auto;
	text-align: center;
 background-color:#000;  
	 width: 0;
	height: 0;
}
/* Modal Content */
#modal-content {
  position: relative; 
  margin: auto;
  padding: 0;    
	text-align: center;
}
#image{
		margin: auto;
	}
/* The Close Button */
.close {
background-color: #aaa;
  color: #333;
  position: fixed;
  top: 0px;
  right: 0px;
  font-size: 55px;
  font-weight: bold;
	z-index: 999999;
	padding: 3px 21px;
	border-radius: 0px 0px 0px 5px;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
	
} 	
 
.cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: 0;
  width: auto;
  padding: 16px;
  margin-top: 0;
  color: black;
  font-weight: bold;
  font-size: 99px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: #ffcc00;
	z-index: 99;display:none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 255, 0.5);
color: black;
}
	
.caption-container {
  text-align: center;
  background-color: black;
  padding: 0px;
  color: white;
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mobileBtns{
		width: 100%;
		height: auto;
		background-color: transparent;
		position: fixed;
		bottom: 0;
		z-index: 999999999;
	display: none;
	padding: 21px;
	}		
.mobileBtnsInside{
	width: auto;
	height: auto;
	display: inline-flex; 
	}
.mobileBtnsInsideItem{
	width: auto;
	height: auto; 
	}
.mobileBtnsInsideItem img{
	width: 55px;
	height: 55px;
	}

	.videos{
		width: 100%;
		height: 299px; 
		display: inline-flex;
	}
	.video{
		width: 100%;
		height: 100%;
	}
 



/* Mobile AND Small Tablets */
@media (max-width: 767px) { 

/**********************************************************************************************
	0.0.0 navbar
***********************************************************************************************/    
    #main{
  margin: 0;
  background-color: #fff;
  transition: 1s ease;
    z-index: 1;
}
    #navbar {
    height: 70px;
  background-image: linear-gradient(45rad,rgba(0,0,0,1),rgba(0,0,0,1));
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
    z-index: 9999;
} 
    #navbar img {
  width: 70px;
    height: 70px;
    margin-left: 5%;
}
    .td_lateral_menu{
	width: auto;
	height: 50px; 
	float: right;
	display: inline-flex;
	margin: 5px 5% 5px 5px; 
    padding: 5px;
	}	
    
	/* lateral sidenav */
	#sideNav{
			height: 100%;
		}
	.sideNavInside{
		width: 95%;
		height: 95%;
		margin: 2.5% 2.5%;
		border-radius: 21px;
		overflow-y: hidden;
		box-shadow: 0px 0px 13px 3px #ddd;
	}		

	
/*********************************
0.x sideNav
*********************************/
.td_lateral_menu{
    display: none;
	}	
	#btnOpenNav{
        text-align: center;
			display: block;
			height: 30px;
			width: 30px;
			margin-top: -60px ;
			right: 5%;
			position: absolute; 
			border-radius: 5px; 
			padding: 5px; 
    animation: shine 13s infinite;
		    background-image: linear-gradient(45rad,rgba(185,255,215,0.5),rgba(255,255,255,0.5),rgba(185,255,235,0.5)); 
		border: 1px solid gold;
		 	text-decoration: none;
		}
	#btnOpenNav p{
			margin-top: 0px ;
			font-size: 21px;
			color: #000;
			transform: scale(2,1);
		}
	#sideNav{
		width: 100%;
		height: 105%; 
		display: none;
		position: fixed;
		z-index: -9;
		top: 0;
	    animation: sideNavAnimation 0.5s ease;
		background-color: #333; 
	}	
	@keyframes sideNavAnimation{
	0%{ 
		opacity: 0;
		width: 0%;
		height: 0%;
		border-radius: 100%;
		margin-left: 50%;
		margin-top: 50%;
	}
	50%{ 
	opacity: 0;
		width: 0%;
		height: 0%;
		border-radius: 100%;
		margin-left: 50%;
		margin-top: 50%;
	}
	100%{ 
		  opacity: 1; 
		 width: 100%;
		height: 100%;
		border-radius: 0%;
		margin-left: 0%;
		margin-top: 0%;
	}
}
	#sideNavContent{
		width: 100%;
		height: 100%;  
	    animation: sideNavContentAnimation 1s ease;
	}
	@keyframes sideNavContentAnimation{
	0%{ 
		opacity: 0; 
	}
	70%{ 
		  opacity: 0;  
	} 
	100%{ 
		  opacity: 1;  
	}
}
	.sideNavInside{
		width: 90%;
		height: 90%;
		margin: 1.25% 5% 1.25% 5%;
		border-radius: 3px;
		overflow-y: hidden;
		box-shadow: 0px 0px 13px 3px #ddd;
	}
	.sideNavTop{
		width: 100%;
		height: 10%;
		background-image: linear-gradient(45rad,rgba(0,0,0,1),rgba(0,11,21,1));
		overflow-y: hidden;
	}
	.sideNavTop img{
		width: 45px;
		height: 45px;
		padding: 8px;
		overflow-y: hidden;
	}
	.sideNavTopBar{
		width: auto;
		height: auto; 
		margin: 8px;
		float: right;
		overflow-y: hidden;
		display: inline-flex;
	} 
	.sideNavTopBarCloseBall{
		margin: 5px;
		width: 33px;
		height: 33px; 
		float: right;
		background-image: linear-gradient(45rad,#666,#aaa);
		border-radius: 0%;
		text-decoration: none;
		font-size: 24px;
        text-align: center;
        color: white;
	}
	.sideNavBody{ 
		width: 100%;
		height: 85%;
		background-color: #eee;
		display:inline-grid;
		overflow-y: hidden;  
	} 
	.sideNavItem{
        display: inline-flex;
        z-index: 0;
		width: 99.5%; 
		height: auto; 
		margin: 0px 0px;
		padding: 0px;
		text-decoration: none; 
		overflow-y: hidden;
		border: 1px solid #000;
		border-bottom: 1px solid #000;
		background-image: linear-gradient(45rad,rgba(185,255,215,0.5),rgba(255,255,255,0.5),rgba(185,255,235,0.5)); 
	} 
	.sideNavItem p{
		overflow-y: hidden;
		color: #333;
		padding: 0;
		margin: 13px 13px;
		font-weight: 700;
		font-size: 21px;
    font-family: 'Rubik', sans-serif;
        transition: 1s ease;
	}      
    .sideNavItem p:hover{ 
    color: goldenrod;
    }    
       .sideNavBottom{
		width: 100%;
		height: 5%;
		background-image: linear-gradient(45rad,rgba(0,0,0,1),rgba(0,11,21,1));
		margin: auto;
		text-align: center;
		overflow-y: hidden;
	}
	.sideNavBottomInside{
		width: auto;
		height: auto; 
	}
	.sideNavBottomInside p{
		text-decoration: none;
        color: gold;
        text-align: center;
        margin-top: 0px;
        font-size: 21px;
	} 
		

    
 
/**********************************************************************************************
	0.0.2 what we do
***********************************************************************************************/
.whatWeDo{
    margin-top: 0px;
    width: 100%;
    height: auto;
    background-color: #000;
} 
.whatWeDo h4{
    text-align: right;
    font-size: 27px;  
	
    width: 50%;
    height: auto;
    color: black;
    margin: 0;
    padding: 10px;
    border-top-right-radius: 33px;
}
.whatWeDoBody{
    width: 100%;
    height: auto;
    display: inline-grid; 
} 
.whatWeDoBodyItem{
    width: 90%;
    margin-left: 5%;
    height: 100%;
    background-color: rgba(0,0,0,0.0);
} 
.whatWeDoBodyItem h1{
    text-align: left;
    color: white;
    font-size: 21px;
    padding: 33px; 
    font-weight: 100;
    margin-bottom: -33px;
	background-color: rgba(0,0,0,0.5);
}
.whatWeDoBodyItem h3{ 
    text-align: left; 
	color: gold;
    font-size: 39px;
    padding: 21px 33px 13px 33px;
	border-bottom-left-radius: 13px;
font-family: 'Open Sans', sans-serif; 
}
.whatWeDoBodyItem article{
  background-color: white;
} 
	
	
 
	
		
	
	
/**********************************************************************************************
	0.7 footer
**********************************************************************************************/	
.formBtn{
width: auto;
height: auto;
color: white;
font-size: 21px;
	padding: 13px;
border:solid 1px gold;
background-color: rgba(0,0,0,0.10);	
cursor: url('../logocursor.cur'), auto;	
	transition: 1s ease;
	} 
.formBtn:hover{
width: auto;
height: auto;
color: white;
font-size: 21px;
	padding: 13px;
border:solid 1px gold;
background-color: gold;
cursor: url('../logocursor.cur'), auto;	
	transition: 1s ease;
	} 
.footer{
	width: 100%;
	height: auto;
	background-image: url(../contact.jpg);
	background-size: cover;
	display:inline-grid; 
	}	
.footer_first{
	display: block;
	}
.footer_first a{
	font-size: 33px;
	}
.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: goldenrod;
}		
.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-size: 21px;
	font-weight: 800;
	color: rgba(255,255,255,0.39);
	}	
.footer_first h2{
	font-family: "Segoe UI";
	font-size: 21px;
	font-weight: 300;
	color: rgba(255,255,255,1);
	}	
.footer_first h3{
	font-family: "Segoe UI";
	font-size: 21px;
	font-weight: 400;
	color: goldenrod;
	}
.footer_first h4{
	font-family: "Segoe UI";
	font-size: 21px;
	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: goldenrod;
		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: 50%;
		height: auto;
		background-color: #111;
		padding: 1% 25%;
	}	
	.bottom_last p{
		width: 60%;
		margin-left: 20%;
		margin-right: 20%;
		color: white;
		font-size: 9px;
	}		 

 
/*********************************
9. CONTACT FORM 
/*********************************/ 
.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 goldenrod; }
        .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:goldenrod;
			  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; } 
	 
		select#pack{
			width: 90%; 
			font-size: 17px;
			color: goldenrod;
			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: goldenrod;
			color: black;
			border: 1px solid #333;
		}
 
	
	/**********************************************************************************************
	0.4 Viewer
***********************************************************************************************/		  
.column img{
	width:95%;
	height: 266px;
	margin: 2.5%;
}
    
}
