.modal-box {
    display: none;
    position: fixed;
    z-index: 99999999999999999999;
    padding-top: 15vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(8,8,9,0.7);
  }
  .modal-content {
    position: relative;
    background-color:#FCF8FF;
    margin: auto;
    padding: 0; 
    max-width: 600px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.3s;
    animation-name: animatetop;
    animation-duration: 0.3s;
  }
  .modal-header {
    padding: 2px 12px;
    background: #080809;
    color:#f7f7f7;
  
  
  }
  .modal-header h4{
    padding: 20px 0px 20px 10px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-align: center;
  }
  
  .modal-body {
    background: #808FA9;
    padding: 20px 40px;
    color: #f7f7f7;
    justify-items: center;
    text-align: center;
  }

  .modal-inline {
      display: flex;
      grid-gap: 10px;
      justify-content: center;
      margin-bottom: 5px;
  }

  .modal-inline > p{
    font-weight: 700;
}
  .modal-inline > h6{
    font-weight: 700;
    font-style: italic;
}

.phone-link-modal, .local-link-modal, .whats-link-modal {
  display: flex;
  justify-content: center;
  align-items: center
}

.phone-link-modal::before {
  content: url(/img/whatsapp.svg);
  margin-right: 5px;
  display: inline;
}

  .modal-proposta-body {
    display: grid;
    background: #080809;
    grid-template-columns: repeat(2, 1fr);
    padding: 40px;
    color: #f7f7f7;
    justify-items: center;
    text-align: center;
  }

  .modal-whats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px;
      justify-items: center
  }

  
  .modal-whats a {
    border-radius: 10px;
    transition: all 0.25s ease-out, opacity 0.25s ease-in, all 0.25s ease-out;
    font-size: 1rem;
    display: grid;
  }

  .modal-bg {
      background: #f7f7f7;
      border-radius: 5px;
      color: #000;
      padding: 10px;
      width: 220px;
  }
 
  .close {
    color: #f7f7f7;
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 2rem;
  }
  
  .close:hover, .close:focus{
    color: #808FA9;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* add animation effects */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  @media only screen and (min-width:376px ) and (max-width:650px ) {
    .modal-whats {
      grid-template-columns: 1fr;
    }
  
    .modal-content {
      margin: 0px 20px;
    }
  
    .mapouter-modal {
      display: none;
    }
  
    .modal-header h3{
      font-size: 1rem;
      padding-top: 40px;
    }

  }
  @media only screen and (min-width:331px ) and (max-width:375px ) {
    .modal-whats {
      grid-template-columns: 1fr;
    }
  
    .modal-content {
      margin: 0px 20px;
    }
  
    .mapouter-modal {
      display: none;
    }
  
    .modal-header h3{
      font-size: 1rem;
      padding-top: 40px;
    }

    .modal-body {
      padding: 20px ;
      color: #FCF8FF;
      justify-items: center;
      text-align: center;
  }

  }


  @media only screen and (max-width:330px ) {
    .modal-whats {
      grid-template-columns: 1fr;
    }
  
    .modal-content {
      margin: 0px 20px;
    }
  
    .mapouter-modal {
      display: none;
    }
  
    .modal-header h3{
      font-size: 1rem;
      padding-top: 40px;
    }

    .modal-body {
      padding: 20px 10px;
      color: #FCF8FF;
      justify-items: center;
      text-align: center;
  }

  }