/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  }



.portfolio-item {
  margin-bottom: 30px;
}

.bg-dark1{
  background-color: #a3a3a3;
}



.py-50 {
  padding-top: 1rem !important;
}


.py-50 {
  padding-bottom: 1rem !important;
}

.li {
list-style: square;
padding: 0px;
margin-left: 10px;
}

ul {
list-style: disc;
color:gray;

}

.p1 {
 text-align:justify; 
 margin:15px;
}

.tit3 {
  color:#396b8f; 
  font-size:30px; 
  margin-left:15px;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 32px;
  line-height: 60px;
  z-index: 1000;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.1);
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.4);
}

/* Línea inferior del menú */
.navbar.bg-dark1 {
  border-bottom: 2px solid #ffffff;
}

.navbar .nav-link {
  font-weight: 600;
  font-size: 1.1rem; /* un poco más grande */
  color: #ffffff !important;
}

.navbar .nav-link:hover {
  color:   #696969 !important;
}

.dropdown-menu .dropdown-item {
  font-weight: 600;
  color: #959799;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #396b8f;
  color: #ffffff;
}