﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, 
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

a:link {
    text-decoration: none;
    color: #302f2f;
}

a:visited {
    text-decoration: none;
    color: #302f2f;
}

a:hover {
    text-decoration: none;
    color: #fe8409;
}

a:active {
    text-decoration: none;
    color: #302f2f;
}

.grid-container 
{
    padding-top:30px;
    width:100%;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    background-color: #fff;  
}

.grid-item 
{
  width:100%;
  text-align: center;
}

#container-map 
{
    padding-top:30px;
    width:100%;
    display: grid;
    grid-template-columns: 50% 50%;
    padding-bottom:50px;
}

.item-map-right 
{
  width:100%;
  display:block;
  text-align:right ;
  padding-right:1%;
}

.item-map-left 
{
  width:100%;
   display:block;
  text-align:left ;
  padding-left:1%;
}

.line
{
    display:none;
}

#map-google 
{
    display:block;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:20px;
}

#map
{
    display:none;
    width: 50%;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:20px;
}

.button {
  background-color: #fe8409; 
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  width:200px;
  height:50px;
}

.button1 {
  background-color: #fe8409;  
  color: white; 
  border: 2px solid #fe8409;
  z-index:999;
}

.button1:hover {
  background-color: #fbb064;
  color: Black;
  border: 2px solid #fbb064;
}

.button2 {
  background-color: #c8c8c8; 
  color: white; 
  border: 2px solid #c8c8c8;
}

.button2:hover {
  background-color: #fbb064;
  color: Black;
  border: 2px solid #fbb064;
}

.focus {
  background-color: #fe8409; 
  color: white; 
  border: 2px solid #fe8409;
  z-index:999; 
}

.none-focus
{
  background-color: #c8c8c8;
  color: white;
  border: 2px solid #c8c8c8;
  z-index:999;    
   
}

footer
{
    background-color:#adadad;
    height:20px;
    width:100%;
}

.gallery-container 
{
  display: grid;
  grid-template-columns: 14% 24% 24% 24% 14%;
  grid-gap: 10px;
  padding-bottom:70px;
}


.item-gallery
{
  text-align: center;
}
.img-gallery 
{
    width:100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
}


.pro-container {
    display: flex;
    flex-direction: row;
    text-align: center;
    width: 100%;
}

.container-prj {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

