﻿@charset "utf-8";
/* CSS Document */

#divisionesPegamo_ini{
	display:none;
}
@media only screen and (min-width: 641px){
	#divisionesPegamo_ini{
		display:block;
	}
}

#ini_grupoPegamo{
}
#ini_grupoPegamo ul{
	padding:0 0 0 0;
	margin:5px 0 5px 0;
}
#ini_grupoPegamo li{
	display:inline;
	margin:0 20px 0 0;
}
#ini_pegamoInternacional{
	background:url(../imgs/mapamundi_G.png) top right no-repeat;
	height:200px;
}
#ini_pegamoInternacional h3{
	display:none;
}
#ini_redes_sociales{
	padding:0 0 0 0;
	margin:5px 0 5px 0;
}
#ini_redes_sociales li{
	display:inline;
	float:left;
	margin:0 2px 0 0;
}
#logos_divisiones {
	margin:7px 0 7px 0;
	padding:0 0 0 0;
	width:100%;
	float: left;
}
#logos_divisiones ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	float: left;
}
#logos_divisiones ul li {
	float: left;
	display:inline;
}
a#bot_logoIco-maquinaria{
	background:url(../imgs/logoMaquinariaIndustrial_p.png) top left no-repeat;
	display:block;
	height:27px;
	width:120px; /* aqui esta el truco */
	text-indent:-9999px;
}
a#bot_logoIco-maquinaria:hover{
	background-position:0 -28px;/* con esto cambiamos la porcion de imagen que se muestra */
}
a#bot_logoIco-suministros{
	background:url(../imgs/logoSuministroIndustrial_p.png) top left no-repeat;
	display:block;
	height:27px;
	width:120px; /* aqui esta el truco */
	text-indent:-9999px;
}
a#bot_logoIco-suministros:hover{
	background-position:0 -28px;/* con esto cambiamos la porcion de imagen que se muestra */
}
a#bot_logoIco-carretillas{
	background:url(../imgs/logoCarretillasElevadoras_p.png) top left no-repeat;
	display:block;
	height:27px;
	width:120px; /* aqui esta el truco */
	text-indent:-9999px;
}
a#bot_logoIco-carretillas:hover{
	background-position:0 -27px;/* con esto cambiamos la porcion de imagen que se muestra */
}
#bg_accesosElGrupo_grupo{
	background:#B6ADA4 url(../imgs/bg_accesosElGrupo_grupo.jpg) bottom left no-repeat;
    min-height:350px;
}
/*slide cabecera*/
#slide_indexPegamo1{
	background:#B6ADA4 url(../imgs/cabeceraIndex_grupoPegamo1.jpg) top right no-repeat;
}
#slide_indexPegamo2{
	background:#B6ADA4 url(../imgs/cabeceraIndex_grupoPegamo2.jpg) top right no-repeat;
}
#slide_indexPegamo3{
	background:#B6ADA4 url(../imgs/cabeceraIndex_grupoPegamo3.jpg) top right no-repeat;
}
.slide_indexPegamo{
	height:200px;	
}


/* ----- */

.more {
    -moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
    -webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
    -ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
    transition: transform 0.75s ease, opacity 0.75s ease;
    -moz-transition-delay: 3.5s;
    -webkit-transition-delay: 3.5s;
    -ms-transition-delay: 3.5s;
    transition-delay: 3.5s;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border: none;
    bottom: 0;
    font-size: 1em;
    height: 8.5em;
    left: 50%;
    letter-spacing: 0.225em;
    margin-left: -8.5em;
    opacity: 1;
    outline: 0;
    padding-left: 0.225em;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 16em;
    z-index: 1;
}
.more:after {
    background-image: url("/imgs/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 4em;
    content: '';
    display: block;
    height: 1.5em;
    left: 50%;
    margin: 0 0 0 -0.75em;
    position: absolute;
    width: 1.5em;
}

body.is-loading .more {
    -moz-transform: translateY(8.5em);
    -webkit-transform: translateY(8.5em);
    -ms-transform: translateY(8.5em);
    transform: translateY(8.5em);
    opacity: 0;
}
.more {
    visibility:hidden;
}
@media only screen and (min-width: 641px) {
    .more {
        visibility:visible;
    }
}

/*----- EL MAPA ------*/

#map_wrapper_ini {
    height: 500px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}