.container-layout{
    width: 98%;
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 23px;
}

.template-header-mp{
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.template-col-mp{
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
}

/*home*/
.banner-top{
    overflow: hidden;
}
.template-home{
    height: 335px;
    padding: 45px 35px 0;
}
.template-home h1{
    font-size: 45px;
    font-weight: 300;
    color: #fff;
}
.template-home h1 span{
    font-weight: 700;
}
.template-home p{
    color: #fff;
}
.template-home a{
    display: block;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 400;
    color: #fff !important;
    letter-spacing: 1px;
}

.template-content-top {
    max-width: 1400px;
    width: 91.6667%;
    z-index: 1;
    margin-top: 0;
    position: relative;
    margin-bottom: 2em;
}


.template-content-home {
    max-width: 1400px;
    width: 91.6667%;
    z-index: 1;
    /*margin-top: -120px;*/
    position: relative;
    margin-bottom: 0em;
}

.m-t-120n{
    margin-top: -120px;
}

.template-content-item-noticia{
    background: #fff;
    vertical-align: top;
    -webkit-box-shadow: 0 0 10px 0px rgba(126, 126, 126, 0.25);
    box-shadow: 0 0 10px 0px rgba(126, 126, 126, 0.25);
    margin: 15px 15px;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
}

/*interiores*/
.template-header{
    height: 475px;
    padding: 45px 35px 0;
}

.template-header img{
    width: 250px
}

.template-header h1 {
    color: #fff;
    font-weight: 600;
    font-size: 38px;
    margin: 5px 0 0 0;
    padding: 0;
    line-height: 44px;
    text-align: left;
}

.template-header h2 {
    color: #fff;
    font-weight: 400;
    font-size: 34px;
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 44px;
    text-align: left;
}
.template-header-descripcion > p{
    color: #fff;
}

/*estilos de contenido*/
.template-content {
    max-width: 1400px;
    width: 91.6667%;
    background: #fff;
    z-index: 1;
    margin-top: -60px;
    position: relative;
    box-shadow: 5px 6px 60px rgba(1,1,1,0.2);
    margin-bottom: 2em;
}

.template-breadcrumbs-p{
    padding: 0;
}

.template-breadcrumbs {
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px 0px;
    font-weight: 400;
    color: #a5a5a5;
}
.template-breadcrumbs a {
    color: #a5a5a5;
    font-size: 0.7em;
    line-height: 20px;
    font-weight: 300;
    cursor: default;
}
.template-breadcrumbs .fa {
    margin: 2px 3px 0px;
    font-size: 0.7em;
}

.template-content h3{
    margin-top: 0px;
    font-size: 16px;
    font-weight: 100;
    text-align:left;
    margin-bottom:1em;
}
.template-content h3 span{
    font-weight: 600;
    color: #003b57;
}

.btn-contenido {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #c2c2c2;
    padding: 10px 0px;
    display: block;
    margin: 15px 0px 0px;
    font-size: 12px;
    transition: .3s all ease-in-out;
    background: #f4f4f4;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    outline: none;
}
.btn-contenido:hover{
    color: #fff!important; background:#003b57; border-color: #003b57; text-decoration: none;
}

/*TITULOS Y PARRAFOS*/
h1{
    margin: 0 0 .67em 0; font-size: 30px; font-weight: 100; color: #003b57;
}

h2{
    margin: 0 0 .67em 0; font-size: 24px; font-weight: 100; color: #003b57;
}

h3 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 100;
    text-align: left;
    margin-bottom: 1em;
    color: #003b57;
}

h4 {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 100;
    text-align: left;
    margin-bottom: 1em;
    color: #003b57;
}

p {
    /*text-align: justify;*/
    font-weight: 300;
    line-height: 160%;
    padding-bottom: 10px;
}

p b {
    /*text-align: justify;*/
    font-weight: 600;
    color: #003b57;
}


/*BACKGROUND CAJAS*/
.template-color{
    background:#003b57;
}

.template-color h1, .template-color p{
    color:#ffffff;
}

/*MARGINS AND PADDINGS*/
.m-t-10{
    margin-top: 10px;
    overflow: hidden;
}
.m-t-20{
    margin-top: 20px;
    overflow: hidden;
}
.m-t-40{
    margin-top: 40px;
    overflow: hidden;
}
.m-t-80{
    margin-top: 80px;
    overflow: hidden;
}

.w-40{
    width: 40%;
}

/*ESTILOS INTERIORES*/

table.theme-color thead{
    background: #00344D;
    color: #fff;
}

.shadow01 {
    box-shadow: 0 19px 10px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.15);
}

.box-flat {
    background: #f4f4f4;
    min-height: 465px;
    border: 1px solid #e1e1e1;
    transition: all 0.3s ease;
    /*display: table;*/
    border-radius: 0em;
    padding: 1em;
    text-align: center;
}
.box-flat.h-auto {
    height: auto;
    min-height: 100px;
}

.box-flat figure {
    display: block;
    position: relative;
    border-radius: 5px;
    /*border: 3px solid #ececec;*/
    width: 100%;
    overflow: hidden;
    /*padding: 1em;*/
    margin-bottom: 25px;
}
.box-flat figure img{
    width: 100%;
    text-align: center;
}


.box-flat figure img.w-40{
    width: 40%;
    text-align: center;
}

.box-flat figure.grayscale img{
    filter: grayscale(100%);
    cursor: pointer: -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
}
.box-flat figure.grayscale:hover img{
    filter: grayscale(0%);
}

.box-flat h2 {
    margin-top: 25px;
    font-weight: 700 !important;
    font-size: 1em;
    text-align: left;
}

.box-flat h3 {
    margin-top: 25px;
    font-weight: 700 !important;
    font-size: 1em;
    text-align: center;
}

.box-flat h4 {
    margin-top: 22px;
    font-weight: 600 !important;
    font-size: 1em;
    text-align: center;
}

.box-flat p{
    text-align: left;
}
.box-flat p q{
    text-align: left;
    font-style: italic;
}
.box-flat ul{
    text-align: left;
}

.box-flat .button01 {
    max-width: 100%;
    margin: auto;
}

.template-content ul{
    list-style: disc;
    margin-left: 15px;
    padding: 0;
}
.template-content ul li{
    margin-bottom: 10px;
}
.template-content ul li span{
    color: #003b57;
    font-weight: 600;
}

.template-content ul.nav-tabs{
    position: relative;
    float: left;
    margin-left: 0px;
    width: 20%;
}
.template-content ul.nav-tabs li{
    margin-bottom: 0px;
}
.template-content .tab-content{
    position: relative;
    float: left;
    width: 80%;
}

/*vinculacion - patentes*/
ul.ng-options li {
    width: 100%;
    height: auto;
    color: #fff;
    box-sizing: border-box;
    padding: 13px 22px;
    cursor: pointer;
    position: relative;
    left: 0px;
    transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    margin-bottom: 0;
}

ul.ng-options li span{
    color: #fff;
}


.file {
    width: 100%;
    display: table;
    height: auto;
    box-sizing: border-box;
    padding: 25px 15px;
    background: #f4f4f4;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    color: #707070;
    position: relative;
    margin-bottom: 10px;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    cursor: pointer;
    text-align: left;
}

.file:hover {
    color: #fff !important;
}

.ng-list-patentes .file {
    width: 30%;
    display: inline-block;
    margin: 5px 10px 5px 0px;
    position: relative;
    min-height: 200px;
    overflow: hidden;
    font-weight: 600;
    font-size: 13px;
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 20px;
}


.column-order {
    column-count: 4;
}
.column-order p{
    margin: 0;
}
.column-order ul li{
    margin-bottom: 3px;
}


/*RESPONSIVEº*/
@media only screen and (max-width: 520x) {
    .container-layout {
        width: 100%;
    }
    .template-content {
        width: 100%;
    }
    .template-content-home {
        width: 100%;
    }
    .row {
        width: 100%;
    }

    .slide-1 .hps-title1 {
        font-size: 20px;
    }
    .somosCont {
        top: 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 {
        padding-left: 8px;
        padding-right: 8px;
    }
    footer .row {
        width: 90%;
    }
}

@media only screen and (max-width: 360px) {
    .container-layout {
        width: 100%;
    }
    .template-content {
        width: 100%;
    }
    .template-content-home {
        width: 100%;
    }

    .row {
        width: 100%;
    }

    .slide-1 .hps-title1 {
        font-size: 20px;
    }

    .somosCont {
        top: 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 {
        padding-left: 8px;
        padding-right: 8px;
    }
    footer .row {
        width: 90%;
    }
}
