@charset "UTF-8";
/* CSS Document */

/*Quita el borde en la página*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*Agregar la fuente*/
body{
    font-family: 'NimbusSanLRegular';
   font-weight: normal;
   font-style: normal;
}



.videob {
    width: 100%;
    height: 141px;
}

/**/

.contenedor{
    width:100%;
    max-width: 1770px;
    margin: auto; 
}

/*========================Cabecera========================*/
header{
    width: 100%;
    height: 65px;
    background-color: #e64f01;
}

/**/
.logo{
    padding-top: 200;
}

.logo img{
    width: 90px;
    display: block;
    margin: auto;
}

.menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 480px;
    margin: auto;
    /*padding: 25px;*/
}

.menu a{
    text-decoration: none;
    color: white;
    font-size: 17px;
    /*font-weight: bold;*/
    /*Códdigo nuevo*/
    outline: none;
    /*display: inline-block;*/
    width: 20%;
    height: 65px;
    /*margin-right: 0.625%;*/
    text-align: center;
    line-height: 5;
}


.menu a:link, a:visited, a:focus {
    background: #e64f01;
}
 

.menu a:hover {
    background: #993d0f;
}
  
.menu #servicio{
    background: #993d0f;
    line-height: 4;
}

/*========================Noticias .contuno========================*/

.noticias .contuno{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.noticias .contuno .widget1, .widget2, .widget3, .widget4{
    padding-top: 8px;
    padding-bottom: 8px;
    color: black;
    margin: 0 auto;
}

.noticias .contuno .widget2{
    padding-left: 90px;
}

.noticias .contuno .widget3{
    padding-right: 50px;
    width: 470px;
}

.noticias .contuno .widget2 img{
    height: 160px;
    width: 300px;
}


/*========================Noticias contenedor========================*/
  .noticias .contenedor{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.noticias .contenedor .widget1, .widget2, .widget3, .widget4{
    padding-top: 8px;
    padding-bottom: 8px;
    color: black;
    margin: 0 auto;
}

.noticias .contenedor h4, p{
    color: black;
}

.noticias .contenedor .widget3{
    padding-right: 90px;
}
  
.noticias .contenedor .widget2{
    padding-left: 50px;
    width: 470px;
}

.noticias .contenedor .widget3 img{
    height: 160px;
}

.noticias a:link, a:visited, a:focus, a:hover{
    background: none;
    
    
}

.noticias a{
    text-decoration: none;
    
}

/*.noticias .contenedor .widget2, .widget3 h4, p{
    color: black;
}*/

/*========================Comienza página servicios========================*/
.noticias .contenedor .bloqueimgprint{
    /*padding: 10px 0px 2px 33%;*/
    width: 100%;
    height: 158px;
    background-color: rgb(255, 255, 255);
    position: relative;
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;
}


/*ajustar una imagen a su contenedor*/
.noticias .contenedor .bloqueimgprint img{
    width: 470px;
    height: 155px;
    /*margin: auto; /*Alinear la imagen con margin y display
    display: block;*/
  }

  /*@supports(object-fit: cover){
        .noticias .contenedor .bloqueimgprint img{
        height: 100%;
        object-fit: cover;
        object-position: center center;
      }
  }*/


.noticias .contenedor .bloqueimgdesc{
    width: 100%;
    height: 158px;
    background-color: rgb(255, 255, 255);
    position: relative;
    /*IMPORTANTE para alinear la imagen*/
    display: flex;
    justify-content: center;
    align-items: center;

}

.noticias .contenedor .bloqueimgdesc img{
    width: 470px;
    height: 158px;
}

.noticias .contenedor .bloqueimgprod{
    width: 100%;
    height: 158px;
    background-color: rgb(255, 255, 255);
    position: relative;
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;

}

.noticias .contenedor .bloqueimgprod img{
    width: 470px;
    height: 158px;  
}

.noticias .contenedor h1 p:hover{
    /*transform: scale(1.2);*/
    font-size: 40px;

}

/*Animación cuando se pasa el cursor por los impresiones, descargas y prouctos de la pag servicios*/
.info{
    transition: 0.3s ease-in-out;
}

.noticias .contenedor .info:hover{
    transform:translateY(-2px);
    height: 40px;
}

.info2{
    transition: 0.3s ease-in-out;
}

.noticias .contenedor .info2:hover{
    transform:translateY(-2px);
    height: 40px;
}

.info3{
    transition: 0.3s ease-in-out;
}

.noticias .contenedor .info3:hover{
    transform:translateY(-2px);
    height: 40px;
}

/*Aquí termina la animación - impresiones, descargas y prouctos de la pag servicios*/


.info {
	padding: 5px 0 0 180px;
	width: 470px;
	height: 34px;
	background-color: rgba(0, 0, 0, 0.582);
	color: rgb(255, 255, 255);
	cursor: default;
	/*bottom: 298px;*/
    font-size: 12px;
	/*text-align: center;*/
    position: absolute; bottom: 0px;
    
    
}



.noticias .contenedor a:link, a:visited, a:focus{
    color: #ffffff;
}

/*
.info  a:link, a:visited, a:focus, a:hover{
    text-decoration: none;
    background: none;
}

.info a{
    text-decoration: none; 
}*/

.info2 {
	padding: 5px 0 0 180px;
	width: 470px;
	height: 34px;
	background-color: rgba(0, 0, 0, 0.582);
	color: rgb(255, 255, 255);
	position: absolute;
	cursor: pointer;
	bottom: 111px;
    font-size: 12px;
    position: absolute; bottom: 0px;
	
}

.info3 {
	padding: 5px 0 0 180px;
	width: 470px;
	height: 34px;
	background-color: rgba(0, 0, 0, 0.582);
	color: rgb(255, 255, 255);
	position: absolute;
	cursor: pointer;
	bottom: -74px;
    font-size: 12px;
	position: absolute; bottom: 0px;
}

/*========================Servicios - Impresiones========================*/

.bloquerelleno{
    /* IMPORTANTE */
    display: inline-block; /*Alinear los div de forma horizontal*/
    width: 27.5%; 
    background-color: blue;
}

.bloquerellenoimg{
    width: 45%;
    height: 100%;
    /*IMPORTANTE  */
    
}

.bloquerellenoimg img{
    width: auto;
}

.bloquerellenoimg2{
    width: 20%;
    height: 100%;
    padding: 10px;
    /*IMPORTANTE  */
    
}

.infoprint{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%);
}

/*========================Página Servicios - Descargas===================================================*/

/*Animación cuando se pasa el cursor por los impresiones, descargas y prouctos de la pag servicios*/
.infovideo{
    transition: 0.3s ease-in-out;
}

.noticias .contenedor .infovideo:hover{
    transform:translateY(-2px);
    height: 40px;
}

.infoaudio{
    transition: 0.3s ease-in-out;
}

.noticias .contenedor .infoaudio:hover{
    transform:translateY(-2px);
    height: 40px;
}

.infoarchivo{
    transition: 0.3s ease-in-out;
}

.noticias .contenedor .infoarchivo:hover{
    transform:translateY(-2px);
    height: 40px;
}

/*Aquí termina la animación - impresiones, descargas y prouctos de la pag servicios*/


.infovideo{
	padding: 5px 0 0 180px;
	width: 470px;
	height: 34px;
	background-color: rgba(0, 0, 0, 0.582);
	color: rgb(255, 255, 255);
	cursor: default;
	/*bottom: 298px;*/
    font-size: 12px;
	/*text-align: center;*/
    position: absolute; bottom: 0px;
    
    
}



.noticias .contenedor a:link, a:visited, a:focus{
    color: #ffffff;
}

/*
.info  a:link, a:visited, a:focus, a:hover{
    text-decoration: none;
    background: none;
}

.info a{
    text-decoration: none; 
}*/

.infoaudio{
	padding: 5px 0 0 180px;
	width: 470px;
	height: 34px;
	background-color: rgba(0, 0, 0, 0.582);
	color: rgb(255, 255, 255);
	position: absolute;
	cursor: pointer;
	bottom: 111px;
    font-size: 12px;
    position: absolute; bottom: 0px;
	
}

.infoarchivo{
	padding: 5px 0 0 180px;
	width: 470px;
	height: 34px;
	background-color: rgba(0, 0, 0, 0.582);
	color: rgb(255, 255, 255);
	position: absolute;
	cursor: pointer;
	bottom: -74px;
    font-size: 12px;
	position: absolute; bottom: 0px;
}


/*
.bloqueconte{
    width: 70%;
}

.desc_bloque1_4{
    /* IMPORTANTE
    width: 10%; 
    background-color: blue;
    display: inline-block; /*Alinear los div de forma horizontal
}

.desc_bloque2{
    width: 440px;
    height: 200px;
    padding: 5px;    
}

.desc_bloque3{
    width: 230px;
    height: 420px;
    padding: 0.5% 0.5% 0.5% 0%;
    
}

.desc_bloque2 img{
    width: 420px;
    height: 200px;
}

.desc_bloque3 img{
    width: 220px;
    height: 400px;
}
*/



/*========================Página Servicios - Descargas2===================================================
    .bloqueconte{
        display: flex;
		flex-wrap: wrap;
		margin: -1.25rem 0 0 -1.25rem;
		width: calc(100% + 1.25rem);  
    }

    .bloqueconte img {
        display: block;
        height: 18vw;
        min-height: 8rem;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
*/

/*============================== Productos - servicios =========================*/

h2{
    text-align: center;
    margin: 10px;    
}

h3{
    text-align: center;
    margin: 10px;    
}

/*---------------------------Estilos de la galeria-------------------------------*/
.galeria{
    width: 90%;
    margin: auto;
    list-style: none;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.galeria li{
    margin: 5px;
}

.galeria img{
    -moz-window-dragging: 150px;
    height: 250px;
}

/*------------------------------Estilo galeria de pág. Wallpapers------------------------*/
.galeriaW{
    width: 90%;
    margin: auto;
    list-style: none;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.galeriaW li{
    margin: 5px;
}

.galeriaW img{
    /*-moz-window-dragging: 150px;*/
    width: 300px;
    height: 250px;
}

/*----------------------------Estilos del modal--------------------*/

.modal{
    display: none;
    /*visibility: hidden;
    opacity: 0;*/
}

.modal:target{
    display: block;
    /*visibility: visible;
    opacity: 1;
    transition: all 0.1s;*/
    position: fixed;
    background: rgba(0,0,0,0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal h3{
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    margin: 75px 65px 30px 65px;
}

.imagen{
    width: 100%;
    height: 65%;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagen a{
    color: #ffffff;
    font-size: 40px;
    text-decoration: none;
    margin: 0 10px;

}

.imagen a:nth-child(2){
    margin: 0;
    height: 100%;
    flex-shrink: 2;
}

.imagen img{
    width: 600px;
    height: 100%;
    max-width: 100%;
    border: 7px solid;
    box-sizing: border-box;

}

.cerrar{
    display: block;
    /*background: #fff;*/
    width: 25px;
    height: 25px;
    margin: 15px auto;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    color: rgb(255, 255, 255);
    padding: 5px;
    border-radius: 50%;
    line-height: 25px;
}

.cerrarW{
    /*display: block;
    background: #fff;*/
    width: 25px;
    height: 25px;
    margin: 15px auto;
    text-align: start;
    text-decoration: none;
    font-size: 25px;
    color: rgb(255, 255, 255);
    padding: 5px;
    /*border-radius: 50%;
    line-height: 25px;*/
}

.cerrarD{
    display: block;
    /*background: #fff;*/
    width: 25px;
    height: 25px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    color: rgb(255, 255, 255);
    padding: 5px;
    border-radius: 50%;
    line-height: 25px;
}

/*===========================Acerca de==========================================*/

.galeria p{
    padding: 10px 25% 10px 25%;
    text-align: justify;
}

/*===================================Acerca de GAMM================================================*/
    .bdaboutas{
        background-color: #e64f01;
        font-family: 'NimbusSanLRegular';
        font-weight: normal;
        font-style: normal;
    }

    #contenedor_carga{
        width: 100%;
        height: 100%;
        background-color: #e64f01;
        position: fixed;
        /*transition: all 1s ease;*/
        z-index: 10000;
    }
    
    #carga{
        /*border: 15px solid #b93e00;
        border-top-color: #00eb42;
        border-top-style: groove;
        border-radius: 100%;*/
        height: 50px;
        width: 370px;
        

        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        /*animation: girar 1.5s linear infinite;*/
    }
    /*
    @keyframes girar{
        from{ transform: rotate(0deg); }
        to{ transform: rotate(360deg); }
    } ----------------------------------------------------------*/

    .btn_neon{
        /*position: relative;
        display: inline-block;*/
        padding: 15px 30px;
        color: #ffffff;
        letter-spacing: 4px;
        font-size: 24px;
        text-decoration: none;
        overflow: hidden;
        transition: 0.2s;
    }

    .btn_neon:hover{
        background: #88FF0D;
        box-shadow: 0 0 10px #88FF0D, 0 0 40px #88FF0D, 0 0 80px #88FF0D;
        transition-delay: 1.5s;
    }

    .btn_neon span{
        position: absolute;
        display: block;
    }
    /*-----------------------------------span1 top-----------------------------*/
    #span1{
        top: -15px;
        left: -240%;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, transparent,#88FF0D);
    }

    .btn_neon:hover #span1{
        left: -2%;
        transition: 1s;
    }

    /*-----------------------------------span3 bottom----------------------------*/
    #span3{
        bottom: 6px;
        right: -240%;
        width: 100%;
        height: 2px;
        background: linear-gradient(270deg, transparent,#88FF0D);
    }

    .btn_neon:hover #span3{
        right: 0%;
        transition: 1s;
        transition-delay: 0.6s;
        
    }
    /*-----------------------------------span2 right-----------------------------*/
    #span2{
        top: -680%;
        right: 7px;
        width: 2px;
        height: 100%;
        background: linear-gradient(180deg, transparent,#88FF0D);
    }

    .btn_neon:hover #span2{
        top: -13%;
        transition: 1s;
        transition-delay: 0.45s;
    }
    /*-----------------------------------span4 left-----------------------------*/
    #span4{
        bottom: -680%;
        left: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(360deg, transparent,#88FF0D);
    }

    .btn_neon:hover #span4{
        bottom: 10%;
        transition: 1s;
        transition-delay: 0.75s;
    }


    .galeriaAbout{
        width: 90%;
        margin: auto;
        list-style: none;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .galeriaAbout li{
        margin: 5px;
    }

    .galeriaAbout img{
        -moz-window-dragging: 150px;
        height: 150px;
    }

    .galeriaAbout p{
        padding: 10px 25% 10px 25%;
        text-align: justify;
        color: #ffffff;
    }

    .galeriaAbout h2{
        color: #ffffff;
        font-size: 19px;
        letter-spacing: 1.5px; /*Espacio entre las letras*/
    }

    .linkinicio{
        font-size: 19px;
        text-decoration: none;
    }

/*============================Pie de página=====================================*/
.center-footer{
    background-color: #e64f01;
    height: 85px;
}

.center-footer p{
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

.center-footer .contenedor{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.center-footer .widget1, .widget2{
    /*text-align: center;*/
    padding-top: 12px;
    padding-bottom: 25px;
    color:#ffffff;
  
    max-width: 270px;
    margin: 0 auto;
}

.center-footer .widget1 img{
    padding-top: 10px;
    width: 40px;
}

.center-footer .widget2 img{
    width: 80px;
} 

.bottom-footer p{
    color:#7a7a7a;
    font-size: 12px;
    text-align: center;
}
  