﻿/* 
    Created on : 05/08/2020, 11:52
    Author     : Bruno Brandão


    Cores padrões:

    Primary-Color:              #219661
    Secondary-Color:            #7AC0A0
    Acent-Color:                #FFFFFF
    Background-Color:           #F6F8F9

    Text-Color default:

    Primary-color-dark:         #000000
    Secondary-color-dark:       #219661
    Primary-color-ligth:        #FFFFFF
    
*/

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../../fonts/Roboto-Bold.ttf') format('truetype');
}

body {
    background-color:#F6F8F9;
    font-family:Roboto-Regular, Arial, Helvetica, sans-serif;
}

.display-4 {
    font-size: 37.4pt;
}

h1 {
    font-size: 20pt;
}

h2 {
    font-size: 16pt;
}

h3 {
    font-size: 12pt;
}

h4 {
    font-size: 11pt;
}

h5 {
    font-size: 10pt;
}

h6 {
    font-size: 9pt;
}

hr {
    margin: 0;
}

p {
    font-size: 14pt;
}

figure {
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.inf-txt-title {
    font-family: Heveltica, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
}

.inf-txt-title-section {
    color: #219661;
    font-weight: 800;
}

.inf-txt-hour, .inf-txt-small {
    font-size: 9pt;
}

.inf-txt-description, select.inf-txt-description > option {
    font-size: 11pt;
    text-align: justify;
}


.inf-txt-description, .inf-txt-hour {
    /*color: #A6ADB4;*/
}


.inf-txt-veja-mais {
    display: block;
    text-transform: uppercase;
    text-align: end;
    font-size: 8pt;
    color: #0091A7;
}

.inf-txt-sub-title {
    color: #219661;
    text-transform: uppercase;
    font-family: Heveltica, sans-serif;
    font-weight: 600;
}

.inf-txt-sub-sub-title, .inf-caption-sub-title {
    font-weight: 600;
    font-family: Heveltica, sans-serif;
}

.inf-txt-sub-text {
    font-family: Heveltica, sans-serif;
    font-size: 11pt;
    color: #FFFFFF;
}

.inf-txt-placeholder::placeholder,
.inf-txt-placeholder::-ms-input-placeholder
.inf-txt-placeholder:-ms-input-placeholder {
    color: #CBD0D3 !important;
}

.inf-container-fluid {
    padding: 0 !important;
}

/*MENU*/
@media (max-width: 991.98px) {
    .inf-container {
        justify-content: flex-start !important;
    }
}

nav {
    text-transform: capitalize;
}

.inf-nav { 
    background-color: #FFFFFF !important;
    padding: 0 10px !important;
    min-height: 80px !important;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    z-index:101;
}

.inf-link-nav {
    font-family: HevelticaBold, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    padding: 24px 0;
    color: #7AC0A0 !important;
}

.inf-link-nav:hover {
    color: #219661 !important;
}

/* Slide */
.inf-caroucel {
    position: relative;
}

.inf-image-carroucel-gradient {
    background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}

.carousel-control-next {
    all: unset;
}

.carousel-caption {
    all: unset;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: -50px;
    right: 0;
    text-align: center;
    color: #FFFFFF;
    z-index: 2;
}

.carousel-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}

.inf-btn-next {
    padding: 18px;
    position: absolute;
    border-style: dotted;
    border-radius: 5px;
    border-color: rgba(255,255,255,0.5);
    width: 396px;
    right: 40px;
    bottom: 40px;
    z-index: 2;
    opacity: 0.6;
}

.carousel-control-next-icon {
    width: 15px;
    height: 15px;
    float: right;
}

.inf-col-left {
    display: block;
    float: left;
    width: 95%;
}

.inf-col-right {
    width: 5%;
    float: right;
    display: block;
}

.inf-btn-next:hover {
    opacity: 1;
}

.inf-txt-btn-next-item, .inf-txt-item-caroucel {
    color: #FFFFFF;
}

.inf-txt-item-caroucel, .inf-caption-sub-title {
    text-align: left;   
}

.inf-accent-color {
    color: #FFFFFF;
    transition: color 0.5s;
}

.inf-accent-color:hover {
    color: #7AC0A0;
    text-decoration: none;
}

.inf-txt-second-color {
    color: #A6ADB4;
}

.inf-caption-sub-title {
    margin-top: 25px;
}

.inf-txt-limit-char {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inf-txt-see-more {
    color: #219661;
    text-decoration: none;
    margin-right: 2px;
}

.inf-txt-see-more:hover {
    color: #219661;
    text-decoration: none;
}

p.inf-txt-btn-next-item {
    margin: 0;
}

.inf-divider, .inf-divider-card {
    height: 1px;
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: #FFFFFF;
}

.inf-divider-card {
    background-color: #EBEDED;
}

.inf-btn, .inf-btn:hover {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    padding: 10px 25px;
    color: #FFFFFF;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 11pt;
    font-weight: 600;
    border-style: none;
}

.inf-btn {
    background-color: #219661;
    transition: background-color 0.5s;
}

.inf-btn:hover {
    background-color: #10707f;
}

.inf-btn-acent {
    background-color: #75BD9D;
}

.title-page {
    color: #FFFFFF;
    position: absolute;
    top: 33%;
    left: 15%;
    right: 15%;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .title-page {
        display: none;
    }
}


@media (min-width: 1200px) {
    .carousel-caption {
        top: 35%;
        transform: translate(0, -35%);
    }
}

@media (max-width: 1199.98px) {
    .carousel-caption {
        top: 35%;
        transform: translate(0, -35%);
    }

    p.inf-txt-btn-next-item {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .carousel-caption {
        top: 35%;
        transform: translate(0, -35%);
    }

    .carousel-control-next {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .carousel {
        display: none;
    }
}

.inf-img-caroucel {
    height: calc(100vh - 80px);
}

/*FOOTER*/
.inf-footer {
    background-color: #219661;
}

.inf-list-footer {
    list-style: none;
    padding-left: 0;
}

.inf-list-footer li a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: Heveltica, sans-serif;
    font-size: 11pt;
}

.inf-list-footer li a:hover {
    color: rgba(255,255,255,0.5);
}

.inf-input-text {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.1);
    border-right: none;
    font-family: Heveltica, sans-serif !important;
    font-size: 10pt;
}

.inf-input-button {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.1);
    border-left: none;
    color: #FFFFFF;
}

/*IMAGENS*/

.inf-img-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* APRESENTATION */

.inf-apresentation {
    position: relative;
    text-align: center;
}

.inf-apresentation > img {
    margin: 0 auto;
}

.inf-apresentation:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}

@media (max-width: 574px) {
    .inf-apresentation {
        display: none;
    }
}
/* FIM DE APRESENTATION */

/* VISIBLE */

.inf-link {
    text-decoration: none;
    color: #555555;
}

.inf-link:hover {
    text-decoration: none;
    color: #1d476f;
}

.inf-list-title {
    color: #0091A7;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: Heveltica;
    font-weight: 600;
}

.inf-list-description {
    color: #A6ADB4;
    font-size: 11pt;
}

.inf-list {
}

@media (min-width: 991.98px) {
    .inf-close {
        display: none;
    }
}

.inf-side-navbar {
    align-items: stretch;
}

.inf-txt-form {
    font-weight: 800;
    font-size: 9.75pt;
}

.inf-txt-label {
    text-transform: uppercase;
    color: #0091A7;
    font-weight: 800;
    font-size: 13.5pt;
}

.inf-txt-content-card {
    font-size: 13.5pt;
    color: #555555;
}

.inf-tag-list-item {
    display: block;
    background-color: #0091A7;
    color: #FFFFFF;
    font-size: 12pt;
    border-radius: 4px;
    padding: 2px 4px;
    vertical-align: middle;
}

.inf-tag-list-item a {
    text-decoration: none;
    color: #FFFFFF;
}

.inf-tag-list-item:hover {
    background-color: #1d476f;
}

.map {
    height: calc(100vh - 40px);
    width: 100%;
    margin: 0px !important;
}

.inf-card-map {
    height: 100vh;
}

/* Images */
.inf-circle {
    background-color: #aaa;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
}

    .inf-circle img {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

/*** #Font Sizes
**** Definição dos estilos das fontes.
***/

.inf-txt-d1 > a, .inf-txt-d2 > a, .inf-txt-d3 > a, .inf-txt-d4 > a, .inf-txt-d5 > a, .inf-txt-d6 > a {
    text-decoration:none;
}

.inf-txt-d1 {
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 300;
}

.inf-txt-d2 {
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
}

.inf-txt-d3 {
    font-size: 0.917rem;
    line-height: 1.2;
    font-weight: 600;
}

.inf-txt-d4 {
    font-size: 0.833rem;
    line-height: 1.2;
    font-weight: 300;
}

.inf-txt-d5 {
    font-size: 1.333rem;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
}

.inf-txt-d6 {
    font-size: 1.666rem;
    line-height: 1.2;
    font-weight: 600;
}

.inf-txt-p {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 300;
}

.inf-txt-p2 {
    font-size: 1rem;
}

.inf-txt-p3 {
    font-size: 1.166rem;
}

.inf-mb-40{
    margin-bottom: 40px;
}

.inf-mt-40 {
    margin-top: 40px;
}

.card-img-top {
    width: 100%;
    height: auto; 
}

.breadcrumb{
    font-size: 10pt;
    padding: 8px;
    background: #FFFFFF;
}

.breadcrumb > li > a {
    color: #7AC0A0;
}


.breadcrumb > li > a:hover {
    color: #219661;
    text-decoration: none;
}

.anime {
    opacity: 0;
    transform: translate3D(-50px, 0px, 0px);
}

.anime-init {
    opacity: 1;
    transform: translate3D(0px, 0px, 0px);
    transition: .75s all ease;
}