@import url('https://fonts.googleapis.com/css?family=Advent+Pro');

*{
  box-sizing: border-box;
}


html {
 font-family: 'Advent Pro';
  font-size: 1.5vw;
  font-style: bold;
   }

   
.row::after {
  content: "";
  clear: both;
  display: table;
}
.row2::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 1%;
    
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.header {
  display: grid;
 grid: 8vh / auto auto;
padding: 01vw;
font-size: 1.5vw;
  color: #ffffff;

}


#news1 li {
   list-style: none;
  color: #ffffff;
   background-position: center center;
  background-size: cover;
align-items: middle;
  text-align: center;
  font-size: 1.5vw;
  height: auto;
  max-width: auto;
   padding: 1vw;
    opacity: 1;
    object-fit: cover;
}

#news1 {
   background-color: #000000;
  opacity: 1;
  text-align: center;

  height: 90vh;
  max-width: 50%; 
  background-position: center center;
  background-size: cover;
    object-fit: cover;
   }

#news2 {
background-color: #ffffff;
 opacity: 1;
  text-align: justify;
  height: 90vh;
   max-width: 50%; 
  object-fit: cover;
  background-size: contain;
}

#news2 li {
   list-style: none;

  text-align: center;
  font-size: 1.5vw;
  height: auto;
  max-width: auto;
   padding: 1vw;
    opacity: 1;
    object-fit: cover;
}

#news3 {
    background-position: center center;
  background-size: cover;
    text-align: center;
  object-fit: cover;
  height: 100%;
  max-width: auto;
}

#news{
 background-color: #000000;
   color:#ffffff;
  background-position: center center;
  background-size: cover;
align-content: middle;
  height: 10%;
  max-width: 25%;
  padding-top: 1%;

}

#about{
  background-color: #000000;
   color:#ffffff;
  background-position: center center;
  background-size: cover;
     text-align: center;
  object-fit: cover;
  height: 10%;
  max-width: 25%;
}

#portfolio{
 background-color: #000000;
   color:#ffffff;
  background-position: center center;
  background-size: cover;
     text-align: center;
  object-fit: cover;
   height: 10%;
  max-width: 25%;
}

#industry{
 background-color: #000000;
   color:#ffffff;
  background-position: center center;
  background-size: cover;
     text-align: center;
  object-fit: cover;
  height: 10%;
  max-width: 25%;
}

#industry:hover{
 background-color: #ffffff;
   background-position: center center;
  background-size: cover;
     text-align: center;
  object-fit: cover;
  height: 10%;
  max-width: 25%;
}

#news:hover{
 background-color: #ffffff;
   background-position: center center;
  background-size: cover;
     text-align: center;
  object-fit: cover;
  height: 10%;
  max-width: 25%;
}

#about:hover{
 background-color: #ffffff;
   background-position: center center;
  background-size: cover;
     text-align: center;
  object-fit: cover;
  height: 10%;
  max-width: 25%;
}

#portfolio:hover{
 background-color: #ffffff;
   background-position: center center;
  background-size: cover;
     text-align: center;
  object-fit: cover;
  height: 10%;
  max-width: 25%;
}



h1{
    font-size: 0.7vw;
  color: #000000;
opacity:1;
vertical-align: middle;

}

img{
max-width: 100%;
height: auto;
}



img:hover{
   border-image-width: 50vw;
}

#expandedImg{
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  height: 100vh;
  max-width: 22vw;

}
.content{
  display: flex;
  justify-content: center;
  opacity: 0.7;
  align-content: center;
/*  object-fit: cover;*/
      background-repeat:  repeat-y;
}

.content ul {
  list-style: none;
  margin: 0.4vw;
  padding:0;
    object-fit: cover;
  }

.centent li{
  font-size: 1vw;
  color: #000000;
opacity:1;

}


.menu{
     display: flex;
  justify-content: center;
  opacity: 1;
  align-content: center;

}



.menu ul {
  list-style: none;
  margin: 2%;
  padding:0;

  }

.menu li {
  list-style: none;
  font-size: 2vw;
  color: #000000;
opacity:1;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
        cursor: cell;
}


#img1{
  background-image: url(../img/fons1.png);
    background-position: center center;
  background-size: cover;
  object-fit: cover;
}


.menu li:hover {
  background-color: #000000;
  color: #ffffff;
  transition: all 1000ms ease; 
   cursor: cell;
}

p{
     list-style: none;
  color: #ffffff;
  text-align: justify;
  font-size: 1.1vw;
  height: auto;
  max-width: auto;
    opacity: 1;
    object-fit: cover;
}

p #p1{
     list-style: none;
  color: #ffffff;
  text-align: center;
  font-size: 1.2vw;
  height: auto;
  max-width: auto;
   padding: 1vw;
    opacity: 1;
    object-fit: cover;
}















