/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 24, 2023, 9:43:17 AM
    Author     : gtoffoli
*/


body.admin-menu {
    margin-top: 0px !important;
}

.btn-blue {
    color: #fff;
    background-color: #1660a7;
    border-color: #1660a7;
}

.btn-yellow {
    color: #000;
    background-color: #ffcf00;
    border-color: #ffcf00;
}

.campagna-2022-columns {
    display: flex;
    position: relative;
    overflow: hidden;
}

.fixed-col {
    width: 480px;
    margin: 0 auto;
}

.campagna-2022-yclogo img {
   max-width: 60%;
}

.btn-blue:hover {
    color: #fff;
    background-color: #0375e2;
    border-color: #1660a7;
}

.form-control,
.btn-group-lg>.btn, .btn-lg {
    border-radius: 25px;
}

.page-footer {
    margin-top: 100px;
    background-color: #2a3644;
    color: white;
    text-align: center;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yc-campaing-section-top {
    background-image: url('../images/header.png');
    height: 567px;
    background-position: center center;
    position: relative;
    /*background-repeat: no-repeat;*/
    /*background-color: #2a3644;*/
}

.activate-subscription-title {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    font-weight: bold;
    font-size: 33px;
    line-height: 32px;
    white-space: nowrap;
}


.cp2022-section-top {
    height: 550px;
    background-color: #e30613;
    background-image: url('../images/header_bg.jpg');
    display: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
            
.cp2022-logo {
    text-align: center;
}

.cp2022-logo img {
    max-width: 120px;
}

#campagna-2022-form {
    position: relative;
    left: auto;
    margin: auto;
    width: 480px;
    padding: 20px 40px;
    border-radius: 0px 0px 12px 12px;
    background-color: #e6e6e6;
    margin-top: -2px;
    box-shadow: 2px 2px 2px #e6e6e6;
}


.form-control-lg {
    font-size: 20px !important;
}

.form-control-lg::placeholder {
    color: #cecece;
}

.minidivider {
    margin: auto;
    width: 50px;
    height: 0px;
    border: 3px solid #cf2825;
    border-radius: 3px;
}

.container-top-message {
    max-width: 600px;
    padding: 10px;
    text-align: center;
    margin: auto;
    color: white;
}

.container-top-message h1{
    color: white;
    font-size: 50px;
}


.campagna-2022-logo-mobile {
    display: none;
}

@media (max-width: 991px) {
    
    .campagna-2022-columns div:nth-of-type(1) { order: 2; }
    .campagna-2022-columns div:nth-of-type(2) { order: 1; }
    .campagna-2022-columns div:nth-of-type(3) { order: 3; }
    
    .campagna-2022-columns {
        flex-direction: column;
    }

    .container-top-message h1 {
        color: white;
        font-size: 30px;
    }

    .cp2022-section-top {
        height: 500px;
    }
}




@media (max-width: 480px) {
    
/*     .campagna-2022-columns {
        min-width: available;
        overflow: hidden;
        margin-left: 0%;
        transform: translateX(0%);
    }
     */
     #campagna-2022-form {
        width: 90%;
        padding: 20px 10px;
        padding-top: 100px;
        border-radius: 12px;
     }
     
     .fixed-col {
         width: 100%;
     }

    .container-top-message {
        max-width: 100%;
        padding: 5px;
    }

    .cp2022-section-top {
        height: 475;
    }
    
     .yc-campaing-section-top {
        background-image: url('../images/mobile_header.png');
        height: 148vw;
        background-color: #146bb4;
        background-size: contain;
        background-position: center top;
        position: relative;
        background-repeat: no-repeat;
    }
    
    .campagna-2022-logo-mobile {
        display: block;
        background-image: url('../images/logo_yc_mobile.png');
        height: 50vw;
        background-color: white;
        background-size: contain;
        background-position: center top;
        position: relative;
        background-repeat: no-repeat;
    }
    
    .campagna-2022-yclogo {
        display: none;
    }
    
    .campagna-2022-form-column {
        background-color: #146bb4;
        margin-top: -2px;
    }
    
    .activate-subscription-title {
        bottom: -80px;
        z-index: 10;
        font-size: 26px;
        line-height: 26px;
    }
    
 }

 .campagna-2022-icon-box {
     text-align: center;
     padding: 25px 15px;
 }

.campagna-2022-icon-box h2 {
         font-size: 23px;
         margin-top: 20px;
         margin-bottom: 20px;
}

.campagna-2022-icon-box span {
    font-size: 16px;
    display: block;
}

.campagna-2022-arrows {
    margin-top: 50px;
    display: flex;
    left: 50%;
    pointer-events: none;
    text-align: center;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .campagna-2022-arrows {
        display: none;
    }
}


.welcome-header-left {
    background-image: url(../images/welcome_bg_left.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    width: calc(100vw - 300px);
    background-size: cover;
}

.welcome-header-right {
    background-image: url(../images/welcome_bg_right.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: calc(100vw - 300px);
    background-size: cover;
}

.welcome-header-center {
    text-align: center;
    flex-grow: 1;
    width: 600px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-h1 {
    color: #1660a7;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 30px;
}

.welcome-h2,
.welcome-h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.welcome-h3 {
    font-weight: normal;
}