@charset "UTF-8";
/* CSS Document */
/* Grid MOBILE */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	
}
body {
	font-size:0.8em;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
#cabezal {
	position:fixed;
	width: 100%;
	height:68px;
	background:#FFF;
	z-index:1000;
}
.cabezalLogo {
	max-width: 80%;
	height:40px;
	margin: 18px auto;
	left:4%;
}
#cabezal h1 {
	width:320px;
	font-family: 'BebasNeueRegular';
	text-transform: uppercase;
	font-size:2em;
	font-weight: normal;
	letter-spacing:1px;
	color:#a3b0c3;
	color:#223345;
	color:#f0f1f2;
	color:#184469;
	text-shadow: 0px 0px 3px rgba(54, 63, 83, 1);
	text-shadow: 0px 0px 2px rgba(210, 211, 208, 1);
}
/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
.div_clearBth {
	clear:both
}
.diivi {
	max-width:100%;
	margin:60px auto;
	height:auto;
}
.div_320px {
	width:300px; 
}
.div_Ademas {
	width:25%; right:0%;
}

.mrgTp70pxAu {
	margin:70px auto;
}
.Brd_TpBt {
	border-top:1px solid #F0EFE6; border-bottom:1px solid #F0EFE6;
}
/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////// SOLUCIONES //////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
.soluItemCtnr {
	display:inline-block; vertical-align:top; width:95%; height:auto; margin:0px 2%; margin-top:30px;
	font-family:'Raleway';
	font-weight:400;
	font-size:0.9em;
	line-height:0.8em;
	color:#FFF;
	letter-spacing:0.05em;
}
.soluItemIcon {
	display:inline-block; vertical-align:top; width:100%; height:auto; padding-bottom:30px; text-align:center;
}
.soluItemIconMsk {
	margin:0 auto;
	width:164px;
	height:164px;
	overflow:hidden;
	border:none;
	-webkit-border-radius: 90px; -moz-border-radius: 90px; -o-border-radius: 90px; border-radius: 90px;
	border:8px solid #FFF2D5;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	
}
.soluItemIconMsk img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
	
}
.soluItemIconMsk img:hover {
  
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  
  -webkit-transform:scale(1.1,1.1);
  -moz-transform:scale(1.1,1.1);
  -ms-transform:scale(1.1,1.1);
  -o-transform:scale(1.1,1.1);
  transform:scale(1.1,1.1);
}
.soluItemTit {
	text-align:center; border-bottom:1px solid #999; padding-bottom:8px; font-size:1.8em; font-weight:400; line-height:1.2em; text-transform:uppercase; letter-spacing:0.08em;
}
/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
.txtAlignLft {
	text-align:left;
}
.txtAlignCtr {
	text-align:center;
}
.txtAlignRg {
	text-align:right;
}
.txtAlignJtf {
	text-align:justify;
}
.txtLnHgh_13em {
	line-height:1.3em;
}

.tit_expe {
	font-size:3em; padding-bottom:10px;
}
/* //////////////////////////////////// */
.color_F0EFE6 {
	color:#F0EFE6;
}
.color_FFF {
	color:#FFF;
}
.color_3B3B3B {
	color:#3B3B3B;
}
/* ////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////// */
/* Grid TABLETS */

@media only screen and (min-width: 481px) and (max-width: 720px) {
body {
	font-size:0.5em;
}
.cabezalLogo {
	max-width: 80%;
	height:40px;
	margin: 18px auto;
	left:4%;
}

.diivi {
	max-width: 100%;
	margin:60px auto;
	height:auto;
}
/*////////////////////////////////////////////////////////////*/
/*//////////////////////// SOLUCIONES ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.soluItemCtnr {
	display:inline-block; vertical-align:top; width:29%; height:auto; margin:0px 2%; margin-top:30px;
	font-family:'Raleway';
	font-weight:400;
	font-size:0.9em;
	line-height:0.8em;
	color:#FFF;
	letter-spacing:0.05em;
}
.div_320px {
	width:320px; 
}
}

/* ////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////// */
/* Grid PC SMALL */

@media only screen and (min-width: 721px) and (max-width: 959px) {
body {
	font-size:0.7em;
}
.cabezalLogo {
	max-width: 80%;
	height:40px;
	margin: 18px auto;
	left:4%;
}

.diivi {
	max-width: 100%;
	margin:60px auto;
	height:auto;
}
/*////////////////////////////////////////////////////////////*/
/*//////////////////////// SOLUCIONES ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.soluItemCtnr {
	display:inline-block; vertical-align:top; width:29%; height:auto; margin:0px 2%; margin-top:30px;
	font-family:'Raleway';
	font-weight:400;
	font-size:0.9em;
	line-height:0.8em;
	color:#FFF;
	letter-spacing:0.05em;
}
.div_320px {
	width:320px; 
}
}

/* ////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////// */
/* Grid MEDIUM TO BIG */

@media only screen and (min-width: 960px) {
body {
	font-size:1em;
}

.cabezalLogo {
	max-width: 80%;
	height:40px;
	margin: 18px auto;
	left:4%;
}

.diivi {
	max-width:100%;
	margin:60px auto;
	height:auto;
}
/*////////////////////////////////////////////////////////////*/
/*//////////////////////// SOLUCIONES ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.soluItemCtnr {
	display:inline-block; vertical-align:top; width:29%; height:auto; margin:0px 2%; margin-top:30px;
	font-family:'Raleway';
	font-weight:400;
	font-size:0.9em;
	line-height:0.8em;
	color:#FFF;
	letter-spacing:0.05em;
}
.div_320px {
	width:340px; 
}
}