/*LARGE SCREEN*/
@media screen and (min-width: 601px) {

    .content-rubric p {
        margin-bottom: 50px;
        color: black;
    }
    .title-rubric{
        font-size: 38px;
        margin-bottom: 20px;
        color: black;
        font-family: "Palatino";
    }

    .content {
        text-align: center;
        /*background: deepskyblue;*/
    }

    .box-container{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .box{
        border-left: #FFA500 solid 3px;
        padding-left: 20px;
    }

    .box-sample-container{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
    }

    .box-sample{
        border-left: #d96130 solid 3px;
        padding-left: 20px;
    }

    .img_myself {
        border-radius: 4px 4px 4px 4px;
        cursor: pointer;
        height: 200px;
    }

    .border-left-custom{
        border-left: #d96130 solid 3px;
        padding-left: 20px;
    }

    .border-widget-1:hover{
        box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    }

    .border-widget-2:hover{
        box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    }

    .border-widget-2{
        border-bottom: 4px solid #c9c9c9;
        margin-bottom: 15px;
    }

    .title-widget {
        font-size: 28px;
    }

    .body-custom{
        background-color: ghostwhite;
        margin-top: 60px;
    }

    .header{
        padding-bottom: 10px;
        background-color: white;
        position: fixed;
        width: 100%;
        z-index: 100;
    }

    .border-section-child-3{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .mobile {
        display: none;
    }

    .title-widget-newsletter {
        color: black;
        font-size: 35px;
        margin-bottom: 20px;
    }

    .text_policy_privacy {
        font-size: 16px;
        padding: 10px;
        margin-top: 10px;
        color: black;
    }

    .help-me-upgrade-msg {
        margin-bottom: 45px;
        color: #d96130;
        font-size: 20px;
    }

    .introduction-widget-image-album-different {
        background-image: url("../../img/banner desktop.gif");
        /*background-image: url("../../img/banner desktop (2).gif");*/
        min-height: 674px;
        background-repeat: no-repeat;
        background-position: top;
    }

    .introduction-widget-image-newsletter {
        background-image: url("../../img/newsletter.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .introduction-widget-image-donation {
        background-image: url("../../img/donate_2.png");
        background-repeat: no-repeat;
        min-height: 285px;
        background-size: cover;
    }

    .padding-lg-30 {
        padding: 30px;
    }

    .align-item-f-e-lg {
        align-items: flex-end;
    }


    .logo {
        background-size: contain;
        min-height: 90px;
        max-height: 50px;
        background-image: url("../../img/logo desktop orange.png");
        background-repeat: no-repeat;
        background-position: center;
        width: 322px;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .mobile-logo {
        display: none;
    }

    .width-250-lg{
        width: 350px;
    }

    #payment-form button {
        background: white;
        color: #d96130;
        font-family: Arial, sans-serif;
        border-radius: 0 0 4px 4px;
        border: 1px solid #d96130;
        padding: 12px 16px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        display: block;
        transition: all 0.2s ease;
        box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
        width: 100%;
    }

    .timerwidget{
      /*  display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        position: absolute;
        align-content: center;
        left: 435px;
        bottom: 200px;*/
    }

    .timerwidget p {
        text-align: center;
        font-size: 60px;
        margin-top: 0px;
        color: white;
        font-weight: 600;
    }


    #box-fixed {
        z-index: 101;
        right: 0;
        top: 0;
        max-width: 100%;
        max-height: 300px;
    }

    /*@media all and (min-width: 800px) {*/

    /*}*/
}