
/*//////////////////*/
/*      FONTS       */
/*//////////////////*/

@font-face {
    font-family: 'Barlow';
    src: url("/_assets/Fonts/Barlow/Barlow-Bold.ttf") format("truetype");
    font-weight: bold;
    font-display: swap;
}
@font-face {
    font-family: 'BarlowLight';
    src: url("/_assets/Fonts/Barlow/Barlow-ExtraLight.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'ProductSans';
    src: url("/_assets/Fonts/ProductSans/ProductSans-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'ProductSans';
    src: url("/_assets/Fonts/ProductSans/ProductSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-display: swap;
}
@font-face {
    font-family: 'ProductSans';
    src: url("/_assets/Fonts/ProductSans/ProductSans-Italic.ttf") format("truetype");
   	font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'ProductSans-BoldItalic';
    src: url("/_assets/Fonts/ProductSans/ProductSans-BoldItalic.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    src: url("/_assets/Fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
    font-display: swap;
}


/*//////////////////*/
/*     GENERAL      */
/*//////////////////*/

h1, h2, h3, h4, h5, h6, .font-product {
    font-family: 'ProductSans' !important;
}

p {
    font-family: 'OpenSans';
    font-weight: lighter;
}

.font-barlow {
    font-family: 'Barlow' !important;
}

.center { 
    margin: auto;
    text-align: center; 
 }

/*//////////////////*/
/*     COLORS       */
/*//////////////////*/

.bg-primary {
    background-color: #044DA2 !important;
}
.bg-primary * {
    color: white !important;
}
.bg-gray {
    background-color: #E3DFDE !important;
}
.color-primary {
    color: #044DA2 !important;
}
.color-gray {
    color: #58595b;
}

/*//////////////////*/
/*    UPPERMENU     */
/*//////////////////*/

.uppermenu {
	box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.25);
	background-color: white;
	position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100px;
}
.uppermenu a {
	color: #292929;
	font-family: 'Barlow';
	font-size: 16px;
}

.uppermenu-logo {
	height: 75px;
}

#uppermenu-mobile {
	background-color: white;
    padding: 0px 32px;
}

/*//////////////////*/
/*      FOOTER      */
/*//////////////////*/

.image-footer {
    height: 100px;
    width: 100%;
}

/*//////////////////*/
/*   CONTAINERS     */
/*//////////////////*/

.main-container  {
	margin-top: 100px;
}

.banner-container {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    margin: auto;
    height: 18vw;
    max-height: 400px;
    min-height: 150px;

	font-family: 'ProductSans';
}
.banner-small {
    height: 12vw;
    max-height: 200px;
    min-height: 120px;
}

.inline-title {
    display: flex;
    align-items: flex-start;
}
.banner-container *, .banner-container {
	font-size: max(3vw, 22px);
}
.banner-container .subtitle, .banner-container .subtitle * {
    font-size: max(1vw, 12px);
    font-family: 'ProductSans-BoldItalic';
    margin-top: 6px;
}
.banner-container .text-danger {
    font-family: 'BarlowLight' !important;
    margin: 0px 6px;
    margin-top: -12px;
    font-size: max(4vw, 27px);
    font-weight: lighter;
}

.inner-shadow {
	box-shadow: inset 0px 10px 20px -10px #000;
}

.separator {
	background: #E3DFDE;
	height: 30px;
}

.content-inset {
    margin-bottom: -15px;
    z-index: 2;
}

.text-group * {
    margin: 0px;
}

.section-image {
    width: 100%;
}

.upper-thumbnail {
    position: absolute;
    top: -16px;
    bottom: -16px;
    left: -40px;
}
.upper-thumbnail img {
    height: 100%;
}

.lower-thumbnail {
    position: absolute;
    z-index: 1;
    bottom: -100px;
    right: -170px;
    height: 300px;
}

.generic-button {
    width: 100%;
    background-color: #2587c8;
    color: white !important;
    font-family: 'Barlow';
    border: none;
    padding: 4px 0px;
    display: block;
    text-align: center;
    cursor: pointer;
}
.generic-button.danger {
    background-color: #ec2830;
}

/*//////////////////*/
/*    THUMBNAIL     */
/*//////////////////*/

.thumbnail-container {
    display: flex;
    background-size: cover;
}

.thumbnail-container .thumbnail {
    background-position: center;
    background-size: cover;
    width: 100%;
} 
.thumbnail-container .content {
    padding: 16px;
    text-align: right;
    width: 100%;
}

.slash-section {
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}


/*//////////////////*/
/*      CARDS       */
/*//////////////////*/

.card {
    font-weight: 100;
    font-size: 20px;
    font-family: 'ProductSans';
}

.card-extend {
    height: 100%;
}

.card-small .card-header {
	min-height: 50px;
    padding: 0px 10px;
    line-height: 18px;
}

.card-content {
    line-height: 18px;
}

.card-icon {
    width: 50%;
}

/* ///////////// */
/*    SERVICES   */
/* ///////////// */

.service-icon {
    height: 300px;
}

.service-icon-container.left {
    position: absolute;
    left: 0;
    margin-left: -80px;
}
.service-icon-container.right {
    position: absolute;
    right: 0;
    margin-right: -80px;
}
.service-icon-container-mobile {
    display: flex;
    flex-flow: row-reverse;
    margin-right: -80px;
    margin-top: -140px;
}

/* ///////////// */
/*    QUERIES    */
/* ///////////// */

.only-desktop {
}
.only-mobile {
    display: none;
}

@media (max-width: 991px) {
    .section-image {
        height: 100%;
        width: auto;
    }
    .banner-container .subtitle, .banner-container .subtitle * {
        margin-top: 0px;
    }
    .banner-container .text-danger {
        margin: 0px;
        margin-top: -6px;
    }
}

@media (max-width: 767px) {
    .only-desktop {
        display: none;
    }
    .only-mobile {
        display: block;
    }

    .service-content-container {
        margin-top: 0px;
    }

    .section-image {
        width: 100%;
        height: auto;
    }

    .dissapearing-background {
        background-color: transparent !important;
    }
}