
.borde-abajo {background: url(../../images/backgrounds/borde.jpg) bottom center no-repeat !important;}

.navbar-light .navbar-nav a.nav-link:hover {
	background: url(../../images/backgrounds/bg-3.jpg) top right no-repeat;
}

a.insta-enlace:hover {
	background-color:#217FBA !important;
}

.letra-color {color:#217FBA !important;}
.letra-blanco {color:#FFF !important;}
.sombra {text-shadow:0px 0px 8px #000 !important;}
.fondo-color {color:#217FBA !important;}


.bg-1 {background: url(../../images/backgrounds/bg-1.jpg) top left no-repeat;}
.bg-footer {background: url(../../images/backgrounds/bg-footer.jpg) bottom center repeat;
background-color: #FFFFFF;}

.bg-2  {background: url(../../images/backgrounds/bg-footer2.jpg) top left no-repeat;}

/* ADAPTACIONES PARA LOS DISTINTOS TAMAÑOS */
/* LG */
@media (min-width:992px) and (max-width:1199px) {

}

/* MD */
@media (max-width:991px) {

}

/* SM */
@media (max-width:767px) {
 .hidden-sm {display: none !important; visibility: hidden !important;}
}

/* XS */
@media (max-width:460px) {

}

.text-normal2 {
  font-size: 30px;
  color:#FFFFFF;
  font-weight:normal!important;
}
