﻿@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
body.bodySiteEventUnaviable {
  background-color: white;
  color: #232323;
  font-family: 'Open Sans', sans-serif;
}
body.bodySiteEventUnaviable a,
body.bodySiteEventUnaviable a:hover {
  text-decoration: none;
}
body.bodySiteEventUnaviable header {
  text-align: center;
}
body.bodySiteEventUnaviable header .icoState-wrapper {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5) inset;
  border-bottom: 4px solid #FF8E1D;
}
body.bodySiteEventUnaviable h1 {
  margin: 0 0 2em 0;
  font-size: 22px;
}
body.bodySiteEventUnaviable img.logoAE {
  margin: 40px;
  width: 150px;
  height: auto;
}
body.bodySiteEventUnaviable #section1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  grid-auto-rows: minmax(100px, auto);
}
body.bodySiteEventUnaviable #section1 .item-cell {
  padding: 50px 25px 0 25px;
}
body.bodySiteEventUnaviable #section1 .item-cell h3 {
  color: #181818;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
}
body.bodySiteEventUnaviable #section1 .item-cell h3:before {
  content: "";
  font-family: fontAwesome;
  font-size: 40px;
  text-align: center;
  color: #FF8E1D;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 50px;
  width: 50px;
}
body.bodySiteEventUnaviable #section1 .item-cell:nth-child(1) h3:before {
  content: "\f0ac";
}
body.bodySiteEventUnaviable #section1 .item-cell:nth-child(2) h3:before {
  content: "\f007";
}
body.bodySiteEventUnaviable #section1 .item-cell:nth-child(3) h3:before {
  content: "\f1d8";
}
body.bodySiteEventUnaviable #section1 .item-cell:nth-child(4) h3:before {
  content: "\f085";
}
body.bodySiteEventUnaviable #section1 .item-cell p {
  text-align: justify;
  text-justify: inter-word;
  line-height: 2;
}
body.bodySiteEventUnaviable .icoState-wrapper {
  background-color: #DEDEDE;
  background: #232323 url(../Images/Background/code.jpg) no-repeat fixed;
  background-size: cover;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.bodySiteEventUnaviable .icoState-wrapper .icoState {
  background: rgba(255, 255, 255, 0.15);
  width: 150px;
  height: 150px;
  padding: 40px;
  color: white;
  border-radius: 50%;
  margin: auto;
}
body.bodySiteEventUnaviable footer {
  background-color: #242424;
  min-height: 120px;
  padding: 20px;
  margin-top: 50px;
  color: white;
}
body.bodySiteEventUnaviable footer a,
body.bodySiteEventUnaviable footer a:hover {
  color: white;
}
body.bodySiteEventUnaviable footer p {
  text-align: center;
}
/* MEDIA QUERIES*/
@media all and (max-width: 768px) {
  body.bodySiteEventUnaviable #section1 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
  body.bodySiteEventUnaviable #section1 .item-cell {
    padding: 10px 25px 0 25px;
  }
}