.carousel {
  overflow-x: hidden;
}

.formLogin {
  margin-top: 14%;
}

.carousel-control.right span,
.carousel-control.left span {
  background-color: black;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transform: scale(1.3);
}

.carousel-inner {
  width: 100%;
  margin: auto;
  max-width: 1124px;
  height: 360px;
}

.carousel-inner>.item img,
.carousel-inner>.item.active img {
  height: 320px;
  object-fit: contain;
}

.carousel-control.left {
  right: auto;
  left: -20%;
  transition: all 0.5s ease;
}

.carousel:hover .carousel-control.left {
  right: auto;
  left: 0;
}

.carousel-control.right {
  right: -20%;
  left: auto;
  transition: all 0.3s ease;
}

.carousel:hover .carousel-control.right {
  right: 0;
  left: auto;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

.carousel-indicators {
  bottom: 0px;
  margin-bottom: 0;
}

.carousel-indicators li {
  background-color: #ccc;
  transform: scale(1.2);
  margin: 0 4px;
}

.container {
  position: relative;
}

.socials {
  position: absolute;
  top: 15%;
  left: 73%;
  width: 15%;
  z-index: 1;
}

.carousel-indicators li.active {
  background: #9d2449;
  margin: 0 4px;
  width: 10px;
  height: 10px;
}

.glyphicon-chevron-left:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f104";
}

.glyphicon-chevron-right:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
}

#boton-left:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f104";
}

#boton-rigth:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
}

.socials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30px, 30px));
  justify-content: flex-end;
  gap: 7.5px;
}

.social {
  cursor: pointer;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(75px, 75px));
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: center;
}

.card {
  display: inline-block;
  border-radius: 25px;
  margin-bottom: 10px;
  box-shadow: #ccc 3px 3px 5px;
  overflow: hidden;
  cursor: pointer;
}

.card-image {
  max-width: 100%;
  height: auto;
}

.contenedorImagen{
	display: inline-block;
  	text-align: right;
  	width: auto;
  	float: right;
}

.imagenred{
	width: 30px;
}

.iframe-resize{
	margin-top: 30px;
}

@media (min-width: 400px) and (max-width: 500px) {

  .formLogin {
    margin-top: 5%;
  }
}

@media (min-width: 500px) and (max-width: 600px) {
  .formLogin {
    margin-top: 5%;
  }
}

@media (min-width: 600px) and (max-width: 700px) {

  .formLogin {
    margin-top: 5%;
  }
}

@media (min-width: 700px) and (max-width: 800px) {

  .formLogin {
    margin-top: 5%;
  }
}

@media (min-width: 800px) and (max-width: 900px) {

  .formLogin {
    margin-top: 5%;
  }
}

@media (min-width: 900px) and (max-width: 950px) {

  .formLogin {
    margin-top: 5%;
  }
}

@media (min-width: 950px) and (max-width: 990px) {
  .formLogin {
    margin-top: 3%;
  }
}