/**
* 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%;
}

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

    }

}

.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;
}

/* 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;
    }
}

/* Mision Section
--------------------------------*/

#mision {
    width: 100%;
    height: 100%;
    position: relative;
    color: #FFFFFF;
    background: #000000 url("../images/home-mision.png") center top no-repeat;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 8%;
}


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

.contenido-area-negra {
    background-color: #000000;
    border-radius: 8px;
    opacity: 0.7;
    padding: 3%;
}

.btn-mision {
    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-mision:hover {
    background: #5C92BE;
}

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




/* servicios-interior Section
--------------------------------*/
#servicios-interior {
    width: 100%;
    height: 100%;
    position: relative;
    color: #FFFFFF;
    background: #0E091C;    
}
#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: #0E091C;
    
}

#contactanos .contactanos-top {
    padding: 40px 0 20px 0;
    background: #0E091C;
    color: #8b8a8a;
    border-top: 1px solid white;
    
}

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

#contactanos h1 {
    font-size: 54px;
    font-family: 'Electrolize', sans-serif;
    color: #FFFFFF;
    line-height: 0.5em;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

#contactanos h3 {
    font-size: 19px;
    font-family: 'Electrolize', sans-serif;
    color: #f3a839;
    font-weight: 400;
    text-transform: uppercase;
}


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

}

#contactanos .contactanos-top .contactanos-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#contactanos .contactanos-top .contactanos-links ul li {
    padding: 8px 0;
}

#contactanos .contactanos-top .contactanos-links ul li:first-child {
    padding-top: 0;
}

#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: #444;
    font-family:'Roboto';
}



a {
    color: #1bb1dc;
    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: #0E091C;
}

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

#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: 0;
    margin: 0;
    max-height: 70px;
}

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

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.dropdown-menu {
    background-color: #3c3354 !important;
}
.dropdown-menu a:hover {
    background-color: #2e2052 !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: #bab5f8;
    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: #2e2b6b;
    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 {
    color: white;
    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);
    }
}
