/**
* Template Name: Rapid - v2.0.0
* Template URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/* OWN STYLES */
.titulos {
  font-family: "Roboto", serif;
  text-align: left;
}

.div-iso {
  background-image: url("../img/iso-texto.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
}

.scroll-texto {
  overflow-y: scroll;
  height: 60vh;
  padding-right: 10px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e6e6e6;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #afafaf;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #afafaf;
}

.col-color {
  background: #0e091c;
}

.col-color h1 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.col-color p {
  color: #ccc8c8;
}

.col-white {
  background: white;
}
.texto-azul {
  color: #3398fc;
}

.row-home-beneficios {
  background-image: url("../img/home-beneficios.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.btn-azul {
  background: #0a1251;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.9;
  border-radius: 10px;
}

.btn-azul:hover {
  background: #5c92be;
}

.btn-azul-secondary {
  background: #5c92be;
  font-weight: bold;
  font-size: 22px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  opacity: 0.9;
  border-radius: 8px;
}

.btn-azul-secondary:hover {
  background: #0a1251;
}

.titulo-h5-azul {
  color: #236aa7;
  font-weight: bold;
}

.texto-servicios {
  font-size: 13px;
}

.margen-top {
  margin-top: 10%;
}
.margen-top-titulo {
  margin-top: 12%;
}

.margen-top-servicios {
  margin-top: 10%;
}

@media (max-width: 768px) {
  .margen-top {
    margin-top: 30%;
  }
  .margen-top-titulo {
    margin-top: 18vh;
  }
  .margen-top-servicios {
    margin-top: 1%;
  }
}

.btn-gris {
  background-color: #a8bbcd;
  color: #424141;
  border-radius: 12px;
  padding: 6px !important;
  font-size: 12px;
  font-weight: 600;
}

.modal-operativo {
  background-color: #17102e;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.modal-administrativo {
  background-color: #5c92be;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.modal-sistemas {
  background-color: #333333;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.modal-titulo {
  font-weight: 300;
  font-size: large;
  letter-spacing: 6px;
}

.modal-texto {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

/* urdemor */
.color-primario {
  color: #fd8225;
}
.color-primario-alt {
  color: #e59839;
}

.color-contrase-1 {
  color: #0f0e0d;
}
.color-contrase-2 {
  color: #19191c;
}

/* */

/* Inicio Section
--------------------------------*/

#inicio {
  padding: 20% 0;
  width: 100%;
  position: relative;
  color: #ffffff;
}

#inicio::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

#inicio p {
  font-size: 48px;
}

#inicio p {
  font-size: 16px;
}

.btn-inicio {
  background: #ffffff;
  color: #000d29;
  font-size: 16px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 10px;
  letter-spacing: 2px;
}

.btn-inicio:hover {
  background: #14357c;
  color: #ffffff;
}

.btn-inicio-blanco {
  background: #ffffff;
  color: #0e091c;
  font-size: 16px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 10px;
  letter-spacing: 2px;
}

.btn-inicio-blanco:hover {
  background: #ffffff;
  color: #353272;
}

@media (max-width: 480px) {
  #inicio {
    padding: 30% 0;
  }
}

/* Nosotros Section
--------------------------------*/

#nosotros {
  width: 100%;
  height: 100%;
  position: relative;
  color: #ffffff;
  background: #0f0e0d;
  padding-top: 10%;
  padding-bottom: 8%;
}

#nosotros p {
  font-size: 16px;
}

.btn-nosotros {
  background: #ffffff;
  color: #666666;
  font-size: 14px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 10px;
  letter-spacing: 1px;
}

.btn-nosotros:hover {
  background: #5c92be;
}

/* cultura Section
--------------------------------*/
#cultura {
  width: 100%;
  height: 100%;
  position: relative;
  color: #ffffff;
  background: #0f0e0d;

  padding-top: 6%;
  padding-bottom: 6%;
}
#cultura p {
  font-size: 0.9rem;
}

/* valores Section
--------------------------------*/
#valores {
  width: 100%;
  height: 100%;
  position: relative;
  color: #000000;
  background: #fd8225;
  padding-top: 6%;
  padding-bottom: 6%;
}
#valores p {
  font-size: 0.9rem;
}

/* servicios Section
--------------------------------*/
#servicios {
  width: 100%;
  min-height: 100vh; /* opcional: asegura altura mínima visible */
  position: relative;
  color: #ffffff;
  background: #19191c;
  padding-top: 6%;
  padding-bottom: 6%;
}
#servicios p {
  font-size: 0.9rem;
}

/* servicios-interior Section
--------------------------------*/
#servicios-interior {
  width: 100%;  
  position: relative;
  color: #ffffff;
  background: #0e091c;
  padding-top: 3%;  
  padding-bottom: 5%;
}
#servicios-interior p {
  font-size: 0.9rem;
}


/* contable Section
--------------------------------*/
#contable {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../images/contable.jpg") center center no-repeat;
  background-size: cover;
}
#contable p {
  font-size: 0.9rem;
}

/* corporativo Section
--------------------------------*/
#corporativo {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../images/corporativo.jpg") center center no-repeat;
  background-size: cover;
}
#corporativo p {
  font-size: 0.9rem;
}

/* laboral Section
--------------------------------*/
#laboral {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../images/laboral.jpg") center center no-repeat;
  background-size: cover;
}
#laboral p {
  font-size: 0.9rem;
}

/* civil Section
--------------------------------*/
#civil {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../images/civil.jpg") center center no-repeat;
  background-size: cover;
}
#civil p {
  font-size: 0.9rem;
}

/* mercantil Section
--------------------------------*/
#mercantil {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../images/mercantil.jpg") center center no-repeat;
  background-size: cover;
}
#mercantil p {
  font-size: 0.9rem;
}

/* administrativo Section
--------------------------------*/
#administrativo {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../images/administrativo.jpg") center center
    no-repeat;
  background-size: cover;
}
#administrativo p {
  font-size: 0.9rem;
}

/* derecho-autor Section
--------------------------------*/
#derecho-autor {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../images/derecho-autor.jpg") center center no-repeat;
  background-size: cover;
}
#derecho-autor p {
  font-size: 0.9rem;
}

/* propiedad-industrial Section
--------------------------------*/
#propiedad-industrial {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../images/propiedad-industrial.jpg") center center
    no-repeat;
  background-size: cover;
}
#propiedad-industrial p {
  font-size: 0.9rem;
}

/* migratorio Section
--------------------------------*/
#migratorio {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../images/migratorio.jpg") center center no-repeat;
  background-size: cover;
}
#migratorio p {
  font-size: 0.9rem;
}

/* inmobiliario Section
--------------------------------*/
#inmobiliario {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../images/inmobiliario.jpg") center center no-repeat;
  background-size: cover;
}
#inmobiliario p {
  font-size: 0.9rem;
}

/* Beneficios Section
--------------------------------*/

.col-beneficios {
  background: #5c92be;
}

.col-beneficios h1 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}
.col-beneficios p {
  color: #ffffff;
}

/* fiscal Section
--------------------------------*/
#fiscal {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../images/fiscal.jpg") center center no-repeat;
  background-size: cover;
}
#fiscal p {
  font-size: 0.9rem;
}

/* patentes Section
--------------------------------*/
#patentes {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../img/patentes.png") center top no-repeat;
  background-size: cover;
}
#patentes p {
  font-size: 0.9rem;
}

/* laboral Section
--------------------------------*/
#laboral {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../img/laboral.png") center top no-repeat;
  background-size: cover;
}
#laboral p {
  font-size: 0.9rem;
}

/* seguridad Section
--------------------------------*/
#seguridad {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../img/seguridad.png") center top no-repeat;
  background-size: cover;
}
#seguridad p {
  font-size: 0.9rem;
}

/* derecho Section
--------------------------------*/
#derecho {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../img/derecho.png") center top no-repeat;
  background-size: cover;
}
#derecho p {
  font-size: 0.9rem;
}

/* aduanero Section
--------------------------------*/
#aduanero {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../img/aduanero.png") center top no-repeat;
  background-size: cover;
}
#aduanero p {
  font-size: 0.9rem;
}

/* ambiental Section
--------------------------------*/
#ambiental {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../img/ambiental.png") center top no-repeat;
  background-size: cover;
}
#ambiental p {
  font-size: 0.9rem;
}

/* comercio Section
--------------------------------*/
#comercio {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #ffffff;
  background: #000000 url("../img/comercio.png") center top no-repeat;
  background-size: cover;
}
#comercio p {
  font-size: 0.9rem;
}

/* calidad Section
--------------------------------*/

#calidad {
  padding: 15% 0;
  width: 100%;
  position: relative;
  color: #ffffff;
}

#calidad::before {
  background-image: url("../img/home-calidad.png");
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
}

#calidad p {
  font-size: 48px;
}

#calidad p {
  font-size: 16px;
}

.calidad-area-negra {
  background-color: #5c92be;
  border-radius: 8px;
  opacity: 0.8;
}

.btn-calidad {
  background: #ffffff;
  color: #666666;
  font-size: 14px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 10px;
  letter-spacing: 1px;
}

.btn-calidad:hover {
  background: #5c92be;
}

/* software Section
--------------------------------*/

#software {
  padding: 14% 0;
  width: 100%;
  position: relative;
  color: #ffffff;
}

#software::before {
  background-image: url("../img/home-software.png");
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
}

#software p {
  font-size: 48px;
}

#software p {
  font-size: 16px;
}

.software-area-negra {
  background-color: #17102e;
  border-radius: 8px;
  opacity: 0.9;
}

.btn-software {
  background: #ffffff;
  color: #666666;
  font-size: 14px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 10px;
  letter-spacing: 1px;
}

.btn-software:hover {
  background: #5c92be;
}

/*--------------------------------------------------------------
# Contactanos
--------------------------------------------------------------*/

#contactanos {
  padding: 0 0 20px 0;
  font-size: 14px;
  background: #ffffff;
}

#contactanos .contactanos-top {
  padding: 40px 0 20px 0;
  background: #ffffff;
  color: #19191c;
  border-top: 1px solid white;
}

#contactanos .contactanos-top .contactanos-info {
  margin-bottom: 30px;
}

#contactanos .contactanos-top .contactanos-links ul a {
  color: #ffffff;
}

#contactanos .contactanos-top .contactanos-links ul a:hover {
  color: #e1dfee;
}

#contactanos .contactanos-top .contactanos-contact {
  margin-bottom: 30px;
  font-size: 16px;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: transparent;
  color: #666666;
  font-family: "Roboto";
}

a {
  color: #444;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto";
  font-weight: 400;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #646263;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  #topbar {
    display: none;
  }
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 16px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: transparent;
  border-bottom: 1px solid white;
}

#header.header-scrolled,
#header.header-pages {
  height: 100px;
  padding: 16px 0;
  background-color: #0f0e0d;
  box-shadow: 0px 0px 30px rgba(94, 95, 97, 0.3);
  border-bottom: none;
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

@media (max-width: 991px) {
  #header {
    height: 105px;
    padding: 20px 0;
  }
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}

@media (max-width: 991px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #ffffff;
  text-decoration: none;
}

#header .logo img {
  padding: 6px;
  margin: 0;
  max-height: 70px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.dropdown-menu {
  background-color: #0f0e0d !important;
}
.dropdown-menu a:hover {
  background-color: #0f0e0d !important;
}
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}
.dropdown-item {
  padding: 5px 15px 1px 15px !important;
  font-size: 0.8em !important;
  border-bottom: 1px solid #51496e;
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 12px 12px;
  transition: 0.3s;
  font-size: 13px;
  font-family: "Roboto";
  font-weight: 400;
  letter-spacing: 0;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #ecd6c3;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #27194e;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 200px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #ff0000;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #46a2cf;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -310px;
  width: 310px;
  padding-top: 18px;
  background: #eaeaea;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #8b8a8a;
  padding: 5px 35px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #0e091c;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 28px 18px 0 0;
  color: #ffffff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: #fd8225;
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #ffffff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Roboto", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

/* Section with background
--------------------------------*/

.content-block {
  height: 60vh;
  background: #46a2cf;
}

.content-block-75 {
  height: 75vh;
  background: #46a2cf;
}

.content-block-65 {
  height: 65vh;
  background: #46a2cf;
}

.content-block-75-white {
  height: 75vh;
  background: #ffffff;
}

.carousel-inner img {
  width: 100%;
  height: 400px;
}
/* Home
--------------------------------*/

#about h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
#about h3 {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
}

/* Features Section
--------------------------------*/
#features {
  padding: 80px 0;
}

#features h4 {
  font-weight: 600;
  font-size: 24px;
}

@media (min-width: 992px) {
  /* lg */
  .custom-padding {
    padding-top: 15vh;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* md */
  .custom-padding {
    padding-top: 15vh;
  }
}

@media (max-width: 767.98px) {
  /* sm */
  .custom-padding {
    padding-top: 22vh;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
