.text-gray {
  color: var(--color-gray-1);
}

.footer {
  font-size: 16px;
}
.bg-gray-light-1 {
  background-color: var(--color-gray-light-1);
}
.page-section, .small-section, .bg-image {
  width: 100%;
  display: block;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
  
}
.row:not(.g-0, .g-1, .g-2, .g-3, .g-4, .g-5, .gx-0, .gx-1, .gx-2, .gx-3, .gx-4, .gx-5, .gy-0, .gy-1, .gy-2, .gy-3, .gy-4, .gy-5) {
  --bs-gutter-x: 30px;
}

.fw-title {
  margin-bottom: 16px;
  font-size: 18px;
  letter-spacing: -0.02em;
}
h3, .h3 {
  margin-bottom: 0.7em;
  font-size: 28px;
  letter-spacing: -0.03em;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.2;
}


.footer:not(.light-content) a:hover {
  text-decoration: none;
  color: var(--color-dark-3a) !important;
}
.fw-menu li a {
  text-decoration: none;
  color: var(--color-gray-1);
}
.footer a {
  transition: all 0.17s var(--ease-default);
}
a:hover {
  color: var(--color-dark-4);
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

img:not([draggable]), embed, object, video {
  max-width: 100%;
  height: auto;
}



.fw-title {
  margin-bottom: 16px;
  font-size: 18px;
  letter-spacing: -0.02em;
  font-weight:700;
}

.navbar-nav li a {
	font-size:1.25rem;
	padding:1.25rem;
}

.construccion {
	font-size:36px; 
	background-color:#495057; 
	padding:20px;
	text-align:center;
	color:#FFF;
	width:100%; 
	float:left; 
}


.social-buttons{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.btn-social:hover{
	color:white;
}


.btn-social{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 16px;
  text-decoration:none;
  font-family:Arial, sans-serif;
  font-size:16px;
  border-radius:6px;
  color:#fff;
  transition:opacity .2s;
}

.btn-social svg{
  width:20px;
  height:20px;
  fill:#fff;
}

.btn-social:hover{
  opacity:.85;
}

.linkedin{
  background:#0077b5;
}

.x{
  background:#000;
}

/* responsive */
@media (max-width:600px){
  .btn-social{
	font-size:14px;
	padding:8px 12px;
  }
  .btn-social svg{
	width:18px;
	height:18px;
  }
}

.errorValidated{
  color: red;
}