/* 
Theme Name: Tema UAV
Theme URI: www.uavingenieria.cl/
Version: 1.0
Author: Alvaro Manthey
*/
@import url(css/bootstrap.css);
@import url(css/reset.css);
@import url(font/font.css);
@import url(css/shake-slow.css);
@import url(css/scrolling-nav.css);
/* CSS Document */

body {
	margin:0;
	padding:0;	
        }
.limpia {
	clear:both;
	visibility:none;
	}
.azul {color:#004d71;}
.rojo {color:#C00003;}

.tiembla:hover{
	-webkit-animation: tiembla 0.1s infinite;
	}
@-webkit-keyframes tiembla{
	0%  { -webkit-transform:rotateZ(-1deg); }
	50% { -webkit-transform:rotateZ( 0deg) scale(1.2); }
	100%{ -webkit-transform:rotateZ( 1deg); }
	}



/*---------------CABECERA------------------*/
header {
	width:1100px;
	margin:auto;
	height:auto;
	}
header .logohead {
	z-index:9999;
	position:absolute;
	text-align:center;
	margin-left:30px;
	padding-top:5px;
	width:260px;
	height:230px;
	background-image:url(img/back_LOGO.png);
	background-repeat:no-repeat;
	}	


	
	
/*---------------NAVEGACION------------------*/
.navbar {
	border-bottom:1px solid #004d71;
	font-family: 'robotoregular';
	}
.navbar-brand { 
	margin-top: -11px;
	margin-left:100px;
	}

/*---------------------BANNER-------------------------*/
#banner {
	width:100%;
	height:auto;
	background-color:#000;
	border-bottom:1px solid #f2f2f2;
	border-bottom:1px solid #004d71;
	}
/*---------------------BANNER-------------------------*/
#banner {
	width:auto;
	height: 450px;
	background-image:url(img/concrete.jpg);
	}




/*-------------------EMPRESA----------------------*/
#body_empresa {
	width:100%;
	margin:auto;
	height:auto;
	background-color:#ececec;
	background-image:url(img/back_empresa.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	background-position:50% 50%;
	}
#empresa {
	width:1180px;
	margin:auto;
	height:auto;
	}
#empresa .nosotros {
	margin-left:2%;
	width:54%;
	float:left;
	}
#empresa .nosotros img {
	float:left;
	margin-right:20px;
	}
#empresa .nosotros p {
	font-family: 'robotolight';
	font-size:16px;
	text-align:justify;
	padding:20px 50px;
	color:#000;
	line-height:38px;
	}
#empresa .mision {
	margin-right:2%;
	width:42%;
	float:left;
	}
#empresa .mision h1 {
	font-family: 'robotoregular';
	font-weight:bold;
	font-size:14px;
	text-align:left;
	padding:5px 10px 0 10px;
	color:#000;
	line-height:25px;
	}
#empresa .mision p {
	font-family: 'robotolight';
	font-size:14px;
	text-align:justify;
	padding:0px 10px;
	color:#000;
	line-height:25px;
	}	
	
	
	
/*-------------------SERVICIOS----------------------*/
#body_servicios {
	width:100%;
	margin:auto;
	height:auto;
	background-color:#fafafa;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
	}
#servicios {
	width:1180px;
	margin:auto;
	height:auto;
	}
#servicios hr {
    border: 0;
    border-top: 1px solid #eee;
	margin:0;
	padding:0;
	}
#servicios .titulo {
    font-family: 'robotolight';
    font-size: 20px;
    text-align: center;
    color: #999;
	letter-spacing:1px;
	font-style:italic;
	padding-top:15px;
	padding-bottom:20px;
    display: block;
	}
#servicios .camposervi {
	width:23%;
	margin:0 1%;
	float:left;
	}
#servicios .camposervi .imagen {
	width:100%;
	height:auto;
	margin:auto;
	text-align:center;
	}	
#servicios .camposervi .imagen img {
	margin-top:20px;
	}
#servicios .camposervi .titservi {
	font-family: 'robotoregular';
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding:25px 3px 10px 3px;
	color:#333;
	display:block;
	}		
#servicios .camposervi h2 {
	font-family: 'robotolight';
	font-size:14px;
	text-align:center;
	padding:15px 3px;
	color:#1d71b8;
	line-height:22px;
	display:block;
	border-bottom:1px dotted #ccc;
	}		
	
	
/*----------------CONTACTO------------------*/
#body_contacto {
	width:100%;
	height:auto;
	margin:auto;
	background-color:#004d71;
	}
#contacto {
	width:1180px;
	margin:auto;
	height:auto;
	text-align:center;
	}
	
#contacto .grantitulo {
	text-align:center;
	}
#contacto .grantitulo h1 {
	font-family: 'robotolight';
    font-size: 20px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-style: italic;
    padding-top: 15px;
    display: block;
	}
#contacto .grantitulo h2 {
	font-family: 'robotolight';
    font-size: 14px;
    text-align: center;
    color: #CCC;
    letter-spacing: 1px;
    line-height: 22px;
    padding: 15px 18px 30px 18px;
    display: block;
	}
#contacto .grantitulo hr {
   	border: 0;
    	border-top: 1px solid #0b68af;
	margin:0;
	padding:0;
	}	
	
#contacto .formulario {
	width:94%;
	height:auto;
	float:left;
	margin:0 3%;
	}
#contacto .formulario li {   /*----borrar punto a widget----*/
	list-style-type: none;
	}
#contacto .formulario h1 {
	font-family: 'robotolight';
	font-size:13px;
	text-align:center;
	padding-bottom:0px;
	margin:5px 2% 5px 2%;
	display:block;
	color:#fff;
	}
#contacto .formulario .campoformu {
	float:left;
     	width: 31.33%;
   	margin: 1%;
	}
#contacto .formulario .campoformu .fotoformu  img {
     	width: 96%;
   	margin: 2%;
	}
#contacto .formulario input {
	-webkit-border-radius: 5px;
	margin:auto;
	color:#333;
	padding: 7px 2% 7px 2%;
	font-family: 'robotolight';
	font-size:14px;
	width:94%;
	height: 42px;
	margin:5px 2% 5px 2%;
	background-color: #fcfcfc;
	border: 1px solid #CCC;
	}
#contacto .formulario input:focus {
	background-color:#fdfeff;
	transition:0.4s;
	}
#contacto .formulario textarea {
	-webkit-border-radius: 5px;
	margin: 0px 0px 0 0px;
	color: #333;
	padding: 7px 2% 7px 2%;
	font-family: 'robotolight';
	font-size:14px;
	margin:5px 2% 5px 2%;
	width:94%;
	height: 130px;
	background-color: #fcfcfc;
	border: 1px solid #CCC;
	}
#contacto .formulario textarea:focus {
	background-color:#fdfeff;
	transition:0.4s;
	}	
#contacto .formulario .enviar input {
	width:100px;
	color:#FFF;
	background-color:#0b68af;
	margin-top:15px;
	font-size:12px;
	float:right;
	height: 34px;
	margin-right:3%;
	padding: 7px 7px 7px 7px;
	font-family: 'robotolight';
	}
#contacto .formulario .enviar input:hover {
	background-color:#999;
	color:#FFF;
	}
#contacto .formulario .enviar h4 {
	font-family: 'Open Sans', sans-serif;
    	font-size: 11px;
    	color: #C00003;
    	display: block;
    	float:right;
	padding-right: 30px;
    	padding-top: 7px;
	}
#contacto .formulario .wpcf7-response-output {
	font-family: 'Open Sans', sans-serif;
	font-size:10px;
	display: block;
	color:#C00003;
	border:none;
	position: fixed;
	}
#contacto .formulario .wpcf7-not-valid-tip {
	font-family: 'Open Sans', sans-serif;
	font-size:10px;
	margin-bottom: 10px;
	display: block;
	color:#C00003;
	border:none;
	}



/*-----------------BODY_FINAL-----------------*/
#body_final {
	margin:auto;
	width:100%;
	padding:0;
	position:fixed;
	bottom:0;
	background: rgba(0, 0, 0, 0.85); 
	}	
#final {
	width:900px;
	margin:auto;
	height:auto;
	}
#final .logo_fin {
	float:left;
	margin:auto;
	height:auto;
	}
#final .logo_fin img{
	margin-top:10px;
	margin-bottom:15px;
	}
#final .texto {
	float:right;
	margin:auto;
	height:auto;
	}		
#final .texto p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	letter-spacing:0.05em;
	color:#999;
	text-align:center;
	line-height:21px;
	display:block;
	padding-top:10px;
	}
#final .texto p strong {
	font-size:12px;
	color:#fff;
	}	
#final .texto p a {
	color:#FFF;
	}


/*----------------SERVICIO------------------*/
#body_servicio {
	width:100%;
	height:auto;
	margin:auto;
	}
#servicio {
	width:1000px;
	margin:auto;
	height:auto;
	text-align:center;
	}
#servicio .grantitulo h1 {
	font-family: 'robotolight';
    font-size: 20px;
    text-align: center;
    color: #004d71;
    letter-spacing: 1px;
    font-style: italic;
    padding-top: 15px;
    display: block;
	}
#servicio .grantitulo h2 {
	font-family: 'robotolight';
    font-size: 14px;
	line-height: 22px;
    text-align: center;
    color: #666;
    padding: 15px 20px 10px 20px;
    display: block;
	}
#servicio .grantitulo hr {
    border-top: 1px solid #CCC;
	margin:auto;
	padding:0;
	width: 50%;	
	}
#servicio h2 {
	font-family: 'robotoregular';
	font-size:16px;
	text-align:center;
	padding:5px 10px 0 10px;
	color:#000;
	line-height:25px;
	}
#servicio .grantitulo h2 strong {
	font-weight:bold;
	font-family: 'robotoregular';
    font-size: 16px;
    color: #F00;
	}

#servicio h2 span {
	font-size:12px;
	font-weight:bold;
	color:#333;
	}
#servicio p {
	font-family: 'robotolight';
	font-size:14px;
	text-align:center;
	padding:0px 10px;
	color:#666;
	line-height:25px;
	}
#servicio h3 {
	font-family: 'robotolight';
	font-size:18px;
	text-align:center;
	padding:5px 10px 0 10px;
	color:#004d71;
	line-height:25px;
	letter-spacing: 1px;
    font-style: italic;
	}
#servicio .imgservi img {
	margin-top: 20px;
	margin-bottom: 20px;
	}




/*--------------------------------------MEDIASCREEN------------------------------------------*/
@media screen and (max-width:1200px) {
	.navbar-brand { margin-left:1px;}
	#banner { height: auto;	}
	}

@media screen and (max-width:1180px) {
	header { width:100%;}
	#empresa { width:100%;}
	#servicios { width:100%;}
	#contacto { width:100%;}
	#final { width:92%; margin:0 4%}
	 }
	
@media screen and (max-width:1000px) {
	#servicio {width:100%;}
	}



@media screen and (max-width:940px) {
	#empresa .nosotros img { display:none;}
	#contacto .grantitulo hr { display:none;}
	#contacto .formulario .campoformu { width: 98%;}
	#contacto .formulario .campoformu .fotoformu  img { display:none;}
	 }
	 
@media screen and (max-width:900px) {
	#servicios .camposervi {width:46%; margin:0 2%;}
	 }

@media screen and (max-width:845px) {
	#servicio img {width:100%;}
	}

	 
@media screen and (max-width:767px) {
	header {display:none;}
	 }

@media screen and (max-width:630px) {
	#empresa .nosotros { width:96%;}
	#empresa .nosotros p {padding:20px 25px; text-align:justify;}
	#empresa .mision { width:92%; margin:0 4%;}
	 }
	 

@media screen and (max-width:500px) {
	#servicios .camposervi {width:96%; margin:0 2%;}
	 } 
	 
	 

	 
	 
	 