body {
  background-color: black;
}

@media screen and (max-width: 800px) {
  .t1 {
    font-size: 1rem;
  }
  .in1 {
    font-size: 0.8rem;
  }
  .f1 {
    font-size: 0.8rem;
  }
  .tbs{
	font-size: .6rem;
  }
  .tbs button{
	font-size: .5rem;
  }
  .flot-info{
	font-size: .6rem;
  }
  .sut-info{
	font-size: .6rem;
  }
  .mot-info{
	font-size: .6rem;
  }
  .sen-info{
	font-size: .6rem;
  }
  #ejemplo1{
	  margin-top: 15%;
	  font-size: 1.5rem;
  }
}

.prt-1{
	background-image: url(../img/descarga.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 30vh;
}

.prt-1-txt{
	height: 30vh;
	padding: 8%;
}

.txt-port {
  text-shadow: 2px 3px 2px rgb(0, 0, 0);
}

.portada {
  background-image: url(../img/portada.png);
  background-size: cover;
}

/*Parallax*/
#teAyudamos {
  background-image: url(../img/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#teAyudamoss {
  padding: 7rem 0;
}

#flotillas {
  background-image: url(../img/07.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#flotillass {
  padding: 2rem 2rem;
}

.info_c{
  position: relative;
  margin-top: -31%;
  background-color: rgba(0, 0, 0, 0.919);
  max-width: 500px;
  margin-left: -1%;
}

.info_c .row{
  padding: 10%;
}

@media screen and (max-width: 800px) {
  .info_c{
    background-color: rgba(0, 0, 0);
  }
}

.flot-info {
  text-shadow: 2px 3px 4px rgb(58, 58, 58);
}

.flot-list {
  list-style: none;
}

.flot-list li {
  text-shadow: 2px 3px 4px rgb(58, 58, 58);
}

#sutos {
  background-image: url(../img/gpsautos.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#sutoss {
  padding: 2rem 2rem;
}

.sut-info {
  text-shadow: 2px 3px 4px rgb(58, 58, 58);
}

.sut-list {
  list-style: none;
}

.sut-list li {
  text-shadow: 2px 3px 4px rgb(58, 58, 58);
}

#motos {
  background-image: url(../img/motos.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#motoss {
  padding: 2rem 2rem;
}

.mot-info {
  text-shadow: 2px 3px 4px rgb(58, 58, 58);
}

.mot-list {
  list-style: none;
}

.mot-list li {
  text-shadow: 2px 3px 4px rgb(58, 58, 58);
}

#geos{
  background-image: url(../img/metal.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#geoss{
  padding: 2rem 2rem;
}

.geo-info{
  text-shadow: 2px 3px 4px rgb(58, 58, 58);
}

.geo-list {
  list-style: none;
}

.geo-list li{
  text-shadow: 2px 3px 4px rgb(58, 58, 58);
}

#senso {
  background-image: url(../img/motos.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#sensoo {
  padding: 2rem 2rem;
}

.sen-info {
  text-shadow: 2px 3px 4px rgb(58, 58, 58);
}

.sen-list {
  list-style: none;
}

.sen-list li {
  text-shadow: 2px 3px 4px rgb(58, 58, 58);
}

/*Btn Cielo*/
.iarr {
  display: none;
  padding: 10px;
  background: #ffffff;
  font-size: 20px;
  color: rgb(0, 0, 0);
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
}

/*Imagenes*/
.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 50vh;
}

@media screen and (max-width: 800px) {
  .gallery-wrap {
    height: 25vh;
  }
}

.item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
}

.item div {
  display: none;
}

.item:hover {
  flex: 7;
}

.item:hover div {
  display: initial;
}

.item:hover div .i1 {
  margin-top: 10%;
  margin-left: 40%;
  margin-right: 10%;
  font-size: 2rem;
  text-shadow: 2px 3px 4px rgb(58, 58, 58);
}

.item:hover div .i2 {
  margin-top: 10%;
  margin-left: 10%;
  margin-right: 30%;
  font-size: 2rem;
  text-shadow: 2px 3px 4px rgb(58, 58, 58);
}

.item:hover div .i3 {
  margin-top: 10%;
  margin-left: 52%;
  margin-right: 1%;
  font-size: 2rem;
  text-shadow: 2px 3px 4px rgb(58, 58, 58);
}

.item:hover div .i4 {
  margin-top: 10%;
  margin-left: 5%;
  margin-right: 50%;
  font-size: 2rem;
  text-shadow: 2px 3px 4px rgb(58, 58, 58);
}

.item:hover div .i5 {
  margin-top: 10%;
  margin-left: 5%;
  margin-right: 60%;
  font-size: 2rem;
  text-shadow: 2px 3px 4px rgb(58, 58, 58);
}

.item:hover div .i6 {
  margin-top: 10%;
  margin-left: 50%;
  margin-right: 10%;
  font-size: 2rem;
  text-shadow: 2px 3px 4px rgb(58, 58, 58);
}

@media screen and (max-width: 800px) {
  .item:hover div .i1 {
    margin-left: 20%;
    font-size: 0.7rem;
    margin-right: 1.15%;
  }
  .item:hover div .i2 {
    margin-left: 10%;
    font-size: 0.7rem;
    margin-right: 1.15%;
  }
  .item:hover div .i3 {
    margin-left: 30%;
    font-size: 0.7rem;
    margin-right: 1.15%;
  }
  .item:hover div .i4 {
    margin-left: 5%;
    font-size: 0.7rem;
    margin-right: 1.15%;
  }
  .item:hover div .i5 {
    margin-left: 5%;
    font-size: 0.7rem;
    margin-right: 1.15%;
  }
  .item:hover div .i6 {
    margin-left: 33%;
    font-size: 0.7rem;
    margin-right: 1.15%;
  }
}

.item-1 {
  background-image: url("../img/1.png");
}

.item-2 {
  background-image: url("../img/2.png");
}

.item-3 {
  background-image: url("../img/4.jpg");
}

.item-4 {
  background-image: url("../img/5.jpg");
}

.item-5 {
  background-image: url("../img/6.jpg");
}

.item-6 {
  background-image: url("../img/7.jpg");
}

/*Carousel Marcas*/

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

.client-slider {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.client-slider::before,
.client-slider::after {
  content: "";
  height: 100%;
  position: absolute;
  z-index: 2;
}

.client-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.client-slider::before {
  left: 0;
  top: 0;
}

.client-slider .client-slide-track {
  -webkit-animation: scroll 25s linear infinite;
  animation: scroll 25s linear infinite;
  display: -webkit-box;
  display: flex;
  width: calc(250px * 14);
}

.client-slider .client-slide {
  height: 100%;
  margin-left: 10px;
}
