.carousel-control-next-icon, .carousel-control-prev-icon{
	color: white;
	display: inline-block !important;
    width: 40px !important;
    height: 50px !important;
	font-size: 35px;
    background: #9B0A33 no-repeat 100% !important;
    background-size: 100% 100% !important;
}
.carousel-indicators li {
	border-color: #9B0A33;
}
.carousel-indicators li.active {
	background-color: #9B0A33;
}
.forzar-color{
	background-color: #c21818!important;
}
.item h4 {
	font-size: 19px;
	line-height: 1.375em;
	font-weight: 400;
	font-style: italic;
	margin: 40px 0;
}
.item span {
	font-style: normal;
	.transition(10s ease-in-out left);
}
#myCarousel1{
	margin-top: 20px;
	padding-bottom:60px;
	padding-top:30px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 25px;
}
.abajo{
	
}
@media only screen and (min-width : 768px) {
	.idiomas-menu{
		float:right!important;
	}
	.largeOnly {
		visibility:visible;
		display:block;
	}
	.smallOnly {
		visibility: none;
		display: none;
	}
	section#main {
	 padding-top:4%!important;
	}
	@media only screen and (max-height : 705px) {
		section#main {
		 padding-top:15px!important;
		}
	}
}
.texto-principal{
	font-size: 30px;
}
.texto-secundario {
	font-size: 20px;
}
.color-gris{
	background-color:#c0c0c1;
}

@media only screen and (max-width : 768px) {
	.menu-custom{
		padding-left:5%!important;
		margin-left:5%!important;
	}
	.largeOnly {
		visibility: none;
		display: none;
	}
	.smallOnly {
		visibility:visible;
		display:block;
	}
	.sticky-navigation{
		background-color: #c21818!important;
	}
	
	.texto-principal{
		font-size: 20px;
		padding:40px;
	}
	
	ul.f32{
		padding-left:0px!important;
	}
	.texto-secundario {
		padding-top:0px!important;
		margin-top:0px!important;
	}
	.idiomas-menu{
		float:center!important;
	}
	.partePricing{
			margin: 0px!important;	
			padding-top: 0px!important;
	}
	.slideshow-empresas{
	  width: 100%!important;
	  margin-left: 0px!important;
	}
	section#main {
		padding-top:100px!important;
	}
}

.slideshow-empresas{
  position: relative;
  overflow: hidden;
  height: 48px;
  width: 80%;
  padding-top: 40px;
  margin-left: 10%;
}
.slideshow-empresas-logo{
	background: url(../img/slideshow-logoshalf.jpg);
	position: absolute;
	left: 0;
	top: -7px;
	height: 125%;
	width: 300%;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	-webkit-animation: slideshow 35s linear infinite;
	-moz-animation:    slideshow 35s linear infinite;
}
@-webkit-keyframes slideshow {
  0%    { left: 0; }
  100%  { left: -200%; }
}
@moz-keyframes slideshow {
  0%    { left: 0; }
  100%  { left: -200%; }
}	
.iconos-contacto{
	color: white!important;
}
.icono-menu{
	font-size:20px!important;
	margin-top:0px!important;
}
.nav-link{
	font-size:16px!important;
}