.wau-auto-width {
    width: auto !important;
}

#verIMG {

    margin: auto;
}

.subirLabel {
    padding: 5px 30px;
    border-radius: 0px;
    cursor: pointer;
    opacity: 95%;
    color: #ffffff;
    background-color: #d22740;
    border: 1px solid #d22740;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.subirLabel:hover {
    opacity: 100%;
    color: #d22740;
    border-color: #d22740;
    background-color: #ffffff;
    transition: all 0.3s;
}

.subir {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 62.4%;
    border-radius: 0px;
    cursor: pointer;
    opacity: 95%;
    color: #ffffff;
    background-color: #d22740;
    border: 1px solid #d22740;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.subir:hover {
    opacity: 100%;
    color: #d22740;
    border-color: #d22740;
    background-color: #ffffff;
    transition: all 0.3s;
}

.popup-wrapper {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}

.popup {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    width: 100%;
    max-width: 750px;
    background: white;
    margin: 10% auto;
    padding: 25px;
    position: relative;
}

.popup label:hover {
    color: #d22740;
    border-color: #d22740;
    background-color: #ffffff;
    transition: all 0.3s;
}

.popup-close {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    font-size: 1.5rem;
}


.line-separator {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    background: #dadbdd;
    border-bottom: 1px solid #dadbdd;
    max-width: 100%;
    margin-left: 40px !important;
    margin-right: 40px !important;
}


.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-3 {
    width: 50%;
}

.col-xs-6 {
    width: 50%;
}


.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}


.row {
    margin: 0 auto;
    display: flex;
}

.text-bold {
    font-weight: bold;
}

.align-text {
    text-align: center;
}

.clear15 {
    clear: both;
    height: 15px;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.contenedor > input[type="checkbox"] {

    display: none;
}


.contenedor {
    margin-top: 10px;
    height: 50px;;
}

.contenedor-1 {

    height: 50px;;
}


.crearDiseno {
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
    width: 62.4%;
    opacity: 95%;
    color: #ffffff;
    background-color: #d22740;
    border: 1px solid #d22740;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.crearDiseno:hover {
    opacity: 100%;
    color: #d22740;
    border-color: #d22740;
    background-color: #ffffff;
    transition: all 0.3s;
}


#verIMG {
    margin: 10px;
}

.form-wrap {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

#infoDescripcion, #infoNameBussines, #infoMail, #infoSite, #infoPhone, #infoAdress {
    width: 100%;
    background: none;
    border-radius: 0px;
    padding: 6px 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

