HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /var/www/html/sudameris.sumar.com.py-bk/scss/_newsletter.scss
.newletter_area{
    background-image: url(../img/banner/newsletter.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 67px 0;
    &.overlay::before{
        opacity: .7;
    }
    .newsletter_text{
        @media #{$mobile_device}{
            margin-bottom: 20px;
        }
        @media #{$tablet_device}{
            margin-bottom: 20px;
        }
        h4{
            font-size: 24px;
            font-weight: 400;
            color: #fff;
            margin-bottom: 0;
            margin-bottom: 11px;
        }
        p{
            color: #AAB1B7;
            font-size: 16px;
            line-height: 28px;
            margin-bottom: 0;
        }
    }
    .mail_form{
        .newsletter_field{
            margin-right: 10px;
            @media #{$mobile_device}{
                margin-right: 0;
                margin-bottom: 15px;
            }
            input{
                width: 100%;
                height: 50px;
                background: #fff;
                @include border-radius(5px);
                border: 0;
                padding-left: 15px;
                color: #000;
                font-size: 16px;
                font-family: $font1;
                font-weight: 300;
                &::placeholder{
                    color: #AAB1B7;
                    font-size: 16px;
                    font-family: $font1;
                    font-weight: 300;
                }
                &:focus{
                    outline: none;
                }
            }
        }
        .newsletter_btn{
            button{
                width: 100%;
                text-align: center;
                padding: 13px 10px;
                @media #{$tablet_device}{
                    width: auto;
                    padding: 13px 40px;
                }
            }
        }
    }
}