﻿.clsrfc {
    text-transform: uppercase;
}

input.mayusculas {
    text-transform: uppercase;
}

body {
    background-color: #f3f3f4 !important;
}

.container {
    padding-top: 5%;
}

main {
    background-color: #fff !important;
}


    .btn-primary2:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        color: #ffffff;
        background-color: #58b3e8;
        *background-color: #58b3e8;
    }

    .btn-primary2.active,
    .btn-warning.active,
    .btn-danger.active,
    .btn-success.active,
    .btn-info.active,
    .btn-inverse.active {
        color: rgba(87, 182, 230, 0.75);
    }

    .btn-primary:active,
    .btn-primary2.active {
        background-color: #58b3e8;
    }

.footer2 {
    min-height: 24px;
    width: 100%;
    position: fixed;
    bottom: 0;
    clear: both;
}

.footer1 {
    min-height: 24px;
    width: 100%;
    position: fixed;
    bottom: 0;
    clear: both;
}

.topUp {
    min-height: 24px;
    width: 100%;
    position: fixed;
    top: 0;
    clear: both;
}


/*marrón*/
.btn-marron {
    background-color: #621132;
    color: #ffffff;
    background-image: -moz-linear-gradient(top, #621132, #8d1948);
    background-image: -ms-linear-gradient(top, #621132, #8d1948);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#621132), to(#8d1948));
    background-image: -webkit-linear-gradient(top, #621132, #8d1948);
    background-image: -o-linear-gradient(top, #621132, #8d1948);
    background-image: linear-gradient(top, #621132, #8d1948);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'621132, endColorstr='#'8d1948, GradientType=0);
    border-color: #4c0d27 #4c0d27 #a31c53 #a31c53;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}


/*dorado*/
.btn-dorado {
    background-color: #bc9b59;
    color: #ffffff;
    background-image: -moz-linear-gradient(top, #bc9b59, #bc9b59);
    background-image: -ms-linear-gradient(top, #bc9b59, #bc9b59);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bc9b59), to(#bc9b59));
    background-image: -webkit-linear-gradient(top, #bc9b59, #bc9b59);
    background-image: -o-linear-gradient(top, #bc9b59, #bc9b59);
    background-image: linear-gradient(top, #bc9b59, #bc9b59);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'bc9b59, endColorstr='#'deae34, GradientType=0);
    border-color: #bc9b59 #bc9b59 #bc9b59 #bc9b59;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: none;
}

    .btn-dorado:hover {
        background-color: #a99267;
        color: white !important;
    }

.btn-marron:hover,
.btn-marron:active,
.btn-marron.active,
.btn-marron.disabled,
.btn-marron[disabled] {
    background-color: #a31c53;
    color: white;
}

.btn-marron:active,
.btn-marron.active {
    background-color: #a31c53 \9;
}

.btn-marron-bisel {
    border-bottom: solid 3px rgba(0, 0, 0, 0.2);
}



.btn-dorado:hover {
    background-color: #a99267;
    color: white !important;
}

.btn-marron:hover,
.btn-marron:active,
.btn-marron.active,
.btn-marron.disabled,
.btn-marron[disabled] {
    background-color: #a31c53;
    color: white;
}

.btn-marron:active,
.btn-marron.active {
    background-color: #a31c53 \9;
}

.btn-marron-bisel {
    border-bottom: solid 3px rgba(0, 0, 0, 0.2);
}

.field-validation-error {
    color: red;
}

fieldset {
    border: 1px solid #ccc;
}

.headerMine {
    font-weight: bold;
    font-size: 23px;
    height: 38px;
    padding-top: 20px;
    color: #646464;
}
.bg-vino {
    background-color: #ae192d !important;
}


.ulLogo{
    width:100%;
}


@media (max-width: 991px) {
    .ulLogo {
        width: auto !important;
    }
}

legend {
    border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 1200px)  {
    .container {
        max-width: 1170px !important;
    }
}
@media (min-width: 521px) and (max-width: 1700px)  {
    .container {
        padding-top: 10% !important;
    }
}
@media (max-width: 520px) {
    .container {
        padding-top: 20% !important;
    }
}
@media (max-width: 700px) {
    .box-content {
        margin-top: 5% !important;
    }
}
@media (max-width: 650px) {
    .btn {
        display: block;
    }
}

.spantitle {
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
    background-color: #33ad9f; /*#621132;*/
    color: white;
    border-radius: 7px;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}
.fs-20{
    font-size:20px;
}

.form-control {
    height: 34px !important;
}
.select2-selection .select2-selection--single{
    height:34px !important;
}