﻿html,
body, form {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

body {
    background-image: url('../../handler/himage.ashx?t=f');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

a, a:hover, a:focus {
    color: #f7505a;
}

h1, h2, h3 {
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizelegibility;
    font-size: 34px;
}

.row {
    margin: 0;
}

.content-loading {
    background-image: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: black;
    background-position: initial initial;
    background-repeat: initial initial;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 0.6;
    z-index: 1100;
    width: 100%;
    height: 100%;
}

.text-loading {
    color: #fff;
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 35px;
    margin: auto;
    font-size: 14px;
    z-index: 1101;
    display: inline-block;
    padding: 0px 10px !important;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 5px;
}

.form-campo {
    height: 64px;
}

.form-control {
    border: 1px solid #fff;
    box-shadow: none;
    height: 50px;
    padding: 10px 20px;
    margin: 7px 0 7px 0;
    font-size: 14px;
    color: #fff;
}

    .form-control:focus {
        box-shadow: none;
        border: 1px solid #fff;
    }

.form-control-custom {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    box-shadow: none;
    height: 50px;
    padding: 10px 20px;
    margin: 7px 0 7px 0;
    font-size: 14px;
    color: #fff;
}

    .form-control-custom:focus {
        box-shadow: none;
        border: 1px solid #fff;
    }

.form-control-light {
    height: 38px;
    padding-top: 0;
    padding-bottom: 0;
}

.form-control-select {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    box-shadow: none;
    height: 50px;
    padding: 10px 20px;
    margin: 7px 0 7px 0;
    font-size: 14px;
    color: #fff !important;
}

.form-control-textarea {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    box-shadow: none;
    height: 115px !important;
    padding: 10px 20px;
    margin: 7px 0 7px 0;
    font-size: 14px;
    color: #fff;
}

.form-control-div {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    box-shadow: none;
    height: 50px;
    padding: 14px 20px;
    margin: 7px 0 7px 0;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.div-messages {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    box-shadow: none;
    padding: 14px 20px;
    margin: 10px 0 10px 0;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}
/*Text*/
.text-confirmacion {
    color: #f7505a;
    font-size: 16px;
}

.text-14 {
    font-size: 14px;
}

.text-13 {
    font-size: 13px;
}

.text-12 {
    font-size: 12px;
}

.text-11 {
    font-size: 11px;
}

.text-10 {
    font-size: 10px;
}

.text-9 {
    font-size: 9px;
}

.text-8 {
    font-size: 8px;
}

.text-strong {
    font-weight: bold
}
/*Text*/

/*========== Buttons ==========*/
.btn-custum {
    background-color: #f7505a;
    border-color: #f7505a;
    color: #fff;
    margin-top: 15px;
}

.btn:hover, .btn:focus {
    color: #000;
}

.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*button primary*/
.btn-rosa {
    background-color: #f7505a;
    color: #fff;
    margin: 7px 0 7px 0;
    font-weight: bold;
    transition: background-color 0.5s ease;
}

    .btn-rosa:hover, .btn-rosa:active, .btn-rosa.active {
        background-color: #fff;
        color: #000;
    }

.btn-blanco {
    background-color: #fff;
    color: #000;
    margin: 7px 0 7px 0;
    font-weight: bold;
    transition: background-color 0.5s ease;
}

    .btn-blanco:hover, .btn-blanco:active, .btn-blanco.active {
        background-color: #f7505a;
        color: #ffffff;
    }

.btn-validation {
    background-color: #f7505a;
    color: #fff;
    margin: 7px 0 7px 0;
    font-weight: bold;
    transition: background-color 0.5s ease;
}

    .btn-validation:hover, .btn-rosa:active, .btn-rosa.active {
        background-color: #dc3443;
        color: #fff;
    }

.btn-confirmacion {
    color: #fff;
    width: 70px !important;
    margin: 0;
}

.btn-selected {
    background-color: #f7505a;
    color: #fff;
    margin: 7px 0 7px 0;
    font-weight: bold;
    transition: background-color 0.5s ease;
}

    .btn-selected:hover, .btn-rosa:active, .btn-rosa.active {
        background-color: #dc3443;
        color: #fff;
    }

.btn-font-responsive {
    font-size: 14px;
}

@media all and (min-width: 960px) {
    .btn-font-responsive {
        font-size: 14px !important;
    }
}

@media all and (max-width: 959px) and (min-width: 600px) {
    .btn-font-responsive {
        font-size: 10px !important;
    }
}

@media all and (max-width: 599px) and (min-width: 320px) {
    .btn-font-responsive {
        font-size: 14px !important;
    }
}

@media all and (max-width: 650px) and (min-width: 320px) {

    .form-campo {
        height: inherit;
    }
}

/*button sizes*/
.btn {
    padding: 18px 18px;
    font-size: 14px;
    line-height: 1;
    width: 100%
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 12px;
    font-weight: bold;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 14px 14px;
    font-size: 14px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 8px 8px;
    font-size: 12px;
}

.container-coloruno {
    background-color: #f7505a;
    min-height: 200px;
}

.container-colordos {
    background-color: #858587;
    min-height: 30px;
}

.container-colortres {
    background-color: #e8e8e8;
    min-height: 100px;
    padding-top: 25px;
}

.container-colorcuatro {
    background-color: #2e2f31;
}

.container-logo {
    padding-top: 45px;
}

.container-titulo {
    margin-top: 35px;
    margin-bottom: 0;
}

.container-leyenda {
    width: 25%;
    margin: auto;
}

.leyenda {
    color: #000;
    font-size: 11px;
    font-family: "Raleway",sans-serif;
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizelegibility;
}

.leyendaurl {
    font-size: 16px;
    font-family: "Raleway",sans-serif;
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizelegibility;
}

.img-header {
    margin: 30px 0;
}

.logo-header {
    min-height: 145px;
    padding: 15px 30px 7px 30px;
}

@media all and (max-width: 599px) and (min-width: 320px) {
    .logo-header {
        min-height: inherit;
    }
}

.logo {
    background-image: url('../../theme/images/sonora.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.captcha {
    margin: 4px 0;
}

.container-nopad {
    padding: 0;
}

.col-nopad {
    padding-left: 0;
    padding-right: 0px;
}

.row-nopad {
    padding: 0;
}

.vertical-center {
    display: inline-block;
    vertical-align: middle;
}

.img-center {
    margin: 0 auto;
}

/* background color */
.o-tooltip-inner {
    background-color: #f7505a;
}

.o-tooltip.bc .o-tooltip-arrow {
    border-top-color: #f7505a;
}

.o-tooltip.mr .o-tooltip-arrow {
    border-left-color: #f7505a;
}

.o-tooltip.tc .o-tooltip-arrow {
    border-bottom-color: #f7505a;
}

.o-tooltip.ml .o-tooltip-arrow {
    border-right-color: #f7505a;
}

.o-tooltip.tl .o-tooltip-arrow {
    border-left-color: #f7505a;
}

.o-tooltip.bl .o-tooltip-arrow {
    border-left-color: #f7505a;
}

.o-tooltip.tr .o-tooltip-arrow {
    border-right-color: #f7505a;
}

.o-tooltip.br .o-tooltip-arrow {
    border-right-color: #f7505a;
}

/* Preload */
.QOverlay {
    background-color: #000000;
    z-index: 99999;
}

.QLoader {
    background-color: #CCCCCC;
    height: 1px;
}

.QAmt {
    color: #333333;
    font-family: inherit, sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    height: 50px;
    width: 100px;
    margin: -60px 0 0 -50px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1b1b22; /* change if the mask should have another color then white */
    z-index: 9999; /* makes sure it stays on top */
}

/*Modal*/
.modal {
    z-index: 9999;
}

.modal-header i {
    margin-top: 5px;
}

@media (min-width: 768px) {
    .modal-content-validation {
        margin: auto;
        width: 550px;
    }
}

@media screen and (max-width: 767px) {
    .modal-content-validation {
        margin: auto;
        width: 98%;
    }
}

/*Modal*/

/*SWEETALERT*/
.sweet-alert button.confirm {
    background-color: #f7505a !important;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#0C000000)";
    border: 1px solid #3b88c3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    margin-right: 15px;
}

    .sweet-alert button.confirm:hover {
        background-color: #f7505a;
        background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.15));
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#26000000)";
        border-color: #3b88c3;
    }

.sa-button-container {
    margin-bottom: 20px;
}

.sweet-icon-green {
    font-size: 50px;
    color: Green;
}

.sweet-icon-red {
    font-size: 50px;
    color: Red;
}

.sweet-icon-yellow {
    font-size: 50px;
    color: #ffc600;
}
/*SWEETALERT*/

/*FIX*/
.object-table {
    display: table;
    height: 100%;
    width: 100%;
}

.object-cell-mid {
    display: table-cell;
    vertical-align: middle;
}

@media all and (max-width: 599px) and (min-width: 320px) {
    .col-child {
        border: 1px solid transparent;
    }
}
/*FIX*/

/*Footer*/
/* Wrapper for page content to push down footer */
#wrap-page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -119px;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Set the fixed height of the footer here */
#push,
footer {
    height: 119px;
    font-family: "Raleway",sans-serif;
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizelegibility;
    font-size: 10px;
}

footer {
    background-color: #000;
    border-top: 1px solid #fff;
}

    footer p {
        color: #fff;
    }
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    footer {
        margin-left: -20px;
        padding-left: 20px;
    }
}

.img-footer {
    margin-top: 15px;
}

.div-leyendas {
    margin-top: 10px;
}

.div-footer {
    margin: 2px 0 0 0;
    text-align: center;
}

    .div-footer span {
        font-size: 10px;
        color: #fff;
    }

    .div-footer a, .div-footer a:hover, .div-footer a:focus {
        color: #fff;
    }
/*Footer*/

@media screen and (max-width: 480px) {
    .sweet-alert {
        top: 40%;
    }
}

/*para leyenda de la razon social*/
.fondo-balnco {
    background-color: white;
}

.caja {
    margin-bottom: 10px;
}

.color-rosa {
    color: #f7505a;
    display: contents;
}

.negrita-f {
    font-weight: 700;
}
/*para leyenda de la razon social*/

.c-negro {
    color: #000;
}

.conainter-slider {
    position: fixed;
    background: rgba(32, 35, 41, .8);
    color: white;
    text-align: center;
    top: -10px;
    left: 0px;
    right: 0px;
    bottom: -10px;
    z-index: 10000;
    padding: 90px;
    width: 100%;
    display: none;
}

.slider-body {
    position: relative;
    top: 40%;
}

.btn-slider {
    max-width: 400px;
    margin-top: -180px;
}

.bx-wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bx-wrapper .bx-prev {
    left: -46px;
}

.bx-wrapper .bx-next {
    right: -45px;
}

@media screen and (max-width: 745px) {
    .btn-slider {
        margin-top: -55px;
    }

    .conainter-slider {
        padding: 30px;
    }

    .bx-wrapper .bx-prev {
        left: -40px;
    }

    .bx-wrapper .bx-next {
        right: -39px;
    }
}