html {
  scroll-behavior: smooth;
}


.txt_blanco{
	color:#fff!important;
}

.etiqueta{
	position: absolute;
	width: 100%;
	height: 50px;
	color: #fff;
	text-align: center;
	 border: none;
	  bottom:0px;
    right:0px;
 	background-color: #552169;
 	line-height: 50px;
   
}

.txt_nosotros{
	font-size: 21px:;
	line-height: 21px;
}

.tit_cortes{
	text-align: center;
	position: relative;
	margin: 0 auto;
	top: -55px;
}

.txt_info2{
	color: #fff!important;
	font-size: 18px;
	position: relative;
	width: 300px!important;
	line-height: 18px;
	margin: 0 auto;
	margin-left: -100px;
}

.foto_nosotros{
	width: 225px;
	height: auto;
	border-radius: 20px;
}

.etiqueta2{
	position: absolute;
	width: 100%;
	height: 50px;
	color: #fff;
	text-align: center;
	 border: none;
	  bottom:0px;
    right:0px;
 	background-color: #552169;
 	line-height: 20px;
 	font-size: 15px;
   
}

.txt_corte{
	background-color: #552169;
	text-align: center;
	color: #fff!important;
	border-radius: 20px;
	padding-top: 5px;
}





.logo_footer{
	width: 100%;
	max-width: 325px;
	height: auto;
}

iframe{
	width: 100%;
	height: 400px;
	position: relative;
}

.logoancho2{
	width: 225px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

img{
	width: 100%;
}

.img-responsive{
	width: 225px;
	height: auto;
}

.navbar_but2{
	right: 100px!important;


}




/* Slider LOGO CARROUSEL */


.img_logo {
  width: 200px;
  height: 200px;
  animation: scroll 60s linear infinite!important;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider_logos {
  margin-top: 70px;
  background-color: whitesmoke;
  padding: 8em 2em;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}

/* Slider LOGO CARROUSEL */