﻿/*@import url(http://fonts.googleapis.com/css?family=Laila:400,700);*/

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;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* Estilo para pantallas grandes */
.img {
    width: 300px;
    height: 138px;
}


/*html { overflow-y: scroll; }*/


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 16pt;
    color: #282828;
    background-color: #fff;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    font-family: Century Gothic, serif;
    background: #fff;
    font-size: 14px;
    color: #333;
    position: relative;
    min-height: 100%;
    top: -35px;
    line-height: 1.5;
}

.wrap {
    width:auto;
    min-height: 100%;
    height: auto;
  /*  margin-right: 15%;*/
    margin-left:  3%;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 0px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}

.navbar-nav {
    float: none;
    margin: 0 auto;
    display: flex;
    font-size: 1rem;
    font-family: 'Century Gothic',serif;
    font-size: 15pt;
    color: #000;
    background-color: #fff;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.navbar-default {
    background-color: #fff;
    border: none;
    margin-top: 20px;
    margin-bottom: 0px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 1.5;
}


.navbar li {
    padding: 2px 20px;
}

.nav > li {
    position: relative;
    display: block;
}

.navbar-default .navbar-nav > li > h1 {
    color: #777;
    font-size: 1.3em;
}

.navbar-nav > li > h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
}

.nav > li > h1 {
    position: relative;
    display: block;
    padding: 10px 15px;
}

@media (max-width: 767px) {

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        margin-top: 5%;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-default {
        margin-bottom: 20px;
    }

    .navbar-header {
        float: left;
    }

    a.navbar-brand {
        display: inline-block;
        padding: 0 0 0 15px;
    }

    .navbar-nav {
        float: left;
        margin-top: 5%;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > h2 {
                padding-top: 15px;
                padding-bottom: 15px;
            }

    .container {
        width: auto;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-6 {
        width: 33.33%;
    }

    .colu-por-50 {
        width: 50%;
    }

    .colu-por-45 {
        width: 45%;
    }

    .colu-por-40 {
        width: 40%;
    }

    .colu-por-35 {
        width: 35%;
    }

    .colu-por-30 {
        width: 30%;
    }

    .colu-por-25 {
        width: 30%;
    }

    .colu-por-20 {
        width: 20%;
    }

    .colu-por-15 {
        width: 15%;
    }



    .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,
    .colu-por-33, .colu-por-50, .colu-por-45, .colu-por-40, colu-por-35, .colu-por-30, .colu-por-25, .colu-por-20, .colu-por-15 {
        float: left;
    }

}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .row {
        margin-right: -20px;
        margin-left: -20px;
    }
    .mobile-container {
        display: block;   
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }

    .mobile-container {
        display: block; 
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .navbar-nav .nav-item {
        width: 100%;
        text-align: center;     
    }



    img#logo-patrimonio {
        width: 100%;
        height: auto;
    }



}

/*@media (min-width: 992px) {
   
}*/


img#logo-patrimonio {
    /*    padding: 0px;
    height: 105px;*/
    width: 300px;
    height: 138px;
}


form {
    display: block;
    margin-top: 0em;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

div#register-user div.user-register-part {
    margin-bottom: 20px;
/*    border-left: 5px solid #ccc;*/
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

legend {
    font-size: 1.4em !important;
    margin-left: 45px !important;
    margin-bottom: 30px !important;
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after,
.modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after,
.container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before,
.modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after,
.navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}


.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;
}

.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,
.colu-por-33, .colu-por-50, .colu-por-45, .colu-por-40, colu-por-35 ,.colu-por-30, .colu-por-25, .colu-por-20, .colu-por-15 {
    position: relative;
    min-height: 1px;
    padding-right: 22px;
    padding-left: 22px;
}

.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;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .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,
    .colu-por-33, .colu-por-50, .colu-por-45, .colu-por-40, colu-por-35 ,.colu-por-30, .colu-por-25, .colu-por-20, .colu-por-15 {
        float: left;
    }
    .col-sm-6 {
        width: 33.33%;
    }
    .colu-por-33 {
        width: 33.33%;
    }
    .colu-por-50 {
        width: 50%;
    }
    .colu-por-45 {
        width: 45%;
    }
    .colu-por-40 {
        width: 40%;
    }
    .colu-por-35 {
        width: 35%;
    }
    .colu-por-30 {
        width: 30%;
    }
    .colu-por-25 {
        width: 25%;
    }
    .colu-por-20 {
        width: 20%;
    }
    .colu-por-15 {
        width: 15%;
    }

}

div.form-group label, div.checkbox label {
    font-size: .70rem;
}

label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    /*    font-weight: 700;
    color: #b41400 !important;*/
    font-family: Century Gothic, serif;
    text-align: left
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Century Gothic, serif;
    font-weight: 500;
    line-height: 1.5;
    color: inherit;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

div.form-group, div.checkbox {
    font-family: Century Gothic, serif;
}

.form-group {
    margin-bottom: 0px;
/*    text-align:right*/
}

/*.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #4F4F4F;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
*/

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    font-weight: 400;
    line-height: 1.2;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    background-color: #ececec !important;
    border-style: solid !important;
    border-color: #993300 !important;
    font-family: Century Gothic, serif;
    font-size: 16px !important;
    border-radius: 3px !important;
    border-radius: 3px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

:-moz-placeholder { /* Firefox 18- */
    color: #555;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #555 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #555;
}



p {
    text-align: justify;
    font-size: .65rem;
    margin: 0 0 10px;
    line-height: 1.5;
}


a.tickets:hover, input.tickets:hover, button.tickets:hover {
    background-color: #a78e53;
    color: #fff;
    text-decoration: none;
}

/*a.tickets, input.tickets, button.tickets {
    border: 1px solid #a78e53;
    display: inline-block;
    font-family: Century Gothic,serif;
    font-weight: 300;
    color: #212529;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    padding: .62rem 2.15rem;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: 2.4px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/



button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.botonEnviar {
    color: #fff;
    background-color: #b41400;
    border-color: #b41400;
    font-size: .75rem;
    letter-spacing: 2.4px;
    padding: 10px;
    font-family: Century Gothic, serif;
    width: 265px;
    border-radius: 0;
    margin-top: 30px
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -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 transparent;
    border-radius: 0px;
}

.btn-primary {
    color: #fff;
    background-color: #b41400;
    border-color: #b41400;
}

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a {
    color: #282828;
    text-decoration: underline;
    background-color: transparent;
}

b, strong {
    font-weight: 700;
}

#textoPie {
    margin-top: 1em;
    padding: 0 5px;
    background-color: #ffffff;
    color: #000000;
    font-family: Century Gothic, serif;
}


    #textoPie a {
        text-decoration: underline;
        background-color: transparent;
    }

    #textoPie div.texto {
        margin-top: 30px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: justify;
        font-size: 2px
    }



.row {
    margin-left: 0px;
    margin-right: 0px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.btn--browse {
    border: 1px solid gray;
    border-left: 0;
    border-radius: 0 2px 2px 0;
    background-color: #ccc;
    color: black;
    height: 42px;
    padding: 10px 14px;
}

.f-input {
    height: 42px;
    background-color: white;
    border: 1px solid #ccc;
    width: 90%;
    padding: 0 14px;
}

#footer {
    background: #282828;
    padding: 13px 50px 50px;
    display: block;
    font-family: Century Gothic, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: white;
    text-align: left;
    margin-top: 60px
}

@media (min-width: 992px) {
    #footer row {
        margin-right: -20px;
        margin-left: -20px;
    }
}

#footer .row {
    display: flex;
    flex-wrap: wrap;
}

#footer .col-menu {
    margin-bottom: 47px;
    overflow-x: hidden;
}

@media (min-width: 768px) {
   #footer .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
}

#footer .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

#footer .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

#footer .col-menu h2 {
    text-align: left;
    line-height: 2rem;
    letter-spacing: .5px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

#footer .row .col ul li a {
    color: #fff;
    text-decoration: none;
    font-family: Century Gothic, serif;
    font-size: .775rem;
}

#footer ul li a {
    width: 100%;
    display: block;
}


#footer .menu-item {
    margin: 0;
    padding-top: 0.2em;
    padding: 12px 0;
}

#footer .col-menu ul li, #footer .col-menu ul li a {
    width: 100%;
    display: block;
}


#footer .visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

#footer .col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    #footer .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}


#footer .row .col ul {
    list-style: none;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#footer .row .col.col-accesos ul li {
    border-right: 1px solid #fff;
    line-height: 1;
}

#footer .row .col.col-accesos ul li a {
    font-family: Century Gothic, serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    padding: 0 5px;
}

#footer #block-bannerfooter .field--name-field-image img {
    max-width: 300px;
}

#footer img, svg {
    vertical-align: middle;
}


#footer img {
    border: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    max-width: 100%;
    border-style: none;
    height: auto;
    margin-top:30px
}

#footer .row .col.col-social {
    text-align: right;
}

@media (min-width: 768px) {
    #footer .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

#footer .row .col.col-social ul {
    justify-content: flex-end;
}

#footer .row .col.col-social ul li a {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    margin-top:10px;
    margin-right:10px
}

#footer .row .col.col-social ul li a img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
    margin-top: 7px;
}


#footer .row .col.col-social p {
    font-family: Century Gothic, serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    color: #fff;
    margin-bottom: 25px;
}

#footer .row .col ul li a {
    color: #fff;
    text-decoration: none;
    font-family: Century Gothic, serif;
    font-size: .655rem;
}
.separacionFilasFormulario {
    margin-bottom:25px
}

.seccionTitulo {
    float: left;
    clear: both;
    width: 30%;
    color: #993300 !important;
}

.seccionRaya {
    float: left;
    width: 65%;
    margin-top: 15px;
}

.checksAprob input {
    transform: scale(1.1);
}

.labelFirmar {
    font-weight: bold;
    margin-top: 3px;
    font-size: 18px;
    margin-left: 2px;
    margin-top:-4px
}

.divFirmar {
    display: flex;
    margin-left: 40px;
    margin-top: 40px
}