body {
    /*padding-top: 50px;*/
}

    body.double_fixed_navbar {
        padding-top: 140px;
    }

* {
    font-family: 'Raleway', 'Lato',Arial, Tahoma, Verdana;
    color: #133595;
}

h2 {
    margin-bottom: 0px;
}

textarea {
    resize: vertical;
    min-height: 100px !important;
}

.header-logo {
    height: 155%;
    margin-top: -5px;
}

.main-navbar {
    margin-bottom: 0;
    z-index: 1000;
}

#section_navbar {
    top: 50px;
}

.section-list-navbar {
    z-index: 999;
}

.section-title {
    font-weight: bold;
    color: #222;
}

.search-form-content {
    width: 100%;
}

.search-form-actions {
    margin-right: 15px;
}

.table-column-actions-1 {
    width: 40px;
}

.table-column-actions-2 {
    width: 100px;
}

.table-column-actions-3 {
    width: 120px;
}

.table-column-actions-4 {
    width: 160px;
}

.table-column-actions-5 {
    width: 160px;
}

.fileUploadFormField {
    position: relative;
}

    .fileUploadFormField input[type="file"] {
        position: absolute;
        z-index: 2;
        opacity: 0;
        width: 100%;
        height: 100%;
    }

.show-inline {
    display: inline-block !important;
}

.infraplanFiscalLogo {
    max-width: 50%;
    display: block;
}

.form-signin {
    margin-top: 100px;
}

.form-signin-heading {
    text-align: center;
    font-weight: bold;
}

#clientFileProducts .navbar-brand {
    padding-right: 5px;
}

.graph-container > canvas {
    width: 100% !important;
    /*max-height: 450px !important;*/
}

.legend-container > .chart-legend {
    list-style: none;
    float: left;
    padding: 0;
}

    .legend-container > .chart-legend li {
        margin: 2px 0;
        width: 100%;
        float: left;
    }

    .legend-container > .chart-legend span:FIRST-CHILD {
        padding: 10px;
        float: left;
        margin-right: 10px;
    }

    .legend-container > .chart-legend span {
        float: left;
    }

.th_right {
    text-align: right !important;
}


.lang_selector {
    display: inline-block;
    padding: 2px 2px 2px 2px;
    background-color: whitesmoke;
    border: 1px solid gray;
    border-bottom: 0px;
    float: left;
}

    .lang_selector:hover {
        cursor: pointer;
    }

    .lang_selector.active {
        background-color: gray;
    }

.lang_selector_wrapper > div.lang_selector:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

.lang_selector_wrapper > div.lang_selector:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

.input-lang {
    /*-webkit-border-radius: 5px!important;
    -webkit-border-top-left-radius: 0px!important;
    -moz-border-radius: 5px!important;
    -moz-border-radius-topleft: 0px!important;
    border-radius: 5px!important;
    border-top-left-radius: 0px!important;*/
}


#categories_accordion .panel-title {
    padding-top: 10px;
    display: inline-block;
}

#categories_accordion .panel-heading {
    padding-top: 0px;
}

#categories_accordion .panel-actions .btn {
    margin-top: 4px;
}

.btn_actions_categories {
    margin-left: 5px;
    margin-top: 5px !important;
    margin-bottom: 0px;
    width: 32px;
    height: 32px;
    background-position: center;
}

    .btn_actions_categories .glyphicon {
        right: 3px;
    }

/*#categories_accordion > .panel-default*/
#categories_accordion .panel-collapse .panel-group {
    margin-bottom: 0px;
}

#categories_accordion .panel-group .panel + .panel {
    margin-top: 0px;
}

#categories_accordion .panel-collapse {
    padding: 10px;
}

#categories_accordion .panel-default .panel {
    /* border-bottom:0px;
    border-left:0px;
    border-right:0px;*/
}

    #categories_accordion .panel-default .panel .panel-heading {
        background-image: none;
    }

.tree_sim {
    width: 17px;
    height: 10px;
    border-bottom: 1px solid darkgray;
    border-left: 1px solid darkgray;
    display: inline-block;
    bottom: 5px;
    position: relative;
}

#categories_accordion .panel-default .panel .panel-heading {
    background-image: none;
}


#categories_accordion a.collapsed:not(.categories_collapsable) {
    text-decoration: none;
    cursor: default;
}

    #categories_accordion a.collapsed:not(.categories_collapsable):hover {
        text-decoration: none;
        cursor: default;
    }


.btnDeleteCategory {
    background-image: -webkit-linear-gradient(top,#FF9494 0,#D45555 100%);
    background-image: -o-linear-gradient(top,#FF9494 0,#D45555 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FF9494),to(#D45555));
    background-image: linear-gradient(to bottom,#FF9494 0,#D45555 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9494', endColorstr='#D45555', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #B54747;
}

.btn-primary.btnDeleteCategory:hover, .btn-primary.btnDeleteCategory:focus {
    background-color: #D45555 !important;
    border-color: #B54747 !important;
}

.sort_handler:hover {
    cursor: move;
}

a:focus {
    text-decoration: none;
}

.black {
    color: #333;
}

.banner_collapsable_header:hover {
    cursor: pointer;
}

.floatright {
    float: right;
}

.inlineblock {
    display: inline-block;
}

.inlineblockforce {
    display: inline-block !important;
}

.marginright5px {
    margin-right: 5px;
}

.hpointer:hover {
    cursor: pointer;
}

.fix_hidden_inputfile {
    width: 30px;
    max-width: 30px;
}

.fix_inputhidden_error {
    max-width: 50px;
    overflow-x: hidden;
}

/* loading spinner */
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
    font-size: 70px;
    color: white;
}

.calculadora_table {
    width: 100%;
}

.calculadora_table_td_1 {
    background-color: whitesmoke;
    width: 70%;
    min-width: 70%;
}

.calculadora_table_td_2 {
    background-color: whitesmoke;
    text-align: center;
    min-width: 215px;
}

.calculadora_table_td_3 {
    background-color: whitesmoke;
}

.calculadora_table td.calculadora_table_td_4 {
    background-color: whitesmoke;
    border: 2px solid transparent;
    width: 0px;
    padding: 0;
    border-collapse: collapse;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}
/* end loading spinner */

.height43 {
    height: 43px;
}



.dash_chart_wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 30%;
    margin-right: 5%;
    float: left;
}

    .dash_chart_wrapper:last-child {
        margin-right: 0px;
    }

.dashboard_users_box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    /* background: #f5f5f5;*/
    /*   padding:10px;*/
    /* width:200px;*/
    float: left;
    margin-right: 20px;
    /*   height: 180px;*/
}

.dash_users_minidata {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    background-color: white;
    width: 78px;
    margin: 5px;
    text-align: center;
    padding-top: 20px;
    /* height: 114px;*/
}

    .dash_users_minidata .glyphicon {
        font-size: 40px;
        color: cornflowerblue;
    }

.dash_users_box_title {
    /*  border-bottom: 1px solid #333;*/
}

#dash_users_alta_hoy, #dash_users_alta_30d, #logins_hoy, #logins_30d {
    font-size: 24px;
    font-weight: bold;
}

.dash_users_minidata p {
    font-weight: normal;
}

.dash_full_box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    /* background: #f5f5f5;*/
    /* padding:10px;*/
    float: left;
    margin-right: 20px;
    min-height: 280px;
    width: 100%;
}

.marginbottom20px {
    margin-bottom: 20px;
}

.dash_full_box .dash_users_box_title {
    margin-bottom: 15px;
}

.dashboard_table {
    width: 100%;
}

    .dashboard_table thead {
        background-color: #ddd;
        border-bottom: 1px solid gray;
    }

    .dashboard_table th {
        padding: 10px;
    }

    .dashboard_table td {
        padding: 5px 10px;
    }

    .dashboard_table tbody tr:nth-child(odd) {
        background-color: #f5f5f5;
    }

#ultimos_10_logins_content {
    /* overflow: scroll;
    height: 200px;
    max-height: 200px;*/
}

.charts_canvas canvas {
    height: 400px;
    width: 100%;
}

.dash_full_box td {
    font-weight: normal;
}


.simple-link {
    color: #333;
}

.btnServiceStatus {
    cursor: pointer;
    display: inline-block;
    padding-left: 15px;
}

.btnEditService {
    display: inline-block;
    margin-top: -2px;
}

.button-opacity {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.statusChecklist {
    display: none;
}

    .statusChecklist button span {
        font-size: 11px;
    }

    .statusChecklist button:hover {
        /*border:none;*/
    }

.child-status {
    color: white;
    display: inline-block;
    padding: 5px 8px;
    cursor: auto !important;
}

.hidden-child-status {
    display: none;
}

.no-pointer {
    cursor: auto !important;
}

.button-border {
    border: 1px solid #ccc;
}

.search-checklist-title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}

.checklist-content {
    background: #f5f5f5;
    padding-top: 10px;
}

.search-selected-filter {
    box-shadow: 0 0 5px rgb(6, 121, 218);
    border: 1px solid rgb(71, 139, 179);
    border-radius: 4px;
}

@media (max-width: 1400px) {
    .child-status {
        color: white;
        display: inline-block;
        padding: 3px 5px;
        cursor: auto !important;
        font-size: 13px;
    }
}

.home-service-task {
    font-weight: bold;
    background: rgba(93, 166, 255, 0.4) !important;
}

.home-service-worker {
    font-weight: bold;
    background: rgba(93, 166, 255, 0.2) !important;
}

.home-service-displacement {
    font-weight: bold;
    background: rgba(137, 176, 210, 0.5) !important
}

.home-service-hotel {
    font-weight: bold;
    background: rgba(137, 176, 210, 0.3) !important
}

.home-service-provider {
    font-weight: bold;
    background: rgba(85, 193, 163, 0.2) !important;
}

.messageExportRegistration {
    padding: 10px;
    border-radius: 4px;
}

.orderField {
    cursor: pointer;
}

    .orderField:hover {
        text-decoration: underline;
    }

.salary-info {
    background: #337ab7;
    color: white;
    padding: 10px;
    border-radius: 4px;
}

.salary-format {
    display: inline-block;
    margin-left: 10px;
    padding: 2px;
    background: white;
    border-radius: 3px;
}

.paysheet .table-span {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}

.paysheet .input-group-addon {
    padding: 0px 4px !important;
}

.paysheet .form-control {
    padding: 6px 4px !important;
}

.paysheet tbody tr td {
    vertical-align: middle !important;
}

.paysheet label {
    font-weight: normal;
}

.no-pad-left {
    padding-left: 0 !important;
}

.btnEditPaysheet {
    margin-bottom: 5px;
}

.paysheet tbody tr td label {
    font-size: 11px !important;
    padding: 0 !important;
    margin: 0 0 0 2px !important;
}

.paysheet .text-content-item {
    font-size: 11px !important;
}

.legend-row {
    margin-bottom: 15px;
}

.legend-span {
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    font-size: 12px;
    font-style: oblique;
}

.legend-color {
    width: 20px;
    height: 15px;
}

.legend-warning {
    background: #fcf8e3;
}

.legend-active {
    background: #f5f5f5;
}

.legend-danger {
    background: #f2dede;
}

.legend-info {
    background: #d9edf7;
}

#sendMessage {
    padding-top: 10px;
    color: #ff8e1a;
    width: 95%;
    font-size: 12px;
}

.btnUploadExcel {
    cursor: pointer;
    padding: 10px;
    display: inline-block;
    border-radius: 4px 0 0 4px;
}
/*.paysheet .cellField {
	min-width:60px;
}*/


.xo_container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
}

.xo_top_info {
    font-size: 16px;
    font-family: Raleway;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
}

.xo_top_menu {
    font-size: 11px;
    font-family: Raleway;
    font-weight: 500;
    margin-top: 27px;
    display: inline-block;
    float: right;
}

.xo_top_menuitem {
    display: inline-block;
    margin-left: 40px;
}

.xo_top_nav {
    background: #103595;
    color: white;
    min-height: 59px;
}

    .xo_top_nav a, .xo_top_nav a:hover,
    .xo_top_nav a i, .xo_top_nav a:hover i {
        color: white;
    }

.xo_header_menuitem a:hover {
    color: #103595 !important;
}

.xo_header {
    padding-top: 20px;
}

.xo_header_logo {
    display: inline-block;
}

.xo_header_menu {
    display: inline-block;
    float: right;
    margin-top: 50px;
}

.xo_header_menuitem {
    display: inline-block;
    font-size: 19px;
    margin-left: 30px;
    font-weight: 500;
}

    .xo_header_menuitem a {
        color: #103595;
    }

.slider_img_back_big {
    max-height: 700px;
    max-width: 100%;
    width: 100%;
}

.slider_img_back_med {
    max-height: 538px;
    max-width: 100%;
    width: 100%;
}

.slider_img_back_home20190527 {
    max-height: 409px;
    max-width: 100%;
    width: 100%;
}

.slider_img_back_small {
    max-height: 325px;
    max-width: 100%;
    width: 100%;
}

.xo_body_container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    font-size: 36px;
    font-weight: 400;
}

.back_white {
    background: white;
}

.back_blue {
    background: #133595;
}

.back_home_form_1 {
    /*background-image: url(../../images/home_form_back1.png);
    background-position: center;
    background-size: cover;*/
    background-color: #103595;
}

input[type=text], textarea, select {
    height: 49px;
    width: 100%;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    padding-left: 10px;
}

button {
    height: 49px;
    padding: 15px 60px;
    background: #103595;
    color: white;
    border: 1px solid #103595;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    button:hover {
        background: white;
        color: #103595;
        border: 1px solid #103595;
        cursor: pointer;
    }

.home_form_contact {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .home_form_contact h2 {
        margin-bottom: 50px;
        color: white;
    }

.home_map_contact {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .home_map_contact h2 {
        margin-bottom: 0px;
        font-size: 30px;
    }

    .home_map_contact p {
        font-size: 16px;
        color: #1a1a23;
        margin-bottom: 0px;
    }

        .home_map_contact p.p_big {
            font-size: 34px;
            line-height: 37px;
            color: #1a3490;
            margin-bottom: 7px;
        }

    .home_map_contact img {
        margin-top: 25px;
    }

    .home_map_contact .footer_map_info {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        height: 65px;
    }

.box_shadow_bottom {
    box-shadow: 0 19px 15px -19px #afadad;
    box-shadow: 0 15px 21px -15px #afadad;
}

img {
    max-width: 100%;
}

.home_minis_container {
    margin-top: 60px;
    margin-bottom: 30px;
}

.home_mini_text {
    position: absolute;
    color: white;
    font-size: 24px;
    font-weight: 900;
    line-height: 29px;
    top: 30px;
    left: 40px;
    padding-right: 20px;
}

.home_minis_container img {
    width: 100%;
    margin-bottom: 30px;
}

.xo_footer {
    position: relative;
    overflow: hidden;
    /*border-top:1px solid #133595;*/
    color: white !important;
    background-color: white;
}
    /*.xo_footer p{
    position:absolute;
    top:40%;
    width:100%;
    text-align: center;
    color:white;
    font-size: 48px;
    font-weight:bold;
}*/
    .xo_footer img {
        max-height: 630px
    }

        .xo_footer img.footer_img {
            display: none;
        }

#xo_oposicio_table {
    width: 100%;
    margin-top: 50px;
}

    #xo_oposicio_table p {
        margin-bottom: 0px;
        color: #706f6f !important;
        font-family: RobotoCondensed;
        font-weight: bold;
    }

.xo_opo_table_b1 img {
    width: 396px;
    max-width: 100%;
}

.xo_opo_table_b1 {
    width: 396px;
    max-width: 100%;
    background-image: url(../../images/opos_table_back_1.png);
    background-position: center;
    background-size: cover;
}

.xo_opo_table_b4 {
    /*width: 396px;*/
    max-width: 100%;
    background-image: url(../../images/opos_table_back_4.png);
    background-position: center;
    background-size: cover;
}

.xo_opo_table_b2 img {
    height: 202px;
    width: auto;
    max-width: none;
}

.xo_opo_table_b3 img {
    width: 88px;
    height: auto;
    max-width: none;
}

.xo_opo_table_1_abs {
    position: absolute;
    top: 27px;
    left: 60px;
}

.xo_opo_table_4_abs {
    position: absolute;
    top: 56px;
    width: 100%;
    left: 0px;
}

.xo_opo_table_b4 img {
    width: 100%;
}

.xo_oposicio_txt1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.xo_oposicio_txt2 {
    font-size: 24px;
    line-height: 24px;
}

.xo_oposicio_txt3 {
    font-size: 18px;
    line-height: 18px;
}

.xo_oposicio_txt4 {
    font-size: 20px;
    line-height: 20px;
}

.xo_oposicio_txt5 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.color_black {
    color: #333333;
}

.xo_opo_title {
    font-size: 36px;
    font-weight: 900;
    margin-top: 40px;
    margin-bottom: 40px;
}

.xo_opo_txt1 {
    font-size: 24px;
    margin-bottom: 35px;
}

.xo_opo_txt2 {
    font-size: 30px;
    font-weight: bold;
}

.xo_opo_txt3 {
    font-size: 24px;
    font-weight: bold;
}

.xo_opo_txt4 {
    font-size: 24px;
    text-align: center;
    border: 2px solid #133595;
    padding: 30px;
}

.xo_opo_txt5 {
    font-size: 30px;
    font-size: 24px;
}

.xo_opo_txt6 {
    font-size: 36px;
    font-size: 24px;
}

.xo_opo_txt7 {
    font-size: 60px;
}

.xo_opo_txt8 {
    font-size: 30px;
}

.xo_opo_txt9 {
    font-size: 40px;
}

.xo_opo_txt10 {
    font-size: 20px;
}

.xo_opo_txtmini {
    font-size: 14px;
}

#xo_places_table {
    width: 100%;
    font-size: 20px;
    margin-bottom: 100px;
    border-spacing: 4px;
    border-collapse: separate;
}

#xo_horaris_table {
    width: 100%;
    font-size: 20px;
    margin-bottom: 100px;
    /*border-spacing: 4px;
    border-collapse: separate;*/
}

    #xo_horaris_table td {
        border: 4px solid white;
    }

    #xo_horaris_table .xo_horaris_table_footer td {
        border: 4px solid #3b8fc9;
    }

.xo_places_table_header td,
.xo_horaris_table_header td {
    background: #103595;
    color: white;
    font-weight: bold;
    text-align: center;
}

.xo_horaris_table_subheader td {
    background: #2daae1;
    color: white;
    font-weight: bold;
    text-align: center;
}

#xo_places_table td,
#xo_horaris_table td {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

    #xo_places_table td.talign_left,
    #xo_horaris_table td.talign_left {
        padding-left: 30px;
        text-align: left;
    }

#xo_places_table tr,
#xo_horaris_table tr {
    background-color: #9dcbee
}

    #xo_places_table tr:nth-child(even),
    #xo_horaris_table tr:nth-child(even) {
        background-color: #c6e1f3
    }

    #xo_places_table tr.xo_places_table_header,
    #xo_horaris_table tr.xo_places_table_header {
        background-color: transparent;
    }

.xo_places_table_headermobile,
.xo_horaris_table_headermobile {
    font-weight: bold;
    margin-right: 20px;
}

#xo_places_table .xo_places_table_footer,
#xo_horaris_table .xo_horaris_table_footer {
    background-color: #3b8fc9 !important;
    font-weight: bold;
}

    #xo_places_table .xo_places_table_footer td,
    #xo_horaris_table .xo_horaris_table_footer td {
        color: white;
    }

.xo_meto_image_wrap {
    margin-top: 20px;
    margin-bottom: 60px;
    max-width: 437px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    .xo_meto_image_wrap img {
        width: 100%;
    }

    .xo_meto_image_wrap .xo_meto_image {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .xo_meto_image_wrap .xo_meto_image_roundtext {
        position: absolute;
        max-width: 160px;
        top: 18%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        font-size: 29px;
        line-height: 36px;
        font-weight: 700;
        color: white;
    }

    .xo_meto_image_wrap .xo_meto_image_text_wrap {
        position: absolute;
        top: 39%;
        left: 50%;
        transform: translate(-50%);
        width: 79%;
        max-width: 344px;
        /*font-size: 21px;*/
        /*line-height: 24px;*/
        font-size: calc(0.3em + 1vw);
        line-height: calc(0.4em + 1vw);
    }

    .xo_meto_image_wrap .xo_meto_image_text {
        margin-bottom: 27px;
    }

.xo_meto_image_wrap_turquesa .xo_meto_image_text,
.xo_meto_image_wrap_turquesa .xo_meto_image_text * {
    color: #14a3bc;
}

.xo_meto_image_wrap_lila .xo_meto_image_text,
.xo_meto_image_wrap_lila .xo_meto_image_text * {
    color: #2b2e83;
}

.xo_meto_image_wrap_gris .xo_meto_image_text,
.xo_meto_image_wrap_gris .xo_meto_image_text * {
    color: #4972b2;
}

.xo_meto_calendari_title {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: #14a3bc;
}

.xo_meto_calendari_mes {
    font-size: 28px;
    color: #14a3bc;
    margin-bottom: 58px;
    font-weight: 500;
}

.xo_meto_calendari_box {
    border: 3px solid #14a3bc;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.xo_meto_calendari_box_1 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.xo_meto_calendari_wrap {
    background-image: url(../../images/metode_calendari.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

#xo_meto_calendari_title {
    margin-top: 75px;
}

#xo_meto_calendari {
    margin-bottom: 50px;
}

.img_circletick {
    width: 80px;
    max-width: 80px;
    margin-top: 10px;
}

#xo_cursos_tableticks {
    margin-bottom: 30px;
}

    #xo_cursos_tableticks td {
        vertical-align: top;
    }

    #xo_cursos_tableticks .xo_opo_txt5 {
        margin-bottom: 45px;
        font-size: 22px;
    }

.xo_metod_destinataris .xo_opo_title {
    position: absolute;
    top: 0px;
    left: 25%;
    margin: 0px;
}

.xo_metod_feina_title {
    text-align: center;
    font-size: 76px;
    color: #505154;
    font-weight: 500;
    line-height: 76px;
}

.xo_metod_feina_subtitle {
    text-align: center;
    font-size: 30px;
    color: #505154;
    font-weight: 500;
    margin-bottom: 25px;
}

.xo_cursos_circle {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.xo_cursos_circle_text {
    color: #505154;
    text-align: center;
    font-size: 25px;
    line-height: 28px;
    margin-top: 25px;
}

.xo_cursos_destinataris_txt1 {
    position: absolute;
    top: 44%;
    left: 31%;
    text-align: center;
    font-size: 24px;
    line-height: 27px;
    color: white;
    font-size: calc(0.6em + 1vw);
    line-height: calc(0.7em + 1vw);
    top: 10%;
    left: 47%;
}

.xo_cursos_destinataris_txt2 {
    position: absolute;
    top: 55%;
    left: 46%;
    font-size: 24px;
    line-height: 27px;
    color: white;
    font-size: calc(0.6em + 1vw);
    line-height: calc(0.7em + 1vw);
    top: 27%;
    left: 59%;
}

.xo_cursos_destinataris_txt3 {
    position: absolute;
    top: 71%;
    left: 50%;
    font-size: 24px;
    line-height: 27px;
    color: white;
    font-size: calc(0.6em + 1vw);
    line-height: calc(0.7em + 1vw);
    top: 53%;
    left: 63%;
}

.form_reservaplaca input,
.form_reservaplaca textarea,
.form_reservaplaca select {
    border: 2px solid #103595;
}

* {
    outline: none;
}

.back_yellow {
    background-color: #f8f519;
    padding: 20px 30px;
    background-color: #103595;
    border: 2px solid #103595;
    color: white;
    font-size: 28px;
    font-weight: bold;
}

.xo_circle_descompte div {
    color: white;
}

.xo_circle_descompte {
    text-align: center;
    background: #103595;
    border-radius: 50%;
    position: relative;
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

    .xo_circle_descompte img {
        width: 100%;
    }

.xo_circle_descompte_txt1 {
    font-size: 72px;
    font-weight: 900;
    position: absolute;
    top: 18px;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}

.xo_circle_descompte_txt2 {
    font-size: 34px;
    font-weight: 700;
    position: absolute;
    top: 114px;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    font-size: 39px;
    top: 106px;
}

.xo_circle_descompte_txt3 {
    font-size: 17px;
    font-weight: 700;
    position: absolute;
    top: 166px;
    left: 50%;
    line-height: 22px;
    width: 191px;
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}

.preus_img_circletick {
    width: 34px;
}

#xo_preus_oferim td {
    padding-bottom: 5px;
}

.talign_left {
    text-align: left;
}

.marginright_5px {
    margin-right: 5px;
}

.marginright_10px {
    margin-right: 10px;
}

.marginright_20px {
    margin-right: 20px;
}

.marginright_30px {
    margin-right: 30px;
}

.marginright_40px {
    margin-right: 40px;
}

.marginleft_5px {
    margin-left: 5px;
}

.marginleft_10px {
    margin-left: 10px;
}

.marginleft_30px {
    margin-left: 30px;
}

.marginleft_50px {
    margin-left: 50px;
}

.marginleft_60px {
    margin-left: 60px;
}

.marginleft_80px {
    margin-left: 80px;
}

.marginleft_zero {
    margin-left: 0px;
}

.marginleft_zero_force {
    margin-left: 0px !important;
}

.marginbottom_zero {
    margin-bottom: 0px;
}

.marginbottom_5px {
    margin-bottom: 5px;
}

.marginbottom_20px {
    margin-bottom: 20px;
}

.marginbottom_35px {
    margin-bottom: 35px;
}

.marginbottom_60px {
    margin-bottom: 60px;
}

.marginbottom_70px {
    margin-bottom: 70px;
}

.marginbottom_90px {
    margin-bottom: 90px;
}

.marginbottom_190px {
    margin-bottom: 190px;
}

.margintop_zero {
    margin-top: 0px;
}

.margintop_5px {
    margin-top: 5px;
}

.margintop_20px {
    margin-top: 20px;
}

.margintop_40px {
    margin-top: 40px;
}

.margintop_60px {
    margin-top: 60px;
}

.margintop_80px {
    margin-top: 80px;
}

.margintop_82px {
    margin-top: 82px;
}

.margintop_111px {
    margin-top: 111px;
}

.margintop_125px {
    margin-top: 125px;
}

.marginsides_auto {
    margin-left: auto;
    margin-right: auto
}

.paddingleft_15px {
    padding-left: 15px;
}

.paddingleft_30px {
    padding-left: 30px;
}

.paddingleft_50px {
    padding-left: 50px;
}

.paddingleft_75px {
    padding-left: 75px;
}

.nobackgroundcolor {
    background-color: transparent !important;
}

.paddingtop_0px {
    padding-top: 0px;
}

.bold {
    font-weight: bold;
}

/* custom upload */
.custom-file-upload input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 2px solid #103595;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 12px 17px;
    cursor: pointer;
    margin-bottom: 20px;
    color: #103595;
}

    .custom-file-upload img {
        width: 20px;
    }
/* end custom upload */


.d_table {
    display: table;
}

.d_tablerow {
    display: table-row;
}

.d_tablecell {
    display: table-cell;
}

.valign_top {
    vertical-align: top;
}

.valign_center {
    vertical-align: center;
}


.xo_header {
    position: relative;
}

.xo_hroarispreus_header, .xo_cursos_header {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%,0%);
    width: 100%;
    text-align: center;
}

.xo_hroarispreus_header_txt1 {
    font-size: 55px;
    font-weight: 900;
    font-size: calc(2.3em + 1vw);
    line-height: calc(1.4em + 1vw);
}

.xo_cursos_header_txt1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 42px;
}

.xo_cursos_header_txt2 {
    font-size: 30px;
    font-weight: 900;
}

.xo_cursos_header_txt3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}

.input_error {
    border-color: red !important;
}

.p5_checkbox.input_error .checkmark {
    border: 2px solid red;
}

.xo_header_menuitem_parent {
    position: relative;
}

.xo_header_menuitem_submenu {
    position: absolute;
    right: 0px;
    display: none;
    border: 1px solid #c6c9e8;
    background-color: white;
    text-align: center;
    z-index: 99999;
}

    .xo_header_menuitem_submenu .xo_header_menuitem:first-child {
        border-bottom: 1px solid #c6c9e8;
    }

    .xo_header_menuitem_submenu .xo_header_menuitem {
        margin-left: 0px;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .xo_header_menuitem_submenu .xo_header_menuitem a {
            white-space: nowrap;
            padding-left: 20px;
            padding-right: 20px;
            width: 100%;
        }

.xo_header_menuitem_parent:hover .xo_header_menuitem_submenu {
    display: block;
}

.box_blue {
    border: 3px solid #103595;
    padding: 20px 30px;
}

.box_blue_cursos {
    padding: 40px 145px;
}

.img_vineiprova_inbox {
    position: absolute;
    bottom: 15px;
    right: 0px;
    bottom: -255px;
    right: 23px;
}

.mwidth929centered {
    max-width: 929px;
    margin-left: auto;
    margin-right: auto;
}

.mwidth880paddingleft100 {
    max-width: 1000px;
    padding-left: 100px;
}

.width75 {
    width: 75px;
    height: 20px;
    display: inline-block;
}

.txt_italic {
    font-style: italic;
    font-weight: 300;
}

.txt_italic_bold {
    font-style: italic;
    font-weight: 700;
}

.quisom_back {
    background-image: url(../../images/quisom.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
/*slides*/
.section_home {
    /*background-image: url(../../images/slide_home.png);*/
    background-image: url(../../images/home_slide_20190527.png);
    /*background-position: center;*/
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: top;*/
    background-position: bottom;
}

.slide_back_home_mvl {
    display: none;
}

@media (max-width:991px) {
    .section_home {
        background-image: url(../../images/home_slide_mvl.jpg);
    }

    .slider_img_back_home20190527 {
        display: none;
    }

    .slide_back_home_mvl {
        display: block;
    }

    .box_blue_cursos {
        padding: 15px 15px;
    }
}

.section_oposicio,
.section_treballa,
.section_error_404,
.section_gracies_per_contactar {
    background-image: url(../../images/slide_oposicio.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_places,
.section_reserva_placa {
    background-image: url(../../images/slide_places.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_metodedocent {
    background-image: url(../../images/slide_metodedocent.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_cursos {
    background-image: url(../../images/slide_cursos.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_horaris_preus,
.section_horaris_preus_2 {
    background-image: url(../../images/slide_horaris_preus.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_qui_som {
    background-image: url(../../images/slide_qui_som.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_noticies {
    background-image: url(../../images/slide_qui_som.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_calcula_merits {
    background-image: url(../../images/slide_qui_som.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.xo_footer {
    /*background-image: url(../../images/footer_img_txt.png);
    background-image: url(../../images/footer_img.png);*/
    /*background-image: url(../../images/footer_img_small.jpg);
    background-position-x: -50%;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;*/
}

.footer_img_new {
    position: absolute;
    top: 0px;
    height: 100%;
    right: 50%;
}
/*end slides*/

.cursos_seccio_pluses .xo_opo_txt2 {
    font-weight: 900;
}


/* circle progress */

.circleprogress_wrap {
    width: 100%;
    max-width: 341px;
    min-width: 341px;
    /*max-width:280px;
    min-width:280px;*/
    margin-left: auto;
    margin-right: auto;
}

    .circleprogress_wrap img {
        width: 100%;
    }

    .circleprogress_wrap svg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

.circleprogress_deco {
    z-index: 20;
}

.circleprogress_wrap svg.circleprogress_anim_30 {
    transform: rotate(-90deg);
    stroke-dasharray: 251; /* (2PI * 40px) */
    stroke-dashoffset: 251; /* (2PI * 40px) */
    stroke-dasharray: 985;
    stroke-dashoffset: 985;
    /*animation: offsettozero 5s linear forwards;*/
    animation: offsetto30 1s linear forwards;
}

.circleprogress_wrap svg.circleprogress_anim_40 {
    transform: rotate(-90deg);
    stroke-dasharray: 251; /* (2PI * 40px) */
    stroke-dashoffset: 251; /* (2PI * 40px) */
    stroke-dasharray: 985;
    stroke-dashoffset: 985;
    /*animation: offsettozero 5s linear forwards;*/
    animation: offsetto40 1s linear forwards;
}
/*.circleprogress_wrap svg.circleprogress_total {
    stroke-dasharray: 251;
    stroke-dashoffset: 251;
    stroke-dasharray: 985;
    stroke-dashoffset: 985;
}*/
.circleprogress_wrap .circleprogress_total {
    z-index: 1;
}

.circleprogress_wrap .circleprogress_anim {
    z-index: 10;
}

.circleprogress_progress {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #505154;
    z-index: 25;
    font-size: 64px;
    background: white;
    width: 48%;
    text-align: center;
    line-height: 71px;
    padding-bottom: 13px;
}

@keyframes offsettozero {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes offsetto30 {
    to {
        stroke-dashoffset: 735;
        /*stroke-dashoffset: 200%;*/
    }
}

@keyframes offsetto40 {
    to {
        stroke-dashoffset: 640;
    }
}


/* end circle progress */
.display_none {
    display: none;
}

#contacto_form_response {
    /*background: rgba(255,255,255, 0.8);
    padding: 5px;*/
    color: white;
}

.back_home_form_1.home_form_contact input, .back_home_form_1.home_form_contact textarea {
    border: 2px solid transparent;
}

#xo_topheader_menu {
    display: none;
    background-color: white;
}

    #xo_topheader_menu * {
        background-color: white;
    }

    #xo_topheader_menu .xo_header_menuitem {
        margin-left: 0px;
    }

#xo_headermenu_toggler {
    display: none !important;
}

#xo_headermenu, #xo_top_menu {
    display: none;
    z-index: 9999;
}

#xo_headermenu_toggler, #xo_topmenu_toggler {
    float: right;
}

#xo_topmenu_toggler {
    margin-top: 5px;
}

.xo_header_logo img {
    width: 210px;
    max-width: 210px;
}

.xo_header_menuitem {
    border-bottom: 3px solid transparent !important;
}

    #xo_headermenu .xo_header_menuitem.selected, #xo_headermenu .selected,
    .xo_header_menuitem:hover {
        border-bottom: 3px solid #103595 !important;
    }

    .xo_header_menuitem.xo_header_menuitem_parent {
        border-bottom: 3px solid transparent !important;
    }

.xo_header_menuitem_submenu a,
.xo_header_menuitem_submenu div {
    width: 100%;
}

.xo_top_menuitem {
    border-bottom: 3px solid transparent !important;
}

    .xo_top_menuitem.selected,
    .xo_top_menuitem:hover {
        border-bottom: 3px solid white !important;
    }

    .xo_header_menuitem a:hover,
    .xo_top_menuitem a:hover {
        text-decoration: none;
    }

.home_miniboxlinks_wrap {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 90%;
    background: transparent;
}

.home_minibox_link {
    width: 45%;
    color: white;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    padding: 10px;
    border: 2px solid white;
    background-color: #103595
}

    .home_minibox_link:hover {
        background-color: white;
        color: #103595;
        border-color: #103595;
        text-decoration: none;
    }

    .home_minibox_link.first {
        margin-right: 5%;
    }

    .home_minibox_link.last {
        margin-left: 2%;
    }

.minitextbuttonswrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

.minitextbuttonswrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 15px;
}

.minitextbuttonswrap2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.color_white {
    color: white;
}

textarea {
    padding-top: 12px;
}

.xo_horaris_table_footer td {
    border: 4px solid white !important;
}

.xo_quisom_cercles_wrapper {
    text-align: center;
    margin-bottom: 140px;
}

.xo_quisom_cercle {
    position: relative;
    width: 239px;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 25px;
}

.xo_quisom_cercle_txt {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #9f9f9d;
    font-size: 20px;
    text-align: center;
    width: 120%;
    line-height: 25px;
}

.home_map_contact {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 0px;
    height: 100%;
}

.contact_form_back {
    position: fixed;
    top: 0px;
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
}

#xo_contact_form {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
}

#home_form_btn_close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 29px;
    max-width: 51px !important;
}

.homeformcontact_wrap .back_home_form_1 {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 80px;
    padding-top: 57px;
}

.homeformcontact_wrap #home_form_btn_close {
    display: none !important;
}

.homeformcontact_wrap {
    margin-bottom: 20px;
}

#xo_contact_form.bluebox button {
    background: white;
    color: #103595;
}

#home_form_especialitat {
    margin-bottom: 0px;
}

.homeformcontact_wrap .home_form_contact {
    padding: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 80px;
    padding-top: 57px;
}

    .homeformcontact_wrap .home_form_contact h2 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 37px;
    }

    .homeformcontact_wrap .home_form_contact textarea {
        min-height: 49px !important;
    }

.homeformcontact_wrap #xo_contact_form {
    max-width: 100%;
}



/* custom checkboxes */
.p5_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    line-height: 26px;
    font-size: 19px;
}

    .p5_checkbox a {
        color: white;
    }

        .p5_checkbox a:hover {
            color: white;
        }

.form_reservaplaca .p5_checkbox a,
.form_reservaplaca .p5_checkbox a:hover {
    color: #103595;
}

.p5_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.p5_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 2px solid #133595;
    border-radius: 3px;
}

.p5_checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.p5_checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

.p5_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.p5_checkbox input:checked ~ .checkmark:after {
    display: block;
}

.p5_checkbox .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* end custom checkboxes */

#contact_map {
    width: 100%;
    position: absolute;
    top: 65px;
}

.collapse_tab_head_horaris {
    border: 3px solid #133595;
    padding: 10px 35px;
    color: #133595;
    font-weight: 800;
    width: 268px;
    display: block;
    border: 3px solid white;
    color: white;
    background-color: #133595;
}

    .collapse_tab_head_horaris img {
        width: 30px;
        margin-left: 13px;
        margin-top: 8px;
        float: right;
    }

    .collapse_tab_head_horaris i {
        color: white;
        margin-left: 13px;
        margin-top: 2px;
        float: right;
    }

    .collapse_tab_head_horaris a, .collapse_tab_head_horaris a:hover,
    .collapse_tab_head_horaris:hover, .collapse_tab_head_horaris:hover a, .collapse_tab_head_horaris:hover i {
        color: white !important;
        text-decoration: none;
    }

.collapse_tab_head {
    border-top: 5px solid #133595;
    width: 100%;
    color: #133595;
    display: block;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

    .collapse_tab_head:hover {
        text-decoration: none;
        color: #133595;
    }

.collapse_tab_border {
    border: 1px solid lightgray;
    margin-bottom: 30px;
}

    .collapse_tab_border .card-body a {
        color: #133595;
        display: block;
    }

.noticies_tab_subtitle {
    font-sixe: 22px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px;
}

#home_form_universitat, #home_form_especialitat {
    border: 2px solid #ebebeb;
}

.tachado {
    position: relative;
}

    .tachado img {
        position: absolute;
        top: -2px;
        left: 13px;
        width: 40px;
    }

.talign_center {
    text-align: center;
}

.footer_map_info {
    background-color: #103595;
}

    .footer_map_info * {
        color: white !important;
    }

#reservaplaca_form_anyfinalitzacio_wrap {
    position: relative;
}

    #reservaplaca_form_anyfinalitzacio_wrap span.input-group-addon,
    #reservaplaca_form_datanaixement_wrap span.input-group-addon {
        position: absolute;
        top: 13px;
        right: 15px;
    }

.form_reservaplaca .form-group {
    margin-bottom: 0px;
}

.calculadora_table {
    width: 100%;
}

    .calculadora_table td {
        border: 2px solid #103595;
        font-size: 20px;
        padding: 10px;
        vertical-align: middle;
    }

    .calculadora_table select {
        min-width: 53px;
        width: auto;
        margin-right: 10px;
        margin-bottom: 0px;
        /*padding-left: 6px;*/
    }

    .calculadora_table label {
        color: #103595;
        margin-bottom: 0px;
        width: 56px;
        display: inline-block;
    }

    .calculadora_table .p5_checkbox .checkmark {
        background-color: white;
    }

.nowrap {
    white-space: nowrap;
}

.color_blue,
#xo_oposicio_table p.color_blue {
    color: #103595 !important;
}

.widthauto {
    width: auto !important;
    display: inline-block;
}

.img_vineiprova {
    position: absolute;
    bottom: -68px;
    right: 23%;
}

.img_vineiprova_2 {
    position: absolute;
    top: -73px;
    right: 0;
}

.weight300 {
    font-weight: 300;
}

.weight800 {
    font-weight: 800;
}

.weight900 {
    font-weight: 900;
}

.backgraylight {
    background-color: #e7e6e9;
}

.fontsize30 {
    font-size: 30px;
}

.color_green {
    color: #61ce70 !important;
}

.xo_circle_matriculat {
    text-align: center;
    background: #103595;
    border-radius: 50%;
    position: relative;
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

    .xo_circle_matriculat img {
        width: 100%;
    }

    .xo_circle_matriculat .txt {
        position: absolute;
        color: white;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) rotate(-20deg);
        font-size: 35px;
        line-height: 45px;
        font-weight: 800;
    }

#xop_top_info_blue {
    padding: 10px;
}

.back_blue_light {
    background-color: #c6e1f3;
}

.back_blue_dark {
    background-color: #9dcbee;
}

#contacto_form_response, #treballaform_response, #reservaplaca_form_response {
    padding: 10px;
    background: #28a745;
    text-align: center;
    color: white;
    font-size: 19px;
}

.xo_circle_matriculat2 {
    position: relative;
}

    .xo_circle_matriculat2 img {
        width: 300px;
        height: 300px;
    }

    .xo_circle_matriculat2 .xo_circle_matriculat_txt1,
    .xo_circle_matriculat2 .xo_circle_matriculat_txt2 {
        position: absolute;
        color: white;
        /*font-weight:bold;*/
        font-family: 'Bebas';
        /*color:#f8f519;*/
        color: black;
    }

    .xo_circle_matriculat2 .xo_circle_matriculat_txt1 {
        top: 48px;
        font-size: 43px;
        left: 50%;
        transform: translate(-50%,0%);
    }

    .xo_circle_matriculat2 .xo_circle_matriculat_txt2 {
        top: 74px;
        font-size: 96px;
        left: 50%;
        transform: translate(-50%,0%);
    }

.cursos_tickstable .img_circletick {
    width: 50px !important;
}
/*@media (min-width:991px) {
    .cursos_tickstable .img_circletick {
        margin-left:80px!important;
    }
}*/
.cursos_tickstable .paddingleft_50px {
    padding-left: 25px !important;
}

@media (max-width: 1300.98px) {
    .xo_header_menuitem {
        font-size: 15px;
    }
}

@media (max-width: 1159.98px) {
    .homeformcontact_wrap .home_form_contact {
        padding: 20px;
    }
}

@media (max-width: 1150.98px) {
    .xo_header_menuitem {
        margin-left: 10px;
    }
}

@media (max-width: 1010.98px) {
    .xo_header_menuitem {
        font-size: 14px;
    }

    .xo_hroarispreus_header_txt1 {
        font-size: calc(1.3em + 1vw);
        line-height: calc(1.4em + 1vw);
    }
}

@media (min-width:1350px) {
    .xo_cursos_destinataris_txt1,
    .xo_cursos_destinataris_txt2,
    .xo_cursos_destinataris_txt3 {
        font-size: 24px;
        line-height: 27px;
        font-size: 18px;
        line-height: 21px;
        /*font-size: 24px;
        line-height: 31px;*/
    }

    .xo_cursos_destinataris_txt1 {
        top: 44%;
        left: 31%;
        top: 10%;
        left: 48%;
    }

    .xo_cursos_destinataris_txt2 {
        top: 55%;
        left: 42%;
        top: 28%;
        left: 59%;
    }

    .xo_cursos_destinataris_txt3 {
        top: 71%;
        left: 44%;
        top: 54%;
        left: 63%;
    }
}

@media (min-width: 1349.98px) {

    .xo_top_info {
        font-size: 19px;
        margin-top: 15px;
    }
}

@media (max-width: 1349.98px) {
    .xo_cursos_destinataris_txt1,
    .xo_cursos_destinataris_txt2,
    .xo_cursos_destinataris_txt3 {
        font-size: 16px;
        line-height: 18px;
        /*font-size: 22px;
        line-height: 27px;*/
    }
}

@media (max-width: 1129.98px) {
    .xo_cursos_destinataris_txt1,
    .xo_cursos_destinataris_txt2,
    .xo_cursos_destinataris_txt3 {
        font-size: 13px;
        line-height: 16px;
        /*font-size: 19px;
        line-height: 22px;*/
    }
}

@media (max-width: 991.98px) {
    .xo_cursos_destinataris_txt1,
    .xo_cursos_destinataris_txt2,
    .xo_cursos_destinataris_txt3 {
        font-size: 19px;
        line-height: 22px;
    }

    .xo_top_nav {
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        background: white;
        z-index: 999999;
    }

    body {
        padding-top: 65px !important;
    }

    .xo_header {
        margin-top: 44px;
    }
}

@media (max-width: 899.98px) {
    .xo_cursos_destinataris_txt1,
    .xo_cursos_destinataris_txt2,
    .xo_cursos_destinataris_txt3 {
        font-size: calc(0.4em + 1vw);
        line-height: calc(0.7em + 1vw);
    }
}

@media (max-width: 767.98px) {
    .xo_footer p {
        font-size: 18px !important;
    }

    .xo_cursos_destinataris_txt1,
    .xo_cursos_destinataris_txt2,
    .xo_cursos_destinataris_txt3 {
        font-size: calc(0.4em + 1vw);
        line-height: calc(0.7em + 1vw);
    }

    .xo_cursos_header_txt1 {
        font-size: 35px;
        font-weight: 700;
        line-height: 30px;
    }

    .xo_cursos_header_txt2 {
        font-size: 20px;
        font-weight: 900;
    }

    .xo_cursos_header_txt3 {
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
    }

    #xo_cursos_tableticks tr td:first-child {
        display: none;
    }

    #xo_cursos_tableticks .paddingleft_50px {
        padding-left: 0px;
    }

    .xo_meto_calendari_box .marginleft_50px {
        margin-left: 5px;
    }

    .xo_meto_calendari_box .marginright_40px {
        margin-right: 5px;
    }
}

@media (max-width: 1199.98px) {
    .back_home_form_1, .home_form_contact {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.xo_headermoible_logo {
    display: none;
    max-width: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width: 991.98px) {
    .md-aligncenter {
        text-align: center;
    }

    .homeformcontact_wrap #xo_contact_form {
        margin-top: 0px;
    }

    .homeformcontact_wrap {
        padding-left: 30px;
        padding-right: 30px;
    }

    .tachado img {
        left: 6px;
        width: 30px;
    }

    .xo_footer img.footer_img_back {
        display: none;
    }

    .xo_footer img.footer_img_back_height {
        display: block;
    }

    .home_map_contact {
        left: 0px;
        width: 100%;
    }

    .footer_map_info h2,
    .footer_map_info p {
        font-size: 20px !important;
    }

    .home_map_contact p.p_big {
        line-height: normal;
        margin-bottom: 0px;
    }

    #xo_topmenu_toggler {
        position: absolute;
        right: 20px;
        top: 5px;
    }

    .xo_header_logo {
        display: none;
    }

    .xo_top_info {
        /*float:left;*/
        display: block;
        /*width:100%;*/
        color: #103595;
        margin-top: 5px;
        margin-bottom: 5px;
        position: absolute;
        top: 17px;
        left: 50%;
        -webkit-transform: translate(-50%,0%);
        -moz-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
        -o-transform: translate(-50%,0%);
        transform: translate(-50%,0%);
        text-align: center;
    }

        .xo_top_info a i,
        .xo_top_info a {
            color: #103595;
        }

    .xo_top_nav {
        background: white;
    }

    .xo_headermoible_logo {
        display: inline-block;
    }

    table * {
        font-size: 18px;
    }

    h2 {
        font-size: 30px;
    }

    .xo_opo_title {
        /*font-size:36px;*/
        font-size: 24px;
        font-weight: 900;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .xo_opo_txt1 {
        /* font-size:24px;*/
        font-size: 18px;
        margin-bottom: 35px;
    }

    .xo_opo_txt2 {
        /*font-size:30px;*/
        font-size: 20px;
        font-weight: bold;
    }

    .xo_opo_txt3 {
        /* font-size:24px;*/
        font-size: 18px;
        font-weight: bold;
    }

    .xo_opo_txt4 {
        /* font-size:24px;*/
        font-size: 18px;
        text-align: center;
        border: 2px solid #133595;
        padding: 30px;
    }

    .xo_opo_txt5 {
        /*font-size:30px;
        font-size:24px;*/
        font-size: 18px;
    }

    .xo_opo_txt6 {
        /*font-size:36px;
        font-size:24px;*/
        font-size: 18px;
    }

    .xo_opo_txt7 {
        /*font-size:60px;*/
        font-size: 40px;
    }

    .xo_opo_txt8 {
        /* font-size:30px;*/
        font-size: 20px;
    }

    .xo_opo_txt9 {
        /* font-size:40px;*/
        font-size: 30px;
    }

    .xo_opo_txt10 {
        font-size: 16px;
    }



    #xo_oposicio_table tbody, #xo_oposicio_table {
        display: block;
    }

    .back_home_form_1, .home_form_contact {
        padding-left: 20px;
        padding-right: 20px;
    }

    #xo_topheader_menu {
        display: inline-block !important;
        padding: 15px;
    }

    #xo_topmenu_wrap {
        padding: 15px;
    }

    .xo_header_menuitem_submenu {
        display: block;
        border: 0px solid transparent;
        background: transparent;
        position: relative;
    }

        .xo_header_menuitem_submenu .xo_header_menuitem:first-child {
            padding-top: 10px;
        }

        .xo_header_menuitem_submenu .xo_header_menuitem,
        .xo_header_menuitem_submenu .xo_header_menuitem a {
            /* border-bottom:0px solid transparent!important;*/
            text-align: left;
            margin-left: 10px;
        }

    .xo_header_menuitem.selected {
        border-bottom: 3px solid #103595 !important;
    }

    .xo_header_menuitem_parent.selected {
        border-bottom: 3px solid white !important;
    }
    /*.xo_header_menuitem.selected, #xo_headermenu a.selected,
    .xo_top_menuitem.selected, .xo_top_menuitem  a.selected {
        border-bottom: 0px solid transparent!important;
    }
    .xo_header_menuitem.selected a, #xo_headermenu a.selected,
    .xo_top_menuitem.selected a, .xo_top_menuitem  a.selected {
        border-bottom: 3px solid #103595!important;
    }*/
    .xo_header_logo img {
        width: 100px;
    }

    .xo_header_menu {
        position: absolute;
        top: 0px;
        right: 10px;
        float: none;
        background: white;
        border: 1px solid #103595;
        padding: 15px;
    }

    .xo_header_menuitem {
        display: block;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #xo_top_menu {
        position: absolute;
        top: 24px;
        right: 10px;
        float: none;
        background: #103595;
        /*border:1px solid transparent;*/
        /*padding:15px;*/
        z-index: 9999;
    }

    .xo_top_menuitem {
        display: block;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 0px;
    }

    #xo_oposicio_table td, #xo_oposicio_table tr {
        display: block;
    }

    .xo_opo_table_b2, .xo_opo_table_b3 {
        display: none !important;
    }

    .xo_opo_table_b1 {
        background-image: none;
    }

    .xo_opo_table_1_abs {
        left: 0px;
    }

    .xo_oposicio_txt3 {
        margin-top: 10px;
    }

    .home_map_contact img {
        width: 100%;
    }

    .xo_places_table_header {
        display: none;
    }

    #xo_places_table td {
        display: block;
        text-align: left;
        padding-left: 50px;
    }

        #xo_places_table td.talign_left {
            font-weight: bold;
            padding-top: 20px;
        }

        #xo_places_table td.mobile_paddingbottom {
            padding-bottom: 30px;
        }

    .xo_meto_image_wrap .xo_meto_image_text_wrap {
        font-size: 21px;
        line-height: 24px;
    }

    .xo_meto_calendari_mesos {
        display: none;
    }
    /*.xo_top_info {
        top:5px;
    }*/
    .xo_top_info .separator {
        display: none !important;
    }

    #top_info_whatsapp_desktop {
        display: none;
    }
}

@media (max-width: 688.98px) {
    .xo_top_info .separator {
        visibility: hidden;
    }

    .xo_top_info {
        top: 15px;
        font-size: 12px;
    }
}

@media (max-width: 475.98px) {
    .xo_hroarispreus_header_txt1,
    .xo_hroarispreus_header_txt1 * {
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 462.98px) {
    .xo_top_info {
        float: left;
        display: block;
        width: 100%;
        position: relative;
        color: #103595;
        margin-top: 0px;
        margin-bottom: 7px;
        text-align: left;
        top: 0px;
    }
}

@media (max-width: 512.98px) {
    .xo_top_info {
        display: none;
    }
}

@media (min-width: 462px) and (max-width: 925.98px) {
    .xo_top_info .lastseparator {
        visibility: hidden !important;
    }
}

@media (max-width: 480.98px) {
    .footer_map_info h2, .footer_map_info p {
        font-size: 14px !important;
        text-align: center !important;
    }

    .home_map_contact .footer_map_info {
        padding-top: 14px;
    }
}

@media (min-width: 991px) and (max-width: 1050.98px) {
    .xo_top_info * {
        font-size: 14px;
    }
}

@media (min-width: 991px) and (max-width: 1188.98px) {
    .footer_map_info h2 {
        font-size: 16px;
    }

    .home_map_contact .footer_map_info {
        padding-top: 14px;
    }
}

@media (max-width: 1159.98px) {
    .xo_meto_calendari_mes {
        font-size: 24px;
        margin-bottom: 69px;
    }

    .xo_circleprogress_wrap .col-12 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .form_btn {
        width: 100%;
    }
}

@media (max-width: 450.98px) {
    .xo_meto_image_wrap .xo_meto_image_text {
        font-size: 14px;
    }
}

@media (max-width: 380.98px) {
    .xo_meto_image_wrap .xo_meto_image_text {
        font-size: 13px;
        line-height: 18px;
    }

    .circleprogress_wrap {
        max-width: 300px;
        min-width: 300px;
    }
}

.color_gray {
    color: #706f6f !important;
}

@media (min-width:992px) {
    #xop_top_info_blue {
        display: none;
    }

    .padding_lg_60px {
        padding-right: 60px;
        padding-left: 60px;
    }

    .padding_lg_90px {
        padding-right: 90px;
        padding-left: 90px;
    }

    .paddingleft_lg_150px {
        padding-left: 150px;
    }

    #xo_headermenu, #xo_top_menu {
        display: inline-block !important;
    }

    #xo_headermenu_toggler, #xo_topmenu_toggler {
        display: none;
    }

    .xo_opo_table_b1 {
        width: 340px;
    }

    .xo_opo_title {
        margin-left: 180px;
    }

    .xo_opo_form {
        /*margin-top:30px;*/
        /*margin-bottom:-130px;*/
        z-index: 999;
    }
    /*.xo_footer {
        position: initial;
    }*/
    .xo_footer .footer_img {
        display: none;
    }

    .xo_footer img.footer_img_back {
        display: block;
    }

    .xo_footer img.footer_img_back_height {
        display: none;
    }

    .xo_places_table_headermobile {
        display: none;
    }
}

@media (min-width:1200px) {

    .home_body {
        margin-top: -275px;
    }

    .home_minis_container {
        margin-left: -30px;
        margin-right: -30px;
    }

    .xo_oposicio_txt4 {
        width: 325px;
    }

    .xo_opo_table_b1 {
        width: 396px;
    }

    .xo_hroarispreus_header_txt1 {
        font-size: 55px;
    }
}

@media (min-width:1150px) {
    .xo_meto_image_wrap .xo_meto_image_text_wrap {
        font-size: 21px;
        line-height: 24px;
    }
}

@media (min-width: 1200px) and (max-width: 1250px) {
    .xo_opo_table_b2 img {
        height: 250px;
    }
}

@media (min-width: 992px) and (max-width: 1150px) {
    .xo_meto_image_roundtext {
        font-size: 23px !important;
        line-height: 26px !important;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .home_minibox_link {
        font-size: 9px;
    }

    .home_mini_text {
        font-size: 21px;
    }
}

@media (min-width: 768px) and (max-width: 815px) {
    .home_minibox_link {
        font-size: 9px;
    }

    .home_mini_text {
        font-size: 21px;
    }
}
/* tabla oposicio */
@media (max-width: 1334px) {
    .xo_opo_table_4_abs .xo_oposicio_txt2 {
        font-size: 20px;
    }

    .xo_opo_table_4_abs {
        top: 48px;
    }
}

@media (max-width: 1180px) {
    .xo_opo_table_4_abs .xo_oposicio_txt2 {
        font-size: 16px;
    }

    .xo_opo_table_4_abs {
        top: 35px;
    }
}

.td_oposicio_lastinfo {
    padding-left: 50px;
}

.horaris_preus_secundaria .td_hp_separator,
.horaris_preus_secundaria .td_hp_gruponlymobile {
    display: none;
}

@media (max-width: 991.98px) {
    .xo_opo_table_b4 {
        background-image: none;
    }

    .xo_opo_table_4_abs {
        top: 0px;
    }

        .xo_opo_table_4_abs p {
            text-align: left !important;
        }

    .td_oposicio_lastinfo {
        padding-left: 0px;
    }



    .horaris_preus_secundaria .xo_horaris_table_subheader {
        display: none;
    }

    .horaris_preus_secundaria td {
        text-align: left !important;
    }

    .horaris_preus_secundaria tr,
    .horaris_preus_secundaria td {
        background-color: transparent !important;
        padding-left: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        border: 0px solid transparent !important;
    }
    
    .horaris_preus_secundaria .td_hp_nom::after {
        content: '';
        display: block;
    }

    .horaris_preus_secundaria .td_hp_nom,
    .horaris_preus_secundaria .td_hp_codi {
        font-weight: bold;
    }

    .horaris_preus_secundaria .td_hp_horari,
    .horaris_preus_secundaria .td_hp_nom,
    .horaris_preus_secundaria .td_hp_codi,
    .horaris_preus_secundaria .td_hp_grup {
        display: inline-block;
    }

    .horaris_preus_secundaria .td_hp_nom,
    .horaris_preus_secundaria .td_hp_codi {
        background-color: #9dcbee !important;
    }

    .horaris_preus_secundaria .td_hp_horari,
    .horaris_preus_secundaria .td_hp_grup {
        background-color: #c6e1f3 !important;
    }

    .horaris_preus_secundaria {
        border-collapse: collapse;
        border-spacing: 0;
    }

        .horaris_preus_secundaria .td_hp_grup,
        .horaris_preus_secundaria .td_hp_codi {
            width: 50px;
            padding-left: 5px !important;
        }

        .horaris_preus_secundaria .td_hp_nom,
        .horaris_preus_secundaria .td_hp_horari {
            width: 90%;
            padding-left: 10px !important;
        }

        .horaris_preus_secundaria tr.borderbottombluemvl {
            border-bottom: 1px solid #133595;
        }

        .horaris_preus_secundaria .td_hp_separator {
            display: block;
        }

        .horaris_preus_secundaria .td_hp_gruponlymobile {
            display: inline-block;
        }
}

@media (max-width: 600px) {
    .horaris_preus_secundaria .td_hp_nom,
    .horaris_preus_secundaria .td_hp_horari {
        width: 85%;
        padding-left: 5px !important;
    }
}

@media (max-width: 400px) {
    .horaris_preus_secundaria * {
        font-size: 16px !important;
    }

    .horaris_preus_secundaria .td_hp_nom,
    .horaris_preus_secundaria .td_hp_horari {
        width: 80%;
        padding-left: 5px !important;
    }
}

/* end tabla oposicio */

/* img vine i prova */
@media (max-width: 1300px) {
    .img_vineiprova {
        right: 13%;
    }
}

@media (max-width: 1150px) {
    .img_vineiprova {
        width: 200px;
        right: 5%;
    }

    .img_vineiprova_2 {
        width: 200px;
    }

    .img_vineiprova_inbox {
        width: 200px;
        bottom: -161px;
    }
}

@media (max-width: 991px) {
    .img_vineiprova_inbox {
        width: 200px;
        bottom: -184px;
    }
}

@media (max-width: 771px) {

    .img_vineiprova_2 {
        width: 150px;
    }

    .img_vineiprova_inbox {
        width: 150px;
        bottom: -123px;
    }
}

@media (max-width: 660px) {
    .img_vineiprova {
        bottom: -30px;
        width: 100px;
        right: 5%;
    }

    .img_vineiprova_inbox {
        width: 100px;
        bottom: -83px;
    }
}

@media (max-width: 440px) {
    .cursos_seccio_pluses {
        margin-top: 100px;
    }
}

@media (max-width: 379px) {

    .img_vineiprova_2 {
        width: 80px;
    }

    .img_vineiprova_inbox {
        width: 80px;
        bottom: -65px;
    }
}
/* end img vine i prova */


@media (max-width: 599.98px) {
    .xo_cursos_destinataris_txt1,
    .xo_cursos_destinataris_txt2,
    .xo_cursos_destinataris_txt3 {
        font-size: calc(0.2em + 1vw);
        line-height: calc(0.7em + 1vw);
    }
}
