﻿@media only screen and (min-width: 768px) {

    .incipit {
        padding: 0px 0;
        position: relative;
        overflow: hidden !important;
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
    }

        .incipit .w_2_ {
            margin: 0 auto;
            width: 90% !important;
            max-width: 900px !important;
        }

            .incipit .w_2_ p:nth-child(2) {
                font-size: 20px;
                line-height: 30px;
                /*                letter-spacing: -0.3px;
*/ text-align: justify;
                padding-left: 30px;
                padding-top: 30px;
                padding-bottom: 30px;
                margin-left: 30px;
                border-left: 5px solid var(--bg-color-3);
            }

    .incipit_1{
/*        background: #000;
*/    }

    .incipit_1 h1 {
        font-size: 70px;
        /*text-transform: uppercase;*/
        font-weight: 600;
/*        font-family: Neuton;
*/        margin-bottom: 0px;
        color: #000;
    }

    h1 .h1-1 {
        font-size: 70px;
    }

    h1 .h1-2 {
        font-size: 67px;
    }

    .incipit_1 h2 {
        font-size: 71px;
        letter-spacing: 3px;
        font-weight: 800;
        margin-bottom: 50px;
        margin-top: 0px;
    }

    .incipit_1 .d_text {
        padding: 50px;
        max-width: 400px !important;
        margin: 0 auto !important;
        display: block !important;
        border: 10px solid #fff;
        z-index: 3;
        text-align: center;
    }

    .incipit_1:before {
        content: '';
        width: 100%;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%; /*
        background: linear-gradient(180deg, var(--bg-color-1), rgba(72, 213, 245, 0.19));
        background: linear-gradient(180deg, var(--bg-color-1), rgba(255, 255, 255, 0.19));*/
/*        background: linear-gradient(180deg, #ed90b8, rgba(255, 255, 255, 0.19));
*/       
background: linear-gradient(180deg, #04ba2941, rgba(255, 255, 255, 0.19));
        z-index: 1;
    }

    .incipit_1 .w_1_ {
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 400px;
        /*
        max-height: 900px;
        min-height: 50vh !important;
        min-height: calc(100vh - 112px) !important;*/
    }

    .incipit_1 .w_2_:nth-child(1) * {
        z-index: 2;
    }

    .incipit_1 .w_2_:nth-child(1) {
        padding: 50px;
        max-width: 500px !important;
        margin: 0 auto !important;
        display: block !important;
/*        border: 10px solid #fff;
*/        z-index: 3;
        text-align: center;
    }

  /*  .incipit_1 * {
        color: #fff !important;
    }*/

    .w_2_ h3 {
        font-size: 40px;
        font-weight: 900;
    }

    .incipit h3 {
        margin-bottom: 20px;
        font-size: 40px;
        font-weight: 600;
        letter-spacing: -1px;
        color: var(--bg-color-3);
/*        font-family: Cormorant Garamond;
*/    }

    .t_d {
        padding: 70px 0;
    }

    .d_text {
        font-size: 18px;
        line-height: 30px;
        padding-left: 30px;/*
        padding-top: 10px;
        padding-bottom: 10px;*/
        margin-left: 30px;
        border-left: 5px solid var(--bg-color-3);
    }

        .d_text ul {
            /*            border-right: 5px solid #fff;
            padding: 10px 40px 10px 60px;*/
            padding: 10px 40px 10px 0px;
            list-style: none;
            /*            font-size: 20px !important;
*/ position: relative;
        }

            .d_text ul:before {
                /*                background: #fff;
*/ position: absolute;
                top: 0px;
                left: -60px;
                content: '';
                display: inline-block;
                width: 30px;
                height: 100%;
                line-height: 30px;
                /*                border: 2px solid #fff;
*/ text-align: center;
                margin-right: 10px;
                border-radius: 0px;
                font-weight: 500;
                text-decoration: none !important;
            }

        .d_text li {
            padding: 8px 0;
            font-weight: 600;
            position: relative;
        }

            .d_text li:before {
                background: #fff;
                position: absolute;
                left: -50px;
                content: '1';
                display: inline-block;
                width: 30px;
                height: 30px;
                line-height: 30px;
                color: var(--bg-color-3);
                border: 3px solid var(--bg-color-3);
                text-align: center;
                text-align: center;
                margin-right: 10px;
                border-radius: 3px;
                border-radius: 100%;
                font-weight: 600;
                text-decoration: none !important;
                font-size: 15px;
                top: 6px;
            }

            .d_text li strong {
            }

            .d_text li:nth-child(2):before {
                content: '2';
            }

            .d_text li:nth-child(3):before {
                content: '3';
            }

            .d_text li:nth-child(4):before {
                content: '4';
            }

            .d_text li:nth-child(5):before {
                content: '5';
            }

            .d_text li:nth-child(6):before {
                content: '6';
            }

            .d_text li:nth-child(7):before {
                content: '7';
            }

            .d_text li:nth-child(8):before {
                content: '8';
            }

            .d_text li:nth-child(9):before {
                content: '9';
            }

            .d_text li:nth-child(10):before {
                content: '10';
            }

            .d_text li:nth-child(11):before {
                content: '11';
            }

    .atti_info .w_1_ {
        max-width: 1000px;
        margin: 50px auto 200px auto;
        font-size: 14px;
    }

        .atti_info .w_1_ a{
            text-decoration: underline;
        }


    .info_text{
        padding-left: 50px;
        position: relative;
        max-width: 900px;
    }

    .info_text:before {
        content: '\f05a';
        font-family: fontAwesome;
        font-size: 30px;
        text-align: center; /*
        width: 60px;
        height: 60px;
        border: 3px solid #000;*/
        display: inline-block;
        position: absolute;
        left: 0px;
        padding-right: 20px;
    }

        #form_req_act {
            max-width: 1200px;
            margin: 0 auto;
/*            min-height: 100vh;
*/            font-size: 35px;
            text-align: left;
            overflow: hidden;
            font-weight: 500;
        }

    .form_req_actcontainer {
        padding: 100px 0px 20px 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 860px;
        text-align: left;
    }

    .f_vv {
        padding-top: 50px;
    }

        .f_vv input,
        .f_vv select {
            font-size: 21px;
            width: calc(100% - 20px);
            max-width: 600px;
            font-style: normal;
            padding: 20px;
            color: #000;
            cursor: pointer;
            border: 3px solid #00000064;
            font-family: inherit;
            text-overflow: ellipsis;
            overflow: hidden;
            border-radius: 3px;
            transition: all 0.3s ease-in-out;
        }

            .f_vv input:focus,
            .f_vv select:focus {
                border: 3px solid var(--bg-color-3);
            }

    .f_kk {
    }

    .f_buttons{
        padding: 50px 0;
    }

    .ff_btn_reset {
        display: block;
        margin-top: 25px;
        color: var(--bg-color-3);
        background: #fff;
        padding: 10px 8px;
        width: auto;/*
        min-width: 150px;
        max-width: 300px;*/
        text-align: center;
        letter-spacing: 1px;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 600;
        border: 3px solid var(--bg-color-3);
        border: 0px solid;
        cursor: pointer;
    }

        .ff_btn_reset:hover{
            text-decoration: underline;
            background: #efefef;
        }

        .ff_btn_continue,
        .h_cta,
        .req_wrap_ #req_submit,
        .box_cta a{
            margin-top: 25px;
            color: var(--bg-color-3);
            background: #fff;
            display: inline-block;
            padding: 15px 30px;
            width: auto;
            min-width: 150px;
            max-width: 300px;
            text-align: center;
            letter-spacing: 1px;
            border-radius: 6px;
            font-size: 23px;
            font-weight: 600;
            border: 3px solid var(--bg-color-3);
            cursor: pointer;
        }

        .ff_btn_continue:hover,
        .h_cta:hover,
        .req_wrap_ #req_submit:hover {
            background: var(--bg-color-3);
            color: #fff;
            text-decoration: none;
        }

    .ff_btn_continue {
        background: var(--bg-color-3);
        color: #fff;
    }

        .ff_btn_continue:hover {
            background: var(--bg-color-4);
            color: #fff;
        }

    .cck_act_yes_no {
        font-size: 21px;
    }

        .cck_act_yes_no label{
            display: inline-block;
            padding-left: 10px;
            display: inline-flex;
            flex-direction: column;
            justify-content: center;
            height: 35px;
            vertical-align: top;
            font-weight: 600;
            cursor: pointer;
        }

        .cck_act_yes_no input {
            width: 30px;
            height: 30px;
            background: #000;
        }

  /*      .cck_act_yes_no:hover input ~ .checkmark {
            background-color: #ccc;
        }

        .cck_act_yes_no input:checked ~ .checkmark {
            background-color: #000;
        }*/

    .f_value_list{
        font-size: 18px;
        list-style: none;
        padding: 0px;
    }

    .f_value_list li{
        padding: 6px 6px;
        border-bottom: 1px solid #00000036;
        margin-bottom: 6px;
    }

    .slct_value{
        font-weight: 800;
    }

    .f_validators {
        padding-bottom: 10px;
    }

    .f_checkbox {
        margin-top: 20px;
        display: block;
        position: relative;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #check_privacy {
        width: auto !important;
        vertical-align: top;
        display: inline-block;
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    #lbl-checkbox {
        font-size: 15px;
        vertical-align: top;
        display: inline-block;
        padding-top: 2px;
        padding-left: 35px;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }

    .checkmark {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 25px;
        width: 25px;
        background-color: #e2e2e2;
/*        border: 1px solid #000;
*/    }

    /* On mouse-over, add a grey background color */
    .f_checkbox:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .f_checkbox input:checked ~ .checkmark {
        background-color: #2196F3 !important;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .f_checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .f_checkbox .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .f_units input {
        max-width: 100% !important;
        box-sizing: border-box;
        font-size: 18px;
        padding: 10px 10px !important;
    }

    .f_units .f_unit_title {
        font-size: 18px;
        padding-bottom: 2px;
    }

    .f_units_column {
        width: 48%;
        display: inline-block;
        margin-right: 1%;
        overflow: hidden;
        vertical-align: top;
        margin-bottom: 16px;
    }


    .w_sede {
        width: 90%;
        margin: 150px auto 0 auto;
        max-width: 1400px;
    }

        .w_sede .box {
            position: relative;
            z-index: 2;
            width: 500px;
            /*        border: 10px solid var(--bg-color-3);
*/ display: block;
            margin: 0 auto;
            padding: 50px;
            font-size: 30px;
            background: var(--bg-color-3);
            color: #fff;
            border: 10px solid #fff;
        }

            .w_sede .box .title{
                font-size: 45px;
                font-weight: 600;
            }

            .w_sede .box_pic {
                max-width: 600px;
                overflow: hidden;
                position: relative;
                top: -300px;
                z-index: 0;
                display: inline-block;
                width: 33.33%;
                float: left;
                vertical-align: top;
                overflow: hidden;
                height: 600px;
            }


        .w_sede .box_cta a{
            box-shadow: 0px 0px 10px #00000046;
        }

        .w_sede .box_cta a:after {
            content: '\f0da';
            font-family: fontAwesome;
            display: inline-block;
            padding-left: 10px;
            font-size: 20px;
            font-weight: 500 !important;
        }

    .w_sede_2{
        margin-top: 0PX !important;
    }

    /*
        .w_sede .box_cta{
            position: relative;
            z-index: 2;
            margin: 0 auto;
            max-width: 600px;
        }*/
    .w_sede .p2 {
    }

        .w_sede .box_pic img {
            object-fit: cover;
            height: 600px;
            width: 100%;
        }

}