﻿/***
Import fonts
***/

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,500,600,700);
/*@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,600,700);*/

@font-face {
    font-family: 'SackersGothicMedium';
    src: url('../fonts/SackersGothicMedium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circular';
    src: url('fonts/CircularStd-Book.eot') format('eot'), url('fonts/CircularStd-Book.otf') format('otf'), url('fonts/CircularStd-Book.svg') format('svg'), url('fonts/CircularStd-Book.ttf') format('ttf'), url('fonts/CircularStd-Book.woff') format('woff');
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Circular', sans-serif;
    color: #292F33;
    background: #fafafa;
    /*color: #fafafa;
    background: #2e2e2e;*/
    text-align: center;
    font-size: 16px;
}

input {
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'SackersGothicMedium', sans-serif;
    cursor: pointer !important;
}

    input[type="checkbox"] {
        -webkit-appearance: checkbox;
        border-radius: 0;
        cursor: pointer !important;
    }

        input[type="checkbox"] + label {
            cursor: pointer !important;
        }

    input[type="radio"] {
        -webkit-appearance: radio;
        border-radius: 0;
    }

div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

table {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: auto;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 4px;
}

hr {
    margin: 5px 0;
    border: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d1cccc;
}

i {
    color: #9c8b81;
    font-size: 15px;
    /*font-family: Georgia, 'Times New Roman', Times, serif;*/
    font-style: normal;
}

a:link {
    color: #4fa1e4;
    text-decoration: none;
}

a:hover {
    color: #4fa1e4;
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
    color: #4fa1e4;
}

a.LinkBarra:link {
    text-decoration: none;
    color: #ddd6d3 !important;
}

a.LinkBarra:hover {
    text-decoration: none !important;
    color: #ddd6d3 !important;
}

a.LinkBarra:visited {
    text-decoration: none;
    color: #ddd6d3 !important;
}

a.LinkMenu:link {
    text-decoration: none;
    color: #ddd6d3;
    padding:10px;
}

a.LinkMenu:hover {
    color: #f1e9e6 !important;
    text-decoration: none !important;
}

a.LinkMenu:visited {
    text-decoration: none;
    color: #ddd6d3;
    padding: 10px;
}

.Corpo {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 900px;
}

.CorpoBody {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 900px;
    border: 1px solid #ddd;
    margin: 20px 10px;
}

.menu {
    color: #4682b4;
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
}

    .menu:hover {
        text-decoration: underline;
    }

.bold {
    font-weight: bold !important;
}

.InputText {
    background-color: #fff;
    color: #000;
    padding: 9px 13px;
    font-size: 13px;
    width: 100%;
    min-width: 200px;
    margin: 5px 0px;
    border: #ccc 1px solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0px 0px 2px #eee inset;
    transition: border 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s;
    font-family: 'SackersGothicMedium', sans-serif;
    border: 1px solid rgba(0,0,0,0.24);
    --tw-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.89),inset 0 0px 0 rgba(0,0,0,0.1),inset 0 0px 0 transparent,1px 1px 0px rgba(255,255,255,0.7);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.89),inset 0 0px 0 rgba(0,0,0,0.1),inset 0 0px 0 transparent,1px 1px 0px rgba(255,255,255,0.7);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.89),inset 0 0px 0 rgba(0,0,0,0.1),inset 0 0px 0 transparent,1px 1px 0px rgba(255,255,255,0.7);*/
}

    .InputText:hover, .InputText:focus {
        border: #2a5b83 1px solid !important;
    }

.SelectService {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: url("../images/arrow.png") no-repeat 100% 0 #fff;
    cursor: pointer;
    font-family: 'SackersGothicMedium', sans-serif;
    color: #000;
    border: 1px solid rgba(0,0,0,0.24);
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.89),inset 0 0px 0 rgba(0,0,0,0.1),inset 0 0px 0 transparent,1px 1px 0px rgba(255,255,255,0.7);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.89),inset 0 0px 0 rgba(0,0,0,0.1),inset 0 0px 0 transparent,1px 1px 0px rgba(255,255,255,0.7);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.89),inset 0 0px 0 rgba(0,0,0,0.1),inset 0 0px 0 transparent,1px 1px 0px rgba(255,255,255,0.7);*/
}

a.btn {
    line-height: 1.9375;
    font-weight: 500;
    letter-spacing: 0;
    background-color: #0070c9;
    background: -webkit-linear-gradient(#61aeea,#237dc4);
    background: linear-gradient(#61aeea,#237dc4);
    border-color: #1f80c6;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
    padding: 5px 15px;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    a.btn:hover {
        background-color: #147bcd;
        background: -webkit-linear-gradient(#6cb6ee,#2788d4);
        background: linear-gradient(#6cb6ee,#2788d4);
        border-color: #1f80c6;
        text-decoration: none;
        color: white !important;
    }

    a.btn[disabled] {
        background-color: #F5F8FA;
        color: white !important;
        background-image: none;
        box-shadow: none;
    }

.DivInstaPhoto {
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
    background-color: #efefef;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear 0s;
    -moz-transition: background-color 0.2s linear 0s;
    -o-transition: background-color 0.2s linear 0s;
}

    .DivInstaPhoto:hover {
        background-color: #2dabff;
        color: #fff;
    }

.DivInstaPhotoSelected {
    border: 2px solid #2dabff;
    background-color: #2dabff;
    color: #fff;
}

.Blocco {
    display: inline-block;
}

.BloccoCell {
    display: table-cell;
}

#BloccoRight {
    padding-right: 10px;
}

.BloccoCellNoMobileSiIpad {
    display: table-cell;
}

.BloccoCellNoMobileIpad {
    display: table-cell;
}

.BloccoCellCenter {
    display: table-cell;
}

.BloccoBorderRight {
    display: inline-block;
    border-right: 1px solid #808080;
}

.BloccoCenter {
    display: inline-block;
}

.NoMobileIpad {
    display: inline-block;
}

.SiMobile {
    display: none;
}

.SiMobileIpad {
    display: none;
}

.title {
    font-size: 35px;
}

.subtitle {
    font-size: 18px;
}

@media only screen and (max-width: 900px) {
    .BloccoCellNoMobileSiIpad {
        display: table-cell;
    }

    .NoMobile {
        display: none;
    }

    .NoMobileIpad {
        display: inline-block;
    }

    .SiMobile {
        display: none;
    }

    .SiMobileIpad {
        display: inline-block;
    }
}

@media only screen and (max-width: 750px) {
    body {
        padding: 0px;
    }

    .NoMobile {
        display: none !important;
    }

    .NoMobileIpad {
        display: none;
    }

    .SiMobile {
        display: inline-block;
    }

    .SiMobileIpad {
        display: none;
    }

    .Blocco {
        width: 100% !important;
        border: none !important;
        margin-right: 0px !important;
        float: none !important;
    }

    .BloccoCell {
        width: 100% !important;
        border: none !important;
        float: none !important;
        display: inline-block !important;
    }

    #BloccoRight {
        padding-right: 0px;
    }

    .BloccoCellNoMobileSiIpad {
        width: 100% !important;
        border: none !important;
        float: none !important;
        display: none;
    }

    .BloccoCellCenter {
        width: 100% !important;
        border: none !important;
        float: none !important;
        display: inline-block !important;
        text-align: center;
    }

    .BloccoBorderRight {
        width: 100% !important;
        margin-right: 0px !important;
        float: none !important;
        border-right: none;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .BloccoCenter {
        text-align: center !important;
        width: 100% !important;
        border: none !important;
        margin-right: 0px !important;
        float: none !important;
    }

    .menu {
        line-height: 1.9375;
        font-weight: 500;
        letter-spacing: 0;
        background-color: #0070c9;
        background: -webkit-linear-gradient(#61aeea,#237dc4);
        background: linear-gradient(#61aeea,#237dc4);
        border-color: #1f80c6;
        border-width: 1px;
        border-style: solid;
        border-radius: 5px;
        color: white !important;
        cursor: pointer;
        display: inline-block;
        min-width: 30px;
        padding: 5px 15px;
        text-align: center;
        white-space: nowrap;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        margin-bottom: 15px;
    }

        .menu:hover {
            background-color: #147bcd;
            background: -webkit-linear-gradient(#6cb6ee,#2788d4);
            background: linear-gradient(#6cb6ee,#2788d4);
            border-color: #1f80c6;
            text-decoration: none;
            color: white !important;
        }

    .CorpoBody {
        display: inline-block;
        text-align: left;
        width: 100%;
        max-width: 900px;
        border: none;
        margin: 0px;
    }

    .title {
    font-size: 25px;
}

.subtitle {
    font-size: 14px;
}
}
