@font-face {
  font-family: 'Vidaloka';
  src: url('fonts/Vidaloka-Regular.woff2') format('woff2'),
      url('fonts/Vidaloka-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
	box-sizing: border-box
}

:root {
  --border: #ddd;
  --box-gray-light: #f8f8f8;
  --box-gray-title: rgba(0, 0, 0, 0.05);
  --black: #000;
  --desc: #444;
  --light-gray: #f8f8f8;
  --primary: #8d1e3a;
  --white: #fff;
}

a {
  transition: all .3s;
}

a,
button {
  cursor: pointer;
}

a.location:not(:hover) {
  background-color: var(--light-gray);
  border: 1px solid var(--border);
  color: var(--black);
}

article h2,
h2.border-bottom {
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
}

body,
input,
textarea {
  font: 400 16px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  line-height: 1.5;
}

body.home #hero-caption {
  background: linear-gradient(180deg,rgba(0,0,0,0.4),rgba(15,23,42,0.4));
  color: var(--white);
}

body.home h1 {
  font-size: clamp(3rem, 6rem, 10vw);
  max-width: 775px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .6);
}

body.home #hero strong {
  font-size: 2.6rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
}

body:not(.home) #hero {
  color: var(--black);
  height: 350px;
  text-align: center;
}

body:not(.home) #hero-caption,
#hero-service-caption {
  background: rgba(255,255,255,0.75);
}

body:not(.home) h1 {
  font-size: 2.625rem;
}

footer {
  background-color: var(--black);
  color: rgba(255,255,255,0.75);
}

footer a {
  color: var(--white);
}

footer li {
  display: inline-block;
}

 footer li + li:before {
  content: "|";
  padding: 0 10px;
}

footer li a {
  padding: 10px;
  text-transform: uppercase;
}

footer p:first-child a {
  font-size: 1.4rem;
}

form .pad {
  background-color: var(--white);
  border: 1px solid var(--border);
  padding: 10px;
}

h2 {
  font-size: 2rem;
}

h2,
h3 {
  margin-bottom: 1.5rem;
}

h2:first-child,
p:first-child {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  flex-grow: 1;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

p + h2 {
  margin-top: 2.5rem;
}

h2 + h3 {
  margin-top: -0.8rem;
}

h3 {
  font-size: 1.4rem;
}

h1,
h2,
h3,
#models .name,
#services .name,
.home #hero strong {
  font-family: 'Vidaloka';
  font-weight: 400;
  line-height: 1.15;
}

h1,
.m-0 {
  margin: 0;
}

main a,
#head a.active,
#head a:hover {
  color: var(--primary);
}

#breadcrumb li,
#breadcrumb li:after {
  font-size: 0.95rem;
}

#breadcrumb li:not(:last-child):after {
  content: "/";
  display: inline;
  padding: 0 5px;
}

#contact-content div + div {
  border-top: 1px solid var(--border);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

#contact-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
}

#copyrights {
  background-color: #1d1d1d;
  color: rgba(255,255,255,0.65);
  font-size: 0.95rem;
  padding: 0.5rem 1.5rem;
}

#head {
  border-bottom: 1px solid #999;
  position: fixed;
  z-index: 100;
}

#head a {
  text-decoration: none;
}

#head a:not(.active):not(:hover) {
  color: var(--black);
}

#hero-service .content p {
  font-size: 18px;
}

#model {
  gap: 2rem;
}

#model-details td {
  padding: 5px 0;
}

#model-details td:last-child {
  text-align: right;
}

#model-details tr {
  border-color: var(--border);
}

#models .absolute {
  z-index: 20;
}

#models .content {
  background: linear-gradient(rgba(0,0,0,0.0) 70%, rgba(0,0,0,0.7)) 20%;
}

#models .name {
  bottom: 1rem;
  font-size: 1.4rem;
  left: 1rem;
}

#models .slogan {
  font-size: 14px;
  max-width: calc(100% - 2rem);
  padding: 0.5rem 1rem;
  right: 1rem;
  top: 1rem;
}

#services a {
  text-decoration: none;
}

#services .desc {
  color: var(--desc);
  font-size: 0.95rem;
}

#services a:hover .name {
  color: var(--primary);
}

#services a:not(:hover) .name {
  color: var(--black);
}

#services .name {
  font-size: 1.4rem;
  margin: 0.8rem 0 0.5rem;
}

#submit {
  border: 0;
  height: 39px;
  margin-left: 10px;
  padding: 0 15px;
}

#verify-input {
  width: 80px;
}

#whatsapp {
	bottom: 0.7rem;
	display: block;
	fill: #4AC459;
	height: 48px;
	position: fixed;
	right: 0.7rem;
	width: 48px;
	z-index: 100;
}

#wrap {
  flex-direction: column;
  min-height: 100vh;
}

.absolute {
  position: absolute;
}

.absolute-default {
  left: 0;
  top: 0;
}

.absolute-default,
.w-full {
  width: 100%;
}

.alert {
  border: 1px solid;
  background-color: var(--white);
  padding: 0.8rem 1.5rem;
}

.alert-error {
  border-color: red;
  color: red;
}

.alert-success {
  border-color: green;
  color: green;
}

.aspect-article {
  aspect-ratio: 4 / 3;
}

.bg-gray {
  background-color: var(--box-gray-light);
}

.bg-primary,
.btn,
a.location:hover {
  background-color: var(--primary);
  color: var(--white);
}

.bg-white {
  background-color: var(--white);
}

.block {
  display: block;
}

.btn,
a.location {
  display: inline-block;
  padding: 1rem 3rem;
  text-decoration: none;
}

.btn,
.uppercase {
  text-transform: uppercase;
}

.container {
  width: 95vw;
}

.container.narrow {
  max-width: 900px;
}

.container:not(.narrow) {
  max-width: 1280px;
}

.container,
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
}

.gap {
  gap: 1rem;
}

.grid {
  display: grid;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}

.items-center {
  align-items: center;
}

.gap-2 {
  gap: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.object-cover {
  object-fit: cover;
}

.overflow-hidden {
  overflow: hidden;
}

.p-0 {
  padding: 0;
}

.p-2 {
  padding: 2rem;
}

.py {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.partner a,
.partner a .flex {
  min-height: 48px;
}

.price-list h2 {
  background-color: var(--box-gray-title);
  margin: 0;
  padding: 1rem 1.5rem;
  text-align: center;
}

.price-list table {
  border-collapse: collapse;
  width: 100%;
}

.price-list td {
  padding: 10px 0;
}

.price-list td:last-child {
  text-align: right;
}

.price-list tr + tr {
  border-top: 1px solid var(--border);
}

.relative {
  position: relative;
}

.tab-buttons {
  margin: 2rem 0 1rem;
}

.tab-button {
  padding: 10px 15px;
  border: 1px solid var(--border);
  display: inline-block;
}

.tab-button:not(.bg-primary) {
  background-color: transparent;
}

.tab-button + .tab-button {
  margin-left: 5px;
}

.tab-content:not(.active) {
  display: none;
}

.text-center,
.title-center h2,
.title-center h3 {
  text-align: center;
}

.text-white {
  color: var(--white);
}

@media screen and (min-width: 1200px) {
  main {
    padding-top: 68px;
  }

  #buttons {
    text-align: right;
  }

  #head {
    align-items: center;
    display: grid;
    grid-template-columns: 200px 1fr 200px;
  }

  #head a {
    padding: 10px 15px;
  }

  #head li {
    display: inline-block;
    vertical-align: center;
  }

  #head ul {
    text-align: center;
  }

  #hero-service {
    height: calc(100vh - 70px);
  }

  #hero-service-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  #openMenu {
    display: none;
  }

  .home #hero {
    height: 800px;
  }
}

@media screen and (max-width:1200px) {
  main {
    padding-top: 56px;
  }

  #buttons {
    position: absolute;
    right: 75px;
  }

  #buttons,
  #openMenu {
    top: 4px;
  }

  #buttons a {
    align-items: center;
    display: flex;
  }

  #buttons a,
  #openMenu {
    height: 48px;
    width: 48px;
  }

  #buttons span {
    margin: 0 auto;
  }

  #head {
    min-height: 48px;
  }

  #head,
  #menu a {
    padding: 10px 15px;
  }

  #logo {
    width: 130px;
  }

  #logo,
  #menu li {
    display: block;
  }

  #menu {
    margin-top: 10px;
  }

  #menu:not(.show) {
    display: none;
  }

  #menu a {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  #openMenu {
    background-color: transparent;
    border: none;
    right: 15px;
  }

  #hero-service img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: -1;
  }

  #hero-service-caption {
    padding: 3rem 0;
  }
}

@media screen and (min-width:1024px) {
  #model {

    grid-template-columns: 410px 1fr;
  }

  .list-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width:1024px) and (min-width:768px) {
  .list-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width:768px) {
  .list-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width:768px) and (min-width:500px) {
  .list-3,
  .list-4:not(#models) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:500px) {
  #models .slogan {
    display: none;
  }
}

@media screen and (max-width:768px) and (min-width:360px) {
  #models.list-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width:360px) {
  .list-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

body.home #hero {
  min-height: 500px;
}