/* stylelint-disable selector-list-comma-newline-after */
body {
  font-family:"Open Sans", "Arial", "sans-serif";
  color:#333;
}

.fondo{
 background-image: url("../images/contenedor.png");
 height: 100%;
}

h2{
  color: #2B547D;
}

.page-header {
  background-color:#2B547D ;
  background-size: cover;
  padding: 10px 30px 10px 30px;
  margin: 0px;
  min-height: 135px;
  border-radius: 0px;
}

.navbar{
border-bottom:1px solid #dad6d6 ;
padding: 5px;
background: #EFEFEF;
}

.navbar-toggler{
  border-color: #284e7a;
  font-size: 14px;
}

.nav-link {
  color:#acacac;
  text-align: center;
  border-left: 1px solid #dad6d6;
  font-weight: 450;
  font-size: 10px;
  min-width: 155px;
}



.nav-link:hover {
  color:#2B547D;
  height: 100%;
  border-bottom: 1px solid #ffb13b;
}

.nav-link:focus {
  background:#243e66 ;
  color:#fafafa;
  height: 100%;
}

.navbar-brand{
  color: #2B547D;
  font-weight: 600;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid #dad6d6;
  border-left: 1px solid #dad6d6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.page-footer {
background-image: url("../images/banner.png");
padding: 10px 30px 10px 30px;
margin: 0px;
min-height: 120px;
border-radius: 0px; 
}

.dropdown-menu {
  border-top: 3px solid#2B547D;
  border-bottom: 5px solid#2B547D;
}

.dropdown-item {
  border-bottom: 1px solid rgb(236, 236, 236);
  padding: 0.5rem 1.0rem 0.5rem 1.0rem;
  font-size: 12px;
  color: #2B547D;
}

.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  background:#2B547D ;
  color:#fafafa;
}



/* Carousel
----------------------------------- */
#carouselBeadManRedding {
  background-color: #000;
}

.carousel.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity ease-out 1.7s;
  left: 0;
  top: 0;
  position: absolute;
}
.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}
.carousel.carousel-fade .carousel-item:first-child {
  top: auto;
  position: relative;
  transition: opacity ease-out 1.7s;
}
.carousel.carousel-fade .carousel-item:second-child {
  top: auto;
  position: relative;
  transition: opacity ease-out 1.7s;
}
.carousel-item .img-fluid {
  margin: 0 auto;
}
.carousel-row {
 background: transparent;
 padding: 10px;
}


.control-prev,
.control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height:100%;
  background: #d6d6d6;
}
/***********************
********* cARD ******
************************/
.card{
 border-radius: 10px;
 
}

.card-title{  
  font-size: 14px;
  font-weight: bold;
  color:  #ffb938;
}

.card-text{ 
  font-size: 12px;
  text-align : justify;
}

.card-color{
border: 2px solid #2B547D;
min-height: 200px;
margin-bottom: 10px;
background: transparent; 
color: black;
}

.card-color-icon{
  font-size: 90px;
  color: #6fd0ff;
  text-align: center;
  vertical-align:center;
}

.card-color-text{
  font-size: 25px;
  line-height:35px;
  text-align: center;
  vertical-align: middle;;
}

.card-color:hover{
  background: #fac411; 
  opacity: 0.4;
  color: black;
}

/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5ce;
  border-bottom: 5px solid #fac411;
  font-size: 12px;
  padding: 20px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:18px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #fac411;
}

#bottom .widget {
  margin-bottom: 0;
}

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background:#2B547D;
  font-size:14px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #fac411;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

.top-bar {
  padding: 10px 0;
  background: #4A86C1;
  line-height: 28px;
}

.titulo1 {
  padding: 10px 0;
  background: #2B547D;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.titulo2 {
  padding: 10px 0;
  background: transparent;
  text-align: center;
  vertical-align: middle;
  color: #115a92;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.titulo3 {
  padding: 5px 0;
  background: transparent;
  text-align: left;
  vertical-align: middle;
  color: #115a92;
  font-weight: bold;
  margin-bottom: 10px;
}

.texto {
  padding-left: 25px;
  padding-right:  25px;
  background: transparent;
  text-align: justify;
  font-size: 13px;
}
.titulo4:hover{
 border: 1px solid white;
}

.carousel-indicators li {

    background: black;
    border-radius: 100%;
}