/* ==================================================================
    MENU DE NAVEGACION PRINCIPAL - RESPONSIVO - HEADER
================================================================== */


/*  PARA MOVILES  */

.header-barra-roja>.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    background-color: #FFF;
}

.nav-container {
    position: fixed;
    /* top: 60px; */
    /* 1 */
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    visibility: hidden;
    /* 2 */
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transform: translateY(100%);
    /* 2 */
    background-color: #0042ac;
    -webkit-overflow-scrolling: touch;
    /* 3 */
}


/* 1. Show when `.is-visible` class is added */

.nav-container.is-visible {
    visibility: visible;
    /* 1 */
    transform: translateX(0);
    /* 1 */
    padding: 0 10px 10px;
}


/* Nav toggle */

.nav-toggle {
    line-height: 1;
    display: inline-block;
    padding: 1.25rem 1rem;
    border: 0;
    background-color: #0042ac;
    /*   height: 50px;
  width: 70px; */
    outline: none;
    border: none;
}


/* Nav toggle icon */

.nav-toggle .icon-menu {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    fill: none;
    margin-top: 12px;
}


/* Nav toggle icon lines */

.icon-menu .line {
    position: absolute;
    right: 12px;
    display: block;
    width: 80%;
    height: 4px;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    background-color: #0042ac;
    z-index: 99;
}


/* Nav toggle icon line 1 */

.icon-menu .line-1 {
    top: 0;
}


/* When active, rotate line 1 to be lefthand part of X */

.is-active .icon-menu .line-1 {
    transform: translateY(8px) translateX(0) rotate(45deg);
}


/* Nav toggle icon line 2 */

.icon-menu .line-2 {
    top: 50%;
    margin-top: -2px;
}


/* When active, hide line 2 */

.is-active .icon-menu .line-2 {
    opacity: 0;
}


/* Nav toggle icon line 3 */

.icon-menu .line-3 {
    bottom: 0;
}


/* When active, rotate line 3 to be righthand part of X */

.is-active .icon-menu .line-3 {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}


/* Remove default list styles for menus */

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}


/**
* 1. Give menu a lighter background than its container
* 2. Prevent menu text from being accidentally highlighted
*/

.nav-menu {
    background-color: #fff;
    /* 1 */
    text-align: left;
    user-select: none;
    /* 2 */
    padding: 1.5rem 0;
    border-radius: 0 1.5rem 1.5rem 1.5rem;
}


/* Give menu items a top border */

.nav-menu .menu-item {
    border-top: 1px solid #ddd;
    position: relative;
    z-index: 9999999;
    margin: 0 2rem;
    line-height: 2.8;
    /* height: 4rem; */
    /* margin: 2rem 0; */
    /* vertical-align: middle; */
}


/* Give last menu item a bottom border */


/* .nav-menu > .menu-item:first-child{
  border:none;
} */


/* 1. Menu links are block level, by default */

.nav-menu a {
    color: #77777A;
    font-size: 140%;
    font-weight: normal;
    position: relative;
    text-decoration: none;
    /* margin-left: 2rem; */
    margin: 1rem 0;
    height: 2rem;
    /* padding: 1rem 0 !important; */
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}


/* 1. Menu items with dropdowns appear clickable */

.dropdown {
    position: relative;
    cursor: pointer;
    /* 1 */
}


/* 1. Parent menu links inlined so you can toggle the dropdown */

.dropdown>.menu-link {
    display: inline-block;
}


/* 1. Add an icon to menu items that have sub menus */

.dropdown:before {
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.6rem;
    content: "\f067";
    color: #0042ac;
    font-family: 'fontawesome';
}

.dropdown.is-active:before {
    content: "";
}


/* 1. Switch icon to n-dash when toggled */

.dropdown.is-active:after {
    content: "\f068";
    /* 1 */
    font-family: 'fontawesome';
    color: #0042ac;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.6rem;
    font-size: 1.5rem;
}


/**
 * Dropdowns
 * 1. Hide dropdowns by default
 */

.sub-menu {
    display: none;
    /* 1 */
    background-color: #fff;
    padding: 0;
}


/* 1. Show dropdown when toggled */

.dropdown.is-active>.sub-menu {
    display: block;
    /* 1 */
}


/* 2nd level dropdown */

.sub-menu .sub-menu {
    /* background-color: #aaa; */
}

.sub-menu .menu-item {
    font-size: 1rem;
    margin: 0 0 0.5rem 1.5rem;
}

.sub-menu .menu-item a {
    /* font-size: 150%; */
    color: #77777A;
}

.sub-menu .sub-menu .menu-item {
    /* background-color: #b0b0b0;
  border-color: #909090; */
}


/* Main content area */

.content {
    margin-top: 60px;
}

.content .wrapper {
    padding: 1rem 0;
}


/*  MENU DESTOPK
*/

@media (min-width: 992px) {
    .nav-menu {
        text-align: right;
        background-color: transparent;
        padding: 0;
        margin: 2rem 0 0;
        border-radius: 0;
    }
    .nav-menu a {
        font-size: 150%;
        font-weight: 800;
        letter-spacing: 0.03rem;
        margin: 0;
        height: auto;
        /* padding: 1rem 0 !important; */
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
    }
    .nav-menu>.menu-item>a {
        margin: 0 0 2rem;
        padding: 0;
    }
    /*   .nav-menu > .menu-item:last-child {
  border-bottom: 1px solid #bbb;
  } */
    .nav,
    .nav-container,
    .nav-container.is-visible {
        position: static;
        top: auto;
        left: auto;
        z-index: auto;
        transform: translateX(0);
    }
    .nav-container,
    .nav-container.is-visible {
        visibility: visible;
        height: auto;
        min-height: 0;
        overflow-y: visible;
    }
    .nav-toggle {
        display: none;
    }
    /* 1. Display menu items inline */
    .nav-menu>.menu-item,
    .nav-menu>.menu-item.is-active {
        display: inline-block;
        /* 1 */
        background-color: transparent;
        border: 0;
    }
    /* Remove bottom border on last child */
    .nav-menu>.menu-item:last-child {
        border: 0;
    }
    .nav-menu .menu-item {
        transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
        list-style: none;
        text-align: left;
        margin: 0 1.5rem 0 0;
        line-height: 1;
    }
    .nav-menu>.menu-item a {
        display: inline-block;
        width: 100%;
        line-height: 16px;
        color: #fff;
        font-size: 110%;
        padding: 0;
    }
    .dropdown:before {
        content: "";
        right: 1rem;
    }
    .nav-menu>.menu-item::after {
        font-size: 100%;
        content: "|";
        position: absolute;
        right: -1rem;
        top: 1px;
        color: rgba(255, 255, 255, 0.5);
    }
    .nav-menu>.menu-item:last-child:after {
        content: "";
    }
    /*  .nav-menu > .menu-item:hover::before{
    content: "\f0de";
    font-family: 'fontawesome'; 
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top:4.3rem;
    
  }*/
    /* Re-style dropdowns for larger screens */
    .sub-menu {
        /*border-top:2px solid #fff;*/
        display: block;
        opacity: 0;
        position: absolute;
        top: 3.8rem;
        left: -1.5rem;
        width: 18rem;
        margin: 0;
        padding: 1.5rem 0 1.5rem;
        /*background-color: #B3282D;*/
        background-color: #0042ac;
        box-shadow: 0 3px 4px hsla(0, 0%, 0%, 0.3);
        visibility: hidden;
        transition: visibility 0s linear 0.25s, opacity 0.25s linear;
        z-index: 9999;
        -webkit-border-radius: 1.5rem;
        border-radius: 1.5rem;
        -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
        transition: height 0.3s, opacity 0.3s, transform 0.3s;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }
    .nav-menu>.menu-item:hover::before {
        background: rgba(0, 0, 0, 0);
        height: 40px;
        position: absolute;
        top: 0;
        left: -1.5rem;
        width: 18rem;
    }
    .sub-menu .menu-item {
        font-size: 100%;
    }
    .dropdown:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
    .sub-menu .menu-item {
        border: 0;
        padding: 0.75rem 2rem;
        border-bottom: 1px solid #f2f7fc;
        display: inline-block;
        width: 100%;
    }
    .sub-menu .menu-item:hover {
        /*background-color: #B3282D;*/
        background-color: #00296A;
        /*border-bottom-color: transparent;*/
    }
    /* Segundo Nivel */
    .sub-menu .dropdown:before {
        content: "\f105";
        font-family: 'fontawesome';
        font-size: 130%;
        top: 0.7rem;
        color: #fff;
    }
    .sub-menu .sub-menu .dropdown:before {
        color: #77777A;
    }
    .sub-menu .sub-menu .menu-item:hover {
        /*background-color: #B3282D;*/
        background-color: rgba(119, 119, 122, 0.2);
        /*     border-color: transparent; */
    }
    .sub-menu .sub-menu .menu-item {
        background-color: transparent;
        border-bottom-color: rgba(119, 119, 122, 0.2);
    }
    .sub-menu .sub-menu .menu-item a {
        color: #555;
        font-weight: 400;
        font-size: 95%;
        letter-spacing: 0px;
    }
    .sub-menu .sub-menu {
        background-color: rgba(255, 255, 255, 0.95);
        -webkit-border-radius: 1rem;
        border-radius: 1rem;
        top: -1.6rem;
        left: 100%;
        width: 14rem;
        border-top: 1px solid #ddd;
    }
    .content {
        margin-top: 0;
    }
}


/* EFECTO HOVER - LINEA GRUESA */

.cl-effect>.menu-item>a:after {
    position: absolute;
    top: 2rem;
    right: 0%;
    width: 100%;
    height: 4px;
    background: #FFFFFF;
    text-align: center;
    color: #0042ac;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    z-index: 99999;
}

.cl-effect>.menu-item>a:hover::after {
    height: 4px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}


/* ==================================================================
    VIDEO GALLERY - HOME
================================================================== */

.gallery {
    margin: 2rem auto 3rem;
    max-width: 1048px;
}

.gallery-item-wrapper {
    overflow: hidden;
    display: block;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    height: 20rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.gallery-item-wrapper {
    background: url("../img/tabs-img-home-01.jpg") no-repeat;
    background-size: 100% 100%;
}

.gallery-item-wrapper:before {
    content: "";
    display: block;
    position: relative;
    background: #B3282D;
    opacity: 0;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    margin: 4rem 1rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .5s ease;
}

.gallery-item-wrapper:hover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
}


/*
.gallery ul li div a { text-decoration: none; }
*/

.play {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    display: block;
    font-size: 100%;
    opacity: 0;
    z-index: 100;
    width: auto;
    height: 20rem;
    top: 9rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.play i {
    font-size: 8rem;
}

.play:hover {
    opacity: 1;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.text {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 7rem;
    display: inline-block;
    font-weight: 600;
    /* letter-spacing: -1px; */
    font-size: 90%;
    margin: 0 auto;
    text-align: center;
    /* text-transform: uppercase; */
    padding-top: 1rem;
    color: #FFF;
    width: 70%;
}

#owl-demo {
    margin: 0 !important;
}

#owl-demo .item {
    margin: 4rem 1rem;
}

#owl-demo-2 {
    margin: 0 !important;
}

#owl-demo-2 .item {
    margin: 4rem 1rem;
}

.sala-de-videos .owl-theme .owl-controls .owl-page span {
    border: 2px solid #77777A !important;
}

.sala-de-videos .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #77777A !important;
}

@media screen and (max-width: 991px) {
    .owl-controls {
        display: none !important;
    }
}


/* Left Navigation
		-----------------------------------------------*/

.leftNav {
    width: 100%;
}


/* First Level */

.leftNav ul {
    margin: 2rem 0;
    padding: 0;
    list-style: none;
}

.leftNav>ul>li {
    margin: 1rem 0 !important;
}

.leftNav>ul>li>a {
    color: #fff;
    display: block;
    font-size: 100%;
    line-height: normal;
    font-weight: 800;
    padding: 1rem 3rem;
    text-decoration: none;
    margin-right: 0 !important;
    -webkit-border-radius: 1.3rem;
    border-radius: 1.3rem;
    background: #0042ac;
}

.leftNav>ul>li>a:hover {
    color: #fff;
}


/* Second Level */

.leftNav ul ul {
    width: 100%;
    margin: 0;
    padding: 1rem 0;
}

.leftNav ul ul li {
    border-top: 1px solid #ddd;
}

.leftNav>ul>li>ul>li:first-child {
    border-color: transparent;
}

.leftNav ul ul li a {
    color: #77777A;
    display: block;
    font-size: 100%;
    line-height: 1.7rem;
    padding: 0.3rem 3.5rem 0.3rem 2.5rem;
    margin: 0.6rem 0 !important;
    text-decoration: none !important;
    border: 1px solid transparent;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.leftNav ul ul li a:hover {
    border-color: #0042ac;
    color: #0042ac;
    padding-left: 3.2rem;
}

.leftNav ul ul li a::before {
    content: "\f105";
    font-family: "fontawesome";
    padding-right: 1rem;
    position: absolute;
    left: 1rem;
}

.leftNav ul ul li p {
    line-height: 1.3;
    padding: 0;
    margin: 0;
}


/* Third Level */

.leftNav ul ul ul {
    border: none;
}

.leftNav ul ul ul li {
    border-bottom: none;
    padding-left: 2rem;
}

.leftNav ul ul ul li a:hover {
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    padding-left: 2.2em;
}


/* Accordion Button */

ul li.has-subnav .accordion-btn {
    color: #fff;
    font-size: 120%;
    -webkit-border-radius: 0 1.5rem 1.5rem 0;
    border-radius: 0 1.5rem 1.5rem 0;
    text-align: right;
    padding-right: 2rem;
}


/*.has-subnav .active{  background-color:#023388;
  color:white ;}

.has-subnav .active > a,.active .fa {
color:white !important;
		}

.active{  background-color:#023388;
  color:white ;
}

.active > a,.active .fa {
color:white !important;
		}*/

.accordion-collapsed .fa {
    color: #fff !Important;
}

ul ul .accordion-collapsed .fa {
    color: #0042ac !Important;
}

ul ul li.has-subnav .accordion-btn {
    color: #0042ac !Important;
    line-height: 4.5rem !Important;
    height: 4.5rem !Important;
}

@media screen and (max-width: 1024px) {
    .mainNav {
        width: 40%;
    }
}

@media screen and (max-width: 700px) {
    .mainNav {
        width: 100%;
    }
}


/*=====================================================
=            propiedades Contenido Paginas            =
=====================================================*/

.text-limit-4-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 18px;
    max-height: 72px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 1.5rem;
}

.entry-content .list-group {
    position: relative;
}

.entry-content .list-group-item {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    background: none !important;
    font-size: 110%;
    padding-left: 3rem;
    color: #77777A !important;
}

.entry-content .list-group-item:hover {
    color: #0042ac !important;
}

.entry-content .list-group-item::before {
    content: "\f105";
    font-family: "fontawesome";
    position: absolute;
    left: 1.5rem;
    color: #0042ac;
}

.entry-content .nav-tabs>li>a::before {
    content: "" !important;
    left: 1.5rem !important;
}


/* .entry-content .nav-tabs > li > a {
  font-size: 90% !important;
} */


/* Tabs */

.entry-content .tab-pane-img {
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    margin: 0 0 2rem;
}

.entry-content .tab-pane {
    padding: 1rem 0rem 0rem 0;
}

.entry-content .tab-pane div {
    margin-bottom: 1.5rem;
}

.entry-content .tab-pane.preguntas-frecuentes .panel-heading {
    margin-bottom: 0rem;
}

.entry-content .tab-pane.tab-pane.preguntas-frecuentes h3 {
    border-bottom: 1px solid #CCC;
    padding-bottom: 1rem;
}


/* Titulo Header */

.entry-content .page-header {
    margin: 0 0 2rem;
    border-bottom: 1px solid #ddd;
}

.entry-content .page-header h1 {
    font-size: 120%;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
    padding: 0 1.5rem 1.5rem;
}


/* Listados Contenido */

.entry-content .title-list {
    margin: 2rem 0;
    padding: 0 0 1rem 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
    text-indent: -0.3rem;
}

.entry-content .content-list {
    margin: 1rem 0;
    padding-left: 3rem;
    position: relative;
}

.entry-content .content-list h5 {
    text-indent: -1.5rem;
}

.entry-content .content-list li {
    list-style: none !important;
    margin: 0.5rem 0;
}

.entry-content .content-list span {
    padding: 0;
    position: relative;
}

.entry-content .content-list span>i {
    position: absolute;
    left: -1rem;
    color: #0042ac;
    top: 0;
}

.entry-content .content-boton a {
    margin: 2rem 1rem;
}

.entry-content iframe {
    width: 100%;
    margin: 1rem 0;
    border-radius: 1rem;
    border: 1px solid #ddd;
    padding: 1.5rem;
    /* Generales */
}

.iframe-forms iframe {
    border: 0px solid #ddd !important;
    padding: 0rem !important;
}

.entry-content .color-red {
    color: #0042ac;
}


/*=============================================
=               ACF Clases         =
=============================================*/


/* LISTADOS 2 COLUMNAS - UL */


/* LISTAS NORMALES */

.acf-list-inline {
    padding-left: 0;
}

.acf-list-inline li {
    display: inline-block !important;
    position: relative !important;
    margin: 0.5rem 2% !important;
    width: 45%;
    vertical-align: top;
}

.acf-list-inline h5 {
    margin: 1rem 0;
}


/* LISTAS CON LINK */

.acf-list-inline-link {
    padding-left: 0;
}

.acf-list-inline-link a {
    display: inline-block !important;
    position: relative !important;
    margin: 0.5rem 2% !important;
    width: 45%;
}

.acf-list-inline-link h5 {
    margin: 1rem 0;
}


/*=============================================
=               Portada Bancas          =
=============================================*/

.block-white {
    border: 1px solid #ddd;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
}

.btn-red-portada {
    background: #0042ac;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    color: #fff;
    text-align: center;
    padding: 0.5rem 0;
}

.btn-red-portada p,
.btn-red-portada h3 {
    margin: 0;
    padding: 0;
}


/* CONTACTO FORM MOMENTANEO */

.iframe-form table {
    font-size: 90%;
    color: #77777A;
}


/*=============================================
=      BOTONES DE REDES SOCIALES - FIXED     =
=============================================*/


/* ---------- Social Sidebar ---------- */

#social-sidebar {
    left: -40px;
    /* right: 0px; */
    margin-top: -75px;
    /* (li * a:width) / -2 */
    position: fixed;
    top: 50%;
    z-index: 99999;
}

#social-sidebar li {
    list-style: none;
}

#social-sidebar li:first-child a {
    border-radius: 0 1.1rem 0 0;
}

#social-sidebar li:last-child a {
    border-radius: 0 0 1.1rem 0;
}

#social-sidebar a {
    background: #0042ac;
    color: #fff;
    display: block;
    height: 45px;
    font-size: 100%;
    line-height: 45px;
    position: relative;
    text-align: center;
    width: 3.5rem;
}

#social-sidebar a:hover span {
    left: 130%;
    opacity: 1;
}

#social-sidebar a span {
    border-radius: 0.8rem;
    line-height: 24px;
    left: -100%;
    margin-top: -16px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 4px 2rem;
    position: absolute;
    -webkit-transition: opacity .3s, left .4s;
    -moz-transition: opacity .3s, left .4s;
    -ms-transition: opacity .3s, left .4s;
    -o-transition: opacity .3s, left .4s;
    transition: opacity .3s, left .4s;
    top: 50%;
    white-space: nowrap;
    z-index: -1;
}

#social-sidebar a span:before {
    content: "";
    display: block;
    height: 8px;
    left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    z-index: -2;
}

#social-sidebar li a:before {
    font-family: 'fontawesome';
    color: #fff;
    font-size: 140%;
}

#social-sidebar li .rs-facebook:before {
    content: "\f09a";
}

#social-sidebar li .rs-whatsapp:before {
    content: "\f232";
}

#social-sidebar li .rs-twitter:before {
    content: "\f099";
}

#social-sidebar li .rs-youtube:before {
    content: "\f16a";
}

#social-sidebar li .rs-instagram:before {
    content: "\f16d";
}

#social-sidebar li .rs-linkedin:before {
    content: "\f0e1";
}

#social-sidebar li .rs-chat:before {
    content: "\f086";
}

#social-sidebar a[class*="facebook"]:hover,
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before {
    background: #3b5998;
}

#social-sidebar a[class*="whatsapp"]:hover,
#social-sidebar a[class*="whatsapp"] span,
#social-sidebar a[class*="whatsapp"] span:before {
    background: #075E54;
}

#social-sidebar a[class*="twitter"]:hover,
#social-sidebar a[class*="twitter"] span,
#social-sidebar a[class*="twitter"] span:before {
    background: #55acee;
}

#social-sidebar a[class*="youtube"]:hover,
#social-sidebar a[class*="youtube"] span,
#social-sidebar a[class*="youtube"] span:before {
    background: #bb0000;
}

#social-sidebar a[class*="instagram"]:hover,
#social-sidebar a[class*="instagram"] span,
#social-sidebar a[class*="instagram"] span:before {
    background: #8a3ab9;
}

#social-sidebar a[class*="linkedin"]:hover,
#social-sidebar a[class*="linkedin"] span,
#social-sidebar a[class*="linkedin"] span:before {
    background: #0077b5;
}

#social-sidebar a[class*="chat"]:hover,
#social-sidebar a[class*="chat"] span,
#social-sidebar a[class*="chat"] span:before {
    background: #77777A;
}


/*=============================================
=      HEADER FIXED & BOTON SUBIR     =
=============================================*/


/* FIXED SIDEBAR STICKY */

.scroll-to-fixed-fixed {
    right: 1.5rem !important;
}

img.logo-b {
    visibility: hidden;
    position: absolute;
    top: -1rem;
    left: 0;
}


/* Sticky */


/*  added to the header with jQuery */

.header-barra-roja.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
}

.sticky img.logo-b {
    height: 30px;
    visibility: visible;
}

.sticky .loteria-online {
    display: none;
}


/* ------------------- */


/* EVERYTHING ELSE -- */


/* ----------------- */


/* Back to Top */

a#back-to-top {
    position: fixed;
    bottom: 0;
    right: 1.5rem;
    margin: 1rem 1rem 0.5rem;
    color: #FFF;
    border: none;
    transition: 0.5s;
    cursor: pointer;
    font-size: 150%;
    z-index: 99999;
    background: #0042ac;
    padding: 0 1rem;
    border-radius: 1rem;
}

a#back-to-top:before {
    content: '\f139';
    font-family: 'FontAwesome';
}

a#back-to-top:hover {
    background: #77777A;
}


/* ------------------- */


/* CARGADOR DE PAGINA -- */


/* ----------------- */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #fff;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}


/* ------------------- */


/*     CHAT NUEVO     */


/* ----------------- */

.chat-icon {
    position: fixed;
    z-index: 99999;
    color: #000;
    border-radius: 2rem;
    padding: 1rem;
    background-color: #0042ac;
    cursor: pointer;
}

.chat-icon img {
    width: 2rem;
    height: 2rem;
}

.chat-icon-01 {
    bottom: 6rem;
    right: 2.5rem;
}

.chat-icon-02 {
    bottom: 41rem;
    right: 2.5rem;
}

.chat-icon-03 {
    bottom: 36rem;
    right: 2.5rem;
}

.chat-icon-04 {
    bottom: 31rem;
    right: 2.5rem;
}

.chat-icon-05 {
    bottom: 26rem;
    right: 2.5rem;
}

.chat-icon-06 {
    bottom: 21rem;
    right: 2.5rem;
}

.chat-icon-07 {
    bottom: 16rem;
    right: 2.5rem;
}

.chat-icon-08 {
    bottom: 11rem;
    right: 2.5rem;
}

.chat-icon-09 {
    bottom: 46rem;
    right: 2.5rem;
}

.chat-options {
    display: none;
}


/* ------------------- */


/*     CHAT BUBBLE - INFATLAN CÓDIGO     */


/* ----------------- */

@media (min-device-width :768px) {
    .desktop_bubble_chat {
        height: 410px;
        max-height: 410px;
        width: 312px;
        position: fixed;
        bottom: 1em;
        right: 1em;
        border: none;
        outline: 0;
        box-sizing: border-box;
        z-index: 99999999;
        overflow: hidden;
        padding: 0
    }
}

@media (max-device-width:768px) {
    .desktop_bubble_chat {
        height: 100%;
        max-height: 100%;
        width: 100%;
        position: fixed;
        bottom: 0;
        right: 0;
        border: none;
        outline: 0;
        box-sizing: border-box;
        z-index: 99999999;
        overflow: hidden;
        padding: 0
    }
}

@media (min-width :768px) {
    .desktop_bubble_chat {
        height: 410px;
        max-height: 410px;
        width: 312px;
        position: fixed;
        bottom: 1em;
        right: 1em;
        border: none;
        outline: 0;
        box-sizing: border-box;
        z-index: 99999999;
        overflow: hidden;
        padding: 0
    }
}

@media (max-width:768px) {
    .desktop_bubble_chat {
        height: 100%;
        max-height: 100%;
        width: 100%;
        position: fixed;
        bottom: 0;
        right: 0;
        border: none;
        outline: 0;
        box-sizing: border-box;
        z-index: 99999999;
        overflow: hidden;
        padding: 0
    }
}

.mobile_bubble_chat {
    height: 100%;
    max-height: 100%;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    border: none;
    outline: 0;
    box-sizing: border-box;
    z-index: 99999999;
    overflow: hidden;
    padding: 0
}

.minimized_chat {
    height: 56px
}


/* Boostrap 4 spacing */

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}