/* 
 Theme Name:   Dra. Patrícia Cozzi
 Theme URI:    https://drapatriciacozzi.com.br
 Description:  Tema desenvolvido para website da Dra. Patrícia Cozzi
 Author:       Wesley Pimentel
 Author URI:   https://wesleypimentel.com.br
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  drapatriciacozzi

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* GLOBAL */

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

hr {
  border: 0;
  border-bottom: 2px solid rgba(150,150,150,.3);
  display: block;
  margin: 3em 0 !important;
}

.elementor-element:focus-within div {
  outline: none !important;
}

.trans {
  transition: all ease 250ms;
}



/* LOADING */
body.loading {
  cursor: wait;
}
body.loading:before {
  content: "";
  position: fixed;
  z-index: 999998;
  inset: 0 0 0 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}
body.loading:after {
  content: "";
  display: flex;
  z-index: 999999;
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -24px;
  margin-top: -24px;
  position: fixed;
  animation: spin 0.75s linear infinite;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' fill='white' width='48'%3E%3Cpath d='M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-155.5t86-127Q252-817 325-848.5T480-880q17 0 28.5 11.5T520-840q0 17-11.5 28.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133 0 226.5-93.5T800-480q0-17 11.5-28.5T840-520q17 0 28.5 11.5T880-480q0 82-31.5 155t-86 127.5q-54.5 54.5-127 86T480-80Z'/%3E%3C/svg%3E") center / cover no-repeat;
}


body .elementor-cta--skin-classic .elementor-cta__content {
  background-color: transparent;
}


/* LIGHTBOX VIDEO */

body .mfp-iframe-holder .mfp-content {
  max-width: 1200px;
}

body .mfp-iframe-holder .mfp-close {
  display: inline-flex;
  align-items: center;
  font-size: 2em;
  margin-top: -5px;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  padding: 0;
  justify-content: center;
}

body .mfp-iframe-scaler iframe {
  border-radius: 10px;
}

body .mfp-wrap {
  animation: fadeIn 1s;
}

/* FORMS */

.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form br {
  display: none;
}
body input[type=text],
body input[type=date],
body input[type=email],
body input[type=number],
body input[type=password],
body input[type=search],
body input[type=tel],
body input[type=url],
body select,
body textarea,
.form-control,
.wpcf7-form-control {
  background-color: #fff;
  border: 2px solid var(--e-global-color-primary);
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  min-width: initial;
  margin-bottom: 10px;
  max-width: 100%;
  height: initial;
  width: 100%;
  padding: 15px !important;
  border-radius: 5px;
  transition: all ease 250ms;
}
body input[type=text]::placeholder,
body input[type=date]::placeholder,
body input[type=email]::placeholder,
body input[type=number]::placeholder,
body input[type=password]::placeholder,
body input[type=search]::placeholder,
body input[type=tel]::placeholder,
body input[type=url]::placeholder,
body select::placeholder,
body textarea::placeholder,
body .form-control::placeholder,
body .wpcf7-form-control::placeholder {
  color: rgba(0, 0, 0, 0.9);
}
body input[type=text] label,
body input[type=date] label,
body input[type=email] label,
body input[type=number] label,
body input[type=password] label,
body input[type=search] label,
body input[type=tel] label,
body input[type=url] label,
body select label,
body textarea label,
body .form-control label,
body .wpcf7-form-control label {
  cursor: pointer;
  display: block;
}
body input[type=text]:hover,
body input[type=date]:hover,
body input[type=email]:hover,
body input[type=number]:hover,
body input[type=password]:hover,
body input[type=search]:hover,
body input[type=tel]:hover,
body input[type=url]:hover,
body select:hover,
body textarea:hover,
body .form-control:hover,
body .wpcf7-form-control:hover {
  border-color: var(--e-global-color-secondary);
}
body input[type=text].wpcf7-acceptance,
body input[type=date].wpcf7-acceptance,
body input[type=email].wpcf7-acceptance,
body input[type=number].wpcf7-acceptance,
body input[type=password].wpcf7-acceptance,
body input[type=search].wpcf7-acceptance,
body input[type=tel].wpcf7-acceptance,
body input[type=url].wpcf7-acceptance,
body select.wpcf7-acceptance,
body textarea.wpcf7-acceptance,
body .form-control.wpcf7-acceptance,
body .wpcf7-form-control.wpcf7-acceptance {
  padding: 0 !important;
}
body input[type=text].wpcf7-acceptance label,
body input[type=date].wpcf7-acceptance label,
body input[type=email].wpcf7-acceptance label,
body input[type=number].wpcf7-acceptance label,
body input[type=password].wpcf7-acceptance label,
body input[type=search].wpcf7-acceptance label,
body input[type=tel].wpcf7-acceptance label,
body input[type=url].wpcf7-acceptance label,
body select.wpcf7-acceptance label,
body textarea.wpcf7-acceptance label,
body .form-control.wpcf7-acceptance label,
body .wpcf7-form-control.wpcf7-acceptance label {
  padding: 20px !important;
}
body .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 5px;
}
body .wpcf7-form-control-wrap .form-control,
body .wpcf7-form-control-wrap .wpcf7-form-control {
  margin-bottom: 0 !important;
}
body select.form-control,
body select.wpcf7-select {
  width: 100%;
  cursor: pointer;
}
body .form-control-select-wrap {
  display: block;
  position: relative;
  width: 100%;
}
body .form-control-select-wrap select.form-control,
body .form-control-select-wrap select.wpcf7-select {
  padding-right: 50px;
}
body .form-control-select-wrap select.form-control:after,
body .form-control-select-wrap select.wpcf7-select:after {
  color: inherit;
}
body .form-control-select-wrap:after {
  font-family: fontawesome;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
  font-size: 0.75em;
  font-weight: normal;
}
body .form-control-select-wrap:hover:after {
  color: var(--e-global-color-primary);
}
body .wpcf7-list-item,
body pan.wpcf7-list-item {
  display: block;
  margin-left: 0;
}
body .wpcf7-list-item label,
body span.wpcf7-list-item label {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 10px;
  position: relative;
  border-radius: 5px;
  transition: all ease 250ms;
}
body .wpcf7-list-item label .wpcf7-list-item-label,
body span.wpcf7-list-item label .wpcf7-list-item-label {
  margin-left: 10px;
  line-height: 1.1em;
}
body .wpcf7-list-item label input:checked + .wpcf7-list-item-label,
body span.wpcf7-list-item label input:checked + .wpcf7-list-item-label {
  color: var(--e-global-color-secondary);
}
body .wpcf7-list-item label:hover,
body span.wpcf7-list-item label:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--e-global-color-primary);
}
body .wpcf7-list-item label:hover input,
body span.wpcf7-list-item label:hover input {
  opacity: 0.75;
}
body .wpcf7-list-item label.cf7mls-invalid .wpcf7-not-valid-tip,
body span.wpcf7-list-item label.cf7mls-invalid .wpcf7-not-valid-tip {
  display: none;
}
body .wpcf7-list-item.first label.cf7mls-invalid .wpcf7-not-valid-tip,
body span.wpcf7-list-item.first label.cf7mls-invalid .wpcf7-not-valid-tip {
  position: absolute;
  display: block;
  right: 5px;
  background: #e94a39;
  color: #fff;
  padding: 0 8px;
  border-radius: 13px;
}
body .wpcf7-list-item.first label.cf7mls-invalid:hover .wpcf7-not-valid-tip,
body span.wpcf7-list-item.first label.cf7mls-invalid:hover .wpcf7-not-valid-tip {
  opacity: 0;
}
body .wpcf7-textarea {
  resize: vertical;
}
body .wpcf7-submit {
  border: none !important;
  border-radius: 50px;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background-color: var(--e-global-color-primary);
  color: #FFF;
  width: 100%;
  border-radius: 50px !important;
  font-family: var(--e-global-typography-f048da3-font-family);
  font-weight: 600;
}
body .wpcf7-submit:focus,
body .wpcf7-submit:hover {
  background-color: var(--e-global-color-secondary);
}

body .text-fone {
  white-space: nowrap;
}
body .wpcf7 .wpcf7-form .wpcf7-not-valid {
  border: 2px solid #e94a39 !important;
}
body span.wpcf7-not-valid-tip {
  font-size: 0.8rem;
  transition: all ease 250ms;
}
body .wpcf7 form .wpcf7-response-output {
  background-color: rgba(255, 224, 79, 0.1);
  border: 2px solid;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.9rem;
  line-height: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 15px 15px 15px 72px;
  position: relative;
  text-align: left;
  border-radius: 8px;
}
body .wpcf7 form .wpcf7-response-output:before {
  content: "⚠️";
  color: #ffe04f;
  font-family: fontawesome;
  font-size: 32px;
  position: absolute;
  line-height: 32px;
  left: 15px;
  top: 50%;
  margin-top: -16px;
}
body div.wpcf7-validation-errors,
body div.wpcf7-acceptance-missing {
  border-color: #ffe04f;
}
body .wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
  background: #b9ffbe;
  color: green;
}
body .wpcf7 form.sent .wpcf7-response-output:before {
  color: inherit;
  content: "✅";
}
body .wpcf7 form.wpcf7-form.sent *:not(.wpcf7-response-output) {
  display: none;
}
body .wpcf7-spinner {
  position: absolute;
}
.grecaptcha-badge {
  visibility: hidden !important;
}