/*! * Bootstrap Reboot v4.0.0 (https://getbootstrap.com) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) */ *, *::before, *::after {box-sizing: border-box;  } html {font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; } @-ms-viewport {width: device-width; } article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {display: block; }[tabindex="-1"]:focus {outline: 0 !important; } hr {box-sizing: content-box; height: 0; overflow: visible; }abbr[title], abbr[data-original-title] {text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; border-bottom: 0; } address {margin-bottom: 1rem; font-style: normal; line-height: inherit; } ol, ul, dl {margin-top: 0; margin-bottom: 1rem; } ol ol, ul ul, ol ul, ul ol {margin-bottom: 0; } dt {font-weight: 700; } dd {margin-bottom: .5rem; margin-left: 0; } blockquote {margin: 0 0 1rem; } dfn {font-style: italic; } b, strong {font-weight: bolder; } small {font-size: 80%; } sub, sup {position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sub {bottom: -.25em; } sup {top: -.5em; } a {color: #007bff; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; } a:hover {color: #0056b3; text-decoration: underline; } a:not([href]):not([tabindex]) {color: inherit; text-decoration: none; } a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {color: inherit; text-decoration: none; } a:not([href]):not([tabindex]):focus {outline: 0; } pre, code, kbd, samp {font-family: monospace, monospace; font-size: 1em; } pre {margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar; } figure {margin: 0 0 1rem; } img {vertical-align: middle; border-style: none; } svg:not(:root) {overflow: hidden; } table {border-collapse: collapse; } caption {padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: left; caption-side: bottom; } th {text-align: inherit; } label {display: inline-block; margin-bottom: .5rem; } button {border-radius: 0; } button:focus {outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } input, button, select, optgroup, textarea {margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } button, input {overflow: visible; } button, select {text-transform: none; } button, html [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {padding: 0; border-style: none; } input[type="radio"], input[type="checkbox"] {box-sizing: border-box; padding: 0; } input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {-webkit-appearance: listbox; } textarea {overflow: auto; resize: vertical; } fieldset {min-width: 0; padding: 0; margin: 0; border: 0; } legend {display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; } progress {vertical-align: baseline; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto; } [type="search"] {outline-offset: -2px; -webkit-appearance: none; } [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {-webkit-appearance: none; } ::-webkit-file-upload-button {font: inherit; -webkit-appearance: button; } output {display: inline-block; } summary {display: list-item; cursor: pointer; } template {display: none; } [hidden] {display: none !important; } /*# sourceMappingURL=bootstrap-reboot.css.map */

/*Boostrap Styles*/
.selector-for-some-widget {box-sizing: content-box; }
body,html{height: 100%;max-height: 100%;position: relative;overflow-x: auto;}
*{text-shadow:none;}
ul,ol{padding: 0;margin: 0;list-style: none;}
body{font-family:'MyriadPro-Regular';font-weight: normal;}
h1{font-family:'MyriadPro-BoldCond';font-weight: normal;}
h2,h3,h4,h5,h6{font-family:'MyriadPro-Bold';font-weight: normal;}
.max-separator {
    height: 115px;
}
.pegado {
    position: fixed;
    margin: 15px 0 0 0;
    opacity: 1;
    background: #f3f3f3;
}
.back-menu a {
    padding: 5px 18px 10px 10px;
}
.btn.btn-sm {
    padding: 5px 15px;
}

.form-control-wrapper {
    margin: 10px 20px;
}

code {
    padding: 10px;
    background: #eee !important;
    display: block;
    color: #000;
}

    code > p {
        font-weight: bold;
        color: #000;
        font-size: 1.5em;
    }

@media(max-width: 300px) {
    .well {
        margin: 0
    }
}
.date {
    border: 0;
    background-color: rgba(0,0,0,0);
    width: 100%;
    font-size:16px;
    font-weight:normal;
}
#overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 2;
    cursor: pointer;
}
.pop-up {
    position: relative;
    background-color: #d9d9d9 !important;
    margin: 40% auto;
    border: 1px solid #888;
    width: 80%;
    border-radius: 16px;
    color: #333333;
    text-align: center;
    margin-top: 120px;
}
.pop-up img {
    width: 15px
}
.pop-up p {
    text-align: left;
    font-size: 15px;
    margin-left: 10px;
}
.pop-up a {
    width: 100%;
    margin: 10px auto !important;
}
a.ui-gray {
    cursor: pointer;
    color: #fff !important;
    border-radius: 5px;
    background: #a6a6a6;
    font-size: 15px;
    padding: 7px 0px;
    display: block;
    line-height: normal;
    text-align: center;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
}
a.ui-red {
    cursor: pointer;
    color: #fff !important;
    border-radius: 5px;
    background: #e2131d;
    font-size: 15px;
    padding: 7px 0px;
    display: block;
    line-height: normal;
    text-align: center;
    font-weight: normal;
    margin-right: 15px;
    margin-left: 15px;
    text-decoration: none;
}
/********VIEWS STYLE*********/
.data-menu{background: #e2131d;padding: 15px 0;overflow: hidden;}
.data-menu h1{color: #fff;font-size: 30px;margin: 0;}
.data-menu a{display: block;text-align: center;}
.data-menu img{max-width: 35px;width: 100%;}
.data-bar{background: #d9d9d9;padding: 15px 0;}
.data-bar h2{color: #484848;font-size: 20px;text-transform: uppercase;background: url(../images/user-icon.svg) no-repeat right center;background-size: 30px;}
.data-bar p{font-size: 15px;color: #494949;}
.data-bar ul li:first-child{border-left: none;padding: 0 8px 0 0 ;}
.data-bar ul li{display: inline-block;*display: inline;vertical-align: middle;color: #494949;font-size: 20px;font-family:'MyriadPro-Bold'; border-left: 2px solid #494949;padding: 0 0 0 8px;}
.data-bar ul li a{display: block;background: url(../images/hoverlogo-mas.svg) no-repeat right center;text-indent: -9999px;color: transparent;padding: 0 15px;}
.bgwrapper{background: #f2f2f2;}
.data-detail{margin: 5% auto;border-radius: 20px;position: relative;overflow: hidden;max-width: 400px;width: 100%;}
.data-detail .caption{width: 100%; height: 100%;text-align: center;background: url(../images/pixel_03.png) repeat; border-radius: 20px;overflow: hidden;padding: 20px;}
.data-detail img{max-width: 100%;width: 100%;}
.data-detail h3{font-size: 30px !important;color: #fff;margin: 0;font-family: 'MyriadPro-SemiBold';}
.data-detail span{font-size: 18px;color: #d1d1d1;}
.data-detail p{color: #d4d4d4;margin: 5% 0 0 0; font-size: 15px !important;}
.data-detail h4{color: #fff;font-size: 30px;}
.data-detail a{margin: 20px auto;max-width: 200px;width: 100%;}
a.ui-red-boton{cursor: pointer;color: #fff !important; border-radius: 5px; background: #e2131d; font-size: 15px; padding: 7px 0px; display: block;line-height: normal;text-align: center;font-weight: normal;margin: 0;}
a.ui-red-boton:visited{color: #fff !important}
a.ui-red-boton:hover{text-decoration: none;}
.walpapper1{background: url(../images/fondo1.jpg) no-repeat center center;background-size: cover;}
.walpapper2{background: url(../images/fondo2.jpg) no-repeat center center;background-size: cover;}
.walpapper3{background: url(../images/fondo3.jpg) no-repeat 62% 26%;background-size: cover;background-size: 900px;}
.walpapper4{background: url(../images/fondo3.jpg) no-repeat 5% 26%;background-size: cover;background-size: 900px;}
.walpapper5{background: url(../images/fondo4.jpg) no-repeat center center;background-size: cover;}
.walpapper6{background: url(../images/fondo5.jpg) no-repeat center center;background-size: cover;}
.walpapper7{background: url(../images/fondo6.jpg) no-repeat center center;background-size: cover;}
.walpapper8{background: url(../images/fondo7.jpg) no-repeat center center;background-size: cover;}
.mark{color: #e2131d !important;}
.data-resume{margin: 15px 0;}
.data-resume a{text-decoration: none}
.data-resume h3{color: #e2131d;font-size: 30px;text-align: center;margin: 15px 0;}
.data-resume li{color: #8b8b8b;padding: 10px 0 4px 0;border-bottom: 1px solid #d9d9d9; }
.data-resume li a{color: #8b8b8b !important;display: block;font-weight: 100;}
.data-resume ul li:last-child{border:none;}
.data-resume li strong{display: block;color: #333333; text-align:center;}
/*Tablets*/
.table-responsive{line-height: normal;}
.table-gray{background-color: #d9d9d9;border-bottom: 2px solid #fff;border-radius:3px;}
.table-gray th{font-size: 18px;}
.table-gray th,td{vertical-align: middle;}
td.data-chars{background: url(../images/bulletstablet.png) no-repeat 98% 50%;padding: 0.75rem 2rem 0.75rem 0.75rem;background-size: 7px;}
td.data-chars{background: url(../images/bulletstablet.png) no-repeat 98% 50%;padding: 0.75rem 2rem 0.75rem 0.75rem;background-size: 7px;}
.data-chars,.data-chars p{text-align: right;font-size: 18px;color: #8b8b8b;margin: 0;}
.data-chars h4{font-size: 26px;color: #303438;margin: 0;font-family:'MyriadPro-BoldCond';}
.data-table-default{text-align: center;font-size: 18px;color: #303438;}
.data-table-default thead th,.data-table-default thead tr{}

/*Table default*/
.data-ch-default,.data-ch-default p{text-align: right;font-size: 15px;color: #8b8b8b;margin: 0;}
.data-ch-default h4{font-size: 26px;color: #303438;margin: 0;font-family:'MyriadPro-BoldCond';}
.table-gray-2{background-color: #d9d9d9;border-bottom: 2px solid #fff;border-radius:3px;}
.table-gray-2 th strong{display: block;text-align: left;}
.table-gray-2 th p{text-align: left;font-size: 18px;color: #8b8b8b;margin: 0;font-weight: normal;padding-top: 5px;}
.table-gray-2 th,td{vertical-align: top;}
.table-gray-3{background-color: #d9d9d9;border-bottom: 2px solid #fff;border-radius:3px;}
.table-gray-3 th p{text-align: center;font-size: 16px;color: #8b8b8b;margin: 0;font-weight: normal;}
.table-gray-3 th,td{vertical-align: top; text-align: center;}
.table-gray-2 strong{text-align: left;font-size: 14px;}

.data-question a{display: inline-block;vertical-align: middle;max-width: 20px;width: 100%;background: url(../images/Question-300x300.png) no-repeat center center;padding: 12px;background-size: 15px;}
.data-arrow{background: url(../images/arrow-red.svg) no-repeat right center;background-size: 11px;font-weight: 100;}

.data-rol-menu{text-align: center;  left: 0; bottom: 0; width: 100%; max-width: 100%;}
.data-rol-menu a{display: block; background: #b6b6b6; border-radius: 100px; padding: 11px; width: 55px; margin: 5px auto; }
.data-rol-menu a img{max-width: 30px; width: 100%;}

.color-portafolio{padding: 8px;border-radius: 100px;margin: 2px 9px 2px 0;float: left;border: 2px solid #fff;box-shadow: 0px 0px 2px #666;}

div.ui-collapsible{margin: 15px 0 0 0;}
div.ui-collapsible h4.ui-collapsible-heading a,div.ui-collapsible h4.ui-collapsible-heading a:hover,div.ui-collapsible h4.ui-collapsible-heading a:focus{background: none; border: none; font-weight: 100; height: auto; color: #8b8b8b; font-size: 15px; padding-top: 0; padding-bottom: 0; box-shadow: none;}

div.ui-collapsible div.ui-collapsible-content{background: transparent;text-shadow:none;border: none; padding-top: 0; padding-bottom: 0;margin-left: -12px;}
div.withtabs{margin: 20px 0 0 0;}
div.withtabs ul li:last-child{border-bottom: 1px solid #d9d9d9;}
div.ui-collapsible .ui-btn.ui-btn-active{background: transparent !important;color: #8b8b8b !important;text-shadow: none;}
div.ui-collapsible h4.ui-collapsible-heading a::after{display: none;}

div.ui-collapsible-collapsed.ui-collapsible h4.ui-collapsible-heading{background: url(../images/plus-normal.svg) no-repeat center left !important;}

div.ui-collapsible h4.ui-collapsible-heading{background: url(../images/plus-hover.svg) no-repeat center left !important;}
.copyright{padding: 20px 0;}
.copyright p{margin: 0;color: #8b8b8b;font-weight: 100;}
.ui-popup-container{left: auto !important;width: 100%;text-align: center;}
.ui-popup.ui-body-inherit{display: inline-block;}
/**************MEDIAQUERIES******************/
@media screen and (max-width: 410px){
	.data-menu .container-fluid{padding: 0;}
    .data-menu .container-fluid2 {
        padding: 0;
    }
	h1,h3,h4{font-size: 20px !important;}
        .data-ch-default h4 {font-size: 16px !important;}
        .data-ch-default2 h4 {font-size: 12px !important;}
	h2,ul li,a.ui-red,a.ui-gray,td.data-chars,.table-gray th,.table-gray-2 th,.data-ch-default{font-size: 14px !important;}
	p{font-size: 16px !important;}
        .table-gray-4 th p {font-size: 16px !important;}
        .data-ch-default, .data-ch-default p {font-size: 15px !important;}
        .table-gray-4 th strong {font-size: 16px !important;}
        .table-gray-4 img{min-width: 15px;padding-top: 8px;}
	.data-menu img{max-width: 25px;}
	.data-bar h2{background-size: 20px;}
	.data-detail a{margin: 0px auto;width: 150px;}
	a.ui-red,a.ui-gray{padding: 7px 20px !important;}
	.table-gray-3{font-size: 11px !important;}
    .data-title{font-size: 18px !important;}
    .data-resume li strong {
        display: block;
        color: #333333;
        text-align: center;

    }
}

.juju {
    font-size: 16px;
    display: block;
    width: 100% !important;
    border: none;
    background: transparent;
    font-weight:bold;
}

#dateValue {
    font-size: 18px;
    display: block;
    width: 100%;
    border: none;
    background: transparent;
}

#dateEndValue {
    font-size: 18px;
    display: block;
    width: 100%;
    border: none;
    background: transparent;
}
input, input:before, input:after {
    -webkit-user-select: initial;
    /*-khtml-user-select: initial;*/
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
} 