﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body, html {
    height: 100%;
}

body {
    background-image: url('../../../imgs/background/BG_HomePage.png');
    background-repeat: no-repeat;
    background-position: top -90px right -190px;
    font-family: Roboto;
}

.app {
    height: 100%;
    width: 100%;
    display: table;
}

.h-100 {
    height: 100%;
}

.container-table {
    display: table;
    margin: 0px !important;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

.custom-layout-box-color {
    background-color: rgba(255,255,255,0.95);
    border-radius: 5px;
}

.w-30-box {
    width: 30%;
    min-width: 350px;
}

.w-20-box {
    width: 20%;
    min-width: 350px;
}

#welcome {
    font-weight: bold;
    color: #ffffff;
    margin-top: 1em;
    margin-bottom: 1em;
}

@font-face {
    font-family: "audiowide";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/audiowide/Audiowide-Regular.ttf");
    src: url("fonts/audiowide/Audiowide-Regular.ttf?546c01739436985e5a21a8cb325521f3") format("truetype");
}

/* home page styles */

body .row-container {
    padding: 2% 6%;
}

.logo-home {
    position: relative;
    z-index: 10;
    left: 0px;
    top: 0px;
}

.block-contact{
    display:inline-flex;
    flex-direction:row;
    position:relative;
    float:right;
    top:0px;
    color:white;
    font-size: 1.5em;
}

    .block-contact a{
        margin-left:20px;
    }

    .block-contact > .phone > i{
        margin-right:20px;
    }

    .welcome-home {
        font-weight: 400;
        font-size: 2.5em;
        margin-top: 30px;
    }

.welcome-home-details {
    width: 50%;
    overflow: auto;
    margin-bottom:20px;
}

.block-access {
    width: 350px;
    border-radius: .6rem;
    -webkit-box-shadow: 10px 11px 24px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 11px 24px -11px rgba(0,0,0,0.75);
    box-shadow: 10px 11px 24px -11px rgba(0,0,0,0.75);
}

    .block-access .card-img {
        margin-top:-1px;
    }

.block-access .card-body{
    padding:35px;
}

.block-access .card-title{
    font-size:1.5em;
}

    .block-access .card-text {
        line-height: 1.6rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 4.5rem;
    }

    .block-access .btn-access{
        text-decoration:none;
        padding:7px 30px;
        margin:10px 0px;
        background-color:white;
        border:1px solid black;
        border-radius:50px;
    }

    .block-access.block-semence .btn-access:hover {
        background-color: #A8CBEB;
    }

    .block-access.block-plants .btn-access:hover {
        background-color: #D0EB6B;
    }

    .block-access.block-homologation .btn-access:hover {
        background-color: #EEC26D;
    }

.block-access a{
    position:relative;
    bottom:-10px;
}

/* end home page styles */
