﻿span.o365cs-nav-brandingText {
    color: transparent;
}
@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 td p {
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dataTables_scrollBody {
    min-height: 350px !important;
}

/* Rsponsive */
.menu-area {
    position: relative;
}
@media (max-width: 1365px) {
	.proy-resp-btn{
		display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	button.btn.btn-outline-primary.btnFilApp {
	    display: flex;
	}
}

@media (max-width: 962px) {
    .col-sm-4.form-group {
        flex: 1 0 50%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .col-sm-4.form-group {
        flex: 1 0 100%;
        max-width: 100%;
    }   
}
@media (max-width: 991px) {
	a.navbar-brand {
	    position: absolute;
	    right: 16px;
	    top: 5px;
	}
	
	nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
	    min-height: 95px;
	    position: relative;
	}
	
	ul.navbar-nav.mr-auto {
	    flex-direction: column;
	    margin-top: 20px;
	}
	div#navbarSupportedContent {
	    margin-bottom: 0;
	}
}
@media (max-width: 764px) {
	.col-md-4.wrapper {
	    padding: 30px;
	    height: auto;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    background: none;
	}
	
	.conten-gen {
	    height: auto;
	}
	
	img.logo-sico {
	    margin: 0px 0px 20px 0px;
	    width: 200px;
	    max-width: initial;
	}
	
	.col-md-8.cont-derecha {
	    text-align: center;
	    padding: 30px;
	    background: rgba(62,92,125,0.7);
	}
	
	p.text-parrafo {
	    padding: 0;
	    text-align: center;
	    font-size: 20px;
	}
	
	.col-md-4.wrapper nav {
	    width: 100%;
	}	
	.menu-area li:hover>ul, .menu-area li ul li:hover>ul {
	    left: 10px;
	    top: 65px;
	    -webkit-box-shadow: 4px 4px 5px 0px rgba(50,50,50,0.5);
	    -moz-box-shadow: 4px 4px 5px 0px rgba(50,50,50,0.5);
	    box-shadow: 0px 0px 9px 1px rgb(0 24 61 / 50%);
	}
	
	h1.text-titulo {
	    font-size: 40px;
	}
	.diagonal-menu {
	    display: none;
	}
	
	.menu-area li ul, .menu-area li ul li ul {
	    left: 10px;
	    top: 65px;
	}
	ul.menu-area {
	    width: 100%;
	}
}