/*
* **********************************
* ################################## ESTILOS DE INDEX
* **********************************
*/

.bg-circle {
  background: #e0e9ee;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;

  -webkit-border-radius: 100px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius: 100px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-radius: 100px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;

  overflow: hidden;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .bg-circle {
    -webkit-border-radius: 40px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius: 40px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-radius: 40px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

    padding-bottom: 4rem;
  }
}

/*
  ========================
  ======================== INTERNAL
  ========================
  */

.internal-title {
  text-align: center;
  padding: 60px 0 20px 0;
}

.internal-title h2 {
  font-size: 34px;
  font-weight: 500;
  color: #b01116;
}

@media (max-width: 1024px) {
  .internal-title h2 {
    font-size: 28px;
  }
}

.internal-content {
  padding: 10px 30px 60px 30px;
}

/*
========================
======================== INTERNAL TXT
========================
*/

.internal-txt {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.internal-txt .htmlchars p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

/*
========================
======================== INTERNAL FORM
========================
*/

.internal-content form {
  max-width: 760px;
  margin: 0 auto;
}

.internal-content form div {
  width: 100%;
  margin-bottom: 10px;
}

.internal-content form .group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media (max-width: 991px) {
  .internal-content form .group {
    grid-template-columns: 1fr;
  }
}

.internal-content form .group div {
  margin-bottom: 0;
}

.internal-content form input[type="text"],
.internal-content form select,
.internal-content form textarea {
  width: 100%;
  background-color: #ffffff;
  font-size: 1.6rem;
  padding: 18px;
  font-weight: 300;
  color: #0a121a;
  border: 2px solid #ffffff;
  outline: 0;
  font-family: inherit;
  border-radius: 5px;
  text-transform: uppercase;
}

.internal-content form input::-webkit-input-placeholder,
.internal-content form select::-webkit-input-placeholder,
.internal-content form textarea::-webkit-input-placeholder {
  color: #0a121a;
}

.internal-content form select {
  appearance: none;
  background: #ffffff url("../../img/global/custom/icon-arrow-select.png")
    center right 20px no-repeat;
}

.internal-content form textarea {
  height: 150px;
  color: #0a121a;
}

.internal-content form .checkbox {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.internal-content form .checkbox span {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  margin-left: 20px;
}

.internal-content form input[type="checkbox"] {
  position: relative;
  cursor: pointer;
}

.internal-content form input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.internal-content form input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #003e7d;
}

.internal-content form input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}

.internal-content form .checkbox span {
}

.internal-content form .field-warning {
  border: 2px solid red !important;
}

.internal-content form .btn {
  background-color: #b01116;
  font-size: 1.6rem;
  padding: 15px 30px;
  color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.4s;
}

@media (max-width: 991px) {
  .internal-content form .btn {
    width: 100%;
    margin-top: 20px;
  }
}

.internal-content form .btn:hover {
  background-color: #6c080c;
  transition: 0.4s;
}

.details {
  width: auto;
  height: 45px;
  padding: 14px 0 0 48px;
  background: url(../../img/global/custom/icon-more.svg) left center no-repeat;
}

.details.active {
  background: url(../../img/global/custom/icon-less.svg) left center no-repeat;
}

.results {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}

.results .titles {
  background-color: #b01116;
  border-radius: 6px;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

.results .titles h2 {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}

.results-item {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 30px;
}

.results-item:not(:last-child) {
  margin-bottom: 10px;
}

.results-item .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.results-item .title span {
  font-size: 24px;
  font-weight: 500;
  color: #0d0d0f;
}

.results-item .infors {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 10px;
}

@media (max-width: 991px) {
  .results-item .infors {
    grid-template-columns: 1fr;
  }
}

.results-item .infors li {
  display: flex;
  align-items: center !important;
  gap: 10px;
}

.results-item .infors li span {
  font-size: 14px;
  font-weight: 300;
  color: #0d0d0f;
}

.results-item .infors li a {
  font-size: 14px;
  font-weight: 300;
  color: #0d0d0f;
  cursor: pointer;
}

.results-item .infors li a:hover {
  text-decoration: underline;
}

.results-item .dentist {
  max-height: 0;
  background-color: #eeeeee;
  border-radius: 10px;
  padding: 0 30px;
  overflow: hidden;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.results-item .dentist.active {
  max-height: 1000px;
  margin-top: 30px;
  padding: 30px;
}

.results-item.active .dentist {
  display: block;
}

.results-item .dentist li {
  padding: 10px 0;
}

.results-item .dentist li:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc7c7;
}

.results-item .dentist li h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.results-item .dentist li span {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 4px;
}

.results .alert {
  width: 100%;
  background-color: #cccc;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
}

.results .alert p {
  font-size: 16px;
}
