
/* CSS debug */

/* * {
  outline: 1px solid red;

} */

/* Fonts */

@import url("https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");


.poppins {

  font-family: "Poppins", sans-serif;

}

.roboto {

  font-family: "Roboto", sans-serif;

}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */


html, body {
  max-width: 100%;
  overflow-x: hidden;
}


html {
  min-height: 100%; /* Look, it's not fixed anymore! */

  display: flex;
  flex-direction: column;
}

body {
  flex-grow: 1;
}


.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/logo-nobg.png) center no-repeat #fff;
  background-size: 150px;
}

/* Carousel base class */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 30rem;
  max-width: 100vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.welcome-carousel-image1 {
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.3);
  background-image: url("../images/camioneta.jpg");
}

.welcome-carousel-image2 {
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.3);
  background-image: url("../images/dolly.jpg");
}

.welcome-carousel-image3 {
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.3);
  background-image: url("../images/dolly2.jpg");
}

/* custom navbar */

.navbar {
  font-family: "Poppins", sans-serif;
  text-decoration: solid;
  font-size: 16px;
  line-height: 1;
  /* background-color: #026830; */
  background: rgba(0, 0, 0, 0.213);


}

.nav-item {
  text-align: center;
}

/* Whatsapp button */

a {
  text-decoration: none;
}
.floating_btn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 1500ms ease-in-out;
  right: 1px;
}

.text_icon {
  right: 1px;
  margin-top: 8px;
  color: rgba(241, 242, 239, 0.947);
  font-size: 11px;
}

/* services */

.price-innerdetail h5 {
  font-family: "Poppins", sans-serif;
  padding: 10px 20px 30px 40px;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 15px;
}

.price-innerdetail p {
  font-family: "Poppins", sans-serif;

  font-size: 50px;
}

.detail-pricing {
  border-bottom: 1px solid;
  padding: 0px 0 0px 0;
  background: #0982df5e;
  text-decoration: solid;

}


.detail-pricing .float-left i {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

.detail-pricing span {
  display: inline-block;
  position: relative;
  font-weight: 400;
}

.wrap-price {
  background: rgba(32, 33, 36, 0.147);
  /* padding: 50px 20px 50px; */
  border-radius: 10px;
}

.center-wrap {
  background: #070707;
  color: #fff;
}

#night {
  background-image: url(../images/night2.jpg);
  background-size: no-repeat;
  color: rgb(255, 255, 255);
  size: 20rem;

}

#day {
  background-image: url(../images/day.jpg);
  background-size: no-repeat;
  color: rgb(255, 255, 255);
  size: 20rem;

}

#servicios-detalle {
  background: rgba(0, 0, 0, 0.872);
   height: 20rem;


}

.tarifa-wrap {
  /* background: rgba(168, 169, 171, 0.622); */
  /* padding: 50px 20px 50px; */
  border-radius: 10px;
  
}

.catch-wrap {
  /* background: rgba(168, 169, 171, 0.622); */
  /* padding: 50px 20px 50px; */
  border-radius: 10px;

}

#servicios {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.872);

  /* background-color: #026830; */
  color: rgb(241, 242, 239);
}


#llamanos {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.872);

  /* background-color: #026830; */
  color: rgb(241, 242, 239);
}

.description-p {
  color: rgb(241, 242, 239);
}


#nosotros {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.872);
  color: rgb(241, 242, 239);


}

.dark-bg{

  background: rgba(0, 0, 0, 0.872);

}

.light-bg{

  background: #212121;

}


#nosotros-heading {
  background: rgba(0, 0, 0, 0.872);
  color: rgb(241, 242, 239);

}

#nosotros-text {
  height: 9rem;

}

#nosotros-text-small {
  height: 8rem;

}

#galeria-heading {
  background: rgba(0, 0, 0, 0.872);
  color: rgb(241, 242, 239);

}

#galeria {

  background: rgba(0, 0, 0, 0.872);

}


#footer {
  background: #040404;
  font-family: "Poppins", sans-serif;
  color: rgb(241, 242, 239);
  font-size: 10px;

}

/* ********************************************************************************
Custom classes  */

.underline {
  display: inline-block;
  text-align: center;
  position: relative;
}

.underline::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: rgb(224, 14, 14);
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%)

}