@media (min-width : 0px ){
	
#body {
	padding: 0px;
	margin: 0px;
	background-color: white;
    }
    
    
    #nav {
        width: 970px;
        height: auto;
        text-align: right;
        color: black;
        position: relative;
        align-content: center;
        margin: -50px auto auto auto;
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
        font-size: 12px;
        font-weight: bold;
        word-spacing: 20px;
    }    
    
    
.video_op {
		opacity: .35;
	}	
	
.center {
	text-align: center;
}

.boton {
	background-color:rgba(205,205,0,1.00);
	border: solid 0px #CCC;
	padding: 7px 25px 7px 25px;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: "verdana";
	font-size: 12px;
	color: #444444;
	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	
	
	
}

    .boton_MT {
	background-color:rgba(0,140,255,1.00);
	border: solid 0px #CCC;
	padding: 7px 25px 7px 25px;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: "verdana";
	font-size: 12px;
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	
	
	
}
    
    
    
    
.boton:hover{
	background-color:rgba(0,0,0,1.00);
	border: solid 0px #CCC;
	padding: 7px 40px 7px 40px;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: "verdana";
	font-size: 12px;
	color: #CDCD00;
	
	
	
}
    
    .boton_MT:hover{
	background-color:rgba(0,0,0,1.00);
	border: solid 0px #CCC;
	padding: 7px 40px 7px 40px;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: "verdana";
	font-size: 12px;
	color: rgba(0,140,255,1.00);
	
	
	
}

    
.boton2 {
	background-color:rgba(255,103,0,1.00);
	border: solid 0px #CCC;
	padding: 7px 25px 7px 25px;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: "verdana";
	font-size: 12px;
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	
	
	
}

.boton2:hover{
	background-color:rgba(0,0,0,1.00);
	border: solid 0px #CCC;
	padding: 7px 40px 7px 40px;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: "verdana";
	font-size: 12px;
	color: rgba(255,103,0,1.00);
	
	
	
}    
    
    
    
    
    
    
    

.container {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:rgba(255,255,255,.0);
	position: relative;
	margin: auto;
}

#container_gocator {
	width: 970px;
	height: 200px;
	background-image: url("Imagenes/Gocator_banner.png");
	position: relative;
	margin: auto;
}

#container_microtec {
	width: 970px;
	height: 200px;
	background-image: url("Imagenes/Microtec_banner.png");
	position: relative;
	margin: auto;
}


#banner_00_index {
    background-image: url("Imagenes/wall_blanconegro.jpeg");
	background-size: cover;
    margin: 0px;
    padding: 0px;
    height: 600px;
    width: 100%;
    border-width: 0px;
    border-style: none;
    overflow: hidden;
    position: relative;
    visibility: visible;
    left: 0px;
    top: 0px;
	align-content: center;
	display: flex;
}

#banner_01_Gocator {
    background-image: url("Imagenes/firmware_homepage_bg-.jpg__");
	background-size: cover;
	background: rgba(0, 0, 0,.75);
    margin: auto;
    padding-top: 0px;
	padding-bottom: 0px;
    height: auto;
    width: 100%;
    border-bottom: 0px solid #666;
    overflow: hidden;
    position: relative;
    visibility: visible;
    left: 0px;
    top: 0px;
	align-content: center;
	display: flex;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

#hover_banner {
	width: 100%;
	height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: rgba(0,0,0,.65);
	
	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

#hover_banner:hover {
	width: 100%;
	height: auto;
	background: rgba(0,0,0,.75);
	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
	
	#hover_banner2 {
	width: 100%;
	height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: rgba(52, 152, 235,.65);
	
	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

#hover_banner2:hover {
	width: 100%;
	height: auto;
	background: rgba(52, 152, 235,.75);
	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}


#banner_02_Microtec {
    background-image: url("Imagenes/Microtec_banner_fondo.png__");
	background-size: cover;
	background: rgba(62, 205, 205,.75);
    margin: auto;
    padding: 0px;
    height: auto;
    width: 100%;
    border-width: 0px;
    border-style: none;
    overflow: hidden;
    position: relative;
    visibility: visible;
    left: 0px;
    top: 0px;
	align-content: center;
	display: flex;
}

#footer {
	background-color: rgba(219,219,219,1.00);
    margin: 0px;
    padding-bottom: 0px;
    height: auto;
    width: 100%;
    border-width: 0px;
    border-style: none;
    overflow: hidden;
    position: relative;
    visibility: visible;
    left: 0px;
    top: 0px;
	align-content: center;
	border-top: 10px solid rgba(174,174,174,1.00) ;
}

/* INDEX */

#container_index_main {
	width: 100%;
	height: auto;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 0px;
	text-align: left;
	align-content: center;
	background:rgba(0,0,0,0);
	position: relative;

}

#container-footer {
	width: 1000px;
	height: auto;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
	align-content: center;
	background:rgba(0,0,0,0);
	position: relative;

}

.h1_color {
	font-family: 'Poppins', sans-serif;
	font-size: 90px;
	font-weight: 300;
	letter-spacing: -4px;
	line-height: 65px;
	background: linear-gradient(45deg, #ff0088, #a600ff, #004cff, #0077ff, #a600ff, #ff0088 );
	padding-top: 100px;
	padding-bottom: 40px;
	background-size: 300%;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	animation: animate 20s linear infinite;
	
}



.subtitulo {
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 35px;
	margin-top: -20px;
	padding-bottom: 40px;
		
	
}

.subtitulo2 {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 25px;
	margin-top: 200px;
	padding-bottom: 40px;
	padding-top: 40px;
		
	
}

.normal_centrado {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	
}
	
.normal_izq {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	
}


video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.imagen1 {
	padding: 0px;
	background: rgba(255,0,4,0.0);
	width: 400px;
	margin: 0px;
	
}

._50 {
	width: 50%;
	height: auto;
	background:rgba(0,0,0,.0);
	padding: 0px;
	float: left;
	border-radius: 20px;
	align: center;
	position: relative;
	text-align: center;
	
	-webkit-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
}

._50:hover {
	background:rgba(0,0,0,.1);
}

.border_right {
	border-right: dashed 0px #CCCCCC;
	margin-left:-1px;
	
}

.border_bottom {
	border-bottom: dashed 1px #CCCCCC;
		
}

.border_top {
	border-top: dashed 1px #CCCCCC;
	
	
}

#bloque1 {
	width: 970px;
	height: auto;
	align-content: center;
	margin: auto;
	
}

#bloque2 {
	width: 970px;
	height: auto;
    margin: auto;
    padding-bottom: 30px;
	padding-top: 30px;
		
	
}

#bloque3 {
	width: 970px;
	height: auto;
	background-color: rgba(252,0,4,0.0);
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
	margin: auto;
	align-content: center;
}

.footer_title {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 35px;
	padding-bottom: 40px;
	
}

.footer_text {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 16px;
	padding-bottom: 40px;
	
}

#contacto_bloque {
		width: 970px;
		min-height: 100px;
		background-color: rgba(126,126,126,0);
		position: relative;
		margin: auto;
		padding-bottom: 30px;
		padding-top: 30px;
		align-content: center;
	}	
	
	
    
    
    
    
input {
		width:430px;
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
		padding-bottom:10px;
		margin-top:10px;
		background: linear-gradient(45deg, rgba(230,230,230,.5), rgba(100,100,100,0.50));
        color:#808080;
		font-family: 'arial';
		font-size:12px;
		text-align:left;
        border-radius: 10px;
        font-weight: bold;
        border: 1.5px solid #4D4D4D;		
		
	}
	
	input:focus {
		color:#FF004F;
	}
	
	textarea {
		width:430px;
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
		padding-bottom:10px;
		margin-top:10px;
		background: linear-gradient(45deg, rgba(230,230,230,.5), rgba(100,100,100,0.50));
		height:100px;
		resize:none;
		color:#808080;
		font-family: 'arial';
		font-size:12px;
		text-align:left;
        border-radius: 10px;
        font-weight: bold;
        border: 1.5px solid #4D4D4D;
		
	}
	
	textarea:focus {
		color:#FF002F;
	}
	
	input.send_message {
		width:120px;		
		background: rgba(0,0,0,0.5);
        color:rgba(208,255,0,1.00);
		cursor:pointer;
		margin-top:8px;
		font-size:12px;
		font-weight:bold;
		text-align:center;
        border: 1.5px solid #4D4D4D;
        -webkit-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
	}
	
	input.send_message:hover {
		background:#C7EB00;
		color:#000000;
	}
	
	.error_message {
		background-color: #FFE9E9;
		border-color: #FBC4C4;
		border-image: none;
		border-style: solid;
		border-width: 1px 1px 1px 5px;
		color: #DE5959;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 15px;
		padding: 15px 40px 15px 18px;
		position: relative;
		float:none;
		width:auto;
	}
	
	fieldset {
		position:relative;
		float:left;
		padding:0;
		border:0 none;
		width:100%;		
	}
	
	fieldset h1{
		font-size:24px;
		color:#000
	}

	input.date, input.number {
		width:300px;
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
		padding-bottom:10px;
		margin-top:10px;
		background:#fff;
		color:#808080;
		font-family: 'arial';
		font-size:12px;
		float:left;
		text-align:left;
	}
	
	    
    
	
	
	
	
	
	
}
@media (max-width : 1100px ){




#container_index_main {
	width: 700px;
	height: auto;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
	align-content: center;
	background:rgba(0,0,0,0);
	position: relative;

}
}
@keyframes animate{
	0%{
		background-position: 0%;
	}
	100%{
		background-position: 300%;
	}
}