﻿
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: 'Abel-Regular';
}

.marketing p{
	font-size: 1.2em;
	/*color: #999;*/
	color: 000;
}

.empresa {
	padding-top : 9rem;
	padding-bottom: 5rem;
	margin-bottom: 5rem;
	background: ;
}

.productos{
	padding-top : 9rem;
	padding-bottom: 5rem;
	margin-bottom: ;
	background: ;
}

.soluciones {
	padding-top : 9rem;
	padding-bottom: 5rem;
	margin-bottom: 5rem;
	background: ;
}

.servicios{
	padding-top : 9rem;
	padding-bottom: 5rem;
	margin-bottom: 0rem;
	background: ;
}

.clientes{
	padding-top : 9rem;
	padding-bottom: 0rem;
	margin-bottom: 0rem;
	background: ;
}

.contactanos{
	padding-top : 9rem;
	padding-bottom: 5rem;
	background: ;
}




/****************Empresa*********************/
.empresa-left {
    padding-right: 8em;
	background: ;
}
.empresa-left img {
    width: 100%;
}

.empresa p {
    line-height: 1.6em;
    margin-top: 0.5em;
}

.empresa h4 {
    font-size: 1.5em;
    color: #000;
    font-weight: 700;
}
.empresa span.glyphicon {
    font-size: 1.2em;
    border: 2px solid #aaa;
    border-radius: 50%;
    padding: 0.8em;
    color: #555;
}
.empresa-info {
    margin-top: 1.5em;
}
.empresa-info:hover span.glyphicon {
    border-color: #333;
    color: #333;
}

.empresa .btn-gn {
	margin-top: 1em;
	/*text-align: center;*/
	background: ;
}

.empresa .btn-gn a{
	width: 100%;
}



/*****************Servicios*****************************/
.servicios .featurette-heading2{
	margin-bottom: 0.5em;
}

.servicios .pservc {
	text-align:center;
	color: #696969;
}

.glyphicon {
  color: #333;
}

.servc-grids {
    margin-top: 5em;
}

.servc-grid {
    margin-bottom: 2.5em;
}

/*-- Effect 1--*/
.servc-grid-left span{
    font-size: 2em;
    color: #999;
    display: inline-block;
    border-radius: 50%;
    text-decoration: none;
    z-index: 1;
    padding: 1em;
}
.servc-grid-left span:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.effect-1 {
  background: #E2DFDF;
  -webkit-transition: background 0.5s, color 0.2s;
  -moz-transition: background 0.5s, color 0.2s;
  transition: background 0.5s, color 0.2s;
}
.effect-1:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 2px #555;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.5s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.5s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
.servc-grid:hover span{
	background:#999;
	color: #fff !important;
}
.servc-grid:hover span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*--//Effect 1--*/
.servc-grid-right h4 {
    font-size: 1.5em;
    margin: 0 0 .5em;
    color: #000;
    line-height: 1.5em;
}
.servc-grid-right p{
	font-size: 1.2em;
	margin: 1em 0 1em 0;
	/*margin:0;*/
}
.servc-grid-left {
    text-align: right;
    padding-right: 2em;
}
/*-- //services --*/





/*-- productos --*/

.productos{
	padding-left: 2em;
	padding-right: 2em;
}

.miSlider{
	height: 340px;
	background: ;
}


.imagen{
	/*cursor: pointer;*/
	height: 340px;
	padding: 150px 0;
	text-align: center;
	margin: 0 20px;
	/*background: #2F4F4F;*/
	background: none;
	/*color: #5F9EA0;*/
	color: #696969;
}

.imagen a {
	text-decoration: none;
}

.imagen img {
	margin-top: -11em;
	width: 100%;
	
	/*width: 239px;*/
	height: 250px;
	
}

.productos .contenedorImg:hover img{
	-webkit-transform:scale(0.9);
	transform:scale(0.9);
}




.productos .imagen span {
	font-size: 1.6em;
}
	
.productos p {
	margin-top: 3em;
	text-align: center;
	background: ;
}


/*-- //productos --*/




/**************Soluciones**********************/
.soluciones .col-solucion {
	margin-bottom: 20px;
	text-align: center;
}

.soluciones .col-solucion p {
	margin-right: 10px;
	margin-left: 10px;
}

.soluciones .col-solucion h2{
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	background: ;
}

.soluciones .contenedorImg:hover img{
	-webkit-transform:scale(0.9);
	transform:scale(0.9);
	/*box-shadow: 0px 0px 15px 15px #b9c2f1;*/
}

.soluciones .contenedorImg{
	overflow:hidden;
}




/*****************Clientes*****************************/
.clientes .fila-img .div-img{
	text-align: center;
	margin-bottom: 5em;
	background: ;
}

.clientes .fila-img .div-img img{
	width: 230px;
	height: 80px;
}




/**************Contáctanos**********************/
h3.title {
    font-size: 50px;
    /*color: #745EC5;*/
	color: #6495ED;
	text-align:left;
	margin-bottom: 0.2em;
}

.contact-grid iframe {
    width: 100%;
    min-height: 530px;
    border: none;
}

.contact-grid input[type="text"]{
    outline: none;
    border: 1px solid #ccc;
    background: none;
    /*color: #aaa;*/
	color: 000;
    font-size: 1em;
    padding: 0.7em 1em;
    width: 100%;
	-webkit-appearance:none;
}

.contact-grid textarea{
	outline: none;
    border: 1px solid #ccc;
    background: none;
    /*color: #aaa;*/
	color: 000;
    font-size: 1em;
    padding: 0.7em 1em;
    width: 100%;
	-webkit-appearance:none;
	resize:none;
	min-height:10em;
	margin: 1em 0;
	font-family: 'OpenSans-Regular';
}

.contact-grid input[type="submit"] {
    outline: none;
    border: none;
    /*background: #745EC5;*/
	background: #6495ED;
    color: #fff;
    padding: 0.8em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -webkit-appearance: none;
	font-family: 'OpenSans-Regular';
}
.contact-grid input[type="submit"]:hover{
	background:#B9B8B8;
}

.address {
    margin-top: 4em;
}
.address ul{
	padding:0;
	margin:0;
}
.address ul li {
    list-style-type: none;
	font-size: 1.5em;
    /*color: #999;*/
	color: #404040;
    display: inline-block;
    margin-right: 2.2em;
}
.address ul li i.phon {
    font-size: 1.5em;
    /*color: #745EC5;*/
	color: #6495ED;
    font-weight: 900;
    font-style: normal;
    font-family: 'Abel-Regular';
}
.address ul li i.glyphicon {
    font-size: 1em;
    /*color: #745EC5;*/
	color: #6495ED;
    vertical-align: inherit;
    margin-right: 0.5em;
}
.address ul li a{
	/*color:#999;*/
	color: #404040;
}
.address ul li a:hover{
	color: #404040;
	text-decoration: none;
}







/* RESPONSIVE CSS
-------------------------------------------------- */

@media(max-width: 346.98px){ /*Color rosado*/
	.miNavbar .navbar{
		padding-left: 0.5em;
		/*background: pink;*/
	}
	
	.logo h1 {
		font-size: 1.8em;
	}
	
	.miNavbar ul li {
		display: block;
		margin: .4em 0;
	}
	
	.miNavbar ul li a{
		text-align: center;
		height: 40px;
	}
	
	
	/**********carousel************/
	h1{
		font-size: 1.6em;
	}
	p{
		font-size: 0.9em;
	}
	
	.carousel {
		height: 300px;
		margin-bottom: 0px;
	}
	
	.carousel-caption {
		margin-bottom: 1em;
	}

	.carousel-caption h1 {
		margin-bottom: 0.5em;
	}
	
	.btn-primary{
		font-size: 1em;
	}

	.carousel .item {
		height: 300px;
		background-color: #777;
	}
	
	.carousel-inner > .item > img {
		height: 300px;
	}
	
	
	/*******************************/
	.marketing p{
		font-size: 0.9em;
	}
	
	.featurette-heading, .featurette-heading2, h3.title{
		font-size: 2em;
	}
	
	
	
	/***********Empresa************/
	.empresa {
		padding-top : 9rem;
		padding-bottom: 5rem;
		margin-top: -5rem;
		margin-bottom: 0rem;
		background: ;
	}
	
	.empresa-left {
		padding-right: 1em;
		padding-left: 1em;
		background: ;
	}
	
	.empresa-text {
		float: none;
		padding: 0;
	}
	
	.emresa-text.wtext-right {
		width: 100%;
	}
	
	.empresa-info {
		text-align: center;
	}
	
	.empresa h4 {
		font-size: 1.1em;
		margin-top: 0.5em;	
	}
	
	
	
	
	/*********Productos**************/
	.productos{
		padding-top : 9rem;
		padding-bottom: 5rem;
		background: ;
	}
	
	.productos .imagen span {
		font-size: 1.4em;
	}
	
	
	
	/*********Soluciones*************/
	.soluciones {
		padding-top : 9rem;
		padding-bottom: 5rem;
		margin-top: -5rem;
		margin-bottom: 0rem;
		background: ;
	}
	
	.soluciones .featurette-heading2 {
		margin-bottom: 1em;
		background: ;
	}
	
	.soluciones .col-solucion {
		width: 100%;
		padding-top: 1em;
		padding-bottom: 1em;
		background: ;
	}
	
	.soluciones .col-solucion h2{
		font-size: 1.7em;
	}
	
	
	
	/********Servicios**************/
	.servicios{
		padding-top : 9rem;
		padding-bottom: 0rem;
		margin-bottom: 0rem;
		background: ;
	}
	
	.servicios .featurette-heading2 {
		margin-bottom: 0.5em;
	}
	
	.servc-grids {
		margin-top: 1.5em;
		margin-bottom: 1em;
		background: ;
	}
	
	.servc-grid {
		margin-top: 1em;
		margin-bottom: 0em;
	}
	
	.servc-grid-left span {
		font-size: 1em;
		margin-left: -2em;
		background: ;
	}
	
	.servc-grid-right {
		margin-left: -1.5em;
		padding-right: 0em;
		padding-left: 1em;
		background: ;
	}
	
	/* no se usa porque comente los 'h4' de servicios
	.servc-grid-right h4 {
		font-size: 1.2em;
	}
	*/
	
	
	
	/********Contáctanos**************/
	.contactanos{
		padding-top : 8rem;
		padding-bottom: 0rem;
		margin-top: -4rem;
		background: ;
	}
	
	h3.title {
		margin-top: 1em;
		margin-bottom: 0.3em;
	}
	
	.contact-grid iframe {
		min-height: 200px;
	}
	
	.contact-grid input[type="text"],.contact-grid textarea,.contact-grid input[type="submit"]{
		font-size: 0.9em;
	}
	
	.address ul li {
		font-size: .9em;
		margin: 1em 0 0;
		display: block;
	}
	
	.address {
		margin-top: 2em;
	}
	
}



/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 347px) and (max-width: 575.98px) { /*color azul*/
	.miNavbar .navbar{
		padding-left: 1em;
		padding-right: 0.6em;
		/*background: blue;*/
	}
	
	.logo h1 {
		font-size: 2em;
	}
	
	.miNavbar ul li {
		display: block;
		margin: .4em 0;
	}
	
	.miNavbar ul li a{
		text-align: center;
		height: 40px;
	}
	
	/**********carousel**************/
	
	h1{
		font-size: 1.8em;
	}
	p{
		font-size: 1.2em;
	}
	
	.carousel {
		height: 350px;
		margin-bottom: 0px;
	}
	
	.carousel-caption {
		margin-bottom: 0.5em;
		background: ;
	}

	.carousel-caption h1 {
		margin-bottom: 0.7em;
	}
	
	.btn-primary{
		font-size: 1em;
	}
	
	.carousel .item {
		height: 350px;
		background-color: #777;
	}
	
	.carousel-inner > .item > img {
		height: 350px;
	}
	
	
	/*******************************/
	.marketing p{
		font-size: 1em;
	}
	
	.featurette-heading, .featurette-heading2, h3.title {
		font-size: 2.5em;
	}
	
	
	/***********Empresa************/
	.empresa {
		padding-top : 9rem;
		padding-bottom: 5rem;
		margin-top: -5rem;
		margin-bottom: 0rem;
		background: ;
	}
	
	.empresa-left {
		padding-right: 0em;
		padding-left: 0em;
		background: ;
	}
	
	.empresa-right {
		float: none;
		width: 100%;
		margin-top: 2em;
	}
	
	
	.empresa-text {
		padding: 0;
	}
	
	.wtext-left {
		float:left;
		background: ;
	}
	
	.wtext-right {
		width: 80%;
		float: right;
		background: ;
	}
	
	
	.empresa h4 {
		font-size: 1.3em;
		margin-top: 0.5em;
		background: ;
	}
	
	
	
	/*********Productos**************/
	.productos{
		padding-top : 9rem;
		padding-bottom: 5rem;
		margin-bottom: ;
		background: ;
	}
	
	.productos .imagen span {
		font-size: 1.4em;
	}
	
	
	
	/*********Soluciones*************/
	.soluciones {
		padding-top : 9rem;
		padding-bottom: 5rem;
		margin-top: -3rem;
		margin-bottom: 0rem;
		background: ;
	}
	
	.soluciones .featurette-heading2 {
		margin-bottom: 1.3em;
		background: ;
	}
	
	.soluciones .col-solucion {
		width: 100%;
		padding-top: 1em;
		padding-bottom: 1em;
		background: ;
	}
	
	.soluciones .col-solucion h2{
		font-size: 1.9em;
	}
	
	
	
	/********Servicios**************/
	.servicios{
		padding-top : 9rem;
		padding-bottom: 0rem;
		margin-bottom: 0rem;
		background: ;
	}
	
	.servicios .featurette-heading2 {
		margin-bottom: 0.5em;
	}
	
	.servc-grids {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
		background: ;
	}
	
	.servc-grid {
		margin-top: 1em;
		margin-bottom: 0em;
	}
	
	.servc-grid-left span {
		font-size: 1.3em;
		margin-left: -2em;
		background: ;
	}
	
	.servc-grid-right {
		margin-left: -1.5em;
		padding-right: 0em;
		padding-left: 1em;
		background: ;
	}
	
	
	/********Contáctanos**************/
	.contactanos{
		padding-top : 8rem;
		padding-bottom: 0rem;
		margin-top: -4rem;
		background: ;
	}
	
	h3.title {
		margin-top: 1em;
		margin-bottom: 0.3em;
	}
	
	.contact-grid iframe {
		min-height: 250px;
	}
	
	.contact-grid input[type="text"],.contact-grid textarea,.contact-grid input[type="submit"]{
		font-size: 1em;
	}
	
	.address ul li {
		font-size: 1em;
		margin: 0.8em 0 0;
		display: block;
	}
	
	.address {
		margin-top: 2.5em;
	}
	
}




/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { /*color rojo*/
	.miNavbar .navbar{
		padding-left: 2em;
		padding-right: 2em;
		/*background: red;*/
	}
	
	.logo h1 {
		font-size: 2em;
	}
	
	.miNavbar ul li {
		display: block;
		margin: .4em 0;
	}
	
	.miNavbar ul li a{
		text-align: center;
		height: 40px;
	}
	
	/************carousel*******************/
	
	h1{
		font-size: 2em;
	}
	p{
		font-size: 1.3em;
	}
	
	.carousel {
		height: 420px;
		margin-bottom: 0px;
	}
	
	.btn-primary{
		font-size: 1em;
	}
	
	.carousel .item {
		height: 420px;
		background-color: #777;
	}
	
	.carousel-inner > .item > img {
		height: 420px;
	}
	
	
	
	/*******************************/
	.marketing p{
		font-size: 1.1em;
	}
	
	.featurette-heading, .featurette-heading2 {
		font-size: 3em;
	}
	
	
	/***********Empresa************/
	.empresa {
		padding-top : 9rem;
		padding-bottom: 5rem;
		margin-top: -3rem;
		margin-bottom: 0rem;
		background: ;
	}
	
	.empresa-right {
		float: none;
		width: 100%;
		margin-top: 2em;
	}
	
	.empresa-text {
		padding: 0;
	}
	
	.empresa h4 {
		font-size: 1.4em;
		margin-top: 0.5em;
		background: ;
	}
	
	
	/*********Productos**************/
	.productos{
		padding-top : 9rem;
		padding-bottom: 5rem;
		margin-bottom: ;
		background: ;
	}
	
	.productos .imagen span {
		font-size: 1.6em;
	}
	
	
	
	/*********Soluciones*************/
	.soluciones {
		padding-top : 9rem;
		padding-bottom: 5rem;
		margin-top: -2rem;
		margin-bottom: 0rem;
		background: ;
	}
	
	.soluciones .featurette-heading2 {
		margin-bottom: 1.2em;
		background: ;
	}
	
	.soluciones .col-solucion {
		width: 100%;
		padding-top: 1em;
		padding-bottom: 1em;
		background: ;
	}
	
	.soluciones .col-solucion h2{
		font-size: 2.2em;
	}
	
	
	
	/********Servicios**************/
	.servicios{
		padding-top : 9rem;
		padding-bottom: 0rem;
		margin-bottom: 0rem;
		background: ;
	}
	
	.servicios .featurette-heading2 {
		font-size: 3em;
		margin-bottom: 0.5em;
	}
	
	.servc-grids {
		margin-top: 3em;
		margin-bottom: 1.7em;
		background: ;
	}
	
	.servc-grid {
		margin-top: 1em;
		margin-bottom: 0em;
		float: left;
		width: 50%;
		padding-left: 0;
		background: ;
	}
	
	.servc-grid-left{
		text-align: left;
		padding: 0;
	}
	
	.servc-grid-left span {
		font-size: 1.5em;
	}
	
	.servc-grid-right {
		padding: 0;
		padding-left: 0.5em;
		background: ;
	}
	
	
	
	/********Contáctanos**************/
	.contactanos{
		padding-top : 8rem;
		padding-bottom: 0rem;
		margin-top: -3rem;
		background: ;
	}
	
	h3.title {
		font-size: 3em;
		margin-top: 0.6em;
		margin-bottom: 0.2em;
	}
	
	.contact-grid iframe {
		min-height: 300px;
	}
	
	.contact-grid input[type="text"],.contact-grid textarea,.contact-grid input[type="submit"]{
		font-size: 1em;
	}
	
	.address ul li {
		font-size: 1.1em;
		margin: 0.3em 1em 0;
		display: inline-block;
	}
	
	
	.address {
		margin-top: 2.3em;
	}
	
}




/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	
	.miNavbar ul li {
		margin: 0 0.1em;
	}

	.miNavbar ul li a {
		font-size: 0.8em;
	}
	
	.carousel {
		margin-bottom: -40px;
	}
	
	.empresa, .soluciones, .servicios, .productos, .contactanos {
		padding-top : 13rem;
		background: ;
	}
	
	
	/*******************************/
	.marketing p{
		font-size: 1.1em;
	}
	
	.featurette-heading, .featurette-heading2 {
		font-size: 3.2em;
	}
	
	
	/***********Empresa************/
	.empresa {
		padding-top : 13rem;
		padding-bottom: 5rem;
		margin-top: -3rem;
		margin-bottom: 0rem;
		background: ;
	}
	
	.empresa-left {
		float: left;
		width:45%;
		padding-right: 2em;
		padding-left: 0em;
		background: ;
	}
	
	.empresa-right {
		float: right;
		width: 55%;
		padding-top: 0em;
		background: ;
	}
	
	.empresa h3.title {
		margin: 0em;
	}
	
	.empresa-text {
		padding: 0;
	}
	
	.wtext-left {
		float:left;
	}
	
	.wtext-right {
		width: 83%;
		float: right;
	}
	
	.empresa h4 {
		font-size: 1.4em;
		margin-top: 0.5em;
		background: ;
	}
	
	
	
	/*********Productos**************/
	.productos{
		padding-top : 13rem;
		padding-bottom: 5rem;
		margin-bottom: ;
		background: ;
	}
	
	.productos .imagen span {
		font-size: 1.4em;
	}
	
	
	
	/*********Soluciones*************/
	.soluciones {
		padding-top : 13rem;
		padding-bottom: 5rem;
		margin-top: -5rem;
		margin-bottom: -3rem;
		background: ;
	}
	
	.soluciones .featurette-heading2 {
		margin-bottom: 1.2em;
		background: ;
	}
	
	.soluciones .col-solucion {
		padding-top: 1em;
		padding-bottom: 1em;
		background: ;
	}
	
	.soluciones .col-solucion h2{
		font-size: 2em;
	}
	

	/********Servicios**************/
	
	.servicios{
		padding-top : 13rem;
		padding-bottom: 0rem;
		margin-bottom: -3rem;
		background: ;
	}
	
	.servicios .featurette-heading2 {
		font-size: 3.2em;
		margin-bottom: 0.5em;
	}
	
	.servc-grids {
		margin-top: 3em;
		margin-bottom: 7em;
		background: ;
	}
	
	.servc-grid {
		margin-top: 1.5em;
		margin-bottom: 0em;
		float: left;
		width: 50%;
		padding-left: 0;
		background: ;
	}
	
	.servc-grid-left{
		text-align: left;
		padding: 0;
	}
	
	.servc-grid-left span {
		font-size: 1.5em;
	}
	
	.servc-grid-right {
		padding: 0;
		background: ;
	}
	
	
	
	/********Clientes**************/
	.clientes{
		padding-top : 13rem;
		padding-bottom: 0rem;
		margin-top: -2rem;
		background: ;
	}

	.clientes .fila-img .div-img img{
		width: 170px;
		height: 80px;
	}
	
	
	
	/********Contáctanos**************/
	.contactanos{
		padding-top : 13rem;
		padding-bottom: 0rem;
		margin-top: -6rem;
		background: ;
	}
	
	h3.title {
		font-size: 3.2em;
		margin-top: 0.6em;
		margin-bottom: 0.2em;
	}
	
	.contact-grid iframe {
		min-height: 360px;
	}
	
	.contact-grid input[type="text"],.contact-grid textarea,.contact-grid input[type="submit"]{
		font-size: 1em;
	}
	
	.address ul li {
		font-size: 1.1em;
		margin: 0.3em 1em 0;
		display: inline-block;
	}
	
	
	.address {
		margin-top: 2.3em;
	}
	
}



/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.carousel {
		margin-bottom: 0px;
	}
	
	.empresa, .soluciones, .servicios, .productos, .contactanos {
		padding-top : 13rem;
		margin-bottom: 1rem;
		background: ;
	}
	
	
	/*******************************/
	.marketing p{
		font-size: 1.2em;
	}
	
	
	
	/***********Empresa************/
	.empresa {
		padding-top : 13rem;
		padding-bottom: 5rem;
		margin-top: -4rem;
		margin-bottom: 0rem;
		background: ;
	}
	
	.empresa-left{
		padding-right: 2em;
		padding-left: 1em;
		background:;
	}
	
	.empresa-left img{
		width: 90%;
	}
	
	.empresa-info{
		margin: 0em;
	}
	
	.empresa-text {
		padding: 0;
	}

	.empresa h4 {
		font-size: 1.5em;
		margin-top: 0.5em;
		background: ;
	}
	
	
	
	/*********Productos**************/
	.productos{
		padding-top : 13rem;
		padding-bottom: 5rem;
		margin-bottom: ;
		background: ;
	}
	
	.productos .imagen span {
		font-size: 1.45em;
	}
	
	
	
	/*********Soluciones*************/
	.soluciones {
		padding-top : 13rem;
		padding-bottom: 5rem;
		margin-top: -5rem;
		margin-bottom: -3rem;
		background: ;
	}
	
	.soluciones .col-solucion {
		padding-top: 1em;
		padding-bottom: 1em;
		background: ;
	}
	
	
	
	/********Servicios**************/
	.servicios{
		padding-top : 13rem;
		padding-bottom: 0rem;
		margin-bottom: -1rem;
		background: ;
	}
	
	.servicios .featurette-heading2 {
		margin-bottom: 0.5em;
	}
	
	.servc-grids {
		margin-top: 3em;
		margin-bottom: 4em;
		background: ;
	}
	
	
	
	/********Clientes**************/
	.clientes{
		padding-top : 13rem;
		padding-bottom: 0rem;
		margin-top: -4rem;
		background: ;
	}
	
	
	
	/********Contáctanos**************/
	.contactanos{
		padding-top : 13rem;
		padding-bottom: 0rem;
		margin-top: -6rem;
		background: ;
	}
	
	h3.title {
		margin-bottom: 0.2em;
	}
	
	.address ul li {
		font-size: 1.3em;
		margin-right: 1.4em;
		display: inline-block;
	}
	

	.address {
		margin-top: 2.3em;
	}
	
}



/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1499.98px) {
	
	.carousel {
		height: 600px;
	}
	
	.carousel .item {
		height: 600px;
	}
	
	.carousel-inner > .item > img {
		height: 600px;
	}
	
}

@media (min-width: 1500px) {
	
	.carousel {
		height: 700px;
	}
	
	.carousel .item {
		height: 700px;
	}
	
	.carousel-inner > .item > img {
		height: 700px;
	}
	
}







/*************SOLO PARA EMPRESA***************************
/***********-------------------------------***************/
/***********-------------------------------***************/
@media (min-width: 450px) and (max-width: 767.98px) {
	.empresa-left {
		padding-right: 0em;
		padding-left: 0em;
		background: ;
	}
	
	.empresa-left img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
	}
	
	.wtext-left {
		float:left;
		background: ;
	}
	
	.wtext-right {
		float: right;
		width: 85%;
	}
	
}

@media (min-width: 600px) and (max-width: 767.98px) {
	.wtext-right {
		width: 89%;
		background: ;
	}
}
/***********---//SOLO PARA EMPRESA---*********************
/***********-------------------------------***************/
/***********-------------------------------***************/


