    /*****************/
    /***** RESET *****/
    /*****************/
    
    @import url("font-awesome/css/open-sans.css");
    body {
        color: #999999;
        font-family: 'open-sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
        margin: 0;
        overflow-x: hidden;
        padding: 0;
    }
    
    html {
        margin: 0;
        padding: 0;
    }
    
    {
        -moz-text-rendering: optimizeLegibility;
        -ms-text-rendering: optimizeLegibility;
        -o-text-rendering: optimizeLegibility;
        -webkit-text-rendering: optimizeLegibility;
        text-rendering: optimizeLegibility;
        -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
        -o-font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
    }
    /*********************/
    /* TITULOS GENERALES */
    /*********************/
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #00593B;
        font-family: 'Open Sans';
        font-weight: 700;
    }
    
    h1 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 25px;
        /* padding-left: 5%;*/
        /*text-transform:uppercase;		*/
    }
    
    h2 {
        color: #575757;
        font-size: 25px;
        line-height: 24px;
        margin: 0 0 25px;
    }
    
    h3 {
        color: #727272;
        font-size: 25px;
        /* line-height: 16px;*/
    }
    
    h4 {}
    
    h5 {}
    
    a,
    a:visited {
        color: #208867;
        outline: none;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    a:hover,
    a:active {
        text-decoration: none;
        color: #00593b;
        font-weight: bold;
    }
    
    ul {
        margin: 0;
        padding: 0;
    }
    
    ul li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    
    img {
        display: block;
        max-width: 100%;
    }
    
    p {
        color: #727272;
        font-family: 'Open Sans';
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 25px;
    }
    
    hr {}
    
    .button,
    .button:visited {
        border: 2px solid #dddddd;
        color: #aaaaaa;
        display: inline-block;
        font-family: "Open Sans";
        font-size: 13px;
        font-weight: 700;
        padding: 10px 30px;
    }
    
    .button:hover {
        background: #ddd none repeat scroll 0 0;
        color: #fff;
    }
    /*************************/
    /***** ADMINISTRADOR *****/
    /*************************/
    
    .user_dashboard a {
        border: 2px solid #dddddd;
        color: #aaaaaa;
        display: inline-block;
        font-family: "Open Sans";
        font-size: 13px;
        font-weight: 700;
        margin: 0 10px 0 0;
        padding: 10px 30px;
        text-transform: uppercase;
    }
    
    .admin_actions a {
        color: #aaaaaa;
        display: inline-block;
        font-family: "Open Sans";
        font-size: 13px;
        font-weight: 700;
        margin: 15px 0 0;
        padding: 10px 10px 0;
        text-transform: uppercase;
    }
    
    .user_dashboard a:hover {
        background: #ddd none repeat scroll 0 0;
        color: #fff;
    }
    /*******************************/
    /***** LOGIN ADMINISTRADOR *****/
    /*******************************/
    
    .loginAdmin {
        display: none;
    }
    
    .showControlBar .loginAdmin {
        background: #003322;
        display: block;
    }
    
    .showControlBar .loginAdmin .admin {
        float: right;
    }
    
    .showControlBar .loginAdmin .admin .userName,
    .showControlBar .loginAdmin .admin .userProfile {
        float: right;
        position: relative;
    }
    
    .showControlBar .loginAdmin .admin .userName a {
        color: #5cba55;
        display: block;
        font-family: "Lato", sans-serif;
        font-size: 12px;
        outline: none;
        padding: 5px 10px;
        text-decoration: none;
    }
    
    .showControlBar .loginAdmin .admin .userName a:hover,
    .showControlBar .loginAdmin .admin .userName a.active {
        background: #007952;
        color: #fff;
    }
    
    .showControlBar .loginAdmin .admin .userProfile {
        margin: 0;
        max-width: 35px;
    }
    
    .showControlBar .loginAdmin .admin .userMenu {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #eee;
        display: none;
        margin: 0;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 100%;
        width: 145%;
        z-index: 10;
    }
    
    .showControlBar .loginAdmin .admin .userMenu a {
        color: #454545;
        line-height: 14px;
    }
    
    .showControlBar .loginAdmin .admin .userMenu .viewProfile a,
    .showControlBar .loginAdmin .admin .userMenu .userProfilename a {
        border-bottom: 1px dotted #ccc;
    }
    /******************/
    /***** HEADER *****/
    /******************/
    
    .header {
        background: url("Imagenes/headerBg.jpg") top center no-repeat;
    }
    /********/
    /* LOGO */
    /********/
    
    .logo {
        position: relative;
        z-index: 10;
    }
    /*********/
    /* REDES */
    /*********/
    
    .header .redes {
        padding: 15px;
        text-align: right;
    }
    
    .header .redes .fb,
    .header .redes .tw,
    .header .redes .yt,
    .header .redes .linked,
    .header .redes .ins {
        background-image: url("Imagenes/header/redes.jpg") no-repeat;
        display: inline-block;
        font-size: 0;
        height: 17px;
        margin-left: 7px;
        width: 19px;
    }
    
    .header .redes .fb {
        background-position: 0 0;
    }
    
    .header .redes .fb:hover {
        background-position: 0 -17px;
    }
    
    .header .redes .tw {
        background-position: -19px 0;
    }
    
    .header .redes .tw:hover {
        background-position: -19px -17px;
    }
    
    .header .redes .yt {
        background-position: -38px 0;
    }
    
    .header .redes .yt:hover {
        background-position: -38px -17px;
    }
    
    .header .redes .linked {
        background-position: -57px 0;
    }
    
    .header .redes .linked:hover {
        background-position: -57px -17px;
    }
    
    .header .redes .ins {
        background-position: -76px 0;
    }
    
    .header .redes .ins:hover {
        background-position: -76px -17px;
    }
    /********************/
    /* MENU TRANSVERSAL */
    /********************/
    
    .header .transversal {
        text-align: right;
    }
    
    .header .transversal .headerTools a {
        color: #fff;
        display: inline-block;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 300;
        padding: 15px 0;
    }
    
    .header .transversal .headerTools a::after {
        color: #fff;
        content: "|";
        padding: 0 15px;
    }
    
    .header .transversal .headerTools a:hover {
        color: #8CC63E;
    }
    /**********/
    /* SEARCH */
    /**********/
    
    .search {
        position: relative;
    }
    
    .search .searchInputContainer {
        display: none;
        margin: 0;
        position: absolute;
        right: 100%;
        top: 0;
    }
    
    .search .searchInputContainer input {
        background: #EEE;
        border: none;
        box-sizing: border-box;
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 16px;
        height: 48px;
        padding: 8px 38px;
    }
    
    .search .SearchButton,
    .search .searchBtn {
        background: url("Imagenes/header/searchBtn.png") center center no-repeat;
        box-sizing: border-box;
        display: none;
        height: 17px;
        padding: 24px;
        width: 19px;
    }
    
    .search .SearchButton:hover,
    .search .searchBtn:hover {
        background: #8CC63E url("Imagenes/header/searchBtn.png") center center no-repeat;
    }
    
    .search .visible {
        display: block;
    }
    /************/
    /* BANCANET */
    /************/
    
    .header .BancaNet.responsive {
        display: none;
    }
    
    .header .BancaNet {
        position: relative;
        text-align: right;
    }
    
    .header .BancaNet .bancaBtn {
        background-size: contain !important;
        background: url("Imagenes/header/bancaNet.png") top left no-repeat;
        display: inline-block;
        font-size: 0;
        height: 48px;
        width: 182px;
    }
    
    .header .BancaNet .bancaBtn.active {
        background: url("Imagenes/header/bancaNetHover.png") top left no-repeat;
    }
    
    .header .BancaNet .bancaBtn:hover {
        /*	opacity:0.5;*/
    }
    
    .header .BancaNet .BancaNetList {
        background: #bbb none repeat scroll 0 0;
        box-sizing: border-box;
        display: none;
        padding: 5px 10px;
        position: absolute;
        right: 0;
        text-align: left;
        top: 100%;
        width: 82.3%;
        z-index: 10;
    }
    
    .showControlBar .header .BancaNet .BancaNetList {
        display: block;
    }
    
    .header .BancaNet .BancaNetList .list li {
        border-bottom: 1px solid #aaa;
        border-top: 1px solid #ccc;
    }
    
    .header .BancaNet .BancaNetList .list li:first-child {
        border-top: none;
    }
    
    .header .BancaNet .BancaNetList .list li:last-child {
        border-bottom: none;
    }
    
    .header .BancaNet .BancaNetList .list li a {
        color: #fff;
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 11px;
        font-weight: 700;
        line-height: 11px;
        padding: 10px;
        text-transform: uppercase;
    }
    
    .header .BancaNet .BancaNetList .list li a:hover {
        background: #00593B;
    }
    /*************/
    /* MAIN MENU */
    /*************/
    
    .menu {
        margin: 22px 0 0;
    }
    
    .menu .responsiveMenuButton {
        display: none;
    }
    
    .menu ul {
        display: inline-block;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        position: relative;
        /*width:61%;*/
    }
    
    .menu ul li {
        box-sizing: border-box;
        float: left;
        transition: all 0.3s ease-in-out;
    }
    
    .menu ul li a {
        color: #545454;
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 13px;
        margin-right: 2px;
        padding: 17px 17px 18px;
        text-transform: capitalize;
        position: relative;
    }
    
    .menu>ul>li>a::after {
        bottom: 0;
        color: #ddd;
        content: "|";
        font-size: 20px;
        font-weight: 300;
        margin: auto 0;
        position: absolute;
        right: 0;
        top: 15px;
    }
    
    .menu>ul>li:last-child>a::after {
        content: "";
    }
    
    .menu ul li:hover,
    .menu ul li.selected {
        color: #00593b;
    }
    
    .menu ul li a:hover {
        color: #5abc4f;
    }
    /*****************/
    /* SEGUNDO NIVEL */
    /*****************/
    
    .menu ul li>ul {
        background: #eaeaea none repeat scroll 0 0;
        border-bottom: 2px solid #5abc4f;
        box-sizing: border-box;
        display: none;
        left: 0;
        padding: 20px 20px 0;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 11;
        text-align: left;
    }
    
    .menu ul li>ul .columns {
        box-sizing: border-box;
        float: left;
        margin-right: 2%;
        width: 32%;
    }
    
    .menu ul li>ul .columns:last-child {
        margin-right: 0;
    }
    
    .menu ul li>ul li {
        margin: 0;
        width: 100%;
    }
    
    .menu ul li>ul li:hover,
    .menu ul li>ul li.selected {
        border: none;
    }
    
    .menu ul li>ul li:hover>a,
    .menu ul li>ul li.selected>a {
        color: #5ABC4F;
        font-weight: 700;
    }
    
    .menu ul li>ul li a {
        border-bottom: 1px solid #5ABC4F;
        color: #545454;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        margin: 0 0 10px;
        padding: 0 0 5px;
    }
    /****************/
    /* TERCER NIVEL */
    /****************/
    
    .menu ul li>ul li>ul {
        border-bottom: none;
        display: inline-block;
        float: left;
        left: 0;
        margin: 0 0 20px;
        padding: 0;
        position: relative;
        top: 100%;
    }
    
    .menu ul li>ul li>ul li {
        margin: 0;
        width: 100%;
    }
    
    .menu ul li>ul li>ul li a {
        border: 0 none;
        font-family: "Lato", sans-serif;
        margin: 0;
        padding: 0 0 0 15px;
        text-transform: none;
    }
    /****************/
    /* CUARTO NIVEL */
    /****************/
    
    .menu ul li>ul li>ul li>ul {
        display: none;
    }
    /****************/
    /* QUINTO NIVEL */
    /****************/
    
    .menu ul li>ul li>ul li>ul li>ul {}
    /**********/
    /* BANNER */
    /**********/
    
    .index {
        position: absolute;
        z-index: 5;
    }
    
    .bannerHome.responsive {
        display: none;
    }
    
    .bannerHome {
        position: relative;
        top: -10px;
    }
    
    .bannerHome .theme-default .nivoSlider {
        border-bottom: 10px solid #eeeeee;
        box-shadow: none;
        top: 10px;
    }
    
    .bannerHome .theme-default .nivo-controlNav {
        bottom: 0;
        position: absolute;
        width: 100%;
        z-index: 10;
    }
    /*.bannerHome .theme-default .nivo-controlNav a{
			background: url("Imagenes/bullets.png");
			height:21px;
		}*/
    
    .bannerHome .theme-default .nivo-controlNav a.active {
        background-position: 0 -20px;
    }
    
    .dnnEditState .bannerHome.responsive,
    .showControlBar .bannerHome.responsive {
        display: block;
        margin: 0 auto;
        width: 25%;
    }
    
    .containerSubHome .bannerHome .theme-default .nivo-controlNav {
        bottom: 40px;
    }
    /**********************/
    /***** CONTENIDOS *****/
    /**********************/
    
    .rightContent ul li,
    .tabsProC ul li,
    .rightContent ol li,
    .tabsProC ol li {
        color: #727272;
        font-family: "Lato", sans-serif;
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
        padding: 0 0 0 20px;
        position: relative;
    }
    
    .rightContent ul li::before,
    .tab-content ul li::before,
    .tab-content ul li::before,
    .ui-accordion-content ul li::before {
        content: "●";
        color: #00583c;
        //left: -15px;
        //position: absolute;
        //padding:0 5px 0 15px;
    }
    
    .rightContent .tabButton ul li::before {
        content: "";
    }
    
    .tabsProC .DNNModuleContent.ModDNNHTMLC .redactor_box ul li::before,
    .DNNModuleContent.ModDNNHTMLC .redactor_box ul li::before,
    .rightContent li.tabButton::before,
    .li.tabButton::before {
        content: "";
        padding: 0;
    }
    
    .tabsProC .DNNModuleContent.ModDNNHTMLC .redactor_box .redactor_toolbar a {
        color: #333;
    }
    
    .ui-lightness .ui-widget-content a,
    .tabsProC a {
        color: #00593b;
    }
    
    .tp-bs-tabs.tabs-above ul li.tabButton {
        padding: 0;
    }
    /***************/
    /* MIGA DE PAN */
    /***************/
    
    .breadcrumb {
        background: #eeeeee none repeat scroll 0 0;
        margin: 0 0 45px;
        padding: 8px;
        position: relative;
        top: 50px;
    }
    
    .breadcrumb2 {
        background: #eeeeee none repeat scroll 0 0;
        margin: 0 0 45px;
        padding: 8px;
        position: relative;
    }
    
    .breadcrumb a,
    .breadcrumb span {
        /*color: #999999;*/
        /*font-size: 13px;*/
        padding: 0 7px;
    }
    /*	.breadcrumb a:last-child {
			color: #5cba55;
		}*/
    /********************/
    /* INTERNAS GENERAL */
    /********************/
    /****************/
    /* MENU LATERAL */
    /****************/
    
    .pageTitleSidebar {
        background: #00583c none repeat scroll 0 0;
        color: #fff;
        display: block;
        font-family: "Open Sans";
        font-size: 18px;
        margin: 0 0 25px;
        padding: 12px;
        text-transform: uppercase;
    }
    
    .sidebar #dnn_pnav {
        padding: 0 15px;
    }
    
    .sidebar ul li {
        margin: 0 0 10px;
    }
    
    .sidebar ul li a {
        color: #999999;
        display: block;
        line-height: 15px;
        padding: 0 0 5px;
    }
    
    .sidebar ul li ul {
        display: none;
    }
    
    .sidebar .selected a {
        border-bottom: 1px solid #5cba55;
        color: #5cba55;
    }
    
    .sidebar ul li:hover {
        border-bottom: 1px solid #5cba55;
        margin: 0 0 9px
    }
    
    .sidebar .pautaLeft {
        margin: 60px 0 0;
    }
    /********/
    /* CHAT */
    /********/
    
    .chatContainer a.responsive {
        display: none;
    }
    
    .chatContainer {
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 11;
    }
    
    .chatContainer a:hover {
        opacity: 0.5;
    }
    
    .dnnEditState .chatContainer,
    .dnnEditState .needHelp {
        width: 150px;
    }
    /*****************************/
    /* RESULTADOS DE LA BUSQUEDA */
    /*****************************/
    
    .interna .dnnSearchBoxPanel,
    .interna .dnnSearchResultPager.dnnSearchResultPagerTop {
        display: none !important;
    }
    
    .interna .dnnSearchResultPanel {
        background-color: #fff;
        margin: 0;
        max-width: 1180px;
        padding: 0 0 20px;
    }
    
    .interna .dnnSearchResultPanel .dnnSearchResultSortOptions {
        border: none;
        border-radius: 0;
        padding: 0;
    }
    
    .interna .dnnSearchResultPanel .dnnSearchResultSortOptions>li {
        border: none;
        margin: 0;
        padding: 0;
    }
    
    .interna .dnnSearchResultPanel .dnnSearchResultSortOptions>li>a {
        background: #fff none repeat scroll 0 0;
        border: 2px solid #ddd;
        color: #aaa;
        font-family: "Open Sans";
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .interna .dnnSearchResultPanel .dnnSearchResultSortOptions>li>a:hover {
        background: #ddd;
        color: #fff;
    }
    
    .interna .dnnSearchResultPanel .RadComboBox {
        width: auto;
    }
    
    .interna .RadComboBox_Default td.rcbInputCellLeft,
    .interna .RadComboBox_Default td.rcbInputCellRight {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 2px solid #ddd;
        border-radius: 0;
        box-shadow: none;
        color: #aaa;
    }
    
    .interna .RadComboBox_Default td.rcbInputCellLeft {
        border-right: none;
    }
    
    .interna .RadComboBox_Default td.rcbInputCellLeft input[readonly],
    .interna .RadComboBox_Default td.rcbInputCellRight input[readonly] {
        font-family: "Open Sans";
        font-size: 13px;
        font-weight: 700;
    }
    
    .interna .RadComboBox_Default td.rcbArrowCellRight,
    .interna .RadComboBox_Default td.rcbArrowCellLeft {
        background: none;
        border: 2px solid #ddd;
        border-radius: 0;
        box-shadow: none;
    }
    
    .interna .RadComboBox_Default td.rcbArrowCellRight {
        border-left: none;
    }
    
    .interna .RadComboBox_Default .rcbInput {
        padding: 11px !important;
    }
    
    .interna .dnnSearchResultContainer>.dnnSearchResultItem {
        padding: 0 0 30px;
    }
    
    .interna .dnnSearchResultPager {
        display: inline-block;
        margin: 30px 0;
        width: 100%;
    }
    
    .dnnSearchResultItem-Others,
    .searchSkinObjectPreview {
        display: none;
    }
    
    .dnnSearchResultContainer>.dnnSearchResultItem>.dnnSearchResultItem-Title,
    .dnnSearchResultItem-Subset .dnnSearchResultItem-Title {
        border-bottom: 1px solid #ddd;
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 6px;
        padding: 0 0 10px;
    }
    
    .dnnSearchResultContainer>.dnnSearchResultItem-Subset {
        margin: 0 0 30px;
        padding: 0 0 30px;
    }
    /**************************/
    /***** MAPA DEL SITIO *****/
    /**************************/
    
    .sitemap {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1%;
        -moz-column-gap: 1%;
        column-gap: 1%;
    }
    
    .sitemap #dnn_pnav a {
        color: #575757;
        display: block;
    }
    
    .sitemap #dnn_pnav a:hover {
        color: #5abc4f;
    }
    
    .sitemap #dnn_pnav>li:first-child>ul {
        display: none;
    }
    
    .sitemap #dnn_pnav>li>a {
        border-bottom: 1px solid #5abc4f;
        font-family: "Open Sans";
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    
    .sitemap #dnn_pnav>li ul {
        margin: 10px 0 10px 20px;
    }
    
    .sitemap #dnn_pnav>li>ul {
        margin: 10px 0;
    }
    
    .sitemap #dnn_pnav>li>ul>li>a {
        font-weight: 700;
    }
    
    .sitemap #dnn_pnav>li>ul>li>ul>li a {
        font-size: 12px;
        line-height: 15px;
    }
    /*****************/
    /* TABS HOME */
    /*****************/
    
    a.tabLink,
    .ui-lightness .ui-accordion .ui-accordion-header {
        background: #00583c !important;
    }
    
    li.tabButton.active a.tabLink,
    .bstrap30 .nav-tabs>li.active>a:hover,
    .bstrap30 .nav-tabs>li.active>a:focus,
    .ui-lightness .ui-accordion .ui-accordion-header.ui-accordion-header-active,
    .ui-lightness .ui-accordion .ui-accordion-header.ui-accordion-header-active:hover {
        background: #5cba55 !important;
    }
    
    .nav.nav-tabs.tabs-root {
        border-bottom: 2px solid #00583c;
    }
    
    .bstrap30 .nav-tabs,
    .bstrap30 .tab-pane {
        border: none;
    }
    
    .bstrap30 .tab-pane {
        color: #9a9a9a;
    }
    
    .bstrap30 .tab-pane {
        background-color: #f4f4f4;
    }
    
    .bstrap30 .nav-tabs>li>a,
    .bstrap30 .nav-tabs>li.active {
        border-radius: 0;
        color: #fff !important;
        font-family: 'Open Sans';
        margin: 0px;
        text-transform: uppercase;
    }
    
    .bstrap30 .nav-tabs>li>a {
        padding: 10px 30px;
    }
    
    .bstrap30 .nav-tabs>li>a:hover {
        border-color: transparent;
    }
    
    .tabButton {
        border-right: 1px solid #fff;
    }
    
    .tabButton:hover,
    .ui-lightness .ui-accordion .ui-accordion-header:hover {
        opacity: 0.8;
    }
    
    .ui-lightness .ui-accordion .ui-accordion-header {
        margin-top: 1px;
    }
    
    .ui-lightness .ui-state-default a,
    .ui-lightness .ui-state-default a:link,
    .ui-lightness .ui-state-default a:visited {
        color: #fff;
        font-family: "Open Sans";
        font-weight: normal;
        font-size: 12px;
        text-decoration: none;
        text-transform: uppercase;
    }
    
    .ui-lightness .ui-accordion .ui-accordion-header,
    .tabPnl.ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active {
        border: none;
        border-radius: 0px;
        padding: 10px 20px;
    }
    
    .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e,
    .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s {
        display: none;
    }
    
    .ui-lightness .ui-accordion .ui-accordion-header .accordionLink::before {
        content: "►";
        font-size: 10px;
        padding: 0 10px 0 0;
    }
    
    .ui-lightness .ui-accordion .ui-accordion-header.ui-accordion-header-active a.accordionLink::before {
        content: "▼";
        font-size: 10px;
        padding: 0 10px 0 0;
    }
    
    .tabsProRoot .tabPnl {
        background: #f4f4f4 none repeat scroll 0 0;
        padding: 15px !important;
    }
    /*****************************/
    /***** CARRUSEL CON TABS *****/
    /*****************************/
    
    .carrusel {
        background: #F2F2F2;
        margin-bottom: 70px;
    }
    
    .ax-tab-container {
        position: relative;
    }
    
    .ax-tab-container .ax-prev,
    .ax-tab-container .ax-next {
        background: url(Imagenes/arrowsCarousel.png) 0 0 no-repeat;
        font-size: 0;
        height: 25px;
        left: -12px;
        opacity: 0.8;
        position: absolute;
        top: 18px;
        width: 12px;
        z-index: 20;
    }
    
    .ax-tab-container .ax-next {
        background-position: -12px 0;
        left: auto;
        right: -12px;
    }
    
    .ax-tab-container .ax-prev:hover,
    .ax-tab-container .ax-next:hover {
        opacity: 1;
    }
    
    .ax-carousel {
        /*float:left;*/
        overflow: hidden;
        width: 100%;
    }
    
    .ax-tabs {
        font-size: 0;
        left: -25%;
        margin: 0;
        padding: 0;
        position: relative;
        width: 200%;
        z-index: 5;
    }
    
    .ax-tabs li {
        display: inline-block;
        vertical-align: middle;
        width: 12.5%;
    }
    
    .ax-tabs li.ax-active,
    .ax-tabs li:hover {}
    
    .ax-tabs li.ax-active a {
        color: #fff;
    }
    
    .ax-tabs li a.ax-icon-1 {
        background: url(../images/svg/credit-cards.svg) 90% center no-repeat;
        background-size: 30px;
    }
    
    .ax-tabs li.ax-active a.ax-icon-1 {
        background: url(../images/svg/credit-cards-h.svg) 90% center no-repeat;
        background-size: 30px;
    }
    
    .ax-tabs li a.ax-icon-2 {
        background: url(../images/svg/hands.svg) 90% center no-repeat;
        background-size: 50px;
    }
    
    .ax-tabs li.ax-active a.ax-icon-2 {
        background: url(../images/svg/hands-h.svg) 90% center no-repeat;
        background-size: 50px;
    }
    
    .ax-tabs li a.ax-icon-3 {
        background: url(../images/svg/home.svg) 90% center no-repeat;
        background-size: 30px;
    }
    
    .ax-tabs li.ax-active a.ax-icon-3 {
        background: url(../images/svg/home-h.svg) 90% center no-repeat;
        background-size: 30px;
    }
    
    .ax-tabs li a.ax-icon-4 {
        background: url(../images/svg/pig.svg) 90% center no-repeat;
        background-size: 30px;
    }
    
    .ax-tabs li.ax-active a.ax-icon-4 {
        background: url(../images/svg/pig-h.svg) 90% center no-repeat;
        background-size: 30px;
    }
    
    .ax-tabs li a.ax-icon-5 {
        background: url(../images/svg/investment_bar.svg) 90% center no-repeat;
        background-size: 30px;
    }
    
    .ax-tabs li.ax-active a.ax-icon-5 {
        background: url(../images/svg/investment_bar-h.svg) 90% center no-repeat;
        background-size: 30px;
    }
    
    .ax-tabs li a,
    .ax-accordion {
        color: #00593b;
        display: block;
        font-family: "Open Sans";
        font-size: 17px;
        font-weight: 400;
        line-height: 17px;
        padding: 15px 60px 15px 40px;
        text-transform: uppercase;
    }
    
    .ax-accordion {
        display: none;
    }
    
    .ax-selected {
        background: #8CC63E url("../images/hover-item.png") center left no-repeat;
        height: 78px;
        left: 25%;
        position: absolute;
        top: -7px;
        width: 25%;
        z-index: 4;
    }
    
    .ax-tab-content h2 {
        font-size: 25px;
        margin-top: 50px;
        padding: 0 40px;
    }
    
    .ax-tab-content p {
        color: #444;
        font-family: "Open Sans";
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        padding: 0 40px;
    }
    
    .ax-tab-content .ax-tab {
        display: none;
    }
    
    .ax-tab-content .ax-tab:nth-child(4) {
        display: block;
    }
    
    #about {
        min-height: 50%;
        background: #ffffff;
        /*padding-top: 18rem;*/
        overflow: hidden;
        max-width: 1180px;
        margin: auto;
        padding-top: 3%;
        padding-bottom: 3%;
    }
    
    h3.intro-header3::before {
        display: block;
        content: "";
        height: 4px;
        width: 70px;
        background-color: #008866;
        position: absolute;
        left: 50%;
        top: 130%;
        bottom: 0;
    }
    
    h2.intro-header3::before {
        display: block;
        content: "";
        height: 4px;
        width: 70px;
        background-color: #33B065;
        position: absolute;
        left: 50%;
        top: 130%;
        bottom: 0;
    }
    
    @media only screen and (max-width: 600px) {}
    
    @media only screen and (max-width: 400px) {
        #primerpaso,
        #segundopaso,
        #tercerpaso,
        #cuartopaso,
        #quintopaso {
            width: 50% !important;
        }
        h2.intro-header3::before {
            display: block;
            content: "";
            height: 4px;
            width: 70px;
            background-color: #33B065;
            position: absolute;
            left: 40%;
            top: 130%;
            bottom: 0;
        }
        h3.intro-header3::before {
            display: block;
            content: "";
            height: 4px;
            width: 70px;
            background-color: #33B065;
            position: absolute;
            left: 8%;
            top: 40%;
            bottom: 0;
        }
        h3.intro-header4::before {
            display: block;
            content: "";
            height: 4px;
            width: 70px;
            background-color: #33B065;
            position: absolute;
            left: 8%;
            top: 40%;
            bottom: 0;
        }
        h3.intro-header7::before {
            display: block;
            content: "";
            height: 4px;
            width: 70px;
            background-color: #33B065;
            position: absolute;
            left: 8%;
            top: 15%;
            bottom: 0;
        }
    }
    
    h3.intro-header5::before {
        display: block;
        content: "";
        height: 4px;
        width: 70px;
        background-color: #33B065;
        position: absolute;
        /*left: 2%;*/
        top: 45%;
        bottom: 0;
    }
    
    h3.intro-header6::before {
        display: block;
        content: "";
        height: 4px;
        width: 70px;
        background-color: #33B065;
        position: absolute;
        /*left: 3%;*/
        top: 30%;
        bottom: 0;
    }
    
    h3.intro-header7::before {
        top: 30%;
    }
    
    @media only screen and (max-width: 768px) {
        h1.intro-header2::before {
            display: block;
            content: "";
            height: 4px;
            width: 100px;
            background-color: #008866;
            position: absolute;
            left: 40%;
            top: 115%;
            bottom: 0;
        }
        h2.intro-header3::before {
            display: block;
            content: "";
            height: 4px;
            width: 70px;
            background-color: #33B065;
            position: absolute;
            left: 40%;
            top: 110%;
            bottom: 0;
        }
        h3.intro-header3::before {
            display: block;
            content: "";
            height: 4px;
            width: 70px;
            background-color: #33B065;
            position: absolute;
            left: 7%;
            top: -50%;
            bottom: 0;
        }
        h3.intro-header5::before {
            display: block;
            content: "";
            height: 4px;
            width: 70px;
            background-color: #33B065;
            position: absolute;
            left: 2%;
            top: 45%;
            bottom: 0;
        }
    }
    
    @media only screen and (min-width: 1024px) {
        h2.intro-header3::before {
            display: block;
            content: "";
            height: 4px;
            width: 70px;
            background-color: #33B065;
            position: absolute;
            left: 47%;
            top: 130%;
            bottom: 0;
        }
        h3.intro-header3::before {
            display: block;
            content: "";
            height: 4px;
            width: 70px;
            background-color: #33B065;
            position: absolute;
            left: 4%;
            top: 40%;
            bottom: 0;
        }
        h3.intro-header7::before {
            display: block;
            content: "";
            height: 4px;
            width: 70px;
            background-color: #33B065;
            position: absolute;
            left: 3%;
            top: 20%;
            bottom: 0;
        }
    }
    
    .boton4 {
        display: inline-block;
        font-family: "Open Sans";
        font-size: 22px;
        font-weight: bold;
        height: 5.4rem;
        padding: 0 3rem;
        margin: 30px 1.2rem 0;
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        width: 300px;
        height: 70px;
        white-space: nowrap;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #33B065;
        border: .3rem solid #33B065;
    }
    
    .boton4:hover {
        background-color: #0B885E;
        border-color: #0B885E;
        color: #ffffff;
        outline: 0;
    }
    /* ===================================================================
 *  15. footer styles - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */
    
    footer {
        padding-top: 50px;
        padding-bottom: 4.2rem;
        font-size: 1.5rem;
        line-height: 2.7rem;
        color: #ffffff;
        background-color: #00593b;
    }
    
    footer a,
    footer a:visited {
        color: #39b54a;
    }
    
    footer a:hover,
    footer a:focus {
        color: white;
    }
    
    footer h4 {
        color: #ffffff;
        /*font-size: 1.5rem;*/
        /*padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;*/
        position: relative;
    }
    /*footer h4::before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: 0;
  bottom: 0;
}*/
    
    footer ul {
        list-style: none;
        margin: 0;
    }
    
    footer ul li {
        padding-left: 0;
    }
    
    footer ul a,
    footer ul a:visited {
        color: rgba(255, 255, 255, 0.25);
    }
    
    .footer-logo {
        height: 30px;
    }
    
    .footer-social-list {
        font-size: 1.8rem;
        margin-top: -1.5rem;
        margin-bottom: 3rem;
    }
    
    .footer-social-list li {
        display: inline-block;
        margin-right: 8px;
    }
    
    .footer-social-list li:last-child {
        margin-right: 0;
    }
    
    .footer-site-links .list-links {
        margin-bottom: 3rem;
    }
    
    .footer-subscribe .subscribe-form {
        margin: 0;
        padding: 0;
        position: relative;
    }
    
    .footer-subscribe #mc-form {
        width: 100%;
    }
    
    .footer-subscribe #mc-form input[type="email"] {
        width: 100%;
        height: 5.4rem;
        padding: 1.2rem 100px 1.2rem 60px;
        background: url(../images/email-icon.png) 20px center no-repeat, rgba(0, 0, 0, 0.1);
        background-size: 24px 16px, auto;
        margin-bottom: 1.8rem;
        color: #ffffff;
    }
    
    .footer-subscribe #mc-form input[type="email"]:focus {
        color: #ffffff;
    }
    
    .footer-subscribe #mc-form {
        position: absolute;
        top: 0;
        right: 0;
        color: #ffffff;
        background: #39b54a;
        border-color: #39b54a;
        border-radius: 0 .5rem .5rem 0;
        padding: 0 15px;
    }
    
    .footer-subscribe #mc-form label {
        color: #ffffff;
        font-family: "Open Sans";
        font-size: 1.3rem;
        padding: 0 2rem;
    }
    
    .footer-subscribe #mc-form label i {
        padding-right: 6px;
    }
    
    .footer-subscribe #mc-form ::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.2);
    }
    
    .footer-subscribe #mc-form :-moz-placeholder {
        color: rgba(255, 255, 255, 0.2);
        /* Firefox 18- */
    }
    
    .footer-subscribe #mc-form ::-moz-placeholder {
        color: rgba(255, 255, 255, 0.2);
        /* Firefox 19+ */
    }
    
    .footer-subscribe #mc-form :-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.2);
    }
    
    .footer-subscribe #mc-form .placeholder {
        color: #ffffff !important;
    }
    
    .footer-bottom {
        margin-top: 6.6rem;
        text-align: center;
    }
    
    .footer-bottom .copyright span {
        display: inline-block;
    }
    
    .footer-bottom .copyright span::after {
        content: "|";
        display: inline-block;
        padding: 0 1rem 0 1.2rem;
        color: #ffffff;
    }
    
    .footer-bottom .copyright span:last-child::after {
        display: none;
    }
    /* ------------------------------------------------------------------- 
 * go to top
 * ------------------------------------------------------------------- */
    
    #go-top {
        position: fixed;
        bottom: 120px;
        right: 10px;
        z-index: 600;
        display: none;
    }
    
    #go-top a,
    #go-top a:visited {
        text-decoration: none;
        border: 0 none;
        display: block;
        height: 60px;
        width: 60px;
        line-height: 60px;
        text-align: center;
        background: #02ba70;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        border-radius: 50px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    #go-top a i,
    #go-top a:visited i {
        font-size: 18px;
        line-height: inherit;
    }
    
    #go-top a:hover,
    #go-top a:focus {
        color: #ffffff;
    }
    /* ------------------------------------------------------------------- 
 * responsive:
 * footer 
 * ------------------------------------------------------------------- */
    
    @media only screen and (max-width: 1024px) {
        .footer-main>.row {
            max-width: 800px;
        }
        .footer-info,
        .footer-contact,
        .footer-site-links {
            margin-bottom: 1.2rem;
            margin-left: 10px;
        }
        .footer-subscribe {
            /*clear: both;*/
        }
    }
    
    @media only screen and (max-width: 768px) {
        .footer-main>.row {
            /*max-width: 600px;*/
        }
        .footer-logo {
            margin-left: auto;
            margin-right: auto;
        }
        .footer-info {
            text-align: center;
        }
        #go-top {
            bottom: 0;
            right: 0;
        }
        #go-top a,
        #go-top a:visited {
            border-radius: 50px 0 0 0;
        }
    }
    /* ===================================================================
 *  13. testimonials - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
    
    #testimonials {
        /* background: #FFFFFF;*/
        padding: 5px 0 9rem;
        text-align: center;
        min-height: 600px;
        position: relative;
    }
    
    #testimonials .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    @media (min-width: 992px) {
        .bg-image.bg-parallax {
            /* background-attachment: fixed;*/
        }
    }
    
    .col-md-6 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    @media (min-width: 992px) {
        @media (min-width: 992px) {
            .col-md-6 {
                width: 50%;
            }
        }
    }
    
    #verde {
        background-color: #005841;
        padding: 5px 0 9rem;
        text-align: center;
        min-height: 400px;
        position: relative;
    }
    
    #testimonios2 {
        min-height: 50%;
        background: #ffffff;
        /* padding-top: 18rem; */
        overflow: hidden;
        max-width: 1180px;
        margin: auto;
        padding-top: 3%;
        padding-bottom: 3%;
    }
    
    .about-img {
        /*padding: 20px 30px 20px 150px;*/
    }
    
    .about-img2 {
        padding: 0;
    }
    
    .feature2 {
        padding-top: 15%;
    }
    
    .formulario {
        background: #F6F6F6;
        margin: auto;
        padding-top: 3%;
        padding-bottom: 3%;
    }
    
    @media only screen and (max-width: 600px) {
        .bannerHome .theme-default .nivoSlider {
            top: 0!important;
        }
        .about-img {
            padding: 0;
        }
        .feature2 {
            padding-top: 0;
        }
        .boton5 {
            margin: 0 !important;
        }
        .boton4 {
            margin: 30px 0px 0px 20px !important;
            width: 90% !important;
        }
        #iconos1 {
            padding-left: 50px !important;
            padding-right: 50px !important;
        }
        #remesas p {
            font-size: 25px !important;
        }
        #titulo {
            padding-top: 7% !important;
            line-height: 5rem !important;
        }
        #remesastitulo {
            font-size: 25px!important;
            line-height: 4rem!important;
        }
    }
    
    #preguntasFrecuentes {
        background: #008864;
        color: #ffffff;
        padding-top: 5rem;
        padding-bottom: 5rem;
        text-align: left;
    }
    
    .boton4 {
        display: inline-block;
        font-family: "Open Sans";
        /* font-size: 22px; */
        font-size: 140%;
        font-weight: bold;
        height: 5.4rem;
        padding: 0 3rem;
        margin: 30px 1.2rem 0px 50px;
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        line-height: 2.5;
        width: 350px;
        height: 70px;
        white-space: nowrap;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #00593b;
        border: .3rem solid #00593b;
    }
    
    .boton4:hover {
        background-color: #33ba75;
        border-color: #33ba75;
        color: #ffffff;
        outline: 0;
    }
    
    .boton5 {
        display: inline-block;
        font-family: "Open Sans";
        /* font-size: 22px; */
        font-size: 140%;
        font-weight: bold;
        height: 5.4rem;
        padding: 0 3rem;
        margin: 30px 1.2rem 0px 50px;
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        line-height: 2.5;
        width: 350px;
        height: 70px;
        white-space: nowrap;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #008866;
        border: .3rem solid #008866;
    }
    
    .boton5:hover {
        background-color: #00593b;
        border-color: #00593b;
        color: #ffffff;
        outline: 0;
    }
    
    #about2 {
        min-height: 50%;
        /* padding-top: 18rem; */
        overflow: hidden;
        max-width: 1180px;
        margin: auto;
        padding-bottom: 3%;
    }
    /****************************************************************************/
    /******************/
    /***** FOOTER *****/
    /******************/
    
    .footer {
        background: #00593b none repeat scroll 0 0;
        color: #fff;
        margin: 50px 0 0;
        padding: 50px 0;
        position: relative;
    }
    
    .footer p span {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .footer a {
        color: #fff;
    }
    
    .footer .col-1 a {
        opacity: 1;
    }
    
    .footer ul.redactor_toolbar li {
        background: none;
    }
    
    .footer a:hover {
        opacity: 1;
    }
    
    .footer ul li {
        background: url("../images/footer/footerList.jpg") left 4px no-repeat;
        margin-bottom: 5px;
        /*padding-left:15px;	*/
    }
    
    .footer .col-3 ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    
    .footer a.reclamo {
        background: #008866 none repeat scroll 0 0;
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-weight: 700;
        margin: 100px 0 0;
        opacity: 1;
        padding: 15px 10px;
        text-align: center;
        text-transform: uppercase;
    }
    
    .footer .toTop {
        cursor: pointer;
        display: none;
        position: fixed;
        right: 20px;
        bottom: 170px;
        transition: all 0.3s ease-in-out;
        z-index: 10;
    }
    
    .footer .toTop:hover,
    .footer a.reclamo:hover {
        opacity: 0.5;
    }
    
    .footer p {
        color: #fff;
    }
    
    .footer .grid_2.col-5 {
        padding: 50px 1% 0;
    }
    /*CARRUSELES*/
    /*.mySlides {
    display: none;
}



.slideshow-container {
    
    position: relative;
    margin: auto;
}


.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

*/
    
    @media only screen and (max-width: 600px) {
        .primero #primero {
            display: none !important;
        }
        .primero #primerom {
            display: block !important;
        }
        .segundo #segundo {
            display: none !important;
        }
        .segundo #segundom {
            display: block !important;
        }
        .tercero #tercero {
            display: none !important;
        }
        .tercero #tercerom {
            display: block !important;
        }
        .cuarto #cuarto {
            display: none !important;
        }
        .cuarto #cuartom {
            display: block !important;
        }
        .quinto #quinto {
            display: none !important;
        }
        .quinto #quintom {
            display: block !important;
        }
        .sexto #sexto {
            display: none !important;
        }
        .sexto #sextom {
            display: block !important;
        }
        .septimo #septimo {
            display: none !important;
        }
        .septimo #septimom {
            display: block !important;
        }
        .octavo #octavo {
            display: none !important;
        }
        .octavo #octavom {
            display: block !important;
        }
        .primeromovil #primeromovil {
            display: none !important;
        }
        .primeromovil #primeromovilm {
            display: block !important;
        }
        .segundomovil #segundomovil {
            display: none !important;
        }
        .segundomovil #segundomovilm {
            display: block !important;
        }
        .terceromovil #terceromovil {
            display: none !important;
        }
        .terceromovil #terceromovilm {
            display: block !important;
        }
        #logolafisefooter {
            width: 100% !important;
        }
        #SegundoCarrusel {
            height: 400px !important;
        }
    }
    
    #about2 {
        background: #ffffff;
        overflow: hidden;
        height: auto;
        margin-bottom: -0%;
    }
    
    #about2 .col-md-4 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 20px;
        padding-top: 0px !important;
        border: 1px solid #ACACAC;
        height: 450px;
    }
    
    #about2 .col-md-4:hover {
        box-shadow: 0 10px 16px #838383;
    }
    
    @media (min-width: 992px) {
        #about2 .col-md-4 {
            width: 33% !important;
        }
    }
    /*------------------------------------------------------*/
    
    .slideshow-container {
        position: relative;
        margin: auto
    }
    
    .mySlides {
        display: none;
    }
    
    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: #222428;
        font-weight: bold;
        font-size: 30px;
        transition: .6s ease;
        border-radius: 0 3px 3px 0
    }
    
    .next {
        right: -1px;
        border-radius: 3px 3px 3px 3px
    }
    
    .prev {
        border-radius: 3px 3px 3px 3px
    }
    
    .prev:hover,
    .next:hover {
        color: #f2f2f2;
        background-color: rgba(0, 0, 0, 0.8)
    }
    
    .text {
        color: #f2f2f2;
        font-size: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        background-color: #222428
    }
    
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0
    }
    
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color .6s ease
    }
    
    .active,
    .dot:hover {
        background-color: #717171
    }
    
    .nivo-directionNav {
        display: none;
    }
    
    @media only screen and (max-width: 600px) {
        h1 {
            text-align: center !important;
        }
    }