/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

 /*GENERAL*/

 header li a{
  font-size: 1.1rem;
}

header .separator{
  margin-right: 30px;
}

.btn-store{
  width: 100%;
  display: block;
  padding: initial;
}

.btn-primary{
  font-size: 1.1rem;
}

 /*Home - Hero*/

.home .hero{
  height: 320px;
}

.home .hero .logo-container img{
  width: auto;
}

 /*Home - Carousel*/

.home .carousel-item {
  height: 40vh;
}

/*Home - About*/
.about p{
  font-size: 1.1rem;
}
.logo-peru{
  width: 60px;
  height: 60px;
  margin: 0 0 0 10px;
  position: absolute;
  display: inline-block;
}

/*Home - Products*/

.product-image{
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto 20px auto;
  background: #80D1D5 center no-repeat;
  background-size: 50%;
  border-radius: 100px;
}

/*Home - Client*/

.clients .client-logo{
  height: 90px;
}

.clients .carousel .carousel-inner{
  padding-bottom: 75px;
}

.clients .carousel .carousel-control-prev{
  left: -130px;
}
.clients .carousel .carousel-control-next{
  right: -130px;
}

/*PRODUCT*/

.product .product-item {
  margin: initial;
}

.product .product-item:hover {
  transform: scale(1.1);
}

.product .carousel-control-prev{
  left: -150px;
}

.product .carousel-control-next{
  right: -150px;
}

.product .carousel-indicators{
  position: initial;
}

.product .modal-dialog{
  max-width: 700px;
}

/*Responsive*/

@media only screen and (max-height: 700px)  {
  .clients .carousel .carousel-inner{
    padding-bottom: 140px;
  }
}