*{
	margin: 0px;
	padding: 0px;
	
}

hr{
    background-color: #2348a0!important;
  }
 
  .warning-color-dark{
  	background-color: #2348a0!important;
  }
  #cont-img{
  position: relative;
  margin: 9px 0px;
  padding: 10px;
}


#img-cont:hover::after{
  border-color: #C1AA7F;
  top: 35px;
  right: 35px;
  bottom: 35px;
  left: 35px;
}

#img-cont::after{
  border: 2px solid rgba(193,170,127,0);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 3;
}
#img-cont::before {
  background: rgba(0,0,0,.4);
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}
.card{
  margin-top: 10px!important;
}
#margin0{
  margin:0!important;
}
.columnas {
    background-color: #FFF;
    
    line-height: 30px;
    margin: 0 auto 1.875rem;
    max-width: 450px;
    padding: 45px 0px;
    text-align: center;
}
.columnas h3 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 25px;
    line-height: 1.38;
}
.columnas p {
    font-size: 1rem;
    line-height: 1.56;
    margin: 0;
    padding-top: 0;
}

 .top-nav-collapse {
    background-color: #2348a0!important;
    font-size: 14px;
}

  .navbar:not(.top-nav-collapse) {
     background-color:#38497196!important;
  }

  @media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
      background:#2348a0!important;
    }
  }
/*.img2{
 background-image: url(img/slider1.jpg);
 width: 100%;
 position: absolute;
}*/
.color5{
  color: #2348a0!important ;
  font-size: 20px;
}
 body{

 }
 a{
  color: black;
 }
 li{
  list-style: none;
 }
 /*.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2348a0!important;
}*/
.orange-text{
  color:#2348a0!important;
}
.btn-dark{
  background-color: #2348a0!important;
  color: white,
}
.text-dark{
  color:  #2348a0!important;
}
 footer{
 	/*background-color: rgb(28,31,42);*/
 }
