/*
Theme Name: Hospital Nossa Senhora de Fátima
Author: José Rodrigo
Version: 1.0
*/

/** RESET */
* {
  margin: 0;
  padding: 0;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  font-family: "Inter", sans-serif;
}

img {
  max-width: 100%;
}

img a {
  border: none;
}

ul {
  list-style: none;
}

i {
  margin-right: 8px;
}

embed,
video,
iframe,
iframe[style] {
  max-width: 100%;
  height: auto;
}

.embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed iframe,
.embed object,
.embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

.container {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}

.woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-NoticeGroup {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}

.woocommerce-NoticeGroup .woocommerce-error {
  background-color: rgba(184, 28, 35, 0.1);
  border: 2px solid rgba(184, 28, 35, 0.5);
  border-radius: 12px;
}

/** CSS GERAL */

/* Header */
.site-header {
  width: 100%;
  background-color: #fff;
  padding: 40px 0 25px 0;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header .logo {
  width: 180px;
}

/* Footer */
.site-footer {
  width: 100%;
  padding: 40px 0;
  margin-top: auto;
  background-color: #2EB6DB;
}

.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}

.site-footer a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
}

.checkout {
  padding: 60px 0;
}

.checkout .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.checkout h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #032872;
  margin-bottom: 20px;
}

.checkout .checkout-form {
  width: calc(100% - 390px);
}

.checkout .checkout-form input.input-text {
  width: 100%;
  padding: 20px;
  border: 1px solid #2EB6DB;
  border-radius: 12px;
}

.checkout .checkout-form .form-row-wide {
  width: 100%;
}

.checkout .checkout-form .form-row-duo {
  width: calc(50% - 15px);
}

.checkout .checkout-review {
  width: 360px;
}

.checkout .checkout-review #payment {
  background-color: transparent;
}

.checkout .checkout-review .button.alt {
  width: 250px;
  max-width: 100%;
  height: 60px;
  margin-top: 30px;

  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2EB6DB;
  border: 1px solid #2EB6DB;
  border-radius: 8px;
  transition: all ease-in 150ms;

  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  text-decoration: none;
}

.checkout .checkout-review .button.alt:hover {
  background-color: #1bb0ce;
  border-color: #1bb0ce;
}