/*------------- #LAYOUTS --------------*/
      /*------------- #Menu --------------*/
.dropbtn-services {
  color: rgb(0, 0, 0);
  font-size: 16px;
  padding: 5px;
  border: none;
}

.dropdown-services {
  position: relative;
  display: inline-block;
}

.dropdown-content-services {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 5px;
  padding-inline-start: 10px;
  z-index: 1;
}

.dropdown-content-services a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content-services a:hover {background-color: #ddd;}

.dropdown-services:hover .dropdown-content-services {display: block;}

.dropdown-services:hover .dropbtn-services {background-color: #6ea3d4; color: rgb(255, 255, 255);}
  
/*------------- #VARIABLES --------------*/
/*------------- #404-PAGE --------------*/
.content-page-404 {
  padding: 230px 0 510px;
  background: url("../img/404-img.png") 0 100% no-repeat;
  text-align: center;
  background-size: contain;
  background-color: #F7F9F9; }
  @media (max-width: 800px) {
    .content-page-404 {
      padding: 100px 0 300px; } }
  @media (max-width: 360px) {
    .content-page-404 {
      padding: 50px 0 250px; } }
  .content-page-404 .title {
    font-size: 257px;
    margin-bottom: 15px;
    line-height: 1; }
    @media (max-width: 800px) {
      .content-page-404 .title {
        font-size: 150px; } }
    @media (max-width: 480px) {
      .content-page-404 .title {
        font-size: 100px; } }
  .content-page-404 .subtitle {
    font-size: 47px;
    margin-bottom: 30px;
    line-height: 1; }
    @media (max-width: 800px) {
      .content-page-404 .subtitle {
        font-size: 36px; } }
  .content-page-404 .text {
    font-size: 28px;
    margin-bottom: 53px;
    line-height: 1.3; }
    @media (max-width: 800px) {
      .content-page-404 .text {
        font-size: 22px; } }
  .content-page-404 .btn {
    font-size: 32px;
    text-transform: uppercase; }

/*# sourceMappingURL=maps/layouts.css.map */
