
.pageError {
  width: 100%;
  border: 0;
  border-radius: 8px;
  box-shadow: 0px 0px 16px #d7d7d7;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 56px 80px;
}
.pageError .header {
  width: 100%;
}
.pageError .log {
  display: flex;
	width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.pageError .log img {
  height: 48px
}
.pageError .animation {
  width: 100%;
  justify-content: center;
}
.pageError .row {
  width: 100%;
}
.pageError .animation .icon-code {
  font-size: 200px;
  color: #ddd;
	height: auto;
  width: auto;
}
.pageError .animation .icon-server {
  font-size: 200px;
  color: #ddd;
	height: auto;
  width: auto;
}
.pageError .animation .icon-pc {
  font-size: 200px;
  color: #ddd;
	height: auto;
  width: auto;
}
.pageError .animation .icon-geolocation {
  font-size: 200px;
  color: #ddd;
	height: auto;
  width: auto;
}
.pageError .animation .icon-search {
  font-size: 72px;
  color: #EE4823;
  font-weight: bold;
  position: absolute;
  top: 10rem;
  left: 13rem;
  -webkit-animation: corner 5s infinite;
  -moz-animation: corner 5s infinite;
  animation: corner 5s infinite;
	height: auto;
  width: auto;
}
.pageError .sect-button {
  display: flex;
  justify-content: flex-end;
}
.pageError h1 {
  font-size: 40px;
  color: #FFF;
  padding-bottom: 8px;
	font-weight: bold;
	line-height: normal;
}
.pageError p {
  font-size: 16px;
  color: #FFF;
  font-weight: 100;
}
.content .content-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  top: -48px;
	text-align: center;
}
.content .content-box .big-content {
  position: relative;
  height: 240px;
  margin: 40px auto 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.content .content-box .big-content .list-square {
  float: left;
}
.content .content-box .big-content .list-line {
  float: left;
  margin-left: 2rem;
}
.content .content-box .big-content span.square {
  display: block;
  background: transparent;
  width: 5rem;
  height: 5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  border: 1rem solid #FFFFFF;
  margin-bottom: 1.5rem;
}
.content .content-box .big-content span.line {
  display: block;
  background: #FFFFFF;
  width: 15rem;
  height: 1rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  margin-bottom: 2.3rem;
}

@-webkit-keyframes corner {
  0% {
    -webkit-transform: translate(-2rem, 0);
    -webkit-animation-timing-function: 0, 0.02, 0, 1.01;
  }
  20% {
    -webkit-transform: translate(-15rem, 2rem);
  }
  40% {
    -webkit-transform: translate(-7rem, -7rem);
    animation-timing-function: cubic-bezier(0, 0.02, 0, 1.01);
  }
  60% {
    -webkit-transform: translate(-15rem, -10rem);
  }
  80% {
    -webkit-transform: translate(2rem, -12rem);
  }
  100% {
    -webkit-transform: translate(-2rem, 0);
  }
}
@-moz-keyframes corner {
  0% {
    -moz-transform: translate(-2rem, 0);
    -moz-animation-timing-function: 0, 0.02, 0, 1.01;
  }
  20% {
    -moz-transform: translate(-15rem, 2rem);
  }
  40% {
    -moz-transform: translate(-7rem, -7rem);
    animation-timing-function: cubic-bezier(0, 0.02, 0, 1.01);
  }
  60% {
    -moz-transform: translate(-15rem, -10rem);
  }
  80% {
    -moz-transform: translate(2rem, -12rem);
  }
  100% {
    -moz-transform: translate(-2rem, 0);
  }
}
@keyframes corner {
  0% {
    -webkit-transform: translate(-2rem, 0);
    -moz-transform: translate(-2rem, 0);
    -ms-transform: translate(-2rem, 0);
    -o-transform: translate(-2rem, 0);
    transform: translate(-2rem, 0);
    -webkit-animation-timing-function: 0, 0.02, 0, 1.01;
    -moz-animation-timing-function: 0, 0.02, 0, 1.01;
    animation-timing-function: 0, 0.02, 0, 1.01;
  }
  20% {
    -webkit-transform: translate(-15rem, 2rem);
    -moz-transform: translate(-15rem, 2rem);
    -ms-transform: translate(-15rem, 2rem);
    -o-transform: translate(-15rem, 2rem);
    transform: translate(-15rem, 2rem);
  }
  40% {
    -webkit-transform: translate(-7rem, -7rem);
    -moz-transform: translate(-7rem, -7rem);
    -ms-transform: translate(-7rem, -7rem);
    -o-transform: translate(-7rem, -7rem);
    transform: translate(-7rem, -7rem);
    animation-timing-function: cubic-bezier(0, 0.02, 0, 1.01);
  }
  60% {
    -webkit-transform: translate(-15rem, -10rem);
    -moz-transform: translate(-15rem, -10rem);
    -ms-transform: translate(-15rem, -10rem);
    -o-transform: translate(-15rem, -10rem);
    transform: translate(-15rem, -10rem);
  }
  80% {
    -webkit-transform: translate(2rem, -12rem);
    -moz-transform: translate(2rem, -12rem);
    -ms-transform: translate(2rem, -12rem);
    -o-transform: translate(2rem, -12rem);
    transform: translate(2rem, -12rem);
  }
  100% {
    -webkit-transform: translate(-2rem, 0);
    -moz-transform: translate(-2rem, 0);
    -ms-transform: translate(-2rem, 0);
    -o-transform: translate(-2rem, 0);
    transform: translate(-2rem, 0);
  }
}

.pageError .sect-buttons-contact {
  display: flex;
  margin: 0;
}
.pageError .sect-buttons-dinamic {
  margin: 0;
  text-align: center;
}
.pageError .sect-buttons-dinamic p {
  color: #fff!important;
  display: inline-flex;
  margin: 0 0 4px 0;
  padding-bottom: 8px;
  font-size: 14px
}
.pageError .sect-buttons-contact a {
  color: #fff!important;
  border-color: #fff!important;
  min-width: 152px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 8px;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  border: 1px solid;
  margin-inline-start: 0;
  margin-inline-end: 16px;
  transition: none;
  position: relative;
  text-align: start;
  padding-inline-start: 24px;
}
.pageError .sect-buttons-contact a:last-child {
  margin-inline-end: 0px;
}
.pageError .sect-buttons-contact a:hover {
  background: #fff!important;
  color: #FFF!important;
}
.pageError .sect-buttons-contact a i {
  color: #fff!important;
}
.pageError .sect-buttons-contact .icon-start {
  font-size: 16px;
  position: absolute;
  left: 16px;
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFF!important;
}
.pageError .sect-buttons {
  width: 100%;
  padding: 0;
  color: #FFF!important;
}


@media (max-width: 1200px) {

  .pageError {
    padding: 40px;
  }

}

@media (max-width: 992px) {

  .container {
    width: 100%!important;
    max-width: 100%!important;
    padding: 0!important;
    margin: 0!important;
  }
  .centerAll {
    display: flex;
    align-items: flex-start;
    min-height: 100vh;
  }
  .pageError {
  	height: 100%;
  	min-height: 100vh;
  	border-radius: 0;
  }

}

@media (max-width: 576px) {

	.pageError {
	  width: 100%;
	  border: 0;
	  border-radius: 0;
	  box-shadow: none;
	  height: 100vh;
		padding: 16px 16px;
		display: flex;
    align-items: center;
    justify-content: space-between;
	}
	.content .content-box {
	  position: relative;
	  display: flex;
	  flex-direction: column;
	  justify-content: flex-start;
	  align-items: center;
	  top: -32px;
		text-align: center;
	}
	.pageError h1 {
	  font-size: 32px;
	  color: #FFF;
	  padding-bottom: 16px;
		font-weight: bold;
		line-height: normal;
	}
	.pageError .log {
    justify-content: center;
		padding-top: 8px;
}

}

@media only screen and (max-width: 480px) {
  .content {
    height: auto;
    display: block;
    padding: 3rem 0 5rem;
  }
  .content .content-box {
    padding: 0;
  }
  .content .content-box .big-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0 auto;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.5;
  }

}
/* Only for tablet in landscape mode @media only screen and (max-device-width: 1024px) and (orientation: landscape) */
/* Only for phone in landscape mode @media screen and (max-device-width: 667px) and (orientation: landscape) */
@media screen and (max-device-width: 667px) and (orientation: landscape) {
  .content {
    height: auto;
    display: block;
    padding: 5rem 0 5rem;
  }
  .content .content-box {
    padding: 0 1rem;
  }
  .content .content-box .big-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0 auto;
  }

}

/* error 500 */

.light1 {
	height: 13px;
	width: 13px;
	background-color: #EE4823;
	animation: taadaa 1s infinite;
	position: absolute;
	top: 84px;
	left: 35px;
	border-radius: 13px;
}
.light2 {
	height: 12px;
	width: 68px;
	background-color: #EE4823;
	animation: taadaa 1s infinite;
	position: absolute;
	top: 134px;
	left: 82px;
	border-radius: 13px;
}
.light3 {
	height: 13px;
	width: 13px;
	background-color: #EE4823;
	animation: taadaa 1s infinite;
	position: absolute;
	top: 184px;
	left: 35px;
	border-radius: 13px;
}


@keyframes taadaa {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* error 404 */

.text-404 {
	font-size: 72px;
  position: absolute;
  top: 40px;
  color: #ddd;
}
.icon-remove-circle2 {
	font-size: 48px;
  color: #EE4823;
  position: absolute;
  bottom: 40px;
  right: -24px;
  background: #FFF;
  border-radius: 66px;
  border: 4px solid #393939;
	animation: zoom-in-zoom-out 2s ease-out infinite;
}

/* not geolocation */

.pageError.notgeolocation .icon-remove-circle2 {
  font-size: 88px;
  color: #EE4823;
  position: absolute;
  bottom: 93px;
  right: 48px;
  background: #fff;
  border-radius: 66px;
  border: 8px solid #393939;
  animation: zoom2 2s ease-out infinite;
}
.pageError .sect-buttons-contact a:hover {
  background: #fff!important;
  color: #393939!important;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
