select {
    -webkit-appearance: none; /* Para navegadores basados en WebKit (Chrome, Safari) */
    -moz-appearance: none;    /* Para navegadores basados en Mozilla (Firefox) */
    appearance: none;         /* Propiedad estándar */
}
  

.newLanding{
    &__left{
        background-image: url("../../imagen/shutterstock_25182652011.jpg");
        padding:185px 30px 185px 100px;
        height: 100%;
        background-size: cover;
        &__expositor{
            h6{
                font-size: 20px;
                font-weight: 700;
                line-height: 24.7px;
                text-align: left;
                color:#fff      
            }
            p{
                color:#fff;
            }
        }
        ul{
            background: #fff;
            display: inline-flex;
            border-radius: 10px;
            margin-bottom: 25px;
            li{
                font-family: "Arial";
                color:rgba(0, 78, 152, 1);
                font-size: 16px;
                font-weight: 600;
                line-height: 20px;
                text-align: left;
                display: flex;
                align-items: center;
                padding: 10px 17px;
                &:nth-child(1){
                    color:rgba(0, 163, 230, 1);
                }
            }
        }
        img{
            margin-bottom: 20px;
        }
        h3{
            font-size: 48px;
            font-weight: 700;
            line-height: 52px;
            text-align: left;
            margin-bottom: 20px;
            color:rgba(255, 200, 0, 1);
        }
        h5{
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 20px;
            text-align: left;
            color:rgba(255, 255, 255, 1);
            font-family: "Arial";
        }
    }
    &__right{
        margin: 50px 40px;
        .login__right__formulario__select:before, .login__right__formulario__select:after{
            display:none;
        }
        .select2-selection__arrow{
            background-image: url(../../imagen/arrow.png);
            background-position-x: 95%;
            background-position-y:center;
            background-repeat: no-repeat;

            b{
                display: none;
            }
        }
        select{
            background-image: url(../../imagen/arrow.png);
            background-position-x: 95%;
            background-position-y:center;
            background-repeat: no-repeat;
        }
        .btn_blue{
            
                background: rgba(255, 200, 0, 1);
                text-align: c;
                text-align: center;
                color: rgba(37, 72, 154, 1);
            height: 56px!important;
        }
        .select2-selection__rendered{
            padding-top:15px!important;
        }
        input,select, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--single{
            background-color: rgba(239, 244, 247, 1);
            height: 50px!important;
            font-family: "Arial";
            font-size: 16px!important;
            font-weight: 400;
            line-height: 18px;
            letter-spacing: -0.36000001430511475px;
            text-align: left;

        }
        h4{
            font-size: 20px;
            font-weight: 700;
            line-height: 24px;
            letter-spacing: var(--letterspacing-036);
            text-align: center;
            color:rgba(47, 150, 241, 1);
        }
        .select2-selection__rendered{
            border:1px solid #cccccc4d;
        }
    }
} 

// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {  
    .newLanding{
        &__left {
            padding: 15px;
            &__expositor{
                p{
                    font-size: 12px;
                }
                h6{
                    font-size: 15px;
                }
            }
            ul{
                li{
                    font-size: 12px;
                }
            }
            img{
                width: 100px;
            }
            h3{
                font-size: 24px;
                font-weight: 700;
                line-height: 28px;

            }
        }
    }
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) { }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) {  }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { }
