body, h1, h2, h3, h4, p, a {font-family: 'Poppins', sans-serif !important;}
#map, #map1, #map2, #map3 { height: 140px; }

.btn-primary:hover {background-color: #fff!important; color: #1B5245!important;}

.fs-25 {font-size: 25px!important;}
.fs-48 {font-size: 48px!important;}
.fs-40 {font-size: 40px!important; font-weight: 700;}
.fs-30 {font-size: 30px!important; font-weight: 600;}
label { font-size: 16px; font-weight: 700; color: #2A5A4F;}
.direccion-sucursal p {font-size: 20px!important;}
.divisor hr {border-top: 3px solid  #1B5245!important; opacity: 1!important; }
.divisor {padding-left: 10%; padding-right: 10%;}
.footer .logo img { height: 60px!important;}
a.navbar-brand img {height: 60px!important;}

.navbar-dark .navbar-nav .nav-link {
   
    font-size: 18px;
    color: #2A5A4F!important;

}


.dropdown-toggle::after {
    border: none!important;
    font-family: 'font awesome 5 free';
    content: '\f107'!important;
    vertical-align: 0!important;
    margin-left: 5px!important;
    font-weight: bold;
  }

  .navbar-toggler {
   
    border: 0px!important;
    color: #2A5A4F!important;
}
/* SLICK CAROUSEL */

.slick-dots li button:before {
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    content: ''!important;
    width: 12px!important;
    height: 12px!important;
    border-radius: 50%!important;
    background-color: #D9D9D9!important;
    opacity: 1!important;
   
  }
  
  
  .slick-dots li.slick-active button:before {
    opacity: 1!important;
    background-color: #1B5245!important;
  
  }
  
  ul.slick-dots li {margin-left:10px!important; margin-right: 10px!important;}


  .slick-prev:before, .slick-next:before {
    font-family: 'font awesome 5 free'!important;
    font-weight: bold!important;
    font-size: 30px!important;
    color: #1B5245;
    
}

  
.slick-prev:before {

      font-weight: bold!important;
      content: '\f137';
  }

  .slick-next:before {
    font-weight: bold!important;
    content: '\f138';
}


/* MODAL FADE LEFT RIGHT BOTTOM */

.btn-close {color: #2A5A4F!important; opacity: 1 !important;}

.modal.fade:not(.in).right .modal-dialog {
  width: 340px!important;
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(0%, 0, 0);
}


.modal.right .modal-dialog {
	position:absolute;
	top:0;
	right:0;
	margin:0;
  
}



.modal.right .modal-content {
	min-height:100vh;
	border:0;
  border-radius: 0px!important;
}


.navbar-dark .navbar-nav  .nav-link:hover{

    font-weight: 700;
    text-decoration: underline #2A5A4F;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 2px;
  }
  
  
  
  
  
  .dropdown-menu {
  border:0px!important;
  padding:0px!important;
  border-radius: 1px!important;
  }
  
  .dropdown-item {
    display: block!important;
    width: 100%!important;
    padding: 0.50rem 1rem!important;
    clear: both;
    color: #2A5A4F!important;
    text-align: inherit!important;
    text-decoration: none!important;
    white-space: nowrap!important;
    background-color: transparent!important;
    border: 0!important;
    
  }
  .dropdown-item:hover {
   background-color: #2A5A4F!important;
    color: #fff!important;
  }