section#aliados{
	background-color:white;
	border: 1px solid rgba(255,255,255,0.00);
	height: auto;
	width: 100%;
	text-align: center;
}


section#aliados .contenedor {
	margin-top: 170px;
	margin-bottom:80px;
	border: 0px solid blue;
	height: auto;
} 


#tituloaliados{
	width:100%;
	height:auto;
	}

#tituloaliadosuno {
	letter-spacing: 2px;
	font-size:3em;
    font-family: Casual;
	text-align: center;
	line-height:35px;
	border: 0px solid green;
	margin-bottom:10px;
	margin-top:10px;
	color:#38445e;
	}
#tituloaliadosdos {
	letter-spacing: 2px;
    font-family: Casual;
	text-align: center;
	line-height:35px;
	border: 0px solid green;
	margin-bottom:10px;
	margin-top:10px;
	color:#d91b5b;
	}



#tituloaliados hr{
	margin-top: 40px;
	margin-bottom:80px;
	height:1px;
	background-color:#d9e026;
	border: 0px;
	}
	
	
	

	
	
section .carousel {
	height: auto;
	justify-content:center;
	flex-wrap:wrap;
	margin-bottom: 180px;
}




img#ali{
  display: inline-block;
  width: 180px;
  height: 90px;
}

.carousel {
  width: 100%;
  height: 100px;
  overflow: hidden;
  padding: 8px;
  box-sizing: border-box;
  border: 0px solid #999;
  margin: 0 auto;
  
}

.holder {
  -webkit-animation: carousel 80s linear infinite;
          animation: carousel 80s linear infinite;
  white-space: nowrap;
  will-change: transform;
}
.holder:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes carousel {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-90%);
            transform: translateX(-90%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes carousel {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-90%);
            transform: translateX(-90%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
