/* GLOBALES */
body {
	overflow-x: hidden;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #444;
}
p {
    font-size: 14px;
    line-height: 1.5;
}
p.large {
    font-size: 17px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: #333;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #f60;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-weight: 400;
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: #999;
}
::selection {
    text-shadow: none;
    background: #EEE;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: #EEE;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
/*/*/

/* NAVEGACION */
.navbar-default {
    border-color: #ddd;
    background-color: #fff;
}
.navbar-default .navbar-brand {
	background-image: url(../imagenes/logo-3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	width: 192px;
	margin-top: 7px;
	margin-left: 15px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
    border-color: #f60;
    background-color: #f60;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #666;
	border-color: #666;
}
.navbar-default .nav li a {
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 18px;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #f60;
}
.boton-activo a,
.boton-activo a:focus {
	color: #FFF !important;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	background-color: #F60 !Important;
}
.boton-activo a:hover {
	color: #FFF !important;
	background-color: #F60 !important;	
}
.redes-top a {
	font-size: 25px !important;
	line-height: 25px !important;
}
@media(min-width:992px) {
    .navbar-default {
		padding: 20px 0;
		border-color: transparent;
		background-color: rgba(255,255,255,.9);
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
    }
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-1.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 51px;
		width: 272px;
		margin-top: 0px;
		margin-left: 0px;
		-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	}	
	.navbar-default .nav li a {
		padding: 10px;
		margin-top: 6px;
	}
    .navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus {
        border-radius: 3px;
    }
    .navbar-default.navbar-shrink {
		padding: 10px 0;
		background-color: #fff;
		border-color: #ddd;
    }
	.redes-top {
		margin-top: -4px !important;
	}
	.redes-top a {
		padding-right: 0px !important;
		padding-bottom: 0px !important;
		padding-left: 10px !important;
	}
	.boton-activo a,
	.boton-activo a:focus {
		color: #f60 !important;
		-webkit-transition: all ease .5s;
		-moz-transition: all ease .5s;
		transition: all ease .5s;
		background-color: transparent !important;
	}
		.boton-activo a:hover {
		color: #f60 !important;
		background-color: transparent  !important;
	}
}
@media(min-width:1200px) {
    .navbar-default {
        background-color: transparent;
    }
}
.dropdown .dropdown-menu {
	margin: 0px;
	border: none;
	background-color: rgba(51,51,51,.9) !important;
	box-shadow:none;
}
.dropdown .dropdown-menu li a {
	margin: 0px;
	font-size: 15 px !important;
	line-height: 21px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	color: #fff !important;
}
.dropdown .dropdown-menu li a:hover,
.dropdown .dropdown-menu li a:focus,
.dropdown .dropdown-menu li a:active,
.dropdown .dropdown-menu li a.active {
	border-radius: 0px;
	color: #fff !important;
	background-color: #F60;
}
.dropdown .dropdown-toggle {
	background-color: transparent !important;
	color: #333 !important;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.dropdown .dropdown-toggle:hover {
	background-color: transparent !important;
	color: #f60 !important;
}

.dropdown .dropdown-toggle:focus,
.dropdown .dropdown-toggle:active,
.dropdown .dropdown-toggle.active {
	color: #fff !important;
	background-color: rgba(51,51,51,.9) !important;
}

/*/*/

/* ENCABEZADO */
#home {
	background-attachment: scroll;
	background-image: url(../imagenes/fondo_encabezado2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 483px;
}
.intro-text {
    padding-top: 80px;
}
.titulo-header {
	font-size: 32px;
	line-height: 34px;
	font-weight: 300;
	color: #F60;
	display: block;
	text-align: center;
}
.copete-header {
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	color: #333;
	display: block;
	margin-top: 10px;
	text-align: center;	
}
.btn-header {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	background-color: #666;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius:52px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}
.btn-header:hover,
.btn-header:focus,
.btn-header:active,
.btn-header.active {
	background-color: #f60;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
}
.icono-btn-header {
	margin-right: 10px;
	font-size: 20px !important;
	line-height: 20px !important;
}
#home .item {
	height: 300px;
}
.boton-header {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
@media(min-width:768px) {
	#home {
		background-attachment: scroll;
		background-image: url(../imagenes/fondo_encabezado.jpg);
		background-position: center bottom;
		background-repeat: none;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
		height: 683px;
	}
	.intro-text {
		padding-top: 240px;
	}
	.titulo-header {
		font-size: 46px;
		line-height: 48px;
		font-weight: 300;
		color: #F60;
		display: block;
		text-align: left;
	}
	.copete-header {
		font-size: 15px;
		line-height: 21px;
		font-weight: 400;
		color: #333;
		display: block;
		margin-top: 10px;
		text-align: left;
	}
	#home .item {
		height: 310px;
	}
	.btn-header {
		font-weight: 600;
		text-transform: uppercase;
		color: #fff;
		font-size: 14px;
		line-height: 24px;
		background-color: #666;
		-webkit-box-shadow: none;
		box-shadow:none;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
		display: inline-block;
		margin-top: 30px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		padding-top: 14px;
		padding-right: 20px;
		padding-bottom: 14px;
		padding-left: 20px;
		border-radius:52px;
	}
	.btn-header:hover,
	.btn-header:focus,
	.btn-header:active,
	.btn-header.active {
		background-color: #f60;
		box-shadow:none;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
		color: #fff;
	}
	.icono-btn-header {
		margin-right: 10px;
		font-size: 24px !important;
		line-height: 24px !important;
	}
	.boton-header {
		text-align: left;
		display: block;
	}
}
@media(min-width:1200px) {
	#home .item {
		height: 260px;
	}	
}
/*/*/


/* ACERCA */
#acerca {
	background-color: #fff;
}	
#acerca hr{
	border-color: rgba(51,51,51,.4);
	margin-top: 16px;
	margin-bottom: 40px;
}
#acerca h3{
	text-transform: uppercase;
	color: #333;
}
#acerca img {
	margin-top: 30px;	
	margin-bottom: 40px;	
}
.btn-naranja {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	background-color: #f60;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius:34px;
	padding-top: 14px;
	padding-right: 24px;
	padding-bottom: 14px;
	padding-left: 24px;
}
.btn-naranja:hover,
.btn-naranja:focus,
.btn-naranja:active,
.btn-naranja.active {
	background-color: #333;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
}
.icono-btn {
	margin-right: 7px;
	margin-left: 0px;
}
/*!*/

/*! DISEÑO WEB */
#dw-home {
	background-color: #f4f4f4;
}	
#dw-home hr{
	border-color: rgba(51,51,51,.4);
	margin-top: 16px;
	margin-bottom: 40px;
}
#dw-home img{
	margin-bottom: 30px;
}
#dw-home h3{
	text-transform: uppercase;
	color: #333;
}
.btn-gris {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	background-color: #666;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius:34px;
	padding-top: 14px;
	padding-right: 24px;
	padding-bottom: 14px;
	padding-left: 24px;
	margin-top: 40px;
}
.btn-gris:hover,
.btn-gris:focus,
.btn-gris:active,
.btn-gris.active {
	background-color: #f60;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
}
@media(min-width:992px) {
	#dw-home img{
		margin-bottom: 0px;
	}
}
/*!*/

/*! DESTACADO HOME */
#destacado-home {
	background-color: #000;
	color: #FFF;
	background-attachment: scroll;
	background-image: url(../imagenes/fondo_destacado.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.panel-destacado {
	margin-top: 20px;
	margin-bottom: 40px;	
}
.icono-destacado {
	font-size: 86px !important;
	display: block;
	margin-bottom: 20px;
}
.titulo-destacado-home {
	font-size: 21px;
	line-height: 24px;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFF;
	display: block;	
}
.btn-trans {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	border-radius:34px;
	padding-top: 14px;
	padding-right: 24px;
	padding-bottom: 14px;
	padding-left: 24px;
	margin-top: 30px;
	border: 1px solid #FFF;
}
.btn-trans:hover,
.btn-trans:focus,
.btn-trans:active,
.btn-trans.active {
	background-color: #fff;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #000;
}
/*!*/

/*! CONTACTO */
#contacto hr,
#contacto2 hr{
	border-color: rgba(51,51,51,.4);
	margin-top: 16px;
	margin-bottom: 40px;
}
#contacto h3{
	text-transform: uppercase;
	color: #333;
}
#contacto2 h3{
	text-transform: uppercase;
	color: #f60;
}
.formulario {
	display: block;
	margin-top: 10px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
	padding: 16px;
	color: #000;
	box-shadow: none;
	border-radius:0px;	
}
.form-group input.form-control {
	height: auto;
	background-color: #f4f4f4;
	border-color:#f4f4f4;
}
.form-group textarea.form-control {
	height: 200px;
	background-color: #f4f4f4;
	border-color:#f4f4f4;
}
.form-control:focus {
	border-color: #ccc !important;
	background-color: #fff !important;	
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    font-weight: 600 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    font-weight: 600 !important;
    color: #999 !important;
	font-size: 14px !important;
	
}
.form-control::-moz-placeholder {
    font-weight: 600 !important;
    color: #99 !important;
	font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    font-weight: 600 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.text-danger {
	color: #f00;
}
#contacto table,
#contacto2 table {
	margin-bottom: 40px;		
}

#contacto td,
#contacto2 td {
	padding-right: 10px;
	padding-bottom: 10px;	
}
#contacto td i,
#contacto2 td i {
	font-size: 20px;
	color: #F60;	
}
/*!*/


/* CAPACITACION */
#capacitacion {
	background-color: #fff;
}	
#capacitacion hr{
	border-color: rgba(51,51,51,.4);
	margin-top: 16px;
	margin-bottom: 40px;
}
#capacitacion h3{
	text-transform: uppercase;
	color: #f60;
}
.titulo-capacitacion {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #333;
	display: block;
	margin-bottom: 20px;
}
.titulo-capacitacion2 {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #333;
	display: block;
	margin-bottom: 30px;
	margin-top: 20px;
}
.img-capacitacion {
	margin-bottom: 30px;
}
.iconos {
	padding-right: 0px;
	padding-left: 0px;	
}

.titulo-generalidades {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #333;
	display: block;
	margin-top: 40px;
}
#capacitacion td {
	vertical-align: top;
	padding-right: 8px;
	padding-bottom: 6px;	
}
#capacitacion td i {
	font-size: 18px;
	color: #F60;	
}
@media(min-width:768px) {
	.iconos {
		padding-right: 70px;
		padding-left: 70px;	
	}
}
@media(min-width:992px) {
	.img-capacitacion {
		margin-bottom: 0px;
	}
	.iconos {
		padding-right: 0px;
		padding-left: 0px;	
	}
}
/*!*/

/* DISEÑO WEB */
#disenio-web {
	background-color: #fff;
}	
#disenio-web hr{
	border-color: rgba(51,51,51,.4);
	margin-top: 16px;
	margin-bottom: 40px;
}
#disenio-web h3{
	text-transform: uppercase;
	color: #f60;
}
.panel-boton {
	display: block;
	margin-top: 50px;	
}
.paginas {
	margin-top: 30px;	
}
#disenio-web td {
	vertical-align: top;
	padding-right: 8px;
	padding-bottom: 6px;	
}
#disenio-web td i {
	font-size: 18px;
	color: #F60;	
}
.titulo-paginas {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #333;
	display: block;
	margin-top: 30px;
}
/*! PORTFOLIO */

/*!*/
#portfolio {
	background-color: #fff;
	padding-bottom: 30px;
}	
#portfolio hr{
	border-color: rgba(51,51,51,.4);
	margin-top: 16px;
	margin-bottom: 40px;
}
#portfolio h3{
	text-transform: uppercase;
	color: #f60;
}
#portfolio i{
	color: #f60;
	font-size: 18px;
}
.img-portfolio {
	margin-bottom: 50px;
}
.trabajo {
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
	margin-top: 10px;
	display: block;
}
/*!*/


/*! PIE */
footer {
	background-color: #f4f4f4;
	color: #666;
	font-size: 14px;
	padding-top: 60px;
	padding-bottom: 40px;

}
footer a {
	color: ;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #666;
}
footer a:hover,
footer a:focus,
footer a:active,
footer a.active{
	color: ;
	color: #000;
}
.copyright {
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
}
.subir {
	font-size: 36px;
	text-align: right;
	line-height: 36px;
}
footer p {
	line-height: 24px;	
}
footer table {
	margin-bottom: 20px;	
}
footer td {
	padding-right: 4px;
	padding-bottom: 4px;	
}
/*!*/

