 
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body { 
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;   /* if that’s what you want... */
  color: #355377;   
}
img {
  max-width: 100%;
}
.carousel-container {
  width: 80vw;
  margin: 90px auto;
  position: relative;   
}

@media screen and (max-width: 768px) {
  
  .card-container {
    width: 332px!important;
    height: 80%!important;
    flex-shrink: 0!important;
    padding-right: 10px!important;
  }

  .carousel {
    height: 165px !important;
  }
  .banner-logo {
    bottom: 15px !important;
    border-radius: 15px !important;
    border: 1px solid #e1d13e;
    width: 130px !important; 
    height: 40px !important; 
    margin: auto!important;
    top: 17em !important;
    position:relative;
    padding-bottom: 4% !important;
  }

  .carousel-container{
    width: 80%;
    height: 70%;
  }

  .barra{
    margin-top: 5%!important; 
  }

  .carousel-caption{ 
    position: relative !important;
    margin-top: -30px;
  }

  .text-center{
    margin-top: -10em!important;
  }

  h5{
    font-size: 100%!important;
  }

  footer{
    margin-top: 10em!important;
    margin-bottom: 2em!important;
  }
  
}

.barra{
  margin-top: 1%!important; 
}

  .img-logo{
    width: 110px !important;
    height: 30px !important;
  }
  .carousel-indicators{
    visibility: hidden !important;
  }
 
.inner-carousel {
  width: 100%;
  height: 35em;
  overflow: hidden;
}
.track {
  display: inline-flex;
  height: 100%;
  transition: transform 0.2s ease-in-out;
}
.card-container {
  width: 35em;
  height: 100%;
  flex-shrink: 1;
  padding-right: 30px;
} 
.card {
  width: 100%;
  height: 95%;
  background-size:cover; 
  background-repeat:no-repeat;	
  background-position: center bottom; 
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-left: none;
  border-top: none;
  border-right: 7px solid white;
  border-bottom: 14px solid white; 
}
.card1 {
  background-image: url("../images/cementerio_tulcan.jpg");
}
.card3 {
  background-image: url("../images/laguna2.jpg");
}
.card2 {
  background-image: url("../images/bosque_arrayanes2.jpg");
}
.card4 {
  background-image: url("../images/catedral.jpg");
} 
 

.nav .btn-carousel-paseo {
  position: absolute;
  top: 50%;
  font-size: 9px;
  transform: translatey(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: none;
  border: 1px solid #000;
  cursor: pointer;
}


.nav .prev {
  left: -30px;
  display: none;
}
.nav .prev.show {
  display: block;
}
.nav .next {
  right: -30px;
}
.nav .next.hide {
  display: none;
}

.footer{
  background-color: #eeeeee8f; 
  opacity: 0.7;
  height: 50px;
}


.banner-logo {
  position: absolute;
  border: 1px solid #e1d13e;
  right: 0;
  bottom: 2em;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right:38%;
  margin-bottom: 0.5rem;
  margin-left: 2%;
  list-style: none;
  background-color: white;
  border-radius: 50px;
  width: 15%;
}

.carousel-indicators [data-bs-target] {
  height: 10px;
  border-top: none ;
  border-bottom: none ;
  border-radius: 50px ;
  background-color: #fff;
}

.carousel-caption{
  padding-bottom: -2em;
}

h5{
  font-size: 30px;
}

.carousel-item{
        height: calc(80vh - 110px) !important;
}

.btn-paseo { 
  background-color: #e1d13e;
}
 
.btn-circle {
  width: 55px;
  height: 55px;
  padding: 6px 0px;
  border-radius: 30px; 
  line-height: 1.42857; 
}

.img-paseo{
  padding: 2px;
}

.btn-paseo:hover{
  background-color: #e6bb38;
}
 
.nav .btn-paseo {
  width: 40px;
  height: 40px;
  font-size: 10px;
  position: absolute; 
  transform: translatey(-40%); 
  cursor: pointer;
  margin-right: -50px;
  bottom: -40px;
}

.btn-paseo:active {
  background-color: #e6bb38 !important;
}

.img-logo{
  width:250px ; 
  height:70px;
}
 