/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #646464;
    font-family:Helvetica, HelveticaNeueLTStd-Lt;
    font-size: 16px;
}

html {
    font-size: 1em;
    line-height: 1.4;
	font-family: Helvetica, HelveticaNeueLTStd-Lt;   
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #0083C0;
    margin: 1em 0;
    padding: 0;
	width:691px;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
  html, body{
	height: 100%; 
	width: 100%; 
	margin: 0;
}
@font-face {
                font-family: 'HelveticaNeueLTStd-Lt';
                src: url('../fonts/HelveticaNeueLTStd-Lt/HelveticaNeueLTStd-Lt.eot');
                src: local('☺'), url('../fonts/HelveticaNeueLTStd-Lt/HelveticaNeueLTStd-Lt.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Lt/HelveticaNeueLTStd-Lt.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Lt/HelveticaNeueLTStd-Lt.svg') format('svg');
                font-weight: normal;
                font-style: normal;
}
@font-face {
                font-family: 'HelveticaNeueLTStd-BdIt';
                src: url('../fonts/HelveticaNeueLTStd-BdIt/HelveticaNeueLTStd-BdIt.eot');
                src: local('☺'), url('../fonts/HelveticaNeueLTStd-BdIt/HelveticaNeueLTStd-BdIt.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-BdIt/HelveticaNeueLTStd-BdIt.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-BdIt/HelveticaNeueLTStd-BdIt.svg') format('svg');
                font-weight: normal;
                font-style: normal;
}
@font-face {
                font-family: 'HelveticaNeueLTStd-Roman';
                src: url('../fonts/HelveticaNeueLTStd-Roman/HelveticaNeueLTStd-Roman.eot');
                src: local('☺'), url('../fonts/HelveticaNeueLTStd-Roman/HelveticaNeueLTStd-Roman.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Roman/HelveticaNeueLTStd-Roman.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Roman/HelveticaNeueLTStd-Roman.svg') format('svg');
                font-weight: normal;
                font-style: normal;
}
header{
	height: 51px;
	width: 100%;
	background-color: #919396;	 
	position: fixed;
	min-width: 925px;
	z-index:9999;
}

#menu{
	float: left;
	margin-left: 15px;
	margin-top: 13px;
	font-size: 16px;
	font-family: Helvetica, HelveticaNeueLTStd-Lt !important;
	height: 25px;
	margin-bottom: 13px;
	min-width:420px;
	
}
#menu2{
	width: 189px;
	height: 51px;
	background-color: #A5A7AA;
	font-family: Helvetica, HelveticaNeueLTStd-Lt !important;
	float: right;
	color: #fff;
}
#menu2 a{
	width: 189px;
	height: 51px;
	background-color: #A5A7AA;
	font-weight:lighter;
	color:#fff;
	padding: 12 20px;
	font-size: 16px;
	vertical-align: top;
	text-decoration: none;
	transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}
#menu2 a:hover{
	color: #D8D8D8;
}	
#menu a{
font-weight:lighter;	
color:#fff;
padding: 0 20px;
font-size: 16px;
vertical-align: top;
text-decoration: none;
transition: color 0.2s linear;
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-ms-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
	
}
#menu a:hover{
	color: #D8D8D8;
}
#btn_idioma{
	margin-top: 13px;
	float: right;
	padding-right: 25px;
}
#btn_contacto{
	display: inline-block;
	padding-left: 0px;
}

#btn_contacto a img{
	padding-top: 13px;
	padding-left: 18px;
	transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}

#btn_contacto a img:hover{
	opacity:0.8;
}

.links a{
	font-weight:lighter;
	 color: #fff;
	 text-decoration: none;
	 display: inline-block;
	 float: right; 
	 margin-right: 21px;
	 margin-top: 13px;
	 transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}
.links a:hover{
	color: #D8D8D8;
}
footer{
	width: 100%;
	position: fixed;
	bottom: 0px;
	left:0px;
	z-index: 99999;
	background: #919396;
	height: 30px;
	transition: background 0.8s linear; -webkit-transition: background 0.8s linear; -moz-transition: background 0.8s linear; -o-transition: background 0.8s linear; -khtml-transition: background 0.8s linear;
}

#cont_footer{
	color: #fff;
	float: right;
	margin-right: 34px;
	margin-top: 6px;
	font-size: 14px;
}

#conten_general{
	background-repeat: no-repeat;	
	background-color: #0083C0;
	transition: all 0.8s linear; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; -khtml-transition: all 0.8s linear;
}
#conten_colum{
	min-height: 380px !important;
	min-width: 1200px;
	_height: 100% !important;
}
#logo_left{
	visibility: hidden;
	display: inline-block;
	vertical-align: top;
	width: 22%;
	height: 100%;
	overflow: hidden;
	margin-top: 50px;
	min-width: 270px;
}

#logo_left img{
	width: 100%;
}
#colum_left{
	visibility: hidden;
	display: inline-block;
	vertical-align: top;
	width: 10%;
	padding-top: 1%;
	margin-left: -13px;
	margin-top: 76px;
	min-width: 120px;
}
#logo img{
	width: 100%;
	margin-left: -25%;
}
#columna_right{
	visibility: hidden;
	display: inline-block;
	vertical-align: top;
	padding-left: 33%;
	width: 800px;
	height:100%;
	position: relative;
	overflow: hidden;
	background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
	transition: background-image 1s linear; -webkit-transition: background-image 1s linear; -moz-transition: background-image 1s linear; -khtml-transition: background-image 1s linear;
}

.textos_intro{
	width:691px;
	color:#A5A7AA;
	font-size:18px;
	font-weight:lighter;
	font-family: Helvetica, Arial;
}

.textos_intro p{
	margin-bottom: 20px;
}

#equipo{
	width:691px;
	border-top: 1px solid #0083C0;
}

.img_equipo{
	position: relative;
	display: inline-block;
	margin-top: 20px;
}
.img_equipo_on{
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	transition: opacity 0.5s linear; -webkit-transition: opacity 0.25s linear; -moz-transition: opacity 0.25s linear; -ms-transition: opacity 0.25s linear;
	-khtml-transition: opacity 0.25s linear;
	cursor: pointer;
}
.img_equipo_on:hover{
	opacity: 1;
}

.equip_tit{
	display:inline-block;
	vertical-align:top;
	padding-left: 12px;
}

.equip_tit h2{
	font-weight:lighter;
	color: #0099D5;
	font-size: 18px;
	margin-top: 20px;
}

.equip_tit p{
	color:#A5A7AA;
	font-size:14px;
	font-weight:lighter;
	margin-top: -10px
}
.pop_texto p{
	color:#A5A7AA;
	font-size:14px;
	font-weight:lighter;
	margin-top: 20px;
	margin-bottom: 3px; 
}

/*SCROLLBAR*/
.scrollbar {
	height: 250px;
	overflow-y: scroll;
	padding-right: 20px;
    margin-top: 15px;
}

.dest_azul {
	color: #0099D5;
}
.dest_negro {
	color: #58595B;
	font-weight: 400;
}
.scrollbar p {
	margin-top:0;
}

::-webkit-scrollbar {
    width: 10px; 
} 
      
::-webkit-scrollbar-track { 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
} 

::-webkit-scrollbar-track-piece { 
    background-color: #B3B3B3;
      -webkit-border-radius: 10px; 
    border-radius: 10px;       
} 
      
::-webkit-scrollbar-thumb { 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    background: #0082cd; 

} 

::-webkit-scrollbar-thumb:window-inactive { 
    background: #0082cd; 
} 


/*FIN SCROLLBAR*/

.tit_persona h2{
	font-weight:lighter;
	color: #0099D5;
	font-size: 18px;
	margin-top: -3px;
	margin-left: 8px;
	font-style: italic;
}
.tit_persona2 h2{
	font-weight:lighter;
	color:#58595B;
	font-size: 18px;
	margin-top: -3px;
	margin-left: 8px;
	font-style: italic;
}

.tit_persona p{
	color:#A5A7AA;
	font-size:14px;
	font-weight:lighter;
	margin-top: -33px;
	margin-left: 8px;
}
.tit_persona2 p{
	color:#A5A7AA;
	font-size:14px;
	font-weight:lighter;
	margin-top: -33px;
	margin-left: 8px;
}
#que_hacemos h2{
	font-weight:lighter;
	color: #0083C0;
	font-size: 53px;
	font-family: HelveticaNeueLTStd-Lt;
	margin-bottom: 10px;
}

#que_hacemos p{
	width:691px;
	color:#A5A7AA;
	font-size:18px;
	font-weight:lighter;	
	font-family: Helvetica, Arial;
}

#btn_valor_sus{
	width:691px;
	height: 25px;
	cursor:pointer;
}

#btn_valor_sus img{
	float:right
}

#texto_val_sus{
	display:none;
}

.subrayado{
	color:#0099D5;
}

.btn_cerrar_hacemos{
	margin-left: 621px;
	cursor:pointer;
}

#quienes_somos{
	margin-top: 4%;
	padding-top: 38px;
	height:1900px;
}

#contenido{
	background-color:#fff;
}

#que_hacemos {
margin-top: 90px;
height: 1520px;
}
#content_logos {
	display: inline-block;
	position: fixed;
	width: 100%;
	height: 100%;
	min-width: 390px;
	background-color: #fff;
	border-top-color: #03C;
	border-right-color: #03C;
	border-bottom-color: #03C;
	border-left-color: #03C;
}

.scroll{
	height: 250px;
	overflow-y: scroll;
	padding-right: 20px;
	margin-top: 15px;
	width: 678px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


/*@media only screen and (max-width: 1024px){
	body{
		width:1024px;
	}
	#conten_colum{
		width: 1024px !important;
	}
	#logo_left{
		width: 225.28px !important;
	}
	#colum_left{
		width: 102.4px !important;
	}
	#columna_right{
		width: 696.32px !important;
	}

}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
	/*.texto_pag, #info_person, #info_person2{
		font-size: 11px !important;
	}

}*/
/*@media only screen and (max-width: 1497px){
	#logo_left{
		min-width: 270px !important;
		max-width: 426px !important;
	}
	#colum_left{
		min-width: 115px !important;
		max-width: 204px !important;
	}
	#columna_right{
		width: 720px !important;
	}

}*/

@media only screen and (min-width: 1869px){
	/*#nav{
		width: 260px !important;*/
	}
	#tran_rojo{
		max-width: 230px !important;
	}
	
	#logo_left{
		max-width: 426px !important;
	}
	#colum_left{
		max-width: 204px !important;
	}
	/*#columna_right{
		width: 1000px !important;
	}*/

}
/*@media only screen and (min-width: 1600px){
	#logo_left{
		width: 352px !important;
	}
	#colum_left{
		width: 160px !important;
	}
	#logos_emp div img{
		width:155px;
	}
}*/
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
