body{
padding-top: 80px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    overflow-x: hidden;
}

.bg-fondo{
		background:url(../imagenes/fondo_cristal.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}




/** opacidad del fondo de presentacion **/
.bg-image.overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#374050), to(#798696));
    background-image: linear-gradient(to bottom, #374050 0%, #798696 100%);
    opacity: 0.2;
}

.nav-color{
	background-color: slategray;
}
.navbar-default .navbar-nav>li>a {
    color: #374050;
}

/** color y opacidad de la barra de navegacion **/
.opaque-navbar {
    background-color: #e6e6e6;
   /*Transparent = rgba(0,0,0,0);/* / Translucent = (0,0,0,0.5)  */
    border-bottom: 0px;
    transition: background-color .5s ease 0s;
}


.margen{
margin: 0px;
padding: 0px;
}

/*#material{
	font-size: 600%;
}*/


#presentacion{
text-align: left;
}

#somos{
	padding-top: 13%;
	padding-bottom:2%;
}

/* tamaño del icono de quienes somos*/
.size-question{
	font-size:150px;
}

/* color de la etiqueta de quienes somos*/
.bg-somos{
	background-color: #ff9800e6;
}

#gral_mv{
	padding-top: 11%;
}

/*#valores{
	padding-top:4%;
}*/

/* color y transparencia de panel de contenido mision, vision y valores*/
.panel {
    margin-bottom: 20px;
    background-color: #ffffff96;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}


#servicios{
	padding-top:12%;
}

#servicios h3{
	font-size:50px;
}


.tam{
    position: absolute;
    left: 20px;
    top: 0;
    /*width: 40px;
    height: 40px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;*/
    font-size: 40px;
    /*border: 1px solid #d90e0e;*/
    color: #FF6700;
}

.text-list-serv{
	padding-left: 60px;
}

#sub_services{
	padding-top:2%;
	padding-bottom:2%;
}

.text_mesage{
height:80px;
}

.font-size-p{
	font-size: 13px;
}

#footer{
	background-color: #828282;
	color:white;
	li{
	color: white;
	}
}

/*   // Hasta smartphones de 480px */
  @media (max-width: 480px) {
body{
font-size: 15px!important;
}
#material{
font-size: 300% !important;
}
/*h2{
font-size: 15px !important;
}
h3{
font-size: 14px !important;
}
h4{
font-size: 15px !important;
}
h5{
font-size: 12px !important;
}
a{
	font-size: 14px !important;
}
p{
	font-size: 13px !important;
}
div{
	font-size: 13px !important;
}

span{
	font-size: 13px !important;
}*/
   }
 
/*   // de Smartphones a Tablets */
  @media (min-width: 480px) and (max-width: 768px) { 
body{
font-size: 18px !important;
}
#material{
font-size: 350% !important;
}
  }
 
/*   // de Tablets a pantallas de desktops */
  @media (min-width: 768px) and (max-width: 980px) { 
  	body{
font-size: 18px !important;
}
#material{
	font-size: 400% !important;
}
   } 
/*   // Pantallas anchas (desktops) */
  @media (min-width: 980px){ 
  	body{
font-size: auto !important;
}
#material{
font-size: 500% !important;
}
  }