/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}
@import url(https://fonts.googleapis.com/css?family=Raleway:700,800);

html{
	width: 100hv;
	background-color:  #212121;
}

body {
	margin: 0 auto;
	width: 100%;
	height:auto; 
	min-height: 100%;
	background-color:  #212121;
	position: relative;
	overflow: hidden;

}

header{
	margin:0 auto;
	width: 100%;
	height:200px;
	z-index: 99;
	position: relative;
	background: transparent;
	-webkit-box-shadow: 0px 10px 25px -2px rgba(0,0,0,0.68);
	-moz-box-shadow: 0px 10px 25px -2px rgba(0,0,0,0.68);
	box-shadow: 0px 10px 25px -2px rgba(0,0,0,0.68);



}

.backHeader{
	margin: 0 auto;
	width: 100%;
	height: 576px;
	position: absolute;
	z-index: -10;
	top: 0px;
}

.ImgHeader{	
	width: 100%;
	position: absolute;
	z-index: -1;
}

.ImgTitle{
	width:100%;
	height: 150px;
	z-index: 3;
}

.LOGO1{
	width:40%; 
	position: relative; 
	top:20px; 
	min-width: 350px;

}

@media only screen and (max-width: 700px) {
	.LOGO1 {
		top: 50px; 
	}
}

nav{
	margin: 0 auto;
	position: relative;
}

section{
	width:100%;
	height:100%;
	-webkit-box-shadow: 0px -1px 41px 9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 41px 9px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 41px 9px rgba(0,0,0,0.75);
	background-color:  #131212 ;

}

article{
	margin:0 auto;
	width: 100%;
	height: auto;
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 1%;
	padding-bottom: 1%;
font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
color: white;

}

@media only screen and (max-width: 700px) {
	article {
		padding-left: 1%;
		padding-right: 1%;
	}
}


.art1{
	margin: 0 auto;
	width: 50%;
	height: 400px;	
	font-size: 1em;
	display:inline-block;
	
}


.Imgart1{
	margin: 0 auto;
	width: 30%;
	height: auto;

}

.tabbed{

}


.Imgart1{
	margin: 0 auto;
	width: 30%;
	height: auto;

}


footer{ 
	margin:0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	font-family: 'Alegreya Sans SC', sans-serif;
	background-image: url(../images/back1.webp);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 30px;
}

.header1{
	background-image: url(../images/back1.webp);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}






/*Menu*/

@charset "UTF-8";

#cssmenu {
	margin: 0 auto;
	width:650px;
	min-width: 10%;


}

#cssmenu ul,
#cssmenu li {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
}

#cssmenu ul {
	position: relative;
	z-index: 597;
}

#cssmenu ul li {
	float: left;
	min-height: 1px;
	vertical-align: middle;
}

#cssmenu ul li.hover,
#cssmenu ul li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

#cssmenu ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

#cssmenu ul ul li {
	float: none;
}

#cssmenu ul ul ul {
	top: 0;
	left: auto;
	right: -99.5%;
}

#cssmenu ul li:hover>ul {
	visibility: visible;
}

#cssmenu ul ul {
	bottom: 0;
	left: 0;
}

#cssmenu ul ul {
	margin-top: 0;
}

#cssmenu ul ul li {
	font-weight: normal;
}

#cssmenu a {
	display: block;
	line-height: 1em;
	text-decoration: none;
}


#cssmenu {
	font-size: 12px;
}

#cssmenu>ul {
	*display: inline-block;
}

#cssmenu:after,
#cssmenu ul:after {
	content: '';
	display: block;
	clear: both;
}


#cssmenu a {

	color: #CBCBCB;
	padding: 0 20px;
}

#cssmenu ul {
	text-transform: uppercase;
}

#cssmenu ul ul {
	border-top: 4px solid #1b9bff;
	text-transform: none;
	min-width: 190px;
}

#cssmenu ul ul a {
	background: #1b9bff;
	color: #FFF;
	border-top: 0 none;
	line-height: 150%;
	padding: 16px 20px;
}

#cssmenu ul ul ul {
	border-top: 0 none;
}

#cssmenu ul ul li {
	position: relative
}

#cssmenu>ul>li>a {
	line-height: 48px;
}


#cssmenu ul ul li:hover>a {
	background: #35a6ff;
}


#cssmenu ul ul li:last-child:hover>a {
	border-radius: 0 0 0 3px;
}

#cssmenu ul ul li.has-sub>a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
}

#cssmenu ul li:hover>a,
#cssmenu ul li.active>a {
	background: #1b9bf5;
	color: #FFF;
}

#cssmenu ul li.has-sub>a:after {
	content: '';
	margin-left: 5px;
}

#cssmenu ul li.last ul {
	left: auto;
	right: 0;
}

#cssmenu ul li.last ul ul {
	left: auto;
	right: 99.5%;
}

.HideMenu{
	width: 100%;
	display: none;

}


@media screen and (max-width: 650px) {

#cssmenu:hover {
width: 100%;
margin-bottom: 20px;
background: #1b9bff;
animation-name: example;
  animation-duration: 4s;
  position: relative;

}

#ItemM{
	display: none;
}

.HideMenu{
	display: block;
}

#cssmenu:hover #ItemM{
display: block;


}

}

/*End Menu*/

/*stilo link*/

a{ 
	color:#fff; 
	text-decoration:none;
	font-size:14px;
} 
a:hover{ 
	color:#fff; 
} 

/*stilo contenido*/

p { 
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	margin: 10px 20px 20px 20px; 
	font-size:20px;
	color:#fff;
}

h2 { 
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	margin: 10px 10px auto; 
	font-size:30px;
	text-align:center;
	color:#FFF;

}



/*** cotizador ****/


.Btn_Contact{
	margin: 0 auto;
background: #1b9bff;
text-align: center;
	border: none;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 27px;
	height: 72px;
	width: 50%;
	margin-bottom: 10px;
	overflow: hidden;
	transition: all .3s cubic-bezier(.6,0,.4,1);

}

.Input_Text{

background: #fff;
	border: none;
	border-radius: 8px;
	font-size: 27px;
	font-family: 'Raleway', sans-serif;
	height: 72px;
	width: 70%;
	margin-bottom: 10px;
	opacity: 1;
	text-indent: 20px;
	transition: all .2s ease-in-out;
	color: #979797;

}

@media only screen and (max-width: 680px){
	.Input_Text {
		width: 95%;
		padding-right: 1%;
		padding-left: 1%;
	}
}

.Input_TextArea{

background: #fff;
	border: none;
	border-radius: 8px;
	font-size: 27px;
	font-family: 'Raleway', sans-serif;
	height: 300px;
	width: 70%;
	margin-bottom: 10px;
	opacity: 1;
	text-indent: 20px;
	transition: all .2s ease-in-out;
	color: #979797;

}


@media only screen and (max-width: 680px){
	.Input_TextArea {
		width: 95%;
		padding-right: 1%;
		padding-left: 1%;
	}
}


.DesingCotdiv {
padding-bottom: -10px;
}

.ContentCot{
	width: auto;
	height: 850px;
	padding-left: 20%;
	padding-left: 20%;
	overflow: hidden;
	margin-left: -200px;
}

@media only screen and (max-width: 680px){
	.ContentCot {
		height: auto;
		margin-left: -80px;
	}
}

.ajustbtns{
	width: 100hv;
	margin-right: 7.5%;
}


@import "compass/css3";

.tabbed {
  width: 700px;
  height: auto;
  margin: 50px auto;
  
}



.tabbed > input {
  display: none;
}

.tabbed > label {
  display: block;
  float: left;
  padding: 12px 20px;
  margin-right: 5px;
  cursor: pointer;
  transition: background-color .3s;
}

.tabbed > label:hover,
.tabbed > input:checked + label {
  background: #2979FF;
}

.tabs {
  clear: both;
  perspective: 600px;
}

.tabs > div {
  width: 700px;
  position: absolute;
  border: 2px solid #2979FF;
  padding: 10px 30px;
  line-height: 1.4em;
  opacity: 0;
  transform: rotateX(-20deg);
  transform-origin: top center;
  transition: opacity .3s, transform 1s;
  z-index: 0;
}

#tab-nav-1:checked ~ .tabs > div:nth-of-type(1),
#tab-nav-2:checked ~ .tabs > div:nth-of-type(2),
#tab-nav-3:checked ~ .tabs > div:nth-of-type(3),
#tab-nav-4:checked ~ .tabs > div:nth-of-type(4){
  transform: rotateX(0);
  opacity: 1;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .tabbed { width: 400px }
  .tabbed > label { display: none }
  .tabs > div {
    width: 400px;
    border: none;
    padding: 0;
    opacity: 1;
    position: relative;
    transform: none;
    margin-bottom: 60px;
  }
  .tabs > div h2 {
    border-bottom: 2px solid #2979FF;
    padding-bottom: .5em;
  }
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.footerSticks{
	height: 50px; 
	margin-right: 10px;
	margin-left: 10px;
}

.ContentSticks{
	padding-right: 20px;
	padding-left: 20px;
	display: flex;
	justify-content: right;
	margin-right: 200px;
}

@media only screen and (max-width: 600px) {
	.ContentSticks {
		justify-content: center;
		align-items: center;
		margin-right: 0px;

	}
}

.ContentLike{
	width: 100%;
	padding-right: 20px;
	padding-left: 200px;
	display: flex;
	justify-content: left;
	padding-top: 20px;
	padding-bottom: 10px;


}

@media only screen and (max-width: 700px) {
	.ContentLike {
		justify-content: center;
		align-items: center;
		margin-left: 0px;
		padding-right: 0px;
		padding-left: 0px;


	}
}
