﻿@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
	    display: inline-flex !important;
	    flex-basis: auto;
	}
}

.pNomi .m-auto .card {
    overflow-x: scroll;
}

.s4-wpcell-plain.ms-webpartzone-cell.ms-webpart-cell-vertical.ms-fullWidth  {
    display: flex;
}

.stepper-icon {
    width: 2rem;
    padding: initial;
    height: 2rem;
    line-height: 1.7rem;
}

img.logo-sico {
    max-width: 50%;
}

.proyect-info.row {
	margin: 0px 40px 60px 40px;
}

.info-acti.row>div>ul {
    border-left: solid 1px #0072c6;
    list-style: none;
    padding-left: 20px;
}

.proyect-info.row>.info>ul {
    border-left: solid 1px #0072c6;
    list-style: none;
    padding-left: 20px;
}

.proyect-info.row>.info>h2 {
    font-weight: bold;
    margin-bottom: 10px;
}

.proyect-info.row>.info>div>h2 {
    font-weight: bold;
    margin-bottom: 10px;
}

.info-acti.row>div>ul>li {
    margin-bottom: 10px;
}

.proyect-info.row>div>ul>li {
    margin-bottom: 10px;
}

.info-acti.row>div>ul>li>strong {
    color: #1b3647;
}

.form-group.row>div>ul>li>strong{
    color: #1b3647;
}

.info.info-acti.row {
    margin: 0px;
    width: 100%;	
}

.contenido-gen-int{
	padding: 0px 2.5% !important;
}
.cont-info-all {
    width: 100%;
    padding-left: 40px;
    font-family: 'Segoe UI';
}

.cont-box-background {
    width: 100%;
    background: #fff;
    border: solid 1px #dddddd;
    border-radius: 5px;
    padding: 20px 40px;
    position: relative;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5); 
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
}

.d-proy-asoc {
    font-size: 14px;
    color: #4c4c4c;
    font-family: 'Segoe UI';
    margin-bottom: 0;
    line-height: 1;
}

.d-titulo-box {
    width: 100%;
    padding-left: 20px;
}

.cont-box-background>.d-titulo-box {
    padding-left: 0px;
}


.d-titulo-box .d-main-tit {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: #1b3647;
    font-family: 'Segoe UI';
    margin-top: 15px;
    line-height: 1;
}

.d-titulo-box .d-main-desc {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #4c4c4c;
    font-family: 'Segoe UI';
}

.d-cont-list-dat {
    width: 100%;
}

/*.d-cont-list-dat>div:nth-last-child(2) {
    border-bottom: none;
    margin-bottom: 54px;
}*/

.d-list-dat {
    border-bottom: solid 0.5px #bfbfbf;
    width: 100%;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 50px;
}

.se-convierte-en-modal .d-list-dat{
    width: 100%;
    max-height: 100%;
    overflow: initial;
    text-overflow: unset;
    min-height: auto;
}

.d-list-dat-tit {
    font-weight: bold;
    color: #1b3647;
    font-size: 14px;
    font-family: 'Segoe UI';
    margin-bottom: 0 !important;
}

.d-list-dat-answ {
    font-weight: normal;
    color: #4c4c4c;
    font-size: 14px;
    padding-left: 5px;
    font-family: 'Segoe UI';
    margin-bottom: 0 !important;
}

.d-minfo-btn {
    /*position: absolute;*/
    right: 0; 
    left: 0;
    bottom: 0;
    border-top: solid 0.5px #bfbfbf;
}

.d-minfo-btn a {
    text-decoration: none;
}

.d-minfo-btn a p {
    padding: 18px 35px;
    text-align: right;
    margin-bottom: 0;
    color: #e34f0f;
    font-weight: bold;
    font-size: 14px;
}

.cont-info-all>.row>.col-sm-4 {
    margin-bottom: 25px;
}

.d-border-left-naranja {
    border-left: solid 3px #e34f0f;
}


.se-convierte-en-modal {
    position: fixed;
    left: 0;
    right: 0;
    background: #1b3647bf;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
}

.se-convierte-en-modal>.cont-box-background {
    margin: 0 auto;
    width: 374px;
}

/*.cont-info-all .row div {
    transition: all ease 2s;
}*/
.cont-box-modal-background .d-list-dat:nth-child(n+4) {
    display: none; 
}
.se-convierte-en-modal .d-list-dat:nth-child(n+4) {
    display: block;
}
p.card-title.titCD, p.card-title.titPU{
    text-align: right;
}
.table-overflow .odd td p {
    max-width: 100px;
    height: 65px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}