@charset "utf-8";
@font-face {
    font-family: 'rubikblack';
    src: url('fonts/rubik-black-webfont.eot');
    src: url('fonts/rubik-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/rubik-black-webfont.woff2') format('woff2'), url('fonts/rubik-black-webfont.woff') format('woff'), url('fonts/rubik-black-webfont.ttf') format('truetype'), url('fonts/rubik-black-webfont.svg#rubikblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubikbold';
    src: url('fonts/rubik-bold-webfont.eot');
    src: url('fonts/rubik-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/rubik-bold-webfont.woff2') format('woff2'), url('fonts/rubik-bold-webfont.woff') format('woff'), url('fonts/rubik-bold-webfont.ttf') format('truetype'), url('fonts/rubik-bold-webfont.svg#rubikbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubiklight';
    src: url('fonts/rubik-light-webfont.eot');
    src: url('fonts/rubik-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/rubik-light-webfont.woff2') format('woff2'), url('fonts/rubik-light-webfont.woff') format('woff'), url('fonts/rubik-light-webfont.ttf') format('truetype'), url('fonts/rubik-light-webfont.svg#rubiklight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubikmedium';
    src: url('fonts/rubik-medium-webfont.eot');
    src: url('fonts/rubik-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/rubik-medium-webfont.woff2') format('woff2'), url('fonts/rubik-medium-webfont.woff') format('woff'), url('fonts/rubik-medium-webfont.ttf') format('truetype'), url('fonts/rubik-medium-webfont.svg#rubikmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubikregular';
    src: url('fonts/rubik-regular-webfont.eot');
    src: url('fonts/rubik-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/rubik-regular-webfont.woff2') format('woff2'), url('fonts/rubik-regular-webfont.woff') format('woff'), url('fonts/rubik-regular-webfont.ttf') format('truetype'), url('fonts/rubik-regular-webfont.svg#rubikregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0px;
    margin: 0px;
    background: #fafbff/*edf1f5*/
    ;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    font-family: 'rubikregular';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
source {
    display: block;
    margin: 0;
    padding: 0;
}

a,
img {
    border: medium none;
}

a {
    color: #192432;
    text-decoration: none;
}

div {
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}

a {
    color: #192432;
    outline: none;
}


/*a:hover { color: #979796; }*/

ul,
li {
    list-style: none;
}

a:focus,
 :focus {
    outline: none;
}

ul,
ol {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
    line-height: 1px;
    padding: 0px;
    height: 0px;
    font-size: 1px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.anim {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.anim2 {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.row {
    width: 1180px;
    margin: 0 auto;
    padding: 0px;
}


/*Login*/

.login-bg {
    background: #fafbff;
    float: left;
    width: 100%;
    text-align: center;
    height: 100%;
    /* justify-content: center; align-items: center;display: flex;*/
}

.login-left {
    position: fixed;
    top: 0;
    left: 0px;
    width: 42%;
    height: 100%;
    z-index: 2
}

.login-left img {
    height: 100%;
    position: absolute;
    width: 100%;
    object-fit: cover;
    object-position: top right;
    -webkit-object-fit: cover;
    -webkit-object-position: top right;
    left: 0;
}

.login-left .overlay {
    position: absolute;
    /* width: calc(100% - 35px);  */
    width: 100%;
    left: 0px;
    top: 30%;
    text-align: center;
}

.login-left .overlay img {
    width: 300px;
    display: inline-block;
    position: static;
    margin-bottom: 50px;
}

.login-left .overlay h2 {
    font-size: 48px;
    color: #fff;
    margin: 0 0 15px;
    font-family: 'rubikbold';
    line-height: 56px;
}

.login-right {
    float: right;
    width: 58%;
    padding: 30px 35px;
}

.login-container {
    float: left;
    width: 100%;
}

.login-div {
    width: 100%;
    max-width: 580px;
    float: left;
    margin: 0px;
    padding: 40px 0px;
}

.login-form {
    float: left;
    width: 100%;
}

.login-form ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.login-form ul li label {
    float: left;
    padding-bottom: 20px;
    color: #282828;
    font-size: 14px;
    width: 100%;
    text-align: left;
    font-family: 'rubikregular';
}

.login-form ul li:last-child {
    margin-bottom: 0;
}

.login-form input[type="email"],
.login-form input[type="password"],
.login-form input[type="text"] {
    float: left;
    width: 100%;
    border: none;
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #525252;
    background: #fff;
    border: 2px solid #eff0f4;
    border-radius: 3px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.login-form input[type="email"]:focus,
.login-form input[type="password"]:focus,
.login-form input[type="text"]:focus,
.login-form textarea:focus {
    border: 2px solid #5a7b9a;
}

.login-div a.registrar,
.login-form input[type="submit"],
input[type="button"],
input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    background: #035aa6;
    color: #fff;
    padding: 0px 0px;
    cursor: pointer;
    font-family: 'rubikmedium';
    letter-spacing: 0.5px;
    float: none;
    font-size: 14px;
    text-transform: uppercase;
    width: 280px;
    height: 52px;
    line-height: 52px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    border: none;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid transparent;
}

.login-div a.registrar:hover,
.login-form input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background: #b6b6b6;
}

.login-form ul li a {
    color: #535257;
    font-size: 15px;
    font-family: 'rubikmedium';
    line-height: 18px;
    margin-top: 0px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.login-form ul li a:hover {
    color: #035aa6;
}

.login-form.log-pg {
    padding: 20px 0 25px;
    float: none;
    display: inline-block;
    width: 372px;
}

.login-form input[type="email"]::-webkit-input-placeholder,
.login-form input[type="password"]::-webkit-input-placeholder,
.login-form input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #525252;
    opacity: 1;
    font-family: 'rubikregular';
}

.login-form input[type="email"]::-moz-placeholder,
.login-form input[type="password"]::-moz-placeholder,
.login-form input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #525252;
    opacity: 1;
    font-family: 'rubikregular';
}

.login-form input[type="email"]:-ms-input-placeholder,
.login-form input[type="password"]:-ms-input-placeholder,
.login-form input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #525252;
    opacity: 1;
    font-family: 'rubikregular';
}

.login-form input[type="email"]:-moz-placeholder,
.login-form input[type="password"]:-moz-placeholder,
.login-form input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #525252;
    opacity: 1;
    font-family: 'rubikregular';
}


/* focus */

.login-form input[type="email"]:focus::-webkit-input-placeholder,
.login-form input[type="password"]:focus::-webkit-input-placeholder,
.login-form input[type="text"]:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'rubikmedium';
}

.login-form input[type="email"]:focus::-moz-placeholder,
.login-form input[type="password"]:focus::-moz-placeholder,
.login-form input[type="text"]:focus::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'rubikmedium';
}

.login-form input[type="email"]:focus:-ms-input-placeholder,
.login-form input[type="password"]:focus:-ms-input-placeholder,
.login-form input[type="text"]:focus:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'rubikmedium';
}

.login-form input[type="email"]:focus:-moz-placeholder,
.login-form input[type="password"]:focus:-moz-placeholder,
.login-form input[type="text"]:focus:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'rubikmedium';
}


/*Mobile menu*/

.user-name {
    float: right
}

.user-name p {
    font-size: 15px;
    font-family: 'Conv_rubiklight_0';
    color: #fff;
    float: left;
    line-height: 62px;
}

.user-name p span {
    font-size: 14px;
    font-family: 'rubikbold';
}

.user-name img {
    margin: 11px 20px 11px 10px;
    float: left;
}

.login-form ul li input[type=checkbox]:not(old) {
    position: absolute;
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    font-size: 1em;
    pacity: 0;
    cursor: pointer;
    display: none;
    left: 3px;
    top: 22px;
}

.login-form ul li input[type=checkbox]:not(old)+label {
    display: inline-block;
    line-height: 1.5em;
    float: left;
    width: 100%;
    color: #292929;
    font-size: 14px;
    margin-top: 8px;
    font-family: 'rubikregular';
}

.login-form ul li input[type=checkbox]:not(old)+label>span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -6px 6px 0 0;
    vertical-align: middle;
    border: 2px solid #e9eaec;
    position: relative;
    background: #fff;
    border-radius: 3px;
}

.login-form ul li input[type=checkbox]:not(old):checked+label>span:before {
    content: '';
    display: inline-block;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background: #035aa7;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.login-form ul li.chek label {
    font-size: 14px;
    line-height: 15px;
    margin-top: 7px;
}

.salir {
    float: left;
    text-align: left;
    position: absolute;
    right: 0;
    padding: 22px 35px 5px 35px;
}

.salir a {
    color: #035aa6;
    font-size: 15px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    background: url(../images/close.svg) no-repeat right center;
    line-height: 24px;
    padding-right: 36px;
    font-family: 'rubikmedium';
    float: right;
}

.salir a:hover {
    color: #525252;
    background: url(../images/close-h.svg) no-repeat right center;
}

.social-media {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.social-media li {
    display: inline-block;
    margin-right: 35px;
}

.social-media li a {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.social-media li a:hover {
    opacity: 0.7;
}

.social-media li:last-child {
    margin-right: 0;
}

.resp-tabs-container h3 {
    color: #212121;
    font-size: 16px;
    font-family: 'rubikmedium';
    line-height: 22px;
    padding: 32px 0 20px;
    border-top: 1px solid #9bafc7;
}

.login-con h2 span {
    float: right;
}

.content-pad {
    background: #fff;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 7px 8px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 7px 8px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 8px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: 0.1s;
    padding: 40px 50px 53px;
    border-radius: 3px;
}

.frm-input {
    float: left;
    width: 100%;
    margin-bottom: 27px;
}

.frm-input-ctrl {
    float: left;
    width: 100px;
    height: 100px;
    background-color: #d8d8d8;
    border-radius: 50%;
    position: relative;
}

.frm-input-ctrl input[type="text"],
.frm-input-ctrl select {
    float: left;
    width: 100%;
    color: #dedede;
    font-size: 16px;
    font-family: "Knockout HTF70-FullWelterwt";
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 10px 15px;
    height: 34px;
    line-height: 30px;
}

.frm-input-ctrl input[type="text"]:focus,
.frm-input-ctrl textarea:focus {
    border: 1px solid #b79959;
}

.frm-input-ctrl label input[type="file"] {
    display: none;
}

.frm-input-ctrl label {
    position: absolute;
    right: 11px;
    top: 20px;
    width: auto;
}

.frm-input-ctrl img {
    float: right;
    cursor: pointer;
}

.frm-input-cont {
    float: left;
    margin-left: 26px;
    width: 50%;
}

.frm-input-cont h2 {
    padding-bottom: 14px;
    line-height: 26px;
}

.login-form.log-pg.dotas-pad {
    padding: 0;
}

.btn-pad {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.btn-pad input[type="button"],
.btn-pad input[type="submit"] {
    width: 131px;
    height: 36px;
    line-height: 36px;
    float: right;
}

.btn-pad input.btn-grey {
    float: left;
    background: #b6b6b6;
}

.btn-pad input.btn-grey:hover {
    background: #035aa6;
}


/*10-2-2020*/

.login-con {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 30px;
}

.login-con h2 {
    font-size: 25px;
    color: #282828;
    line-height: 32px;
    margin-bottom: 25px;
    font-family: 'rubikmedium';
    float: left;
    width: 100%;
    position: relative
}

.login-con h3 {
    color: #212121;
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 10px;
    font-family: 'rubikmedium';
}

.login-con p {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding-bottom: 0;
}

.login-con .frm-input-cont {
    padding: 10px 0 0 0;
}

.list-view {
    float: left;
    width: 100%;
}

.list-view li {
    background: #fff;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 7px 8px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 7px 8px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 8px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 36px;
    transition: 0.1s;
    border: 2px solid transparent;
    border-radius: 3px;
}

.list-view li a {
    cursor: pointer;
    float: left;
    width: 100%;
    padding: 40px 28px 28px 48px;
}

.list-view li h3 {
    color: #212121;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 15px;
    font-family: 'rubikmedium';
}

.list-view li p {
    color: #525252;
    font-size: 16px;
    line-height: 24px;
    min-height: 90px;
}

.list-cont-lin {
    float: right;
    font-family: 'rubikmedium';
    width: auto;
    color: #035aa6;
    font-size: 15px;
    line-height: 24px;
    background: url(../images/right-arrow.png) no-repeat right 6px;
    padding-right: 12px;
}

.list-view li:hover {
    border: 2px solid #5a7b9a;
}

.list-view li:last-child {
    margin-bottom: 0px;
}

.pass-wor {
    float: left;
    width: 100%;
}

.pass-wor ul li {
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.pass-wor ul li:last-child {
    margin-bottom: 0px;
}

.pass-wor input[type="password"]:focus {
    border: 2px solid #4283bb;
    color: #000;
}

.pass-wor input[type="password"] {
    float: left;
    width: 72%;
    border: none;
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #525252;
    background: #fff;
    border: 2px solid#f3f3f3;
    border-radius: 3px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    font-family: 'rubikregular';
}

.login-con h2 .titl-sp {
    float: left;
    display: block;
    width: 100%;
    position: unset;
}

.pass-wor input[type="password"]::-webkit-input-placeholder,
.pass-wor input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #525252;
    opacity: 1;
    font-family: 'rubikregular';
}

.pass-wor input[type="password"]::-moz-placeholder,
.pass-wor input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #525252;
    opacity: 1;
    font-family: 'rubikregular';
}

.pass-wor input[type="password"]:-ms-input-placeholder,
.pass-wor input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #525252;
    opacity: 1;
    font-family: 'rubikregular';
}

.pass-wor input[type="password"]:-moz-placeholder,
.pass-wor input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    color: #525252;
    opacity: 1;
    font-family: 'rubikregular';
}


/* focus */

.pass-wor input[type="password"]:focus::-webkit-input-placeholder,
.pass-wor input[type="email"]:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'rubikmedium';
}

.pass-wor input[type="password"]:focus::-moz-placeholder,
.pass-wor input[type="email"]:focus::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'rubikmedium';
}

.pass-wor input[type="password"]:focus:-ms-input-placeholder,
.pass-wor input[type="email"]:focus:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'rubikmedium';
}

.pass-wor input[type="password"]:focus:-moz-placeholder,
.pass-wor input[type="email"]:focus:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'rubikmedium';
}


/* dashboard css */

.dashboard-bg {
    background: #f1f5fe;
}

header {
    float: left;
    width: 100%;
    padding: 14px 6%;
    background: #fff;
    position: fixed;
    top: 0px;
    z-index: 999;
}

header .row {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    display: inline-block;
}

.logo {
    float: left;
}

.head-rgt {
    float: right;
    padding-top: 20px;
}

.head-rgt ul li {
    display: inline-block;
    margin-right: 22px;
}

.head-rgt ul li:last-child {
    margin-right: 0px;
}

.head-rgt ul li a {
    color: #08599a;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.head-rgt ul li a img {
    vertical-align: middle;
}

.head-rgt ul li a.head-btn {
    border: 1px solid #08599a;
    font-size: 15px;
    display: block;
    padding: 0px 30px;
    border-radius: 5px;
}

.head-rgt ul li a.head-btn:hover {
    background: #08599a;
    color: #fff;
}

.side-bar {
    float: left;
    width: 365px;
    position: relative;
    left: 0;
    top: 0;
    height: calc(100vh - 102px);
    background: #ffffff;
    padding: 0px 0px;
    z-index: 999;
    overflow: auto;
    width: 30vh;
    background: #fff;
    box-shadow: 0px 2px 6px #0045811A;
    border-radius: 5px;
}

.nav {
    float: left;
    width: 100%;
    padding: 0px 0px 50px 0px;
}

.nav ul li {
    float: left;
    width: 100%;
    background: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.nav ul li a {
    float: left;
    width: 100%;
    padding: 22px 30px 22px 45px;
    color: #525252;
    font-size: 15px;
    line-height: 22px;
}

.nav ul li a img {
    float: right;
    margin-top: 4px;
}

.nav ul li.current-page-ancestor,
.nav ul li.current-menu-item,
.nav ul li:hover,
.nav ul li.active {
    background: #ecf0fb;
}

.nav ul li.active a {
    font-family: 'rubikmedium';
}

.nav ul li.home a {
    background: url(../images/menu-lateral/inicio.svg) no-repeat left center;
}

.nav ul li.perfil a {
    background: url(../images/menu-lateral/mi-perfil.svg) no-repeat left center;
}

.nav ul li.listado a {
    background: url(../images/menu-lateral/listado-ofertas.svg) no-repeat left center;
}

.nav ul li.publicar a {
    background: url(../images/menu-lateral/publicar-oferta.svg) no-repeat left center;
}

.nav ul li.demandas a {
    background: url(../images/menu-lateral/listado-demanda.svg) no-repeat left center;
}

.nav ul li.demanda a {
    background: url(../images/menu-lateral/publicar-demanda.svg) no-repeat left center;
}

.nav ul li.transfer a {
    background: url(../images/menu-lateral/transferir.svg) no-repeat left center;
}

.nav ul li.requer a {
    background: url(../images/menu-lateral/requerir-tiempo.svg) no-repeat left center;
}

.nav ul li.noti a {
    background: url(../images/menu-lateral/notificaciones.svg) no-repeat left center;
}

.nav ul li.buscar a {
    background: url(../images/menu-lateral/buscar.svg) no-repeat left center;
}

.nav ul li.contact a {
    background: url(../images/menu-lateral/contactar.svg) no-repeat left center;
}

.nav ul li.chat a {
    background: url(../images/menu-lateral/chat.svg) no-repeat left center;
}

.container {
    background: #f1f5fe;
    float: left;
    width: calc(100% - 365px);
    padding: 30px 0px 30px 30px;
    margin-left: 30vh;
    margin-top: 102px;
}

.container .row {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.container h1.m-tit {
    font-size: 22px;
    line-height: 24px;
    color: #212224;
    font-family: 'rubikmedium';
    padding-bottom: 0px;
    margin-bottom: 25px;
    letter-spacing: 0.1px;
}

.container p.m-para {
    font-size: 15px;
    line-height: 24px;
    color: #50535a;
    padding-bottom: 0px;
    margin-bottom: 30px;
}

.container ul.das-ico {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 28px;
    
}

.container ul.das-ico li {
    float: left;
    width: 31.5%;
    margin-right: 2.5%;
    background: #fff;
    padding: 25px 30px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 6px #0045811A;
    border-radius: 5px;
}

.container ul.das-ico li:nth-child(3n) {
    margin-right: 0;
}

.container ul.das-ico li h2 {
    font-size: 19px;
    line-height: 20px;
    color: #212224;
    font-family: 'rubikmedium';
    margin-bottom: 28px;
}

.container ul.das-ico li h2 img {
    float: left;
    margin-right: 13px;
}

.container ul.das-ico li ul li {
    float: left;
    width: 100%;
    padding: 0px 0px;
    margin-bottom: 15px;
    margin-right: 0px;
    font-size: 17px;
    color: #505050;
    font-family: 'rubiklight';
    box-shadow: none;
}

.container ul.das-ico li ul li span {
    font-family: 'rubikmedium';
}

.container ul.das-ico li ul.icon-ul li {
    padding-left: 30px;
}

ul.icon-ul li.ofri {
    background: url(../images/horas-ofrecidas.svg) no-repeat left center;
}

ul.icon-ul li.reci {
    background: url(../images/horas-recibidas.svg) no-repeat left center;
}

.white-box {
    float: left;
    width: 100%;
    margin-bottom: 28px;
    background: #fff;
    padding: 30px 45px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 6px #0045811A;
    border-radius: 5px;
}

.white-box h2 {
    font-size: 19px;
    line-height: 20px;
    color: #212224;
    font-family: 'rubikmedium';
    margin-bottom: 0px;
}

.perfil-list {
    float: left;
    width: 100%;
    margin-top: 45px;
}

.perfil-list li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0px 10px;
}

.perfil-list li .prof-img {
    width: 109px;
    float: none;
    margin: auto;
}

.perfil-list li .prof-img img {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.perfil-list li:hover .prof-img img {
    opacity: 0.7;
}

.perfil-list li .perfil-name {
    width: 100%;
    float: left;
    padding: 24px 0px;
}

.perfil-list li .perfil-name h3 {
    font-size: 17px;
    line-height: 18px;
    color: #515151;
    font-family: 'rubikmedium';
    margin-bottom: 10px;
}

.perfil-list li .perfil-name span {
    font-size: 14px;
    line-height: 18px;
    color: #2e2e2e;
    font-family: 'rubiklight';
    background: url(../images/location.svg) no-repeat left center;
    padding-left: 20px;
}

.table-cont {
    float: left;
    width: 100%;
    margin-top: 22px;
    position: relative;
    z-index: 1;
}

.table-responsive {
    float: left;
    width: 100%;
    overflow-x: auto;
}

.table {
    float: left;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table thead tr th {
    padding: 12px 0px;
    text-align: left;
    font-size: 17px;
    color: #515151;
    font-family: 'rubikmedium';
    /*letter-spacing: 0.5px; */
    font-weight: normal;
}

.table tbody tr td {
    padding: 2px 0px;
    text-align: left;
    font-size: 15px;
    color: #777777;
    font-family: 'rubiklight';
}

.table tbody tr td a.head-btn {
    border: 1px solid #08599a;
    color: #08599a;
    font-size: 14px;
    display: inline-block;
    padding: 6px 22px;
    border-radius: 3px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.table tbody tr td a.head-btn span {
    font-family: 'rubikmedium';
}

.table tbody tr td a.head-btn:hover {
    background: #08599a;
    color: #fff;
}

.acc-box {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.acc-box h2 {
    font-family: 'rubikregular';
    color: #0659a9;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
}

.acc-cont-in {
    float: left;
    width: 100%;
    border-top: 1px solid #aeaeae;
    padding-top: 25px;
}

.acc-cont-in p {
    font-size: 15px;
    line-height: 22px;
    color: #6d6d6d;
    margin-bottom: 20px;
    font-family: 'rubiklight';
}

.smk_accordion.acc_with_icon .accordion_in .acc_head h3 {
    font-size: 18px;
    color: #505050;
    font-family: 'rubikmedium';
    padding-left: 33px;
    background: url(../images/notification-alert-1.svg) no-repeat left 0px top 6px;
}

.titl-sp1 {
    position: absolute;
    right: 0;
    top: 0px;
}

.content-pad p {
    color: #575757;
    padding-bottom: 20px;
    font-family: 'rubikregular';
}

.list-pro {
    float: left;
    width: 100%;
}

.list-pro li {
    float: left;
    width: auto;
    margin-bottom: 8px;
    margin-right: 11px;
    border-radius: 3px;
    border: 2px solid #035aa7;
}

.list-pro li a {
    float: left;
    text-transform: uppercase;
    padding: 10px 30px 10px 30px;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'rubikmedium';
    color: #085ca4;
    line-height: 20px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.list-pro li a:hover {
    color: #fff;
    background: #035aa7;
}

.pass-wor input[type="email"]:focus {
    border: 2px solid #4283bb;
    color: #000;
}

.pass-wor input[type="email"] {
    float: left;
    width: 72%;
    border: none;
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #575757;
    background: #fff;
    border: 2px solid#f3f3f3;
    border-radius: 3px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    font-family: 'rubikregular';
}

.mail-ico {
    float: left;
    width: 100%;
}

.btn-pad.log-in-sub input[type="submit"] {
    width: 196px;
}

.contact-pad {
    background: #fff;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 40px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 6px #0045811A;
    border-radius: 5px;
}

.contact-pad h2 {
    float: left;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 13px;
    font-family: 'rubikregular';
    color: #0659a9;
    font-size: 16px;
    line-height: 20px;
}

.contact-pad p {
    font-size: 14px;
    line-height: 22px;
    color: #6d6d6d;
    margin-bottom: 28px;
    font-family: 'rubiklight';
}

.cont-form {
    float: left;
    width: 100%;
    border-top: 1px solid #a8a8a8;
    padding-top: 13px;
}

.cont-form ul li {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
}

.cont-form ul li .label-box {
    float: left;
    width: 35%;
    padding-right: 40px;
}

.cont-form ul li label {
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: 'rubikmedium';
    color: #525252;
    line-height: 45px;
}

.cont-form ul li .input-box {
    float: right;
    width: 65%;
}

.intranet-acf-form-prop input[type="number"],
.intranet-acf-form-prop input[type="password"],
.intranet-acf-form-prop input[type="email"],
.intranet-acf-form-prop input[type="text"],
.cont-form ul li input[type="number"],
.cont-form ul li input[type="password"],
.cont-form ul li input[type="email"],
.cont-form ul li input[type="text"] {
    float: left;
    width: 100%;
    border: 1px solid #fff;
    background: #f1f5fe;
    height: 46px;
    padding: 0px 10px;
    font-family: 'rubikregular';
    color: #525252;
    background: #fff;
    box-shadow: 0px 2px 6px #0045811A;
    border-radius: 5px;
}

.intranet-acf-form-prop input[type="number"]:focus,
.intranet-acf-form-prop input[type="password"]:focus,
.intranet-acf-form-prop input[type="email"]:focus,
.intranet-acf-form-prop input[type="text"]:focus,
.cont-form ul li input[type="number"]:focus,
.cont-form ul li input[type="password"]:focus,
.cont-form ul li input[type="email"]:focus,
.cont-form ul li input[type="text"]:focus {
    background: #f1f5fe;
    border-color: #f1f5fe;
}

.intranet-acf-form-prop textarea,
.cont-form ul li textarea {
    float: left;
    width: 100%;
    border: 1px solid #fff;
    background: #f1f5fe;
    height: 155px;
    padding: 10px 10px;
    font-family: 'rubikregular';
    background: #fff;
    box-shadow: 0px 2px 6px #0045811A;
    border-radius: 5px;
}

.intranet-acf-form-prop textarea:focus,
.cont-form ul li textarea:focus {
    background: #f1f5fe;
    border-color: #f1f5fe;
}

.cont-form ul li input[type="checkbox"] {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 5px;
}

.cont-form ul li input[type="checkbox"]:not(old)+label>span,
input[type="radio"]:not(old)+label>span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -4px 10px 0 0;
    vertical-align: middle;
    border: solid 1px #dcdbdb;
    cursor: pointer;
    border-radius: 2px;
}

.cont-form ul li input[type="checkbox"]:not(old):checked+label>span::before {
    content: '';
    display: block;
    text-align: center;
    font-weight: bold;
    background: #035aa7;
    height: 12px;
    width: 12px;
    cursor: pointer;
    border-radius: 1px;
}

.cont-form ul li input[type="submit"] {
    width: 200px;
    height: 41px;
    line-height: 41px;
    margin-bottom: 0px;
    float: right;
    border-radius: 2px;
}

.cont-form ul li .input-box label {
    width: 100%;
    font-family: 'rubiklight';
    font-size: 14px;
    line-height: inherit;
}

.cont-form ul li.check {
    margin-bottom: 5px;
}

.cont-form ul li:last-child {
    margin-top: 30px;
    margin-bottom: 25px;
}

.cont-form ul li .label-box p,
.cont-form ul li .input-box p {
    margin-bottom: 0px;
}

.perfil-pad .cont-form ul li input[type="submit"] {
    float: left;
}

.perfil-img {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.perfil-img .prof-img {
    float: left;
    width: 102px;
}

.perfil-pad .cont-form ul li p a.edit-img img {
    margin-left: 12px;
}

.cont-form ul li .btn-list li {
    float: left;
    width: auto;
    margin: 0px 10px 10px 0px;
}

.btn-list li a.blue-btn {
    float: left;
    border: 1px solid #035aa7;
    border-radius: 3px;
    padding: 6px 15px;
    width: 100%;
    font-size: 16px;
    color: #24282b;
    line-height: 24px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.perfi-pg .btn-list li a.blue-btn:hover {
    background: #035aa7;
    color: #fff;
}

.btn-list li a.grey-btn {
    float: left;
    border: 1px solid #b6b6b6;
    border-radius: 3px;
    padding: 6px 15px;
    width: 100%;
    font-size: 16px;
    color: #b6b6b6;
    line-height: 24px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.btn-list li a.grey-btn:hover {
    background: #dbdbdb;
    color: #b6b6b6;
}


/* chat page css */

.chat-pad {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.chat-list {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    background: #fff;
    padding: 15px 10px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.chat-list ul li {
    float: left;
    width: 100%;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid #E0E0E0;
}

.chat-list ul li:last-child {
    margin-bottom: 0px;
    border: none;
}

.chat-list ul li .chat-box {
    float: left;
    width: 100%;
    padding: 10px 10px 10px 12px;
    border-radius: 5px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.chat-list ul li .chat-person {
    float: left;
    width: 78px;
    margin-right: 22px;
}

.chat-list ul li .chat-det {
    float: left;
    width: calc(100% - 100px);
    position: relative;
    padding-right: 35px;
}

.chat-list ul li .chat-det h2 {
    color: #232323;
    font-family: 'rubikmedium';
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.chat-list ul li .chat-det p {
    font-size: 13px;
    line-height: 15px;
    color: #b9b9b9;
    margin-bottom: 0px;
    font-family: 'rubiklight';
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.chat-list ul li .chat-det span.time {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
    line-height: 18px;
    color: #b9b9b9;
    font-family: 'rubiklight';
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.chat-list ul li.active .chat-box,
.chat-list ul li:hover .chat-box {
    background: #04c4d9;
}

.chat-list ul li.active .chat-det h2,
.chat-list ul li:hover .chat-det h2 {
    color: #fff;
}

.chat-list ul li.active .chat-det p,
.chat-list ul li:hover .chat-det p {
    color: #fff;
}

.chat-list ul li.active .chat-det span.time,
.chat-list ul li:hover .chat-det span.time {
    color: #fff;
}

.chat-area {
    float: left;
    width: 48.5%;
    margin-right: 0px;
    padding: 40px 35px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.chat-area ul li {
    float: left;
    width: 100%;
    margin-bottom: 42px;
}

.chat-area ul li:last-child {
    margin-bottom: 0px;
}

.chat-area ul li .msg-box {
    float: left;
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 10px;
}

.chat-area ul li.receiver {
    padding-left: 15px;
    position: relative;
}

.chat-area ul li.receiver::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 0px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #04c4d9;
}

.chat-area ul li.receiver .msg-box {
    background: #04c4d9;
}

.chat-area ul li.sender {
    padding-right: 15px;
    position: relative;
}

.chat-area ul li.sender::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top: 0px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #f1f5fe;
}

.chat-area ul li.sender .msg-box {
    background: #f1f5fe;
}

.chat-area ul li.receiver .msg-box p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0px;
    font-family: 'rubiklight';
}

.chat-area ul li span.time {
    font-size: 14px;
    line-height: 18px;
    color: #b9b9b9;
    font-family: 'rubiklight';
}

.chat-area ul li.sender span.time {
    float: right;
}

.chat-area ul li.sender .msg-box p {
    font-size: 16px;
    line-height: 22px;
    color: #505455;
    margin-bottom: 0px;
    font-family: 'rubiklight';
}

.chat-send {
    float: left;
    width: 100%;
    padding: 14px;
    background: #f4f4fe;
    display: flex;
    display: -webkit-flex;
}

.chat-send input[type="submit"] {
    background: #00c7d7;
    color: #fff;
    padding: 0px 0px;
    cursor: pointer;
    font-family: 'rubikregular';
    float: none;
    font-size: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    border: none;
    margin-bottom: 0px;
    border-radius: 15px;
}

.chat-send input[type="text"] {
    float: left;
    width: calc(100% - 70px);
    padding: 0px 20px;
    background: #f4f4fe;
    border: none;
    border: none;
    height: 45px;
    font-size: 16px;
    color: #505455;
    font-family: 'rubikregular';
}

.chat-send a img {
    margin-top: 7px;
}

.demo-y {
    float: left;
    height: 700px;
    padding-right: 0;
    width: 100%;
}


/*list ofertos page */

.ofertas-list table {
    border-collapse: collapse;
}

.table-cont.ofertas-list .table thead tr th {
    padding: 12px 20px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #08599a;
    font-family: 'rubikregular';
    background: #f1f5fe;
    border-collapse: collapse;
}

.table-cont.ofertas-list {
    margin-top: 0px;
}

.table-cont.ofertas-list .table tbody {
    background: #fff;
    padding: 25px 35px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.table-cont.ofertas-list .table tbody tr td {
    padding: 15px 20px;
    text-align: center;
    font-size: 14px;
    color: #777777;
    font-family: 'rubiklight';
    border-bottom: 1px solid #f2f2f2;
}

.container p.m-para2 {
    margin-bottom: 22px;
    font-family: 'rubiklight';
    font-size: 16px;
}

.table-cont.ofertas-list .table tbody tr td:first-child,
.table-cont.ofertas-list .table thead tr th:first-child,
.table-cont.ofertas-list .table tbody tr td.text-lft {
    text-align: left;
}

.table-cont.ofertas-list .table tbody tr td span.text-bold {
    font-family: 'rubikmedium';
    color: #555;
}

.table-cont.ofertas-list .table tbody tr td.acc-icon a {
    margin-right: 12px;
}

.table-cont.ofertas-list .table tbody tr td.acc-icon a:last-child {
    margin-right: 0px;
}

.table-cont.ofertas-list .table tbody tr td span.view-icon {
    margin-left: 7px;
}

.table-cont.ofertas-list .table tbody tr td input[type="checkbox"] {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    cursor: pointer;
    display: none;
}

.table-cont.ofertas-list .table tbody tr td input[type="checkbox"]:not(old)+label>span,
input[type="radio"]:not(old)+label>span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -5px 10px 0 0;
    vertical-align: middle;
    border: solid 1px #dcdbdb;
    cursor: pointer;
    border-radius: 2px;
}

.table-cont.ofertas-list .table tbody tr td input[type="checkbox"]:not(old):checked+label>span::before {
    content: '';
    display: block;
    text-align: center;
    font-weight: bold;
    background: #035aa7;
    height: 12px;
    width: 12px;
    cursor: pointer;
    border-radius: 1px;
}

.terms-div {
    float: left;
    height: 380px;
    padding-right: 0;
    width: 100%;
}

.content-pad .terms-div p {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 27px;
}

.accept-div {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.accept-div ul li input[type="checkbox"] {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    cursor: pointer;
    display: none;
}

.accept-div ul li input[type="checkbox"]:not(old)+label>span,
input[type="radio"]:not(old)+label>span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 3px 10px 0 0;
    vertical-align: middle;
    border: solid 1px #dcdbdb;
    cursor: pointer;
    border-radius: 2px;
    position: absolute;
    left: 0px;
}

.accept-div ul li input[type="checkbox"]:not(old):checked+label>span::before {
    content: '';
    display: block;
    text-align: center;
    font-weight: bold;
    background: #035aa7;
    height: 12px;
    width: 12px;
    cursor: pointer;
    border-radius: 1px;
}

.accept-div ul li .input-box label {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 25px;
    color: #5c5c5c;
    font-family: 'rubikregular';
    font-size: 13px;
    line-height: inherit;
    letter-spacing: 0.3px;
}

.accept-div ul li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.accept-div ul li:last-child {
    margin-bottom: 0px;
}


/*requerir-tiem-popop-up*/


/* popup2 */

#popup2 {
    background: #fff;
    float: left;
}

.popup-div {
    background: #fff;
    float: left;
    width: 100%;
    padding: 0px 0px;
    position: relative;
}

.fancybox-skin {
    padding: 0 !important;
}

.popup {
    float: left;
    display: none;
    background: #fff;
    width: 575px;
    padding: 65px 65px;
    text-align: center;
}

.fancybox-outer,
.fancybox-inner {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.popup-div h1 {
    font-size: 35px;
    line-height: 42px;
    color: #282828;
    margin: 30px 0px 20px 0px;
    font-family: 'rubikmedium';
}

.popup-div p {
    font-size: 16px;
    line-height: 24px;
    color: #575757;
    margin: 0px 0px 55px 0px;
    font-family: 'rubiklight';
}

a.pop-btn {
    display: inline-block;
    background: #035aa6;
    color: #fff;
    padding: 0px 0px;
    font-family: 'rubikmedium';
    letter-spacing: 0.5px;
    float: none;
    font-size: 14px;
    text-transform: uppercase;
    width: 130px;
    height: 38px;
    line-height: 38px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    border-radius: 3px;
}

a.pop-btn:hover {
    background: #b6b6b6;
}

.side-bar .mCSB_scrollTools {
    width: 6px;
}

.side-bar .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.map-geo {
    float: left;
    margin: 10px 0 0;
    width: 100%;
}

#map_canvas {
    width: 100%;
    height: 900px;
}

.contact-pad .pro-para {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
}

.pro-para span.info {
    background: url(../images/notification-alert-1.svg) no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 100%;
}

.contact-pad .pro-para .l-img {
    float: left;
}

.contact-pad .pro-para .r-para {
    float: left;
    width: 63%;
    margin-left: 3%;
}

.contact-pad .pro-para .r-para p {
    font-family: 'rubikmedium';
    font-size: 19px;
    color: #055ba6;
    line-height: 25px;
    margin-bottom: 15px;
}

.contact-pad .pro-para .r-para p.dat {
    position: inherit;
    font-family: 'rubiklight';
    font-size: 18px;
    color: #222222;
}

.contact-pad .pro-para .r-para p.dat span {
    font-family: 'rubikmedium';
    margin-bottom: 0;
}

.trans-para {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding-right: 40px;
}

.trans-para h3 {
    font-size: 18px;
    font-family: 'rubikmedium';
    color: #505050;
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.trans-para h3.f-inc {
    font-size: 19px;
    color: #222222;
    margin-bottom: 25px;
}

.trans-para p {
    font-size: 15px;
    font-family: 'rubiklight';
    color: #505050;
    width: 100%;
    line-height: 25px;
}

.map-loca {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.map-loca iframe {
    width: 100%;
    height: 368px;
    float: left;
}

.pulsating-circle {
    position: absolute;
    left: 62%;
    top: 62%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
}

.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 500%;
    height: 500%;
    box-sizing: border-box;
    margin-left: -982%;
    margin-top: -76%;
    border-radius: 50%;
    background-color: #01a4e9;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
    content: '';
    position: absolute;
    left: -266px;
    top: 8px;
    display: block;
    width: 300%;
    height: 300%;
    background-color: #04c4d9;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    opacity: 0.5;
}

@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }
    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }
    80%,
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.trans-para input[type="submit"] {
    float: left;
    height: 41px;
    font-size: 13px;
    line-height: 41px;
    width: 204px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.trans-para input[type="submit"]:hover {
    color: #035aa6;
    border: 1px solid #035aa6;
    background: #ffffff;
}

.trans-para input[type="submit"].hove {
    color: #035aa6;
    border: 1px solid #035aa6;
    background: #ffffff;
    margin-left: 20px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.trans-para input[type="submit"].hove:hover {
    background: #035aa6;
    color: #ffffff;
}

.para {
    color: #505050;
    margin-bottom: 30px;
}

.table.table3 {
    margin-bottom: 35px;
}

.table.table3 tbody tr {
    border: 1px solid #000;
}

.table.table3 tbody tr td {
    padding: 17px 0;
    border-bottom: 1px solid #f2f2f2;
    width: 40%;
}

.table.table3 tbody tr td.txt-rht {
    text-align: right;
}

td.txt-rht a {
    display: inline-block;
}

.table.table3 tbody tr td a {
    border: 1px solid #08599a;
    font-size: 15px;
    padding: 0px 23px;
    border-radius: 5px;
    color: #08599a;
    line-height: 30px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 72px;
}

.table.table3 tbody tr td a:hover {
    background: #08599a;
    color: #ffffff;
}

.trans-para input[type=text],
.trans-para textarea {
    border: 1px solid #d4d4d4;
    font-size: 15px;
    color: #505050;
    font-family: 'rubikregular';
    padding: 12px 16px;
    padding: 12px 16px;
    display: block;
    width: 100%;
    background: #fff;
    resize: none;
    height: 157px;
    line-height: 22px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.trans-para input[type=text] {
    height: 40px;
}

.trans-para textarea::-webkit-input-placeholder {
    color: #626262;
    opacity: 1;
}

.trans-para textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #626262;
    opacity: 1;
}

.trans-para textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #626262;
    opacity: 1;
}

.trans-para textarea:-ms-input-placeholder {
    color: #626262;
    opacity: 1;
}

.trans-para h4 {
    font-size: 17px;
    font-family: 'rubikmedium';
    color: #555555;
    width: 100%;
    margin-bottom: 8px;
    float: left;
}

.trans-para p {
    margin-bottom: 24px;
}

.sel-box {
    float: left;
    width: 100%;
}

.trans-para .sbHolder {
    padding: 8px 0 8px 15px;
    width: 266px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    margin: 24px 0 24px 0;
}

.trans-para .sbOptions {
    top: 36px !important;
}

p.italy {
    font-style: italic;
}

.map-loca.map-change {
    width: 95%;
    position: relative;
}

.map-circle {
    position: absolute;
    background: url(../images/selection.svg) no-repeat;
    left: 136px;
    top: 85px;
    width: 196px;
    height: 196px;
    background-size: cover;
}

.demo-y.hght-800 {
    height: 820px;
}

.login-con .content-pad.selec p {
    font-size: 16px;
}

.content-pad.pwd-txt p {
    font-size: 16px;
    line-height: 24px;
}

.contact-pad p.font-16 {
    font-size: 16px;
}

.container.edit-ofert p.para {
    font-size: 16px;
    font-family: 'rubiklight';
}

.trans-para p.m-b-0 {
    margin-bottom: 0;
}

.ofertas-list h3 {
    font-family: 'rubikregular';
    color: #0659a9;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
}

.cont-form ul li .input-box label p {
    float: left;
    width: calc(100% - 33px);
    text-align: left;
}

.contact-pad .cont-form ul li .input-box label span {
    float: left;
    margin: 4px 10px 0 0;
}

#mob-nav {
    position: fixed;
    top: 66px;
    visibility: hidden;
    opacity: 0;
    background: #f5f5f5;
    overflow: auto;
    padding: 0;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    left: -100%;
    bottom: 0;
    z-index: 1;
}

#mob-nav.nav.slow {
    visibility: visible;
    left: 0;
    opacity: 1;
}

#mob-nav.nav.slow ul li {
    padding-left: 15px !important;
}

#mob-nav.nav.slow ul li a {
    padding: 16px 30px 16px 40px;
}

.dp-mnu {
    float: left;
    width: 210px;
    position: absolute;
    right: 0px;
    background: #fff;
    padding: 5px 5px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
    display: none;
    top: 46px;
}

.dp-mnu ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
}

.dp-mnu ul li a {
    font-size: 14px;
    display: block;
    padding: 8px 10px;
    color: #08599a;
}

.dp-mnu ul li a:hover {
    opacity: 0.7;
}

.dp-mnu ul li:last-child {
    border-bottom: none;
}

.mob-user {
    float: right;
    position: relative;
    margin: 6px 0 0 0;
    display: none;
    cursor: pointer;
}

.mob-user span {
    background: url(../images/right-arrow.png) no-repeat right;
    width: 12px;
    height: 12px;
    display: inline-block;
    transform: rotate(90deg);
}

.mob-user.open .dp-mnu.slow {
    display: block;
}


/* mobile menu css */

#mobNav {
    background: #373380;
}

.mobile-menu {
    position: fixed;
    top: 99px;
    width: 100%;
    z-index: 99999;
    background: #eeebe4;
    height: 100%;
    overflow: auto;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.menu-icn-close {
    display: block;
    text-align: right;
    padding: 20px 20px 0 0;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.mobile-menu ul {
    float: left;
    width: 100%;
    text-align: center;
}

.mobile-menu ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.mobile-menu ul li a {
    font-size: 17px;
    color: #b49368;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    position: relative;
}

.mobile-menu ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid #b59469;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    content: '';
    bottom: 0px;
}

.mobile-menu ul li a:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mobile-menu ul li:last-child {
    margin-bottom: 0;
}

.mob-lang {
    float: left;
    width: 100%;
    margin-top: 60px;
}

.mob-lang ul li a {
    color: #513529;
    font-size: 16px;
    position: relative;
}

.mob-lang ul li span {
    margin: 0 5px;
}

.m-menu {
    width: 21px;
    height: 22px;
    position: relative;
    margin: 10px 0 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: left;
    display: none;
}

.m-menu a {
    display: block;
}

.m-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #045aa3;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.m-menu:hover span {
    background: #12a5d8;
}


/* Icon 4 */

.m-menu span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.m-menu span:nth-child(2) {
    top: 7px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.m-menu span:nth-child(3) {
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.m-menu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
    left: 4px;
    background: #045aa3;
}

.m-menu.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.m-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    left: 4px;
    background: #045aa3;
}

.logo a.mob-logo {
    display: none;
}

#mob-acc {
    float: left;
    width: 100%;
    display: none;
    padding: 10px 0 0 0;
}

#mob-acc .acc_head {
    padding: 0;
}

#mob-acc .acc_head ul {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
    padding: 16px 0;
    margin-bottom: 0px;
}

#mob-acc .acc_content {
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
}

#mob-acc .acc_head ul li {
    width: 48%;
    float: left;
    color: #08599a;
    font-family: 'rubikregular';
    font-size: 16px;
}

#mob-acc .acc_head ul li:last-child {
    width: 50%;
}

#mob-acc .acc_content .acc-cont-in ul li ul li {
    width: 48%;
    float: left;
    font-size: 15px;
    padding: 0px 0;
    color: #1e1e1e;
}

#mob-acc .acc_content .acc-cont-in ul li ul li:last-child {
    width: 50%;
}

#mob-acc .acc_content .acc-cont-in ul li ul li span {
    color: #08599a;
}

#mob-acc .acc_content .acc-cont-in ul li ul li a {
    border: 1px solid #08599a;
    padding: 5px 6px;
    display: inline-block;
    border-radius: 3px;
    color: #08599a;
    font-size: 14px;
}

#mob-acc .acc_content .acc-cont-in ul li ul li a:hover {
    background: #08599a;
    color: #fff;
}

#mob-acc.smk_accordion .accordion_in .acc_head .acc_icon_expand {
    right: 0;
    width: 14px;
    height: 14px;
    background-size: 100%;
}

#mob-acc .acc_content .acc-cont-in {
    padding: 0;
    border: none;
}

#mob-acc .acc_content .acc-cont-in ul li {
    float: left;
    width: 100%;
    padding: 10px 0;
}

#mob-acc.smk_accordion .accordion_in .acc_head .acc_icon_expand {
    margin-top: 0px;
    opacity: 0.5;
    top: 20px;
}

#mob-acc.smk_accordion .accordion_in {
    margin-bottom: 0;
}

.log-mb-h {
    float: left;
    width: 100%;
    background: #035aa7;
    padding: 10px 0;
    position: fixed;
    display: none;
    z-index: 9;
}

.log-mb-h img {
    float: left;
    width: 98px;
}

.log-mb-h .salir {
    padding: 0;
    position: relative;
    float: right;
}

.log-mb-h .salir a {
    color: #fff;
    line-height: 20px;
    padding: 0;
    margin: 10px 0 0 0;
}

.log-mb-h .salir a:hover {
    background: none;
    opacity: 0.6;
}

.log-mb-h .salir a span {
    background: url(../images/close-w.svg) no-repeat right center;
    width: 20px;
    height: 20px;
    top: auto;
    left: auto;
    transform: none;
    position: relative;
    background-size: contain;
    margin-left: 10px;
    float: right;
}

.log-mb-h span {
    color: #fff;
    font-family: 'rubikmedium';
    font-size: 18px;
    position: absolute;
    left: 50%;
    transform: translateY(-10px);
    top: 50%;
}

.mob-h-title {
    font-size: 19px;
    text-align: center;
    font-family: 'rubikmedium';
    display: none;
    line-height: 25px;
    margin-bottom: 5px;
}

.list-pro li a.select {
    background: #085ca4;
    color: #fff;
}

.inciar-session {
    float: left;
    width: 100%;
    padding-top: 20px;
    display: none;
}

.inciar-inn {
    float: left;
    padding: 20px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    width: 100%;
}

.inciar-session h1 {
    margin-bottom: 15px;
}

.inciar-session h2 {
    color: #282828;
    font-size: 16px;
    font-family: 'rubikregular';
    line-height: 24px;
    margin-bottom: 20px;
}

.inciar-session .login-form {
    margin-bottom: 30px;
}

.inciar-session .login-form ul li a {
    font-family: 'rubikregular';
}

.inciar-session .login-form ul li a span {
    color: #035aa7;
}

.inciar-session h3 {
    color: #282828;
    font-size: 16px;
    font-family: 'rubikregular';
    line-height: 24px;
    margin-bottom: 20px;
}

.inciar-session.m-t-60 {
    margin-top: 60px;
}

.login-right.close {
    display: none;
}

.inciar-session h3 a:hover {
    color: #035aa7;
}

.inciar-session .login-form input[type="submit"] {
    background: #f0f0f0;
}

.perfil-list li:hover h3 {
    color: #035aa7;
}


/*oferta-edit.css*/

h2.top-heading {
    display: none;
    font-size: 22px;
    line-height: 24px;
    color: #212224;
    text-align: center;
    font-family: 'rubikmedium';
    padding-bottom: 0px;
    margin-bottom: 5px;
    letter-spacing: 0.1px;
}

.usuarios {
    float: left;
    width: 100%;
}

ul.usuarios {
    float: left;
    width: 100%;
    padding-bottom: 47px;
}

ul.usuarios li.usuarios-row {
    float: left;
    width: 100%;
}

ul.usuarios li.usuarios-row {
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #f2f2f2;
}

ul.usuarios li.usuarios-row ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

ul.usuarios li.usuarios-row ul li:last-child {
    margin-right: 0;
}

ul.usuarios li.usuarios-row ul li:nth-child(2n-2) {
    text-align: center;
}

ul.usuarios li.usuarios-row ul li:last-child {
    text-align: right;
}

ul.usuarios li.usuarios-row ul li {
    text-align: left;
    font-size: 15px;
    color: #777777;
    font-family: 'rubiklight';
}

ul.usuarios li.usuarios-row ul {
    float: left;
    width: 100%;
}

ul.usuarios li.usuarios-row ul li:hover a {
    background: #08599a;
    color: #ffffff;
}

ul.usuarios li.usuarios-row ul li a {
    border: 1px solid #08599a;
    font-size: 15px;
    padding: 6px 20px;
    border-radius: 5px;
    color: #08599a;
    line-height: 20px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.desktop-none {
    display: none;
}

.trans-para textarea.desktop-none {
    display: none;
}

.public {
    text-align: center;
}

.btn-public {
    border: 1px solid #08599a;
    font-size: 14px;
    padding: 9px 80px;
    color: #08599a;
    line-height: 20px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: #035aa7;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    font-family: 'rubikmedium';
}

.btn-public:hover {
    background: #fff;
    color: #035aa7;
}


/*ofertas-list-css*/

.tab-contents-listado {
    width: 100%;
    float: left;
}

ul.listado {
    width: 100%;
    float: left;
}

ul.listado li.listado-table {
    width: 100%;
    float: left;
}

ul.listado.table-content {
    padding-bottom: 30px;
    background: #fff;
}

ul.listado.table-content li.listado-table {
    background: #fff;
    border-radius: 3px;
}

ul.listado li.listado-table ul {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f2f2f2;
    padding: 22px 0px;
}

ul.listado li.listado-table ul.headings {
    padding: 15px 0 15px 20px;
}

ul.listado li.listado-table ul.headings li.tab1 {
    text-align: left;
    width: 37.5%;
    margin-right: 0.5%;
    padding-left: 0;
}

ul.listado li.listado-table ul li.tab1 {
    text-align: left;
    width: 37.5%;
    margin-right: 0.5%;
    padding-left: 20px;
}

ul.listado li.listado-table ul li.tab2 {
    text-align: center;
    width: 11.5%;
    margin-right: 0.5%;
}

ul.listado li.listado-table ul li.tab3 {
    text-align: center;
    width: 22.5%;
    margin-right: 0.5%;
}

ul.listado li.listado-table ul li.tab4 {
    text-align: center;
    width: 14.5%;
    margin-right: 0.5%;
}

ul.listado li.listado-table ul li.tab5 {
    text-align: center;
    width: 12%;
}

ul.listado li.listado-table ul li:last-child {
    margin-right: 0;
}

ul.listado li.listado-table ul li {
    float: left;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #08599a;
    font-family: 'rubikregular';
}

ul.table-content li.listado-table ul li {
    text-align: center;
    font-size: 14px;
    color: #777777;
    font-family: 'rubiklight';
}

ul.listado li.listado-table ul li.tab5.acc-icon a {
    margin-right: 12px;
}

ul.table-content li.listado-table ul li span.view-icon {
    margin-left: 7px;
}

.listado-table-contents-accordian {
    display: none;
}

.listado-table-contents-accordian .container h1.m-tit {
    margin-bottom: 28px;
}


/*ofertas-list-css-reponsive-accordian*/

.resp-accordian-table .smk_accordion.acc_with_icon .accordion_in .acc_head span {
    display: none;
}

.resp-accordian-table .smk_accordion.acc_with_icon .accordion_in.acc_active .acc_head span {
    display: block;
}

.resp-accordian-table .smk_accordion.acc_with_icon .accordion_in.acc_active .acc_head p {
    display: none;
}

.label-heading {
    float: left;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #08599a;
    font-family: 'rubikregular';
}

.resp-accordian-table .smk_accordion.acc_with_icon .accordion_in .acc_head p,
.smk_accordion.acc_with_icon .accordion_in .acc_content p {
    color: #505050;
    font-size: 16px;
    line-height: 22px;
    font-family: 'rubikregular';
}

.resp-accordian-table .smk_accordion.acc_with_icon .accordion_in.acc_active .acc_head {
    padding-left: 18px;
}

.resp-accordian-table .smk_accordion.acc_with_icon .accordion_in .acc_head {
    padding-left: 0;
}

.resp-accordian-table .smk_accordion.acc_with_icon .accordion_in .acc_content ul {
    border-top: 1px solid #f6f6f6;
}

.resp-accordian-table .smk_accordion {
    background: #fff;
}

.resp-accordian-table .smk_accordion .accordion_in {
    padding: 0 2px;
    margin-bottom: 0;
}

.resp-accordian-table .smk_accordion .accordion_in.acc_active {
    margin-bottom: 10px;
}

.container .resp-accordian-table h1.m-tit {
    text-align: left;
    padding: 20px 0 0 20px;
    margin-bottom: 30px;
}

.resp-accordian-table .smk_accordion.acc_with_icon .accordion_in .acc_content ul li {
    padding: 3px 0;
}

.resp-accordian-table .smk_accordion.acc_with_icon .accordion_in .acc_content ul li.label-heading {
    width: 60%;
    float: left;
}

.resp-accordian-table .smk_accordion.acc_with_icon .accordion_in .acc_content ul li.content-accord {
    width: 40%;
    float: right;
}

.resp-accordian-table .smk_accordion.acc_with_icon .accordion_in .acc_content ul li:first-child,
.resp-accordian-table .smk_accordion.acc_with_icon .accordion_in .acc_content ul li:last-child {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding: 16px 0 10px 0;
}

.resp-accordian-table .smk_accordion.acc_with_icon .accordion_in .acc_content ul li.label-heading {
    float: left;
    text-align: left;
}

.resp-accordian-table .smk_accordion.acc_with_icon .accordion_in .acc_content ul li.label-heading {
    float: left;
    text-align: left;
}

.resp-accordian-table .smk_accordion .accordion_in .acc_content {
    color: #222;
    padding: 10px 18px 10px 0;
}

.resp-accordian-table .smk_accordion.acc_with_icon .accordion_in .acc_content ul li.content-accord {
    text-align: right;
    color: #222;
}

.resp-accordian-table .smk_accordion.acc_with_icon .accordion_in .acc_content ul li.acc-icon a {
    margin-right: 22px;
}

.resp-accordian-table .smk_accordion .accordion_in .acc_head {
    padding: 18px 0 17px 0;
    margin: 0 18px;
    border-top: 1px solid #f6f6f6;
    border-radius: 0;
    padding-right: 50px;
}

.resp-accordian-table .smk_accordion .accordion_in.acc_active .acc_head {
    margin: 0;
    border: none;
}

.resp-accordian-table .smk_accordion .accordion_in .acc_head .acc_icon_expand {
    right: 0;
    top: 20px;
}

.resp-accordian-table .smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
    right: 20px;
    top: 20px;
}

.resp-accordian-table .smk_accordion .accordion_in .acc_head .acc_icon_expand {
    background: url(../images/open-acc.png) center 0;
}

.resp-accordian-table .smk_accordion .accordion_in.acc_active>.acc_head .acc_icon_expand {
    background: url(../images/close-acc.png) center 0;
    width: 14px;
    height: 14px;
}

.resp-accordian-table .smk_accordion .accordion_in .acc_head.border-none-acc {
    border-top: none;
}


/*mensajes-list-css*/

.mensajes-table-contents-accordian {
    display: none;
}

ul.mensajes {
    float: left;
    width: 100%;
    background: #fff;
}

ul.mensajes li.mensajes-content {
    float: left;
    width: 100%;
}

ul.mensajes li.mensajes-content ul {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding: 22px 0px;
}

ul.mensajes li.mensajes-content ul li.mensa-tab1 {
    float: left;
    width: 30%;
    margin-right: 2%;
    text-align: left;
    padding-left: 24px;
}

ul.mensajes li.mensajes-content ul li.mensa-tab2 {
    float: left;
    width: 44%;
    margin-right: 2%;
}

ul.mensajes li.mensajes-content ul li.mensa-tab3 {
    float: left;
    width: 11%;
    margin-right: 2%;
}

ul.mensajes li.mensajes-content ul li.mensa-tab4 {
    float: left;
    width: 9%;
    margin-right: 0;
    text-align: center;
}

ul.mensajes li.mensajes-content ul li:last-child {
    margin-right: 0;
}

.mensa-check-box-design input[type="checkbox"] {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    cursor: pointer;
    display: none;
}

.mensa-check-box-design input[type="checkbox"]:not(old)+label>span,
input[type="radio"]:not(old)+label>span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: -5px 10px 0 0;
    vertical-align: middle;
    border: solid 2px #dcdcdc;
    cursor: pointer;
    border-radius: 2px;
}

.mensa-check-box-design input[type="checkbox"]:not(old):checked+label>span::before {
    content: '';
    display: block;
    text-align: center;
    font-weight: bold;
    background: #035aa7;
    height: 8px;
    width: 8px;
    cursor: pointer;
    border-radius: 1px;
}

ul.mensajes li.mensajes-content ul li {
    text-align: left;
    font-size: 14px;
    color: #777777;
    font-family: 'rubiklight';
}

ul.mensajes li.mensajes-content ul li.bold-mensajes {
    font-family: 'rubikmedium';
    color: #555;
}

ul.mensajes li.mensajes-content ul li.acc-icon a {
    margin-right: 12px;
}

.mensajes-table-contents-accordian .bold-mensajes {
    color: #222;
}

.mensajes-table-contents-accordian .mensa-check-box-design input[type="checkbox"]:not(old)+label>span,
input[type="radio"]:not(old)+label>span {
    width: 15px;
    height: 15px;
}

.mensajes-table-contents-accordian .mensa-check-box-design input[type="checkbox"]:not(old):checked+label>span::before {
    height: 11px;
    width: 11px;
}

.mensajes-table-contents-accordian .resp-accordian-table {
    background: #fff;
}

.mensajes-table-contents-accordian .resp-accordian-table .smk_accordion.acc_with_icon .accordion_in .acc_content ul li.content-accord {
    width: 30%;
}

.mensajes-table-contents-accordian .resp-accordian-table .smk_accordion.acc_with_icon .accordion_in .acc_content ul li.label-heading {
    width: 65%;
    margin-right: 5%;
}

.mensajes-table-contents-accordian .container p.m-para2 {
    text-align: center;
}


/*perfil.css*/

.perfi-pg .cont-form ul li input[type="text"]::placeholder,
.cont-form ul li textarea::placeholder {
    color: #515151;
    font-family: 'rubikregular';
    opacity: 0;
    font-size: 14px;
}

.perfi-pg .cont-form ul li input[type="text"]:focus::placeholder,
.cont-form ul li textarea:active::placeholder {
    color: #515151;
    font-family: 'rubikmedium';
}

.perfi-pg .label-box-selecciona {
    display: none;
}

ul.listado li.listado-table ul li.tab5 a img:hover,
ul.listado li.listado-table ul li.tab3 a img:hover {
    opacity: 0.5;
}

.head-rgt ul li a:hover {
    opacity: 0.7;
}

#map_canvas {
    width: 100%;
    height: 900px;
}