:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin-block-start: 0;
  margin-block-end: 0;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
	width: 100%;
	height: 100%;
}

body {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

.w-100 {
	width: 100%;
}

.f-h-100 {
  height: 100%;
}

.h-100 {
	min-height: 100vh !important;
}

.h-75 {
	min-height: 75vh;
}

.h-50 {
	min-height: 50vh;
}

.h-25 {
	min-height: 25vh;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.15rem;
}

h2, h3, h4, h5 {
    font-family: 'Prata', serif;
}


h1 {
	font-family: 'Myriad Pro';
    font-weight: normal;
    font-style: normal;
}

p, a, form {
    font-family: 'Muli', sans-serif;
}

p {
  margin-bottom: 20px;
}

.side p {
    margin-bottom: 5px;
}

h1.line {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

h1.line:after {
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 50px;
    height: 1px;
    background-color: #000;
    content: "";
}

h1::first-letter {
    color: #ff0000;
}

.text-center {
  text-align: center;
}

.btn-dark {
    color: #fff;
    border-color: #171a1d;
    background-color: #222;
    text-decoration: none;
    margin: 25px auto;
    display: block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    max-width: 300px;
}

    .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
    }

 .row [class*="col"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden;

}

.img-fluid, video {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {

body {
  font-size: 14px;
}


.row .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
}


.row .col-sm-6, .row .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
}



.row .col-vini {
  position: relative;
  padding-bottom: 60px;
}

.row .col-vini .btn-dark {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}


h1.line {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

h3 {
  font-size: 1.5rem;
}


}

@media (min-width: 1024px) {

.container-main > .center > section > h1.line:after {
    position: absolute;
    bottom: 0px;
    left: 50px;
    width: 50px;
    height: 1px;
    background-color: #000;
    content: "";
}


}

@media (min-width: 1200px) {

.container-main > .center > section > h1.line:after {
    position: absolute;
    bottom: 0px;
    left: 150px;
    width: 50px;
    height: 1px;
    background-color: #000;
    content: "";
}

.row .col-sm-4, .row .col-xl-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}


}

@media (min-width: 1920px) {
}