@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr { clear:both; padding:0; margin:0;}

/*
REGLAS GENERALES DEL SITIO
*/
body{
	background: #D5D8DC;
}
#contenedor{
	max-width: 960px;
	min-height: 500px;
	font-family: 'Lato', sans-serif;
	color: #000000;
	line-height: normal;
	background: #FFFFFF;
	margin: auto;
}
/* LIMITE REGLAS GENERALES DEL SITIO */

/*
REGLAS GENERALES DEL MENU SUPERIOR
*/
header{
	width: 100%;
	height: 115px;
	font-family: 'Lato', sans-serif;
	border-bottom: 5px solid #ddb117;
}
header a{
	text-decoration: none;
}
.logotipo{
	padding-top: 8px;
	padding-left: 8px;
	float: left;
}
.logoresponsive {
    display: none;
}
.boton{
    float: right;
    background: #ddb117;
    color: #ffffff;
    border: none;
    font-size: 32px;
    padding: 5px 2px;
    cursor: pointer;
    display: none;
}
nav{
	width: 100%;
	font-size: 14px;
	position: relative;
	overflow: hidden;
}
nav ul{
	padding-top: 55px;
	float: right;
    margin: 0;
    text-align: center;
    transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
}
nav ul li{
	float: left;
	display: inline-block;
}
nav ul li a{
	position: relative;
	text-align: center;
	color: #000000;
	padding: 10px 15px;
}
nav ul li a:hover{
		color: #000000;
		background: #ddb117;
}
.active{
		color: #000000;
		background: #ddb117;
}
/* LIMITE DE MENU SUPERIOR */

/*
SECCION SLIDER DE LA PAGINA DE INICIO
*/
.slider1{
	width: 100%;
	height: 312px;
	margin: auto;
	background: url(../imagenes/imagen1.jpg) no-repeat;
	background-position: center;
	background-attachment: contain;
	background-size: cover;
	border-bottom: 5px solid #ddb117;
}
.bienvenido{
	padding-top: 150px;
	clear: both;
}
.bienvenido h1{
	font-size: 32px;
	background: rgba(255,255,255,0.7);
	padding: 10px 25px;
	float: left;
	color: #00000;
}
.bienvenido2 {
	width: 80%;
	font-size: 18px;
	line-height: 22px;
	padding-top: 10px;
	float: left;
	clear: both;
}
.bienvenido2 p{
	padding: 10px 25px;
	background: rgba(255,255,255,0.7);
}
/* LIMITE DE SECCION SLIDER INICIO*/

/*
SECCION DESCRIPCION DE LA PAGINA DE INICIO
*/
.descripcion{
	width: 100%;
	background: #f4f6f6; 
}
.descripcion p{
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	color:  #212f3d;
	margin: auto;
	padding:20px 0px 20px 0px;
}
.distincion{
	width: 90%;
	min-height: 70px;
	padding: 15px 0px 15px 0px;
	margin: auto;
}
.distincion .iconosdistincion{
	width: 25%;
	height: 70px;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.distincion .iconosdistincion p{
	padding-top: 5px;
}
.distincion .iconosdistincion img{
	padding: 0px 7px;
	float: left;
}
/* LIMITE DE SECCION DESCRIPCION INICIO*/

/*
REGLAS SECCION INICIO
*/
.lineasecciones{
	width: 68%;
	height: 8px;
	background: #ddb117;
	float: left;
}
.objetivos{
	width: 100%;
	min-height: 343px;
	background: url(../imagenes/imagen2a.jpg) no-repeat;
	background-position: center;
	background-attachment: contain;
	background-size: cover;
	padding-bottom: 5px;
}
.objetivos h2{
	font-size: 20px;
	color: #00000;
	padding: 10px 50px;
	float: left;
}
.objetivos p{
	padding: 10px 50px 20px 50px;
}
.listasinicio{
	width: 42%;
	min-height: 150px;
	line-height: 1.5;
	padding-left: 50px;
	padding-top: 10px;
	float: left;
}
.listasinicio ul li i{
	color: #ddb117;
	padding-right: 10px;
}
/* LIMITE REGLAS SECCIONES INICIO */

/*
REGLAS SECCION SERVICIOS
*/
.titulos{
	width: 100%;
	height: 70px;
	background: url(../imagenes/titulos2.jpg) no-repeat;
	background-position: center;
	background-attachment: contain;
	background-size: cover;
}
.titulos h4{
	font-size: 28px;
	color: #ddb117;
	padding: 20px 0 0 25px;
}
.lineasecciones2{
	width: 100%;
	height: 1px;
	background: #ddb117;
	float: left;
}

.contenidoservicios{
	width: 100%;
	clear: both;
}
.contenidoservicios h2{
	padding: 25px 0 25px 25px;
}
.columnasx3 {
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
	width: 32%;
	box-sizing: border-box;
	float: left;
	padding: 0px 0 15px 35px;
}
.columnasx3 h5{
	font-size: 16px;
	text-align: left;
	color: #ddb117;
	text-transform: uppercase;
	padding: 10px 0 2px 0;
	min-height: 40px;
}
.columnasx3 img{
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 2px solid #ddb117;
}
.columnasx3 i{
	color: #ddb117;
	padding-right: 10px;
}
/* LIMITE REGLAS SECCION SERVICIOS */

/*
REGLAS SECCION CLIENTES
*/
.contenidoclientes{
	width: 100%;
	background: url(../imagenes/imagenclientes.jpg) no-repeat;
	background-position: center;
	background-attachment: contain;
	background-size: cover;
	clear: both;
	margin:auto;
	box-sizing: border-box;
}
.subtitulos h2{
	padding: 25px 0 25px 25px;
}
.logosclientes{
	text-align: center;;
	padding: 35px 0 35px 25px;
	box-sizing: border-box;
}
.logosclientes img{
	padding-right: 20px;
	padding-bottom: 20px;
}
.notas{
	width: 100%;
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
}
/* LIMITE REGLAS SECCION CLIENTES */

/*
REGLAS SECCION CONTACTO
*/
.contenidocontacto{
	width: 100%;
	padding: 35px;
	background: url(../imagenes/imagen_contacto.jpg) no-repeat;
	background-position: center;
	background-attachment: contain;
	background-size: cover;
	box-sizing: border-box;
} 
.formulario{
	width: 50%;
	margin: auto;
}
.caja-1{
	width: 100%;
	height: 25px;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ddb117;
}
.caja-2{
	width: 100%;
	height: 100px;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ddb117;
}
.envio{
	clear: both;
	float: right;
	margin-top: 25px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	background: #ddb117;
	padding: 10px 15px;
	letter-spacing: 1px;
	width: 100px;
}
.envio:hover{
	background: #777;
}
.logotipomensaje{
	width: 255px;
	margin: auto;
	border: none;
}
.logotipomensaje a{
	text-decoration: none;
}
/* LIMITE REGLAS SECCION CONTACTO */

/*
REGLAS SECCION FOOTER O PIE DE PAGINA
*/
footer{
	width: 100%;
	min-height: 90px;
	background: #484848;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: auto;
	clear: both;
	border-top: 5px solid #ddb117;
}
.copyright{
	width: 33.33%;
	height: 90px;
	float: left;
}
.copyright2{
	width: 33.33%;
	float: left;
	display: none;
}
.copyright p{
	padding-top: 35px;
	padding-left: 25px;
}
.telefonosdatos, .ubicaciondatos{
	width: 26.04%;
	padding-left:15px;
	padding-top: 15px;
	padding-bottom: 10px;
	float: left;
}
.correoroma{
	padding-top: 30px;
	padding-right: 25px;
	float: right;
}
.correoroma i{
	color: #ffffff;
	font-size: 28px;
	border: none;
}
.lineafooter{
	clear: both;
	width: 100%;
	height: 15px;
}
/* LIMITE REGLAS SECCION FOOTER O PIE DE PAGINA */