


/*ETIQUETAS*/
body {
  font-family: 'Poppins';
  background-image: url("../images/general/bg.jpg");
  background-size: cover;
}


/*CLASES*/
.bg-blue {
  background-color: #003D79;
}

.bg-white-opacity {
  background: rgba(255, 255, 255, 0.6);
}

.bg-green {
  background: #1a7301;
}

.card {
  background: rgba(255,255,255, 0.8) ;
}

.card-right {
  margin-bottom: 10px
}

.carousel-caption {
  background-color: white;
  color: black;
  opacity: 0.8;
}

.carousel-item:hover {-webkit-transform:scale(1.2);transform:scale(1.2);}
.carousel-item > img {overflow:hidden;}

.font-size-12 {
  font-size: 12px;
}

.text-blue {
  color: #003D79;
}

.text-resource{
  font-size: 12px;
  color: #70E44F;
}

.text-resource > a{
  font-size: 12px;
  color: #70E44F;
}

.navbar-icons {
  color: #fff;
  opacity: 1;
}

/*IDENTIFICADORES*/
#carousel {
    width: 100%;
    height: 150px;
    background-color: #ff0000;

    overflow: visible;
    white-space:nowrap;
}

#carousel .slide {
    display: inline-block;
}

#card-interest {
  background-color: white;
  color: #1A7301;
}

#card-interest > .card-body > .card-title {
  font-weight: bold;
}

#carousel-buttons {
    margin-left: 50%;
    position: absolute;
    bottom: 50%;
    color: #fff;
    opacity: 0.6;
    align-content: center;
    width: 20%;
}

#carousel-buttons:hover {
    opacity: 1;
}

#card-store, #card-resource, #card-social-networks {
  background-color: #003D79;
  color: white;
}
 
#navbar-principal {
  border-top: 6px solid #d59f0f;
  border-bottom: 6px solid #d59f0f;
  color: white;
width: 1360px;
  font-size: 18px;
}

#navbar-supported-content>ul>a {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  color: #fffefe;
  text-align: center;
  line-height: normal;
}

#navbar-supported-content>ul>a:hover, .nav-item:hover {
  background: #d59f0f;
}
