.UNO{
  background-color:black;
}
.containerAPI {
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin-left: 40px;
  margin-right: 40px;
}
.titulo1 {
    text-align:justify;
    font-family: 'Times New Roman', Times, serif;
    color:whitesmoke;
    font-size: 45px;
    font-weight:bold;
    
}

.for{
    color: chartreuse;
}

/*div{
    border: 4px solid blue;
}*/
.equiposA {
    display:flex;
    flex-direction:row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow-x:hidden;
  
    scroll-snap-type: x mandatory;
    /*height: 90px;
    border-top: 3px solid gray;
    border-bottom: 3px solid gray;*/
    overflow: hidden;
  }   
  .equiposB {
    display:flex;
    flex-direction:row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow-x:hidden;
  
    scroll-snap-type: x mandatory;
  }   
  *{
    box-sizing: border-box;
  }
  .slider-item{
    /*width:fit-content;
    height:fit-content;*/
    width:100%;
    height: min-content;
  }
  .primera{
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    text-align: center;
    color:black;
    border-color: black;
    }
    
  
  .marquee li {
    font-size: 50px;
  }
  .marquee__content {
    display: flex;
    list-style: none;
    animation: scrolling 30s linear infinite;
  }
  
  .marquee__item {
    flex: shrink 0;;
  }
  .marquee__content2 {
    display: flex;
    list-style: none;
    /*animation: scrolling 30s linear infinite;*/
  }
  .marquee__content3 {
    display: flex;
    list-style: none;
    /*animation: scrolling 30s linear infinite;*/
  }
  @keyframes scrolling {
    0% { transform: translateX(0) }
    100% { transform: translateX(-100%) }
  }
  .slider-item {
    /*flex: 0 0 100%;*/
    box-shadow: 0px 4px 10px 0px rgba(0, 0,0, 0.85);
    width:150px;
    height: 576 px;
    object-fit: cover;
    position: relative;

    scroll-snap-align: center;
  } 
  .slider-item_m{
    width: 80px;
    height: 80px;
  }
  .column{
    flex:25%;
  }
  .column2{
    flex:20%
  }
 
.FDO{
    background: #f2f2f2 url("FONDOS/oip5.jpg");
    /*background-image:url("FONDOS/oip5.jpg");
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    background-color:darkgray;
    background-repeat: round;
    /*margin:auto;
    padding: auto;*/
}
.LEYENDA{
    font-size: 20px;
    text-align: center;
    color: red;
}

.name{
  text-align:right;
  font-size: 24px;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}
.cuadro{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	height: 14vh;
	background-color:transparent;
}
.titulo2{
  font-size: 20px;
  font: larger;
  font-weight: bold;
  color: blanchedalmond;
}
input{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;

}
label{
  display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;}
select {
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: cursive, sans-serif;
  outline: 0;
  border: 1px solid crimson;
  background: #2ecc71;
  color:#fff;
  border-radius: 9px;
  padding: 4px;
}
.contenedor2{
  background-color:dimgray;
  float: right;
 }
 .contenedor4{
  background-color:dimgray;
  float: right;
  
  
}
.dropdown-item{
  font-size: 14px;
  font-weight: bold;
  background-color:green;
  color: #000;
  position: relative;
  display: inline-block;
  
}
