.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:70px;
  right:30px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}

.bckcolor{
  background-image: url(../IMG/colores-mexico.jpg);
}
@import "https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css";
.carrousel,
.carrousel * {
  box-sizing: border-box;
}
.carrousel {
  font-size: 1rem;
  height: 100%;
  position: relative;
  display: grid;
  place-items: center;
  grid-template-columns: max-content 1fr max-content;
  grid-template-rows: max-content 1fr max-content;
  grid-template-areas:
    ". . f"
    "l . r"
    "p b c";
  border-radius: 0.25rem;
  color: white;
}
.carrousel:focus {
  outline: 1px solid currentcolor;
}

.carrousel.full-view {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  font-size: 1.5rem;
  /*--object-fit: contain !important;*/
  border-radius: 0;
}
.carrousel.hide-controls .control {
  opacity: 0;
  pointer-events: 0;
}
.carrousel .slides {
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: flex;
  flex-grow: grow;
  height: 100%;
  overflow: hidden;
  border-radius:inherit;
}

.carrousel > *:not(.slides) {
  margin: 0.5em;
}
.carrousel .slides img {
  --backgroundOverlay: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  flex-shrink: 0;
  width: 100%;
  height: 70%;
  background: #1d1e22;
  /*object-fit: var(--object-fit, cover);*/
  transition: margin-left 1s ease;
  background-size: cover;
  background-position: center center;
}
/* carrousel */

.carrousel .icon {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.carrousel .arrow-left {
  grid-area: l;
  font-size: 1.5em;
}
.carrousel .arrow-right {
  grid-area: r;
  font-size: 1.5em;
}
.carrousel .full-view-btn {
  grid-area: f;
}
.carrousel .auto-play-btn {
  grid-area: p;
}
.carrousel .controls-hide-btn {
  grid-area: c;
}
.carrousel .bullets {
  grid-area: b;
  display: flex;
  gap: 0.5rem;
}
#myBtn {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 0px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  text-align: center;
  outline: none;
  background-color: #7f8c8d;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  padding: 15px;

}

#myBtn:hover {
  background-color: #fff;
  color: #7f8c8d;
}

.botonSet
{
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  align-items: center;
  background-color: #000;
  border: 3px;
  width: 150px;
  padding: .75rem .70rem;
}

.moronas
{
  margin: 10px;
}

#carruselImg
{
  width: 100Vw;
}

.txtEquipo{
  background-color: #ecf0f1;
  padding: 30px;
}


.parallax {
  /* The image used */
  background-image: url("img_parallax.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
