body.boxed-layout #wrapper {
	background-color: white;
}
#menu {
  text-align: center;
}
#content-soluciones,
.padding-3
{
	margin-left: 10%;
	margin-right: 10%;
}

#content-soluciones h1
{
	color: #0096d5;
	font-size: x-large;
	text-align: center;
	text-transform: uppercase;
}

#content-soluciones p
{
	text-align: left;
	font-size: large;  
}
#content-soluciones b{
	color: #0096d5;
}
.div-azul
{
	min-height: 60px;
	max-width: 206px;
	background-color: #0096d5;
	width: 97%;
	color: white;
	font-size: 19px;
	text-transform: uppercase;
	text-align: center;
	display:inline-block; 
	vertical-align:middle;
	position: relative;
}
.div-gris
{
	min-height: 60px;
	max-width: 206px;
	background-color: #ededed;
	width: 97%;
	color: #0096d5;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	top: 50%;
	padding: 3px 3px 3px 3px;
}
.image-style
{
	max-width: 206px;
	width: 97%;
}

.div-azul span {
	width: 206px;
    height: 60px;
    position: absolute;
    left: 1%;
    top: 25%;
}
.link-soluciones{
	text-align: center;
	margin-bottom: 1%;
	margin-top: 1%;
	min-height: 70px;

}
.content-cuadro {
	position: relative;
}
.content-cuadro img {
	position:absolute;
	right:-8px;
	top  :-8px;	
}
.content-azul{
	background: #0096d5;
	color: #fbfcfe;
	border-style: solid;
	border-width: 8px;
	border-color: #ffffff;
}
.content-barra-titulo{
	background: #0096d5;
}
.content-barra-titulo h1{
	margin-left: 10%;
	color: #fbfcfe;
	font-size: x-large;
	padding: 15px 1px 15px 1px;
}
/*Contenido de Soluciones*/
.content-sol h1,h3,h4,h5,h6,em{
	color: #0096d5;
}
.content-sol{
	padding: 3% 10% 3% 10%;
}
.content-sol h1{
	text-align: left;
}
.content-sol h5{
	text-align: left;
}
.content-sol p{
	font-size: 15px; 
	text-align: justify-all;
}
.content-sol h4{
	padding-bottom: 5px;
	padding-top: 5px;
}
img.img-certificaciones {
	width: 100%;
}
.fondo-azul, .fondo-azul .content-sol {
	background: #0071c1;
	color: #ffffff;
	margin-bottom: unset;
	padding-top: 1px;
	padding-bottom: 20px;
}

.fondo-azul h1{
	background: #0071c1;
	font-size: xx-large;
	text-align: center;
	color: white;
}
.certificado 
{
	padding: 0px 10px 0px 10px;
}
.fondo-azul .content-sol  p,
.italic
{
	font-style: italic;
}
.content-azul-np{
	background: #0071c1;
	color: white;
}
.text-style{
	font-size: 22px;
	padding: 0% 1% 0% 1%;
}

.text-style p{
	font-size: 22px;
}
.text-style font{
	color: #E85224;
	font-weight: bold;
}
/* contenido de Mitos*/
.azul-sabes{
	color: white;
	background: #0096d5;
	text-align: left;
	text-transform: uppercase;
	margin: 20px 40px 20px 0px;
	padding: 10px 10px 10px 10px;
	vertical-align: middle;

}
.azul-sabes h2{
	font-size: 22px;
}
.blanco-sabes{
	margin: 20px 0px 20px 10px;
	vertical-align: middle;

}
.mitos-prueba{
	padding: 30px 0px 10px 0px;
}
.mitos-prueba h1, h2{
margin-top: 0;
    margin-bottom: 0;
}
.mitos-prueba h2{
	font-size: large;
	color: #0096d5;
	text-transform: uppercase;
}
div.referencia {
    cursor: pointer;
    opacity:1;
    transition: width 1s;
}

div.referencia:hover{
    opacity:0.5;
    cursor: pointer;
}
div.arrow-align {
    margin: 40px -25px 40px -25px;
	vertical-align: middle;
 	left: -2%;
}
a .links-soluciones {
    color: black;
}
a .links-soluciones:hover {
    opacity: 0.5;
    text-decoration: none;
    cursor: pointer;
}
div .soluciones-link
{
	    margin-bottom: 15px;
}
.visible-ms{
display:block;
}
.hidden-ms{
display:none;
}
@media (min-width: 480px) and (max-width: 767px) {
 .col-ms-1,
 .col-ms-2,
 .col-ms-3,
 .col-ms-4,
 .col-ms-5,
 .col-ms-6,
 .col-ms-7,
 .col-ms-8,
 .col-ms-9,
 .col-ms-10,
 .col-ms-11 {
   float: left; }

 .col-ms-1 {
   width: 8.33333%; }

 .col-ms-2 {
   width: 16.66667%; }

 .col-ms-3 {
   width: 25%; }

 .col-ms-4 {
   width: 33.33333%; }

 .col-ms-5 {
   width: 41.66667%; }

 .col-ms-6 {
   width: 50%; }

 .col-ms-7 {
   width: 58.33333%; }

 .col-ms-8 {
   width: 66.66667%; }

 .col-ms-9 {
   width: 75%; }

 .col-ms-10 {
   width: 83.33333%; }

 .col-ms-11 {
   width: 91.66667%; }

 .col-ms-12 {
   width: 100%; }

 .col-ms-push-1 {
   left: 8.33333%; }

 .col-ms-push-2 {
   left: 16.66667%; }

 .col-ms-push-3 {
   left: 25%; }

 .col-ms-push-4 {
   left: 33.33333%; }

 .col-ms-push-5 {
   left: 41.66667%; }

 .col-ms-push-6 {
   left: 50%; }

 .col-ms-push-7 {
   left: 58.33333%; }

 .col-ms-push-8 {
   left: 66.66667%; }

 .col-ms-push-9 {
   left: 75%; }

 .col-ms-push-10 {
   left: 83.33333%; }

 .col-ms-push-11 {
   left: 91.66667%; }

 .col-ms-pull-1 {
   right: 8.33333%; }

 .col-ms-pull-2 {
   right: 16.66667%; }

 .col-ms-pull-3 {
   right: 25%; }

 .col-ms-pull-4 {
   right: 33.33333%; }

 .col-ms-pull-5 {
   right: 41.66667%; }

 .col-ms-pull-6 {
   right: 50%; }

 .col-ms-pull-7 {
   right: 58.33333%; }

 .col-ms-pull-8 {
   right: 66.66667%; }

 .col-ms-pull-9 {
   right: 75%; }

 .col-ms-pull-10 {
   right: 83.33333%; }

 .col-ms-pull-11 {
   right: 91.66667%; }

 .col-ms-offset-1 {
   margin-left: 8.33333%; }

 .col-ms-offset-2 {
   margin-left: 16.66667%; }

 .col-ms-offset-3 {
   margin-left: 25%; }

 .col-ms-offset-4 {
   margin-left: 33.33333%; }

 .col-ms-offset-5 {
   margin-left: 41.66667%; }

 .col-ms-offset-6 {
   margin-left: 50%; }

 .col-ms-offset-7 {
   margin-left: 58.33333%; }

 .col-ms-offset-8 {
   margin-left: 66.66667%; }

 .col-ms-offset-9 {
   margin-left: 75%; }

 .col-ms-offset-10 {
   margin-left: 83.33333%; }

 .col-ms-offset-11 {
   margin-left: 91.66667%; }
}