﻿body {
    background-color: #181818;
    margin: 0;
}


.back-main {
    width: 100%;
    display: flex;
    justify-content: center;
}

.main {
    width: 100%;
    height: 100vh; /*888px*/
    max-width: 1920px; /*1440px*/
    margin: 0 auto;
    /* background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("../images/hero-image.jpg"); */
    background-image: linear-gradient(90deg, rgb(0 0 0 / 59%), rgb(0 0 0 / 55%)), url("../images/hero-image.jpg");
    background-size: cover;
    background-position-x: right;
    position: relative;
    overflow: hidden;
}

.header {
    display: flex;
    flex-direction: row;
    margin: 40px 10%;
    position: absolute;
    z-index: 1;
}

.logo {
    width: 120px;
    background-size: cover;
}


.panel-1 {
    display: inline-flex;
    width: 100%;
    height: 100%; /*888px*/
}

.panel-1-frame-1 {
    margin: auto 10%;
}

.panel-1-frame-2 {
    max-width: 700px;
    margin: 28px 0;
}

.title {
    margin-bottom: 8px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    word-wrap: break-word;
    width: auto;
}

.subtitle {
    margin: 0;
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.bt-a-1 {
    display: inline-flex;
    width: 183px;
    height: 48px;
    /* background: #25D366; */
    background: #cb9e21;;
    border-radius: 6px;
    border: none;
    text-decoration: none;
    align-items: center;
    /*justify-content: space-around;*/
    justify-content: center;
    cursor: pointer;
}

.icon {
    background-size: cover;
    width: 10px;
    height: 100%;
}

.bt-a-1 span {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-left: 5px;
}

.back-main-2 {
    padding: 25px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    flex: 25%;
    max-width: 25%;
    /* padding: 0 4px; */
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }



  .mapa {
    padding: 35px;
}

.footer {
    text-align: center;
}
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }


@media (max-width: 840px) {

    .title {
        max-width: 350px;
        line-height: 100%;
    }

    .accent-text {
        font-weight: 400;
        font-size: 32px;
    }
}

@media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
  }