#texto-info-6{
	width: 100%;
	height: auto;
	box-sizing: border-box;
    position: relative;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    display: flex;
    justify-content: flex-start;
}
#texto-info-6-con{
	width: 50%;
	padding:20px;
	box-sizing: border-box;
	background-color: rgba(180,10,23,.6);
	color: rgba(255,255,255,1);
}
#texto-info-6-titulo{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Titulo',helvetica,verdana,sans-serif;
	font-size: 35px; 
	text-transform: uppercase;
}
#texto-info-6-contenido{
	width: 90%;
	box-sizing: border-box;
	text-align: justify;
	margin:40px auto;
	font-family: 'Principal',helvetica,verdana,sans-serif;
	font-size: 17px; 
	line-height: 1.6em;
}
#texto-info-6-contenido span{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Titulo',helvetica,verdana,sans-serif;
	font-size: 25px; 
	text-transform: uppercase;
	display: block;
}

.modalDialog {
    position: fixed;        
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 999;    
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    transition: all 400ms ease-in;    
    overflow: scroll;
}
.invisible { visibility: hidden; opacity: 0; }
.modalDialog > div {
    width: 70%;
    position: relative;
    margin: 10% auto;
    padding: 10px 20px 13px 20px;
    border-radius: 10px;
    background-image: linear-gradient(to left top, #ffff, #ffff, #fff, #fff, #fff);
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    border: none;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;    
    z-index: 9999;
    cursor: pointer;
}
.close:hover { background: #00d9ff; }
#contenedorModal h3, #contenedorModal i{
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    color: rgba(53,53,53,1);
    font-size: 25px;
    font-family: 'Titulo',helvetica,verdana,sans-serif;
    text-align: center;    
}
#contenedorModal h3{
    color: rgba(21,56,98,1); 
}
#contenedorModal i:hover{
    color: rgba(22,155,140,0.83); 
}
#contenedorModal p{
    width: 100%;
    padding: 25px 25px;
    box-sizing: border-box;
    color: rgba(0,0,0,1);
    font-size: 20px;
    font-family: 'Principal',helvetica,verdana,sans-serif;
    text-align: center;
}
#contenedorModal a{
    margin-top: 10px;
    padding: 8px;
    text-decoration: none;
    background-color: rgba(21,56,98,1);
    font-size: 15px;    
    font-family: 'Principal',helvetica,verdana,sans-serif;    
    color: rgba(255,255,255,1);
    transition: all 1s;
    border-width: 0px;
    border-style: solid;        
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;    
    display: inline-block;
}
#contenedorModal a:hover{
    cursor: pointer;
    background: rgba(22,155,140,0.83);    
}
@media (max-width: 800px){
	#texto-info-6-contenido{
		width: 90%;
	}
	#texto-info-6-contenido{
		text-align: center;
	}
	#texto-info-6-con{
		width: 100%;
	}
}