@font-face {
    font-family: 'BenchNine-Bold';
    src: url('../../fonts/BenchNine/BenchNine-Bold.eot');
    src: url('../../fonts/BenchNine/BenchNine-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/BenchNine/BenchNine-Bold.woff') format('woff'),
    url('../../fonts/BenchNine/BenchNine-Bold.ttf') format('truetype'),
    url('../../fonts/BenchNine/BenchNine-Bold.svg#futura_bk_btbook') format('svg');
}
html{
    font-family: 'BenchNine-Bold', sans-serif;
}
body{
    margin: 0;
}
body *{
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/*
 * -- STYLES BY CLASS--
 */

.color_principal-text{
    color: #EC5B25 !important;
}
.color_principal-background{
    background-color: #EC5B25!important;
}
.color_secondary-text{
    color: #000840!important;
}
.color_secondary-background{
    background-color: #000840!important;
}
.color_3-text{
    color: #009D91!important;
}
.color_3-background{
    background-color: #519251!important;
}
.color_yellow-background{
    background-color: #F0E221!important;
}


.color_blue1-background{
    background-color: #299FD6!important;
}
.color_blue2-background{
    background-color: #0E0A32!important;
}
.color_blue3-background{
    background-color: #1B1464!important;
}
.color_green1-background{
    background-color: #2E3186!important;
}
.color_green2-background{
    background-color: #009D91!important;
}
[class^="color_status_payment"]{
    font-weight: bold;
}
tr:hover > td > [class^="color_status_payment"]{
    color: #fff;
}
.color_status_payment-1{
    color: #EC5B25;
}
.color_status_payment-2{
    color: #2993cc;
}
.color_status_payment-3{
    color: #009D91;
}
.color_status_payment-4{
    color: #444;
}
.color_status_payment-5{
    color: red;
}
.color_status_payment-6{
    color: #8E24AA;
}
.cursor_pointer{
    cursor: pointer!important;
}
.is-center,
.text_center {
    text-align: center;
}
.no_margin{
    margin: 0!important;
}
.center_in_x,
.center_in_y{
    display: block!important;
    position: relative;
}
.center_in_x{
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.center_in_y{
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.center_child{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.width_x3{
    width: 33.33%!important;
}
.width_x2{
    width: 50%!important;
}
.width_x1{
    width: 100%!important;
}
.no-max_width{
    max-width: none!important;
}
.center_horizontal:not(.hidden){
    display: block!important;
    margin-left: auto;
    margin-right: auto;
}

.font-1_2x {
    font-size: 1.2em;
}
.font-1_5x {
    font-size: 1.5em;
}
.font-2x {
    font-size: 2em;
}
.font-3x {
    font-size: 3em;
}
/*
 * -- PURE BUTTON STYLES --
 */
.button-menu{
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #9e9e9e;
    display: table;
    position: relative;
    background-color: whitesmoke;
    cursor: pointer;
}
.button-menu:hover {
    background: white;
    color: #e9322d;
    border-color: #e9322d;
}
.pure-button {
    background-color: #E65100;
    color: white;
    border-radius: 12px;
    min-width: 200px;
    font-size: 1.5em;
    margin: 5px auto;
}
.button-icon {
    background: none;
    padding: 0;
    min-width: 0;
    margin: 0;
    border: none;
}

.pure-button-primary__blue,
.pure-button-primary{
    background: #042533;
    color: #fff;
    border : 2px solid #042533;
}
.pure-button-primary__green{
    background: #8ECDA8;
    color: #042533;
    border : 2px solid #8ECDA8;
}
.pure-button-primary__gray{
    background: #666;
    color: #fff;
    border : 2px solid #666;
}
.pure-button-primary__green:hover{
    background: #fff;
    color: #4caf50;
}
.pure-button-primary__gray:hover{
    background: #fff;
    color: #666;
}
.pure-button-primary__blue:hover,
.pure-button-primary:not(.button_text):hover{
    background: #fff;
    color: #042533;
    border-color : #042533;
}

.pure-button-primary.pure-button-invert_color,
.pure-button-primary__blue.pure-button-invert_color{
    background: #fff;
    color: #042533;
}
.pure-button-primary.pure-button-invert_color:hover,
.pure-button-primary.pure-button-invert_color.selected,
.pure-button-primary__blue.pure-button-invert_color:hover,
.pure-button-primary__blue.pure-button-invert_color.selected{
    background: #042533;
    color: #fff;
    border-color : transparent;
}

.pure-button-hover__verde {
  border: none;
}
.pure-button-hover__verde:hover{
    background: #fff!important;
    color: #042533!important;
    border-color : #042533!important;
}
.button_text {
    background: transparent;
    border: none;
    padding: 0;
    color: #E65100;
    min-width: 5px;
    font-size: 200%;
}
.button_text:hover{
    background: transparent;
    text-decoration: underline;
    color: #042533;
}

.pure-button.self-center {
    margin: 0 auto;
    display: block;
}

.text_message {
    line-height: 1.5;
    margin: 10px 0 10px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 1.8em;
    font-weight: bold;
    font-family: inherit;
}
.text_alert {
    color: #e9322d!important;
}
.buttonGroup{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 15px auto;
}
.buttonGroup--vertical{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
    .buttonGroup--vertical > .pure-button:not(:last-child){
        margin-bottom: 10px;
    }
.pure-button:not(.button_text):active{
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);
}
.pure-button-active:not(.button_text),
.pure-button:not(.button_text):active {
    /*box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;*/
    border-color: #000\9;
}
.button-success,
.button-error,
.button-warning,
.button-secondary {
    color: white;
    border : 2px solid transparent;
}
.button-success {
    background: rgb(28, 184, 65); /* this is a green */
}
.button-success:hover {
    border-color: rgb(28, 184, 65);
    color: rgb(28, 184, 65);
    background-color: #fff;
}
.button-error {
    background: rgb(202, 60, 60); /* this is a maroon */
}
.button-error:hover{
    border-color: rgb(202, 60, 60);
    color: rgb(202, 60, 60);
    background-color: #fff;
}
.button-error.pure-button-invert_color{
    background: #fff;
    color: rgb(202, 60, 60);
    border-color : rgb(202, 60, 60);
}
.button-error.pure-button-invert_color:hover,
.button-error.pure-button-invert_color.selected{
    background: rgb(202, 60, 60);
    color: #fff;
    border-color : transparent;
}
.button-warning {
    background: rgb(223, 117, 20); /* this is an orange */
}
.button-warning:hover{
    border-color: rgb(223, 117, 20);
    color: rgb(223, 117, 20);
    background-color: #fff;
}
.button-warning.pure-button-invert_color{
    background: #fff;
    color: rgb(223, 117, 20);
}
.button-warning.pure-button-invert_color:hover,
.button-warning.pure-button-invert_color.selected{
    background: rgb(223, 117, 20);
    color: #fff;
    border-color : transparent;
}

.button-secondary {
    background: rgb(66, 184, 221); /* this is a light blue */
}
.button-secondary:hover{
    border-color: rgb(66, 184, 221);
    color: rgb(66, 184, 221);
    background-color: #fff;
}
.button-secondary.pure-button-invert_color{
    background: #fff;
    color: rgb(66, 184, 221);
}
.button-secondary.pure-button-invert_color:hover,
.button-secondary.pure-button-invert_color.selected{
    background: rgb(66, 184, 221);
    color: #fff;
    border-color : transparent;
}
.button-xsmall {
    font-size: 70%!important;
    min-width: 5px;
    margin: 0;
    padding: 5px;
    line-height: 1;
}
.button-small {
    font-size: 85%!important;
    min-width: 150px;
}
.button-large {
    font-size: 130%!important;
    letter-spacing: 1px;
    padding: 8px 15px;
    min-width: 150px;
}
.button-xlarge {
    font-size: 125%!important;
}
.button-tipo_pago {
    white-space: normal;
    padding: 10px 5px;
    margin: 10px 5px!important;
    font-size: 110%;
}
.circle-button {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2em;
    padding: 1px;
}
.position__relative{
    position: relative;
}
.position__fixed-bottom_right{
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.position__absolute-bottom_right{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.position__absolute-top_left{
    position: absolute;
    top: 10px;
    left: 10px;
}
.position__absolute-top_right{
    position: absolute;
    top: 10px;
    right: 10px;
}
.img_container{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.img_container > img{
    height: 400px;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: auto;
    -webkit-box-shadow: #ccc 3px 3px 7px 1px;
            box-shadow: #ccc 3px 3px 7px 1px;
}
.floating_message {
    position: absolute;
    display: block;
    padding: 10px 20px;
    color: #f7f7f7;
    font-size: 1.2em;
    letter-spacing: 1px;
    border-radius: 0 5px 5px!important;
    background-color: #8ECDA8;
    z-index: 1500;
    left: 0;
    top: 10px;
}
.floating_message.no_flag{
    border-top-left-radius: 5px!important;
}
.floating_message:not(.no_flag)::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    border-right: 9px solid transparent;
    border-top: 15px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 15px solid #8ECDA8;
}

/*
* -- Estilos para los contenedores Internos --
*/
.content {
    position: relative;
    display: block;
    left: 0;
    right: 0;
    margin: 10px auto 40px auto;
}
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: relative;
    top: 95%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;
}
.content-wrapper--internal > .content{
    background-color: rgba(230, 230, 230, .7);
    min-height: 85vh;
    display: block;
    max-width: 900px;
}
.content-wrapper.content-wrapper--internal{
    background: transparent;
    top: 0;
}
.content--internal > .content-subhead{
    padding-top: 50px;
}
.content-wrapper--internal > .content--internal_2{
    background-color: white;
}

.sub_content-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 30px 10px;
}
.sub_content{
    border: 3pt solid #E6E6E6;
    border-radius: 12px;
    padding: 10px 30px;
    position: relative;
    margin-bottom: 15px;
}
.sub_content.sub_content--opaque{
    background-color: #E6E6E6;
}
.content-subhead {
    color: #EC5B25;
}
.content-subhead i {
    margin-right: 7px;
}
.content_internal-head {
    background: #73C5A7;
    color: #042533;
    margin: 0;
    line-height: 2;
}
.splash-container {
    background: transparent url(../../images/mapa-fondo.svg) 0 0 no-repeat ;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 95%;
    top: 0;
    left: 0;
    position: fixed;
}
.float_box_text{
    display: none;
    position: absolute;
    right: 0;
    background-color: #95A5A6;
    color: #fff;
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 25px;
    z-index: 50;
}
.float_box_text.align_right{
    left: 0;
    right: auto;
}
*:hover > .float_box_text{
    display: table;
}

.icon_statusPayment .float_box_text{
    top: 0;
    left: auto;
    right: 100%;
}