/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23/mar/2018, 16:51:37
    Author     : Nuno Cerca
*/


@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #515656;
}

a {
    color: #138fc2;
}

.main {
    min-height: 75vh;
}

/*.header-filter:before, .header-filter:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.header-filter::before {
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
    color: #ffffff;
}*/

.overlay:before {
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
    color: #ffffff;
}
.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.header-filter::before {
    background: none;
}

.title, .card-title, .info-title, .footer-brand, .footer-big h5, .footer-big h4, .media .media-heading {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    padding: 10px;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    border-radius: 3px;
    line-height: 20px;
}
.navbar .navbar-brand {
    /*padding-top: 0px;*/
}
.navbar .navbar-brand-text {
    float: left;
    width: 100%;
}
.navbar .navbar-brand-subtext {
    float: left;
    font-size: 12px;
    margin-top: -13px;
    color: inherit;
}


.form-control, .is-focused .form-control {
    background-image: linear-gradient(to top, #00aec5 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.help-block-error {color: red; font-size: 11px;}

.about-office img {
    margin: 20px 0;
}


.section-colored{background-color: #e9f6fb}
.section-colored-top{background-color: #e9f6fb; border-top-left-radius: 6px; border-top-right-radius: 6px;}
.section-colored-bottom{background-color: #e9f6fb; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;}


.page-header .carousel .carousel-indicators {
    bottom: 60px;
}

@media screen and (max-width: 778px) {
    .hide-small-screen {
        visibility: hidden;
        clear: both;
        display: none;
    }
}

.payment-type {
    filter: grayscale(100%);
    transition-duration: 0.3s;
}
.payment-type:hover {
    box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    filter: grayscale(0%);

    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition-duration: 0.3s;
}



.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
    box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    background-color: #9c27b0;
    color: #FFFFFF;
    background-color: #138fc2;
}



.cookies-msg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px 30px;
    text-align: center;
    display: none;
    z-index: 99999;
    font-size: 12px;
}