@font-face {
	font-family: 'gothic';
	src: url('../webfonts/gothic.eot');
	src: local('gothic'), url('../webfonts/gothic.woff') format('woff'), url('../webfonts/gothic.ttf') format('truetype');
}

body {
	font-family: 'Poppins', sans-serif !important;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.5em;
}
.moving-clouds {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 250.625em;
    height: 43.75em;
    animation: c 80s linear infinite;
}
small, .small {
    font-size: 85%;
    font-family: 'Poppins', sans-serif;
}
.bmd-form-group .checkbox label, .bmd-form-group .radio label, .bmd-form-group label {
    font-size: .9rem;
}
.bmd-form-group:not(.has-success):not(.has-danger) [class^='bmd-label'].bmd-label-floating, .bmd-form-group:not(.has-success):not(.has-danger) [class*=' bmd-label'].bmd-label-floating {
    color: #333;
}
[class^='bmd-label'], [class*=' bmd-label'] {
    color: #333;
}
label {
    color: #333;
}
@keyframes c{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}
text .btn, .btn.btn-default {
    color: #fff;
    background-color: #16467E;
    border-color: #16467E;
    border-radius: 0;
    font-family: 'Roboto';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 700;
}
.index-page .page-header {
    height: 465px;
    overflow: hidden;
    background-color: #b2afab;
    background-position: 50%;
    background-size: cover;
    /* min-height: 65vh; */
    max-height: 999px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-page .page-header-bardahl {
    height: 465px;
    overflow: hidden;
    background-color: #b2afab;
    background-position: bottom;
    background-size: cover;
    /* min-height: 65vh; */
    max-height: 999px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-main{
    background-image: url('../img/bg_main.jpg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-main-bardahl {
    background-image: url('../img/bardahl_teescucha_lateral.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-pricing .icon {
    padding: 10px 0 0;
}
.icon.icon-info {
    color: #00bcd4;
}
.card-pricing .icon i {
    font-size: 55px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    width: 130px;
    line-height: 130px;
    height: 130px;
}
.presentation-title{
    font-size: 3.2rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.card .card-header {
    border-radius: 3px;
    padding: 1rem 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border: 0;
    background: linear-gradient(60deg, #f9f9f9, #f9f9f9);
}
.navbar .navbar-brand {

    height: 85px;
}

.navbar .navbar-nav .nav-item .nav-link {
color: #22A894;
font-size: 13px !important;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
text-decoration: underline;		
}

.moving-clouds {
display:none !important;
}

.position-pcj{
    position: relative;
}
@media (min-width: 768px) { 
    .presentation-title {
        font-size: 4.2rem;
        font-weight: 600;
        display: inline-block;
        position: relative;
    }
    .position-pcj{
        position: absolute;
    }
 }