﻿  * {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Lato', 'Source Sans Pro', sans-serif;
    color: #6c757d;
  }
  
  h1,
  h2,
  h3, h5 {
    margin: 0;
    font-family: Louis, Tahoma, NotoSansKR, NanumGothic, sans-serif !important;
  }
  
  label {
    margin-bottom: 0px !important;
  }
  
  p {
    font-size: 18px;
    font-family: Louis, Tahoma, NotoSansKR, NanumGothic, sans-serif !important;
    margin: 0px !important;
  }
  
  header {
    border-bottom: 1px solid #e4e4e4;
    height: 100px;
    display: grid !important;
    grid-template-columns: 20% 60% 20%;
  }
  
  .global-wrapper {
    display: grid;
    grid-template-columns: 26% 44% 31%;
  }
  
  .content {
    padding: 15px;
    background: #fff;
    grid-column: 2;
    font-family: Louis, Tahoma, NotoSansKR, NanumGothic, sans-serif !important;
  }
  
  .content .text h1 {
    font-size: 32px;
    color: #333;
  }
  .content .text h1 span {
    font-size: 22px;
  }
  
  .content text p {
    font-size: 18px;
  }
  
  .schedule-wrapper {
    display: grid;
    margin: 20px 0px 20px 0px;
  }
  
  .schedule-wrapper .calendar-box {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    width: 36%;
  }
  
  .schedule-wrapper .calendar-box input {
    width: 45px;
    cursor: pointer;
    height: 17px;
  }
  
  .content a {
    color: #333;
    transition: 300ms all;
    font-size: 18px;
  }
  
  .content a:hover {
    color: #000;
  }
  
  .button-wrapper {
    display: flex;
  }
  
  .button-wrapper button {
    background: #FF082E;
    color: #fff;
    padding: 8px 15px;
    font-size: 22px;
    transition: 300ms all;
    cursor: pointer;
    border: none;
    font-weight: bold;
  }
  
  .button-wrapper button:hover {
    background: #333;
    color: #fff;
  }
  
  .radio-group {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
    padding: 5px 5px;
    background-color: #f5f5f5;
    font-size: 17px;
    font-weight: 400 !important;
    border-bottom: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
  }
  
  .radio-group:hover {
    background: #333;
    color: #fff;
    cursor: pointer;
  }
  
  
  .afiliate-adress {
    width: 47%;
    margin: 5px 0px 10px 0px;
    display: flex;
    align-items: center;
  }
  
  .afiliate-adress p {
    font-weight: bold;
    padding: 15px
  }
  
  #logo-carglass {
    width: 150px;
    grid-column: 1;
    margin: 25px 0px 0px 130px;
  }
  
  #btnDenySchedule {
    color: #a9a9a9;
    text-decoration: underline #a9a9a9;
    font-size: 15px;
    margin: 28px 0px 0px 10px;
  }
  
  #location-icon {
    width: 40px;
  }

  .appointment-icon {
    width: 36px;
  }

  .conditional-div-franchise {
    margin: 0px 0px 20px 0px
  }

  .conditional-div-franchise span {
    font-size: 17px
  }

  .attention-icon {
    width: 20px;
    margin-right: 6px;
    margin-bottom: 3px;
  }

  .appointment-details {
    display: flex;
    flex-direction: column;
  }
  
  .appointment-address, .appointment-hour, .appointment-deductible-value {
    display: flex;
    align-items: center;
    margin: 0px 0px 15px 0px;
    font-size: 16px !important;
    border-bottom: 2px solid #E4E4E4;
    padding: 0px 0px 20px 0px;
    width: 43%;
  }

  .appointment-hour {
    padding-left: 5px;
  }

  
  .appointment-address img, .appointment-hour img, .appointment-deductible-value img {
    margin-right: 15px
  }
  
  .appointment-address span {
    font-size: 18px;
  }
  
  .appointment-hour span {
    font-size: 20px
  }

  .appointment-deductible-value span {
    font-size: 17px;
  }
  
  .appointment-details h3 {
    font-size: 22px;
    border-bottom: 2px solid #E4E4E4;
    margin: 42px 0px 15px 0px;
    padding: 0px 0px 20px 0px;
    width: 43%;
  }
  
  .observations {
    width: 45%;
  }
  
  .observations h5 {
    font-size: 15px;
    font-weight: bold;
    margin: 0px
  }
  
  .observations p {
    font-size: 15px;
    font-weight: bold;
    color: #A2A2A2;
  }
  
  .h1-reparo-agendado {
    line-height: 1.3;
    font-size: 33px
  }
  
  .text h3 {
    font-weight: bold;
    margin-top: 50px
  }
  
  @media screen and (min-width: 1024px) {
    .schedule-wrapper .calendar-box {
      width: 50%;
    }

    .schedule-wrapper {
      margin: 15px 0px 15px 0px;
    }
  
    header {
      height: 85px;
    }

    #logo-carglass {
      width: 135px;
      margin: 20px 0px 0px 130px;
  }
    
    .content {
      padding: 4px;
    }
  
    .afiliate-adress {
      width: 65%;
    }
  
    .appointment-details h3, .appointment-address, .appointment-hour, .appointment-deductible-value {
      width: 62%;
    }
  
    .observations {
      width: 60%;
    }

    .appointment-address, .appointment-hour, .appointment-deductible-value {
      padding: 0px 0px 12px 0px;
    }

    .appointment-hour {
        padding-left: 5px;
    }

    .h1-reparo-agendado {
      font-size: 31px;
      margin-top: 5px
  }

  .appointment-details h3 {
    font-size: 20px;
    margin: 20px 0px 15px 0px;
  }
}

@media screen and (max-width: 768px) {
  .global-wrapper {
    grid-template-columns: 8% 85% 7%;
  }

  .afiliate-adress {
    width: 100%;
  }

  .schedule-wrapper .calendar-box {
    width: 77%;
  }

  #logo-carglass {
    margin: 11px 0px 0px 130px;
  }

  .appointment-details h3, .appointment-address, .appointment-hour, .appointment-deductible-value {
    width: 100%;
  }

  .content .text h1 {
    font-size: 29px;
    color: #333;
  }
}
