body, html {
  height: 100%;
  font-family: 'Roboto', sans-serif;
}

.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.cover {
  object-fit: cover;
}

.carousel-control-arrow {
  position: relative;
  font-size: 64px;
  color: #0a2832;
}

#section-main {
  width: 100%;
  height: 70vh;
  position: relative;
  background: url("../img/bg-main-bw.jpg") top left no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

#section-carousel {
  width: 100%;
  height: 30vh;
}

#section-carousel, #section-features-2, #section-assortment {
  background-color: rgba(154,208,221,0.3);
}

#carousel-main {
  height: 100%;
  display: flex;
  align-items: center;
}

#carousel-social > .carousel-inner > .carousel-item > img {
  margin: 0 auto;
  width: 100%;
}

.p-slide {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #0a2832;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  font-weight: 500;
}

.h-slide {
  color: #0a2832;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
}

.h-address {
  color: #0a2832;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
}

h2 {
  font-size: 36px;
  font-weight: 500;
}

p, li, span {
  font-size: 18px;
  font-weight: 300;
}

.div-prof, .div-pay, .prof-info {
  font-size: 22px;
  font-weight: 300;
}

.div-pay {
  text-align: right;
  font-weight: 700;
}

.prof-info {
  font-style: italic;
}

.card-custom {
  background-color: rgba(0,0,0,0);
  border: 0px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border-radius: 25px;
}

.line {
  background-color: #0a2832;
  color: #0a2832;
}

ul li {
  list-style: none;
  display: list-item;
}

li.li-second-lvl {
  list-style: none;
  margin-left: 15px;
  display: list-item;
}

li.li-second-lvl:before {
  content: "";
  border: 4px #000 solid !important;
  border-radius: 80px;
  margin-top: 10px;
  margin-left: -15px;
  position: absolute;
}

li.li-custom {
  display: list-item;
  margin-bottom: 7px;
}

li.li-custom:before {
  content: "";
  border: 7px #71A7B4 solid !important;
  background-color: #71A7B4;
  border-radius: 50px;
  margin-top: 5px;
  margin-left: -20px;
  position: absolute;
}

@media (max-width: 1024px) {
  #section-main {
    height: 55vh;
    background-attachment: scroll;
  }
  #section-carousel {
    height: 45vh;
  }
  .h-slide {
    font-size: 32px;
    font-weight: 700;
  }
  .p-slide {
    font-size: 20px;
    font-weight: 500;
  }
}

@media (max-width: 768px) {
  .h-slide {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.15;
  }
  .p-slide {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.15;
  }
  .card-custom {
    width: 100%;
  }
  .div-prof, .div-pay, .prof-info {
    font-size: 18px;
    font-weight: 300;
  }
  .div-prof, .div-pay {
    text-align: center;
  }
  .div-pay {
    font-weight: 500;
  }
  h2 {
    font-size: 26px;
    font-weight: 500;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  #section-main {
    height: 0;
    background-attachment: scroll;
  }
  #section-carousel {
    padding-top: 20px;
    height: 100vh;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  #section-main {
    height: 55vh;
    background-attachment: scroll;
  }
  #section-carousel {
    height: 45vh;
  }
}

@media (max-width: 575px) {
  #section-main {
    height: 55vh;
    background-attachment: scroll;
  }
  #section-carousel {
    height: 45vh;
  }
  .div-prof, .div-pay {
    text-align: center;
  }
  .h-slide {
    font-size: 30px;
    font-weight: 700;
  }
  .p-slide {
    font-size: 18px;
    font-weight: 500;
  }
  h2 {
    font-size: 26px;
    font-weight: 500;
  }
}

@media (min-width: 350px) and (max-width: 400px) and (orientation: portrait) {
  #section-main {
    height: 50vh;
    background-attachment: scroll;
  }
  #section-carousel {
    height: 50vh;
  }
  .div-prof, .div-pay {
    text-align: center;
  }
  .h-slide {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.15;
  }
  .p-slide {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.15;
  }
  .card-custom {
    width: 100%;
  }
  .div-prof, .div-pay, .prof-info {
    font-size: 18px;
    font-weight: 300;
  }
  .div-prof, .div-pay {
    text-align: center;
  }
  .div-pay {
    font-weight: 500;
  }
  h2 {
    font-size: 26px;
    font-weight: 500;
  }
}

@media (min-width: 150px) and (max-width: 350px) and (orientation: portrait) {
  #section-main {
    height: 35vh;
    background-attachment: scroll;
  }
  #section-carousel {
    height: 65vh;
  }
  .div-prof, .div-pay {
    text-align: center;
  }
  .h-slide {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.15;
  }
  .p-slide {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.15;
  }
  .card-custom {
    width: 100%;
  }
  .div-prof, .div-pay, .prof-info {
    font-size: 18px;
    font-weight: 300;
  }
  .div-prof, .div-pay {
    text-align: center;
  }
  .div-pay {
    font-weight: 500;
  }
  h2 {
    font-size: 26px;
    font-weight: 500;
  }
}

