@media screen and (min-width:767px) {
    .imgGoogle {
        position: absolute; margin-top: -40px;margin-left: 24px;
    }
    .imgWaze {
        position: absolute; margin-top: -40px;margin-left: 260px;
    }
}

.map-responsive iframe {
    margin-top: 24px;
}

.contact-info {
    background:#02348f !important;
}
.contact-info h1 {
    color:white;
    margin: 30px 0 20px;
    font-size: 24px;
}
.contact-info .buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 90%;
    margin: auto;
}
.contact-info .btn-chat {
    width: 330px;
    background-color:#03A9F4;
    color:white;
    border-radius: 3px;
    line-height: 36px;
    padding: 7px 18px;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all ease-in 0.2s;
    border: solid 2px #03A9F4;
}
.contact-info .btn-chat:hover {
    background-color:#fff;
    color:#03A9F4;
    border: solid 2px #03A9F4;
}
.contact-info .btn-chat .btn-icon {
    background-image: url(//static.jivosite.com/button/chat_light.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 28px;
}
.contact-info .btn-whatsapp {
    width: 330px;
    background-color:#25d366;
    color:white;
    border-radius: 3px;
    line-height: 36px;
    padding: 7px 18px;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all ease-in 0.2s;
    border: solid 2px #25d366;
}
.contact-info .btn-whatsapp:hover {
    background-color:#fff;
    color:#25d366;
    border: solid 2px #25d366;
}

@media screen and (max-width: 480px) {
    .contact-info .buttons {
        display: inline-block;
    }
    .contact-info .btn-chat {
        width: 100%;
    }
    .contact-info .btn-whatsapp {
        display: block;
        margin-top: 20px;
        width: 100%;
    }
}

.custom_btn {
    display: block;
    color:#428bca;
    font-size: 14px;
    margin-top: 16px;
    transition: all ease-in 0.2s;
}
.custom_btn:hover {
    color:#da4d4d;
}



.appointment-wrapper{
    padding: 40px 0 0 0;
    background-color: #fff;
  }
  .appointment-wrapper.wa-section{
    padding: 0;
    background-color: #51b8f2;
  }
  .appointment-wrapper .row{
    background-color: #51b8f2;
    max-width:1170px;
    margin:0 auto;
  }
  .appointment-wrapper .row h2{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 32px 0;
    text-transform: none;
  }
  .appointment-wrapper .row h3{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    text-transform: none;
  }
  .appointment-wrapper .row h3 span{
    font-size: 30px;
  }
  .appointment-wrapper .row .image-wrapper{
      width: 100%;
      margin: 10px;
      text-align: center;
  }
  .appointment-wrapper .row .image-wrapper img{
    width: 68%;
  }
  .appointment-wrapper .row .btn-wrapper{
    display: flex;
    justify-content: center;
  }
  .appointment-wrapper .row a{
    display: block;
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border: solid 2px white;
    background: #1ec808;
    transition: ease-in all 0.2s;
    margin: 20px 0;
    padding: 10px;
  }
  .appointment-wrapper .row a:hover{
    color: #0091c1;
    border: solid 2px white;
    background: rgba(255, 255, 255, 1);
  }
  
  .appointment-wrapper .phone-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .appointment-wrapper .phone-wrapper i {
    margin-right: 10px;
    color: white;
  }
  

  @media screen and (max-width: 480px) {
    .appointment-wrapper .row .image-wrapper{
      display: none;
    }

    .appointment-wrapper .row a{
      margin: 32px 12px 40px 6px;
    }
  
    .appointment-wrapper .phone-wrapper {
      padding: 12px 0 20px 0;
      margin-top: 0;
      clear: both;
    }
  }

  .main {
    display: block;
    float: left;
    width: 100%;
    height: auto;
  }
  .custom_404_section {
    display: block;
    max-width: 800px;
    min-height: 400px;
    margin: 140px auto 0 auto;
    text-align: center;
  }
  .custom_404_section h1 {
    display: block;
    width: 100%;
    margin: 40px 0;
  }
  .custom_404_section h4 {
    text-transform: none;
    line-height: inherit;
  }
  .custom_404_section .btn-wrapper {
    display: block;
    width: 100%;
    margin-top: 30px;
  }

  .fa {
    /* font: unset !important; */
    font-size: 21px !important;
    line-height: 40px !important;
}