[v-cloak]{
	display:none !important;
}

@media only screen and (max-width: 750px) {
  	.hidden-small{
  		display: none;
	}
}


.border-2 {
    border-width:2px !important;
}
.border-3 {
    border-width:3px !important;
}

.navbar-dark .navbar-nav .nav-link{
	font-weight: 700;
}

.bg-pretty{
  background-color: #30445C !important;
}
.bg-pretty-light{
  background-color: #587CA8 !important;
}
.bg-pretty-bold{
  background-color: #364D69 !important;
}

.socio-img{
  border-radius: 8px;
  width: 55px;
  height: 55px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  vertical-align: top;
}

.inicio-text-content{
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 65px);
  /*font-size: 16px; */
  text-transform: uppercase;
}