/*** 01. Fonts settings (Hind, Oswald, Poppins) ***/

@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Oswald:300,400,500,600,700|Poppins:300,400,500,600,700');

/*** 02. Default styles ***/

html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    font-family: 'Hind', sans-serif;
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 400;
    color: #777;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #101010;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}


/* paragraph */

p {
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 20px;
    color: #888;
}


/* lists */

ul {
    list-style-type: none;
}


/* links */

a {
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #101010;
    outline: none;
    text-decoration: none !important;
}

a:link {
    text-decoration: none;
}

a:focus {
    outline: none;
}

img {
    width: 100%;
    height: auto;
}

.mb-30 {
    margin-bottom: 30px;
    left: 30px;
}

.small,
small {
    font-size: 80%;
}

b,
strong {
    color: #101010;
}


/*** form element ***/


/* text field */

button,
input,
optgroup,
select,
textarea {
    font-family: 'Poppins', sans-serif;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    border-color: #ececec;
    padding: 18px 0px 10px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 300;
    color: #101010;
    background-image: none;
    border-bottom: 1px solid #ececec;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus,
textarea:focus {
    border-bottom-width: 2px;
    border-color: #101010;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    padding: 9px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 300;
    border: none;
    color: #fff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #101010;
    margin-top: 10px;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #101010;
    color: #fff;
}

select {
    padding: 10px;
    border-radius: 5px;
}

table,
th,
tr,
td {
    border: 1px solid #101010;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}


/* Scrollbar  */

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #101010;
}

::-webkit-scrollbar-thumb:hover {
    background: #101010;
}


/* Selection */

::-webkit-selection {
    color: #777;
    background: rgba(0, 0, 0, 0.1);
}

::-moz-selection {
    color: #777;
    background: rgba(0, 0, 0, 0.1);
}

::selection {
    color: #777;
    background: rgba(0, 0, 0, 0.1);
}

#arb-contacto{
    height: 100%;
    padding-top: 10%;
}
#arb-page {
    width: 100%;
    position: relative;
}

#arb-aside {
    padding: 60px 30px;
    width: 18%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 1001;
    background: #101010;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);    
}
#arb-aside #arb-logo {
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 60px;
    display: block;
    width: 100%;
}

#arb-aside #arb-logo span {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
    font-weight: 400;
    letter-spacing: 3px;
}
#arb-aside #arb-main-menu ul {
    text-align: left;
    margin: 0;
    padding: 0;
}
#arb-aside #arb-main-menu ul li {
    margin: 15px 0 15px 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #202020;
}
#arb-aside #arb-main-menu ul li a {
    color: #888;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#arb-aside #arb-main-menu ul li.arb-active a {
    color: #fff;
}

#arb-aside #arb-main-menu ul li.arb-active a:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
#arb-logo-footer {
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    width: 100%;
}
#arb-aside #arb-logo a span {
    display: block;
    margin-top: 0px;
    text-align: center;
}

body.offcanvas .arb-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}
.arb-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.arb-nav-toggle.active i::before,
.arb-nav-toggle.active i::after {
    background: #fff;
}

.arb-nav-toggle.dark.active i::before,
.arb-nav-toggle.dark.active i::after {
    background: #101010;
}

.arb-nav-toggle:hover,
.arb-nav-toggle:focus,
.arb-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.arb-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 20px;
    height: 1px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: -2px;
}
.arb-nav-toggle i::before,
.arb-nav-toggle i::after {
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.arb-nav-toggle.dark i {
    position: relative;
    color: #101010;
    background: #101010;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.arb-nav-toggle.dark i::before,
.arb-nav-toggle.dark i::after {
    background: #101010;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.arb-nav-toggle i::before {
    top: -7px;
}

.arb-nav-toggle i::after {
    bottom: -7px;
}

.arb-nav-toggle:hover i::before {
    top: -10px;
}

.arb-nav-toggle:hover i::after {
    bottom: -10px;
}

.arb-nav-toggle.active i {
    background: transparent;
}

.arb-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.arb-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.arb-nav-toggle {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 12px 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #101010;
    margin: 15px 30px;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .arb-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}
#arb-aside .arb-footer {
    position: static;;
    bottom: 30px;
    right: 0;
    left: 0;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: #777;
    padding: 30px;
}


/* footer */

.arb-footer p {
    margin-bottom: 0;
    color: #999;
}

.arb-footer a {
    color: #fff;
}



#arb-aside .arb-footer span {
    display: block;
}

#arb-aside .arb-footer ul {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

#arb-aside .arb-footer ul li {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
}

#arb-aside .arb-footer ul li a {
    color: #101010;
    padding: 2px;
}

#arb-aside .arb-footer ul li a:hover,
#arb-aside .arb-footer ul li a:active,
#arb-aside .arb-footer ul li a:focus {
    text-decoration: none;
    outline: none;
    color: #101010;
}

/* -------------------------------------- */

/* Loader - pantalla completa */
.loader {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff; /* cambiar si quieres otro fondo */
  z-index: 9999;
  transition: opacity 400ms ease, visibility 400ms ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Logo dentro del loader */
.loader__logo {
  width: 140px; /* ajusta el tamaño del logo */
  height: auto;
  display: block;
  transform-origin: center center; /* importante para que rote alrededor del centro */
  /* Dos animaciones: giro lineal y pulse suave */
  animation: spin 1000ms linear infinite, pulse 1200ms ease-in-out infinite;
}

/* Animación de giro */
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Efecto de desaparición: se aplica cuando la página ya cargó */
.loader.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Animación sutil para el logo mientras carga */
@keyframes pulse {
  0%   { transform: scale(1);   filter: drop-shadow(0 2px 6px rgba(0,0,0,0.08)); }
  50%  { transform: scale(1.03); filter: drop-shadow(0 6px 18px rgba(0,0,0,0.12)); }
  100% { transform: scale(1);   filter: drop-shadow(0 2px 6px rgba(0,0,0,0.08)); }
}

/* Contenido principal (inicialmente oculto a lectores de pantalla hasta que cargue) */
.app {
  min-height: 100vh;
  padding: 2rem;
  opacity: 1;
  transition: filter 300ms ease;
}

/* Opcional: desenfocar ligeramente el contenido mientras el loader está visible */
body.loading .app { filter: blur(2px); }