﻿@font-face {
    font-family: MIC_BD;
    src: local('O'), url('/fonts/MIC_32-bd.woff') format('woff');
}

@font-face {
    font-family: MIC_MD;
    src: local('O'), url('/fonts/Mic 32Medium Regular.woff') format('woff');
}

@font-face {
    font-family: MIC_IT;
    src: local('O'), url('/fonts/MIC_32-lt.woff') format('woff');
}
html {
    overflow-x: hidden;
}

body {
    font-family: MIC_IT;
    font-size:15px;
    color: #004c47;
}

.navbar-default {
    box-shadow: #000000 2px 1px 10px;
    border-bottom:none;
}

.navbar {
    min-height: 80px;
}

.navbar-brand {
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
}

.navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 23px;
    padding: 9px 10px !important;
}

.bg_video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    background: url(~/images/landing-page/products/portal-header-en.png) no-repeat;
    background-size: cover;
}

.navbar-fixed-top
{
    z-index:990;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #004c47;
}

.heading {
    color: #004c47;
    font-family: MIC_IT;
    font-size: 50px;
}

.heading1 {
    color: #004c47;
    font-family: MIC_IT;
    font-size: 45px;
}

.heading1 b {
    font-family: MIC_MD;
}

.giulia1 {
    max-height: 40vh;
    max-width: 80vw;
    margin: 30px auto;
    padding: 30px;
}

.heading-bullets {
    color: white;
    font-size: 40px;
    text-align: center;
    font-family: MIC_BD;
    margin-top: 0px;
}

.rgpd_ebook {
    color: #004c47;
    text-decoration:underline;
}

.text-1 {
    font-family: MIC_IT;
    color: white;
}
.text-2 {
    font-family: MIC_IT;
    color: white;
}
.text-3 {
    font-family: MIC_IT;
    color: #004c47;
}

.solution-row {
    background-color: #5faa2c;
    color: white;
    margin-bottom: 5px;
}

.solution-row h3 {
    text-align: left;
    padding: 10px;
}



img {
    display: block;
    width: auto;
    height: auto;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle
{
    border-color:white;
}

/* The container must be positioned relative: */
select {
    width: 100%;
    font-size: 14px;
    border: 1px solid white;
    border-radius: 5px;
    height: 34px;
    color: white;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 96% / 15% no-repeat #5faa2c;
    text-align-last: center;
}

option {
    background-color: #004c47;
    color:white;
}

    option:hover {
        box-shadow: 0 0 10px 100px #fff inset;
      
    }

select option:checked:after {
    content: attr(title);
    background: #666;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    border: none;
}

select:hover
{
    cursor:pointer;
}

.login-btn span {
    color: white;
    font-family: MIC_BD;
    background-color: #004c47;
    padding: 7px 20px;
    border: 1px solid #004c47;
    border-radius:5px;
}

.login-btn:hover span {
    font-family: MIC_BD;
    background-color: #F7F8FA;
    color: #004c47;
    border:none;
}


.amazingly-easy {
    color: #5faa2c;
    font-family:MIC_BD;
    font-style:italic;
}

.cloud-green {
    color: #5faa2c;
    font-family: MIC_BD;
}

.solution-text {
    color: #5faa2c;
    font-family: MIC_BD;
    font-style: italic;
}

.navbar-brand {
    background-image: url(/images/newhome/Logo_escuro.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 160px;
}


@media(max-width:768px) {
    .nav > li {
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #5faa2c;
        font-family: MIC_BD;
    }

    select {
        width: auto;
    }

    .heading {
        font-size: 40px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .heading1 {
      
        font-size: 35px;
    }

    .main_bg {
        background-image: url('../images/newhome/Interface_DescTop_Iphone_xs.png');
        background-repeat: no-repeat;
        height: 87vh;
        background-size: cover;
        background-position: center;
        text-align: center
    }

    .navbar-default .navbar-collapse {
        background-color: white;
        opacity: 0.97;
    }

    .navbar-default .navbar-nav > li > a {
        color: #004c47;
    }

    .navbar-header {
        background-color: #5faa2c;
    }

    .navbar-fixed-top {
        background-color: unset;
    }

    .navbar .container {
        background: unset;
    }

    article {
        height: auto;
    }

    .giulia1 {
        padding: 0px;
        margin: unset;
    }
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        padding-top: 26.5px;
        padding-bottom: 26.5px;
        line-height: 27px;
    }
    .navbar-fixed-top {
        background-color: #5faa2c;
    }

    .main_bg {
        background-image: url('../images/newhome/Interface_DescTop_Iphone.png');
        background-repeat: no-repeat;
        height: 87vh;
        background-size: cover;
        background-position: center;
        text-align: center
    }

    .navbar-default .navbar-nav > li > a
    {
        color:white;
    }

    h1 {
        font-size: 40px;
        margin-top: 30px;
    }

    .nav > li {
        text-align: center;
        
    }

    h2 {
        font-size: 40px;
        margin-top:30px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 25px;
    }
    .row {
        display: flex;
        align-items: center;
    }
    .navbar-default .navbar-collapse {
        border: none;
        background-color: #5faa2c;
        opacity: 1;
    }

    article {
       height:50vh;
    }
}

.row-title {
    text-align: right;
    padding-top:5px;
    padding-bottom:5px;
}

.row-element {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.free {
    color:#5faa2c
}