body:after {
  content: 'desktop'; /* <- string that defines this state */
  display: none;
} 
.fondoColor1{
    color: #fff;
    background-color: var(--color-1) !important;
} 
.fondoColor2{
    background-color: var(--color-2) !important;
} 
.fondoColor3{
    background-color: var(--color-3) !important;
}
.fondoColor2 p, .fondoColor2 h3{
    color: #fff;
}
.text-mayuscula{
	text-transform: uppercase;
} 
/* */
.paddingSupInf0{
    padding-top: 0px;
    padding-bottom: 0px;
}
.paddingSupInf10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.paddingSupInf20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.paddingSupInf40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.paddingSupInf70{
    padding-top: 70px;
    padding-bottom: 70px;
}
.paddingInf0{
    padding-bottom: 0px;
}
.margin0{
	margin:0px;
}
.clear{
    clear: both;
    float: none
}
.imgProyectos{
	height: auto;
	float:left; 
	margin: 0px 20px 20px 0px; 
	max-width:500px;
	padding:10px;
	background-color:#fff;
	border:1px solid #e7e7e7;
}
/* */
.box10{
	display:block;
	padding:10px;
}
.boxs{
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
} 

.sbanner{
	width:100%;
	height:auto;
	overflow:hidden;
	min-height:350px;
	margin-top:92px;
	/*
	margin-top:92px;
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	*/
}
.sbanner .owl-controls{
	display:none;
}
.contenedor{
	width:100%;
	position: relative;
	z-index: 500;
}
.derecha{
	/*margin-top: -100px!important; */  
}
#header-sticky-wrapper{
	z-index:999 !important;
}
#sticky-derecha-sticky-wrapper{
	z-index:998 !important;
}
.posRel{
	position:relative;
}
.espacio{
	padding-top:30px;
	padding-bottom:10px;
}
/* */
.cproyecto{
	display: table;
	width:100%;
	background-color: rgba(0,0,0,0.8);
	z-index:50;
	margin-top:-160px;
} 
.cproyectoRow{
	display: table-row;
}
.cproyectoColum{
	display: table-cell;
	height:140px;
}
.cproyectoColumA{
	text-align:center;
	width:130px;
	background-color:#fff; 
}
.cproyectoColumB{
	color:#fff;
	vertical-align:top; 
}  
.cproyectoLogo{
	width:100%;
	height:auto;
}
.cproyectoColumBEsp{
	display:block;
	padding-left:20px;
	padding-top:15px;
}
.cproyectoColumB h4{ 
	font-size:35px;
	color:  var(--color-1) !important;
	margin:0px;
	padding-bottom:10px;
}
.cproyectoColumB span{
	font-size:18px;
}
/* */
.inferior{
	
	text-align:left;
}
.inferior h4{
	color:#fff;
}
.inferior p{
	color:#fff;
	opacity:0.7;
}
.copy{  
	font-size:14px;
	padding-top:10px;
	border-top:1px solid rgba(255,255,255,0.5);
}
.parrafo{
	display:block;
	padding:15px; 
}
.fontsize40{ 
	font-size:40px;
} 
.tOpciones{
	width:100%;
}
.tOpciones td{
	text-align:center;
	padding:5px 10px;
}
.boton{
	color:#fff;
	display:block;
	width:100%;
	background-color:  var(--color-1) !important;
	padding:5px 8px;
	font-size:18px;
	font-weight:bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.boton:hover{
	color:#fff;
	background-color:  var(--color-1) !important;
	opacity:0.8;
} 
.boton:active {
	position:relative;
	top:1px;
}
.btwhatsapp{
	background-color:  #25d366 !important;
}
.btwhatsapp:hover{
	background-color:  #25d366 !important;
} 
/* */

.lisNum {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.lisNum li {
	color:#fff;
	counter-increment: step-counter;
	margin-bottom: 10px;
	margin-left: 30px;
}
.lisNum li::before {
	content: counter(step-counter);
	font-size: 80%;
	background-color: var(--color-1);
	color: white;
	font-weight: bold; 
	padding: 3px 8px;
	border-radius: 100%;
	position: absolute;
	left: 30px;
	overflow:hidden;
}
.posRel{
	position:relative;
}
.labelText{
	display: inline-block;
	padding:3px 5px;
	color:#fff;
	background-color:  var(--color-1) !important;
	position:absolute;
	z-index: 100;
	bottom:0px;
	left:0px;
} 
/*========= ESTYLOS DE MENSAJES =========*/
.formMensaje{
    display: block;
} 
.msInformacion, .msCorrecto, .msAlerta, .msError, .msLimpieza{
    display:block;
    padding:15px;
    padding-left:45px;
    margin:5px 15px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.msInformacion{
    color:#00529b;
    background:#bde5f8 url(../img/mensajes/Info.png) 5px 50% no-repeat;
    border:1px solid #589cbc;
}
.msCorrecto{
    color:#4f8a10;
    background:#dff2bf url(../img/mensajes/Checked.png) 5px 50% no-repeat;
    border:1px solid #a6ca6a;
}
.msAlerta{
    color:#9f6000;
    background:#feefb3 url(../img/mensajes/Warning.png) 5px 50% no-repeat;
    border:1px solid #e3cb46;
}
.msError{
    color:#333;
    background:#ffbaba url(../img/mensajes/Error.png) 5px 50% no-repeat;
    border:1px solid #de5b5b;
}
.msLimpieza{
    color:#666;
    background:#efefef url(../img/mensajes/Clear.png) 5px 50% no-repeat;
    border:1px solid #dedede;
}
.msLista{
    clear:both;
    float:none;
    list-style:square;
}
.msLista li{
    margin-left:30px;
    padding:3px 0px 3px 0px;
}
/* */
.msjCorrecto, .msjInformacion, .msjError, .msjAlerta{
    color: #fff !important;
    display: inline-block;
    padding: 1px 10px;
    font-size: 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.msjError{
    background-color: #b14343;
}
.msjAlerta{
    color: #444;
    background-color: #e1be34;
}
.msjCorrecto{
    background-color: #608d14;
}
.msjInformacion{
    background-color: #247ada;
}
/* media */
@media (max-width:992px){ 
	body:after {
		content: 'mobile';
	}
	.sticky-wrapper{
		height: auto !important;
		position:relative !important;
	}
}











.socialIcons {
    border-top: none;
    text-align: center;
    padding-bottom: 7px;
    width: 100%;
}

.socialIcons  a{
	color: #fffcfb !important;
}

.socialIcons {
    margin-top: 5px;
}

.socialIcons {
    float: right;
    margin-bottom: 0;
}

.socialIcons li {
    display: inline;
    padding-left: 10px;
    padding-right: 6px;
}



.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}
.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.bformBoxBtn {
    background: var(--color-1);
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.bformBoxBtn:hover {
    background: #333;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}
@media (max-width: 480px) {
	.cproyectoColumA{
		width:100%;
		display: block;
		height:auto;
	}
	.cproyectoColumB{
		width:100%;
		display: block;
		height:auto;
	}
}
@media (max-width: 767px) {
	.navbar-brand{
		padding: 0px;
	}
	.sbanner {
		margin-top: 5px;
	}
	.paddingSupInf70{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.section-title h3{
		font-size: 20px;
		line-height: auto;
		margin-bottom: 15px;
		margin-top: 10px;
	} 
}
@media (min-width:768px){
	
	.sbanner {
		margin-top: 5px;
	}
	.paddingSupInf70{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.custom-navbar .nav li a{
		font-size: 14px;
		padding: 0px 15px;
	}
	.cproyectoColumA{
		width: 30%;
	}
}
@media (max-width: 990px) {
	.custom-navbar {
        padding-bottom: 6px;
    }
}
@media (max-width: 1024px) {
	.paddingSupInf70{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.section-title h3{
		font-size: 25px;
		line-height: auto;
		
		margin-bottom: 15px;
		margin-top: 10px;
	}
}
@media (min-width: 1025px) {
	.navbar-brand{
		padding: 0px;
	}
}
