body {
    font-family: 'Roboto Condensed', sans-serif !important;
}

a:hover {
  color: #00659e;
  text-decoration: none;

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

#carousel-destacados{
  text-align: center;
  background: #848484;
}

.nav-link {
	color: #ffffff !important;
}
.navbar-text {
	margin-left: 30px;
}

.nav-item{
  width: auto;
  margin-right: 40px;
  text-transform: uppercase;
}


.btn {
  border-radius: 0 !important;
}


.borde {
  border: 1px solid #222222;
  border-radius: 0px;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.size06{
  font-size: 0.6em;
}
.size08{
  font-size: 0.8em;
}
.size12{
  font-size: 1.2em;
}
.size16{
  font-size: 1.6em;
}
.size26{
  font-size: 2.6em;
}
.size40{
  font-size: 4.0em;
}
.fondo_oscuro {
  background: black;
}
.fondo_saladino {
  background: #00659e;
}
.fondo_claro {
  background: #ffffff;
}

.color_saladino {
  color: #00659e;
}
.color_oscuro {
  color: #000000;
}
.color_blanco {
  color: #ffffff;
}


.thumb1, .thumb2, .thumb3, .thumb4, .thumb5 {
  border: 1px solid #848484; 
  margin-top: 5px;
  margin-right: 5px;
}

.tooltip-inner {
  background-color: #00659e;
  color: #fff;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #00659e;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #00659e;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #00659e;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #00659e;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #00659e;



/* XSmall devices  */
@media (max-width: 575px) {


}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {


}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}