:root {
    --main-color: #BAD405;
    --second-color: #054536;
    --wokr-color: #333333;
    --backgorund-color: #F5F5F9;
    --color-text-second: #5D5B5B;
}

/*Menu*/

@media (max-width: 960px) {

    .navbar {
        padding-left: 0% !important;
        padding-bottom: 0% !important;
    }

    .menuDesktop {
        display: none !important;
    }

    .menuMobile {
        display: block !important;
    }

    .navbar-expand {
        background-color: transparent !important;
    }

    .container-fluid {
        /* Layout Properties */
        top: 0px;
        left: 0px;
        width: 1280px;
        height: 62px;
        /* UI Properties */
        background: #FFFFFF 0% 0% no-repeat padding-box;
        /*box-shadow: 0px 0px 10px #00000033;*/
        opacity: 1;
    }

    .nav-link-solutions {
        text-decoration: none;
        color: black;
        margin-right: 50px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: black;
        top: -8px;
        margin-right: 20px;
    }

    .collapse.navbar-collapse {
        margin-left: 60px;
    }

    .collapse.navbar-collapse {
        margin-left: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        color: black;
        top: 8px;
    }

    .dropdown-menu-ariba {
        width: 50% !important;
    }

    .navbar-collapse {
        height: auto;
        z-index: 1000;
        right: 0;
        max-width: 100% !important;
    }

    .navbar-nav {
        height: auto !important;
        padding-left: 1% !important;
        padding-right: 1% !important;
    }

    .dropdown-item {
        margin-left: 2% !important;
    }

    .dropend .dropdown-menu[data-bs-popper] {
        top: -20%;
        right: auto;
        left: 100%;
        margin-top: 0;
        margin-left: 15% !important;
        width: auto !important;
        height: auto;
        box-shadow: none;
        border: none;
    }

    .btn-btn-inicio {
        width: 35% !important;
        margin-bottom: 2% !important;
    }

    .form-controlCustom {
        width: 50% !important;
        margin-top: 0% !important;
        margin-left: 0% !important;
    }

    .btn-btn-search {
        width: auto !important;
        margin-top: 0% !important;
    }

    .img-logotype {
        margin-top: 0% !important;
    }

    .navbar-brand {
        padding-left: 0% !important;
        padding-bottom: 0% !important;
        text-decoration: none !important;
    }

    .dropdown-menu {
        min-width: 0px !important;
    }

    .dropdown-item-shadow {
        width: auto !important;
    }

    .dropdown-menu li {
        max-width: fit-content;
    }

    .dropend {
        height: auto !important;
    }

    .titleHome {
        margin-top: 10%;
    }

    .containerMain {
        margin-left: 6% !important
    }

    .titleSection1 {
        height: auto !important;
    }

    .contentTutorial {
        margin-top: 10% !important;
    }

    .footerTutorial {
        height: auto !important;
    }

    .divOtrosTutoriales {
        margin-top: 5% !important;
    }

    .dropdown-idioma {
        width: 60% !important;
        text-align: center !important;
        border-radius: 10px 10px 10px 10px !important;
    }
}

@media (max-width: 960px) and (orientation: landscape) {
    .buttonIngresar {
        margin-left: 0% !important;
    }
}

@media (min-width: 961px) {
    .menuDesktop {
        display: block !important;
        min-height: 80px !important;
        height: auto !important;
    }

    .menuMobile {
        display: none !important;
    }

    .menuPrincipal {
        min-height: 80px !important;
        height: auto !important;
    }

    .dropdown-item {
        margin-left: 60px !important;
    }

    .containerMain {
        margin-left: 100px !important
    }

    .divOtrosTutoriales {
        margin-top: -2.5% !important;
    }

    .dropdown-idioma {
        text-align: end ! important;
        border-radius: 10px 0px 0px 10px !important;
    }
}

.dropdown-user {
    height: auto !important;
    margin-top: 0% !important;
    text-align: center !important;
    border-radius: 0px 0px 10px 10px !important;
}

.iconuser {
    top: 13px;
    left: 1098px;
    width: 34px;
    height: 34px;
    /* UI Properties */
    opacity: 1;
}

.spanNombreUser {
    top: 18px;
    left: 1135px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 15px/18px Roboto;
    letter-spacing: 0px;
    color: var(--wokr-color);
    opacity: 1;
    margin-bottom: -5%;
}

.spanCorreoUser {
    top: 34px;
    left: 1136px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 10px/11px Roboto;
    letter-spacing: 0px;
    color: var(--wokr-color);
    opacity: 1;
}

.navbar {
    width: 100% !important;
    padding-left: 2%;
    padding-right: 0% !important;
    padding-top: 0% !important;
}

a:hover {
    color: black;
}

.navbar .row {
    width: 100%;
}

.divCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.botonCerrarSesion {
    text-decoration: none !important;
    color: var(--second-color) !important;
    top: 67px;
    left: 1126px;
    text-align: left;
    font: normal normal bold 14px/25px Roboto;
    letter-spacing: 0px;
    opacity: 1;
}

.botonCerrarSesion:hover {
    text-decoration: none !important;
    color: var(--second-color) !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    border: 0 !important;
    text-decoration: none !important;
}

.navbar-brand h5 {
    font-weight: bold !important;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #333333 !important;
    background-color: white !important;
    text-decoration: none !important;
    border-top: 4px solid #BAD405;
}

.navbar-inverse .navbar-nav>li>a:focus {
    color: #333333 !important;
    background-color: white !important;
    text-decoration: none !important;
    border: none !important;
    border-top: 4px solid #BAD405;
}

.navbar-brand:hover {
    text-decoration: none !important;
}

.navbar-expand {
    background-color: transparent !important;
    padding-top: 0% !important;
    padding-bottom: 0% !important;
}

.container-fluid {
    /* Layout Properties */
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 62px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /*box-shadow: 0px 0px 10px #00000033;*/
    opacity: 1;
}

.navbar-nav {
    /* Layout Properties */
    top: 21px;
    left: 428px;
    width: 100% !important;
    height: 19px;
    background: #FFFFFF;
    /* UI Properties */
    opacity: 1;
}

.img-logotype {
    width: 173px !important;
    height: 62px !important;
    background: transparent;
    mix-blend-mode: multiply;
    opacity: 1;
    margin-top: -5%;
}

.img-trazador {
    /* Layout Properties */
    top: 77px;
    left: 733px;
    width: 10px;
    height: 238px;
    /* UI Properties */
    border: 1px solid #E7E6E6;
    opacity: 1;
}

.menuPrincipal .navbar-brand {
    /* Layout Properties */
    top: 11px;
    left: 0% !important;
    width: 120px;
    height: 55px;
    padding-left: 10;
    margin-top: 0 !important;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 18px/20px Roboto !important;
    /*font: normal normal bold 18px/20px Roboto;*/
    letter-spacing: -0.54px;
    color: #333333 !important;
    opacity: 1;
}

.h6 {
    margin-top: 0 !important;
}

.menuPrincipal .navbar-nav {
    width: 528px;

}

.nav-link-process {
    /* Layout Properties */
    top: 22px;
    left: 428px;
    width: 63px;
    height: 18px;
    margin-left: 10px;
    margin-right: 20px;
    padding-top: 28px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 15px/18px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    text-decoration: none;
}

.nav-link-solutions {
    /* Layout Properties */
    top: 21px;
    left: 533px;
    width: 78px;
    height: 19px;
    margin-left: 10px;
    margin-right: 20px;
    padding-top: 28px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 15px/18px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    text-decoration: none;
}

.nav-link-documentation {
    /* Layout Properties */
    top: 22px;
    left: 651px;
    width: 188px;
    height: 18px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 28px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 15px/18px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    text-decoration: none;
}

.nav-link-tutorials {
    /* Layout Properties */
    top: 22px;
    left: 890px;
    width: 66px;
    height: 18px;
    margin-left: 10px;
    margin-right: 20px;
    padding-top: 28px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 15px/18px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    text-decoration: none;
}

.dropdown-menu-ariba {
    top: 65px;
    height: auto !important;
    /* UI Properties */
    margin-top: 55px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    opacity: 1;
    padding-bottom: 120px !important;
}

.process {
    left: -140% !important;
    width: 785% !important;
    margin-top: 35px !important;
}

.solutions {
    left: -230% !important;
    width: 745% !important;
    margin-top: 35px !important;
}

.documentation {
    left: -180% !important;
    width: 430% !important;
    margin-top: 35px !important;
}

.dropend {
    /*top: 65px !important;*/
    left: 0px !important;
    width: 964px !important;
    height: auto !important;
    /* UI Properties */
    margin-top: 10px !important;
    /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
    /*box-shadow: 0px 0px 6px #00000029;*/
    opacity: 1;
}

.dropdown-menu shadow {
    top: 65px;
    left: 50px !important;
    width: 964px !important;
    height: 279px;
    /* UI Properties */
    margin-top: 30px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    opacity: 1;
}

.dropdown-item-shadow {
    /* Layout Properties */
    top: 108px;
    left: 764px;
    width: 103px;
    height: 19px;
    margin-left: 50px;
    /* UI Properties */
    text-align: left;
    font: normal normal 600 14px/25px Open Sans;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    text-decoration: none;
}

.dropdown-item-shadow:hover {
    color: #333333 !important;
    background-color: transparent;
    border-top: 0px solid transparent !important;
    text-decoration: underline;
}


.dropdown-item {
    /* Layout Properties */
    content: "\F285" !important;
    margin-left: 60px;
    top: 134px;
    left: 461px;
    width: 366px;
    height: 21px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 16px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 10px;
    box-shadow: none;
    background-color: none !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: transparent !important;
    text-decoration: underline !important;
}

.dropdown-item:hover {
    color: #054536 !important;
    background-color: transparent;
    border-top: 0px solid transparent !important;
    box-shadow: none;
}

.h5 {
    /* Layout Properties */
    top: 85px;
    margin-top: 30px;
    margin-left: 80px;
    width: 384px;
    /* UI Properties */
    text-align: left;
    /*font: normal normal bold 22px/25px Open Sans;*/
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.btn-btn-inicio {
    box-shadow: none !important;
    background: linear-gradient(to bottom, #BAD405 5%, #BAD405 100%);
    background-color: #BAD405;
    border-radius: 4px;
    border: 1px solid #BAD405;
    display: inline-block;
    cursor: pointer;
    color: #333333;
    font-family: Arial;
    padding: 13px 15px 13px 15px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #BAD405;
}

.btn-outline-search {
    /* Layout Properties */
    top: 20px;
    left: 1050px;
    width: 48px;
    height: 10px;
    margin-top: 10px;
    /* UI Properties */
    text-align: left;
    /*font: normal normal normal 15px/20px Open Sans;*/
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    background-color: transparent;
    border-color: transparent;
}

.img-vignette {
    /* Layout Properties */
    top: 139px;
    left: 445px;
    padding-right: 5px;
    /*width: 6px;*/
    /*height: 11px;*/
    /*transform: matrix(0, 1, -1, 0, 0, 0);*/
    /* UI Properties */
    color: #333333 0% 0% no-repeat padding-box;
    opacity: 1;
}

.img-search {
    /* Layout Properties */
    top: 20px;
    left: 1020px;
    width: 22px;
    height: 22px;
    margin-top: 0% !important;
    /* UI Properties */
    /*background: #333333 0% 0% no-repeat padding-box;*/
    opacity: 1;
}

.search {
    /* Layout Properties */
    top: 65px;
    left: 0px;
    width: 1280px;
    height: 121px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
}

.form-control {
    /* Layout Properties */
    top: 100px;
    left: 145px !important;
    margin-top: 30px;
    margin-left: 20%;
    width: 990px;
    height: 49px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000026;
    border-radius: 6px;
    opacity: 1;
}

.btn-btn-search {
    /* Layout Properties */
    top: 100px;
    left: 1041px;
    margin-top: 30px;
    margin-left: 145px !important;
    width: 94px;
    height: 49px;
    /* UI Properties */
    background: #BAD405 0% 0% no-repeat padding-box;
    border-radius: 0px 6px 6px 0px;
    border-color: #BAD405;
    box-shadow: none;
    opacity: 1;
}

.img-search-button {
    /* Layout Properties */
    top: 108px;
    left: 1072px;
    width: 33px;
    height: 33px;
    /* UI Properties */
    /*background: #333333 0% 0% no-repeat padding-box;*/
    opacity: 1;
}

.menuTitle {
    margin-top: -1% !important;
    margin-right: 1% !important;
    margin-left: -1% !important;

}

.form-controlCustom::placeholder {
    color: #B5B3B3 !important;
    text-align: left;
    font: normal normal normal 16px/25px Roboto;
    letter-spacing: 0px;
    opacity: 1;
}

/*End Menu*/

/* Barra de busqueda*/

.nav-link-search {
    /* Layout Properties */
    list-style-type: none;
    top: 20px;
    left: 1050px;
    width: 48px;
    height: 10px;
    margin-top: 10px;
    /* UI Properties */
    text-align: left;
    /*font: normal normal normal 15px/20px Open Sans;*/
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none !important;
}

.dropdown-container {
    list-style: none
}

.contentSearch {
    /* Layout Properties */
    top: 65px !important;
    left: 0px;
    width: 102% !important;
    height: 121px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-left: -2%;
    margin-top: 20px !important;
}

.submenu {
    top: 65px;
    left: 0px !important;
    width: 50% !important;
    height: 279px;
    margin-left: 35% !important;
    /* UI Properties */
    margin-top: 30px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    opacity: 1;
}

.submenu a {
    text-decoration: underline !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    border: none !important;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: -100%;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 30%;
    width: 40%;
    height: auto;
    box-shadow: none;
    border: none;
}

.img-separate-menu {
    position: absolute;
    margin-right: 5%;
    margin-left: 32% !important;
    top: -60px !important;
    height: 300%;
}

.divInputSearch {
    width: 100%;
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.form-controlCustom {
    position: relative !important;
    /* Layout Properties */
    left: 145px !important;
    margin-top: 30px;
    margin-left: 0%;
    width: 78%;
    height: 49px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000026;
    border-radius: 6px;
    opacity: 1;
    border-color: #00000027;
}

/*End Barra de busqueda*/

/*Footer*/

.footer {
    background-color: var(--main-color);
    color: var(--wokr-color) !important;
    font: normal normal bold 12px/14px Roboto;
    margin-top: 5% !important;
}

footer .footer-bottom {
    background-color: var(--main-color) !important;
    padding: 0 !important;
}

.aPortalEcopetrol {
    top: 0px;
    left: 25px;
    /* UI Properties */
    text-align: left;
    text-decoration: underline;
    font: normal normal 13px/15px Roboto;
    letter-spacing: 0.07px;
    color: #333333;
}

.iconFooter {
    top: 1166px;
    left: 689px;
    width: 4px;
    height: 4px;
    color: #333333;
    opacity: 1;
    margin-right: 1%;
    margin-left: 1%;
}

.rowFooterMain {
    top: 2060px;
    left: 0px;
    height: auto !important;
    background: #F5F5F9 0% 0% no-repeat padding-box !important;
    opacity: 1;
    font-size: 13px !important;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 3%;
}

.rowFooterMain .container {
    margin-top: 0% !important;
    padding-left: 3%;
    padding-right: 8%;
    padding-bottom: 2%;
}

.textContactanos {
    top: 2060px;
    left: 142px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 30px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 3%;
}

.textInfoContactanos,
.textInfoContactanos a {
    top: 2134px;
    left: 185px;
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
    text-decoration: none !important;
}

.textHipervinculoContactanos {
    top: 2125px;
    left: 1038px;
    text-align: right;
}

.textHipervinculoContactanos a {
    text-decoration: underline !important;
    letter-spacing: 0px;
    opacity: 1;
}

.iconPhoneFooter {
    top: 2134px;
    left: 151px;
    height: 15px;
    width: 16px;
    opacity: 1;
}

.iconEmailFooter {
    top: 2134px;
    left: 151px;
    width: 19px;
    height: 11px;
    opacity: 1;
}

.containerImgFooterContactanos {
    opacity: 1;
    padding: 10px;
    border-radius: 18px;
    margin-right: 3%;
}

.rowContactanos {
    margin-bottom: 3% !important;
}

.spanTextContacto {
    width: 85%;
    display: inline-table;
}

/*End Footer*/

/*Tabs ARIBA*/

.tabsARIBA .nav-item {
    background-color: #ffffff;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1.3px solid var(--main-color);
}

.tabsARIBA .nav-item .active {
    border: 1px solid var(--main-color);
    border-radius: 10px 10px 0px 0px;
    opacity: 1;
    background-color: var(--main-color);
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    font-weight: bold;
}

.tabsARIBA .nav-link {
    top: 693px;
    left: 205px;
    width: 146px;
    height: auto !important;
    text-align: left;
    font: normal normal normal 15px/18px Roboto;
    letter-spacing: -0.3px;
    color: #333333;
    opacity: 1;
}

.tabsARIBA .ulTabsHome {
    margin-left: 3%;
}

.tabsARIBA .bottomLeftTab {
    border-radius: 15px 0px 0px 0px;
}

.tabsARIBA .nav-item .nav-link {
    text-align: center;
}


.divContentTab .tab-pane {
    height: 100%;
}

.iFrameHome {
    margin-top: 2%;
    width: 100% !important;
    background-color: #ffffff;
    margin-bottom: 5%;
}

.iFrameHome body {
    overflow: hidden;
}

.divContentTab {
    height: auto !important;
    background-color: #ffffff;
    margin-bottom: 0% !important;
}

.numeracion {
    text-align: left;
    font: normal normal 900 24px/28px Roboto;
    letter-spacing: 0px;
    color: var(--wokr-color);
    opacity: 1;
    ;
}

/*End Tabs ARIBA*/

/*Banner Page*/

.imgBannerPage {
    height: 300px;
    object-fit: cover;
}

.divHeaderBannerPage {
    position: relative;
    display: inline-block;
    width: 100%;
}

.bannerPageTitle {
    position: absolute;
    bottom: 80px;
    right: 1rem;
    left: 4% !important;
    width: 45%;
    text-align: left;
    font: normal normal bold 38px/44px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 3px 0px 3px #020301;
    opacity: 1;
}

.pContentBannerPage {
    text-align: left !important;
    font: normal normal normal 15px/24px Roboto !important;
    letter-spacing: 0px !important;
    color: #333333 !important;
    opacity: 1 !important;
    margin-bottom: 0% !important;
    font-family: 'Roboto' !important;
}

.divBannerPageBody {
    margin-left: 4% !important;
    max-width: 90% !important;
    margin-right: 0px !important;
    background-color: white !important;
    margin-bottom: 8% !important;
}

.divBannerPageBody .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    height: auto !important;
    margin-bottom: 3%;
}

.divBannerPageBody .card-body {
    padding: 0.5rem 1rem;
}

.divBannerPageBody .docs {
    background-color: white;
    height: auto !important;
    max-height: 390px !important;
    overflow-y: auto;
    padding-right: 5%;
}

.docs .row {
    max-width: 100%;
}

.titleOtherBannerPage {
    top: 415px;
    left: 888px;
    width: 288px;
    text-align: left;
    font: normal normal bold 22px/28px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.cardsBannerPage {
    margin-top: 8% !important;
}

.cardsBannerPage .card-header {
    background: #BAD4051A 0% 0% no-repeat padding-box !important;
    opacity: 1;
}

.cardsBannerPage .card {
    width: 352px;
    box-shadow: 0px 0px 10px #0000000A;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
}

.titleCardsBannerPage {
    top: 486px;
    left: 900px;
    text-align: left;
    font: normal normal 18px/22px Roboto;
    letter-spacing: 0px;
    color: var(--wokr-color);
    opacity: 1;
}

.buttomIngresarBannerPage {
    top: 671px;
    left: 907px;
    text-align: left;
    text-decoration: underline;
    font: normal normal bold 16px/25px Roboto !important;
    letter-spacing: 0px;
    color: var(--wokr-color);
    opacity: 1;
    font-weight: bold !important;
}

.ionButtomCardBannerPage {
    margin-left: 2% !important;
    color: var(--wokr-color) !important;
}

.pContentBannerPage a {
    text-decoration: underline !important;
    font-weight: bold !important;
    text-decoration-color: #333333 !important;
}

.breadcrumbsBanner {
    margin-left: -0.7%;
}

/*End Banner Page*/

/*Sub paginas HOME*/

.containerMain {
    top: 721px;
    left: 0px;
    width: 85%;
    background: #ffffff;
    opacity: 1;
    margin-left: 100px
}

.content1 {
    top: 755px;
    left: 41px;
    text-align: left;
    font: normal normal normal 16px Roboto;
    letter-spacing: 0px;
    color: var(--wokr-color);
    opacity: 1;
    margin-bottom: 34px;
    margin-top: 15px;
    height: auto;
}

.section1 {
    margin-bottom: 3%;
    height: auto;
}

.titleSection1 {
    top: 1027px;
    left: 41px;
    width: 100%;
    height: auto;
    text-align: left;
    font: normal normal bold 24px Roboto;
    letter-spacing: 0px;
    color: var(--wokr-color);
    opacity: 1;
}

.contentSection1 {
    top: 1099px;
    left: 41px;
    width: 100%;
    text-align: left;
    font: normal normal normal 13px/20px Roboto;
    letter-spacing: 0px;
    color: var(--wokr-color);
    opacity: 1;
    margin-top: 8%;
    margin-bottom: 0%;
}

.thumbnail .cardApplication .text-dark .row {
    width: 275px;
}

.col-lg-12 .well .well-add-card .bodyCardApplication .card1 {
    top: 1074px;
    left: 344px;
    width: 275px;
    height: 150px;
    background: #e6e6e6 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
    position: static !important;
}

.card1 img {
    height: 19%;
    width: 19%;
}

.card-title {
    word-wrap: break-word;
}

.card4 {
    top: 1138px;
    left: 1023px;
    max-height: 20%;
    text-align: center;
    font: normal normal bold 22px Roboto;
    letter-spacing: 0px;
    color: white !important;
    opacity: 1;
    padding-bottom: 13%;
}

.card5 {
    top: 1138px;
    left: 1023px;
    max-height: 50% !important;
    text-align: center;
    font: normal normal bold 22px Roboto;
    letter-spacing: 0px;
    color: white;
    opacity: 1;
    padding-bottom: 0% !important;
    padding-top: 15% !important;
}

.containerButtons {
    top: 1224px;
    left: 344px;
    width: 100%;
    height: auto !important;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #00000029;
    opacity: 1;
}

.buttonTutorial {
    top: 1233px;
    left: 352px;
    width: 45.5%;
    height: 36px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid var(--main-color);
    border-radius: 4px;
    opacity: 1;
    margin-left: 2.5%;
    margin-right: 1%;
    margin-top: 9px;
    text-align: center;
    font: normal normal normal 13px/9px Roboto;
    letter-spacing: 0px;
    color: var(--wokr-color);
    margin-bottom: 3%;
}

.buttonIngresar {
    top: 1233px;
    left: 492px;
    width: 45.5%;
    height: 36px;
    background: var(--main-color) 0% 0% no-repeat padding-box;
    border: 2px solid var(--main-color);
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    font: normal normal normal 13px/9px Roboto;
    letter-spacing: 0px;
    color: var(--wokr-color);
    margin-right: 2.5%;
    margin-left: 1%;
    margin-bottom: 3%;
}

.bodyCardApplication {
    margin-bottom: 0px !important;
    border: 5px !important;
    background-color: transparent !important;
    padding-top: 8%;
    padding-bottom: 13%;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--wokr-color);
    position: relative;
    overflow: hidden;
}

.bodyCardApplication:before {
    content: "";
    width: inherit;
    height: inherit;
    position: absolute;
    background: #000;
    opacity: 0;
    transition: opacity 0.3s linear;
}

.bodyCardApplication img {
    padding-bottom: 5%;
    display: block;
    margin: 0px auto;
}

.bodyCardApplication:hover:before {
    opacity: 0.75;
}

.bodyCardApplication .hintDiv {
    width: inherit;
    color: white !important;
    text-align: center;
    position: absolute;
    top: 100%;
}

.bodyCardApplication .hintDiv2 {
    width: inherit;
    color: var(--wokr-color);
    text-align: center;
    position: absolute;
    top: 100%;
}

.hintDiv h5 {
    top: 1086px;
    left: 658px;
    text-align: left;
    font: normal normal bold 18px Roboto !important;
    letter-spacing: 0px;
    color: white !important;
    opacity: 1;
    margin-top: 8%;
    margin-left: 2%;
    margin-right: 3% !important;
    display: flex;
    align-items: center;
    padding-right: 1%;
    word-wrap: break-word;
}

.hintDiv2 h5 {
    top: 1086px;
    left: 658px;
    text-align: left;
    font: normal normal bold 18px Roboto !important;
    letter-spacing: 0px;
    color: white;
    opacity: 1;
    margin-top: 3% !important;
    margin-left: 2%;
    margin-right: 3% !important;
    display: flex;
    align-items: center;
    padding-right: 1%;
    word-wrap: break-word;
}

.hintDiv p {
    top: 1118px;
    left: 660px;
    width: 92% !important;
    text-align: left;
    font: normal normal normal 13px Roboto !important;
    letter-spacing: 0px;
    color: white !important;
    opacity: 1;
    margin-left: 2%;
    margin-right: 2%;
    white-space: normal;
    padding-right: 2%;
    word-wrap: break-word;
}

.hintDiv2 p {
    top: 1118px;
    left: 660px;
    width: 92% !important;
    text-align: left;
    font: normal normal normal 13px Roboto !important;
    letter-spacing: 0px;
    color: white;
    opacity: 1;
    margin-left: 2%;
    margin-right: 2%;
    white-space: normal;
    padding-right: 2%;
    word-wrap: break-word;
}

.bodyCardApplication:hover .hintDiv {
    top: 0%;
}

.bodyCardApplication:hover .hintDiv2 {
    top: 0%;
}

.bodyCardApplication:hover h2 {
    color: transparent !important;
}

.bodyCardApplication:hover img {
    visibility: hidden;
}

.cardApplication {
    background-color: #e6e6e6 !important;
    padding: 0px !important;
    border-radius: 5px !important;
}

.borderSectionCards {
    border-bottom: 1px solid #cfcece;
    padding-bottom: 4%;
}

.img1 {
    background-image: url(../tipoproveedorbienes.jpg);
    border-radius: 5px;
    background-size: cover;
}

.img2 {
    background-image: url(../tipoproveedorservicios.jpg);
    border-radius: 5px;
    background-size: cover;
}

.img3 {
    background-image: url(../tipoproveedorsalud.jpg);
    border-radius: 5px;
    background-size: cover;
}

.img4 {
    background-image: url(../tipoproveedorconvenios.jpg);
    border-radius: 5px;
    background-size: cover;
}

.img5 {
    background-image: url(../tipoproveedorextranjero.jpg);
    border-radius: 5px;
    background-size: cover;
}

/*End Introduccion*/


/* Documentos*/
.pestana-normativa .nav{
    border-bottom: 0px !important;
}

th {
    top: 832px;
    left: 42px;
    width: 63px;
    /* UI Properties */
    text-align: left;
    font: normal normal 15px/18px Roboto;
    letter-spacing: -0.3px;
    font-weight: bold !important;
    color: #333333;
    opacity: 1;
}

.divMainDocumentos {
    padding-left: 3%;
    padding-right: 6%;
    width: 100%;
}

.subTituloSelectDoccumentos {
    top: 661px;
    left: 51px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 15px/18px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.divDescriptionDocumentos {
    padding-right: 12%;
    padding-left: 5%;
}

.divDescriptionDocumentos p {
    top: 706px;
    left: 490px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 16px/24px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.divDescriptionDocumentos h4 {
    /* Layout Properties */
    top: 662px;
    left: 488px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 20px/24px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.form-select {
    color: #403833;
}

.tableDocumentos {
    margin-top: 3%;
    margin-bottom: 3%;
}

.tableDocumentos thead {
    top: 820px;
    left: 42px;
    height: 40px;
    /* UI Properties */
    background: #E6E6E6 0% 0% no-repeat padding-box;
    opacity: 1;
}

.tableDocumentos .tdCategoria {
    top: 897px;
    left: 42px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 16px/22px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.tableDocumentos .tdNombre {
    /* Layout Properties */
    top: 892px;
    left: 143px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 13px/20px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.tableDocumentos .tdObservacion {
    top: 1525px;
    left: 364px;
    /* UI Properties */
    text-align: left;
    font: normal normal 900 14px/22px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    padding-left: 0% !important;
    vertical-align: top !important;
    padding-top: 18px !important;
}


.tableDocumentos .tdDescripcion {
    /* Layout Properties */
    top: 897px;
    left: 445px;
    /* UI Properties */
    text-align: left;
    font: normal normal 13px/22px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.tableDocumentos .tdTipo {
    top: 901px;
    left: 849px;
    /* UI Properties */
    text-align: left;
    font: normal normal 14px/25px Open Sans;
    letter-spacing: 0px;
    color: #5D5B5B;
    opacity: 1;
    width: 10%;
}

.tableDocumentos .tDescargar {
    width: 10%;
}

.tableDocumentos .tVisualizar {
    width: 10%;
}

.observacionesDocumentos {
    padding-left: 10%;
}

.observacionesDocumentos .numero {
    top: 1821px;
    left: 142px;
    width: 14px;
    /* UI Properties */
    text-align: left;
    font: normal normal 900 18px/22px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.observacionesDocumentos .observacion {
    top: 1821px;
    left: 178px;
    width: 70%;
    /* UI Properties */
    text-align: left;
    font: normal normal 18px/22px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.trTableDdocumento {
    height: 80px !important;
    vertical-align: middle !important;
}

.wNombre,
.tdNombre {
    width: 20% !important;
}

.wDescargar,
tDescargar {
    width: 8% !important;
}

.wCategoria,
tdCategoria {
    width: 10% !important;
}

.wObservacion {
    width: 3% !important;
}

.divMainDocumentos .xrm-attribute .xrm-attribute-value {
    display: flex !important;
}

.divMainNormativaDocumento {
    margin-top: 0% !important;
    padding-top: 2% !important;
}

/*End Documentos*/

/* Normativa */

.nav-link-normativa {
    top: 639px;
    left: 69px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 15px/18px Roboto;
    letter-spacing: -0.3px;
    color: #333333;
    opacity: 1;
    text-decoration: none;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.pestaña-normativa {
    top: 628px;
    left: 41px;
    width: 90% !important;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-left: 3%;
    margin-right: 5%;
}

.nav-link-normativa .nav-link:hover {
    border-top: 4px solid #BAD405;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.pestaña-normativa .nav-link.active {
    border-top: 4px solid #BAD405;
    top: 639px;
    left: 69px;
    /* UI Properties */
    font: normal normal 15px/18px Roboto;
    letter-spacing: -0.3px;
    color: #333333;
    font-weight: bold !important;
    opacity: 1;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.subTitleNormativa {
    margin-top: 3% !important;
    padding-right: 11% !important;
    top: 700px;
    left: 43px;
    /* UI Properties */
    text-align: left;
    font: normal normal 16px/24px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.pestaña-normativa .nav-tabs {
    border-bottom: none !important;
}


.pestaña-normativa .nav-link {
    top: 640px;
    left: 205px;
    /* UI Properties */
    font: normal normal 15px/18px Roboto;
    letter-spacing: -0.3px;
    color: #333333;
    opacity: 1;
}

.form-select {
    top: 714px;
    left: 59px;
    /* UI Properties */
    text-align: left;
    font: normal normal 14px/16px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    padding: 2% !important;
}

.form-select option {
    top: 807px;
    left: 65px;
    /* UI Properties */
    text-align: left;
    font: normal normal 14px/16px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

/*En normativa*/

/*Resultados de búsqueda*/

.sectionFixedStyle {
    background: white !important;
}

.col-md-12.columnBlockLayout {
    height: 10%;
}

/*End Resultados de búsqueda*/

.gradientMenuChar {
    top: 60px;
    left: 0px;
    width: 100%;
    height: 5px !important;
    /* UI Properties */
    background: transparent linear-gradient(90deg, #235944 0%, #7FCF34 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    margin: 0 !important;
}

/* Necesitas ayuda */

.helpTitle {
    top: 529px;
    left: 1078px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 14px/16px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.helpBody {
    /* Layout Properties */
    top: 75px;
    left: 0px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 14px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    line-height: 1.5 !important;
}

.footerTutorial .helpBody {
    font: normal normal normal 16px Roboto !important;
}

.masInformacion {
    top: 96px;
    left: 0px;
    /* UI Properties */
    text-align: left;
    text-decoration: underline !important;
    font: normal normal 15px/24px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.iconEmailNecesitasAyuda {
    color: #FFFFFF;
    top: 583px;
    left: 1225px;
    width: 18px;
    height: 16px !important;
    margin-left: 3%;
    opacity: 1;
}

.iconPhoneNecesitasAyuda {
    color: #FFFFFF;
    top: 624px;
    left: 1202px;
    width: 16px;
    height: 19px !important;
    opacity: 1;
    padding-bottom: 2%;
    margin-left: 3%;
}

/* End Necesitas ayuda */


/* Listado de tutoriales */

.titleListTutorial1 {
    /* Layout Properties */
    top: 168px;
    left: 41px;
    width: 307px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 38px/44px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-left: 3%;
    padding-top: 0px;
    margin-top: 2%;
}

.content1ListTutorial {
    /* Layout Properties */
    top: 242px;
    left: 41px;
    width: 90% !important;
    height: auto !important;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 16px/24px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-left: 3%;
    padding-top: 20px !important;
}

.containerVideoTutorial iframe {
    width: 100% !important;
    height: 100% !important;
    align-items: center;
}

.containerVideoTutorial {
    border: none !important;
}

.containerVideoTutorial .xrm-attribute,
.containerVideoTutorial .xrm-attribute-value,
.containerVideoTutorial .embed-responsive {
    height: 200px !important;
}

.descripcionListaTutorial .xrm-attribute,
.descripcionListaTutorial .xrm-attribute-value {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.descripcionListaTutorial a {
    color: black;
}

.descripcionListaTutorial a {
    /* UI Properties */
    text-align: left;
    font: normal normal normal 15px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    text-decoration: none !important;
}

.descripcionListaTutorial a:hover {
    text-decoration: underline !important;
}

.card-body.descripcionListaTutorial {
    padding-left: 0%;
    padding-top: 0%;
}

.section2Tutorial {
    margin-top: 2% !important;
    margin-bottom: 8%;
}

.titleCardTutorial {
    /* UI Properties */
    text-align: left;
    text-decoration: underline;
    font: normal normal bold 24px Roboto !important;
    letter-spacing: 0px;
    color: #054536;
    opacity: 1;
    margin-bottom: 5%;
}


.sectionHeaderListTutorial {
    /* Layout Properties */
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto !important;
    /* UI Properties */
    background: #F5F5F9 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-top: 0px;
    padding-bottom: 4%;
    padding-top: 4% !important;
    margin-bottom: 3%;
}

.sectionHeaderListTutorial .divBreadCrumbsTutorial {
    margin-left: 2.5% !important;
    color: #5D5B5B !important;
}

/* End Listado de tutoriales */

/* Tutoriales */


.paginaTutorial {

    width: auto;
    margin-left: 2%;
}

.paginaTutorial .row {
    max-width: 100%
}

.paginaTutorial .divBreadCrumbsTutorial {
    margin-top: 4% !important;
    color: #5D5B5B !important;
}

.tituloTutorial {
    margin-top: 2%;
    margin-bottom: 2%;
    top: 168px;
    left: 41px;
    text-align: left;
    font: normal normal bold 38px/44px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.paginaTutorial .videoPaginaTutorial iframe {
    width: 100% !important;
    height: 433px !important;
}

.paginaTutorial .videoPaginaTutorial .xrm-attribute,
.paginaTutorial .videoPaginaTutorial .xrm-attribute-value,
.paginaTutorial .videoPaginaTutorial .embed-responsive {
    height: 100%;
}

.videoPaginaTutorial {
    top: 242px;
    left: 41px;
    height: 100%;
    /* UI Properties */
    background: transparent url('img/Imagen 32.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.descripcionTutorial {
    margin-top: -2%;
    top: 724px;
    left: 42px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 15px/22px Roboto !important;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}


.contentTutorial .xrm-attribute .xrm-attribute-value,
.contentTutorial .xrm-attribute .xrm-attribute-value p {
    /* UI Properties */
    text-align: left;
    font: normal normal normal 15px/22px Roboto !important;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.contentTutorial {
    display: flex;
}

.number {
    margin-top: -10 !important;
    padding-left: 10px;
    left: 53px;
    height: auto;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 30px Roboto !important;
    letter-spacing: 0px;
    color: #054536;
    opacity: 1;
}


.punto1 {
    left: 93px;
    height: auto;
    margin-top: -33px;
    margin-left: 10px;
    text-align: left;
    font: normal normal 15px/22px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.punto2 {
    left: 93px;
    height: auto;
    margin-top: -33px;
    margin-left: 10px;
    text-align: left;
    font: normal normal normal 15px/22px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.punto3 {
    left: 93px;
    height: auto;
    margin-top: -33px;
    margin-left: 10px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 15px/22px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

/* segunda columna */

.titulo-docs {
    top: 241px;
    left: 849px;
    text-align: left;
    font: normal normal bold 22px/28px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.paginaTutorial .docs {
    background-color: white;
    height: 390px !important;
    overflow-y: auto;
    padding-right: 5%;
}

.headerTutorial {
    margin-bottom: 5%;
}

.docs::-webkit-scrollbar {
    width: 20px;
}

.docs::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.docs::-webkit-scrollbar-thumb {
    background: #054536;
    border-radius: 10px;
}

/* Handle on hover */
.docs::-webkit-scrollbar-thumb:hover {
    background: black;
}

.miniatura {
    float: left;
    margin-right: 15px;
    border: #054536;
    width: 151px;
}

.paginaTutorial .miniatura .xrm-attribute,
.paginaTutorial .miniatura .xrm-attribute-value,
.paginaTutorial .miniatura .embed-responsive {
    height: 85px !important;
}

.paginaTutorial .miniatura iframe {
    width: 100% !important;
    height: 100% !important;
}

.Tutos {
    width: 100% !important;
    border: transparent !important;
    margin-left: -20;
    margin-bottom: 0% !important;
}

.paginaTutorial .btn-ligth {
    text-decoration: underline;
    margin-top: -10px;
    margin-left: -14px;
    color: #054536;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
    font: normal normal bold 14px Roboto !important;
    letter-spacing: 0px;
    opacity: 1;
}

.paginaTutorial .img-arrow {
    /* Layout Properties */
    top: 887px;
    left: 1102px;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    /* UI Properties */
    background: transparent url('img/Layer 2.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.divOtrosTutoriales h4 {
    /* UI Properties */
    text-align: left;
    font: normal normal bold 22px Roboto !important;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

/*Footer Necesitas ayuda*/

.paginaTutorial .footer-bottom {
    background-color: black !important;
    margin-left: -40px;
    height: 40px;
}

.paginaTutorial .text-foot {
    word-spacing: 10px;
    color: #ffff !important;
    text-align: center;
    padding-top: .5%;
    font: normal normal bold 16px/19px Roboto !important;
}

.img-iconemail {
    top: 1332px;
    left: 673px;
    margin-left: 5px;
    width: 18px;
    /*height: 12px;*/
    /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
    opacity: 1;
}

.img-iconphone {
    /* Layout Properties */
    top: 1329px;
    left: 929px;
    width: 16px;
    /*height: 16px;*/
    /* UI Properties */
    /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
    opacity: 1;
}

.information {
    /* Layout Properties */
    top: 1328px;
    left: 963px;
    height: 23px;
    /* UI Properties */
    text-align: left;
    text-decoration: underline;
    font: normal normal normal 16px/25px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.information:hover {
    color: #FFFFFF;
}

/* car docs que puedas necesitar */

.aling {
    margin-left: 30px;
    font: normal normal bold 16px/24px Roboto;
}

.aling2 {
    margin-top: -10px;
    margin-left: 30px;
    font: normal normal 16px/24px Roboto;
}

.textcard {
    margin-top: -8px;
    font: normal normal normal 13px/22px Roboto;
    top: 351px;
    left: 869px;
    /* UI Properties */
    text-align: left;
    letter-spacing: 0px;
    color: var(--color-text-second);
    opacity: 1;
}



.documento {
    position: absolute;
}



.visualizar {
    position: absolute;
}

.descarga {
    position: absolute;
}

.paginaTutorial .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    height: auto !important;
    margin-bottom: 3%;
}

.paginaTutorial .card-body {
    padding: 0.5rem 1rem;
}

.divOtrosTutoriales {
    margin-top: -2.5%;
}

.divOtrosTutoriales h5 .xrm-attribute .xrm-attribute-value {
    height: auto !important;
    /* UI Properties */
    text-align: left;
    font: normal normal 18px/22px Roboto !important;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.footerTutorial {
    left: 0px;
    /* UI Properties */
    background: var(--wokr-color) 0% 0% no-repeat padding-box !important;
    opacity: 1;
    margin-top: 5%;
    height: 40px;
    align-items: center;
    display: flex;
}

.footerTutorial .helpTitle {
    margin-right: 1%;
}

.footerTutorial .iconEmailNecesitasAyuda {
    margin-left: 1% !important;
    margin-right: 1%;
}

.footerTutorial .iconPhoneNecesitasAyuda {
    margin-left: 1% !important;
    margin-right: 1%;
    padding-bottom: 0% !important
}

.footerTutorial .container {
    max-width: 100% !important;
}

/* End Tutoriales */

/* Result Search */

.titleItemResultSearch {
    top: 271px;
    left: 243px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 20px/24px Roboto;
    letter-spacing: 0px;
    color: var(--second-color);
    opacity: 1;
}

.descriptionItemResultSearch {
    top: 302px;
    left: 243px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 13px/22px Roboto;
    letter-spacing: 0px;
    color: var(--wokr-color);
    opacity: 1;
}

.titleResultSearch {
    top: 191px;
    left: 182px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 38px/44px Roboto;
    letter-spacing: 0px;
    color: var(--wokr-color);
    opacity: 1;
    margin-bottom: 3% !important;
}

.titleResultSearch:focus-visible {
    outline: none !important;
}

.search-results .page-header:focus-visible {
    outline: none !important;
}

.section-landing-search {
    min-height: auto !important;
}

.section-landing-search .row {
    min-height: auto !important;
}

#content_form {
    min-height: 100%;
}

#content_form .page-heading {
    display: none;
}

.facet-view {
    display: none;
}

.bodyResultSearch {
    padding-left: 20%;
    padding-right: 20%;
}

.headerSearch .form-search {
    margin-top: 0% !important;
}

.headerSearch {
    display: block !important;
}

.active .page-link {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: white;
}

.page-link {
    color: var(--wokr-color);
}

.paginationSearch {
    margin-top: 4%;
}

/* End Result Search */

/* Accesibilidad */

.buttonsAcclist {
    background: #BAD405;
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    z-index: 200;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 3px #0000002b;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.acclist {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: 36px;
    margin: 0;
}

.acclist a {
    font-weight: 600;
    cursor: pointer;
    color: #BAD405;
    display: flex;
    align-items: center;
    border-radius: 8px;
    transition: all .5s;
    /* width: 180px; */
    margin: 5px 0px;
    text-decoration: none;
    background: #fff;
    min-height: 25px;
}

.acclist a {
    padding-left: 2px !important;
    padding-right: 1px !important;
    font-family: 'Roboto', sans-serif;
}

.imgNormalText {
    width: 12px !important;
}

.imgAccesibilidad {
    width: 18px !important;
}

/* End Accesibilidad */

.dropdown-idioma {
    width: 20%;
    background-color: var(--main-color);
    opacity: 1;
    left: 80% !important;
    padding-right: 2% !important;
    top: 95% !important;
}

.botonIdioma {
    text-align: left;
    text-decoration: underline;
    font: normal normal bold 16px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    border-left: 1px solid #333333;
    padding-left: 10%;
}

.botonIdioma:focus {
    color: #333333 !important;
}

.botonCambiarIdioma {
    text-align: left;
    text-decoration: underline !important;
    font: normal normal bold 16px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-left: 20%;
}

.botonCambiarIdioma:hover {
    border-top: 3px solid #333333;
    color: #333333 !important;
    padding-top: 3%;
}

.botonCambiarIdioma:focus {
    color: #333333 !important;
}

.dropdown-idioma {
    width: 20%;
    background-color: var(--main-color);
    opacity: 1;
    left: 80% !important;
    padding-right: 2% !important;
    top: 95% !important;
}

.img-idioma {
    height: 22px;
    margin-top: -2%;
    opacity: 1;
}

.img-flechalenguaje {
    height: 5px;
    margin-top: -2%;
    opacity: 1;
}

/* Mapa Sitio */

.viñetaMapa {
    list-style-type: none;
    padding-left: 8%;
}

.viñetaMapaInicio {
    list-style-type: none;
    padding-left: 6%;
}

.titleMapa {
    text-align: left;
    font: normal normal bold 38px/44px Roboto;
    font-size: 38px;
    letter-spacing: 0px;
    color: var(--wokr-color);
    opacity: 1;
    margin-left: 0.6%;
}

.titleInicioMapa {
    text-align: left;
    text-decoration: underline !important;
    font: normal normal bold 18px/28px Roboto;
    font-size: 18px;
    letter-spacing: 0px;
    color: var(--wokr-color);
    opacity: 1;
}

.viñetaMapaInicio a:hover {
    text-decoration: underline !important;
}

.viñetaMapaInicio a {
    color: var(--wokr-color) !important;
}

.viñetaMapa a:hover {
    text-decoration: underline !important;
}

.viñetaMapa a {
    color: var(--wokr-color) !important;
}

.itemsMapa {
    text-align: left;
    text-decoration: underline !important;
    font: normal normal normal 16px/28px Roboto;
    font-size: 16px;
    letter-spacing: 0px;
    color: var(--wokr-color);
    opacity: 1;
}

.subtitleMapa {
    text-align: left;
    text-decoration: none !important;
    font: normal normal bold 18px/28px Roboto;
    font-size: 18px;
    letter-spacing: 0px;
    color: var(--wokr-color);
    opacity: 1;
}

.iconoViñeta {
    margin-left: 8%;
}

.tercerNivelMapa {
    padding-left: 3%;
}

/* End Mapa Sitio */


.divProceso2Subproceso1Card1 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen1);
    background-size: cover;
    border-radius: 5px;
}

.divProceso2Subproceso1Card2 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen2);
    background-size: cover;
    border-radius: 5px;
}

.divProceso2Subproceso1Card3 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen3);
    background-size: cover;
    border-radius: 5px;
}

.divProceso2Subproceso2Card1 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen4);
    background-size: cover;
    border-radius: 5px;
}

.divProceso3Subproceso1Card1 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen5);
    background-size: cover;
    border-radius: 5px;
}

.divProceso3Subproceso1Card2 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen6);
    background-size: cover;
    border-radius: 5px;
}

.divProceso3Subproceso1Card3 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen7);
    background-size: cover;
    border-radius: 5px;
}

.divProceso3Subproceso2Card1 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen8);
    background-size: cover;
    border-radius: 5px;
}

.divProceso4Subproceso1Card1 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen9);
    background-size: cover;
    border-radius: 5px;
}

.divProceso4Subproceso1Card2 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen10);
    background-size: cover;
    border-radius: 5px;
}

.divProceso4Subproceso1Card3 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen11);
    background-size: cover;
    border-radius: 5px;
}

.divProceso4Subproceso2Card1 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen12);
    background-size: cover;
    border-radius: 5px;
}

.divProceso4Subproceso2Card2 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen13);
    background-size: cover;
    border-radius: 5px;
}

.divProceso4Subproceso2Card3 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen14);
    background-size: cover;
    border-radius: 5px;
}

.divProceso4Subproceso2Card4 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen15);
    background-size: cover;
    border-radius: 5px;
}

.divProceso4Subproceso3Card1 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen16);
    background-size: cover;
    border-radius: 5px;
}

.divProceso4Subproceso4Card1 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen17);
    background-size: cover;
    border-radius: 5px;
}

.divProceso4Subproceso5Card1 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen18);
    background-size: cover;
    border-radius: 5px;
}

.divProceso4Subproceso6Card1 {
    background-image: linear-gradient(rgba(20, 69, 1, 0.65), rgba(20, 69, 1, 0.65)), url(../imagen19);
    background-size: cover;
    border-radius: 5px;
}