@font-face {
    font-family: 'CenturyGothic';
    src: url('https://homedressing.seo-consultoria.com/templates/homedressing/css/fuentes/normal/CenturyGothic.eot?#iefix') format('embedded-opentype'),  url('https://homedressing.seo-consultoria.com//templates/homedressing/css/fuentes/normal/CenturyGothic.woff') format('woff'),  url('https://homedressing.seo-consultoria.com/templates/homedressing/css/fuentes/normal/CenturyGothic.ttf') format('truetype'),  url('https://homedressing.seo-consultoria.com/templates/homedressing/css/fuentes/normal/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('https://homedressing.seo-consultoria.com/templates/homedressing/css/fuentes/bold/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),  url('https://homedressing.seo-consultoria.com/templates/homedressing/css/fuentes/bold/CenturyGothic-Bold.woff') format('woff'),  url('https://homedressing.seo-consultoria.com/templates/homedressing/css/fuentes/bold/CenturyGothic-Bold.ttf') format('truetype'),  url('https://homedressing.seo-consultoria.com/templates/homedressing/css/fuentes/bold/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'CenturyGothic';
    font-weight: normal;
}

.content-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.contenedor-total{
    padding: 30px;
    background: #A7A3A2;
    text-align: center;
}

a, a:hover, a:visited, a:active{
    text-decoration: none;
}

.navbar{
    background: #4A4643;
    color: white;
    text-align: center;
    padding: 11px 0px 9px;
}

.navbar span:first-of-type {
    margin: 0 0 5px;
}

body > nav > div > div > div.col-md-7 > a > img{
    vertical-align: bottom;
    margin-right: 8px;
    display: inline-block;
}

img{
    vertical-align: middle;
}

.navbar .contenedor .row{
    width: 100%;
}

.navbar a{
    color: #FFF;
}

h1 {
    color: #D8A056;
    font-size: 30px;
    line-height: normal;
}

.table-wrapper {
    background: #fff;
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-title {
    padding: 15px;
    background: #003466;
    color: #fff;
    border-radius: 3px 3px 0 0;
    margin-bottom: 20px;
}
.table-title h2 {
    margin: 5px 0 0;
    font-size: 24px;
}
.table-title .btn-group {
    float: right;
}
.table-title .btn {
    color: #fff;
    font-size: 13px;
    border: none;
    min-width: 50px;
    border-radius: 2px;
    border: none;
    outline: none !important;
    margin-left: 10px;
}
.table-title .btn i {
    float: left;
    font-size: 21px;
    margin-right: 5px;
}
.table-title .btn span {
    float: left;
    margin-top: 2px;
}
table.table tr th, table.table tr td {
    border-color: #e9e9e9;
    padding: 12px 15px;
    vertical-align: middle;
}
table.table tr th:first-child {
    width: 60px;
}
table.table tr th:last-child {
    width: 100px;
}
table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
    background: #f5f5f5;
}
table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}
table.table td:last-child i {
    color: #FFF;
    font-size: 12px;
}
table.table td a {
    font-weight: bold;
    color: #566787;
    display: inline-block;
    text-decoration: none;
    outline: none !important;
}
table.table td a:hover {
    color: #2196F3;
}
table.table td a.edit {
    color: #FFC107;
}
table.table td a.delete {
    color: #F44336;
}
table.table td i {
    font-size: 19px;
}
table.table .avatar {
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.row-action{
    cursor: pointer;
}

.text-bold{
    font-family: 'CenturyGothic-Bold';
}

.text-italic{
    font-style: italic;
}
.text-dorado{
    color: #D6A056;
}
.pagination {
    float: right;
    margin: 0 0 5px;
}
.pagination li a {
    border: none;
    font-size: 13px;
    min-width: 30px;
    min-height: 30px;
    color: #999;
    margin: 0 2px;
    line-height: 30px;
    border-radius: 2px !important;
    text-align: center;
    padding: 0 6px;
}
.pagination li a:hover {
    color: #666;
}
.pagination li.active a, .pagination li.active a.page-link {
    background: #03A9F4;
}
.pagination li.active a:hover {
    background: #0397d6;
}
.pagination li.disabled i {
    color: #ccc;
}
.pagination li i {
    font-size: 16px;
    padding-top: 6px
}

h1, h2, h3, h4, h5, h6, strong {
    font-family: 'CenturyGothic-Bold';
    font-weight: normal;
    margin-bottom: 30px;
}

.oculto{
    display: none;
}

.mb-15{
    margin-bottom: 15px;
}
sup{
    font-size: 15px;
    font-weight: 600;
}

.f-footer {
    background: #4A4643;
    padding: 50px 0;
    margin-top: 30px;
}
.foot {
    text-align: left;
    color: white;
    line-height: 25px;
    font-size: 15px;
}
ul, ol{
    list-style: none;
    padding:0;
    margin: 0;
}

.redes {
    margin: 10px 0 0;
}

.redes li {
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url(https://www.homedressing.mx/images/typ-contacto/typ-contacto-homedressing-footer.png);
    background-repeat: no-repeat;
    background-size: auto 20px;
    vertical-align: middle;
}

li.insta.inline a, li.face.inline a, li.pinte.inline a, li.ancla.inline div {
    display: block;
    width: 27px;
    height: 23px;
    background: url(https://www.homedressing.mx/images/home/homedressing-layout-home-iconos.png);
}
li.phone.inline a {
    display: block;
    width: 27px;
    height: 23px;
    background: url(https://www.homedressing.mx/images/home/pisos-de-madera-europeos-whats-homedressing-jul19.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

i.telefono {
    background: url(https://www.homedressing.mx/images/home/homedressing-layout-home-iconos.png);
    width: 23px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    background-position: -60px -1px;
    margin-top: -3px;
}
i.whatsapp {
    background: url(https://www.homedressing.mx/images/home/pisos-de-madera-europeos-whats-homedressing-jul19.png);
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    /* float: left; */
    margin: 0 8px;
    /* background-position: -60px -1px; */
    margin-top: -3px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.m20{
    margin: 30px 0;
}

.fondo-col{
    background: #F9F1E6;
    padding: 20px 30px;
    color: #4A4643;
    height: 100%;
}

.fondo-col label{
    color: #4A4643;
    font-weight: 600;
    margin-bottom: 8px;
}
.salto{
    display: block;
}

.fs20{
    font-size: 20px;
}
.fs25{
    font-size: 25px;
}

.fs30{
    font-size: 30px;
}

.fs25 sup{
    font-size:18px;
}

li.pinte.inline a {
    background-position: -39px 0px;
    width: 20px;
}
li.face.inline a {
    background-position: -26px 0px;
    width: 14px;
}
.flex-center {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
}
footer a, footer a:hover, footer a:visited, footer a:active{
    color: #FFF;
    text-decoration: none;
}
.legal {
    color: white;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
}

.select2-container--default .select2-selection--single, input{
    border: none;
    border-radius: 0;
    height: 35px;
    padding-left: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #D6A257 transparent transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px;
}
.help-block {
    color:#D6A257;
    font-size: 14px;
}
input[type='submit']{
    color: #FFF;
    height: inherit;
     display: inline-block;
    padding:  8px 30px;
    background:#D6A257;
    margin: 30px auto;
    font-size: 25px;
    font-weight: 600;
}

.contenedor-contacto{
    background: #F9F1E6;
    text-align: center;
    padding: 30px 0;
}

.contenedor-1000{
    width:100%;
    max-width: 1000px;
    margin:20px auto;
}

.link{
    font-weight: bold; margin:0 15px;text-decoration: none!important; display: inline-block; background:#D6A056; color:#FFF!important; padding: 8px 15px; font-size: 20px;
}

.horario{
    font-weight: bold; font-size: 20px; margin: 5px 0 5px 0;
}

.piso1{
    background: url(https://www.homedressing.mx/cotizador/img/typ/TYP-Cotizacion-pisos-de-madera-de-ingenieria-homdressing-may20-v2.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    min-height: 330px;
}
.piso2{
    background: url(https://www.homedressing.mx/cotizador/img/typ/TYP-Cotizacion-pisos-vinilicos-homdressing-may20-v2.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    min-height: 330px;
}
.piso3{
    background: url(https://www.homedressing.mx/cotizador/img/typ/TYP-Cotizacion-pisos-laminados-homdressing-may20-v2.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    min-height: 330px;
}
.piso4{
    background: url(https://www.homedressing.mx/cotizador/img/typ/TYP-Cotizacion-decks-de-madera-homdressing-may20-v2.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    min-height: 330px;
}

.tipo-pisos{
    margin:0;
}
.tipo-pisos p{
     font-weight: bold;text-align: center; margin: 10px auto; color: #FFF;padding-top: 30%;font-size: 20px;
 }
.tipo-pisos .salto{
    font-weight: bold;
}
.tipo-pisos a{
    font-weight: bold;text-decoration: none; display: inline-block; background:#D6A056; color:#FFF; padding: 8px 15px;font-size: 15px;margin-top: 10%;
}

.form-check-label {
    margin-bottom: 0!important;
}

.form-check-input{
    height: inherit!important;
    margin-top: 0.4em!important;
}

#dependientes{
    display: none;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    text-align: left;
    border: 2px solid #000;
}
#dependientes input[type='submit']{
    font-size: 20px;
}
#dependientes label{
    font-size: 20px;
}

#dependientes .help-block{
    color: #000;
}

.form-check{
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .navbar{
        display: none;
    }
    .salto{
        display: inline;
    }

    .form-group .col-md-6{
        margin-bottom: 10px;
    }

    h1 {
        color: #D8A056;
        font-size: 20px;
        line-height: normal;
        padding: 0 10px;
    }
    .m20 {
        margin: 10px 0;
    }

    .f-footer {
        background: #4A4643;
        padding: 10px 0;
        margin-top: 30px;
        text-align: center;
    }
    .f-footer .col-md-4{
        text-align: center;
        margin-bottom: 10px;
    }
    .text-right, .text-left{
        text-align: center!important;
    }
    .link {
        margin-bottom: 8px;
    }
    .tipo-pisos p {
        padding-top: 10%;

    }
    .piso1, .piso3, .piso2, .piso4{
        min-height: auto!important;
    }
}