/* RESET DE HTML 5 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Cabin', sans-serif;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

header, nav, section, article, footer, aside, figure {  display:block; margin-left:auto; margin-right:auto;}

/*GENERALES*/
body {
	/*background: #e1e3e4;	*/
}

.main-wrapper {
	width: 1100px;
	min-height: 105px;
	margin: 0 auto 20px auto;
}

.clear {
	clear: both;
}

p {
	font-family: 'Maven Pro', sans-serif !important;
}

/*MENU*/
header {
	margin-top: -8px;
}

header nav {
	padding: 10px 78px;
	width: 100%;
	margin-bottom: 20px; 
	background: #3fae29;
}

.logo {
	float: left;
	display: inline-block;
	margin-top: 5px;
}

.logo img {
	height: 36px
}

.logo_2 {
	float: right;
	display: inline-block;
	margin-top: 5px;
}

.logo_2 img {
	width: 180px;
}

#main-menu {
	float:right;
	display:block;
	list-style:none;
	padding-left: 0;
	margin: 0;
	margin-right: 125px;
}

#main-menu li {
	float: left;
	padding: 9px 20px;
	color:#a0a0a0;
	font-size:16px;
	vertical-align: middle;
}

#main-menu li a {
	color: white;
	font-size:13px;
	text-decoration: none;
	text-transform: uppercase;
}

#main-menu .dropdown-menu li a {
	color: #2459a9;
}

#main-menu li a:hover {
	color: #2459a9;
	font-weight: bold;
}

header nav .input-group {
	padding: 2px 0;
	float: right;
	margin-left: 30px;
}

.top-menu {
	width: 100%;
	background-image: url(../img/pattern_plecazul.png);
	background-color: #001f5b;
    background-repeat: repeat;
    height: 53px;
    padding: 0 78px;
}

#quick_find {
	padding-top: 6px;
	float: right;
}

/*MEGAMENU*/
.dropdown-menu {
	width: 728px;
  	left: -245px !important;
  	margin-top: 11px !important;
}

.dropdown-menu ul {
	padding-left: 0;
	list-style: none;
}

.dropdown-menu li {
	font-size: 13px !important;
	float: none !important;
	padding: 8px 10px !important;
}

.dropdown-menu li a {
	font-size: 12px !important;
}

.dropdown-menu .col-sm-3 {
	padding-left: 10px;
	padding-right: 10px;
}

.dropdown-menu .glyphicon {
	height: 30px;
	float: left;
	margin-right: 4px;
	margin-top: 2px;
}

/*FOOTER*/
footer .no-padding {
	padding-right: 0;
}

.container-categoria {
	background-image: url(../img/fondo.jpg);
    padding: 20px 0;
    background-size: 100%;
}

.container-categoria h3 {
	margin: 0;
	padding-left: 90px;
	color: #00a0df;
}

.footer-categorias {
	margin: 0;
	padding: 20px 90px 0 90px;
	background: #00253e;
}

.list-group-item {
	background: #00253e !important;
	color: white !important;
	border: none !important;
}

.footer-sitios {
	//height: 50px;
	background: #2459a9;
	padding: 5px 90px;
	color: white;
}

.footer-sitios .lnks {
	color: white;
	padding: 12px 0;
	display: inline-block;
}

.footer-sitios .lnks:hover{
	color: #ddd;
	text-decoration: none;
}

.footer-sitios .lnks {
	margin-right: 10px;
}

.footer-sitios .lnks.last-lnk {
	margin-left: 10px;
}

.footer-sitios .social-network {
	float: right;
	width: 35px;
	height: 35px;
	margin: 4px 0;
}

.footer-sitios .social-network.fb {
	background: url(../img/facebook.png);
	background-size: 35px 35px;
	margin-right: 10px;
}

.footer-sitios .social-network.fb:hover {
	opacity: 0.6;
}

.footer-sitios .social-network.tw {
	background: url(../img/twitter.png);
	background-size: 35px 35px;
}

.footer-sitios .social-network.tw:hover {
	opacity: 0.6;
}

/*INICIO*/
.banners-inicio {
	margin-top: 20px;
}

.banners-inicio .banner {
	width: 100%;
}

.banners-inicio .col {
	width: 345px;
	margin-right: 32.5px;
	float: left;
}

.banners-inicio .col:last-of-type {
	margin-right: 0;
}

.banners-inicio .col img {
	max-width: 345px;
}

/*NOSOTROS*/
.general-container {
	//height: 450px;
}

.general-container img {
	float: left;
}

.green-container {
	width: 550px;
	height: 270px;
	float: left;
	background: #3fae29;
}

h1 {
	font-family: 'Montserrat', sans-serif !important;
	padding-bottom: 10px;
  	border-bottom: 2px solid #3fae29;
  	margin-bottom: 20px !important;
  	margin-top: 40px !important;
}

h2 {
	font-family: 'Montserrat', sans-serif !important;
	padding-bottom: 10px;
  	border-bottom: 2px solid #3fae29;
  	margin-bottom: 20px !important;
  	margin-top: 40px !important;
}

.green-container h2 {
	color: white;
	text-align: center;
	margin-top: 45px;
}

.green-container p {
	color: white;
	padding: 0 55px;
  	margin-top: 50px;
  	text-align: justify;
}

.assets {
	margin-top: 30px;
}

.img-cont {
	text-align: center;
	height: 100px;
}

.img-cont img {
	max-width: 96px;
	vertical-align: middle;
}

.assets {
	padding: 15px 90px 30px 90px;
}

.assets h3 {
	text-align: center;
}

.mission-img {
	margin-left: 17px;
}

.assets p {
	margin: 0 25px;
	text-align: justify;
}

.valores {
	font-size: 15px;
	line-height: 25px;
}

.secondary-wrapper {
	background: white;
}

.logo-row {
	margin-top: 50px;
}

/*PREGUNTAS FRECUENTES*/
#accordion {
	margin-bottom: 30px;
}

/*SEARCH*/
.search-info h4 {
	float: left;
}

.green {
	color: #3fae29;
}

.search-cantidad {
	float: right;
}

.search-results {
	margin-top: 30px;
}

.search-results .thumbnail {
	min-height: 404px;
}

.caption strong {
	color: #3fae29;
	font-family: 'Montserrat', sans-serif !important;
}

.pagination > li > a, .pagination > li > span {
	color: #555 !important;
}

.pagination > .active > a {
	color: white !important;
	background-color: #3fae29 !important;
	border-color: #3fae29 !important;
}

.modal-body img {
	margin: 0 auto;
}

.ficha strong {
	font-family: 'Montserrat', sans-serif !important;
}

.info-ficha {
	margin-left: -8px;
	width: 100%;
	margin-top: 15px; 
}

.info-ficha thead {
	background-color: #3fae29;
	color: white;
}

.info-ficha tbody {
	font-size: 13px;
}

.info-ficha td {
	padding: 2px 10px;
}

.info-ficha th {
	padding: 3px 10px;
}

.small-col {
	width: 25%;
}

/*CONTACTO*/
.contact {
	margin-top: -20px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.contact input, .contact textarea {
	margin-top: 10px;
	resize: none;
}

.contact button {
	margin-top: 10px;
}

#map-canvas {
	height: 270px;
	margin-top: -20px;
}

.margin-right {
	margin-right: 4.15%;
}

.logo-contacto {
	max-width: 100%;
}

/*TECHNOWEB*/
.parte-1 {
	width: 50%;
	padding-left: 128px;
	padding-top: 50px;
	height: 400px;
	float: left;
	background: #3399ff;
}

.parte-2 {
	width: 50%;
	height: 400px;
	float: left;
	background: #f1f4f6;
	text-align: center;
}

.titulo-1 {
	color: white;
	font-weight: bold;
	font-size: 17px;
}

.padre-hr {
	width: 100%;
}

.hr-1 {
	height: 2px;
    width: 45px;
    margin-bottom: 15px !important;
    float: left;
}

.parr-1 {
	color: white;
	width: 80%;
    margin-bottom: 35px;
}

.parte-2 img {
	max-width: 90%;
}


/*DIAGRAMA*/
.circle {
	position: relative;
    font-size: 16px;
    color: white;
}

#circle-6 {
    top: -445px;
    left: 290px;
}

#circle-5 {
	top: -328px;
    left: 384px;
}

#circle-4 {
	top: -198px;
    left: 355px;
}

#circle-3 {
	top: -150px;
    left: 205px;
}

#circle-2 {
	top: -242px;
    left: 70px;
}

#circle-1 {
	top: -421px;
    left: 28px;
}

#circle-7 {
	top: -584px;
    left: 135px;
}

.hover-circle {
	text-shadow: 0px 5px 6px rgba(150, 150, 150, 1);
}

/*COSAS NUEVAS DEL TECMILENIO*/
.info-precios {
	width: 100%;
    margin-left: -8px;
}

.info-precios th, .info-precios td {
	text-align: center;
	padding: 3px 0;	
}

.p-1 {
	border-bottom: 3px solid #2459a9;
}

.p-2 {
	border-bottom: 3px solid #16a0db;
}

.p-3 {
	border-bottom: 3px solid #97c93d;
}

.p-4 {
	border-bottom: 3px solid #03793e;
}

.cat {
	width: 65%;
    float: left;
}

.cat h1 {
	margin-top: 0px !important;
    font-size: 30px;
    text-align: center;
    color: #3fae29;
    border: none;
    font-family: 'Cabin', sans-serif !important;
    letter-spacing: 1px;
    font-weight: bold;
}

.info-pedidos h3 {
	color: #1c3b6a;
    font-family: 'Montserrat';
    font-size: 25px;
    margin-top: 35px;
}

.info-pedidos p {
	margin-left: 20px;
	font-size: 17px;
}

.header-cat {
	background-image: url("../img/banner_oferta.jpg");
	background-repeat: no-repeat;
    background-position: center;
}

.header-cat h1 {
	color: white;
	text-align: left;
}

.ficha h3 {
	color: #3fae29;
	margin-top: 5px;
}

.search-cantidad {
	width: 14%;
}

.search-cantidad h3 {
	margin-top: 0;
	text-align: center;
}

.search-info h3, .search-info h4, .thumbnail .caption, .ficha h6, .ficha p, .info-ficha, .ficha i{
	color: #19216b !important;
}

.login, .log-off {
	margin-top: 20px;
    color: white;
}

.login:hover, .log-off:hover {
	color: white;
}

.i-is {
	font-size: 21px;
}

.person {
	float: left;
    font-size: 20px;
    color: white;
    margin-top: 15px;
    margin-right: 15px;
}

.log-off {
	font-size: 12px;
}

.a-thumbnail {
	height: 346px !important;
}

.a-thumbnail img {
	max-height: 346px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.cycle-slideshow img {
	max-width: 100%;
}

#imgItem.img-thumbnail {
	width: 100%;
	text-align: center;
}

.img-thumbnail {
	max-height: 500px;
	padding: 0 !important;
}

.img-barrita .img-thumbnail {
	max-height: 80px;
}

.img-barrita .col-md-3 {
	height: 120px;
}

.p-special {
	background: #2459a9;
    padding: 12px 15px;
    margin-left: -8px;
    width: 410px;
    color: white !important;
    font-size: 20px;
    text-align: center;
}

.i-special {
	color: white !important;
}

.p-special a {
	color: white;
    text-decoration: underline;
}

.cycle-slideshow img {
	max-height: 519px;
}

.cont-range {
	width: 20%;
}

.special-sm-1 {
	padding-left: 0px !important;
	padding-right: 5px !important;
}

.special-sm-2 {
	padding-left: 5px !important;
	padding-right: 0px !important;
}